jacobzoethout
New Member
Hello,
One of our customers is having a problem. Every night a program runs in batch mode which updates some data. It seems now, that some data is being updated, other data not. the program runs in a character HP-UX environment.
I brought it down to an error that I get when using the Progress editor.
When running the following code:
find [table-name] where .... no-error.
message "1 " [table-name.field-name]. pause.
assign [table-name.field-name] = [new data]
message "2 " [table-name.field-name]. pause.
release {table-name].
message "3 ". pause.
After message "2" (which shows the new data) I am getting the error:
** Unable to open file: ?. Errno=0. (98)
After that, the new data is not being saved in the database.
I have no clue what causes the problem as I don't do any export to a file. It seems that Progress wants to write output to a file but doesnt have the information needed for this. There is no auditing implemented.
I am getting this error for some tables, but not for all.
I am not getting the error in the GUI environment. This is not a Progress GUI but a company built environment. It uses ofcourse the same database.
Other customers with the same configuration and the same application don't have problems.
Progress version 10.1C03
Someone have any idea?
Thanks / Kind Regards,
Jacob Zoethout
One of our customers is having a problem. Every night a program runs in batch mode which updates some data. It seems now, that some data is being updated, other data not. the program runs in a character HP-UX environment.
I brought it down to an error that I get when using the Progress editor.
When running the following code:
find [table-name] where .... no-error.
message "1 " [table-name.field-name]. pause.
assign [table-name.field-name] = [new data]
message "2 " [table-name.field-name]. pause.
release {table-name].
message "3 ". pause.
After message "2" (which shows the new data) I am getting the error:
** Unable to open file: ?. Errno=0. (98)
After that, the new data is not being saved in the database.
I have no clue what causes the problem as I don't do any export to a file. It seems that Progress wants to write output to a file but doesnt have the information needed for this. There is no auditing implemented.
I am getting this error for some tables, but not for all.
I am not getting the error in the GUI environment. This is not a Progress GUI but a company built environment. It uses ofcourse the same database.
Other customers with the same configuration and the same application don't have problems.
Progress version 10.1C03
Someone have any idea?
Thanks / Kind Regards,
Jacob Zoethout