Re: Is it possible to clean up a partition / rs_segments ?
We might be on to something now... The first query is showing that the partition part_10 has id number = 110, and the same value of 249 The second query is showing all entries for that id number that...
View ArticleRe: Is it possible to clean up a partition / rs_segments ?
OK, so looks like some orphan records that weren't cleaned up when a previous database (dbid=520) was dropped. While your queries confirm dbid=520 is no longer in use I'd want to check a couple other...
View ArticleRe: Is it possible to clean up a partition / rs_segments ?
Mark, the answer to your questions are both no, there are no entries with 520 in the output from "admin who" nor in the ID-servers table rs_idnames ! And you are correct, I was to eager, so I re-ran...
View ArticleRe: Is it possible to clean up a partition / rs_segments ?
Mikael, You may have already worked out the details for getting rid of the orphans, so for anyone watching this thread (or who stumbles across this thread when searching google.com in 2057) ... -...
View ArticleRe: Is it possible to clean up a partition / rs_segments ?
Mark, you are correct again ! Yes I have figured it out, but this is actually the first time I've ever made such a deep dive into the world of partitions and rs_segments. It's really interesting stuff...
View ArticleRe: Is it possible to clean up a partition / rs_segments ?
re: checking other partitions for orphans ... My original query (#segs + 3-way union) is checking all of rs_segments w/ no reference to rs_diskpartitions. Net result is that my original query is...
View ArticleRe: Is it possible to clean up a partition / rs_segments ?
For completeness sake I'd probably also want to make sure there are no related orphan records in the following tables: [Obtained by perusing the ER diagram for the RSSD, looking for all references...
View ArticleRe: Is it possible to clean up a partition / rs_segments ?
Mark, just want you to know that it worked like a charm, both in our test and production MSA setup I did modify the base query so that I now have one query + cleanup routine for each rs_table...
View ArticleRe: Is it possible to clean up a partition / rs_segments ?
Great! Thanks for the update.
View ArticleRe: SAP ECC DR setup on sybase
Hello, To install and configure the HADR for BS with ASE, you may want to read the SAP documentation: “ Installation Guide SAP NetWeaver ABAP on Windows: SAP Adaptive Server Enterprise”.See Chapter 7...
View ArticleData Assurance (DA) - no more licensing requirements? (is it really FREE?)
Currently working with RS 15.7.1 SP203 and thought I'd check on the latest build (653) of DA to see what new features/fixes have been deployed. I was pleasantly surprised to find that this latest...
View ArticleRe: Data Assurance (DA) - no more licensing requirements? (is it really FREE?)
Well, that's one way to find out for sure. For this particular environment DA was installed ... 30 days ago ... so guess what happened this morning? Yepper, DA went down with the message "The grace...
View ArticleSybase -> Oracle replication question (schema name)
Hi.I have implemented replication from Sybase to Oracle using MSA (via ECO at Oracle site).I have a simple MSA replication scenario: 1. 2 physical connections (Primary: Sybase, Replicate: Oracle)2. One...
View ArticleRe: Sybase -> Oracle replication question (schema name)
Marcin, If your replication server version is SP200 or later, please try this: alter connection to ECO.ECOset schemamap from ASE_PDS.ASE_DB.DBO to myoracleschemago check schema map go suspend...
View ArticleRe: Sybase -> Oracle replication question (schema name)
Thanks, works perfectly ! Best Regards.-- Marcin
View ArticleDR_admin user and _maint user are missing after installing SAP replication...
Hi Everyone, We are trying to setup DR using sybase replication server. We are facing issue when installing SRS on Primary DB.Can you please let us know if anyone had encountered similar issue/have a...
View ArticleReplication Agent and selecting field names with special characters from...
Hello All, I have SAP Replication Server SP200 set up and working from Oracle to HANA. I'm creating a subscription with the direct_load option on the SAP table MARA. This is failing at the "SELECT"...
View ArticleRe: DR_admin user and _maint user are missing after installing SAP...
Hello, The login name is DR_admin and it's case sensitive.Try sp_displaylogin DR_admin, that should work. Regarding the error during installation, if you can, upload the sapinst_dev log file from...
View ArticleWhat DB architectures can Rep Server write to ?
Hi, Can someone point me a a document showing me what DB's Rep Server can write to ? Thanks Mike
View ArticleRe: What DB architectures can Rep Server write to ?
Try the Product Availability Matrix for SAP RepServer: https://websmp106.sap-ag.de/~sapidb/012002523100008725382014E
View Article