Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Services Error (A procedure imported by 'LAPI_SSPIp' could not be)

Status
Not open for further replies.

oscript

Programmer
Mar 25, 2003
63
GB
I have a 9.5 instance of Livelink running and i am trying to deploy LiveServices to it using .NET (2003).

Unfortunately, I get the following error after typing Are you able to assist ?


Server Error in '/LiveServices' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: A procedure imported by 'LAPI_SSPIp' could not be loaded.

Source Error:

Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation>


Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198

Assembly Load Trace: The following information can be helpful to determine why the assembly 'LAPI_SSPIp' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = LAPI_SSPIp
(Partial)
LOG: Appbase = file:///C:/Program Files/Open Text/LAPI/webservices/MS_NET/ASP.NET/LiveServices
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: LAPI_SSPIp
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/liveservices/50e4faaa/fc07b6a8/LAPI_SSPIp.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/liveservices/50e4faaa/fc07b6a8/LAPI_SSPIp/LAPI_SSPIp.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Open Text/LAPI/webservices/MS_NET/ASP.NET/LiveServices/bin/LAPI_SSPIp.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: LAPI_SSPIp, Version=9.5.0.0, Culture=neutral, PublicKeyToken=null




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
 
How did you resolve this?
I'm getting the same error.

Thanks.
 
I googled around and tried then tried to set the copylocal property to false. Now it appears to work I get the asmx function page. However when i invoke my function i get:
File or assembly name LAPI_NETp, or one of its dependencies, was not found.

I also set my windows temp directory to everyone all access but this does nothing.
 
I think you need to give permissions to the following directories
C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/
C:/Program Files/Open Text/LAPI/webservices

for the following users in inheritable format
ASP.NET account
system
services
users
network

Give full permissions (r/w/m/etc) and check it out and roll back permissions one by one in case you want to adhere to your company policies on permissioning.

Also if the LAPI_SSPIp directory is not present in below path, create it manually and copy the LAPI_SSPIp.dll
C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/liveservices/50e4faaa/fc07b6a8/LAPI_SSPIp/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top