Hi people,
I got the following error when I try to delete a file:
ERROR OCCURED System.ArgumentException: This is not a COBOLData object.
Parameter name: obj
at Fujitsu.COBOL.InteropServices.Win32.COBOLDataMarshaler.MarshalManagedToNative(Object obj)
at COB_FILE_DELETE(Object COBF-INF)
at P00002.Procedure(COBOLData C00002-BESTAND).
I use Fujitsu's function COB_FILE_DELETE on a development/test/production server. I only get the error on the testmachine!
There must be a difference between the machines but I couldn't find any. The rest of the program works fine, only deleting files fail.
Do you guys have a clue for me?
Regards,
Michel
I got the following error when I try to delete a file:
ERROR OCCURED System.ArgumentException: This is not a COBOLData object.
Parameter name: obj
at Fujitsu.COBOL.InteropServices.Win32.COBOLDataMarshaler.MarshalManagedToNative(Object obj)
at COB_FILE_DELETE(Object COBF-INF)
at P00002.Procedure(COBOLData C00002-BESTAND).
I use Fujitsu's function COB_FILE_DELETE on a development/test/production server. I only get the error on the testmachine!
There must be a difference between the machines but I couldn't find any. The rest of the program works fine, only deleting files fail.
Do you guys have a clue for me?
Regards,
Michel