Windows service : iSeries CWB4016 cwbDQ_Read code error 6017

vagueante

Active member
Joined
Feb 20, 2009
Messages
28
Location
Portugal
Programming Experience
10+
Hi,

I have a windows service that i connecto to a iSeries Dataqueue, i can write and read from it.

The purpose of this service it's to keep reading the dataqueue and when it has some data i run a WS and read/write data in a iSeries DB2 with the DB2 provider. I can do all these things in a Win App, and now i'm trying to put all of this in a service.

I 've created a timer for the service where i access the queue, but after a while it returns the error CWB4016 cwbDQ_Read code error 6017. What can i do to prevent this error?

Thank you
 
Back
Top