Skip to main content

Data is not getting exported after expecting the Stored procedure using run stored procedure command in A360. 

Can someone please help on this issue? 

(Database connection and connection strings are working fine) 

Hi @prachi 4 

Please provide us more details by reviewing the log files as per the below documentation. 
https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/analyze-bot-agent-logs.html

Based on the limited issue description, you can consider “SET NOCOUNT ON;” at the beginning  and SET NOCOUNT OFF;" at the end of the Stored Procedures to prevent iterating the count for each statement which may lead to exception. 

Thank you. 


Reply