1. Deva Shanmuga
  2. PowerBuilder
  3. Friday, 12 May 2023 17:12 PM UTC

HI Everyone,

I can able to build and deploy the application successfully, When I try to run the application by clicking exe nothing is happening, what may be the issue, kindly give me some suggestion. Thanks.

Sivaprakash BKR Accepted Answer Pending Moderation
  1. Monday, 15 May 2023 08:23 AM UTC
  2. PowerBuilder
  3. # 1

Version of Powerbuilder used.
Version of Windows.

Sometimes, old PB version may not work in newer version of windows.   That may be the reason.  Check for compatibility table whether your version of PB is supported for the windows version used.

If supported,

Put a messagebox in the first line of Application open event and see whether that messagebox gets displayed.

If it does not, then check whether the EXE is still there (not deleted by anti-virus).   Check the size of the exe matches the original size of the exe.  Also the date and time with original values.   Might be that some strong virus might have affected the exe immediately on copy.  

HTH

Happiness Always
BKR Sivaprakash

 

Comment
There are no comments made yet.
Arthur Hefti Accepted Answer Pending Moderation
  1. Monday, 15 May 2023 04:51 AM UTC
  2. PowerBuilder
  3. # 2

Hi 

try to start the EXE from the command line with /PBDEBUG. It will write a file with the same name as the EXE with the extension .dbg. There you will find information about DLLs and PBDs used or needed.

Regards
Arthur

Comment
  1. Deva Shanmuga
  2. Monday, 15 May 2023 07:33 AM UTC
Hi Arthur,

Can you provide the syntax for the above solution.
  1. Helpful
  1. Arthur Hefti
  2. Monday, 15 May 2023 07:39 AM UTC
xxx>pbapp.exe /PBDEBUG



See as well: https://docs.appeon.com/pb2021/pbug/ug58941.html
  1. Helpful 2
There are no comments made yet.
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Sunday, 14 May 2023 02:22 AM UTC
  2. PowerBuilder
  3. # 3

Hi,

I've had something similar happening to me with a certain PB version and build. Avast antivirus would silently modify the exe.

Just as a test: Try building the executable and run it without your Anti virus being active.

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 12 May 2023 17:20 PM UTC
  2. PowerBuilder
  3. # 4

Hi Deva;

  I suspect this maybe because ...

  1. You did not deploy the proper PB runtime DLLs for the PB version / build that you compiled the Paa EXE under.
  2. You did not copy the new <AppName>.XML file from the compilation folder over to your PB App EXE's deployment folder.
  3. If you have <AppName>.XML in the EXE's deployment folder, you may still need to edit this to point to where the PB Runtime is actually installed on the deployment machine.

HTH

Regards ... Chris

Comment
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.