Re: Error during configuration of SAP Replication server.
Dear Chris, The passed smoothly after I uninstalled the failed installation and started the re-installation with the following tools: REPSERVER1570111_0-20011160.TGZSWPM10SP04_3-20009701.SAR Will Keep...
View ArticleRe: Error during configuration of SAP Replication server.
Now, I am getting the following error message: ERROR 2014-01-01 21:55:24.649 CJSlibModule::writeError_impl()MUT-03025 Caught ESAPinstException in module call: . TRACE 2014-01-01 21:55:24.650...
View ArticleRe: Error during configuration of SAP Replication server.
Dino, Looks like your ASE Password encryption is not enable. Please enable: 1> sp_configure 'net password encryption reqd', 1 2> go
View ArticleRe: Error during configuration of SAP Replication server.
Dear Chris, I already tried this query, but that did not help me in going any further. 1> use master2> go1> sp_configure 'net password encryption reqd', 12> go Parameter Name...
View ArticleRe: Error during configuration of SAP Replication server.
Dinakar, Looks like ASE Password encryption is enabled as req'd. Please contact with the support team by updating the Note. In parallel I will make sure they know your are again stuck. chris
View ArticleRe: Error during configuration of SAP Replication server.
Already updated the incident Chris.
View ArticleRe: Error during configuration of SAP Replication server.
Hello, Can sp_encryption help me in creating the encryption? I tried sp_encryption help, and it displayed the following error message: There are no encryption keys (key copies) like '%' in...
View ArticleRe: 32-bit vs. 64-bit Replication Server on Windows x64
All the available Replication Server counters are now defined as 64-bit, which allows high-precision computations in Replication Server. Which means 64-bit version is faster ther 32-bit version.
View ArticleRe: Error during configuration of SAP Replication server.
Hello, I uninstalled the Replication Environment in the primary database. When the uninstallation was in progress, I received the following error message: The installer was unable to remove...
View ArticleRe: Error during configuration of SAP Replication server.
Hello, Issue is still in pending state. But, when I further analyzed this issue, I found that, during the configuration of SRS, i.e., during "Ensure password encryption for Database logins" step, it is...
View ArticleRe: Error during configuration of SAP Replication server.
Hello, I changed the password of SID_maint in primary and standby systems.The issue with SID_maint seems to be resolved. But, the issue is when sapsso user in the primary system is trying to enable...
View ArticleRe: Error during configuration of SAP Replication server.
Atlast, the current issue is resolved....... I assigned the following authorizations to sapsso user in primary and standby: sa_role (default ON) sso_role (default ON) sybase_ts_role (default...
View ArticleRe: Error during configuration of SAP Replication server.
Hello, Now, a new issue in the configuration. Phase: Apply replication configuration: Diagnose Environment Start Time 2014-01-08 17:07:50.960...
View ArticleRe: Error during configuration of SAP Replication server.
Dinakar, Will you verify your ASE is running and if you can log into the ASE using the "QAS_maint" user? If you can log in, will you provide sapinst_dev.log? Chris
View ArticleRe: Error during configuration of SAP Replication server.
Hello Chris, yes, I am now able to login with QAS_maint user.The step completed successfully. The issue is now in "Apply replication configuration" phase. As suggested by you, I updated the ticket with...
View ArticleRe: Error during configuration of SAP Replication server.
Even this issue is resolved. Regards,Dino
View ArticleRe: Error during configuration of SAP Replication server.
Hopefully, this issue might be the last 1 in configuring SAP SRS: The contents of table master..sysloginroles are different in primary and standby. The number of rows are 22 in primary and 21 in...
View ArticleReplication Definition on columns named "rs_FechaIngreso"
Dear All, Triying to create a replication definition on a table that has columns named "rs_xxx" but, getting Msg 2073, Level 12, State 0:...Identifier 'rs_FechaIngreso' cannot begin with 'rs_' Also,...
View ArticleRe: Replication Definition on columns named "rs_FechaIngreso"
Identifiers that begin with the characters “rs_” are reserved for Replication Server.Although You can use RS other reserved words for identifiers by enclosing the identifiers in double quotes, but RS...
View ArticleRe: Replication Definition on columns named "rs_FechaIngreso"
Hi, thanks for the reply, is there any workaround? cannot change the name of the columns Regards, Maricel
View Article