I thought I knew this. I was trying to find some *PGM or *SRVPGM objects for VL Web.
Where is my RP named TRC001 stored? I looked for @TRC* and couldn't find it. I found my Server Modules in the Partition library but no RP's.
Thanks.
Where are the RP objects stored on IBM i?
Where are the RP objects stored on IBM i?
Art Tostaine
Re: Where are the RP objects stored on IBM i?
Hi Art
If the reusable part is a web reusable part, like a filter or command handler for VLF One, or one used for a Web Page,View, etc, they are .js files once compiled and you will found them in the web folder in the IFS
Installation of Package - C0000141 - started
Object copied. ----------------> /LANSA_dcxpgmlib/x_lansa/x_ppp/web/vl/trc001.js
Copy of file trc001.js was successful
Installation of Package - C0000141 - ended successfully
If the reusable part is "all platforms" you will have both, the .js in the IFS and the @TRC001 *SRVPGM in the module library of the partition.
Anf if is only for Windows/IBM i/Linux you will find the @TRC001 *SRVPGM in the module library of the partition.
If the reusable part is a web reusable part, like a filter or command handler for VLF One, or one used for a Web Page,View, etc, they are .js files once compiled and you will found them in the web folder in the IFS
Installation of Package - C0000141 - started
Object copied. ----------------> /LANSA_dcxpgmlib/x_lansa/x_ppp/web/vl/trc001.js
Copy of file trc001.js was successful
Installation of Package - C0000141 - ended successfully
If the reusable part is "all platforms" you will have both, the .js in the IFS and the @TRC001 *SRVPGM in the module library of the partition.
Anf if is only for Windows/IBM i/Linux you will find the @TRC001 *SRVPGM in the module library of the partition.
Re: Where are the RP objects stored on IBM i?
Thanks. I didn’t think of looking in the IFS
Art Tostaine