How to take care of Performance related issue in DRM?

How we can optimize or take care of performance related issues when we have huge data in DRM application? especially when comes to Imports and Exports.
Thanks
-Ramesh

Hi Ramesh,
Below some suggestion from my side.
1-Try to keep Current version open at the time of export and automator run.
2-At extreme use derived property , else manage with somehow if you can
3-If you are creating any derived property make sure you are restricting to related hier
4-In case you are creating derived property check performance to take big hier with derived property node name and description ,if performance not seems to you satisfactory go with some other logic.
5-Don’t use much looking property like Nodeinhier, hiernodepropvalue etc , if need then only use these
6-Tack care of validation if you can do better with verification then don’t put validation in that case
7-I do see some problem while loading data from DRM to DB try to avoid and use some workaround if possible ( like Sql loader)
Not sure how much useful will be for you these points above.
Thanks!
Sandeep

Similar Messages

  • How do you take care of performance issues in your ABAP programs?

    HI,
    SEND ME REPLAY

    hi,
    This topic has been discussed often in these forums.Check these links:
    Re: Monitoring & Performance Tuning
    Re: Query Enhancement and performance
    Re: performance tuning related issues
    Re: Performance analysis
    Re: BW performance
    In specific check this:
    take a look
    Business Intelligence Performance Tuning [original link is broken] [original link is broken] [original link is broken]
    and e-learning
    https://www.sdn.sap.com/irj/sdn/developerareas/bi?rid=/webcontent/uuid/fe5b0b5e-0501-0010-cd88-c871915ec3bf [original link is broken]
    'intermediate course'
    also take a look
    Prakash's weblog
    /people/prakash.darji/blog/2006/01/27/query-creation-checklist
    /people/prakash.darji/blog/2006/01/26/query-optimization
    BW Performance Tuning Knowledge Center - SAP Developer Network (SDN)
    Business Intelligence Performance Tuning [original link is broken] [original link is broken] [original link is broken]
    performance docs on query
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3f66ba90-0201-0010-ac8d-b61d8fd9abe9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cccad390-0201-0010-5093-fd9ec8157802
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ce7fb368-0601-0010-64ba-fadc985a1f94
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c8c4d794-0501-0010-a693-918a17e663cc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/064fed90-0201-0010-13ae-b16fa4dab695
    oss note
    557870 'FAQ BW Query Performance'
    and 567746 'Composite note BW 3.x performance Query and Web'.
    Also take a look sdn forum performance center
    Business Intelligence Performance Tuning [original link is broken] [original link is broken] [original link is broken]
    there are lots of docs
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5ee957e5-0201-0010-9c83-fe14a43cd04a
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cccad390-0201-0010-5093-fd9ec8157802
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ce7fb368-0601-0010-64ba-fadc985a1f94
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3f66ba90-0201-0010-ac8d-b61d8fd9abe9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4c0ab590-0201-0010-bd9a-8332d8b4f09c
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1955ba90-0201-0010-d3aa-8b2a4ef6bbb2
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c8c4d794-0501-0010-a693-918a17e663cc
    and check oss note
    557870 'FAQ BW Query Performance' and 567746 'Composite note BW 3.x performance Query and Web'
    417307, 409641 etc (search with 'bw performance')
    Regards,
    Jayant

  • How to take care of case statements while migration

    Hello Sir,
    using migration workbench tool for converting SQL server database to Oracle Databse.Getting error message in converting below SP with Case Statement.
    Please help me in solving this problem
    ****** Object: Stored Procedure dbo.SP_Sec_GetScreenFieldAccessLevel
    Procedure Name : SP_Sec_GetScrnFldAccessLevel
    Notes :
    This procedure selects data from E_E_C_field_Access_level table
    CREATE PROCEDURE SP_Sec_GetScrnFldAccessLevel
    AS
    Select Screen_ID + '-' + FieldDescription as ScreenFieldName
    ,Level=
    CASE
    WHEN Len(IsNull(E_E_C_field_Access_level.ein_code,''))= 1 THEN campus_name
    WHEN Len(E_E_C_field_Access_level.ein_code)> 1 THEN ein_name
    END,
    ein_name,campus_name,Urole,
    IsLocked=case IsLocked
    when 1 then 'Yes'
    when 0 then 'No'
    End
    from E_E_C_field_Access_level,Field_Name_Field_Description,User_Roles_Master,EIN,Campus
    where
    E_E_C_field_Access_level.Screen_Field_ID*=Field_Name_Field_Description.ID
    and E_E_C_field_Access_level.User_role_Id *=User_Roles_Master.Role_Id
    and E_E_C_field_Access_level.ein_code *= EIN.ein_code
    and E_E_C_field_Access_level.campus_code *= Campus.campus_code
    and E_E_C_field_Access_level.del_flag=0
    order by E_E_C_field_Access_level.date_created desc
    IF @@ERROR <> 0
    RETURN @@ERROR
    ELSE
    RETURN 0

    If not using the new SQL DEveloper Migration Workbench, then u should be. I think this new version takes care of case statements.

  • Query Performance Related Issue

    Hi all,
    We have a problem when we are executing the Query in BI 7.0. that is
    When we are executing the query first time it will take 2 minutes time .
    when we are executing the same query second time ( With out logoff the query designer ) it will take 5seconds.
    please give me some inputs how it is taking more time at the first time ?
    How to reduce the query execution time for the first time?
    Already we have tried all the Query performance options.
    Thanks & regards,
    Kiran Manyam.

    Hi Kiran,
    As the others pointed, when you have executed the query for the 2nd time, it might have read from the cache.
    Do the following to investigate the performance issue:
    1) Go to RSRT and run your query in "Execute in debug mode"
    2) Select "Display Statistics Data", check "Do not use cache"
    3) After running the query, press the back button. The system will show a the statistics summary.
    4) Analyze what activity has the highest run time.
    5) If Data Manager time is >= than 30% of the query time and the if the ratio of number of records selected VS the number of records transfered is > 10% then, build an aggregate to help the query run time. This sacrifices data load time but will improve query execution time.
    To know what aggregate will help, run the query in debug mode again and choose the option "Display aggregates found". If the query did not hit an aggregate, the names of the cubes will appear. Use the data in the suggestions column (maked with S: ) as a basis for your aggregate.
    Hope this helps.

  • Performance related issues in design studio 1.2

    Hi All,
    Is there any best practices guide for development purpose in design studio?
    I am facing performance issues when I increase the count of data sources (alias in my case) in my application merely from 2 to 3.
    There is a considerable time lag in launching the application both locally and on the BI server.
    My application is on HANA analytic views and going by its performance it should be fast.
    Each and every data source I created contains not more that 1 or 2 dimensions and a single measure.
    I am not able to understand why it is happening. Is it preferred to bring in all the data as one big data source? But in that case there is a limitation in selecting specific dimensions and measures for different components. Tool forces us to incorporate multiple data source alias!
    Any views will be highly appreciated.
    Best Regards,
    Tanisha

    Have you tried using background processing when adding the 3rd data source? See How to set up Background Processing in Design Studio
    Design Studio 1.3 is coming out in Q2 2014 where planned HANA native connectivity is coming - see Figure 2 BI2014 Design Studio 1.3 Planned Updates | SCN > sounds like that might help performance.

  • How to take care of Transit loss / damange while cration Goods Receipt?

    Hi All,
    I have a business requirement to capture the transit loss / damange in a seprate GL then on Inventory while doing Goods Receipt
    e.g. vendor despatched 100 qty but at Plant they have recd 95 qty. 5 qty were loss due to any reason where i have to pay to vendor for 100 but at the same time inventory has to be increased with 5 quantity.
    Help to cater to the above business requirement.
    Thank You.
    Regards,
    DS

    if 5 qty not at all received
    If not received then I don't think you are going to pay for 100, you have to process for 95 only. but then also if you want to book for 100 then follow the same procedure as mentioned below.
    second if 5 qty received in complete non usable condition...
    Option 1: Want to update excise with 100 qty,
    Do GRN for 100, Do MIRO for 100, Scrap 5 by 551 Mvt.
    Option 2: Want to update excise for 95 qty,
    Do GRN for 95 with excise entry, Do seperate GRN for 5 qty with No excise entry, Do Miro for 100, Scrap 5 by 551 Mvt.

  • How to add data in related issue field in issue tracking list sharepoint 2013

    Hi,
    I'm using out of box Issue Tracking List. In Related Issue I want to add some data like :- Business, Technical, HR, Contractor etc in right side so user can select one of them add it. Not sure how to add these data in Related Issue column. Please advice.

    Related Issues is a lookup column to the same list which is Issue Tracking List. so you can add new items where title is Business, Technical, HR, Contractor etc then you will get those under related issues.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • How do you properly take care of your ipod touch?

    I am currently waiting for the new iPod Touch 5th Generation (which I ordered on the 20th, and am anxiously waiting for it to arrive - When will it arrive?) an have no idea on how to take care of it. I'm new to Apple products so how can you take proper care for it?

    This previous discussion should provide some insite.
    https://discussions.apple.com/thread/4384899?tstart=0

  • Performane related issue in Production Server

    Hi,
    when i deploy the whole application in development server (by remotely logging into client server through vpn) it works fine .
    But when it is run at client side for system testing, user acceptance testing and
    integration testing it becomes very slow .
    Due to this performance related issue , we are not able to transfer the DCs to production server .
    We are sure it is not coming from R3 side (BAPIs etc) . It is coming either from the Webdynpro or Portal side .
    Can anybody help out regarding how to solve this issue .
    Thanks .

    Hi Narendra,
    Please elaborate what is QAS customization and production  customization.
    TR has been done properly.
    Let me give you an overview of the project.
    In Organisational Assignment a Zprogram has been written which captures additional information like Grade Code, Designation Code & Pay Sheet Code
    Its a govt. client. Combination of Grade Code & Designation Code is Pay Scale Grouping
    e.g if Grade Code is A01 & Designation Code is A005
    Pay Scale Grouping is A01-A005
    If we put the values in 0001(Org Assignment) for Grade Code(A01) & Designation Code(A005), A01-A005 comes automatically in Pay Scale Grouping for a particular Pay Scale Structure.
    But now the problem is Pay Scale Type doesn't come get defaulted in 0008 for a Personnel Area & Personnel Subarea.
    I have maintained PST in Tariff & Check Assignment of Pay Scale Structure in Enterprise Structure.
    But in 0008, We have to put PST manually. Since client is having only 1 Pay Scale Area for all Personnel Area & Personnel Subarea, so we don't have to bother for it
    Please tell me where can be the error
    Regards,
    Usha

  • HT3702 I would like to remove the credit card info from my account and only use iTunes prepaid cards. How do I take care of this and make sure that payment will be taken from iTunes cards? Thanks

    I would like to remove credit card info from account and only use iTunes prepaid cards. How do I take care of this and make sure payments are takin from the iTunes cards? Also, I need to change my last name and address on account.

    Hi Alexis ...
    I need to change my last name and address on account.
    Help here >  How to change the name you use for your Apple ID
    I would like to remove credit card info from account and only use iTunes prepaid cards.
    Help here >  Create an iTunes App Store account without a credit card

  • How to Handle BARCODE related issues in WebDynpro ABAP

    Hi All,
    How to handle barcode related issues in WDA?
    is it possible in WDA or not?
    please provide information or any links related..
    Thanks,
    raj.

    Hi ,
    You just need to install the software comes with the barcode scanner in the local PC and while reading you have to put the cursor on the field like inputfield . a barcode when interpreted by scanner is nothing but alphanumeric words.
    Regards
    Yash

  • How to properly take care of a MacBook air 11 inch late 2010 refurbished

    How do you properly take care of a apple macbook air refurbished late 2010 11 inch? It's working well now since I got it from a trusted website (apple) but anything can break? How do I make it live long if I have to use it everyday?

    hariiyer wrote:
    1.If someone hacks it
    don't visit any questionable websites (i.e. torrent, adult entertainment)
    2.if it breaks because something hard bumps into it
    That may happen, just do your best to prevent it from happening.  As suggested, you can purchase a case for it, but there is only so much someone can do to prevent an accident that will cause damage.
    3.if you lay something on it
    Don't do that.
    4.What'll happen if you drop it
    no one can predict whay may happen if you drop it.  It may be fine, or it could result in a costly repair.
    5.Openings that allow crumbs/water into it
    Don't eat/drink around your mac.

  • IPhone 4S :  I have reset and forgot my passcode to get into my phone. I have guessed my pass code so many times that i have completely enabled my iPhone 4S. How do i take care of this on an iTunes account?

    I have the iPhone 4S, and have only had it 5 days. Two days ago, I accidently reset my passcode and did not write it down. I have no idea what the passcode is, and have tried so many times that i have totally enabled my phone, and it says connect to iTunes to take care of it but i have no idea how. PLEASE HELP ME

    Connect your iPhone to your computer and launch the iTunes app if not already launched.
    Since you have never synced your iPhone with iTunes on your computer which can include much more than music, more than likely you will be prevented from restoring the iPhone with iTunes the normal way. This prevents someone from syncing your iPhone with iTunes on another computer in the event your iPhone was lost or stolen.
    If you are prompted to enter your passcode when connecting your iPhone to iTunes on your computer, you must place your iPhone into recovery mode. If successful, this will require restoring the iPhone with iTunes - as a new iPhone. iTunes creates and maintains a backup for the iPhone when syncing, which is updated as the first step during the iTunes sync process, but since you don't know the passcode and you have never synced your iPhone with iTunes on your computer, a backup will not be created. You will lose data on your iPhone such as contacts, notes, calendar events, etc.
    Steps for placing your iPhone into recovery mode.
    http://support.apple.com/kb/HT1808

  • How long that apple will take care of wifi problem ?

    I want to know , when Apple will take care of Wifi problem ? I did update to IOS 6. I can not turn on Wifi.

    I am not having a problem with wifi on iOS 6. It is working fine for me. What is your exact problem? You are being very vague in describing what is wrong.

  • Many Sporadic Preview Related Issues

    Not sure if this is where to post/report Lightroom 5 issues or not, but here are preview-related issues I am experiencing...
    Preview panel "preview" freezes indefinitely.
    App very slow to load while creating new previews. (previews take forever to create and update)
    Wrong previews showing for wrong images when swapping between folders, etc. (ie: all photos, last import, custom collections)
    This one is a little different...
    Ratings lost when switching between folders, etc. (ie: all photos, last import, custom collections)
    This was a clean install that ran beautifully at first. Started noticing this more and more after using the spot tool. (my last step in processing a job)
    I use separate catalogs per job. Some as small as a few dozen images. (family stuff) Others, as large as 500-600. (engagement and wedding clients)
    Hope you are working on this. It's making work a struggle. I'm not just a "consumer". ;-)

    This is a user to user forum so the responces you recieve here will mostly be from users like your self. I am sure someone will respond on how to help dealing with the problem you are experiencing.
    The official forum for reporting bugs and making feature requests is at the web link below.
    http://feedback.photoshop.com/photoshop_family/products/photoshop_family_photoshop_lightro om

Maybe you are looking for

  • Iphone in recovery mode and DFU mode but PC still doesn't recognize device

    HELP! My iphone 4 just keeps blinking the apple logo for hours! I tried the recovery mode and DFU mode, the first time went well, but it started to blink again after I restored it. Now I'm doing the same steps going to recovery mode and DFU mode, the

  • ESATA connection for Mac Mini?

    Is there any way I can connect an external HD with an eSATA connection to my Mac Mini? (2.7 GHz Intel Core i7, OS 10.8.1, 16 GB 1333 MHz DDR3) Thanks.

  • Reg. different system

    Hi I heard that there are 3 systems. Production, Testing and Implementation. Who will be working on what system. How do we know that we are working on which system. Is everything done on Testing system first. Please explain. And also how to transfer

  • ALL PDF files crash Safari!

    I can open PDFs sent thru email, and I can sync PDFs to the phone from iTunes and open them in iBooks... but, regardless of size or content, I cannot open a PDF in Safari. When I click on a PDF link in Safari, the browser display refreshes and, for a

  • HT4623 IOS 6 is not responding

    IOS6 not responding,having a problem downing music and battery not chariging properly