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.
VLF Web Point to different partition on same as400 server
Re: VLF Web Point to different partition on same as400 server
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.
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.
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)Re: VLF Web Point to different partition on same as400 server
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.
we have different partition with same libraries name.
In this case ,we need to specify the partition with libraries.
Thanks in advance.