Changing a Laptop identifier: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m link fix
Line 9: Line 9:
* find/search through all '''VBA''' modules for the new name, the current name, possible equivalent unit name
* find/search through all '''VBA''' modules for the new name, the current name, possible equivalent unit name
* make sure that the location name is not relevant to any of the queries; I can't think of a nice way to automate this.  
* make sure that the location name is not relevant to any of the queries; I can't think of a nice way to automate this.  
** [[:Category:Site/Location check]] might take care of this...


* batch files
* batch files

Revision as of 16:05, 2018 September 19

The location of a laptop (set in Settings (CCMBD.mdb)) has a bearing on various cross checks, output locations etc. Therefore, to change it all the related things need to be accounted for.

Check List

  • directory structures
    • add a folder regional_server\programs\<new name> (rather than re-name, to facilitate backing out if we can’t finish)
    • add a folder regional server\data\<new name>
  • local laptop settings
  • CFE
    • anything?

Transitioning

If a location is no longer available on a laptop records with that location can't be set to "complete". So, if we transition from one location to a new one, we need to get collectors to change the locations for all existing records to the new one, and change the number to using the new number series. Another option might be to keep old location available, at risk of manual mistakes and continuing to use the old location, and of location-numberPool mix-ups. Either way, needs to be planned.