cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Workflow - java.sql.SQLException: JZ006: Caught IOException

tahir_z
Contributor
0 Kudos

Hi,

I have created a table which has two operations with SqlAnywhere and created a workflow that performs "online request" invoking "findAll" operation. It was working fine before but this started to gave me the following error :

"java.sql.SQLException: JZ006: Caught IOException".

Anyone has experience on same error ?

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

What is your MBO going against? Verify that if it's a database, it's up.

tahir_z
Contributor
0 Kudos

Hi,

The error got resolved. The problem was that i was binding parameter which "device userName" to the "nvarchar" type in database so after i change that it worked fine.

Thanks for your replay

Tahir

Former Member
0 Kudos

Can you set the server log to DEBUG and post the output when you try to perform the object query again? It should print the stack trace and will help troubleshoot the issue.