1. Miguel Leeuwe
  2. PowerBuilder
  3. Monday, 21 August 2023 14:37 PM UTC

hI,

 [EDIT]

I took out the part of the "client_1" paths, those belong to Oracle :)

 

When opening / running my application, I obtain the following path from my environment.

See the red markers below:

 

  • Though you get to an existing folder when you copy the path that contains "PB190.EXE\.." it seems strange ... that part could have just been left out. I think it has something to do with what happens when the application's XML uses a relative path (will investigate).
  • The double ";;" should be a single ";"

 

 

Miguel Leeuwe Accepted Answer Pending Moderation
  1. Tuesday, 22 August 2023 02:12 AM UTC
  2. PowerBuilder
  3. # 1

When running my executable :

fqm_cq_client.xml:

<?xml version="1.0" encoding="utf-8" ?>
<Application>
    <RuntimePath>..\SHARED</RuntimePath>
</Application>

path I get while running the app:

...;
....;
W:\Wave 1\_current_release\Client\fqm_cq_client.exe\..\..\SHARED;
W:\Wave 1\_current_release\Client\fqm_cq_client.exe\..\..\SHARED\x64;
.......;
etc.

The substring "fqm_cq_client.exe\.." just doesn't need to be there IMHO.

W:\Wave 1\_current_release\Client\..\SHARED;

that would be just fine. SHARED is a folder at the same level as CLIENT.

Strangely enough it does seem to work !

regards.

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 21 August 2023 20:54 PM UTC
  2. PowerBuilder
  3. # 2

Hi Miguel;

  Can you tell us...

  • OS version & build
  • PB version & build
  • Using Citrix / RDT / etc

Regards..  Chris 

Comment
  1. Miguel Leeuwe
  2. Tuesday, 22 August 2023 01:01 AM UTC
Hi Chris,

- PB 2019 R3 build 2797, running 32 bits

- Windows 10 Pro 22H2, build 19045.3324

- No Citrix. Using Splashtop to connect from home.

regards
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.