Installed 9.7.1 livelink & web services according to the release notes. Livelink is working good, then configured .net web services on IIS. But while accessing http://localhost/les-services/DocumentManagement.svc. The services are down and getting the error as in the attached doc. Please help
Hi Vijay,
By any chance are the DLLs under othome\webservices\dotnet\les-services\bin blocked by Windows? I’ve seen that happen before. You just need to right click, go to Properties where you’ll see the message about “untrusted files from another computer” or similar. There should be a button to unblock them as well.
AK
From: eLink Entry: Content Server Development Forum [mailto:development@elinkkc.opentext.com]Sent: Thursday, October 5, 2017 3:34 PMTo: eLink Recipient <devnull@elinkkc.opentext.com>Subject: Server Error in '/les-services' Application
Server Error in '/les-services' Application
Posted by Harsha, Vijay Kumar On 10/05/2017 03:28 PM
Installed 9.7.1 livelink & web services according to the release notes. Livelink is working good, then configured .net web services on IIS. But while accessinghttp://localhost/les-services/DocumentManagement.svc. The services are down and getting the error as in the attached doc. Please help
Attachment Links:
Capture.JPG (63 KB)
[To post a comment, use the normal reply function]
Forum:
Content Server Development Forum
Content Server:
Knowledge Center CS16
Do you have any logs generated like les-services*
Another one I do check if there is no /logs file at the same level as the /bin folder and if the Applicationidentity or networkaccount is not allowed to write there it has a problem. In newer livelink systems the OT installer takes care of making it all right
The simplest debugging for old systems is to run that application in anonymous and put the NetworkIdentity as the Application pool guy and explicitly allowing that guy write on the logs directory
Once you get that working you may switch to applicationpoolidentity and perhaps enhance the security.
Thanks Alex for the reply. I have checked the properties. I didnt see anything like that kind of note.
Thanks for the reply. No ./logs folder found, Even tried changing the application pool guy, no improvement.
eLink : RE Server Error in '/les-services' ApplicationRE Server Error in '/les-services' Application Posted byHarsha, Vijay KumarOn 10/05/2017 06:19 PM Thanks for the reply. No ./logs folder found, Even tried changing the application pool guy, no improvement.[To post a comment, use the normal reply function]Topic:Server Error in '/les-services' ApplicationForum:Content Server Development ForumContent Server:Knowledge Center CS16
Presumably you’re using IIS7+. I expect you’ll need to allow for 32-bit apps to run then. (See the Advanced Settings for the application pool that les-services is using.)
-chris
From: eLink Entry: Content Server Development Forum [mailto:development@elinkkc.opentext.com]Sent: Thursday, October 05, 2017 12:34 PMTo: eLink RecipientSubject: Server Error in '/les-services' Application
Thanks very much for your response. Yes i created manually and tested. No log files created, still the same error. Only one .net version available 2.0.50727. IIS is IIS6.0
Thanks chris for the reply. Actually its iis 6.0 version , Windows 2003 sp2 64bit
eLink : RE Server Error in '/les-services' Application 2RE Server Error in '/les-services' Application 2 Posted byHarsha, Vijay KumarOn 10/08/2017 09:37 AM Thanks chris for the reply. Actually its iis 6.0 version , Windows 2003 sp2 64bit [To post a comment, use the normal reply function]Topic:Server Error in '/les-services' ApplicationForum:Content Server Development ForumContent Server:Knowledge Center CS16