all groups > sql server replication > march 2008 >
You're in the

sql server replication

group:

The process could not bulk copy out of table '[dbo].[syncobj_


The process could not bulk copy out of table '[dbo].[syncobj_ cmrahman NO[at]SPAM ccsi.com
9/22/2004 12:52:33 PM
sql server replication:
HI,

I am getting this error when I try to do a transactional replication.

The process could not bulk copy out of table '[dbo].[syncobj_0x4446463436393841]'.

Any help will be greatly appreciated.

The process could not bulk copy out of table '[dbo].[syncobj_ Paul Ibison
9/23/2004 12:46:37 AM
This could mean that the snapshot agent timed out or was
blocked. Try stopping and restarting the snapshot agent.
If you are dealing with a large table, you may need to
manually transfer it to the subscriber.
If the complete error message is something like this:
"The process could not bulk copy out of table '[dbo].
[syncobj_xxxxxxxx]'. Error Details: ODBCBCP/Driver
version mismatch", there are some reports that this
problem can be solved by upgrading to a consistent MDAC
versions on both machines. Also, check the version of the
ODBC32.dll. It could be the one that is mismatched. It
should be version 3.525.1022.0.
HTH,
Paul Ibison

(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
Re: The process could not bulk copy out of table '[dbo].[syncobj_ cmrahman NO[at]SPAM ccsi.com
9/24/2004 12:16:30 PM
Hi Paul,

I am getting "Datetime field overflow" error. I am not able to figure
out which table it is. Is there a way to find out which table i should
check on this?

thanks



[quoted text, click to view]
Re: The process could not bulk copy out of table '[dbo].[syncobj_ Paul Ibison
9/24/2004 9:07:04 PM
Can you enable logging (see http://support.microsoft.com/?id=312292) and
we'll see if this gives more info.
Rgds,
Paul Ibison

[quoted text, click to view]

Re: The process could not bulk copy out of table '[dbo].[syncobj_ cmrahman NO[at]SPAM ccsi.com
9/27/2004 8:47:19 AM
Hi,

Thanks for the info. It did produce a error log,

Here is part of it. Maybe you can explain me ..It looks like it stops at
'MDP_COMPANY_OPCO' table. Am I suppose to check on that table for bad datetime ?

Thanks



Bulk copying snapshot data for article 'MDP_QUESTIONNAIRES_VALIDATION_PROPERTY'
select * from [dbo].[syncobj_0x4132434436323535] where 1 = 2
[9/27/2004 8:54:11 AM]MDPDB01.MDP2: select * from [dbo].
[syncobj_0x4132434436323535] where 1 = 2

Bulk copied snapshot data for article 'MDP_QUESTIONNAIRES_VALIDATION_PROPERTY'
(0 rows).

*** [Article:'MDP_QUESTIONNAIRES_VALIDATION_PROPERTY'] Bulk copy time: 218 (ms)
***

Bulk copying snapshot data for article 'MDP_IMPORT_LOG'
select * from [dbo].[syncobj_0x3732413137314345] where 1 = 2
[9/27/2004 8:54:11 AM]MDPDB01.MDP2: select * from [dbo].
[syncobj_0x3732413137314345] where 1 = 2

Bulk copied snapshot data for article 'MDP_IMPORT_LOG' (0 rows).

*** [Article:'MDP_IMPORT_LOG'] Bulk copy time: 219 (ms) ***

Bulk copying snapshot data for article 'MDP_COMPANY_OPCO'
select * from [dbo].[syncobj_0x4239333144443236] where 1 = 2
[9/27/2004 8:54:11 AM]MDPDB01.MDP2: select * from [dbo].
[syncobj_0x4239333144443236] where 1 = 2

Bulk copied snapshot data for article 'MDP_COMPANY_OPCO' (0 rows).

*** [Article:'MDP_COMPANY_OPCO'] Bulk copy time: 219 (ms) ***


*** [Publication:'MDP2'] Total snapshot generation time excluding publication
setup: 145578 (ms) ***

SourceTypeId = 4
SourceName = ODBC SQL Server Driver
ErrorCode = 0
ErrorText = Datetime field overflow
The process could not bulk copy out of table '[dbo].
[syncobj_0x4239333144443236]'.
Disconnecting from Publisher 'MDPDB01'






[quoted text, click to view]
RE: The process could not bulk copy out of table '[dbo].[syncobj_ Stefan
3/12/2008 4:28:35 AM
I just got exactly the same problem here. did (in the meantime) anyone find a solution for the problem?

From http://www.developmentnow.com/g/114_2004_9_0_0_446119/The-process-could-not-bulk-copy-out-of-table-dbo-syncobj-.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button