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.
Awhile ago Hamad helped us setup a share on a file server so all of our users can run one copy of our app. It's basically the directories from the development machine copied to the server, and then we put an icon on each users desktop that points to the share. It's been working in V14 forever. I'm trying to duplicate that for testing V15 so I copied the directory structure over. I'm getting the following error once I press logon on VLF-Win. The IBM i starts a TX job for the app but it ends once I cancel the error.
Screenshot 2023-08-18 at 2.39.17 PM.png (91.48 KiB) Viewed 133135 times
Here is my x_Start. Is it necessary for me to define %basepath% anwhere?
This message appears in the dialog box after I click OK:
Fri Aug 18 14:39:18 2023
Version 15.0.0 Build 4403 Windows Server 2008 R2 Server Datacenter (Full InstallatioComponent : VF_SY160
CONNECT_SERVER V2
Statement : 17
Message : (1017) - Server must be running LANSA 11.0 or later when using DEFINE_ANY_SERVER or DBID=*ANY.
Routine : X_PDF_Determine_Client_Type
That the same job description has LOG(4 00 *SECLVL) logging if you are trying to solve a problem. This will ensure any IBM i job the profile starts will produce an IBM i job log. This job log will almost always yield useful error information.
That might be worth a try.
I don't think you need to specify the base path, though I think your shortcut probably has to specify the whole path in the Target property and in the Start In property.
I made some progress on this after installing all of the EPC's for V15. I'm getting a message that it can't find the message file DC@M01. Does anyone know what PC file contains the message file?
It's a few years since I worked on the windows version of VLF, but I vaguely recall that you need to set the %PATH% environment variable on the windows client to include the path to your VLF folders.