vktonk
30th April 2008, 19:05
Hi,
While converting runtime to datadictionary, i'm getting following error:

"Error-13 during seq.open file "e:/baan4c4/lib/user/ubaan-"

I'm on 3-tier architecture.

what could be the possible cause of this error??

How can i remove this error?


Thanks in advance.

NPRao
30th April 2008, 20:22
Refer to the error codes section in the Tools Programmer's Guide
13 EACCES - Permission denied
Description:
This error indicates that you do not have permission to read, write or execute the file.
Solution:
Check and modify the permissions of:
The file that is mentioned in the error message.
The directory in which the file that is mentioned in the error message is stored.

dave_23
2nd May 2008, 02:09
also, don't check "dump data definitions" if you're doing runtime DD for tables, etc.

Dave