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 - nmartinez@bristolind.com

Pages: [1] 2 3
1
Thank you, James!. 
We have already created a program to help us do this.  We just did not want to re-invent the wheel.

2
Thank you, Mike!
Thought that PVXPlus may have a utitlity to do this and expand the external primary key, etc..

3
Thank you, Ken!

4
Hi all,
Is there an easy way to increase the external key size on a direct/keyed file?  This file has only one external key.
In the screenshot below, the external key size is 20, how do we go about increasing this to 30, without having to create a new direct file and then copy records from current file.
Thank you!

5

I am getting an error #14 when running the sample code.. I have attached a screenshot showing the code, error and ping from the command line from Windows computer I am using to ping the server with IP address 192.168.77.230..

6
the goal of the sample code above is to ping server with IP address 192.168.77.230 and try go see if ping is able to get any responses from it...

7
Does this look ok?

0010 BEGIN
0020 OPEN (1,TIM=5,ERR=*NEXT)"[wdx][tcp]192.168.77.230;7"
0030 WRITE RECORD (1,KEY="CHECKING IF PING COMMAND WORKS")
0040 READ RECORD (1)A$
0050 PRINT A$

8
Hi Mike,
I was hoping to get some sample PVXPlus code showing how the ping command is executed via PXPlus and how to read results to determine if successful or not..
Thx!

9
Programming / How to PING Windows Systems and/switches Using PvxPlus
« on: April 03, 2023, 03:38:45 PM »
Hi all,
Does anyone know how to PING network devices using PvxPlus (latest version)?  We have used the following to see if a Windows server allows RDP, but this does not work on those servers which do not allow it..
We have used OPEN (chn, TIM=10, err=*next) "[tcp]IPaddress;tcp-portnum

Thank you!

10
Web Services / Re: Setup EZWeb server on RedHat Linux 8.x Server
« on: February 10, 2023, 06:03:32 PM »
Hi Mike,
How do we make sure our EZWeb Server is secure?  we are only allowing https, but don't know if there are ways to access the admin configuration section of it.. would like to make sure all holes (if any) are closed. In the document root (the parameter we added when starting the EZWeb Server on the RHEL Linux server) we have only the .pxp file.  My concern is that there might be some way to access the configuration of EZWeb Server by providing something else on the URL that I am not aware of.. 
Sorry for all the questions  :D
Thank you!!

11
Web Services / Re: Setup EZWeb server on RedHat Linux 8.x Server
« on: February 10, 2023, 12:15:43 PM »
Thank you, Mike!!  awesome information!!


12
Web Services / Re: Setup EZWeb server on RedHat Linux 8.x Server
« on: February 09, 2023, 05:39:23 PM »
One last question.. is there a global variable that receives the FULL URL as it gets to the .pxp program.
Example:
If the user types on his browser https://www.pvxplus.com/example.pxp?id=999&wo=1234567

Is there a variable that can be accessed while example.pxp is running?
Thank you!

13
Web Services / Re: Setup EZWeb server on RedHat Linux 8.x Server
« on: February 09, 2023, 12:25:55 PM »
Thank you very much Mike for the explanation!  It is greatly appreciated!!

14
Web Services / Re: Setup EZWeb server on RedHat Linux 8.x Server
« on: February 08, 2023, 06:17:11 PM »
Hi Mike.. very quick question.. when the program with the .PXP suffix runs, are we able to have a BEGIN Directive  or are we able to CALL other programs with either RUN or CALL or another way?  Just trying to understand if we need to put all the code on the program with the .PXP suffix or we can call other programs..
Thank you!

15
Thank you Mike!  Everything is working fine now.  We are using SSL from Let's Encrypt.

Pages: [1] 2 3