[Info-vax] RMS-E-FNF, what file?

Jan-Erik Söderholm jan-erik.soderholm at telia.com
Sat Nov 21 21:19:24 EST 2020


Den 2020-11-22 kl. 03:06, skrev Arne Vajhøj:
> On 11/21/2020 8:00 PM, Jan-Erik Söderholm wrote:
>> Den 2020-11-22 kl. 01:52, skrev Stephen Hoffman:
>>> On 2020-11-22 00:36:28 +0000, Jan-Erik Sderholm said:
>>>> How to know what file an "-RMS-E-FNF, file not found" message is 
>>>> referring to?
>>>>
>>>> Probe Description :- AMQ6125: An internal MQSeries error has occurred.
>>>> Arith1            :- 10 a
>>>> VMS Errorcode     :- -RMS-E-FNF, file not found (00018292)
>>>>
>>>> This application should not open any know file. It is the sharable EXE 
>>>> for MQ that creates this error message.
>>>
>>> If the session is an interactive one, SET WATCH/CLASS=MAJOR FILE and 
>>> watch for which file is referenced. This is a lot of data.
>>>
>>> if the session is batch or network or detached, I'd expect to be using 
>>> security auditing to view file access. And that's a bigger pile of data.
>>
>> Fine! That gave a list that I will look at.
>> Now, how to switch that off? HELP SET WATCH does not return anything...
> 
> $ SET WATCH/CLASS=NOMAJOR FILE
> 
> And not surprising that an undocumented command is not in help.
> 
> Arne

He... :-)

The output did not give any clear answer to the error.

We have traditionally used MQ client API calls from Cobol.
Now trying to get an C example code running. I have just
noticed that we have got the same error earlier from our
Cobol apps also, so I will dig into that and see in the
sources from that time what could have been the cause and fix.
And then see if that can explain the issues with the C code.

The goal is to have PyMQI running. It is C code called from Python.
Python, as being a dynamically typed language, is probably easier
to use to recevie and decode XML messages...





More information about the Info-vax mailing list