We have a .Net WCF webservice that calls centera to store and read images. When run locally on Windows XP this service runs fine. When deployed to a Windows 2008 Server it fails with the error below.
Exception of type 'EMC.Centera.FPTypes.FPLibraryException' was thrown.
Looking at ExceptionDetail I can see:
{An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
EMC.Centera.FPTypes.FPLibraryException: Exception of type 'EMC.Centera.FPTypes.FPLibraryException' was thrown.
at EMC.Centera.FPApi.SDK.CheckAndThrowError() in C:\My Documents\Centera Migration\FPApi.NET.3.2P5\FPApi.NET\FPSDK\FPApi.cs:line 928
at EMC.Centera.FPApi.Pool.Open(String inPoolAddress) in C:\My Documents\Centera Migration\FPApi.NET.3.2P5\FPApi.NET\FPSDK\FPApi.cs:line 1255
at EMC.Centera.SDK.FPPool..ctor(String poolConnectionString) in C:\My Documents\Centera Migration\FPApi.NET.3.2P5\FPApi.NET\FPSDK\FPPool.cs:line 62
After reading other questions my first thought was that we had an incorrect connectionstring to our PEA file but it seems to be correct:
10.216.30.31?C:\inetpub\wwwroot\LBXImageHandlerSL\lockbox.pea
Any information on how to resolve this issue or what stepas to get more details from the thrown error?
Thanks