Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB/COM+ Permission denied with Excel object

Status
Not open for further replies.

Romanichine

Programmer
Apr 9, 2002
30
0
0
CA
Hi,

I have a COM+ object created in VB that returns an error when using an Excel object. The error I get is the standard
"70 - Permission Denied ".

The exact line where this is happening is:

Set xlApp = New Excel.Application

The COM+ object's Identity is member of the Administrators group on the server.

The same code works well on another server so I'm assuming it's a permission difference but I don't know where.

Any idea?

--
Roman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top