1. Pepe Cuenca
  2. PowerBuilder
  3. Tuesday, 27 August 2019 07:31 AM UTC

Good Morning Everyone, 

I need to communicate to a PostgreSQL to update an Informix Database, via PowerBuilder. 

I'm thinking about creating a windows service that will be always executing. Is this possible using PowerBuilder?

 

Miguel Leeuwe Accepted Answer Pending Moderation
  1. Tuesday, 10 January 2023 17:33 PM UTC
  2. PowerBuilder
  3. # 1

Added to the great suggestions made, you could do something with a timer event and some pipeline objects. 

Comment
  1. Miguel Leeuwe
  2. Tuesday, 10 January 2023 18:06 PM UTC
and then I realized this is more than 3 years old ... :)
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 27 August 2019 18:25 PM UTC
  2. PowerBuilder
  3. # 2

Hi Pepe;

  Yes, but you will need to use another product along with your PB App to accomplish this ...

For example:

  • AlwaysUp(commercial)
  • Application as Service (commercial)
  • FireDaemon(commercial)
  • Launcher Service (open source)
  • N.S.S.M. (open source)
  • Service Runner (open source)
  • Turbo Service Manager (open source)
  • PBNIServ(commercial)
  • Winserv(open source)

HTH

Regards ... Chris

Comment
  1. iliyan iliev
  2. Tuesday, 10 January 2023 17:04 PM UTC
Do you need to use special option to build PB app ?! I try to use pb App exe with nssm but cannot start ?!

Window could not start myService service on Local Computer. The service did not return an error. This could be windows error or internal service error. If problem persist contact to your system administrator.





  1. Helpful
  1. Chris Pollach @Appeon
  2. Tuesday, 10 January 2023 18:12 PM UTC
Hi Illyan;

FWIW: I use NSSM and it works great for me. Being a service though, you should not be attempting any GUI interfaces.

Regards ....Chris
  1. Helpful 2
There are no comments made yet.
Marco Meoni Accepted Answer Pending Moderation
  1. Tuesday, 27 August 2019 17:05 PM UTC
  2. PowerBuilder
  3. # 3

Hi Pepe,

have look here.

http://www.topwizprogramming.com/pbniserv.html

Best,

.m

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.