cancel
Showing results for 
Search instead for 
Did you mean: 

General Error

Former Member
0 Kudos

Hello Guys,

I get an error when connecting to the DI Server using the SOAP technology. I get an General Error, error message, is this a security issues? I just want to know what is the probable cause of this error and is there any solutions? Please reply.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Guys,

This is the exact response to me by the DI Server.

<?xml version="1.0" ?>

- <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">

- <env:Body>

- <env:Fault>

- <env:Code>

<env:Value>env:Receiver</env:Value>

- <env:Subcode>

<env:Value>-1</env:Value>

</env:Subcode>

</env:Code>

- <env:Reason>

<env:Text xml:lang="en">General Error</env:Text>

</env:Reason>

- <env:Detail>

<Command>Login</Command>

</env:Detail>

</env:Fault>

</env:Body>

</env:Envelope>

Please help.

Former Member
0 Kudos

I recieved this exact error message from code I was sure was tested and working.

My license server had stopped and started but the DI server was still running.

On a whim I restarted my DI Server and the code just started working for me again.