RunTime Error
-
- Posts: 17
- Joined: Tue Oct 10, 2017 12:44 pm
RunTime Error
We have a user that is getting an error when using the Runtime (rrwrun.exe). The message is "Cannot Open Control File", looked at the Help file but the closest message to this also includes the name of the control file. Have tried all the suggestions for the error in the Help but none of them made any difference.____The user has full access to the control file and full access to the network directory in which it resides.____Any advice would be appreciated.
=> RE: RunTime Error
What is the exact command line that you are using?____Kathleen__R&R Support
-
- Posts: 17
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: RunTime Error
Kathleen,____The command is as follows:____rrwrun.exe T:SystemDataUsersrep.dbf 1____Where UsersRep is the control table storing the parameters and, in this instance, we are trying to run the first record.______Thanks in advance.
===> RE: RunTime Error
It sounds like it is not parsing the command line as expected since the error is not returning the contol file name.____Can you try copying usersrep.dbf to the rrwrun folder and then running the command as:____rrwrun.exe Usersrep.dbf 1 ____to see if it makes any difference? You may need to experiment with the command to try to trap the real source of the error.____Kathleen__R&R Support