2 Replies Last post: Sep 7, 2007 5:37 PM by KimCarlton  
Click to view KimCarlton's profile   22 posts since
Aug 2, 2007

Sep 7, 2007 3:04 PM

Error when adding Organization (v1.6.3)

We are seeing an error when adding an Organization (using the root user).

The attached documentation happens when "Save" was selected.

We are also attaching the log file.

Any help is much appreciated.
Attachments:
Click to view Sean's profile   11 posts since
Jun 12, 2007
1. Sep 7, 2007 4:44 PM in response to: KimCarlton
Re: Error when adding Organization (v1.6.3)
Looks like some system data were missing when upgrading from 1.5.X to 1.6.x.

Run the following SQL query in your contour database and you should be able to create the organization. You don't have to restart the server.
INSERT INTO `documentfield` (`id`,`name`,`description`,`scope`,`refId`,`dataTypeId`,`createdDate`,`modifiedDate`,`createdBy`,`modifiedBy`) VALUES
(13,'originalEstimate','Original Estimate',1,0,1,NULL,NULL,NULL,NULL),
(14,'remainingEstimate','Remaining Estimate',1,0,1,NULL,NULL,NULL,NULL),
(15,'timeSpent','Time Spent',1,0,1,NULL,NULL,NULL,NULL);