I am trying to run this script but I get this error, just not sure how to fix it.
Solved! Go to Solution.
Hi @Mgstoly ,
you could try to remove the commented line. If this doesn't fix the problem: it seems to be an Oracle database. How do you connect (ODBC, OCI, ...)?
Best,
Roland
Try running the workflow. You can usually get a little more information about the error from the results window. Copy the red error message and drop it into notepad then scroll to the end.
Also take a look at this post:
I connect via OCI, I have other scripts that run just fine. what do you mean by the commented line?
so I added a space after select and From and it worked. thanks!
I added a space after select and from and it ran.