dbTalk Databases Forums  

Error during database transfer

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


Discuss Error during database transfer in the microsoft.public.sqlserver.dts forum.



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

Default Error during database transfer - 12-18-2003 , 06:25 PM






I currently have a product server and a development
server, Once a week we transfer the production database to
the development database.

To do this we use a DTS package that uses the Copy SQL
server objects task.

This works but the job in sql is always flagged as failed.
After looking through the log file the following error
occurs.

::Error::
In file in statement on line 0
Transfer Status: Transferring Data: (Table '[dbo].
[TABLE1]')
[Microsoft][ODBC SQL Server Driver][SQL Server]Received
invalid column length from bcp client.

I have search for more information on this error but thus
far have come up with nothing. The error number is 4815
and the error severity is 21.

If anyone has any info for this it would be greatly
appreciated.

Thank you
Clint


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

Default Re: Error during database transfer - 12-19-2003 , 01:38 AM






Personally if you are going to transfer the whole shebang once a week to the
dev server then forget doing it this way. It is protracted for what you are
doing. BACKUP the database and RESTORE it.

As for the error.

Check the definition in the .fmt files for the table in question.

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



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

Quote:
I currently have a product server and a development
server, Once a week we transfer the production database to
the development database.

To do this we use a DTS package that uses the Copy SQL
server objects task.

This works but the job in sql is always flagged as failed.
After looking through the log file the following error
occurs.

::Error::
In file in statement on line 0
Transfer Status: Transferring Data: (Table '[dbo].
[TABLE1]')
[Microsoft][ODBC SQL Server Driver][SQL Server]Received
invalid column length from bcp client.

I have search for more information on this error but thus
far have come up with nothing. The error number is 4815
and the error severity is 21.

If anyone has any info for this it would be greatly
appreciated.

Thank you
Clint




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.