Swiftpage
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