LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How does Rename Historical Data.vi work? I get error -1967386622

Solved!
Go to solution

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!!

 

0 Kudos
Message 1 of 3
(2,328 Views)
Solution
Accepted by topic author FermWorks

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!

dK
0 Kudos
Message 2 of 3
(2,304 Views)

Thanks! That syntax is not obvious.

0 Kudos
Message 3 of 3
(2,281 Views)