![]() |
Upgrading to iMIS 20 or Moving to New Server
This article provides the information you need to configure iMIS 20 to connect with Advanced Communities (GoLightly).
Single Sign On To configure single sign on, please go to the Learning Center entry titled “Configuring Single Sign On With iMIS 20”. Databridge Connection to iMIS SOA / Web Services Advanced Communities (GoLightly) uses iMIS SOA / Web Services to connect to your iMIS database. The rest of this article focuses on configuring iMIS SOA / Web Services so Advanced Communities (GoLightly) can pass data to and from iMIS. Finding EntityService.svc page For iMIS 20.2 and higher, the SOA EntityService.svc page has been moved to another application that is separate from the iMIS application. Let’s assume that I have installed my iMIS application in a virtual directory called iMIS20. So, the path to the iMIS application is: Code:
http://www.mydomain.org/iMIS20 So, the new location for the SOA becomes this URL: Code:
http://www.mydomain.org/Asi.Scheduler_iMIS20/SOA/EntityService.svc 1. SOAP Address Configuration You will have to run an IIS 6 Admin Script to do SOAP Address Configuration. If you are running IIS 7 you may need to install the IIS 6 tools from here: IIS > Web Management Tools > IIS 6 Management Capability > IIS 6 Scripting Tools
Once in that directory run the following command: Code:
cscript.exe adsutil.vbs set /w3svc/<W3svcSiteID>/SecureBindings ":443:<DomainName>" You can find "<W3svcSiteID>" by running the following commands. You will see site identifiers in the same order as the websites listed you click on "Web Sites" in the IIS Manager application: 1) chdir C:\Inetpub\AdminScripts 2) cscript.exe adsutil.vbs ENUM /P W3SVC Within IIS 7, you may need to add the Internal IP of your server if the above doesn't work: Code:
cscript.exe adsutil.vbs set /w3svc/<W3svcSiteID>/SecureBindings "<Internal IP of Server>:443:<DomainName>" See also:
2. HTTPS Binding <a name="httpsservername"></a> Local server name showing on https EntityService.svc page If you have updated the Soap Address (<a href="#soapaddress">see above</a>) and still see the local server name on this URL: Code:
https://YOURDOMAINHERE/Asi.Scheduler_iMIS20/SOA/EntityService.svc
Testing Assumption for this document: Code:
http://www.YOURDOMAIN.org/Asi.Scheduler_iMIS20/SOA/EntityService.svc Test A. Do you get a WSDL file when you visit this URL?: Ex/ Code:
http://www.YOURDOMAIN.org/Asi.Scheduler_iMIS20/SOA/EntityService.svc?wsdl http://my.golightly.com/bridgetroubleshooting Test B. Look at the bottom of this WSDL file: Ex/ Code:
http://www.YOURDOMAIN.org/Asi.Scheduler_iMIS20/SOA/EntityService.svc?wsdl Ex/ Code:
https://www.YOURDOMAIN.org/Asi.Scheduler_iMIS20/SOA/EntityService.svc/Soap11 http://my.golightly.com/soapaddress Test C. When you visit the following URL: Ex/ Code:
https://www.YOURDOMAIN.org/Asi.Scheduler_iMIS20/SOA/EntityService.svc Code:
svcutil.exe http://www.YOURDOMAIN.org/Asi.Scheduler_iMIS20/SOA/EntityService.svc?wsdl Code:
www.YOURDOMAIN.org http://my.golightly.com/vb/showthrea...ttpsservername Once these items are all verified, please contact support@golightly.com so we can run final tests to verify that your social network can connect to iMIS. |
All times are GMT -7. The time now is 11:56 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.