VLF Web Point to different partition on same as400 server

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
Balaji
Posts: 20
Joined: Tue Sep 19, 2017 6:05 pm

VLF Web Point to different partition on same as400 server

Post by Balaji »

Hello ,

How we can access data from different partition on same as400 server from VLF web.

like in Visual Lansa we can connect other partition using CONNECT_SERVER command.

Thanks in advance.
User avatar
Dino
Posts: 472
Joined: Fri Jul 19, 2019 7:49 am
Location: Robbinsville, NC
Contact:

Re: VLF Web Point to different partition on same as400 server

Post by Dino »

If you need to have the same file in different libraries, I would have the same file defined in this other partition ( export/import for example ), then use the command POINT in the server module.
You are already in the server, you don't need to reconnect to the server again.

Code: Select all

Point File(PSLMST) To_File(PSLMST) To_Library(OLDINFOLIB)
If you just need to have one version of the file and access it from different partitions, I would remove it from the LANSA partition libraries and put in it in a common library so all partitions can access the same data while defined in several partitions.
Balaji
Posts: 20
Joined: Tue Sep 19, 2017 6:05 pm

Re: VLF Web Point to different partition on same as400 server

Post by Balaji »

Currently i have used the point to insert data into different libraries.

we have different partition with same libraries name.

In this case ,we need to specify the partition with libraries.

Thanks in advance.
Post Reply