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.
- Close all Maximizer and MaxExchange applications and stop the MaxExchange Service if it is running.
- Backup your MaConfig and Maximizer SQL databases.
- 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.
- Start the MaxExchange Server again. This will rebuild the missing stored procedures.
For Maximizer CRM Group Edition users
- Close all Maximizer and MaxExchange applications and stop the MaxExchange Service if it is running.
- Backup your Maximizer Address Book.
- Find and open the MxzDir.cfg file in Notepad.
On the MaxExchange Server, this is located at:
"C:\Documents and Settings\All Users\Application Data\Maximizer\SvrShare”
- Delete all lines beginning with ‘SP_VERSION’.
- Start MaxExchange Server again. This will rebuild the missing stored procedures.
For MaxExchange Remote users
- Close all Maximizer and MaxExchange applications.
- Backup your Maximizer Address Book.
- Find and open the MxzDir.cfg file in Notepad.
On a MaxExchange Remote, this is located at:
"C:\Documents and Settings\[username]\Application Data\Maximizer”
- Delete all lines beginning with ‘SP_VERSION’.
- 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 |