10-14-2013 04:54 PM
What format is required for the inputs to Rename Historical Data.vi?
No matter what I try, I can't get it to work, I get error -1967386622:
HIST_RenameNodesCORE.vi, Citadel: (Hex 0x8ABC1002) The specified item, such as computer, path, or folder, cannot be found.
Given this hypothetical hierarchy in the Citadel 5 Universe in MAX, what should the inputs be to rename ZZZ to XXX ??
- My Computer (PC)
- C__DB
- AAA
+ AAA_Process_Name
(traces)
- ZZZ
+ ZZZ_Process_Name
(traces)
Thanks!!
Solved! Go to Solution.
10-15-2013 04:28 PM
This KnowledgeBase article describes this error exactly. The syntax is a little tricky though sometimes. To rename the ZZZ inputs to XXX we would need the following inputs to the Rename Historical Data VI:
database name: C_DB
existing name: \\ZZZ\
new name: \\XXX\
And for the ZZZ process:
database name: C_DB
existing name: \\ZZZ\ZZZ_Process_Name
new name: \\ZZZ\XXX_Process Name
To change both the folder and the process name we would have to run the VI twice through. Hope this helps some!
10-18-2013 06:38 PM
Thanks! That syntax is not obvious.