Re: MDM system is extremely slow
Hi Puneet, Lately we too encountered this issue , but this occurred only in production environment.I rectified it by doing the following. I took a restart of the MDS server which solved major part of...
View ArticleIssue regarding performance when import is stated in MDM
Hi All, We are facing a performance issue when import process is happening and this we are observing very recently . There have been minor changes at the tableslevel data in sap MDM and no setting have...
View ArticleRe: Error:- The specified repository is not found on MDM Server
Are you entering the Fully Qualified Domain Name in the MDM Server Name. RegardsArun Sasi
View ArticleRe: Issue regarding performance when import is stated in MDM
Hi Kaushik, I am new to MDM and trying to learn from SCN forums. So bear with me if I am posting something incorrect. Are you trying to import(from Excel) in SAP MDM Data Manager or using Import...
View ArticleRe: How to remove selection from ResultSet using Java API?
i don't know how you use the wd component. resultset is not updated automatically when you do the search?
View ArticleRe: No connection to repository; establish connect to loaded repository
have you set up the connection to mdm ?
View ArticleRe: Error:- The specified repository is not found on MDM Server
do u find the repository in console?
View ArticleRe: Error:- The specified repository is not found on MDM Server
Hello Experts, Thanks for the information . The repository was unmounted by someone from the server . I mounted it back using db2adm . now its working fine . Could you find who had unmounted it ?...
View ArticleRe: How to remove selection from ResultSet using Java API?
I simplified my question a bit. What I have is two main tables, customer and location. The customer table uses the standard components for search, resultset and item details.When the user selects one...
View ArticleRe: How to remove selection from ResultSet using Java API?
I have been away from mdm for a while, did you try [-1] with wdThis.wdGetSearcResultInterface().setRecordIds?
View ArticleRe: Writeable once field
Hello Nitin! You can change the value by doing the following:1) Stop the repository.2) Change the writable once property of the field to No.3) Start the repository and edit the record as needed....
View ArticleRe: Issue regarding performance when import is stated in MDM
Hi Arun, Thank you for your early response ,this did not help (we had already gone through it)Our problem is when we are doing import the performance drastically decreases. Was wondering how to prevent...
View ArticleRe: Issue regarding performance when import is stated in MDM
Kaushik, I hope you have referred the below links Certain performance related parameters are mentioned. You might give a check 1) Are you using Import Manager(What is the size per import)2) Is your...
View ArticleRe: Error:- The specified repository is not found on MDM Server
Check with the MDM Basis Team to find who unmounted the repository. This can be found in MDM Console RegardsArun Sasi
View ArticleRe: Issue regarding performance when import is stated in MDM
Hi Kaushik, Just check whether you have enable "Sort Index" for the matching field, In-case the sort index is not enable for the matching field then the Import process will be slow and while bulk load...
View ArticleRe: How to remove selection from ResultSet using Java API?
THANK YOU! It worked when I set "-1" on the item details component like this wdThis.wdGetLocationDetailsInterface().setRecordId("-1");wdThis.wdGetLocationDetailsInterface().refreshComponent();
View ArticleRe: How to remove selection from ResultSet using Java API?
there is a constent in recordid if u don't want to hardcode "-1" recordid.empty_record, I can't remember the detail
View ArticleRe: How to remove selection from ResultSet using Java API?
Thanks, I use this now that looks alot better wdThis.wdGetLocationResultInterface().setRecordIds(new Integer[] { RecordId.EMPTY_ID...
View ArticleRe: Issue regarding performance when import is stated in MDM
Hi Rahul/Arun, Considering your suggestions, will get back to you once i find some-thing. Thanks for your timely response. P.S: around 500 chunks or products gets updated and we see the syndication and...
View ArticleRe: Why has an Archive folder appeared under our Exeption folder for a port?
Hi Thomas,Can you check your mds.ini if the item "Distribution Root" contains the correct path? Couple of things that I noticed in the past are that inconsistencies might arise when you change an...
View Article