Page 1 of 1

Display file program library: *LIBL in Atrium

Posted: Fri Mar 18, 2016 11:46 am
by vijo
Hi

I'm trying to set Display file program library to *LIBL in Atrium, but I get the following error:

The program has encountered an unmonitored exception. Please contact the system administrator for assistance.
Message Id:
PUI0005
Severity:
40
Date:
2016-03-18
Time:
16.36.34
Program:
PUI0001200
Procedure:
Initialize__Fv
Line(s):
1248
Message:
Unable to start the application job.
Cause . . . . . : The controller encountered an error while attempting to start the application job. The detailed error message is: 3025 - No such path or directory.

Recovery . . . : Contact the person responsible for program maintenance to determine the cause of the problem.

Re: Display file program library: *LIBL in Atrium

Posted: Mon Mar 21, 2016 6:55 pm
by Scott Klement
Atrium launches applications, not display files. It can launch Rich Display (normally this is an RPG OA program), Genie macros, Web Applications (basically any URL) and PC Commands (bascally does the same thing as a STRPCCMD).

Do you mean that you are launching an RPG program and specifying *LIBL for it's library? I don't think this is allowed. Remember, you are starting a new session on the server, here, you do not have an existing session with a library list that can be used.

Or do you mean that you are launching an RPG program with Atrium, and the RPG program is specifying *LIBL for the display file? This should work fine.

Re: Display file program library: *LIBL in Atrium

Posted: Tue Mar 22, 2016 6:47 am
by vijo
Thanks for the reply Scott
Do you mean that you are launching an RPG program and specifying *LIBL for it's library? I don't think this is allowed. Remember, you are starting a new session on the server, here, you do not have an existing session with a library list that can be used.
Yes, this is what I am trying to do.