VLF-ONE Import / Export iSeries
Posted: Fri Dec 15, 2017 9:03 am
Ok, so we are working through getting an Import/Export process on the iSeries working and having some trouble.
After development is complete, I have created a save file on our DEV iSeries and export all the objects associated with the Task to that save file.
If I look in that save file with DSPSAVF I can see the server objects, but I don't see the client side objects (External Resources, Resuable Parts, etc.).
*** SEE EDIT BELOW ****
When we move the file to our PROD iSeries and import it, the import does two things:
Regarding the second point, the import says it completed, but the application appears to have not been updated.
Here is a pic of the end of the spooled file. Here is a pic of the export list, this SHOULD BE IN THE SAVE FILE Here is a partial pic of the save file. I don't understand why the import is not bringing over the client side objects.
EDIT
Inside the save file is another save file; EL_MGS0054. LANSA appears to have created this and after some digging around, we discovered that the JS
and client side files are in that save file.
So I am thinking now, do the SubSystems and HTTP Server need to be restarted after an Import?
EDIT
Looking on the production server (where the import took place) in LANSA_dcxpgmlib/x_lansa/x_SYS/execute I don't see the updated the VLF Data and Definition file (External Resources). I also don't see the new Resuable Parts JS files in LANSA_dcxpgmlib/x_lansa/x_SYS/web/vl.
So this tells me that for some reason the save file EL_MGS0054 in the save file was not extracted ... ?
After development is complete, I have created a save file on our DEV iSeries and export all the objects associated with the Task to that save file.
If I look in that save file with DSPSAVF I can see the server objects, but I don't see the client side objects (External Resources, Resuable Parts, etc.).
*** SEE EDIT BELOW ****
When we move the file to our PROD iSeries and import it, the import does two things:
- It issues a message "Where to put the data base files"
- It does not seem to import the client side objects
Regarding the second point, the import says it completed, but the application appears to have not been updated.
Here is a pic of the end of the spooled file. Here is a pic of the export list, this SHOULD BE IN THE SAVE FILE Here is a partial pic of the save file. I don't understand why the import is not bringing over the client side objects.
EDIT
Inside the save file is another save file; EL_MGS0054. LANSA appears to have created this and after some digging around, we discovered that the JS
and client side files are in that save file.
So I am thinking now, do the SubSystems and HTTP Server need to be restarted after an Import?
EDIT
Looking on the production server (where the import took place) in LANSA_dcxpgmlib/x_lansa/x_SYS/execute I don't see the updated the VLF Data and Definition file (External Resources). I also don't see the new Resuable Parts JS files in LANSA_dcxpgmlib/x_lansa/x_SYS/web/vl.
So this tells me that for some reason the save file EL_MGS0054 in the save file was not extracted ... ?