Not able to run the bot

Hi @mitul_choudhary
Run the query in the manually once?

1 Like

@Gokul001 Which query, how to run it manually.
Pls help .!!

Hi @mitul_choudhary

Run this query manually in MY SQL.

β€œUPDATE [tbl_BOEdata] set [IsRPA]=2, RobotId='”+Environment.UserName+β€œβ€˜, ReportGenerateTime=’”+ now.ToString +β€œβ€˜, LogFilePath=’”+statusLogFile.Replace(mainDir + β€œ", β€œβ€)+”’ where [Id]=β€œ+requestID.ToString+”"

Hi @mitul_choudhary ,

Try to run it in debug mode and check where exactly it is failing.
Seems some variable getting null value.

1 Like