Get error for Visual Studio - SQL Integration services solut
Moderator: SourceGear
-
- Posts: 10
- Joined: Wed Mar 17, 2010 6:44 pm
Get error for Visual Studio - SQL Integration services solut
I am currently evaluating vault for the first time.
I am successfully creating/checking in c# and biztalk solution from Visual Studio 2008.
However we are having problems with SQL integration services projects. We can check them in ok, but when we get them the following error is raised, though it seems the get does succeed.
Thanks
peter
Version Check: This Vault client is version 5.0.3.18802
Version Check: Your Vault server is version 5.0.3.18802
Version Check: The following information was retrieved from the SourceGear website. No information was sent to SourceGear. You can disable this part of the version check from the Options dialog.
Version Check: The most recent Vault release is version 5.0.3.18802
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution.sln
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Test New SSIS Solution.dtproj
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Test New SSIS Solution.database
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/MyPackage.dtsx
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Package1.dtsx
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Package2.dtsx
Finished get latest of files
Disconnecting from directtfs.na.didata.local
Disconnected from server directtfs.na.didata.local
Version Check: This Vault client is version 5.0.3.18802
Version Check: Your Vault server is version 5.0.3.18802
Version Check: The following information was retrieved from the SourceGear website. No information was sent to SourceGear. You can disable this part of the version check from the Options dialog.
Version Check: The most recent Vault release is version 5.0.3.18802
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution.sln
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Test New SSIS Solution.dtproj
Checking out file $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Test New SSIS Solution.dtproj
Checked out file $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Test New SSIS Solution.dtproj
Local file update for $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/MyPackage.dtsx failed: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()
at VaultClientOperationsLib.EventEngine.fireEvent(BaseEvent e)
at VaultClientOperationsLib.WorkingFolder.UpdateWorkingFile(VaultClientFile file, Int64 targetVersion, Int64 displayVersion, MergeType merge, VaultDateTime dt, Boolean makeBackups, OverwritePrompt PromptData)
at VaultClientOperationsLib.ClientInstance.ProcessGetFileRequests(GetFileInfo[] infos, MakeWritableType makeWritable, SetFileTimeType setFileTime, MergeType merge, Boolean updateHiddenFilesOnly, String ancestorFullPath, Boolean flat, String ancestorDiskPath, OverwritePrompt PromptData, Boolean isLabelGet, String currentPathToLabelItem, Int64 labelID, Boolean isRetry, Boolean isGetByDisplayVersion)
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Package1.dtsx
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Package2.dtsx
Finished get latest of files
I am successfully creating/checking in c# and biztalk solution from Visual Studio 2008.
However we are having problems with SQL integration services projects. We can check them in ok, but when we get them the following error is raised, though it seems the get does succeed.
Thanks
peter
Version Check: This Vault client is version 5.0.3.18802
Version Check: Your Vault server is version 5.0.3.18802
Version Check: The following information was retrieved from the SourceGear website. No information was sent to SourceGear. You can disable this part of the version check from the Options dialog.
Version Check: The most recent Vault release is version 5.0.3.18802
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution.sln
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Test New SSIS Solution.dtproj
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Test New SSIS Solution.database
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/MyPackage.dtsx
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Package1.dtsx
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Package2.dtsx
Finished get latest of files
Disconnecting from directtfs.na.didata.local
Disconnected from server directtfs.na.didata.local
Version Check: This Vault client is version 5.0.3.18802
Version Check: Your Vault server is version 5.0.3.18802
Version Check: The following information was retrieved from the SourceGear website. No information was sent to SourceGear. You can disable this part of the version check from the Options dialog.
Version Check: The most recent Vault release is version 5.0.3.18802
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution.sln
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Test New SSIS Solution.dtproj
Checking out file $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Test New SSIS Solution.dtproj
Checked out file $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Test New SSIS Solution.dtproj
Local file update for $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/MyPackage.dtsx failed: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()
at VaultClientOperationsLib.EventEngine.fireEvent(BaseEvent e)
at VaultClientOperationsLib.WorkingFolder.UpdateWorkingFile(VaultClientFile file, Int64 targetVersion, Int64 displayVersion, MergeType merge, VaultDateTime dt, Boolean makeBackups, OverwritePrompt PromptData)
at VaultClientOperationsLib.ClientInstance.ProcessGetFileRequests(GetFileInfo[] infos, MakeWritableType makeWritable, SetFileTimeType setFileTime, MergeType merge, Boolean updateHiddenFilesOnly, String ancestorFullPath, Boolean flat, String ancestorDiskPath, OverwritePrompt PromptData, Boolean isLabelGet, String currentPathToLabelItem, Int64 labelID, Boolean isRetry, Boolean isGetByDisplayVersion)
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Package1.dtsx
Fetched $/SQL SSIS/Test New SSIS Solution/Test New SSIS Solution/Package2.dtsx
Finished get latest of files
Last edited by peter.zalevski on Sun Mar 28, 2010 7:57 pm, edited 1 time in total.
Re: Get error for Visual Studio - SQL Integration services solut
When you get them, are you using the option to Overwrite, or are you having it attempt a merge? The .dtsx file type is not listed as a mergeable file by default, so it might refuse to perform a merge.
Do you get any errors when you check out using just the Vault GUI client instead of VS?
Do you get any errors when you check out using just the Vault GUI client instead of VS?
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 10
- Joined: Wed Mar 17, 2010 6:44 pm
Re: Get error for Visual Studio - SQL Integration services solut
Hi
I dont get errors using check out from the Vault GUI. Only VS.
From Visual Studio, how do I control an overwrite v's a merge. i cant see that as an option I can change in VS.
And just to clarify. I get this error regardless of whether the project exists locally or not. if it doesnt exist locally, I assume the merge is not relevant, but the error still occurs.
Thanks
Pete
I dont get errors using check out from the Vault GUI. Only VS.
From Visual Studio, how do I control an overwrite v's a merge. i cant see that as an option I can change in VS.
And just to clarify. I get this error regardless of whether the project exists locally or not. if it doesnt exist locally, I assume the merge is not relevant, but the error still occurs.
Thanks
Pete
Re: Get error for Visual Studio - SQL Integration services solut
Are you using the Vault Enhanced Client or the Vault Classic Client in Visual Studio?
F: 15356
F: 15356
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 10
- Joined: Wed Mar 17, 2010 6:44 pm
Re: Get error for Visual Studio - SQL Integration services solut
Hi
I am using the Enhanced Client
I am using the Enhanced Client
Re: Get error for Visual Studio - SQL Integration services solut
As an update on this, I'm working on getting the same project types so I can reproduce the issue. This may take some time.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Get error for Visual Studio - SQL Integration services solut
Since we have a discussion offline about this, I'm going to continue this conversation offline.
HS: 219674
HS: 219674
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Get error for Visual Studio - SQL Integration services solut
A bug has been logged on this issue.
In the meantime, a work-around would be to open the Vault GUI Client, set a working folder, perform a Get to pull the files to disk, and then go to Visual Studio and use the Open From Fortress function.
F: 15422
In the meantime, a work-around would be to open the Vault GUI Client, set a working folder, perform a Get to pull the files to disk, and then go to Visual Studio and use the Open From Fortress function.
F: 15422
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support