1. David Ridenour
  2. PowerBuilder
  3. Sunday, 4 June 2023 21:32 PM UTC

Hello,

Took over an existing Powerbuilder application, upgraded to PB 2022, but not sure how to produce an executable that can be deployed and run on its own.  Looked for a "Deploy" option to create an executable, but did not see it.  Am I overlooking something obvious? 

Also using a SQLServer database on AWS RDS and will be running the executable from a virtual machine inside AWS that can access the DB.  Assuming that we should still use the SQL Native client version 11.  If something different would be better, please let me know. 

Thanks! 

David

David Ridenour Accepted Answer Pending Moderation
  1. Monday, 5 June 2023 18:21 PM UTC
  2. PowerBuilder
  3. # 1

 Here is the project general tab: 

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Sunday, 4 June 2023 21:44 PM UTC
  2. PowerBuilder
  3. # 2

Hi David;

   Have a look for a Project object. It will create the App executable for you. If not, create a new App Project, fill out the app details, (name, type of compile, EXE signature), etc. That will then produce an EXE that you can then copy over to AWS to execute. You will also require the PB runtime. You can create an MSI install for that using the PB Packager utility.

Tip: check out the PB help under "Application Deployment" and also "PB runtime" for more information.  HTH

Regards ... Chris 

Comment
  1. David Ridenour
  2. Monday, 5 June 2023 18:19 PM UTC
Thanks Chris! We found the project, but in trying to compile, we find the executable keeps getting deleted as soon as it is created. Not sure why.
  1. Helpful
  1. Chris Pollach @Appeon
  2. Monday, 5 June 2023 18:37 PM UTC
Hi David;

It's most likely your anti-virus.

Regards ... Chris
  1. Helpful
  1. Sivaprakash BKR
  2. Tuesday, 6 June 2023 06:53 AM UTC
Try disabling the anti-virus before creating the exe. If exe is not deleted, then anti-virus is the reason. In that case you can refer the discussion that happened@

https://community.appeon.com/index.php/qna/q-a/mcafee-deletes-the-exe-file-immediately

Btw, let us know the anti-virus that you use.
  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.