UniData 8.2.2
Hi All,
Does anyone know if Rocket have recently changed the key length for the SAVEDLISTS file? On older versions I had no issues saving keys like -
TRAWL*LAZ.PROGS*197609
I know about the potential 000-999 issue when the OS tags the chunk numbers onto the end of the key, but I could at least save the list. Now, the response I get from the system is -
can not open file: 'SAVEDLISTSTRAWL*LAZ.PROGS*197609
I tried tagging some alphas onto the end of the key to get around the numeric chunking clash, but it didn't make any difference. If I hardcode the list key to 'BOB', it saves the list as BOB000 just fine.
I don't really want to reduce the length of the key because I want to keep it unique and also visibly descriptive.
Thanks
Leon
Solved
SAVEDLISTS Key Length
Best answer by Jonathan Smith
UniData 8.2.2
Hi All,
Does anyone know if Rocket have recently changed the key length for the SAVEDLISTS file? On older versions I had no issues saving keys like -
TRAWL*LAZ.PROGS*197609
I know about the potential 000-999 issue when the OS tags the chunk numbers onto the end of the key, but I could at least save the list. Now, the response I get from the system is -
can not open file: 'SAVEDLISTSTRAWL*LAZ.PROGS*197609
I tried tagging some alphas onto the end of the key to get around the numeric chunking clash, but it didn't make any difference. If I hardcode the list key to 'BOB', it saves the list as BOB000 just fine.
I don't really want to reduce the length of the key because I want to keep it unique and also visibly descriptive.
Thanks
Leon
Hi All,
Does anyone know if Rocket have recently changed the key length for the SAVEDLISTS file? On older versions I had no issues saving keys like -
TRAWL*LAZ.PROGS*197609
I know about the potential 000-999 issue when the OS tags the chunk numbers onto the end of the key, but I could at least save the list. Now, the response I get from the system is -
can not open file: 'SAVEDLISTSTRAWL*LAZ.PROGS*197609
I tried tagging some alphas onto the end of the key to get around the numeric chunking clash, but it didn't make any difference. If I hardcode the list key to 'BOB', it saves the list as BOB000 just fine.
I don't really want to reduce the length of the key because I want to keep it unique and also visibly descriptive.
Thanks
Leon
The only change we made around SAVEDLISTS in the recent past and that was back at 8.1.0 we added the SINGLE_SAVEDLIST tuneable in udtconfig.
I ran the following command on two of our internal systems running 8.2.2 and it appears to work on Unix but not on Windows.
On Unix
:SELECT VOC SAMPLE 10
10 records selected to list 0.
>SAVE.LIST TRAWL*LAZ.PROGS*197609
10 key(s) saved to 1 record(s).
:
On Windows
:SELECT VOC SAMPLE 10
10 records selected to list 0.
>SAVE.LIST TRAWL*LAZ.PROGS*197609
can not open file: 'SAVEDLISTSTRAWL*LAZ.PROGS*197609000'.
errno=2: No such file or directory
This is not a bug though as on Windows you cannot have a filename with an '*' in it and SAVEDLISTS is a directory and each 'list or record' in SAVEDLISTS would be a file.
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

