Search found 5 matches

by Annemiek
Tue Jan 14, 2025 12:24 am
Forum: Questions & Answers
Topic: Best practice for Select/Update?
Replies: 2
Views: 65880

Best practice for Select/Update?

Hi folks,

I've been running into problems with a Select/Update loop. I've managed to figure out a solution, but I'm not really satisfied with it. I should think many of you have had to deal with the same situation, so I wonder what the best practice is.

Here's the situation: I need to select all ...
by Annemiek
Mon Nov 25, 2024 9:49 pm
Forum: Questions & Answers
Topic: Message PRR0078
Replies: 3
Views: 52545

Re: Message PRR0078

Thanks for your suggestions, folks!

Today I looked at it with fresh eyes and noticed I was calling another function from the one I was running, but coded it the wrong way. I was calling this other function as if it was to be found on another server, which wasn't the case of course.

Problem solved ...
by Annemiek
Sat Nov 23, 2024 2:57 am
Forum: Questions & Answers
Topic: Message PRR0078
Replies: 3
Views: 52545

Message PRR0078

On the IBM i, I run the following command:

LANSA REQUEST(X_RUN) PROCESS(PPLG0018) FUNCTION(TLAF010) PARTITION('DEV') LANGUAGE('DUT ')

Earlier today, this worked fine. Then I started getting an error message:
PRR0078: Requested operation failed because server named "" not defined.

However, when I ...
by Annemiek
Tue Oct 15, 2024 12:24 am
Forum: Questions & Answers
Topic: #PRIM_PANL in batch jobs?
Replies: 2
Views: 13187

Re: #PRIM_PANL in batch jobs?

thank you, I will do that :)
by Annemiek
Fri Oct 11, 2024 9:22 pm
Forum: Questions & Answers
Topic: #PRIM_PANL in batch jobs?
Replies: 2
Views: 13187

#PRIM_PANL in batch jobs?

Here's our situation: we have at the moment a LANSA-job that is running unattended on standalone windows PC. We wish to port this job to our IBM i host and run it as a background batch job.

It seemed an easy task. I wrote a new LANSA function to call the processing RUPs. All went smooth until some ...