Oracle Primavera - PM6 Member for 22 years 11 months Member for 22 years 11 months Submitted by Bernard Ertl on Thu, 2003-07-17 11:30 Permalink RE: RE: Delayed Data using Primavera SDK Gaultz, Its possible that you are not supplying enough parameters. I use the following without any timing problems: INSERT INTO TASK(task_id, wbs_id, task_name, target_drtn_hr_cnt, duration_type) VALUES ... Bernard Ertl InterPlan Systems Inc. - Project Management Software, Project Planning Software Member for 22 years 3 months Member for 22 years 4 months Submitted by Kevin Button on Thu, 2003-07-17 01:06 Permalink RE: Delayed Data using Primavera SDK Gaultz, The SDK contains a number of stored procedures, one of which is commit_changes. Try executing this procedure after inserting a task and see if it makes any difference. I dont know if this will work but it may be worth a try. Kevin Log in or register to post comments
Member for 22 years 11 months Member for 22 years 11 months Submitted by Bernard Ertl on Thu, 2003-07-17 11:30 Permalink RE: RE: Delayed Data using Primavera SDK Gaultz, Its possible that you are not supplying enough parameters. I use the following without any timing problems: INSERT INTO TASK(task_id, wbs_id, task_name, target_drtn_hr_cnt, duration_type) VALUES ... Bernard Ertl InterPlan Systems Inc. - Project Management Software, Project Planning Software
Member for 22 years 3 months Member for 22 years 4 months Submitted by Kevin Button on Thu, 2003-07-17 01:06 Permalink RE: Delayed Data using Primavera SDK Gaultz, The SDK contains a number of stored procedures, one of which is commit_changes. Try executing this procedure after inserting a task and see if it makes any difference. I dont know if this will work but it may be worth a try. Kevin
Member for
22 years 11 monthsRE: RE: Delayed Data using Primavera SDK
Gaultz,
Its possible that you are not supplying enough parameters.
I use the following without any timing problems:
INSERT INTO TASK(task_id, wbs_id, task_name, target_drtn_hr_cnt, duration_type) VALUES ...
Bernard Ertl
InterPlan Systems Inc. - Project Management Software, Project Planning Software
Member for
22 years 3 monthsRE: Delayed Data using Primavera SDK
Gaultz,
The SDK contains a number of stored procedures, one of which is commit_changes. Try executing this procedure after inserting a task and see if it makes any difference. I dont know if this will work but it may be worth a try.
Kevin