cancel
Showing results for 
Search instead for 
Did you mean: 

File Name extension letter increase each time we rebuild

RiclWash
Participant
775

Every time we rebuild our database, the file extension name increases by one letter. Can anyone tell us why this happens, how to prevent it and/or how to get it back to the original extension?

example: "dbspace.DB" has grown to "dbspace.DBRRRRRRRRERRR"

There is an R for each rebuild and the E is when we rebuilt with Encryption.

Accepted Solutions (0)

Answers (2)

Answers (2)

johnsmirnios
Advisor
Advisor

It is done so that the filename will be different from the one you are unloading from.

RiclWash
Participant
0 Kudos

Right, but can we rename them to get rid of the extra?

RiclWash
Participant
0 Kudos

Thank You!

It seems like your database management system or the process you're using to rebuild your database is appending additional characters to the file extension every time you perform a rebuild. The behavior you've described is not typical for standard database systems, and it's possible that there might be some custom scripting or configuration causing this.

VolkerBarth
Contributor

No, it's no custom scripting but the default behaviour when using the builtin DBUNLOAD tool with the -an or -ar options (and possibly others) to replace the existing database - it's done to prevent file name conflicts if the dbspace file for the new database is created in the same directory as the dbspace for the original database.