ontime

FogBugz compared to OnTime

Has anyone used both FogBugz and Axosoft's OnTime and care to offer an opinion? AxoSoft has a big feature comparison chart but I'm also interested in more subjective thoughts on things like ease of use and stability. ...

What's wrong with my SOAP call to OnTime from my SVN post-commit hook?

My Subversion repository is on a Linux server and my OnTime 2007 system is on a Windows 2003 server. I have a post-commit hook script that launches two Perl scripts. One sends an emailworks great. The other is supposed to write the details from the SVN commit to the Notes section of the OnTime tracking system. I have lots of debuggin...

Managing Projects - What do you think about AxoSoft OnTime?

I am wondering what is your experience with AxoSoft OnTime issues tracking and project management solution in case you have ever used it (pros and cons)... Cheers, B. ...

What is the general opinion on AxoSoft OnTime when use for Project Management?

Managing Projects Was not marked answer and all their responses where exclusively for bug tracking. I am more interested in how it compares to other Project management software like CodeBeamer. The full Change Request, Bug, Tasks, Knowledge Mgmt (wiki), Discussion, and others. I also looked at this other question but find the same inf...

Axosoft OnTime vs Countersoft Gemini

We are "upgrading" the systems at the company, moving from SourceSafe/BugNet/... (yeahy!) to some more serious systems. TFS is too expensive. We have come down to comparing OnTime vs Gemini. They both seem OK with an "OK" price-tag. We will of-course download and try them out both, but it would be nice with comments from experienced user...

OnTime Alternative?

I've recently begun working with a new software development firm. One of the things I would like to do is introduce a software management tool to collectively group the project development efforts within a single source. I've traditionally used OnTime and my initial reaction was to introduce it within the new company as well. However, t...

VBA ontime cancel scheduling

Hi I have written a macro that runs at 15:30pm every workday when a workbook is first opened. When the workbook is closed it tries to open itself the next time the macro is scheduled to run. I have tried to turn the scheduler to false and am getting an error. Code below. Has anyone any ideas why this isn't working? Thanks Private Su...

What advantages does TFS 2010 have over Axosoft OnTime?

I am currently creating a business case for rolling out TFS 2010 as our source control and bug/release management tool. We currently use OnTime for our bug tracking software and subversion for our SCM. I was wondering what advantages TFS 2010 has over OnTime? I have done some thinking so far and would love to hear responses: TFS 2...

Getting around the Max String size in a vba function?

The max number of characters you can use in string in a vba function is 255. I am trying to run this function Var1= 1 Var2= 2 . . . Var256 =256 RunMacros= "'Tims_pet_Robot """ & Var1 & """ , """ & Var2 & """ , """ ... """ & Var256 """ '" Runat=TimeValue("15:00:00") Application.OnTime EarliestTime:=Runat, Procedure:=RunMacros & RunMa...

Problems with Application.OnTime in Excel's VBA

I am trying to run a certain macro in very short intervals (every second, and, yes it works and does not freeze the system) from a certain time until a certain time. This means I need a starting point and a cutoff point. I cannot use the Workbook_Open() Event, since I already have other macros triggering at different times after the open...

Is it possible to define a custom rule in OnTime to notify users?

Hi, We have been using SCRUM as an SDLC and we use OnTime tool for that. I wonder if it is possible to define a rule like "IF Total number of hours estimated is greated than 150 hours, notify the user." Do you know if it is possible and if yes, how to accomplish this? thanks, ...

TFS and Forms Authentication

I don't know squat about TFS, other than as a user who has performed simple check in/outs. I just installed it locally and would like to do joint development with a friend. I was having trouble making my TFS web site on port 8080 visible (the whole scoop is here if your interested) and I wonder if it could be related to the fact that T...