Re: Could not create connection from RS to MSSQL
Hi Luz RodriguezDrop the old connection completely to remove any traces.There is a "display_only" option for "create connection" RS command with a profile . If you run that it will show the actual...
View ArticleRe: Sybase Replication vs SLT
//push Have you already find out, whats the main difference between those and why almost everybody uses SLT?
View ArticleRe: Sybase Replication vs SLT
Log-Based Replication (SYBASE) is no longer publicly available. The Log-Based Replication (SYBASE) is part of the SAP HANA appliance software enterprise extended edition that runs out of maintenance on...
View ArticleRe: Sybase Replication vs SLT
Log-based SRS (SAP Replication Server) is absolutely still available. In addition to replicating ASE to ASE as always, it also now supports heterogeneous replication from ASE, Oracle, MSSQL and DB2...
View ArticleRe: Sybase Replication vs SLT
Srinivas, The log based (SRS) SAP Replication Server (erstwhile Sybase Replication Server) is a fully supported product. Chris Baker has already explained SRS and SLT. Thanks,Arun
View ArticleRe: Could not create connection from RS to MSSQL
Hi Avinash, We executed the command with following result: 1> create connection to CLUTSMTYRCI.Catalogos2> using profile rs_ase_to_msss;standard3> set username to "Par4rsc"4> set password...
View ArticleRe: Sybase Replication vs SLT
I think one has to be very careful with may of the statements above as those that lack knowledge about SRS are definitely providing incorrect information. I will try to provide a bit of a more balanced...
View ArticleRe: Could not create connection from RS to MSSQL
Hi Luz RodriguezNothing is wrong. Display option shows what commands will be executed behind the scene.Now you can take one command -- as shown in the output -- at a time and see if executes without...
View ArticleRe: Sybase Replication vs SLT
Wow! A huge thank you & and Like!Thanks for this voluminous reply!
View ArticleReplication Agent thread in Replication Server is unexpectedly down
Dear Expert, While configuring Replication server on Primary server we are facing issue in the setup Replication environment . Replication Agent thread in Replication Server is unexpectedly down. I...
View ArticleRe: Replication Agent thread in Replication Server is unexpectedly down
NOTE: While I work with SRS, I do not work with SAP applications nor the 'sapinst' program/module/thingy, so fwiw ... If there are problems with the repagent then three normal places to check for...
View ArticleRe: Could not create connection from RS to MSSQL
Hi Avinash, The creation of the rs_send_repserver_cmd is not working. Can you give me a clue on what is wrong? CREATE PROCEDURE rs_send_repserver_cmd @rs_api VARCHAR(8000) AS declare @cmd...
View ArticleRe: Could not create connection from RS to MSSQL
Hi Luz RodriguezHow are you connecting to target/replicate MSSQL server ? Did you use MSSQL Studio ? or SQLCMD ? And as what login ?I took your code above and ran in my test MSSQL database with...
View ArticleRe: Could not create connection from RS to MSSQL
Avinash,We first created the rs_update_lastcommit, without error. The login is alias of dbo user in that database and we ran the command from isql.Regards
View ArticleRe: Could not create connection from RS to MSSQL
Hi Luz RodriguezThe SQL code itself is OK as I verified. Your use of isql is confusing. Is this isql from SAP/Sybase or some other vendor ?Normally for connecting to MSSQL I use sqlcmd (command...
View ArticleRe: Replication Agent thread in Replication Server is unexpectedly down
Dear Mark, Thanks for reply.When we gave command it starts successfully , but issue was still there.We raised issue to SAP and SAP found that Replication server version is 133 which is not supported...
View ArticleRe: Could not create connection from RS to MSSQL
Hi Avinash, We finally created all the objects in the MSSQL Server. But when we start the connection in the Replication Server I received following error: I. 2015/09/22 16:31:21. The DSI thread for...
View ArticleRe: Could not create connection from RS to MSSQL
Good. Some progress there. It verifies that when you run 'create connection' it should run OK. What OS platform your RS and DC are on ? The replication flow is typically as follows : PDS.PDB ==> RS...
View ArticleRe: Could not create connection from RS to MSSQL
Avinash, PDS is ASE 15.5 on AIXRS is 15.5 on AIXDC/ECDA on Windows 2005RDS is on WIndows I do not find the connector directory but it is referenced in the LIBPATH variable. Maybe something was missing...
View Article