goodman og | Posts: 3

Failed to communicate with the callback server

0 votes

I have configure OneSpan Laserfiche integration, User Can Send document for Signing from Laserfiche Repository using WebClient but after document is signed, document fails to come back into the repository. I receive the below error

Failed to communicate with the callback server

Payload: {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"PACKAGE_ACTIVATE","sessionUser":"RIE6Aws787QR","packageId":"OUzMEdRUuiobV9-VcayeZrMofQc=","message":null,"documentId":null,"createdDate":"2024-06-27T09:51:05.179Z"}
Reason(s): status code: 500, reason phrase: 500: Internal Server Error 

 

Please Help
 


Gabriel.Cloutier | Posts: 20

Reply to: Failed to communicate with the callback server

0 votes

Hi,
A 500 error is a response from your server. It means that the request was received by your callback listener, but it might have failed to process it. It is recommended to investigate the reason for the failure on your end to ensure it was not caused by a problem with your callback server.

Gabriel Cloutier


goodman og | Posts: 3

Reply to: Failed to communicate with the callback server

0 votes

Hey Gabriel,

Thank you for your prompt reply. I was able to solve the problem by editing the WebAccessconfig file located at C:\Program Files\Laserfiche\Web Access\Web Files\Config.

The Callback server in the DMZ was failing to communicate with our MSSQL database server. I changed the datasource name to use the IP address instead of the Fully Qualified Domain Name (FQDN).

I edited the block of lines below.

<WebAccessConfiguration SchemaVersion="2">
 <OneSpanSignSettings>
   <MSSQLServerCredential UserId="your userID" Password="your password" DataSourceName="your datasourcename" DatabaseName="OSSInfo" />
 </OneSpanSignSettings>
</WebAccessConfiguration>

Thanks


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off