PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Stéphane Devouard

Pages: 1 ... 7 8 [9]
121
Off Topic / Re: Hotel Software
« on: December 11, 2018, 05:48:52 PM »
Scott

At my first employer we had an hospitality software package written in Tbred that we converted to ProvideX and PxPlus and GUI-fied. At the moment, I believe the nth-purchase of the company by a bigger fish (Infor) has been fatal to the PxPlus based package (although my old colleagues had migrated it under iNomads with an SQL backend) as it is now not sold anymore nor enhanced, and support won’t last much longer (developers are being let go one after the other).

That being said I believe there are hospitality software packages on the north-american market. Jonas Software has one if I am not mistaken. I remember also something called Five Stars Hotel Systems. There are a few others.

Hope that helps

122
Programming / Re: Remote Process Control
« on: July 27, 2018, 04:54:36 AM »
Again, there is a page dedicated to RPC in the On-Line Documentation I pointed you to in another forum thread, reading it carefully should give you some insight...

https://manual.pvxplus.com/PXPLUS/Remote%20Process%20Capability/Introduction.htm

xxx.xxx.xxx.xxx in "xxx.xxx.xxx.xxx;80" obviously needs to be replaced by the IP address of the server where the RPC host program is running and listening
80 in "xxx.xxx.xxx.xxx;80" is the TCP/IP port on which the RPC host program on the remote server is supposed to listen -- chances are that you'll have another program with this port already in use (maybe IIS on Windows, maybe Apache on Linux), so you'll have to use another port.

To sum it up:
- First, have the *RPSRVR program running on a remote computer on your network and listening on an available IP port (e.g. 15000)
- On another server, use the PROCESS SERVER statement to establish a connection between your "Inventory" logical name and the physical IP & Port of the RPC server, as in "[tcp]192.168.1.11;15000" (again this is an example, the IP address must be the one of the computer where *RPSRVR is running)
- To call a program on the remote server, do a CALL "[rpc:Inventory]RPCTest"

Hope that helps

123
Thin Client/WindX / Re: Remote Process Control
« on: July 24, 2018, 07:51:13 AM »
All you need to know about PxPlus' RPC is detailed on this page:
https://manual.pvxplus.com/PXPLUS/Remote%20Process%20Capability/Introduction.htm

124
Off Topic / Re: Hi there!
« on: June 26, 2018, 06:02:34 AM »
Love the new forum, great work PxPlus folks :)

Pages: 1 ... 7 8 [9]