Project 2000 / Oracle COM - hanging on save

D

D. Mahakian

I am attempting to use COM to generate a .mpp file using Oracle COM
Automation (Oracle database 9.2). The steps I am performing are:
1) Open Project Application
2) Create Blank Project
3) Add task with name "Task 1"
4) Save as test.mpp

If I perform steps 1, 2, and 4 in order, there is no problem. When I perform
steps 1-4 in order, the COM interface hangs when attempting step 4 and the
project application must be killed on the server.

I am able to successfully complete the same steps when using the python COM
interface (pythonwin win32com) and using VBA.

The difference between Oracle COM and the other 2 methods is that the Oracle
COM starts the application running under the system user account.

I believe that the problem is caused by a 'wizard' dialog box, most likely
asking whether or not to save a baseline. COM does not have any way to detect
this, and when running as system user application can not be made visible (to
my knowledge). I believe that this is a per user setting that does not
trigger when run as my account (most likely because I disabled it somehow).
Is there a way to confirm that this is the problem? Is there a registry entry
to disable this wizard?

Environment:
Windows Server 2003
Office 2000, Project 2000
Oracle 9.2

- D. Mahakian
 
W

Wei-Dong XU [MSFT]

Hi,

Thank you for posting at Microsoft Newsgroup!

"I am attempting to use COM to generate a .mpp file using Oracle COM
Automation (Oracle database 9.2)."
Currently I am not very clear to your scenario. Do you programmtically
generate one mpp file and save it into Oracle database. If so, one sample
code is greatly appreciated. I will try to reproduce your issue with the
code and perform the research on this.

Look forward to your update!

Best Regards,
Wei-Dong XU
Microsoft Product Support Services

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
Business-Critical Phone Support (BCPS) provides you with technical phone
support at no charge during critical LAN outages or "business down"
situations. This benefit is available 24 hours a day, 7 days a week to all
Microsoft technology partners in the United States and Canada.
This and other support options are available here:
BCPS:
https://partner.microsoft.com/US/technicalsupport/supportoverview/40010469
Others: https://partner.microsoft.com/US/technicalsupport/supportoverview/

If you are outside the United States, please visit our International
Support page:
http://support.microsoft.com/default.aspx?scid=/international.aspx.
=====================================================
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top