Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ogg-00782 Eror in changing transaction logging

894985May 8 2012 — edited May 8 2012
install goldengate 11.1.1.1.2 for SQL Server 2005 on window server 2008
GGSCI (WIN-EG6QL92CF51) 3> add trandata dbo.example

2012-05-08 13:13:15 WARNING OGG-00552 Database operation failed: SQLExecDirect
error: if not exists ( SELECT * FROM master.dbo.sysdatabases WHERE
name = N'EXAMPLE' collate database_default AND (category & 1) = 1)begin
exec master..sp_replicationdboption @dbname = N'EXAMPLE' , @optname = N'publish' , @value = N'true'
end
if not exists (select * from syspublications where name = N'GoldenGate EXAMPLE Publisher')
begin
exec sp_addpublication @publication = N'GoldenGate EXAMPLE Publisher', @description = N'GoldenGate Publisher for [EXAMPLE] Database', @sync_method = N'native',
@retention = 0, @allow_push = N'true', @allow_pull = N'true', @allow_anonymous = N'false', @enabled_for_internet = N'false', @snapshot_in_defaultfolder = N'true
', @compress_snapshot = N'false', @ftp_port = 21, @ftp_login = N'anonymous', @allow_subscription_copy = N'false', @add_to_active_directory = N'false', @repl_freq = N'continuous', @status = N'active', @independent_agent = N'true', @immediate_sync = N'false', @allow_sync_tran = N'false', @autogen_sync_procs = N'false', @
allow_queued_tran = N'false', @allow_dts = N'false', @replicate_ddl = 1, @allow_initialize_from_backup = N'true', @enabled_for_p2p = N'false', @enabled_for_het_sub = N'false'
end. ODBC error: SQLSTATE 37000 native database error 20028. [Microsoft][SQL Native Client][SQL Server]The Distributor has not been installed correctly. Could not enable database for publishing.

2012-05-08 13:13:15 WARNING OGG-00782 Error in changing transaction logging for table: 'dbo.example'.
ERROR: ODBC Error occurred. See event log for details..


I suspect ?

Thank you

Edited by: 891982 on 8 พ.ค. 2555, 0:06 น.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2012
Added on May 8 2012
2 comments
830 views