Search found 220 matches

by René Houba
Wed Aug 27, 2025 6:53 pm
Forum: Questions & Answers
Topic: Composer Processing Sequence fails always after 96 FTP GET
Replies: 1
Views: 47634

Composer Processing Sequence fails always after 96 FTP GET

A Processing Sequence is doing FTP GET of files.

This works always OK, but after 96 times a FTP GET, the program fails.

So (as an example):
60 FTP GETs, no problem
2 FTP GETs, no problem
53 FTP GETs, no problem
> 96 FTP Gets, error when it tries FTP GET number 97

We had this year 3 times a ...
by René Houba
Wed Jul 30, 2025 4:58 pm
Forum: Questions & Answers
Topic: Any way to get the server routine name where I am?
Replies: 3
Views: 197401

Re: Any way to get the server routine name where I am?

Hi Dino,

I did some testing but cannot find something for this indeed.

What do you want to do with it. Use it for some internal logging or so?

Kind regards,
René
by René Houba
Tue Jul 29, 2025 8:58 pm
Forum: Tips and Techniques
Topic: LANSA Technical Newsletter July 2025
Replies: 1
Views: 220484

LANSA Technical Newsletter July 2025

Dear LANSA customer,

Here is the link to the July 2025 LANSA Technical Newsletter:
https://lansa.com/downloads/support/newsletter/LANSA%20Technical%20Newsletter%20July%202025.pdf


Topics discussed include:
- LANSA V16
- - What’s new in Visual LANSA V16?
- Job Number vs Web Job
- Composer 8 ...
by René Houba
Thu Feb 27, 2025 2:51 am
Forum: Questions & Answers
Topic: API Call: Not always a Response
Replies: 2
Views: 46502

Re: API Call: Not always a Response

Hi Dino,

Thanks for your reply.

I already built in, if the API CALL fails, that I try this again (max 5 times with inbetween an OV_SLEEP of 10 seconds), but so far they all fail.

So as you suggested, we have to find where it fails in the windows layer.....
by René Houba
Wed Feb 26, 2025 8:34 pm
Forum: Questions & Answers
Topic: API Call: Not always a Response
Replies: 2
Views: 46502

API Call: Not always a Response

Hi,

I have this situation:
A JDEdwards environment activated a LANSA API. This works fine.
In the LANSA Server Module that is activated I call a function to do all kind of I/O's and in the end, when all is done properly, I activate a Reusable Part (#PRIM_OBJT) to call/activate a JDEdwards API. The ...
by René Houba
Wed Feb 19, 2025 2:00 am
Forum: Tips and Techniques
Topic: Compare File with Hash
Replies: 2
Views: 306531

Re: Compare File with Hash

Hi Marco,

Can you give me the details of the fields
£Path1
£Path2

Just normal alpha fields, or string fields?

Kind regards,
René
by René Houba
Thu Oct 24, 2024 11:20 pm
Forum: Questions & Answers
Topic: IDE question
Replies: 8
Views: 48112

Re: IDE question

Hi Art,

The VL development license is based on your PC details. One the the PC name, so when you change this, you need to get a new license I think.

Kind regards,
René
by René Houba
Thu Sep 26, 2024 1:10 am
Forum: Tips and Techniques
Topic: LANSA Technical Newsletter September 2024
Replies: 0
Views: 309732

LANSA Technical Newsletter September 2024

Dear LANSA customer,

Here is the link to the September 2024 LANSA Technical Newsletter:
https://lansa.com/downloads/support/newsletter/LANSATechnicalNewsletterSeptember2024.pdf


Topics discussed include:
- EPC150070
- - New features
- - Solved defects
- LANSA install fails because of IBMi password ...
by René Houba
Thu Jul 11, 2024 6:58 pm
Forum: Questions & Answers
Topic: VL_WEB and PRIM_LIST and columncaption
Replies: 9
Views: 47966

Re: VL_WEB and PRIM_LIST and columncaption

Hi Klaus,

The fix for this issue is in EPC150070 and EPC150070 is currently in testing.

Kind regards,
René
by René Houba
Mon Jul 08, 2024 4:28 pm
Forum: Questions & Answers
Topic: VL_WEB and PRIM_LIST and columncaption
Replies: 9
Views: 47966

VL_WEB and PRIM_LIST and columncaption

Hi Klaus,

Do you want me to ask if they are willing to create a patch for this?
by René Houba
Thu May 23, 2024 6:42 pm
Forum: Questions & Answers
Topic: VL_WEB and PRIM_LIST and columncaption
Replies: 9
Views: 47966

VL_WEB and PRIM_LIST and columncaption

Hi Klaus,

They didn't listed this as "urgent", so I think it will be fixed in the next EPC or so....
by René Houba
Fri May 17, 2024 10:36 pm
Forum: Questions & Answers
Topic: iSeries VL Web Session expiring after downloading file
Replies: 4
Views: 18341

Re: iSeries VL Web Session expiring after downloading file

Hi Cesar,

What if you add the Session(*REQUIRED) parameter to the svrroutine?


Kind regards,
René
by René Houba
Mon May 13, 2024 10:41 pm
Forum: Questions & Answers
Topic: VL_WEB and PRIM_LIST and columncaption
Replies: 9
Views: 47966

Re: VL_WEB and PRIM_LIST and columncaption

Hi Klaus,

This has been logged as a defect introduced in EPC150060.

Kind regards,
René
by René Houba
Thu May 09, 2024 5:31 pm
Forum: Questions & Answers
Topic: VL_WEB and PRIM_LIST and columncaption
Replies: 9
Views: 47966

VL_WEB and PRIM_LIST and columncaption

Hi Klaus,

I checked this and it seems that this problem is introduced in EPC150060. I tested in EPC150050 as well and don't have this issue.

When you execute (start) your example in VL Web EPC150050:
PRIM_LIST column headings problem VL Web EPC150060 (1).JPG

And resize the page (make is smaller ...
by René Houba
Sat Apr 13, 2024 6:15 pm
Forum: Questions & Answers
Topic: [SOLVED] Lansa login error (function LH@PURG)
Replies: 4
Views: 27032

Re: Lansa login error (function LH@PURG)

Hi Stefano,

What is your LANSA version? And what EPC?

Kind regards,
René
by René Houba
Thu Apr 11, 2024 11:39 pm
Forum: Questions & Answers
Topic: Issue trying to add a (large) field to a DISPLAY command
Replies: 2
Views: 19634

Issue trying to add a (large) field to a DISPLAY command

Hi n-gage,

Is this an RDMLX function?

For non webevent RDMLX functions, it's not possible to have a REQUEST or DISPLAY command in the function, but that is possible when you have *WEBEVENT defined in the LANSA FUNCTION command.

You can use RDMLX fields then as well.

SO what happens if you change ...
by René Houba
Thu Apr 11, 2024 3:44 am
Forum: Questions & Answers
Topic: Steps to make LANSA web server on I use SSL?
Replies: 6
Views: 37699

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

You will have to extend the HTTP configuration file with something like this (can be done by filling settings in the web IBM environment when activating SSL):
LANSA and SSL (1).JPG

Using the LANSA Web Administrator add a system for port 443 (or another port of course):
LANSA and SSL (2).JPG ...
by René Houba
Wed Apr 10, 2024 12:01 am
Forum: Questions & Answers
Topic: LANSA JSON Writer issues on iSeries - SOLVED
Replies: 7
Views: 75012

LANSA JSON Writer issues on iSeries - SOLVED

This problem is solved.

The x_fun2.c on the iSeries is bundled in the SVRPGM X_FUN. Checking this object, we saw that it had the version of the LANSA install, and NOT the version related to the installed EPC's.

We re-applied EPC150050 again (via QSECOFR) and even then, the X_FUN object was not ...
by René Houba
Fri Apr 05, 2024 5:53 pm
Forum: Questions & Answers
Topic: LANSA JSON Writer issues on iSeries - SOLVED
Replies: 7
Views: 75012

Re: LANSA JSON Writer issues on iSeries

We activated on the iSeries the test application with trace:

LANSA REQUEST(X_RUN) PROCESS(JRJSONTEST) FUNCTION(JRJS2) PARTITION(SUP) X_RUNADPRM('ITRO=Y')

The trace file will end up in /lansa_<pgmlib>/x_lansa/tmp/x_trace001.txt

In there I see errors related to x_fun2.c
TRACE (1).JPG

I have send ...
by René Houba
Thu Apr 04, 2024 5:22 pm
Forum: Questions & Answers
Topic: LANSA JSON Writer issues on iSeries - SOLVED
Replies: 7
Views: 75012

Re: LANSA JSON Writer issues on iSeries

Hi Bark,

Question: What LANSA version is related to your OS/400 7.2 release?