Search found 487 matches

by mskrobul
Mon Mar 03, 2008 4:12 pm
Forum: Support (Fortress)
Topic: Fortress bug item disabled on checkin
Replies: 8
Views: 9625

Do any of the files selected for checkin have a status of "modified" or "edited" or "added"?

The update bugs section is only enabled for those types of transactions.
by mskrobul
Mon Mar 03, 2008 3:24 pm
Forum: Support (Vault)
Topic: Vault 4.1 -> VB6 IDE Integration
Replies: 6
Views: 3759

Wierd, that option does exists in my 4.1 Vault Client (see attachment). What OS are you on? Note that this option is in Vault, not VB6.
by mskrobul
Mon Mar 03, 2008 3:11 pm
Forum: Support (Vault)
Topic: Vault 4.1 -> VB6 IDE Integration
Replies: 6
Views: 3759

I don't know that Vault 4.1 has been tested with VB6, but it *should* still work.

If you open the GUI client and go to Tools->Options->General there should be a check box there to Make Vault Your Default SCC provider. If you check that box then relaunch VB6 does VB6 use Vault instead of VSS?
by mskrobul
Mon Mar 03, 2008 1:47 pm
Forum: Support (Fortress)
Topic: Cannot create a milestone
Replies: 8
Views: 10902

OK, it seems there is a regular expression validator in the milestone.aspx file that is messing stuff up. There is something you can do now to ease your pain. You should be able to delete the following code out of the milestone.aspx file (by default in c:\inetpub\wwwroot\vaultservice\admin\milestone...
by mskrobul
Mon Mar 03, 2008 12:41 pm
Forum: Support (Fortress)
Topic: Cannot create a milestone
Replies: 8
Views: 10902

You can try setting the globalization in web.config, but I am not sure if that will help you or not. http://msdn2.microsoft.com/en-us/library/bz9tc508.aspx This used to work much better. It looks like it was broken in the latest version of Fortress. For March you need to use: 01-mar-2008, not "...
by mskrobul
Mon Mar 03, 2008 12:06 pm
Forum: Support (Fortress)
Topic: Cannot create a milestone
Replies: 8
Views: 10902

Are you using the calendar control or are you manually entering the dates? Try using the calendar. For March it would be 01-mar-2008. Yes the dates do need to be in a specific format be accepted for a milestone. *Most* dates should display according to your locale though. I will log a feature to mak...
by mskrobul
Mon Mar 03, 2008 9:34 am
Forum: Support (Vault)
Topic: Trying to evaluate Vault - Can't get server running
Replies: 5
Views: 2797

You can call our support phone number to get pre-sales support: http://www.sourcegear.com/company/index.html It may be helpful if you send us a screen shot of the server application error you are getting. Also, there should be a log file in your %windir%\temp\sgvault directory that may have some clu...
by mskrobul
Thu Feb 28, 2008 12:10 pm
Forum: Support (Vault)
Topic: Trying to evaluate Vault - Can't get server running
Replies: 5
Views: 2797

If you go to the folders listed above and right click and choose "properties" there should be a security tab on that dialog where you can see and set the permissions for the folder. If you don't see a security tab in the properties dialog, go to Tools->Folder Options->View and uncheck the ...
by mskrobul
Thu Feb 28, 2008 10:34 am
Forum: Support (Vault)
Topic: Trying to evaluate Vault - Can't get server running
Replies: 5
Views: 2797

You should be logged in as an Admin for the machine when installing the server. If setting folder permissions didn't work in the installer, NT Authority/Network Service account (which is the account used by default on 2003) needs read/write access to the following folders in order for the Server to ...
by mskrobul
Mon Feb 25, 2008 11:21 am
Forum: Support (Vault)
Topic: Vault 4.1 client does not install properly in Vista
Replies: 4
Views: 2913

The installers need VBScript to run. VBScript sometimes isn't automatically enabled on Vista. So you are right, you need to register VBscript for the installers to run. I am not sure if there is much we can do about this other than investigate using a different scripting language for the installers.
by mskrobul
Fri Feb 08, 2008 8:55 am
Forum: Questions (API)
Topic: Add a New Item with Attachment
Replies: 11
Views: 16464

Look at the following KB article for Vault. It also applies to attachment uploads because the method the API uses for attachments is essentially the same as what Vault uses to upload files. http://support.sourcegear.com/viewtopic.php?t=735 Are there any more descriptive error messages logged to the ...
by mskrobul
Thu Feb 07, 2008 12:32 pm
Forum: Questions (API)
Topic: Add a New Item with Attachment
Replies: 11
Views: 16464

I am not sure exactly what you mean by "Your code example works fine running in the IDE, but when I copy it over to the server...". Are you saying that attachments work when you are on a machine that isn't the server machine, but fail when run on the server machine? Or does in run fine in ...
by mskrobul
Thu Feb 07, 2008 9:47 am
Forum: Questions (API)
Topic: Add a New Item with Attachment
Replies: 11
Views: 16464

All you need to do is: 1. Set the LocalPath of the attachment to the client disk path to the file on the client. 2. Add the item via the API. This is a rough example (not been compiled or anything): MantisItem item = new MantisItem(); MantisItemAttachmentFullDetail objAtt = new MantisItemAttachmentF...
by mskrobul
Wed Feb 06, 2008 12:02 pm
Forum: Questions (API)
Topic: Add a New Item with Attachment
Replies: 11
Views: 16464

You can't just send a file stream over a web service. The API uploads a file via an http request made outside the web service to get around this limitation. The class you are referring to isn't intended for use over the web service. It is used for our web based client which doesn't send information ...
by mskrobul
Thu Jan 10, 2008 4:25 pm
Forum: Support (Fortress)
Topic: Fortress Window not available in VS 2005 - vista 64
Replies: 12
Views: 12250

There was an issue installing Fortress on windows 64 that has been addressed in the upcoming 1.1 release. Another symptom of this issue is that there is no Fortress Window option under the View menu. Go to your registry and look for the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsof...