Quantcast
Browsing all 876 articles
Browse latest View live

Re: Replicating ASE to ASE for History Database excluding 'delete rows' on...

very good answer, we have a similar setup where in an MSA environment we implemented non-replication of deletes using function strings on table level just like Mark proposed and the google group...

View Article


Re: Replicating ASE to ASE for History Database excluding 'delete rows' on...

Kimon - If you read my earlier answer, dsi_command_convert does not need the ASO license as it is unrelated to HVAR/RTL.   This is a common misconception.   It is also the way to get "autocorrection"...

View Article


Re: Replicating ASE to ASE for History Database excluding 'delete rows' on...

Thank you for noticing this detail

View Article

using 'numeric(nn,n)' into replication definition is rejected

In the next example, the replication definition  is always rejected because i am using a ' numeric 15,0)'  column type... I do not found the good syntax  ???  create table TB_Primary (col1...

View Article

Re: using 'numeric(nn,n)' into replication definition is rejected

For numeric(x,y) you leave off the precision/scale when included in a repdef; so in your case the repdef should read: "...(col1 numeric, col2 varchar(100))..." There are a few other rules to cover...

View Article


Reserve word column name stopping replication 15.6 ESD2

I upgraded from 15.6 to 15.6 ESD2 and moved to a new machine (new rep config also). I have a table that contains a reserved word [default] as column name and it is stopping my DSI to the warm standby...

View Article

Re: Reserve word column name stopping replication 15.6 ESD2

You can try altering the connection and setting dsi_quoted_identifier to 'always' ....not sure if 'always' worked in 15.6 though....you may have to try 'on' instead, and then use repdef with quoted...

View Article

Sybase EAServer 6.3.1 EOL Support

Dear Team,! Hope you are fine.  We just need to you give the detail about Sybase EA Server 6.3.1 Support Lifecycle. As we the Sybase EA Server 5.x is being obsoleted and currently 6.3.1 is running so...

View Article


Re: Sybase EAServer 6.3.1 EOL Support

Hi Adeel, I am moving this question to the appropriate space so that you get quicker assistance. Thank you!Kristen

View Article


Transaction log becomes full on primary

Hello, being forced to learn Replication Server by myself and alone, I have tons of "simple" questions. Replication is set in a way that there is one primary database, one RS, two replica databases,...

View Article

Re: Transaction log becomes full on primary

re: picture/description of how RS works ... I'd probably start with the Design Guide and then the Admin guides.  The Troubleshooting guide may be of some help in matching an issue with how replication...

View Article

Re: Sybase EAServer 6.3.1 EOL Support

Hello, According to SAP PAM (product availability matrix) we have Delivery:01/01/2013End of Mainstream Maintenance:01/31/2015 Best regards, Kimon

View Article

rs_init failed to build rep server using resource file due to char diffrence

Hi, Tried build replication server using resource file.But failed due char set difference.ASE server using utf-8 and for replication server iso_1.Same problem occurred where we build rep server using...

View Article


Re: rs_init failed to build rep server using resource file due to char diffrence

I can think of one two things that might be causing it: 1) OCS was not installed correctly - check $SYBASE/charsets....you should have a directory with iso_1 2) It is having a conflict with RS...

View Article

Re: rs_init failed to build rep server using resource file due to char diffrence

Hi Jeff, Thanks for the reply. checked /$SYBASE/charset path iso_1 dir is found. $LANG was set to utf8. I encountered with same problem while trying to add database to replication system using resource...

View Article


Re: rs_init failed to build rep server using resource file due to char diffrence

I missed something in the first response that the resource file makes a bit clear - when you said the ASE was utf8, were you referring to the RSSD ASE (test_D14A_SYB)???    If so, that is your problem....

View Article

Re: Reserve word column name stopping replication 15.6 ESD2

I don't think create repdef or set dsi_quoted_identifier will fix this problem.Event it works, still so call "work around". I think the best way is to avoid using reserved words.Suggest to alter the...

View Article


Re: How to create replicate database while not suspending activity on primary

give up using dump and load. setup replication table by table.

View Article

Re: Reserve word column name stopping replication 15.6 ESD2

I'd give the repserver changes a try before discounting them.  While it may sound like a pain in the keister it is relatively easy to implement & test, especially compared to ... A 'sp_rename'...

View Article

Re: How to create replicate database while not suspending activity on primary

Hi Vojislav, This is interesting indeed. I have done this in the past in an MSA environment where everything was on wondows and we added a node having ASE on Linux and the database was synchronized...

View Article
Browsing all 876 articles
Browse latest View live