Hi All,
We have a LF with two key fields and in select statement we had specified the 1st key field alone in With_Key, once we compile and check-in respective component crashes.
Further upon checking log we could find we had received error message "Recursive call of OAM" .
Can you please suggest us how do we resolve this issue.
Thanks,
Priya
Recursive call of OAM
-
René Houba
- Posts: 220
- Joined: Thu Nov 26, 2015 7:03 am
Re: Recursive call of OAM
Hi Priya,
When does the crash occur?
When you run the program?
Is there a trigger function involved for this file for example where you use the same file?
Kind regards,
René
When does the crash occur?
When you run the program?
Is there a trigger function involved for this file for example where you use the same file?
Kind regards,
René
Re: Recursive call of OAM
Hi,
The application gets crashed once we click 'search' button.
There are no trigger functions attached to the respective file used in the component.
Thanks,
Priya.
The application gets crashed once we click 'search' button.
There are no trigger functions attached to the respective file used in the component.
Thanks,
Priya.
-
René Houba
- Posts: 220
- Joined: Thu Nov 26, 2015 7:03 am
Re: Recursive call of OAM
Hi Priya,
Can you show the RDML part?
Kind regards,
René
Can you show the RDML part?
Kind regards,
René
Re: Recursive call of OAM
Hi Rene,
PFA, for the RDML code.
Thanks,
Priya.
PFA, for the RDML code.
Thanks,
Priya.
- Attachments
-
- SRVALT1.docx
- (21.21 KiB) Downloaded 1329 times
Re: Recursive call of OAM
There is nothing wrong with that code that I can see. Doing a simple select/endselect shouldn't cause an OAM message like that.
Art
Art
Art Tostaine
Re: Recursive call of OAM
So either there is some sort of defect, or there is some operation inside the OAM that is accessing the same table.
Could be in a trigger, a validation rule or virtual field derivation code.
Running with a trace might reveal something interesting - otherwise it should go to support.
Could be in a trigger, a validation rule or virtual field derivation code.
Running with a trace might reveal something interesting - otherwise it should go to support.
Re: Recursive call of OAM
Could be a DB Trigger too. Doesn’t have to be defined in Lansa. Check DSPFD myfile and look for triggers
Art Tostaine