1. Craig Simonian
  2. PowerBuilder
  3. Monday, 14 December 2020 18:22 PM UTC

Hi Appeon,

    I have an application that was migrated from SAP PowerBuilder 12.6 Build 4098 to Appeon PowerBuilder 2019 R2.  The application launches and connects to Sybase 15 in the IDE Development environment but will not connect and "hangs" up trying to run it from the command line arguments.  The old applications connects fine.  Is there coding modifications that need to be made for the application to launch from the command line arguments?  Thanks, Craig

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 14 December 2020 20:11 PM UTC
  2. PowerBuilder
  3. # 1

Hi Craig;

  If the App works from the IDE then it should also work from the EXE on the same developers PC.

  However, if you are talking about an EXE deployed to another PC then you would also need

  1. The PB runtime DLLs with the DLL that supports your ASE 15 environment (aka ASE driver- ie: SQLCA.DBMS = "ASE"))  // and
  2. The ASE 15 client software that matches your selected PB ASE driver and the version of the ASE server.
  3. Run the ASE client  "Open Client Configuration Utility" update utility to register the ASE 15 server's location

HTH

Regards ... Chris

Comment
  1. David Peace (Powersoft)
  2. Tuesday, 15 December 2020 11:29 AM UTC
As Chris says.



You should be able to run the exe on the development machine without a problem. If you are running on a different machine, then check the environment,prove you can connect to the ASE DB outside of PB.



You say it hangs, what is is waiting for? Does it ever come back? Firewall problem?
  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.