1. Marie Bisschoff
  2. PowerBuilder
  3. Wednesday, 17 March 2021 13:05 PM UTC

HI,

 

HI,

 

Powerbuilder 2019 R3 :Calling my exe from Oracle Forms just hangs with PB 2019 R3 but not with PB 2017.

 

Can anybody help me please

Regards

MLB

 

 

Balu Krishnasamy Accepted Answer Pending Moderation
  1. Wednesday, 13 October 2021 19:35 PM UTC
  2. PowerBuilder
  3. # 1

We just upgraded to PB 2019 R3 Build 2728 from PB 2017 R3 Build 1858.

Same problem here. Java program hangs after calling the pb application. No change were made on the java side either. PB upgraded to PB 2019. Worked fine in PB 2017. Broke in PB 2019.

Same OS version (Win 10), Same Java version, SameOS configuration.

Is adding "Start" on the calling application the only real solution for this issue?

Comment
There are no comments made yet.
Thomas George Accepted Answer Pending Moderation
  1. Wednesday, 7 April 2021 15:23 PM UTC
  2. PowerBuilder
  3. # 2

I'm having the same problem executing my PB app from Java. Adding the "start" to the front like Marie did solves the problem when it's ok to run the exe in the background, but I have some exe's I need to wait until they're finished to get the results.

 

They hang in PB 2019 R3 but not PB 2019 R2. Nothing else changed. I am running on Windows 7, so I'll see if it's a problem under Windows 10, but I suspect it will be.

 

Tom

 

Comment
  1. Chris Pollach @Appeon
  2. Wednesday, 7 April 2021 19:36 PM UTC
Hi Tom;

Just an FYI that PB2019R3 no longer supports W7.

Regards ... Chris
  1. Helpful
There are no comments made yet.
Marie Bisschoff Accepted Answer Pending Moderation
  1. Thursday, 18 March 2021 14:46 PM UTC
  2. PowerBuilder
  3. # 3

Pleasure

Comment
There are no comments made yet.
Marie Bisschoff Accepted Answer Pending Moderation
  1. Thursday, 18 March 2021 12:45 PM UTC
  2. PowerBuilder
  3. # 4

HI,

We got it right with chaging Oracle forms and ADDED the start in the command line

lv_host_cmd := 'cmd.exe /c start S:\PB\' || lv_env || '\Test.exe ' || lv_exp_date || ' ' || lv_rand;

Client_Host(lv_host_cmd);

Regards

MLB

Comment
  1. Armeen Mazda @Appeon
  2. Thursday, 18 March 2021 14:33 PM UTC
Thanks for sharing the solution!
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 17 March 2021 21:44 PM UTC
  2. PowerBuilder
  3. # 5

Hi Marie;

   In addition to Armeen's questions ...

    When the PB App hangs ... have you tried entering Task Manager and looking to see what TM says that the App is "waiting for"?

Regards ... Chris

Comment
There are no comments made yet.
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 17 March 2021 14:26 PM UTC
  2. PowerBuilder
  3. # 6

This doesn't make any sense to me because they changes we have made I don't see how would possibly affect this.  Are you sure the only difference in PB versions?  It is same Windows OS version?  Same Oracle Forms version?  Same machine (i.e. Windows config exactly same)?

Comment
  1. Marie Bisschoff
  2. Thursday, 18 March 2021 12:46 PM UTC
Same everything except pb version
  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.