HP3000-L Archives

August 2000, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Bill Cadier <[log in to unmask]>
Reply To:
Bill Cadier <[log in to unmask]>
Date:
Sun, 27 Aug 2000 09:37:47 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (43 lines)
Gerry wrote:


>I am looking for a little help. I have a program that is putting together a
>file that lists files to be stored. The store program is then called as a
>process. This is working well under MPEiX 5.5 but when I run the same
>program on a 5.0 system I get the error.
>
>FILENAME GROUP    ACCOUNT  VOLUME RESTRICTIONS     SECTORS CODE   MEDIA
>STORE FAILED TO CREATE ITS SURROGATE PROCESS: PROCESS MANAGEMENT
> ERROR 18  (S/R 2208)
>
>
>the group has ph. Because this is a 5.0 system I have not called the RC.
>
>Any thought would much appreciated.
>
>Gerry Johnson


The process management error reported is the same '18' as documented under
CREATEPROCESS which reads:

18      Process not created; specified $STDIN could not be
           opened

The quick answer is that it sounds as if the STDIN you have told STORE to read
is being accessed by the initial instance of STORE in a way which conflicts with
the attempted access by the STORE surrogate.

It is possible that the 5.0 STORE opened STDIN slightly differently than 5.5 which
results in an error when the surrogate is created and inherits this redirection. I no
longer have access to 5.0 code so I cannot verify this and I do not find any reports
of similar difficulties in the support database.

If this could be the case then adjusting the file equation you might be using to
reference your input file could help.

I hope this is of some use!

Bill Cadier
HP/CSY

ATOM RSS1 RSS2