dbTalk Databases Forums  

ERROR: Need to run the object to perform this operation

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


Discuss ERROR: Need to run the object to perform this operation in the microsoft.public.sqlserver.dts forum.



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

Default ERROR: Need to run the object to perform this operation - 02-06-2004 , 08:11 AM






We are having a very strange error since past few days. We
have a batch file that executes 20 some DTS packages on
nightly basis. But since past few days we are having the
following error on (one specific) DTS package

Error = -2147221499 (80040005) Error string: Need to
run the object to perform this operation Error source:
Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp Help context: 1100Error Detail
Records:Error: -2147221499 (80040005); Provider Error: 0
(0)

On the contrary, if you try to run that individual DTS
package seperately, there is no error and it runs fine. I
searched for this error and found that my server name is
unnamed. I am hesitant of running
( sp_dropserver 'servername'
go
sp_addserver 'servername', local
).

Has anyone seen this type of behavior before? Any help
will be appreciated.

TIA

Sammy

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

Default Re: ERROR: Need to run the object to perform this operation - 02-06-2004 , 08:34 AM






80040005

suggests an authentication / permissions problem.

On the server if you do


SELECT @@servername do you get NULL?

--

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


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

Quote:
We are having a very strange error since past few days. We
have a batch file that executes 20 some DTS packages on
nightly basis. But since past few days we are having the
following error on (one specific) DTS package

Error = -2147221499 (80040005) Error string: Need to
run the object to perform this operation Error source:
Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp Help context: 1100Error Detail
Records:Error: -2147221499 (80040005); Provider Error: 0
(0)

On the contrary, if you try to run that individual DTS
package seperately, there is no error and it runs fine. I
searched for this error and found that my server name is
unnamed. I am hesitant of running
( sp_dropserver 'servername'
go
sp_addserver 'servername', local
).

Has anyone seen this type of behavior before? Any help
will be appreciated.

TIA

Sammy



Reply With Quote
  #3  
Old   
Sammy
 
Posts: n/a

Default Re: ERROR: Need to run the object to perform this operation - 02-06-2004 , 08:53 AM



No, It actually returns the sever name. Any other
thoughts...

Sandeep

Quote:
-----Original Message-----
80040005

suggests an authentication / permissions problem.

On the server if you do


SELECT @@servername do you get NULL?

--

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


"Sammy" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:b05601c3ecbb$130d3ce0$a101280a (AT) phx (DOT) gbl...
We are having a very strange error since past few days.
We
have a batch file that executes 20 some DTS packages on
nightly basis. But since past few days we are having the
following error on (one specific) DTS package

Error = -2147221499 (80040005) Error string: Need to
run the object to perform this operation Error source:
Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp Help context: 1100Error
Detail
Records:Error: -2147221499 (80040005); Provider
Error: 0
(0)

On the contrary, if you try to run that individual DTS
package seperately, there is no error and it runs fine.
I
searched for this error and found that my server name is
unnamed. I am hesitant of running
( sp_dropserver 'servername'
go
sp_addserver 'servername', local
).

Has anyone seen this type of behavior before? Any help
will be appreciated.

TIA

Sammy


.


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

Default Re: ERROR: Need to run the object to perform this operation - 02-06-2004 , 09:04 AM



What did you mean in your original mail "my server is unnamed"

--

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


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

Quote:
No, It actually returns the sever name. Any other
thoughts...

Sandeep

-----Original Message-----
80040005

suggests an authentication / permissions problem.

On the server if you do


SELECT @@servername do you get NULL?

--

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


"Sammy" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:b05601c3ecbb$130d3ce0$a101280a (AT) phx (DOT) gbl...
We are having a very strange error since past few days.
We
have a batch file that executes 20 some DTS packages on
nightly basis. But since past few days we are having the
following error on (one specific) DTS package

Error = -2147221499 (80040005) Error string: Need to
run the object to perform this operation Error source:
Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp Help context: 1100Error
Detail
Records:Error: -2147221499 (80040005); Provider
Error: 0
(0)

On the contrary, if you try to run that individual DTS
package seperately, there is no error and it runs fine.
I
searched for this error and found that my server name is
unnamed. I am hesitant of running
( sp_dropserver 'servername'
go
sp_addserver 'servername', local
).

Has anyone seen this type of behavior before? Any help
will be appreciated.

TIA

Sammy


.




Reply With Quote
  #5  
Old   
Sammy
 
Posts: n/a

Default Re: ERROR: Need to run the object to perform this operation - 02-06-2004 , 09:21 AM



I googled around and found this KB article.

http://www.dbforums.com/t502581.html
http://support.microsoft.com/default.aspx?scid=kb;en-
us;q268413

This is where it describes the problem leading to unnamed
server.

thanks,
Sammy

Quote:
-----Original Message-----
What did you mean in your original mail "my server is
unnamed"

--

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


"Sammy" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:b41d01c3ecc1$039f9860$a301280a (AT) phx (DOT) gbl...
No, It actually returns the sever name. Any other
thoughts...

Sandeep

-----Original Message-----
80040005

suggests an authentication / permissions problem.

On the server if you do


SELECT @@servername do you get NULL?

--

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


"Sammy" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:b05601c3ecbb$130d3ce0$a101280a (AT) phx (DOT) gbl...
We are having a very strange error since past few
days.
We
have a batch file that executes 20 some DTS packages
on
nightly basis. But since past few days we are having
the
following error on (one specific) DTS package

Error = -2147221499 (80040005) Error string: Need
to
run the object to perform this operation Error
source:
Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp Help context: 1100Error
Detail
Records:Error: -2147221499 (80040005); Provider
Error: 0
(0)

On the contrary, if you try to run that individual
DTS
package seperately, there is no error and it runs
fine.
I
searched for this error and found that my server
name is
unnamed. I am hesitant of running
( sp_dropserver 'servername'
go
sp_addserver 'servername', local
).

Has anyone seen this type of behavior before? Any
help
will be appreciated.

TIA

Sammy


.



.


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

Default Re: ERROR: Need to run the object to perform this operation - 02-06-2004 , 09:44 AM



And that was one of my recommendations in that thread.

It does mention the @@servername returning NULL though which you said was
not true of your situation.

--

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


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

Quote:
I googled around and found this KB article.

http://www.dbforums.com/t502581.html
http://support.microsoft.com/default.aspx?scid=kb;en-
us;q268413

This is where it describes the problem leading to unnamed
server.

thanks,
Sammy

-----Original Message-----
What did you mean in your original mail "my server is
unnamed"

--

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


"Sammy" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:b41d01c3ecc1$039f9860$a301280a (AT) phx (DOT) gbl...
No, It actually returns the sever name. Any other
thoughts...

Sandeep

-----Original Message-----
80040005

suggests an authentication / permissions problem.

On the server if you do


SELECT @@servername do you get NULL?

--

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


"Sammy" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:b05601c3ecbb$130d3ce0$a101280a (AT) phx (DOT) gbl...
We are having a very strange error since past few
days.
We
have a batch file that executes 20 some DTS packages
on
nightly basis. But since past few days we are having
the
following error on (one specific) DTS package

Error = -2147221499 (80040005) Error string: Need
to
run the object to perform this operation Error
source:
Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp Help context: 1100Error
Detail
Records:Error: -2147221499 (80040005); Provider
Error: 0
(0)

On the contrary, if you try to run that individual
DTS
package seperately, there is no error and it runs
fine.
I
searched for this error and found that my server
name is
unnamed. I am hesitant of running
( sp_dropserver 'servername'
go
sp_addserver 'servername', local
).

Has anyone seen this type of behavior before? Any
help
will be appreciated.

TIA

Sammy


.



.




Reply With Quote
  #7  
Old   
Frank
 
Posts: n/a

Default Re: ERROR: Need to run the object to perform this operation - 02-18-2004 , 11:09 AM



Did anyone find a resolution to this... I am having a very
similiar problem. However, I find that if I run the DTS
Package through Enterprise Manager... it works fine... If
I schedule it to run or run it throught the DTS Utility or
command prompt... it fails with the -2147221499 error???

Quote:
-----Original Message-----
No, It actually returns the sever name. Any other
thoughts...

Sandeep

-----Original Message-----
80040005

suggests an authentication / permissions problem.

On the server if you do


SELECT @@servername do you get NULL?

--

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


"Sammy" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:b05601c3ecbb$130d3ce0$a101280a (AT) phx (DOT) gbl...
We are having a very strange error since past few
days.
We
have a batch file that executes 20 some DTS packages on
nightly basis. But since past few days we are having
the
following error on (one specific) DTS package

Error = -2147221499 (80040005) Error string: Need to
run the object to perform this operation Error
source:
Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp Help context: 1100Error
Detail
Records:Error: -2147221499 (80040005); Provider
Error: 0
(0)

On the contrary, if you try to run that individual DTS
package seperately, there is no error and it runs
fine.
I
searched for this error and found that my server name
is
unnamed. I am hesitant of running
( sp_dropserver 'servername'
go
sp_addserver 'servername', local
).

Has anyone seen this type of behavior before? Any help
will be appreciated.

TIA

Sammy


.

.


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.