Search found 29 matches

by slmcmahon
Tue Jun 01, 2010 10:10 am
Forum: Support (Fortress)
Topic: Source/Ticket Association Question
Replies: 3
Views: 9949

Re: Source/Ticket Association Question

Hi Beth, Our version of fortress is 2.0.1.18729. I have looked back in the logs and just prior to this problem being reported to me, there are several of these pairs of errors: GetAttachment::Page_Load - GetAttachment() The remote host closed the connection. The error code is 0x80072746. at System.W...
by slmcmahon
Thu May 13, 2010 12:12 pm
Forum: Support (Fortress)
Topic: Source/Ticket Association Question
Replies: 3
Views: 9949

Source/Ticket Association Question

I've gotten reports from some of my colleagues that they sometimes find that their source file check-in comments are not recorded on the ticket that is listed in the "Update Bugs" field. As mentioned in several forum postings, I always browse and select the ticket for association resulting...
by slmcmahon
Wed Mar 10, 2010 4:40 pm
Forum: Support (Vault)
Topic: Macintosh client?
Replies: 72
Views: 1246377

Re: Macintosh client?

Please add my vote as well. We are currently looking for Mac solutions and it would be cool if we could keep everything in Vault.
by slmcmahon
Sat Aug 29, 2009 11:57 am
Forum: Questions (API)
Topic: Possible to associate a file on add?
Replies: 2
Views: 8365

Re: Possible to associate a file on add?

Jeremy,

I posted your response on our wiki and have gotten nothing but positive feedback on it. Your answer is exactly what we needed.

Thanks!

Stephen
by slmcmahon
Mon Aug 17, 2009 6:00 pm
Forum: Questions (API)
Topic: Possible to associate a file on add?
Replies: 2
Views: 8365

Possible to associate a file on add?

I have written a utility that our team uses to deploy files directly from fortress to our test or production web servers based on a change ticket. They select a project, and then they select a ticket, and they are given a list of all files that are associated with that ticket (usually .aspx or .cfm ...
by slmcmahon
Tue May 12, 2009 7:12 pm
Forum: Questions (API)
Topic: How to Programmatically Set the Active State of a Milestone
Replies: 2
Views: 8050

Re: How to Programmatically Set the Active State of a Milestone

Excellent! Thanks for the speedy reply. I'll give this a shot.

Stephen
by slmcmahon
Tue May 12, 2009 5:57 pm
Forum: Questions (API)
Topic: How to Programmatically Set the Active State of a Milestone
Replies: 2
Views: 8050

How to Programmatically Set the Active State of a Milestone

I need to be able to programmatically set the Active property of a Milestone to false. I looked through the VaultClientIntegrationLib.chm and didn't see anything that would describe how to do this. Do you have any suggestions?

Stephen
by slmcmahon
Wed May 06, 2009 3:19 pm
Forum: Questions (API)
Topic: $/path/to/file.src does not exist in the repository
Replies: 9
Views: 22580

Re: $/path/to/file.src does not exist in the repository

Thanks for the typical speedy reply. I will give this a shot and see if does the trick!

Stephen
by slmcmahon
Wed May 06, 2009 2:25 pm
Forum: Questions (API)
Topic: $/path/to/file.src does not exist in the repository
Replies: 9
Views: 22580

Re: $/path/to/file.src does not exist in the repository

This is a pretty old post, but I'm pretty sure that I have finally figured out what the problem is with this. I did go back and make sure that the working path was actually a folder name and not a file name, but the behavior never changed. The fact that this is only a temporary problem made it more ...
by slmcmahon
Tue Nov 04, 2008 12:08 pm
Forum: Questions (API)
Topic: $/path/to/file.src does not exist in the repository
Replies: 9
Views: 22580

Re: $/path/to/file.src does not exist in the repository

The error is coming from SetWorkingFolder. It looks like you're setting the working folder on the file and that isn't going to work. Set the working folder for the parent folder of the file. I'll take a look at it from that perspective and see what I can find. I had just assumed that the error was ...
by slmcmahon
Tue Nov 04, 2008 11:21 am
Forum: Questions (API)
Topic: $/path/to/file.src does not exist in the repository
Replies: 9
Views: 22580

Re: $/path/to/file.src does not exist in the repository

Are you making a call to ServerOperations.SetWorkingFolder somewhere? Yes. Just before that call. Here's the method that extracts the file from Fortress: private void GetFortressFile(ChangeSetItem csi, string diskPath) { ServerOperations.SetWorkingFolder(csi.FullPath, diskPath, true); GetOperations...
by slmcmahon
Tue Nov 04, 2008 10:59 am
Forum: Questions (API)
Topic: $/path/to/file.src does not exist in the repository
Replies: 9
Views: 22580

Re: $/path/to/file.src does not exist in the repository

Is that the exact error you're getting? What version are you using? the exact error is: "$/Database/FTL/Scripts/tblObjects_000_FTL_Fortress_065_FTL_32800.sql does not exist in the repository." The method that is throwing the error is GetOperations.ProcessCommandGetVersion(fullpath, versio...
by slmcmahon
Tue Nov 04, 2008 10:37 am
Forum: Questions (API)
Topic: $/path/to/file.src does not exist in the repository
Replies: 9
Views: 22580

$/path/to/file.src does not exist in the repository

I have written a web service and an application that will allow our fortress/vault users to deploy web content from a source repository directly to our TEST server. The web service maintains a login to the server in a singleton in order to avoid the login delay each time a file is deployed. The appl...
by slmcmahon
Wed Aug 06, 2008 7:13 pm
Forum: Support (Vault)
Topic: How to completely uninstall Vault client.
Replies: 1
Views: 3043

How to completely uninstall Vault client.

We are having some database server problems that are not Vault related as far as I know, but my client -- both desktop and VS2005 integrated only gives me "object reference not set to an instance of an object" when I try to login. I can log in to the web client and others on my team can lo...
by slmcmahon
Thu May 08, 2008 8:33 am
Forum: Support (Vault)
Topic: cannot undo checkout from client or server
Replies: 3
Views: 3933

Thanks Linda, restarting IIS fixed it. Try restarting IIS, then see if you can undo the check from the Vault Admin Client->SourceCode Repositories->(RepositoryName)->Undo Checkout. If that doesn't work, send me a copy of the Vault server log that covers the time of the failed operations. It's sgvaul...