Need help to check the settings in Production system?

Hello All,
I need to check the  followings task has been done in the production system, i know its the basis task....but i need to check is this task basis has done in the produciton system. Please let me know your inputs how to check below task in PI system.
1)Tuning Parameters 2)Performance Statistics Parameters 3) Failed Message and Queue Restart Parameters.
Thanks in advance.
Regards,
Chinna

HI
Checking Tuning Parameters
Transcation  SXMB_ADM -> Integration Engine Configuration -> Configuration
EO_INBOUND_PARALLEL
EO_INBOUND_PARALLEL_SENDER
EO_INBOUND_TO_OUTBOUND
IS_RETRY_LIMIT
Performance Statistics Parameters
DAYS_TO_KEEP_DATA  AGGREGATION_ITEMS
DAYS_TO_KEEP_DATA MEASUREMENT_ITEMS
MEASUREMENT_LEVEL
MEASUREMENT_PERSIST
http://<XI host>:<port>/rwb
ST03N,ST06
Failed Message and Queue Restart Parameters.
SXMB_MONI
Failed Message and Queue Restart Parameters.
from se38 run the reports
RSXMB_CUST_RESTART_MESSAGE
RSXMB_RESTART_MESSAGES

Similar Messages

  • Need help to check the software update deployment status before restart the VM

    Hello,
    I'm just trying to automate the windows patch deployment for several VM's, I build the entire logic like below,
            Deploy software update --> wait for sometime-->Restart --> Check deployment status(collection = iscomplaint) -->stop
    I know here I'm missing the logic of not checking the patch deployment status before restarting, Can someone help here plz?
    Regards,
    Julie

    Hello
    you can configure a loop for your Activity " Get deployment status(filtered the collection name " until status is succeeded, failed with an embedded loop: http://technet.microsoft.com/en-us/library/hh403826.aspx
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • Need help with enhanced data source in Production system

    Hello Gurus,
    1.                  I enhanced a datasource in BW and populated the field using customer exit using CMOD function. In Dev system, i dont have much data, so I deleted the whole data and did full load.
    what shud I do in Production side, so that Delta wudnt be affected??since in production, we have millions of records, we wont do full load., what is the best way to populate the field in production after transporting the datasource to production without disturbing delta's, to reflect the new field for previous years data???
    2.  can we put 0customer and 0material in the same dimension?? how its going to affect the performance?
    Thanks in advance.,
    Best Regards,
    Pavan

    Hi,
    Please see this
    1.
    see this thread
    populated the new field with historic data
    2. can we put 0customer and 0material in the same dimension?? how its going to affect the performance?
    Its better not to use them in a single dimension  because one customer and take more than one material so if you have 100 customer and 1000 materials  this combination will generate a large number of records. Its always better to keep characteristic which are having 1:N relation ship in one dimensional in you  case customer and material will have an M:N type of relationship.which will result in slow performance.
    Regards,
    Ravi

  • Need help to check the code!

    In my program its not giving data for any value of VBELN.What is the reason !
    I am only getting one record between 3000 and 5000 ! What is wrong here!
    REPORT YINTERACTIVEPROGRAM01.
    TABLES:VBAP,
           VBPA,
           vbak,
           VBRP,
           VBRK,
           KNA1,
           ADRC,
           TPAR,
           TVKGG,
           TVM1T,
           TVM2T,
           TVM3T,
           TVM4T,
           VBKD,
           SZA1_D0100,
           TVLVT,
           T002,
           T178T.
    Select-options S_VBELN for vbak-vbeln.
    TYPES:BEGIN OF TY_TAB,
             VBELN LIKE VBAK-VBELN,
             VKORG LIKE VBAK-VKORG,
             ERDAT LIKE VBAK-ERDAT,
             AUGRU LIKE VBAK-AUGRU,
             BSTDK LIKE VBKD-BSTDK,
             BSTDK_E LIKE VBKD-BSTDK_E,
             spart like vbap-spart,
             kondm like vbap-kondm,
             waerk like vbap-waerk,
             netwr like vbap-netwr,
             kwmeng like vbap-kwmeng,
             vkaus like vbap-vkaus,
             land1 like vbpa-land1,
             nrart like tpar-nrart,
           vtext like tpar-vtext,
             parvw like tpar-parvw,
             name1 like adrc-name1,
             name2 like adrc-name2,
             name3 like adrc-name3,
             name4 like adrc-name4,
             ort01 like kna1-ort01,
             pstlz like kna1-pstlz,
             vtext like t178t-vtext,
             bezei1 like tvm1t-bezei,
             bezei2 like tvm2t-bezei,
             bezei3 like tvm3t-bezei,
             bezei4 like tvm4t-bezei,
             bezei5 like tvm5t-bezei,
             BEZEI like tvlvt-bezei,
             spras like t002-spras,
             laspez like t002-laspez,
         END  OF TY_TAB.
    DATA: ITAB TYPE STANDARD TABLE OF TY_TAB WITH HEADER LINE.
    *parameters:salesno like itab-vbeln.
    select s1~vbeln
           s1~vkorg
           s1~erdat
           s1~augru
           k1~BSTDK
           k1~BSTDK_E
           p1~spart
           p1~kondm
           p1~waerk
           p1~netwr
           p1~kwmeng
           p1~vkaus
           r1~land1
           t1~nrart
          t1~vtext
           t1~parvw
           n1~name1
           n1~name2
           n1~name3
           n1~name4
           c1~ort01
           c1~pstlz
           x1~vtext
           t2~BEZEI
           b1~bezei
           b2~bezei
           b3~bezei
           b4~bezei
           b5~bezei
           t3~spras
           t3~laspez
    into corresponding fields of table itab
    from  vbak as s1
    join  VBKD as k1
    on   s1vbeln = k1VBELN
    join vbap as p1
    on   k1vbeln = p1vbeln
    join t178t as x1
    on   p1kondm = x1kondm
    join vbpa as r1
    on   p1vbeln = r1vbeln
    join tpar as t1
    on   r1parvw = t1parvw
    join ADRC as n1
    on   r1adrnr = n1addrnumber
    join kna1 as c1
    on   r1land1 = c1land1
    join tvlvT as t2
    on p1vkaus =  t2abrvw
    join t002 as t3
    on c1spras = t3spras
    join tvm1t as b1
    on c1spras = b1spras
    AND p1mvgr1 = b1mvgr1
    join tvm2t as b2
    on c1spras = b2spras
    AND p1mvgr2 = b2mvgr2
    join tvm3t as b3
    on c1spras = b3spras
    AND p1mvgr3 = b3mvgr3
    join tvm4t as b4
    on c1spras = b4spras
    AND p1mvgr4 = b4mvgr4
    join tvm5t as b5
    on c1spras = b5spras
    AND p1mvgr5 = b5mvgr5
    up to 10 rows
    WHERE S1~VBELN IN S_VBELN.
    loop AT ITAB.
      WRITE : /(30)'VBELN: ',  ITAB-VBELN,
              /(30)'VKORG: ',  ITAB-VKORG,
              /(30)'ERDAT: ',  ITAB-ERDAT,
              /(30)'AUGRU: ',  ITAB-AUGRU,
              /(30)'BSTDK: ',  ITAB-BSTDK,
              /(30)'BSTDK_E:', ITAB-BSTDK_E,
              /(30)'SPART: ',  itab-spart,
              /(30)'KONDM: ',  itab-kondm,
              /(30)'WAERK: ',  itab-waerk,
              /(19)'NETWR: ' , itab-netwr,
              /(17)'KWMENG: ', itab-kwmeng,
              /(30)'VKAUS:',   itab-vkaus,
              /(30)'LAND1:',   itab-land1,
              /(30)'NRART:',   itab-nrart,
              /(30)'PARVW:',   itab-parvw,
              /(30)'ADDR1:',   itab-name1,
              /(30)'ADDR2:',   itab-name2,
              /(30)'ADDR3:',   itab-name3,
              /(30)'ADDR4:',   itab-name4,
              /(30)'PSTLZ:',   itab-pstlz,
              /(30)'ORT01:',   itab-ort01,
              /(30)'RUN TIME BAND DESC:',   itab-BEZEI,
              /(30)'Compiler desc:',itab-vtext,
              /(30)'BEZEI:',    itab-bezei,
              /(30)'BEZEI1:',   itab-BEZEI1,
              /(30)'BEZEI2:',   itab-BEZEI2,
              /(30)'BEZEI3:',   itab-BEZEI3,
              /(30)'BEZEI4:',   itab-BEZEI4,
              /(30)'BEZEI5:',   itab-bezei5,
              /(30)'LASPEZ :',  itab-LASPEZ,
              /(30)'spras :', itab-spras.
             uline.
    ENDLOOP.
                if sy-subrc <> 0.
                write : / 'No data found'.
                endif.

    FIRST CHECK IN THE TABLE WHETHER DATA IS PRESENT  OR NOT FOR THIS PARTICULAR SELECTION CRITERIA.
    and secondly i would like to suggest you that dont use inner join on so many tables instead use FOR ALL ENTRIES and after every SELECT statement check whether that table is initial.
    may be any of the table does not contain data for that criteria thats y it may not be displaying anything.

  • Need help setting up the ultimate video editing system!

    Hi,
    I own a cinematic wedding film business. We have pretty significant client traffic, about 40 wedding films per year and still growing. We've decided to switch our post production studio from FCP to Premiere. We've also decided to start from scratch and invest in all new equipment for this switch. We are an apple based facility and will stay that way. We don't really have money/budget limitations. We don't allow budget to to bottle neck our company's efficiency or productivity. We want this editng system's speed, efficiency, and reliability to be priority #1!
    On to my questions....
    1. We will be purchasing a new mac pro as the primary editing station. What is the fastest, most efficient, and most reliable setup for running the entire adobe creative suite on a Mac pro? Or maybe another way of asking....what is the ultimate Mac pro setup for Adobe CS, and why?
    2. I would like to go with an external raid system for all our projects. (We'll use the internal drives primarily for running applications only.) For the external raid, we'll need about 9-12TB of usable space. We need this system to be extremely reliable. What is the fastest connection for achieving the fastest read &amp; write transfer rates between the raid system and the computer (esata, scsi,etc)? Also, what raid systems do you recommend that will meet our needs and why?
    3. I would like to make a backup of all current projects twice a week to a seperate hard drive. My business partner will then take this drive home at the end of every day for safe offsite keeping. What do you recommend we do for this? Should we buy another duplicate raid system (same as the primary) and just mirror it, or should we buy a different type/name hard drive system? Should we make the backup system Raid 0 for easier access to files if needed? How should execute the backing-up process...drag and drop, time capsule, or some third party solution?
    As you can probably tell, I'm hoping to get specific equipment recommendations and well as process recommendations. Advice in any of these areas would be much appreciated!
    Thanks so much!

    Copy and Paste your question to either the Adobe or Creative Cow forums and you'll probably get a great deal of ideas about what's ideal..
    Russ

  • Help. When you save the file, no "OAM", check the settings necessary.

    Help. When you save the file, no "OAM", check the settings necessary.

    You presume correctly. It's only when I need to do a file-open or save. The initial window opens up but as soon as you try to start navigation, the hang occurs. I also have drives mapped on these two computers, so I wonder if that could be a possible cause...

  • Sound on my phone has gone so when someone calls me they can hear me but i cant hear them.The ticks cant be heard when you press the keyboard. I've checked the settings and they are ok. can still hear music thru headphones but not without. Any help pls.

    sound on my phone has gone so when someone calls me they can hear me but i cant hear them.The ticks cant be heard when you press the keyboard. I've checked the settings and they are ok. can still hear music thru headphones but not without. Any help pls.

    Hey shahbazfromgbr,
    Thanks for the question, and welcome to Apple Support Communities.
    I understand you are having issues with sound output on your iPhone 4S. For troubleshooting steps, the following article provides the best information:
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    1. Verify that there is nothing plugged in to the headset jack, including headsets, headphones, or adapters.
    2. Make sure the Ring/Silent switch is not switched to silent.
    3. While on the Home screen, adjust the volume buttons. If you see the icon below, indicating that headphones are attached, there may be debris or an object lodged in the headset jack:
    4. Check the headset jack. If there is an object lodged in the headset jack that is not easily removed, have the iPhone serviced to remove object.
    5. For Original iPhone: If there is light debris, such as lint, in the headset jack, try connecting a pair of headphones to the headset jack and then remove the headphones. Repeat this several times to remove the debris.
    6. If you have installed a protective film on the display, either ensure that the receiver is not covered or remove the film completely.
    7. Check the receiver mesh (which is on the top front of the device, above the display). If it appears blocked, use a clean, small, dry, soft-bristled brush to carefully and gently brush away any debris.
    8. If you have paired with a Bluetooth headset that is nearby, either use the headset or turn Bluetooth off (choose Settings > General > Bluetooth).
    9. Restart the iPhone.
    10. If restarting the iPhone doesn't resolve the issue, try restoring the device.
    11. If the issue persists, go to the Service Answer Center - iPhone for information on service.
    Thanks,
    Matt M.

  • TS3276 Sound works fine on all programs, but has suddenly stopped on Apple Mail.  No "submarine" sound when I send or receive email.  I checked the settings in "Preferences" in Apple Mail and it is set to "submarine" as the sound.  Any help?

    Sound works fine on all programs, but has suddenly stopped on Apple Mail.  No "submarine" sound when I send or receive email.  I checked the settings in "Preferences" in Apple Mail and it is set to "submarine" as the sound.  Any help?

    deleted previously imported key chain originated from the previous system (why doesn't apple provide a migration for my key chain?). after the deletion mail can receive and send again and dreamweaver starts without hanging.

  • TS3988 Hi! I just upgraded my iphones to iOS5, and started iCloud... Now, on my iphones ( both of them!) my cousin's  AppleID comes up when I want to update an app .... When I check the settings on the phones, it has MY appleID, but not for the apps? help

    Hi! I just upgraded my iphones to iOS5, and started iCloud... Now, on my iphones ( both of them!) my cousin's  AppleID comes up when I want to update an app .... When I check the settings on the phones, it has MY appleID, but not for the apps? help?

    Welcome to the Apple Community.
    Which settings are you checking, you should be checking settings > store

  • I think I need help with driver (software) settings for D110a

    I think I need help with driver (software) settings for D110a all-in-one
    Product: D110a all-in-one
    OS: Windows XP Professional
    Error messages: None
    Changes before problem appeared: None--new installation
    The quality of photo images (mostly JPG files) in printouts is awful even though the files display beautifully on the PC screen. I am using
    IrfanView software for displaying/printing. As far as I can tell, IrfanView is not the problem.
    When I print the same images on a Deskjet 5150 attached to a different PC also running XP Pro and IrfanView, the quality of the printouts is at
    least acceptable, Some would probably say good or very good.
    It's dificult to explain in words the problem with the printouts. A picture of really pretty vegetables (squashes, tomatoes, watermelon, etc) comes
    out much too red. Moreover, the red, which appears shaded on the screen, seems to be all one shade in the D110a printouts.
    Something similar happens to a view of a huge tree in full leaf. On screen, there are subtle variations in the "greenness" of the leaves. In the
    printout, all green is the same shade. In the same printout, the trunk of the tree is all a single shade of grey. It isn;t even obvious that the
    trunk is a round, solid object.
    I liken the effect to audio that disappears entirely when you lower the volume and gets clipped into square waves in even moderately loud passages.
    I don't know whether the D110a driver software permits adjusting the parameters that appear to be set incorrectly, and if adjustments are possible,
    how I would identify which parameters to adjust, how I would access them, or how I would adjust them. I'm hoping that someone can help. Thanks.
    I forgot to mention that I have used the diagnostic application and it tells me that there are no problems.
    e-mail me at [email protected]

    brazzmonkey wrote:
    Hi everyone,
    I noticed the following message when network starts on my gateway
    Warning: This functionality is deprecated.
    Please refer to /etc/rc.conf on how to define a single wired
    connection, or use a utility such as netcfg.
    Then I realized the way network settings should be written in rc.conf has changed. But I can't figure out how this should be done.
    Currently, my set up is the following (old way):
    INTERFACES=(eth0 eth1)
    eth0="dhcp"
    eth1="eth1 192.168.0.10 netmask 255.255.255.0 broadcast 192.168.0.255"
    ROUTES=(!gateway)
    eth0 is on DHCP because the IP is dynamically assigned my ISP.
    eth1 has a fix IP because it's on the LAN side.
    No problem to use DHCP on eth0 with the new settings.
    But for eth1, I don't know what I am supposed to write for gateway.
    Wiki isn't clear on that one either, and it looks like many articles still refer to the old way.
    Any guidance appreciated, thanks.
    brazzmonkey,
    you can't define 2 interfaces the old way (even though I saw some tricky workaround somewhere in the forums).
    Use, f.e., netcfg:
    Comment your old lines.
    In /etc/rc.conf insert:
    NETWORKS=(Eth0-dhcp Eth1-static)
    DAEMONS=(..... !network @net-profiles ....)
    In /etc/network.d create 2 files:
    First one is named  Eth0-dhcp.
    Contents:
    CONNECTION="ethernet"
    DESCRIPTION="Whatever text"
    INTERFACE=eth0
    HOSTNAME="your hostname"
    IP="dhcp"
    DHCP_TIMEOUT=15
    Second one is named Eth1-static.
    Contents:
    CONNECTION='ethernet'
    DESCRIPTION='whatver'
    INTERFACE='eth1'
    HOSTNAME='hname'
    IP='static'
    ADDR='192.168.0.10'
    GATEWAY='192.168.0.1' # your gateway IP
    DNS=('192.168.0.1') # your DNS server
    The names Eth0-dhcp and Eth1-static are not magic. They just must be the same in rc.conf and in /etc/network.d.
    Hope it helps.
    mektub
    PS: netcfg must be installed.
    Last edited by Mektub (2011-07-20 14:07:05)

  • I need help to remove the wrong email on my Iphone.  I can't down load app because my apple ID doese not match with the wrong email please help

    I need help to remove the wrong email on my Iphone.  the represnter who set up my phone put in the wrong email, and now I can't down loand apps on my phone because the apple ID does not match

    So sign out of the Apple ID under Settings > iTunes & App Store, then sign in with your own.

  • Need help to trace the place where error occuring in Web UI of type System

    Hi All,
    Need help to trace the place where error occurring in Web UI of type System error,
    this error coming while saving the corporate account creation,
    error message description : - System error: Interruption in Routine READ TABLE GT_CHAR_VAL, CHAR_NAME = PVTLTD_CLEAN_SEGMENT
    System error: Interruption in Routine READ TABLE GT_CHAR_VAL, CHAR_NAME = PVTLTD_CLEAN_CLASS-CP
    thanking you.
    Best Regards,
    VijHyd

    Hi Nagaraj,
    See that the mandatory SICF setting are enabled or Active in the SICF Services.  Follow the steps as below:-
    Enter the TCode SICF
    Execute the same for Hierarchy Type SICF.
    Check the following SAP Note 1295006.
    If every thing is Active then, the IC Agent role will open.
    Still if it is not opening Let me know.
    regards,
    Sarangamath

  • Need help in optimising the performance of a query

    Need help in optimising the performance of a query. Below is the query that is executed on TABLE_A, TABLE_B and TABLE_C with record counts as 10M, 10m and 42 (only) respectively and it takes around 5-7 minutes to get 40 records:
    SELECT DISTINCT a.T_ID_, a.FIRSTNAME, b.T_CODE, b.PRODUCT,
    CASE WHEN TRUNC(b.DATE) +90 = TRUNC(SYSDATE) THEN -90 WHEN TRUNC(b.DATE) +30 = TRUNC(SYSDATE) THEN -30 ELSE 0 END AS T_DATE FROM TABLE_B b
    INNER JOIN TABLE_A a ON (a.T_ID_ = b.T_ID_) LEFT JOIN TABLE_C c ON b.PRODUCT = c.PRODUCT
    WHERE b.STATUS = 'T' AND (b.TYPE = 'ACTION'
    AND ( TRUNC(b.DATE) + 1 = TRUNC(SYSDATE) ) ) AND b.PRODUCT = 2;
    Note: Indices on the join columns are available in the respective tables
    Please let me know if there is any better way to write it.
    Edited by: 862944 on Aug 18, 2011 9:52 AM

    862944 wrote:
    Need help in optimising the performance of a query. Below is the query that is executed on TABLE_A, TABLE_B and TABLE_C with record counts as 10M, 10m and 42 (only) respectively and it takes around 5-7 minutes to get 40 records:
    SELECT DISTINCT a.T_ID_, a.FIRSTNAME, b.T_CODE, b.PRODUCT,
    CASE WHEN TRUNC(b.DATE) +90 = TRUNC(SYSDATE) THEN -90 WHEN TRUNC(b.DATE) +30 = TRUNC(SYSDATE) THEN -30 ELSE 0 END AS T_DATE FROM TABLE_B b
    INNER JOIN TABLE_A a ON (a.T_ID_ = b.T_ID_) LEFT JOIN TABLE_C c ON b.PRODUCT = c.PRODUCT
    WHERE b.STATUS = 'T' AND (b.TYPE = 'ACTION'
    AND ( TRUNC(b.DATE) + 1 = TRUNC(SYSDATE) ) ) AND b.PRODUCT = 2;
    Note: Indices on the join columns are available in the respective tables
    Please let me know if there is any better way to write it.
    Edited by: 862944 on Aug 18, 2011 9:52 AM[When Your Query Takes Too Long|https://forums.oracle.com/forums/thread.jspa?messageID=1812597]

  • Firefox won't start after an update. Firefox help says check virtualization settings. What is virtualization settings and where do you check them and for what? I have Windows XP

    Firefox won't start after downloading update. I've reinstalled Firefox, still won't start. Help says check virtualization settings. What and where are virtualization settings? I have Windows XP.

    This might be Zone Alarm since it provides virtualization. Please try the instructions to turn off virtualization in the following support question
    http://support.mozilla.com/en-US/questions/880170

  • I need help in understanding the customization of Landscape in R/3.

    I need help in understanding the customization of Landscape in R/3. Setup of SAP Landscape from an SAP SD point of view. Being as SAP SD consultant what would be my role in customizing the Landscape server. Help needed. Thx

    Hi,
    In a standard SAP project implementation, the 3 standard transport procedures are:
    Development System (DEV) --> QA System (QAS) --> Production System (PRD)
    In the above structure, the Training Client (TRN) could be made from the copy of PRD (after when real-time master data has been available) or from QA system (where configuration has been tested in DEV client, and the master data is uploaded manually for training purposes)
    Sandbox (standalone): This can be refreshed with Golden Client to reflect the latest configuration performed to facilitate the development/testing purposes.
    -Development (DEV): Where all system configurations and development activities are carried out.
    -Quality Assurance (QAS): Where functional testing is carried out. The System Integration Testing (carried out by the -Development Team) and the User Acceptance Testing (carried out by XXX appointed personnel) is carried out in this server.
    -Training (TRN): End Users are trained on this server.
    -Production (PRD): After the System is commissioned all data entry and administrative functions will be carried out in this server.
    This is by far the standard landscape architecture that is adopted and practiced in most implementations.
    Hope the above helps.
    Thanks.

Maybe you are looking for

  • Seeburger AS2 Adapter - Dynamic Attributes

    Dear all, We have a scenario where, we are sending an IDOC from our SAP system via XI to one of our partner using AS2. We have to manipulate the file name at the receiver end using the dynamic attributes of the AS2 communication channel. As per the d

  • Payment Wizard - nothing showing as due

    hi, We are trying to get this to work. We have created an invoice dated 5th feb. Attached to is 7 days terms so should be due now. It has the correct payment method attached to it of outgoing cheque. when we do a payment wizard run though the supplie

  • Correcting a corrupt library or catalog

    I have lightroom 1.4 and just installed the trial of lightroom 2. In 1.4 I was having problems with certain images changing into a cmyk type of image. As I edited further more images would be changed. This was only happening to those in my catalog. I

  • AppleWorks, Tiger and OS 9-Classic

    I have just had a system crash-long story - finally erased hard drive and started from scratch. I installed Tiger which apparently no longer includes Classic (OS 9). A good thing, I thought - didn't like having it take up space on the hd. At least I

  • How to use UI elements in abstract portal component

    hi all i am new to portal development..i want to use different UI elements such as textbox,buttons using abstract portal component.can anyone telme how to use them.