RESOLVED: Webevent RDML Function Not Receiving Funcparms

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
caseywhite
Posts: 192
Joined: Thu May 26, 2016 1:17 am

RESOLVED: Webevent RDML Function Not Receiving Funcparms

Post by caseywhite »

I have a really strange issue that I am hoping someone might have some thoughts on.

Our RDML webevent programs in our dev environment on port 443 only don't receive the funcparms value. However, in production they get passed through. So I created a different web server to run on a different port and that dev environment works. The only different is the port. I am really confused.

This URL results in SA_TXT256 NOT being passed into TEST404.
https://dev.mycompany.com/CGI-BIN/LANSA ... 2560):TEST

This URL results in SA_TXT256 being passed into TEST404. Only difference is the DNS and the port. Both are https.
https://dev2.mycompany.com:8082/CGI-BIN ... 2560):TEST

Any thoughts? I have checked the web admin and everything is the same.

Is there some Apache config that you can't see in http.conf that could be causing this?
caseywhite
Posts: 192
Joined: Thu May 26, 2016 1:17 am

Re: RESOLVED: Webevent RDML Function Not Receiving Funcparms

Post by caseywhite »

Found the issue. We had added supported for some extra header variables a few months ago in dev only on only one of our servers. This allocates all the space left for RDML function funcparms. As a result the additional funcparms weren't being passed through. I removed the use of these and the issue has been resolved.
Post Reply