Forum Discussion

sandrine_goetha's avatar
15 years ago

NTFS to Center errors in log

Hello, I'm migrating my archives ( few TB)  from NTFS to Center with the ntfstocentera utility delivered by Symantec. I saw the following entries in my logs Error while storing Saveset -- Error:...
  • TRALSH's avatar
    15 years ago
    Run this query to retrieve an Archive Name from just a properly formatted transaction ID
     
    Note: The Vault Store database here is named "EVVSStore1_1". In usage in a customer or test environment, please substitute the proper Vault Store database name.
     
    SELECT EVVSStore1_1.dbo.view_Saveset_Archive_Vault.IdTransaction, EnterpriseVaultDirectory.dbo.ArchiveView.ArchiveName, EnterpriseVaultDirectory.dbo.ArchiveView.VaultentryId
    FROM EnterpriseVaultDirectory.dbo.ArchiveView
    INNER Join EVVSStore1_1.dbo.view_Saveset_Archive_Vault
    ON EVVSStore1_1.dbo.view_Saveset_Archive_Vault.ArchivePointId = EnterpriseVaultDirectory.dbo.ArchiveView.VaultentryId
    WHERE EVVSStore1_1.dbo.view_Saveset_Archive_Vault.IdTransaction = '4A2F96CE-7DFF-4F1E-91B3-C8E5F235C840'