Post
FollowKeep code path letter case and exact path the same in a new environment to avoid added/deleted objects
When setting up a new environment that parallels an existing one or when moving to a new environment (for test area, an upgrade, or a change in hardware), make sure that you keep the code path and letter case the same in the new environment. If not, you are likely to see added/deleted objects as CAST will think that the new environment is new code and treat it as such.
For example, if your current path is:
D:\Data\Cast\AipNode\<deploy>
Make sure this isn't something like (change in case and path):
D:\CAST\AipNode\<deploy>
or (change in case):
D:\Data\CAST\AipNode\<deploy>
Please sign in to leave a comment.