Page 1 of 1

Installation on production server - RDMLX

Posted: Fri Jun 20, 2014 12:43 am
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?

Re: Installation on production server - RDMLX

Posted: Fri Jun 20, 2014 12:26 pm
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.

Re: Installation on production server - RDMLX

Posted: Wed Jun 25, 2014 5:48 pm
by kno_dk
thanks

it worked!