Regarding IR components........

Hi all,
Can anyone please send me a blog that gives a detailed explanation about all IR components that are present in a namespace??i mean including fault msg types,context objects,adapter objects etc.
Thanks in Advance

Hi,
Please follow the below links its explains all.
Context Objects:
http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/content.htm
Fault Message types:
http://help.sap.com/saphelp_nw04/helpdata/en/dd/b7623c6369f454e10000000a114084/content.htm
Adapter Objects:
http://help.sap.com/saphelp_nw04/helpdata/en/65/dfc755843b734992ce0d8f93f35178/content.htm
Best Regards,
raj.

Similar Messages

  • Regarding the Components in the RWB

    HI Experts,
    In the RWB->>>Component Monitoring-->>>
    <u><b>Components</b></u>
         Adapter Engine
            System Landscape Directory
            Integration Directory
            Integration Repository
            Runtime Workbench
    When Ever I Started the RWB The Above All are in the Grey State Only
    After that when I Clicked on those Components Means Its Comming in to the GREEN State .
    What Could be the Reason. Please Let Me Know
    Regards
    Khanna

    Hi Sergio Cipolla,
    When I Check With the RWB Components, Here I am Unable to Find out the Communication Channels Monitoring .
    I Followed this way to see the CC Monitoring
    Goto RWB--Component Monitoring--Adapter Engine
    Here CC Monitoring should be in between the <b>Background Processing</b> Tab and the <b>Adapter Monitoring</b> Tab.
    But here it is missing  . what to Now
    Regards
    Khanna

  • Regarding RWB Components Under Component Monitoring

    Hi Experts,
    Basically My Issue is Unable to get the Adapter Engine in the Communication channel .
    So When I Check up with the RWB, I Observed that We are having Some Inconsistencies.
    We Installed  the Adapter Engine As Non-Central Adapter engine At the Time Of Installation .
    So It's Not Showing Under the Integration Server Part, It's Showing Under the Non-Central Adapter engine Part.
    Is it will be the Cause for this Error in the CC ???
    Please Let me Know
    Regards
    Khanna

    You shouldn't  need to do.
    Sometimes restarting the whole box resets this information - as long as your SLD is set up and working okay.
    Check these links:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000674007&
    https://websmp105.sap-ag.de/~sapdownload/011000358700003772382006E/Post_Inst_SLD_NW04.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700003772372006E/SLD_PIG_2004s_SPS12.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700006121102006E/SLD_7_0_SPS12.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700003772342006E/SLD_04_SPS20_20070502.pdf

  • Query regarding moving components

    I have a JPanel (call it panel1) in another JPanel which has setlayout(null).
    i want to be able to "drag" around panel1 in the other panel.
    i used a quick method of adding a MouseMotionListener to panel1, and under mouseDrag(mouseevent e) had the panel just reset its setLocation to the current getX getY coordinates.
    This method does not work well, with the panel flickering abit, and not following the mouse too well, and even at some points jumping to a random location.
    Whats the best way of achieving this?
    thanks for any help in advance

    Hi,
    Thank you very much for the response. I have a query regarding the same. If i am making changes only in one single report and i am moving it to the quality. Now again i am making changes in the same report and saving it in a different request and moving it to the production. in this case, i wanted to know whether the whole changes made in the first and second request will reflect in the production or only the 2nd request's change will only reflect (since it is only a single report. there is no include in the program)
    Kindly send ur suggestions.
    Best regards,
    John

  • How to deploy selected components on the production server with the same solution

    Hello,
    We've a production server where we had deployed the visual studio based solution which contains all the web parts and their business logic. Production server is up and running live and end-users have started using it as well.
    Now, some issues and change requests have been reported regarding some components (web parts). We've made all the relevant changes. However, I want to deploy only those selected components (web parts) instead of entire solution again.
    So, as per my understanding, if i include the selected components in the package/feature then at the time of deployment, wsp retracts the old solution and deploys the new one. When the new one won't have those web parts which didn't updated then portal/site
    will start giving error and site will be collapsed.
    Another option is to create another farm solution in Visual Studio 2010 and add the updated components in it. Then, we may be able to deploy it. Then, i'll be able to remove the old web parts from the selected pages and deploy the updated one.
    Is there any better option which anyone could let me know?
    Thanks!
    Sohaib Khan

    Hello,
    We've a production server where we had deployed the visual studio based solution which contains all the web parts and their business logic. Production server is up and running live and end-users have started using it as well.
    Now, some issues and change requests have been reported regarding some components (web parts). We've made all the relevant changes. However, I want to deploy only those selected components (web parts) instead of entire solution again.
    So, as per my understanding, if i include the selected components in the package/feature then at the time of deployment, wsp retracts the old solution and deploys the new one. When the new one won't have those web parts which didn't updated then portal/site
    will start giving error and site will be collapsed.
    Another option is to create another farm solution in Visual Studio 2010 and add the updated components in it. Then, we may be able to deploy it. Then, i'll be able to remove the old web parts from the selected pages and deploy the updated one.
    Is there any better option which anyone could let me know?
    Thanks!
    Sohaib Khan
    Hi Sohaib, your another option is a good idea, only make sure to retract and remove the original from your farm, the add and install the new updated solution.  And if you run into any error that says features already exist, you can use powershell, install-SPSolution
    and -force to get the new solution deployed.  http://tinyurl.com/q8erz72
    Or, you could use Upgrade-SPSolution with a package that has same features from original, with the new artifacts.  Although, if any of the original features are modified, I would recommend retract remove redeploy.
    Stacy www.sharepointpapa.com

  • Business Components for Java - Pooling

    I need a little bit of clarification regarding business components for java...
    I would like to create a jdbc connection pool for my application to avoid the overhead of creating new jdbc connections each time a client connects.
    Since I'm using BC4J, and the jdbc connect is contained within the bc4j components, I connect to the database using:
    session.getTransaction().connect("jdbc:oracle:thin:test/test@ccmain:1521:clincare");
    Does the BC4J architecture do any connection pooling itself? My plan was to create a pool of ApplicationModules that could be easily and quickly accessed, but if bc4j already pools the jdbc connections internally, then I'm not sure I would gain any performance with my ApplicationModule pool.
    Any input would be appreciated! Thanks!

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steve Muench ([email protected]):
    [b]Does the BC4J architecture do any connection pooling itself?
    Strictly speaking, in JDev/BC4J 3.1, the answer is no. BC4J 3.1 offer Application Module pooling and since AM's are paired one to one with connections, using a pool of AM's is pretty much the same as using a pool of connections.
    However, in JDev 3.2 we've dramatically improved the features for use in a high-throughput Web application scenario and in doing so have implemented a more flexible application module pooling mechanism as well as a connection pooling mechanism that work together to allow developers to exploit application module instances to retain pending state without "pinning" that pending state to a particular AM instance and without "pinning" a dedicated database connection.
    Early customer previews we've done on our 3.2 features have been receving rave reviews, so we'll excited to get it out to a wider audience this Fall.
    For now, you're best bet is to exploit the application module pooling mechanism.<HR></BLOCKQUOTE>
    Is JDev 3.2 going to include a support for registering application module not from the property file, but using specific database username and password for the underlying connection ?

  • Can't use mx components with nightly sdk in FB

    I'm using 4.0.0.13875 in Flash Builder and have set 'framework linkage' to "merged into code".  However I now have several error messages regarding <mx:> components:
    "Could not resolve <mx: (component type ) > to a component implementation."
    Can anyone point me in the right direction?
    Thanks!

    It could be you are using the halo namespace which was renamed to mx.
    In your code change
    xmlns:mx="library://ns.adobe.com/flex/halo"
    to
    xmlns:mx="library://ns.adobe.com/flex/mx"
    -Darrell

  • Re: Cross-Application Components

    Hi everyone,
    Can you just help me out in providing links that has stuff regarding CA components(ALE,IDOC,RFC etc..)

    http://www.sappro.com/downloads/OneClientDistribution.pdf
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    Please check this online document for ALE and IDoc.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf
    Also check this links for additional information.
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    IDOCS
    http://idocs.de/www5/books/IDocBook/IDOCS_CHAP09-11.pdf
    http://idocs.de/cookbooks/idoc/cb12_idoc_20_outbound/idoc_outbound_45_rsnast00/docu.htm
    Regards,
    Ravi
    Note - Please mark all the helpful answers

  • Components of Dialog Programming?

    Hi All,
    What are the components of Dialog Programming?
    Regards,
    Waseem

    The components of dialog program:
    Apart from the main screen with layout, attributes element list and flow logic it has
    Four Includes are there i.e.
    1) Top include that contains the data declaration part.
    2) PBO - Process before output that conatins the logic to be executed before screen display
    3) PAI - Process after input that conatins the logic to be executed once user inputs the data and presses submit.
    4) Form Include - to contain any subroutine definitions.
    Also to run the Dialog program we need a transaction code.
    <REMOVED BY MODERATOR>
    Regards
    Roshan
    Edited by: Alvaro Tejada Galindo on Feb 25, 2008 5:30 PM

  • Regarding j2sdk,jre,jdk

    Hi,
    I have one doubt regarding java components .
    Why do we need to install jre even after we have j2sdk which has all java commands to compile and run java classes??
    there is another component jdk1.5 ?? is this collection of j2sdk and jre??
    please clear my doubts with there.. what each componet is for ? why do we need all of them ? whats the purpose of having each of them..

    Hi Pannar,
    The JDK is the same thing as the J2SDK. Original, the development kit was called the JDK. Somewhere along the line the system was renamed "Java 2", and the JDK became the J2SDK. These days the terms are used interchangably.
    The JRE is just the runtime i.e. it does not include the javac compiler, among other things.
    You are right however: the JDK/J2SDK includes all the components required for running Java, as well as compiling it, which means if you have the JDK/J2SDK you don't need the JRE.

  • Costing indicator in Repair Service Order

    Hi Gurus,
    I am facing pblm in Repair Service order for component cost.
    Actually the flow is creation of a Service Order automatically using Requirement type from a Return Sales Order.
    Items returned in Return Sales Order are Non - valuated & hence appearing as non-valuated in my Service Order Component tab as well (Defaulted Parent Item -->" Not relavant to costing")
    This is creating pblm to me. Whatever parts, materials I am issuing to Service order are not getting costed. Also the Costing indicator for all the components lines appearing as Not relavent to Costing.
    How I can set it Relavent to Costing for the Child items. Is this control lies in Task List/BOM setting?
    regards
    Ravi

    Spare components are not influenced in anyway by the actual repairable equipment. Pls check other settings.

  • Alert status GREY in BPM configuration

    Hello Everybody,
    I am configuring BPM in Solution Manager for "Order to Cash" process concentrating on "IDOC monitoring". The IDOC monitor will monitor the IDOC status in my ECC system, so no need to define interfaces.
    The configuration is completed without any errors. But once i go and check the alerts, i see that alert status as GREY.
    It says "MTE node inactive".
    I have done the following troubleshooting -
    1. I have checked the ST-PI and ST-API tools and they are as per the prerequisite.
    2. I have assigned the necessary auto reactions in RZ21 again
    3.  I have applied SAP note - 1587042
    4. I have reorganised the alerts
    5. I deleted the corresponding MTE in RZ20 and regenerated the alerts
    6. I reset the node
    7. The collector status is green
    8. Involved SAP in this issue but they are slow in responding.
    9. All RFCs working fine
    Looking out for an immediate help / suggestions on this issue.
    Thanks,
    Manan Joshi

    Post the information regarding system components.

  • Is this a bug? loading component swf with MovieClipLoader

    Guys, one wierdarse 'bug?' for you.
    I have a swf created in Flash 8 Pro, published to Flash 7
    with AS2.0 which contains just a selection of components dragged
    from the standard library (date chooser, date field, combo bog,
    radio button ,number list etc)
    This swf is then loaded dynamically into a second fairly
    straight foward swf - created in Flash 8 Pro, published for Flash 8
    with AS2.0 using MovieClipLoader
    The error:
    When the first component is run on it's own, in flash, in
    html etcetc all components work fine.
    But when loaded into the 2nd swf all components work fine
    APART from those containing some type of popup class (i'm guessing
    here as don't know the inside of the components)
    The two i've encountered which don't work are : Date field -
    the click of the button, and comboBox
    boxth of which ar eactive as they highlight in the standard
    Flash green - so are active but do nothing when clicked.
    so HELP, anyone know why, know a fix, has any idea what's
    going on.
    regards, Rich

    The components you're having trouble with create their popup
    ui in _root.
    For example, the list part of the ComboBox is created in
    _root. But if _root
    doesn't have the necessary assets in its library, that part
    of the component
    cannot be created. In your case, you can either add all the
    components to
    library in your topmost movie or use _lockroot to force the
    popup parts to
    be created in the loaded movie.
    Example:
    this.createEmptyMovieClip("components_mc",
    this.getNextHighestDepth());
    var lo:Object = new Object();
    lo.onLoadInit = function(target_mc){
    target_mc._lockroot = true;
    var mcl:MovieClipLoader = new MovieClipLoader();
    mcl.addListener(lo);
    mcl.loadClip("components_mc.swf", components_mc);

  • Function module to replace CSAP_MAT_BOM_READ

    Hi
       I have a requirement in which I use the function module CSAP_MAT_BOM_READ to read the material BOM. The problem is that there is a huge chunk of data and for each record it calls the function module which is causing a performance issue.
       I tried to replace the funtion module with a join on STKO, STPO . But the problem is that in the funtion module there is some logic in which it checks the validity date which comes from Change Number.
      Is there any function module which I can replace the existing one or any logic which can be implemented in the join condition?
    Regards,
    Ajith

    Hi Ajith,
    I'm not sure if this helps but here's a suggestion:-
    Table <b>MAST</b> (Material to BOM Link) contains the BOM number for each material.
    Tables <b>STPO</b> and <b>STKO</b> gives the information regarding BOM components.
    Consequently:
    Table <b>STKO</b> (BOM Header) can be linked to
    Table <b>STAS</b> (BOMs - Item Selection) via:
    <i>STLNR</i> (Bill of material) and
    <i>STLAL</i> (Alternative BOM).
    From this join you can then connect to the relevant entry in Table <b>STPO</b> (BOM item) via:
    <i>STLNR</i> (Bill of material) and
    <i>STLKN</i> (BOM item node number).
    Within table <b>STKO</b> there is a field <i>DATUV</i> (Valid-from date) that can be used if you want to restrict the values based on validity date.
    I hope this helps.
    Hafeez

  • FlexRIO DRAM problem in Labview FPGA 2010

    Hello,
    I am just switching from Labview FPGA 2009 to Labview FPGA 2010 and I am having compilation problems with very simple projects that shouldn't fail to compile.
    I am using a FlexRIO 7965R board as a target. Initially, I just wanted to recompile a project that was working fine under Labview FPGA 2009. When it failed, I drastically
    simplified it to isolate the source of error. I ended up with what is attached. In this very simple VI I just write some values into DRAM banks in one timed loop, read them out in another and send them through a Target to Host DMA FIFO. Both loops are quite slow running at only 40 MHz. Previously, I was able to compile VIs with DRAM clip nodes in timed loops running at 100 MHz without any problems.
    The compilation fails with this summary:
    "Compilation
    failed due to resource overmapping"
    although it should fit easily.
    The error is definitely related to DRAM. This s what Xilinx log says:
    "ERRORlace:543
    - This design does not fit into the number of slices available in this device
    due to the complexity of
       the design and/or constraints.
       Unplaced instances by type:
         IDELAYCTRL    21 (48.8)  "
    Then it lists these instances (about 20):
       0. IDELAYCTRL
    Puma20DramMainx/GenBank0or1Mig.u_ddr2_idelay_ctrl/u_idelayctrl_MapLib_replicate0
       1. IDELAYCTRL
    Puma20DramMainx/GenBank0or1Mig.u_ddr2_idelay_ctrl/u_idelayctrl_MapLib_replicate1
       2. IDELAYCTRL Puma20DramMainx/GenBank0or1Mig.u_ddr2_idelay_ctrl/u_idelayctrl_MapLib_replicate2
    Both DRAM banks are configured with the clip node for 128-bit FIFO version v1.1.0. I also tried using the legacy version v1.0.0 but it didn't make any difference.
    It looks like I have some configuration problems I can't identify or there is something wrong with the DRAM clip node in Labview FPGA 2010.
    Any ideas on what could be happening here? Any help would be much appreciated.
    Regards,
    Ivan
    Attachments:
    flexrio_dram_test.lvproj ‏157 KB
    flexrio_dram_test_fpga.vi ‏124 KB

    Hello Ivan,
    It looks like in your project you are using both the NI 5761 adapter module and DRAM.  We have seen a few cases where certain combinations of DRAM, adapter modules, and FlexRIO FPGA targets in LabVIEW FPGA 2010 have caused some resource overmapping errors of the IODelayCtrl components used in the adapter module and DRAM CLIPs. Due to a bug, certain constraints inside of the CLIP cores are misinterpreted by the ISE compiler causing this overmap error when you switch to LabVIEW FPGA 2010. 
    This was reported to R&D (# 258076) for further investigation and to create a long term fix.  In the meantime, for this specific issue please use the following knowledgebase article to apply a patch to your FlexRIO fixed logic files.  This patch updates some of the constraints used by the DRAM to ensure that the Xilinx compiler can properly interpret them. There are more details on your issue in the knowledgebase as well. 
    Knowledgebase 5E4FNCDP: Error, “Compilation Failed Due to Resource Overmapping,” When Using NI FlexR...
    If you do run into any other issues regarding IODelayCtrl components, feel free to reply to this forum topic to let me know about them.
    Regards,
    Browning G
    FlexRIO R&D

Maybe you are looking for

  • How to install a recovery partition after installing a new Hard drive? and FileVault help.

    Hi, I recently swapped out hard drives and when I did a Time Machine backup to the new drive, I noticed there was no Recovery HD partition for my drive. Is there a way to install it back on my MacBook Pro (Late 2011, running 10.7.4)? On a slighlty di

  • I get 0x8007000d error when i try to change any of my music details,like genre of artist,or any of them.

    I have just installed a copy of Windows 7 ultimate,and i have all the latest updates for it.But when i went to my music folder i understood that explorer sees the half of the details on it and doesn't let me change it.It keeps throwing this error bac

  • Ek01 / EK02 Ist & Plan Cost in Repair order

    Hello Gurus, I´m working in Customer Service. I generate a service order automatically from a sales order item. My service order is copied from Standard SM03. After Confirmation IW42, I perform a DP90 in order to transfer all costs & articles used in

  • About disk quota in win2008r2 server(AD)

    Hi,everyone:       I have a question for help. In win2008r2 domain server, I want to set disk quota on each domain users. In default, when a user created, it belongs to Domain Users group, and disk quota applied. But if I add the user into Domain Adm

  • Snow Leopard will not boot on new SSD

    I purchased a 120 GB SSD for my 2007 MBP (A1226) and installed it.  The old drive crashed and I am looking for a clean install - not time machine. I have tried to boot from the OSX 10.6 Install Disk but it keeps getting stuck!  1.  I power on the MBP