View Single Post
  #1 (permalink)  
Old June 20th, 2008, 11:58 AM
tattoo tattoo is offline
Registered User
 
Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with Trigger program on an AS400

I have written a VB.Net app in VS 2005 that writes records to a file on an AS/400.

I have also written an RPG program on the AS/400 that is a trigger program attached to the file mentioned above.

The problem comes when a record is written to the file and the Trigger program fires, it can't find my data library. It is not in the Library List.

The job on the AS/400 ends up with a message on it. When I look at the library list for that job the data library isn't in there.

Is this something I have to define in the connection string ?

thanks
Reply With Quote