If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > Replication Agent version does not match the default LTI version

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-23-11, 05:29
jackmazurek jackmazurek is offline
Registered User
 
Join Date: Mar 2011
Location: Poland
Posts: 19
Question Replication Agent version does not match the default LTI version

Hello everyone,
I can't find common thread on the formum.
I've got one more problem in my enviroment.
I'm using RS v 12.

In few connections I'm getting information from replication server:

I. 2011/03/23 09:34:54. Replication Agent version (600) for 'dbsrv.dbstat' does not match the default LTI version for this Replication Server 400 using version 400.
I. 2011/03/23 09:34:54. Replication Agent for dbsrv.dbstat connected in passthru mode.


DB server log:

00:00000:00055:2011/03/23 14:28:48.35 server Started Rep Agent on database, 'dbstat' (dbid = 4).
00:00000:00055:2011/03/23 14:28:48.49 server RepAgent(4): Connecting to a Replication Server that supports a lower LTL version. Features that are not supported by the lower LTL version may cause the RepAgent to shutdown. Set the 'skip unsupported features' configuration option to prevent shutdown.
00:00000:00055:2011/03/23 14:28:48.49 server RepAgent(4): The Replication Server LTL version should be at least 600 for full support of features. (Replication server LTL version 400, Rep Agent LTL version 600).

I have already sp_config_rep_agent dbstat,'skip unsupported features','true'
but nothing changed. I'm still getting above informations in logs.


How can I fix it and carry out with that problem?

Regs,
Jack

Last edited by jackmazurek; 03-23-11 at 10:06.
Reply With Quote
  #2 (permalink)  
Old 03-23-11, 10:56
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 443
Its telling you the ASE version you have doesnt match the RepServer version and its lowering down the handling. This is informational and replication still will work.

'skip unsupported' I think only guarantees you that the rep agent wont crash when someone uses an unsupported feature. Not to disable the message which you get in the errorlog.

But as long as you dont use any unsupported features, replication will work and this message in that case is a warning.

For the long term, you need to match ASE and REP Server to the correct pair. For eg., ASE 12.5 with RS 12.5.
Reply With Quote
  #3 (permalink)  
Old 03-23-11, 11:39
jackmazurek jackmazurek is offline
Registered User
 
Join Date: Mar 2011
Location: Poland
Posts: 19
Smile

Thank you for help once again
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On