Hi @mitul_choudhary
Run the query in the manually once?
1 Like
@Gokul001 Which query, how to run it manually.
Pls help .!!
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