I need to write to a D3 NT file using OSFI within D3 AIX. I can use the
COPY verb just fine. Quite often when I use the WRITE verb, I get the
message:
Write/Delete (ITEM ID) Remote Operation Failed
O=Logoff / Q=Quit / R=Retry / C=Continue ?
ITEM ID being the item id I'm trying to write at the time.
You just have to Quit out of it. Can anyone give advice on how to solve
this problem?
I'm running D3 NT v.7.1.4 , D3 AIX v.7.1.0.RS
I open the file like this:
OPEN "NT_SERV:TPS.DATA,MV_EMAIL," TO FILE.FAX ELSE STOP 201, 'MV_EMAIL'
NT_SERV = the name of my D3 NT Server
TPS.DATA = the account the file resides in
MV_EMAIL = the file name (this was created in FSI)