I tried to call ProcessCommandVersionHistory(), and hit error below. I tried to changed parameter of folderPath to "$/VaultToGemini/VaultToGemini" as well, but still hit the same exception. Any ideas?
Constant parameter:
versionHistoryBeginVersion: 1
beginDate/EndDate: VaultDate.EmptyDate()
rowLimit: 100
Code: Select all
System.Exception was caught
Message="No object was found at the repository path: $/VaultToGemini/VaultToGemini/cvsSubmit.aspx.cs"
Source="VaultClientIntegrationLib"
StackTrace:
at VaultClientIntegrationLib.RepositoryUtil.FindVaultTreeObjectAtReposOrLocalPath(String testPath)
at VaultClientIntegrationLib.RepositoryUtil.FindVaultFolderAtReposOrLocalPath(String testPath)
at VaultClientIntegrationLib.ServerOperations.ProcessCommandVersionHistory(String folderPath, Int64 versionHistoryBeginVersion, VaultDateTime beginDate, VaultDateTime endDate, Int32 rowLimit, String commentFilter)
at VaultClientIntegrationLib.ServerOperations.ProcessCommandVersionHistory(String folderPath, Int64 versionHistoryBeginVersion, VaultDateTime beginDate, VaultDateTime endDate, Int32 rowLimit)
at Gemini._Default.Page_Load(Object sender, EventArgs e) in D:\InHouse\VaultToGemini\VaultToGemini\cvsSubmit.aspx.cs:line 91
InnerException: