intacct-sdk-net
intacct-sdk-net copied to clipboard
Intacct SDK throws exception - "Control block is missing senderid element" response while performing operation in Intacct
Hi, We are getting the below exception while performing operations in intacct.
Exception:
Read function control ID: a0c6b58a-0e90-4091-be0f-b84e2ff6b440
Number of GLENTRY objects read on run 2249: 1000
Intacct.Sdk.Exceptions.IntacctException: Control block is missing senderid element
at Intacct.Sdk.Xml.Response.Control..ctor(XElement control)
at Intacct.Sdk.Xml.AbstractResponse..ctor(Stream body)
at Intacct.Sdk.Xml.SynchronousResponse..ctor(Stream body)
at Intacct.Sdk.Xml.RequestHandler.<ExecuteSynchronous>d__20.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter1.GetResult() at Intacct.Sdk.AbstractClient. [IntacctLog.txt](https://github.com/intacct/intacct-sdk-net/files/9453801/IntacctLog.txt) <Execute>d__6.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter
1.GetResult()
at Intacct.Sdk.IntacctClient.<Execute>d__4.MoveNext()