Search found 192 matches

by caseywhite
Thu Nov 06, 2025 10:46 am
Forum: Questions & Answers
Topic: LANSA Integrator JSON Headers
Replies: 12
Views: 28744

Re: LANSA Integrator JSON Headers

I found some old documentation before the OutboundJSON bind existed and the SET command has always been supported for the header.

You don't need to do anything in the binding Wizard.

You could try to use the HTTPService instead of the HTTPOutboundJSON bind service and then use the ...
by caseywhite
Thu Nov 06, 2025 8:14 am
Forum: Questions & Answers
Topic: LANSA Integrator JSON Headers
Replies: 12
Views: 28744

Re: LANSA Integrator JSON Headers

Strange that it doesn't work.

The only difference in my code is that I don't have SERVICE_CONTENT(*HTTP) in the service load. I don't think that is it but you could try removing it.

What version of LANSA Integrator are you using. I am using 14.0.
by caseywhite
Thu Nov 06, 2025 6:20 am
Forum: Questions & Answers
Topic: LANSA Integrator JSON Headers
Replies: 12
Views: 28744

Re: LANSA Integrator JSON Headers

If you are using RDMLX you should be able to do it this way. Length of FF_PTYVAL would be whatever size you want.

Define Field(#FF_PTYNME) Type(*CHAR) Length(256)
Define Field(#FF_PTYVAL) Type(*CHAR) Length(4096)
Def_List Name(#PTYLST_WL) Fields(#FF_PTYNME #FF_PTYVAL) Type(*WORKING) Entrys(*MAX ...
by caseywhite
Fri Oct 24, 2025 1:22 am
Forum: Questions & Answers
Topic: RESOLVED: Webevent RDML Function Not Receiving Funcparms
Replies: 1
Views: 10130

Re: RESOLVED: Webevent RDML Function Not Receiving Funcparms

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 ...
by caseywhite
Thu Oct 23, 2025 5:50 am
Forum: Questions & Answers
Topic: RESOLVED: Webevent RDML Function Not Receiving Funcparms
Replies: 1
Views: 10130

RESOLVED: Webevent RDML Function Not Receiving Funcparms

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 ...
by caseywhite
Fri Sep 19, 2025 12:41 am
Forum: Questions & Answers
Topic: RESOLVED: Cannot VL 14.0 IDE Run On Windows 11
Replies: 6
Views: 26769

Re: RESOLVED: Cannot VL 14.0 IDE Run On Windows 11

I was able to get this issue resolved. These are the steps that I needed to follow. It requires already having installed it in the same directly on a Windows 10 laptop.

1. Install LANSA on Win 11 laptop into the same folder you used on the Win 10 laptop.
2. Apply the same EPCs applied on Win 10 ...
by caseywhite
Thu Sep 18, 2025 2:28 am
Forum: Questions & Answers
Topic: RESOLVED: WAM Design Not Available Error
Replies: 1
Views: 14849

RESVOLED: Re: WAM Design Not Available Error

I resolved the issue. Looks like I had to manually register 3 WAM dlls. They are below.
regsvr32 WAMEditor.dll
regsvr32 WAMHTMLEditor.dll
regsvr32 WAMTextEditor.dll
by caseywhite
Thu Sep 18, 2025 2:23 am
Forum: Questions & Answers
Topic: RESOLVED: WAM Design Not Available Error
Replies: 1
Views: 14849

RESOLVED: WAM Design Not Available Error

I am trying to work around issues to get my 14.0 LANSA install working on Windows 11. I know that you need to be at 14.2 with the latest EPCs for it to work out of the box, but we can't upgrade right now. So I am trying to find a way to get it to work using manual work arounds.

If I copy my ...
by caseywhite
Thu Sep 11, 2025 4:45 am
Forum: Questions & Answers
Topic: RESOLVED: Cannot VL 14.0 IDE Run On Windows 11
Replies: 6
Views: 26769

Re: Can VL 14.0 IDE Run On Windows 11

One other thing I have noticed is that when I try to start up the 2nd IDE that can't be WAM enabled is that it keeps asking me to choose the language after I click on Partition Init. It doesn't do that anymore for the IDE that is now WAM enabled.

Does anyone know where the selection you make from ...
by caseywhite
Thu Sep 11, 2025 4:18 am
Forum: Questions & Answers
Topic: RESOLVED: Cannot VL 14.0 IDE Run On Windows 11
Replies: 6
Views: 26769

Re: Can VL 14.0 IDE Run On Windows 11

I had some luck with one of my IDEs. I was able to take the database file from my Win 10 laptop and drop it onto the Win 11 laptop. After doing this and performing a system init the IDE thought it was WAM enabled and now I can open WAMs and weblets.

I tried to repeat this process for my other 3 ...
by caseywhite
Sat Sep 06, 2025 7:20 am
Forum: Questions & Answers
Topic: RESOLVED: Cannot VL 14.0 IDE Run On Windows 11
Replies: 6
Views: 26769

Re: Can VL 14.0 IDE Run On Windows 11

Thanks adale and Bikel. I was able to get the install to work after doing a manually install of SQL Server and few other manual things. However, what I have noticed is the following.
1. I get an error that says there is an error loading the language mappings. Not sure why. It does show all the ...
by caseywhite
Fri Sep 05, 2025 6:52 am
Forum: Questions & Answers
Topic: RESOLVED: Cannot VL 14.0 IDE Run On Windows 11
Replies: 6
Views: 26769

RESOLVED: Cannot VL 14.0 IDE Run On Windows 11

Hi has anyone used the VL 14.0 IDE on Windows 11.

I know that the supported platforms document indicates the 14.2 IDE will but we are on 14.0 and cannot upgrade at this time.

If you did get it running are there any gotchas or is it a smooth install process. Thanks in advance.
by caseywhite
Fri Jan 24, 2025 5:27 am
Forum: Questions & Answers
Topic: Increase web timeout
Replies: 2
Views: 60016

Re: Increase web timeout

Art, if you are using Apache webserver you could add following directive:

TimeOut {number-of-seconds}
by caseywhite
Fri May 31, 2024 3:55 am
Forum: Questions & Answers
Topic: ExcelService - formatting
Replies: 5
Views: 16115

Re: ExcelService - formatting

Maybe open up a support ticket if you still can't get it to work. Here is something from the reusable part XJSMExcelServiceCommands I found in the IDE. I wonder if the order you put the properties for the style matters. I doubt it. If you are doing the same things as what is shown below, I would ...
by caseywhite
Thu May 30, 2024 7:59 am
Forum: Questions & Answers
Topic: ExcelService - formatting
Replies: 5
Views: 16115

Re: ExcelService - formatting

I know this sounds strange but what if after you do your WRITE you then attempt to add the CELLSTYLE to do the horizontal alignment. What I can't remember is whether some have to be done before a WRITE and others after.
by caseywhite
Wed May 29, 2024 8:01 am
Forum: Questions & Answers
Topic: ExcelService - formatting
Replies: 5
Views: 16115

Re: ExcelService - formatting

Have you set the context first. Forget if that is required.
SET OBJECT(*CONTEXT) SHEET(name)

I am assuming you are doing a
WRITE then a CLOSE as well.
by caseywhite
Sat May 11, 2024 7:56 am
Forum: Questions & Answers
Topic: Multiple input fields on windows
Replies: 5
Views: 24965

Re: Multiple input fields on windows

Art. Check out https://forum.developer.lansa.com/viewtopic.php?f=3&t=1937&p=4925&hilit=DYNAMIC+COLLECTION#p4925

This may help. I think the problem though is that example uses a primitive button. Your RP could have a class of primitive button but you say your RP is just a numeric field so it ...
by caseywhite
Sat May 11, 2024 6:51 am
Forum: Questions & Answers
Topic: Multiple input fields on windows
Replies: 5
Views: 24965

Re: Multiple input fields on windows

Art, have you tried #fmtwav<> (no #counter).
by caseywhite
Thu Apr 11, 2024 3:22 am
Forum: Questions & Answers
Topic: Steps to make LANSA web server on I use SSL?
Replies: 6
Views: 37716

Re: Steps to make LANSA web server on I use SSL?

Art,

Only additional step in LANSA is to use the Web Administrator and create a new entry under Maintain Systems for the SSL port (e.g. 443) that you are using. You probably only have the HTTP port set up right now.
by caseywhite
Sat Mar 16, 2024 3:19 am
Forum: Questions & Answers
Topic: Using AGENT_INCLUDE.TXT to Add HTTP Header
Replies: 3
Views: 22041

Re: Using AGENT_INCLUDE.TXT to Add HTTP Header

I got a response from LANSA support with an example someone used in the past to set an HTTP Header value. However, their example only worked for a statically set value. I was able to determine that it will work with a dynamically provided value if you also set the SOAP Header. Here is what will work ...