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 - Gilles

Pages: [1]
1
Language / *web/mail
« on: October 14, 2021, 03:33:41 AM »
We think there is a problem in this utility
At line 15: FAIL_CNT=0
At line 104 FAIL_CNT_CNT++
At line 105 IF RETRY_CNT<3 ....

Shouldn't it be
15   FAIL_CNT=0
104  FAIL_CNT++
105  IF FAIL_CNT<3 .....

Pvx+ up to V17 (V18 not tested)

2
Language / SORT file
« on: March 04, 2021, 08:15:19 AM »
Is there a way to have a sort file with size greater than 8 GB ?
We got an error 16 at this point.

PRINT FIN(CHAN,"FILE_CREATE")
SORT "/usr4/gg",32,SEP=$0A$
PRINT PRM('KF')
2

3
Language / Dump
« on: February 09, 2021, 08:34:38 AM »
We have an error handler in wich we do a dump * to a file

! ****************************
! Level=3
! PGN="/usr2/piecepgm/SOUCON3"
!  Statement......1745
!  GO SUB.........0300

What does mean GO SUB .....0300 ?
There is no Gosub to line 300 in this program.

Another one :

! ********************************
! Level=2
! PGN="/usr2/piecepgm/DEMREFETAI"
!  Statement......1120
!  FOR............0670

What does mean the FOR .....0670?

4
Language / Event handling
« on: January 13, 2021, 08:42:25 AM »
In the online Pxplus documentation at the bottom of "ON PROCESS EVENT" there is a link for Event Handling Interface wich does not work.
The error refers to wiki.pvxplus.com.
Where can we found documentation for this interface?

5
Language / @(X),@(Y)
« on: June 22, 2020, 08:36:23 AM »
Just by curiosity (this is an old Providex release 9.1)

PRINT (IMP)'FONT'("Arial",-12,"B"),'TEXT'(@X(0),@Y(L),@X(112),@Y(L),UCS(TITRE$),"L"),; L++
This line is running from Windx but causes an error 13 when running in background (cron on Linux)
To make it work in background, we have to modify like this:
24480 PRINT (IMP)'FONT'("Arial",-12,"B"),'TEXT'(@X(0,IMP),@Y(L,IMP),@X(112,IMP),@Y(L,IMP),UCS(TITRE$),"L"),; L++

IMP is *PDF*

Any idea?


6
Language / Web server
« on: June 12, 2020, 09:41:36 AM »
A customer have web services running thru Web server and he wants HTTPS.
In the "Editing configuration details" of the Web server documentation there is:

Secure [HTTPS]          Available in a future version.

When will this be available?

7
Language / [EDO] V16.10
« on: January 22, 2020, 02:54:00 PM »
On the same Workstation we have Plugin V14.10, V15.10 and V16.10 installed.
This code runs fine in V14.10 and V15.10

1040 LET TABLE$="ZENCOURS", BASE$="C_SOCA"
1050 LET OPT$=";CONNECT='Provider=SQLOLEDB';User=SOUBAUTO;Pswd=xxxxxxxxx;DB="+BASE$
1060 LET CIBLE$="[WDX][ADO]192.168.100.213\MSSQLSAGE;"
1070 LET SELSEL$="SELECT * FROM "+TABLE$+" WHERE
COMPTE_TIERS="+"'"+STR(COMPTE:"00000000")+"'"
1080 LET RQT=UNT; OPEN (RQT,OPT=OPT$,ERR=ERREURS)CIBLE$
1090 WRITE RECORD (RQT)SELSEL$
1100 READ (RQT,ERR=ERREURS)CPT,ENCOURS$

In V16.10 we have Error #61: Authorization failure at line 1090

What's wrong?

Gilles

8
Wish List / Forum or support
« on: January 22, 2020, 09:02:31 AM »
When there is an error with the latest version of Pxplus but not with an earlier version, should we post on this forum or see directly with support?
What is the best practice?

9
Wish List / Tool on license use
« on: October 30, 2019, 10:12:52 AM »
From time to time, on any server, we have the error message "Number of plugin / javax users exceeded (Package 20013)" and some users can not connect anymore.
The last time this happened, 11 workstations were connected to the server and despite a license of 12 x 20013, the twelfth station could not connect.
We did some investigation on the Linux server with ps, netstat, and in the /proc directory and found that all the pxplus processes were those of the 11 workstations, without understanding why we get this error message.
Only a reboot of the server corrected the problem, sometimes this can be very annoying.

In this kind of case, it would be interesting to have a tool giving precise information on the use of the license with a list of ip addresses, process numbers ...

10
Registration and Setup / Missing files
« on: October 15, 2019, 10:32:09 AM »
Support,

libhpls.so and libhpls.a are missing in the tarball pxp1610-0000-U16-64.taz at the download center.
These two files are in all others V16.10 tarball for Ubuntu

Regards.

11
Thin Client/WindX / Webplus
« on: October 09, 2019, 11:27:55 AM »
Hi
What is the "Check WebPlus News" item in the upper left of a Windx session?

12
Registration and Setup / Notifications
« on: March 28, 2019, 03:46:24 AM »
Hi,
I have several notofications for boards but never receive any.

(Sorry to post here but can't post in Knowledge base/Using the forum)

And I see that I am in probation since 02/25, while I received a welcome to the forum message.

Regards

Pages: [1]