Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Urgent!!! Run-time error '-2147024770 (8007007e)' Automation error

Hi,

I get this error while running a report in Excel VBA 2003,

my code is

Dim OraSession As Object
Set OraSession = CreateObject("OracleInProcServer.XOraSession")

Do i need to set any references for this? pls. help very urgent.
This report runs in few system.

Lakshmi
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Urgent!!! Run-time error '-2147024770 (8007007e)' Automation error

You're using late binding, so you should not need to set a reference.
Is the Oracle package installed on the client ?

Tim

wrote in message
...
Hi,

I get this error while running a report in Excel VBA 2003,

my code is

Dim OraSession As Object
Set OraSession = CreateObject("OracleInProcServer.XOraSession")

Do i need to set any references for this? pls. help very urgent.
This report runs in few system.

Lakshmi



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 421
Default Urgent!!! Run-time error '-2147024770 (8007007e)' Automation error

Hi Lakshimi,


Unfortunately, you do not provide the next
linewhich describes the automation error.

However, the error may relate to an Oracle
privileges issue.

As you are using late binding, you do not need
to set references.



---
Regards.
Norman


wrote in message
...
Hi,

I get this error while running a report in Excel VBA 2003,

my code is

Dim OraSession As Object
Set OraSession = CreateObject("OracleInProcServer.XOraSession")

Do i need to set any references for this? pls. help very urgent.
This report runs in few system.

Lakshmi


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Urgent!!! Run-time error '-2147024770 (8007007e)' Automationerror

On May 28, 11:15*am, "Norman Jones"
wrote:
Hi Lakshimi,

Unfortunately, you do not provide the next
linewhich describes the automation error.

However, the error may relate to an Oracle
privileges issue.

As you are using late binding, you do not need
to set references.

---
Regards.
Norman

wrote in message

...



Hi,


I get this error while running a report in Excel VBA 2003,


my code is


Dim OraSession As Object
Set OraSession = CreateObject("OracleInProcServer.XOraSession")


Do i need to set any references for this? pls. help very urgent.
This report runs in few system.


Lakshmi- Hide quoted text -


- Show quoted text -


even if i didnt provide that line the report works fine, but it was
running fine in my system, from yesterday i got this error, do i need
to check any dlls? or priveleges? I'm new to this Excel
programming(I'm basically Oracle person).

I even have another problem in my client system. In another report the
error is "Rowset cannot be loaded because the stream is invalid" the
report is connected in WAN. Can you pls help on these 2 rgds.

Thx in advance.

Lakshmi
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
System Error &H8007007E (-2147024770) The specified module could n Steen Excel Programming 8 March 26th 08 02:16 PM
Problem with excel macro - getting automation error - URGENT Arlette[_2_] Excel Programming 1 October 24th 07 11:48 AM
Run-Time Error'-2147221080(800401a8)': Automation Error BEEJAY Excel Programming 1 July 18th 06 03:13 PM
Automation Error ... Urgent help needed Alexander.Kom Excel Programming 0 July 14th 05 10:58 AM
System error &H8007007E (-2147024770). The specified module could not be found Pascal Bellerose Excel Programming 0 January 5th 04 01:41 PM


All times are GMT +1. The time now is 03:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"