dbTalk Databases Forums  

DTS scheduled job

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS scheduled job in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
SPC
 
Posts: n/a

Default DTS scheduled job - 01-15-2004 , 02:05 PM






I have a job which transforms data from Oracle to SQL. It
works perfectly if I run it in DTS. However, it returns an
error if I scheduled it to run in the scheduler. The
error indicates that the Oracle client and networking
components were not found. However, the Oracle client and
the networking compenents are in fact installed on the
server already. That's how I am able run the job
successfully inside the DTS on the server. I thought it
could be related to the right of the executed user in the
scheduler. I tried different things but it still does not
work. Any suggestions/insights are greatly
appreciated!!!!!

Error listed:
Executed as user: Domain\SQLServerAdministrator. ...t:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart:
DTSStep_DTSDataPumpTask_1 DTSRun OnError:
DTSStep_DTSDataPumpTask_1, Error = -2147467259
(80004005) Error string: Oracle client and
networking components were not found. These components are
supplied by Oracle Corporation and are part of the Oracle
Version 7.3.3 or later client software installation.
Provider is unable to function until these components are
installed. Error source: Microsoft OLE DB Provider
for Oracle Help file: Help context: 0
Error Detail Records: Error: -2147467259 (80004005);
Provider Error: 0 (0) Error string: Oracle client
and networking components were not found. These components
are supplied by Oracle Corporation and are part of the
Oracle Version 7.3.3 or later client software
installation. Provider is unable to function until
these components are in... Process Exit Code 1. The step
failed.

Thanks.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS scheduled job - 01-15-2004 , 02:15 PM






When you schedule it then it runs at the scheduling server. You need to
make sure you have the Oracle connectivity components on that box.

Also

INF: How to Run a DTS Package as a Scheduled Job
PSS ID Number: Q269074
Article Last Modified on 09-25-2002


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"SPC" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have a job which transforms data from Oracle to SQL. It
works perfectly if I run it in DTS. However, it returns an
error if I scheduled it to run in the scheduler. The
error indicates that the Oracle client and networking
components were not found. However, the Oracle client and
the networking compenents are in fact installed on the
server already. That's how I am able run the job
successfully inside the DTS on the server. I thought it
could be related to the right of the executed user in the
scheduler. I tried different things but it still does not
work. Any suggestions/insights are greatly
appreciated!!!!!

Error listed:
Executed as user: Domain\SQLServerAdministrator. ...t:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart:
DTSStep_DTSDataPumpTask_1 DTSRun OnError:
DTSStep_DTSDataPumpTask_1, Error = -2147467259
(80004005) Error string: Oracle client and
networking components were not found. These components are
supplied by Oracle Corporation and are part of the Oracle
Version 7.3.3 or later client software installation.
Provider is unable to function until these components are
installed. Error source: Microsoft OLE DB Provider
for Oracle Help file: Help context: 0
Error Detail Records: Error: -2147467259 (80004005);
Provider Error: 0 (0) Error string: Oracle client
and networking components were not found. These components
are supplied by Oracle Corporation and are part of the
Oracle Version 7.3.3 or later client software
installation. Provider is unable to function until
these components are in... Process Exit Code 1. The step
failed.

Thanks.



Reply With Quote
  #3  
Old   
 
Posts: n/a

Default Re: DTS scheduled job - 01-15-2004 , 02:31 PM



I checked, they indeed are installed on that box. Any
other suggestions?

Thanks.

Quote:
-----Original Message-----
When you schedule it then it runs at the scheduling
server. You need to
make sure you have the Oracle connectivity components on
that box.

Also

INF: How to Run a DTS Package as a Scheduled Job
PSS ID Number: Q269074
Article Last Modified on 09-25-2002


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"SPC" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:043d01c3dba2$f6e7ff10$a101280a (AT) phx (DOT) gbl...
I have a job which transforms data from Oracle to SQL.
It
works perfectly if I run it in DTS. However, it returns
an
error if I scheduled it to run in the scheduler. The
error indicates that the Oracle client and networking
components were not found. However, the Oracle client
and
the networking compenents are in fact installed on the
server already. That's how I am able run the job
successfully inside the DTS on the server. I thought it
could be related to the right of the executed user in
the
scheduler. I tried different things but it still does
not
work. Any suggestions/insights are greatly
appreciated!!!!!

Error listed:
Executed as user: Domain\SQLServerAdministrator. ...t:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart:
DTSStep_DTSDataPumpTask_1 DTSRun OnError:
DTSStep_DTSDataPumpTask_1, Error = -2147467259
(80004005) Error string: Oracle client and
networking components were not found. These components
are
supplied by Oracle Corporation and are part of the
Oracle
Version 7.3.3 or later client software installation.
Provider is unable to function until these components
are
installed. Error source: Microsoft OLE DB Provider
for Oracle Help file: Help context: 0
Error Detail Records: Error: -2147467259
(80004005);
Provider Error: 0 (0) Error string: Oracle client
and networking components were not found. These
components
are supplied by Oracle Corporation and are part of the
Oracle Version 7.3.3 or later client software
installation. Provider is unable to function until
these components are in... Process Exit Code 1. The
step
failed.

Thanks.


.


Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS scheduled job - 01-15-2004 , 03:30 PM



Then they are not visible to the SQL Server Agent or Proxy Account.

try logging in to the server as the SQL Server Account and Executing the
package manually

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


<anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I checked, they indeed are installed on that box. Any
other suggestions?

Thanks.

-----Original Message-----
When you schedule it then it runs at the scheduling
server. You need to
make sure you have the Oracle connectivity components on
that box.

Also

INF: How to Run a DTS Package as a Scheduled Job
PSS ID Number: Q269074
Article Last Modified on 09-25-2002


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"SPC" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:043d01c3dba2$f6e7ff10$a101280a (AT) phx (DOT) gbl...
I have a job which transforms data from Oracle to SQL.
It
works perfectly if I run it in DTS. However, it returns
an
error if I scheduled it to run in the scheduler. The
error indicates that the Oracle client and networking
components were not found. However, the Oracle client
and
the networking compenents are in fact installed on the
server already. That's how I am able run the job
successfully inside the DTS on the server. I thought it
could be related to the right of the executed user in
the
scheduler. I tried different things but it still does
not
work. Any suggestions/insights are greatly
appreciated!!!!!

Error listed:
Executed as user: Domain\SQLServerAdministrator. ...t:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart:
DTSStep_DTSDataPumpTask_1 DTSRun OnError:
DTSStep_DTSDataPumpTask_1, Error = -2147467259
(80004005) Error string: Oracle client and
networking components were not found. These components
are
supplied by Oracle Corporation and are part of the
Oracle
Version 7.3.3 or later client software installation.
Provider is unable to function until these components
are
installed. Error source: Microsoft OLE DB Provider
for Oracle Help file: Help context: 0
Error Detail Records: Error: -2147467259
(80004005);
Provider Error: 0 (0) Error string: Oracle client
and networking components were not found. These
components
are supplied by Oracle Corporation and are part of the
Oracle Version 7.3.3 or later client software
installation. Provider is unable to function until
these components are in... Process Exit Code 1. The
step
failed.

Thanks.


.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.