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.
Message PRR0078
Re: Message PRR0078
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
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
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.
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.