Changing name of database
Hey guys,
if I change the name of my databases, do I have to pay attention for something?
Are they linked to something ?
Have a nice weekend!
kind regards
Toni
Answers
-
Dear Antoni Theodorou,
changing Databasename has some impacts concerning:
1. ASCII Datareaders because the source Path also changes
2. Procedures
a. all Call ProcedureSteps have to be checked, if the "run on current Database" flag is set. Otherwise they work with the old database name
b. all Extract Steps have to be checked for the destination folder
c. All ASCII DataReader Steps have to be rebuild that they can work with new Database name
d. All IF THEN ELSE PRocedure Steps working with Refer-To have to be checked and changed. Otherwise they are working on the old Database name.
Hope it helps
regards
Alexander Kappes
7