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

Pages: [1]
1
Programming / Re: Outlook Appt or Meeting
« on: February 15, 2023, 02:40:53 AM »
Hi Jeff,

You should look for an api from microsoft.
With *web/request you can access the API and perhaps organize a meeting. I've never used this.
  Below the link.
https://learn.microsoft.com/en-us/graph/api/resources/calendar?view=graph-rest-1.0&preserve-view=true

2
Programming / Tcp read errors
« on: February 14, 2023, 01:48:12 PM »
Hello,

In the pxplus log we repeatedly find the following lines :

[/opt/openbasic/bct/pgm/WEBSRV:1196] [TCP][Sockets]Error[110]:Connection timed out (6:10.42.32.24)
Feb 14 4:32 PM [*winproc:1120] [TCP][Sockets]Error[104]:Connection reset by peer (6:10.42.30.16)
Feb 14 4:32 PM [/opt/openbasic/bct/pgm/WEBSRV:1196] Exceeded TCP read error count - Forcing Auto exit[/i][/i][/i]

At 4:32 pm this program was stopped.
Does anyone have an idea what could be the cause of this?
Timeout on the tcp port is 20 sec.
Tia!

3
Programming / Re: Transform pdf to base 64
« on: August 24, 2022, 12:10:58 PM »
Hi EVa,
The base64 file is put in a jsonstring for transmission. Here line feeds are converted to the escape character \n. Apparently the conversion on the receiving side is not done properly resulting in a blank PDF. The base64 file and json are correct.
Thanks for replying

4
Programming / Transform pdf to base 64
« on: August 24, 2022, 03:55:55 AM »
Hello,
For communication needs we should convert a pdffile into a base 64file.
We use this code :

 BASE64_FILE$="50_09790301_13_200_002_led_kalender.base64"
 PDFFIL$="50_09790301_13_200_002_led_kalender.pdf"
 ERASE BASE64_FILE$,ERR=*NEXT
 CALL "*web/base64;ENCODE_FILE",PDFFIL$,BASE64_FILE$

The base64 file is created. With copy/paste we put the base64 string on a converter website : https://base64.guru/converter/decode/pdf
The pdf generated from the base64 string is empty!
This is also the result what our customer receives, an empty pdf.

With  instruction CALL "*web/base64;DECODE_FILE",BASE64_FILE$,PDFNEW$  a good readable pdf is created.
We use Pxplus 16.10 on RH6
Thanks for helping




5
Programming / Re: Mobile application
« on: September 21, 2021, 09:57:32 AM »
That's what i needed. Thanks Mike!

6
Programming / Mobile application
« on: September 21, 2021, 06:47:20 AM »
We once got a link to a demo of a mobile application in PxPlus. Can someone provide me with this link? I can't find him anywhere.
Thanks in advance!

7
Language / Re: Open tcp channel
« on: July 16, 2020, 10:19:05 AM »
Meanwhile everything is working fine with *plus/web/request.
Thanks for all the good info Mike!
Nice weekend!

8
Language / Re: Open tcp channel
« on: July 16, 2020, 03:00:53 AM »
We are using Pxplus V16. SSL is ok I suppose.
Thank you for clarifying this.
 

9
Language / Re: Open tcp channel
« on: July 15, 2020, 11:06:22 AM »
Jeff,
Yes, is a typo here, not in the program. (thick fingers and small buttons... ) ;)

10
Language / Open tcp channel
« on: July 15, 2020, 10:56:40 AM »
Hello list,
We need to send soap notification messages to a webservice.
The url is like this :  https:// someserver:port/communicationservices. 
*plus/web/request returns  'cannot contact the host".
When trying to  open (chan)"[TCP]someserver;port/communictionservices;secure  we get a err 10, illegal pathname
When ommitting the path after ...port  the tcp connection is ok, but the service at the other side does'nt receive anything.

On the centos server the curl command  curl -k https://someserver:port/communicationservice returns a good answer.
Can someone help us with this ?
Thanks a lot!
Marc

11
iNomads / Web Service
« on: October 31, 2019, 11:13:21 AM »
Hello,
For one of our clients we are setting up a (or more) web service (s), where we are the receiver of requests and also provider of answers. Has someone the experience how to manage this the best way in Pxplus.
We need to have the web server where requests are received, separated from the data server.
Web server os is Red hat linux with Apache 2.4.
Thanks for helping us and kind regards.

12
Programming / software test automation tool
« on: August 22, 2019, 08:04:17 AM »
Hello, Does anyone have experience with a good test automation tool for pxplus applications?
Is there documentation about it in pxplus?
thanks in advance

Pages: [1]