Search found 9 matches

by birdbuster
Fri Aug 29, 2008 3:15 pm
Forum: Questions (API)
Topic: Problems connecting to a server
Replies: 5
Views: 10642

Can someone tell me what im doing wrong ?

string url = "http://isisourcevault"; string username = "jdeerwester"; string password = "password"; string repository = "FortressTestZone"; ServerOperations.client.LoginOptions.URL = url; ServerOperations.client.LoginOptions.User = username; ServerOperations....
by birdbuster
Tue Aug 26, 2008 4:16 pm
Forum: Support (Fortress)
Topic: Fortress Development Blog
Replies: 2
Views: 27110

Checkin CCNet

I would like to be able to have Cruise Control .Net be able to run after I have checked in a file to fortress, so i would like fortress to somehow call CCNet. Does anybody know if that is possible ?
by birdbuster
Wed Apr 11, 2007 11:24 am
Forum: Support (Dragnet)
Topic: Adding Attachments
Replies: 1
Views: 22052

Adding Attachments

Hi I am trying to add attachments via API. I am a liitle confused on how to do it if I am reading a blob directly from the database. I am not sure what these two values should be set to. What are valid values for these two properties? mifd.AttStream = fileUpload.PostedFile.InputStream; //required Sy...
by birdbuster
Wed Apr 04, 2007 9:58 am
Forum: Support (Dragnet)
Topic: Adding a Comment after adding an Item via API
Replies: 1
Views: 21698

Adding a Comment after adding an Item via API

I am importing comments into dragnet via API and when I set the MantisItemComment.UID = a Valid Dragnet UserID to shows me in C# that the property got set correctly, but it somehow instead uses the Admin which is the user that I use for my login routine in C# for adding a MantisItemComment. I am how...
by birdbuster
Tue Apr 03, 2007 11:22 am
Forum: Support (Dragnet)
Topic: Adding a Comment after adding an Item via API
Replies: 2
Views: 24866

Easy Way

For me the easy way is to just query dragnet myself and get the max id from the items table and then set the itemid = that After i call additem(mi); NEW PROBLEM: One thing I do notice is that the GUI shows me that the Admin was the user who posted this comment and the admin is the person that I use ...
by birdbuster
Mon Apr 02, 2007 3:51 pm
Forum: Support (Dragnet)
Topic: Adding a Comment after adding an Item via API
Replies: 2
Views: 24866

Adding a Comment after adding an Item via API

My Question is can I use the same MantisItem that I pass into the AddItem(MantisItem mi) method to pass into the AddItemComment(MantisItem mi, MantisItemComment mc) method ? my ret code is set to 1402 after I call AddItemComment(MantisItem mi, MantisItemComment mc) method. Can I please get some furt...
by birdbuster
Fri Mar 30, 2007 3:41 pm
Forum: Support (Dragnet)
Topic: AddUser(Mantisuser mu) function Does Not Work Correctly
Replies: 1
Views: 21541

AddUser(Mantisuser mu) function Does Not Work Correctly

Hi I am trying to add a user via API and it I works to a certain degree. After I run my program and I then open up dargnet I can see the User that I just added via API and it shows me that the User has the propper groups assigned to that the User that the User should have. BUT when I try and add an ...
by birdbuster
Thu Mar 29, 2007 3:44 pm
Forum: Support (Dragnet)
Topic: Spin CCNet off after a checkin
Replies: 3
Views: 25937

Thanks Team
by birdbuster
Thu Mar 29, 2007 10:41 am
Forum: Support (Dragnet)
Topic: Spin CCNet off after a checkin
Replies: 3
Views: 25937

Spin CCNet off after a checkin

I am using fortress 1.0x and i would like to be able to spin off Cruise Control .Net after a file has been checked in.

Does anybody know if this is possible ?