Installation on production server - RDMLX

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
kno_dk
Posts: 45
Joined: Wed Oct 17, 2012 4:19 am

Installation on production server - RDMLX

Post by kno_dk »

Hi.

I have made the first app for a customer. I have made it on their development server. Now we are going to put this in production. I have not yet installed longrang on production server. I dont want to install alle these demo apps. is there a way to create a "minimum" installation save file, so i only have what is neccesery to run my new app?
could you create a minimum installation save file? or could you make a list which objects i have to export/import?
Paul

Re: Installation on production server - RDMLX

Post by Paul »

From the list in the Components Included in the IBM Import section of the Getting Started guide the minimum required, assuming none of the demo programs, like Logon/Logoff, were incorporated into your app, to run LongRange would be;

http://www.longrangemobile.com/docs/lan ... udedin.htm
  • LRNG_WAM [WAM] - LongRange to LANSA interface

    LRNG_SVR [Reusable Part] - LongRange Services Manager

    LRNG_FORM [Reusable Part] - LongRange Form View Ancestor

    LRNG_ERR [Reusable Part] - LongRange Error Manager

    U_BIF984 [*SRVPGM] - LongRange Manager OV BIF

    LRNG_* [Fields] - LongRange repository fields
Outside of the export/import other steps of the LongRange installation would have to be followed, e.g. copying of the LongRange file structure.

Cross Reference analysis could also be useful in revealing any dependencies to the demo material of your app.
kno_dk
Posts: 45
Joined: Wed Oct 17, 2012 4:19 am

Re: Installation on production server - RDMLX

Post by kno_dk »

thanks

it worked!
Post Reply