While querying DB2 database , it is throwing an error. “Unknown SQL type - -360.”, Same query is working in AQT( Client of DB2). Moreover other query through uipath is working fine. I have attached the text document for the query: q2.txt (11.3 KB)
xaml file Test.xaml (14.7 KB)
Error Screen -shot
Put the query in text file and variablize the parameters. Read the text file and manipulate string by replacing the the actual value o variable and then pass the same string into execute query .
Same Query is running with other column, when we change a particular column with another column, the query is failing to execute. Same query is running fine in DB2 server
Great! @madhumita.baitalik May I ask you to close the topic by choosing appropriate post as solution that helps others who are looking for the same solution