Page 1 of 1

Message PRR0078

Posted: Sat Nov 23, 2024 2:57 am
by Annemiek
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 retried the same command, things worked normally again. But now I get the message every time I run the function.
I have been making minor changes in the application I'm calling, so it might be that I get the error message because of that. Problem is that I have no idea where to look, because the message has so little information. Does anyone have more information about this message, like which operations can cause it?

Thanks,
Annemiek.

Re: Message PRR0078

Posted: Sat Nov 23, 2024 5:42 am
by Dino
Wondering if you need to be sure to compile the process not just the function

Re: Message PRR0078

Posted: Sun Nov 24, 2024 10:27 pm
by cesarrafael
Are you using Select_sql? I remember I had that error before but don't remeber the context quite well, but I think it was related to select_sql and connection to database...

Re: Message PRR0078

Posted: Mon Nov 25, 2024 9:49 pm
by Annemiek
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 :)

Annemiek.