Message PRR0078

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
Annemiek
Posts: 5
Joined: Thu Oct 10, 2024 10:49 pm

Message PRR0078

Post 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.
User avatar
Dino
Posts: 472
Joined: Fri Jul 19, 2019 7:49 am
Location: Robbinsville, NC
Contact:

Re: Message PRR0078

Post by Dino »

Wondering if you need to be sure to compile the process not just the function
cesarrafael
Posts: 32
Joined: Tue Dec 01, 2015 3:44 am

Re: Message PRR0078

Post 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...
Annemiek
Posts: 5
Joined: Thu Oct 10, 2024 10:49 pm

Re: Message PRR0078

Post 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.
Post Reply