Swiftpage

From Sage CRM Knowledge Base
Revision as of 12:52, 13 December 2012 by Crmtogetherkb (talk | contribs) (Created page with " ---- Troubleshooting ================ 1. The server name or address could not be resolved The server name is incorrect in the dbo.Custom_SysParams table. This can happen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)




Troubleshooting

====

1. The server name or address could not be resolved

The server name is incorrect in the dbo.Custom_SysParams table. This can happen if you have created the database on one machine and then copied it on to another.

In SQL run the following:-

Query the table select * from dbo.Custom_SysParams where parm_name = 'servernames' order by parm_name

To update the table change the parm_value to the correct server name

Note: you have to have the semi-colon (;) at the end

update dbo.Custom_SysParams set parm_value = 'YOURSERVERNAME;' where parm_name = 'servernames' Once correct you may need to do a metadata refresh or an IISRESET


2. There was a problem executing command on Swiftpage. There was an exception while executing SwiftPage command : An invalid response XML was returned from SPSynchEngine