Maximizer > Support > Knowledge Base Search New - Searching Tips Disclaimer
 Answers 
   
  Help  
Search Results
Related Answers
Product

  
Category

    
Search Text (optional) Search Tips? 
   
Search by      Sort by

Powered by RightNow Web
  Reference #  
090303-000000
  Product  
MaxExchange
  MaxExchange Server
  Category  
Errors
  Maximizer
  Date Updated  
10/16/2009 11:49 AM

 Print  Print Answer
  
  MaxExchange Fails to Run After Restoring a Previous Copy of the Database
  Question
 

MaxExchange Fails to Run After Restoring a Previous Copy of the Database

Problem

After restoring a SQL Backup of a previous version of your Address Book, you find the MaxExchange Server or MaxExchange Remote will not start and logs errors about missing stored procedures.

Reason

The backup you have restored was created before the latest version of MaxExchange was installed and configured. It is missing some of the stored procedures required for MaxExchange to run properly.

  Answer
 

Solution

The MaxExchange SP_VERSION needs to be removed to allow MaxExchange to rebuild the Stored Procedures again.

  • If you are using Maximizer CRM Enterprise Edition or Maximizer CRM Professional Edition, click here.
  • If you are using Maximizer CRM Group Edition, or MaxExchange Remote, click here.
  • If you are using MaxExchange Remote, click here.

For Maximizer CRM Professional Edition or Maximizer CRM Enterprise Edition users

The following instructions assume you have a fairly good understanding of SQL.

  1. Close all Maximizer and MaxExchange applications and stop the MaxExchange Service if it is running.
  2. Backup your MaConfig and Maximizer SQL databases.
  3. Run the following SQL Query against the MaConfig database on your SQL Server.

    DELETE FROM MaConfig
    WHERE eSection = ‘[MaxExchange DB Name]’ and ekey = ‘SP_VERSION’

    Where [MaxExchange DB Name] should be replaced with the name of your MaxExchange Database Name on the SQL Server.
  4. Start the MaxExchange Server again. This will rebuild the missing stored procedures.

For Maximizer CRM Group Edition users

  1. Close all Maximizer and MaxExchange applications and stop the MaxExchange Service if it is running.
  2. Backup your Maximizer Address Book.
  3. Find and open the MxzDir.cfg file in Notepad.
  4. On the MaxExchange Server, this is located at: "C:\Documents and Settings\All Users\Application Data\Maximizer\SvrShare”

  5. Delete all lines beginning with ‘SP_VERSION’.
  6. Start MaxExchange Server again. This will rebuild the missing stored procedures.

For MaxExchange Remote users

  1. Close all Maximizer and MaxExchange applications.
  2. Backup your Maximizer Address Book.
  3. Find and open the MxzDir.cfg file in Notepad.
  4. On a MaxExchange Remote, this is located at: "C:\Documents and Settings\[username]\Application Data\Maximizer”

  5. Delete all lines beginning with ‘SP_VERSION’.
  6. Start MaxExchange Remote again. This will rebuild the missing stored procedures.

Affected Versions

  • MaxExchange 10
  • MaxExchange 10.5
  • MaxExchange 10.5 R2

  • Maximizer CRM 10
  • Maximizer CRM 10.5
  • Maximizer CRM 10.5 R2


At 10/16/2009 10:45 AM we wrote - Updated article for MaxExchange remote and Maximizer CRM Group Edition
 
  How well did this answer your question?
 
100% 0%   
Back
  Back to Search Results