Hi, we got this error when submit a job to JPC:
The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviurAttribute or from the <serviceDebug> configuration behaviour)
on the server in order to send the exception information back to the client.
In ServiceRegistration file we have this:
<microsoft.Hpc.Session.ServiceRegistration>
<service assembly="C:\mylib\bin\NetworkEngineMsHpcService.dll"
contract="IAAAService" type="AAAService" includeExceptionDetailInFaults="true"
maxConcurrentCalls="1" architecture="x64" soaDiagTraceLevel="Warning">
Any idea why we don't get the full error message?
Thanks!
Dan