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.


Topics - Bruno Biancucci

Pages: [1]
1
Registration and Setup / Moving PxPlus License key
« on: November 30, 2021, 10:05:42 AM »
Well, last week I received a call from a client who's old server (Windows 7pro actually) finally gave up the ghost and my application was off line.  We quickly moved them over to the onsite backup dev. box and we were back in business that same morning.  A new Dell Server (1u, Windows server 2019) is on order and with any luck Santa's elves will have it done by Christmas.

Is there an automated process, much like the license registration process, where someone can simply de-register a license key from one (decommissioned) system and apply it to a new computer.   In the past we've had to call this into support @ Pvx Plus.  Some one would delete the registration at their end and we could then register the existing license key on a new box.

License is for: PxPlus 2017 - e-Comm (Windows).

TIA.

2
Programming / Error trapping
« on: September 16, 2019, 10:53:27 AM »
I want to trap and report back any error set in PxPlus to a calling program (DOS batch file in this case).  This installation is a Windows Server 2012 with PxPlus 11.50 (base).

PxPlus is initiated in a batch file as follows:

echo off
echo We are in the batch file
echo Before: %errorlevel%
test.pxp
echo After: %errorlevel%
pause


My sample PxPlus program simply generates an error (Divide by zero)
0010 CLEAR
0020 SETERR 0080
0030 PRINT "Hello World..."
0050 LET A=2/0
0060 PRINT "ok..."
0065 WAIT 1
0070 END
0080 PRINT "oops..."
0081 LET %EXIT_CODE=1
0085 WAIT 1
0090 END


Removing line 20 make no difference for me in this case.  Pxplus program will crash hard and return back to the batch file.  In both cases the %errorlevel% variable is still set to 0.

The end game is to inform the batch file there was a problem with the PxPlus program.  This is for an automated process and we're simply looking for a way to know if the test.pxp program generated an error or ran clean.
TIA, Bruno.

3
Off Topic / RETS Server development
« on: January 27, 2019, 12:44:19 PM »
I'm looking for someone who has worked with RETS (Real Estate Transaction Standard). Specifically, written server software with PvxPlus (eComm/Windows). 

I'm using PvxPlus's webserver (eComm license) to front end a private RETS server.  I'm looking for help with Getobject (to send image requests) to client requests.  I can send one image, but having issues filling multi-image requests.  On the client side, I'm using RETSConnector as a test client (there are other options). 

If the above sounds familiar, we should have a discussion.

Bruno.Biancucci@gmail.com 

Pages: [1]