November 15, 2016 at 11:52 pm
to continue this topic http://www.sqlservercentral.com/Forums/Topic516890-149-1.aspx
i configuring replications to DB2 and have errors when inserteing data:
error:
"Table1" ?BUF ?3 in *N not valid for operation. SQLSTATE: 55019, SQLCODE: -7008 (Source: MSSQL_REPL_DB2, Error number: -7008)
What is and where ?
Which type of statement delivery did you use?
data format like as:
1
<x$3>
<x$3>
-1
<x$3>
Unable
<,@g>
2
<x$3>
<x$3>
0
<x$3>
TypeCategory
<,@g>
sql 2014 EE 12.0.5000.0
db2 as\400
November 16, 2016 at 1:13 am
have other error
"
create table MSREPL7 (pubsrv VARCHAR (128), ...
shema?COLLECTION in QSYS type *N not found SQLSTATE: 42704, SQLCODE: -204 (Source: MSSQL_REPL_DB2, Error number: -204)
"
why sql want create his private tables and procedures in other shema?
November 16, 2016 at 4:40 am
replication started working, but have other problem.
On sql server object name for example ie test, on db2 created as "test" and all columns contained symbol ".
How create without "?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply