Where are the RP objects stored on IBM i?

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Where are the RP objects stored on IBM i?

Post by atostaine »

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.
Art Tostaine
User avatar
Dino
Posts: 477
Joined: Fri Jul 19, 2019 7:49 am
Location: Robbinsville, NC
Contact:

Re: Where are the RP objects stored on IBM i?

Post by Dino »

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.
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Re: Where are the RP objects stored on IBM i?

Post by atostaine »

Thanks. I didn’t think of looking in the IFS
Art Tostaine
Post Reply