"An error has occurred" via Sage CRM Mobile App
1. For making the web URL visible on mobile devices<br/><br/> => Go to <CRM Insatllation drive>\CRM\tomcat\conf\ <br/> => Open server.xml<br/> => Add address="0.0.0.0" to Connector string e.g. <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" address="0.0.0.0" /><br/><br/>2. Make Changes to SageCRMMobileApp.asp file located in <CRM Insatllation drive>\CRM\WWWRoot\SmartPhone\<br/> => Change line " url = Request.ServerVariables("SERVER_NAME") " to " url = Request.ServerVariables("HTTP_HOST") "
Related Articles
Sage CRM Mobile error when adding note
Error related to CRM Mobile App when adding a Note or trying to Sync data back to the server. Download Error The current operation couldn't be completed. (NSURLErrorDomain error - 1012). Cause: Certain CRM views were not properly installed for the ...
Emails not actually sending via Sage CRM but showing as sent in Communications
The Virtual SMTP Server in IIS 6 was stopped. Upon further investigation from this article http://help.sagecrm.com/on_premise/en/7.3SP2/admin/Content/Administrator/EM_CDONTS.htm The reason this was stopped most likely is because the Simple Mail ...
Error when trying to access Sage 300 data from within CRM Company Records
Cause: Sage 300 credentials linked to a CRM user have been deleted or have changed. Resolution: In the Sage CRM Administration section | Users go into the corresponding user that is having the issue and click CHANGE. Under the Sage 300 section, at ...
Troubleshooting Sage CRM Dashboards failing to load
Then this is due to tomcat having problem recognizing external host name (crm.ADSS.com) and still using just the internal server name ( ie ADSSSERVER) Following this KB article will quickly resolve this issue : Modify the host file : ...
CRM USER LOCKED OUT
Login as Admin and go to the User. Find and press Unlock User button on the right hand side of the screen. OR Login to SQL Server Management studio - CRM database -User table - Edit Column USER_AccountLockedOut column to NULL.