cancel
Showing results for 
Search instead for 
Did you mean: 

agent\armsgs.cpp#760:ARBusinessObjectFetch::activate(). What is this error?

Former Member
0 Kudos

Hi experts,

I have created an application following the AgentryEssentialsSelfStudy Tutorial. I successfully published the application to Agentry server but when i tried to transmit it, i am getting the following error

Server error - please contact your administrator (13)

I checked the log file and found the below error message

agent\armsgs.cpp#760:ARBusinessObjectFetch::activate()

Please can someone tell me what is this error and why it occurs and how to resolve it.

Thanks and Regards

Mohammed Liyaqath Hussain

Accepted Solutions (0)

Answers (2)

Answers (2)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

What database are you connecting to?

--Bill

Former Member
0 Kudos

MS SQL Server 2008

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Have you turned on the detailed user logs?  In particular you should turn on the Backend SQL log at debug so you can see the exact sql being sent to the backend.  If you don't see an obvious error then cut and paste the SQL into your SQL Server Management studio to confirm execution and see if any errors are presented.

--Bill

Former Member
0 Kudos

Can you post screenshot of your Fetch Setup?

Former Member
0 Kudos

Thanks Stephen for your reply. Here is the Fetch setup.

Former Member
0 Kudos

For the client Exchange Steps please make sure they are set to "Run once per object"

Former Member
0 Kudos

Still the same error exist.