XMLAnonymizerBean

Hi...
    I am having input file as like below.
<Node>
<Company>Satyam</Company>
<NAME>Leela</NAME>
<END-Node>
For that, i have used XMLAnonymizerBean in module at sender channel.
File is being picked.
But in Moni it is showing error as
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--  Request Message Mapping
  -->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>Application</SAP:Category>
  <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
  <SAP:P1>com/sap/xi/tf/_MM_Test_</SAP:P1>
  <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
  <SAP:P3>Fatal Error: com.sap.engine.lib.xml.parser.Parser~</SAP:P3>
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_Test_: Fatal Error: com.sap.engine.lib.xml.parser.Parser~</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
There is problem in mapping.
I have defined the sender source structure as
DataType
Node----
1:1
   Comapany----
0:1 (string)
    Name----
0:1 (string)
Can you tell where i have made wrong?

Hi Leela
I have already replied to your other post
using XMLAnonymizerBean required DT created similar to output of module to accept it in XI.
Referring to
http://help.sap.com/saphelp_nw70/helpdata/EN/34/393071e9b998438ddb8ce97cd617a1/frameset.htm
You require DT similar to output using XMLAnonymizerBean
Thanks
Gaurav

Similar Messages

  • Problem Using XMLAnonymizerBean module in Reciever File adapter.

    Hi All,
                 I am trying to use the XMLAnonymizerBean in orer to convert the encoding of my xml document from UTF8 to ISO. However when I configure the module the message goes into waiting status  with an exception saying.
    Exception caught by adapter framework: Object not found in lookup of XMLAnonymizerBean..
    I have configured the Module in the below manner...
    Module Name = AF_Modules/XMLAnonymizerBean
    Module Type = Local Enterprise Bean
    Under Configuration i Mention
    anonymizer.encoding = ISO-8859-1.
    is there any thing i am missing, I am on Xi 7.0 SP 08.
    Please help...

    Thaks for the pointer. Now I dont get any error however  i am not getting the desired o/p.
    I am trying to change the header of an xml file which I am trying to write from <?xml version="1.0" encoding="utf-8"?>  to <?xml version="1.0" encoding="iso-8859-1"?> , as per the  help doc this could be changed using the xmlAnonymizerBean.
    My output still shows utf-8, Any pointers on thiswould be really appreciated.
    Thank you.

  • PI 7.4 - AF_Modules/XMLAnonymizerBean - remove namespace and prefix

    Hi,
    In my receiver SOAP adapter I would like to remove the namespace and prefix. To do this I have configured the receiver SOAP adapter to include AF_Modules/XMLAnonymizerBean:
    The message log shows "Anonimizer: successfully anonymized" but when I look at the message payload (after message mapping) it still contains the namespace and prefix. Is this because message monitoring does not show the payload after the Anonimizer has been processed? Is it only possible to see the Anonimized payload at the receiver party?
    Thanks
    Che

    Hi Che,
    Yes, you can only see the final result at the receiver's side.
    What you can do is temporarily use a receiver file adapter and write an XML on disk to verify.
    Kind regards,
    Dimitri

  • Object not found in lookup of XMLAnonymizerBean..

    I have followed the Blog here, from Stefan (excellent, by the way!)
    /people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean
    i have the following xml.....
    <?xml version="1.0" encoding="UTF-8" ?>
    <ns0:Message xmlns:ns0="http://www.host.com/aoc">
    <ns0:header>
      <ns0:trackingId>00237DA659FD1DDF8CA4B49A1800AC7E</ns0:trackingId>
      <ns0:msgClass>PUBLISH</ns0:msgClass>
      <ns0:msgName>MX001</ns0:msgName>
      <ns0:owner>SAPECD</ns0:owner>
      <ns0:version>1</ns0:version>
      <ns0:timestamp>2010-03-16T17:59:21Z</ns0:timestamp>
      </ns0:header>
    i am trying to strip out the ns0: from the xml as per the requirement from the target system developers
    i added the following config in the JMS Adapter:
    number 1
    XMLAnonymizerBean
    Local Enterprise Bean
    0
    0
    anonymizer.acceptNamespaces
    http://www.host.com/aoc "
    0
    anonymizer.quote
    and i get the following error:
    2010-03-16 19:43:13 Error Adapter Framework caught exception: Object not found in lookup of XMLAnonymizerBean.
    2010-03-16 19:43:13 Error Delivering the message to the application using connection JMS_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of XMLAnonymizerBean..
    any thoughts on what i have done wrong???

    Hi Michal
    i got it resolved... i missed the AF_Modules off the front.....
    that's what you get after a 12 hour shift clearing issues!    grrrrrr!
    i am on PI7.11 
    p.s...
    apparently you are not allowed any points!
      You are about to mark the message "Re: Object not found in lookup of XMLAnonymizerBean.." by Michal_Krawczyk_PIXI as correct which means you found the information in the message to be the right answer to the original question. If you believe this message was only helpful but not correct, please go back and click "Helpful" next to the message. Otherwise, click "Mark Message" to rate the message and return to the message page.
    Note, marking a message as helpful or correct can not be undone. If you don't want to do this, click "Cancel" to go back to the question.
    An error has occured while assigning points. Please refresh the thread view and try again.
    Edited by: Barry Neaves on Mar 16, 2010 8:08 PM

  • Sender SOAP Adapter - XMLAnonymizerBean

    Hi All,
    I am trying to use XMLAnonymizerBean in " sender SOAP Adapter " with out much luck .
    Even though I have enter the bean in the module chain , the xml o/p to the mapping program is still
    continuing to have namespaces which I was trying to remove.
      If some body has tried this out , could you kindly confirm if XMLAnonymizerBean could be used or
    not in a Sender SOAP Adapter.
    Many thanks
    KLK

    This blog says - "It is not possible to use this module in the sender SOAP adapter as this adapter type does not support any additional modules. "
    /people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean
    Regards,
    Ravi

  • Mail adapter and XMLAnonymizerBean

    Hello everybody!
    We are using Mail Adapter  to send XML files to our clients. We are using XMLAnonymizerBean (localejbs/AF_Modules/XMLAnonymizerBean) to remove some namespaces and prefixes.
    We have defined:
    anonymizer.acceptNamespaces http://ns1.mycompany.com ns1
    anonymizer.quote "
    After module execution the " (quotes) are removed from the XML and ' (apostrophe) are used in their place
    Are we doing something wrong?
    Thanks in advance
    Julio

    >
    Julio Cesar Torelli wrote:
    > We have defined:
    > anonymizer.acceptNamespaces http://ns1.mycompany.com ns1
    > anonymizer.quote "
    1. try to provide anonymizer.quote " before anonymizer.acceptNamespaces
    2. make sure there are no whitespaces in the parameter listing. even a single whitespace can cause problem.

  • Remove namespace prefix with the XMLAnonymizerBean is possible at SOAP Adap

    Hello,
    I am wondering is it possible Remove namespace prefix with the XMLAnonymizerBean at SOAP Receiver Adaptor?
    Thanks

    Hi Rajiv,
    Pl. go through this blog:
    /people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean
    Also if you want to use this at sender side, SOAP adapter will not support. Please check stefans reply in this thread:
    XMLAnonymizerBean doesnt work
    Regards,
    ---Satish

  • How the XmlAnonymizerBean work??

    Hello experts,
    Can somebody help me understand how XmlAnonymizerBean work.
    Does it simply replace the characterset/encoding type of the XML message with the one specified in the anonymizer.encoding parametes.Or can it read the payload to identify the encoding type and then replace the xml encoding attribute??
    It woudl be great if somebody can explain me this senario with reference to JMS adapter.
    - Rajan

    Hello  Stefan.
    Thanks for the useful information!!
    Could you please help me with the scenario where I want to overwrite the encoding type of the message based on the payload contents OR at the minimum based on the sender/receiver attribute in the message. Is there any standard adapter module available or can this logic be put in a custom module?
    Thanks once again for all your help.
    - Rajan

  • AF_Modules/XMLAnonymizerBean Question

    All,
    I have been using the Anonymizer for changing my XML prefix on output and it has been working great.
    I ran into a problem with the anonymizer and I received the following in the MDT.
    Error encountered during parsing of RNIF message type RNIF Request Action ; See nested exception for detailed error message -
    Error encountered during parsing of RNIF message type MSG_TYPE_RNIF_ACTN ; See nested exception for detailed error message -
    Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: Character Reference must end on ;(:main:, row:2, col:5713)
    It turns out the problem is that the default anonymizer.quote is a single ' symbol. This particular document I was sending had a single quote in a notes section such as the following: He own's the car.
    I noticed I could change the anonymizer.quote to double quotes such as " and the error went away. I don't want to do this because a user might one day type the double quote.
    Is there a way around this?
    Regards,
    Joe

    Hi Joe,
    This might help you
    Transformation Error
    Java Mapping to override namespace prefix (startPrefixMapping)
    Regards
    Agasthuri Doss

  • XMLAnonymizerBean does not work properly

    Hi all,
    I do upgrade from 7.0 scenario to 7.1. In soap adapter I use mentioned module to send some namespaces. I used the same parameters as in 7.0 but that didn't work - all namespaces were cut. Then I spent 2 more hours testing the module and all I figured out was: if I use the module, all the namespaces are cut, if I dont - they present with ns1 prefix (the actual goal is to cut it).
    Any ideas why the bean does not work? It's a new PI installation, maybe some steps were missed on AE configuration phase?
    Thanks,
    Dmitriy

    Did you apply the latest patch for PI 7.1?
    I think there was an issue in SP 6.

  • XSLT mapping code to replace ns1: tag as plm: in XML file in PI mapping

    Hi
    I am sending XML file to HTTP server as below format
    <?xml version="1.0" encoding="UTF-8" ?>
       - <ns1:Responses xmlns:ns1="http://">
    -    <ns1:Response Application="SAP">
        <ns1:field1>12345</ns1:field1>
        <ns1:field2>abc</ns1:field2>
       - <ns1:Items>
        <ns1:doc></ns1:doc>
      </ns1:Items>
      </ns1:Response>
      </ns1:Responses>
    i hve to replace <ns1: as <plm:, i could able to delete <ns1: tag uisng XSLT mapping(in sdn), but i dont know how to add tag with <plm:
    Hi XSLT experts/if any has come across this requirment, please send XSLT code to add tag in XML.
    Regards,
    Rajesh

    No need for XSLT, just use the XMLAnonymizerBean module in your receiver communication channel.
    http://help.sap.com/saphelp_nw70/helpdata/EN/45/d169186a29570ae10000000a114a6b/frameset.htm
    /people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean
    If your receiver CC cannot process modules (ABAP receiver, for example), in your XSLT just define the target namespace with the desired prefix.
    Regards,
    Henrique.

  • Ns0 in xml payload

    Hi,
    I have a file that SAP PI has to pick, which doesnt have namespace prefix in payload, that gives me mapping error; target can not be created
    <?xml version="1.0" standalone="yes" ?>  
    <SLL_SPL_DATA_FILE xmlns="http://sap.com/xi/GTS">
      <SLL_SPL_DATA_FILE>
    but if put nsO as below the file works fine and mapping generates target structure.
    <?xml version="1.0" standalone="yes" ?>
    <ns0:SLL_SPL_DATA_FILE xmlns:ns0="http://sap.com/xi/GTS">
      </ns0:SLL_SPL_DATA_FILE>
    is there a config settings in PI, or i have to ask sender to send the file with namespace prefix?
    Thanks.
    Prema

    Thanks Praveen,
    i tried adding bean in sender file adapter, yes it adds prefix to all nodes, but in the help it just adds where it is required, any inputs?
    http://help.sap.com/SAPhelp_nw04/helpdata/en/45/d169186a29570ae10000000a114a6b/frameset.htm
    Example
    The anonymizer.acceptNamespaces parameter has the following value:
    urn:sap-com:document:sap:rfc:functions rfc urn:sap-com:document:sap:soap:functions:mc-style rfc
    ●      Payload before using the XMLAnonymizerBean:
    <Z_PAYMITEM_GET_LIST
      xmlns="urn:sap-com:document:sap:rfc:functions"
      xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <I_ACCOUNTIDENT xmlns="">
        <ACCOUNT_NUMBER>0080000094</ACCOUNT_NUMBER>
        <BANK_COUNTRY>DE</BANK_COUNTRY>
        <BANK_COUNTRY_ISO>DE</BANK_COUNTRY_ISO>
      </I_ACCOUNTIDENT>
    </Z_PAYMITEM_GET_LIST>
    ●      Payload after using the XMLAnonymizerBean:
    <?xml version='1.0' encoding='utf-8'?>
    <rfc:Z_PAYMITEM_GET_LIST
      xmlns:rfc='urn:sap-com:document:sap:rfc:functions'>
      <I_ACCOUNTIDENT>
        <ACCOUNT_NUMBER>0080000094</ACCOUNT_NUMBER>
        <BANK_COUNTRY>DE</BANK_COUNTRY>
        <BANK_COUNTRY_ISO>DE</BANK_COUNTRY_ISO>
      </I_ACCOUNTIDENT>
    </rfc:Z_PAYMITEM_GET_LIST>

  • How to remove xmlns in node level

    Hi Experts!
    How to remove xmlns in node level in response xml file. I tried to use AF_Modules/XMLAnonymizerBean, but it did not work.
    Can you please help me out on this.
    I want to remvoe  xmlns tag in LEVICOM
    Eg:
    - <Addenda>
       - <LEVICOM xmlns="">
    Thanks,
    Hari

    Hi Expers!
    Please help me out on this. The below xslt mapping working only to remove xmlns prefix in xml file, if parent having only one child. This code is not working if parent having multiple childs.
    Eg:  <parent>
               <phild  xmlns="">
                 test1
                </phild>
            </parent>
    The above example working fine with below xslt mapping to remove xmlns tag.
    Second scenarion  not working
    Eg:  <parent>
              <child1  xmlns="">
                 test1
              </child1>
              <child2  xmlns="">
                  test2
               </child2>
            </parent>
    The above example is not working.
    Here is the code:
    You can remove the namespace prefixes using an XSLT mapping if they are causing problems with applications outside of XI.
    Try the following code:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns="http://www.arconw.com/XI/XSLT_Library/XmlNamespacePrefixRemoval"
    version="1.0">
    <xsl:output method = "xml" />
    <xsl:template match="/">
    <xsl:apply-templates select="*" mode="remprefix"/>
    </xsl:template>
    <xsl:template match="*" mode="remprefix">
    <xsl:variable name="newname" select="local-name(.)"/>
    <xsl:element name="{$newname}" namespace ="{namespace-uri()}">
    <xsl:apply-templates mode="copyall" select="@*|comment()|processing-instruction()|text()"/>
    <xsl:apply-templates select="*" mode="remprefix"/>
    </xsl:element>
    </xsl:template>
    <xsl:template mode="copyall" match="@*|comment()|processing-instruction()|text()">
    <xsl:copy>
    <xsl:apply-templates mode="copyall" select="@*|comment()|processing-instruction()|text()"/>
    </xsl:copy>
    </xsl:template>
    </xsl:stylesheet>
    Thanks,
    Hari

  • How to add mulitple namespace in xml

    Hi,
    I have this output xml:
    <?xml version="1.0" encoding="utf-8" ?>
    - <E24B:E24B_Update_MachineCards_001 xmlns:E24B="urn:E24B_UpdateMachineCards_001">
    - <E24B:DataArea>
    - <E24B:UpdateMachineCards>
    - <E24B:Machine>
    - <E24B:Component>
      <f:ComponentSerNo xmlns:f="urn:fields">000000000000000456</f:ComponentSerNo>
      <f:ComponentType xmlns:f="urn:fields">108</f:ComponentType>
      </E24B:Component>
    - <E24B:Market>
      <f:FinalMarket xmlns:f="urn:fields">TR</f:FinalMarket>
      </E24B:Market>
      <f:SalesModel xmlns:f="urn:fields" />
      <f:SerialNo xmlns:f="urn:fields">000000000000000456</f:SerialNo>
    - <s:CntrolArea xmlns:s="urn:segments">
    - <s:Bsr>
      <s:Noun>Machine Card</s:Noun>
      <s:Verb>UPDATE</s:Verb>
      </s:Bsr>
    - <s:DateTime>
      <s:Dt_Qualifier>Creation</s:Dt_Qualifier>
      <s:Dt_Value>20111207</s:Dt_Value>
      <s:TimeZone>7200</s:TimeZone>
    But this content is wrong.
    The expected  content should be as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <E24B:E24B_Update_MachineCards_001 xmlns:E24B="urn:E24B_UpdateMachineCards_001" xmlns:f="urn:fields" xmlns:s="urn:segments"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <s:CntrolArea>
    - <s:Bsr>
      <s:Verb>Update</s:Verb>
      <s:Noun>Machine Card</s:Noun>
    Also xml content need to have multiple namespace. Can you help me please?
    Nurhan

    I used for target external definition and for  prefix (E24B  , f , s, instead of ns0, ns1..) i added module "AF_Modules/XMLAnonymizerBean".
    My source xml from  is
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_Machine_Update xmlns:ns0="http://xxx.com/MachineUpdate">
       <ControlArea>
          <Bsr>
             <Verb>13</Verb>
             <Noun>32</Noun>
          </Bsr>
          <Sender>
             <LogicalId>34124</LogicalId>
             <ReferenceId>124</ReferenceId>
          </Sender>
          <DateTime>
             <Dt_Qualifier>42</Dt_Qualifier>
             <Dt_Value>214</Dt_Value>
             <TimeZone>14</TimeZone>
          </DateTime>
       </ControlArea>
       <DataArea>
          <UpdateMachineCards>
             <CompanyCode>4325</CompanyCode>
             <CompanyName>325</CompanyName>
             <ManufacturerCode>352</ManufacturerCode>
             <ManufacturerName>53</ManufacturerName>
             <Machine>
                <SalesModel>24</SalesModel>
                <SerialNo>352</SerialNo>
                <EnvironmentCode>53</EnvironmentCode>
                <Market>
                   <FinalMarket>24</FinalMarket>
                   <NewCompanyCode></NewCompanyCode>
                </Market>
                <Component>
                   <ComponentType>23</ComponentType>
                   <PartNo>35</PartNo>
                   <Model>35</Model>
                   <ComponentSerNo>352</ComponentSerNo>
                </Component>
             </Machine>
          </UpdateMachineCards>
       </DataArea>
    </ns0:MT_Machine_Update>
    The output should be as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <E24B:E24B_Update_MachineCards_001 xmlns:E24B="urn:E24B_UpdateMachineCards_001" xmlns:f="urn:fields" xmlns:s="urn:segments" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <s:CntrolArea>
    - <s:Bsr>
      <s:Verb>Update</s:Verb>
      <s:Noun>Machine Card</s:Noun>
      </s:Bsr>
    - <s:Sender>
      <s:LogicalId>CWL</s:LogicalId>
      <s:ReferenceId>2006-03-21T12:26:33</s:ReferenceId>
      </s:Sender>
    - <s:DateTime>
      <s:Dt_Qualifier>Creation</s:Dt_Qualifier>
      <s:Dt_Value>2006-03-24T14:29:46</s:Dt_Value>
      <s:TimeZone>+02:00</s:TimeZone>
      </s:DateTime>
      </s:CntrolArea>
    - <E24B:DataArea>
    - <E24B:UpdateMachineCards>
      <f:CompanyCode>428003</f:CompanyCode>
      <f:CompanyName>VOLVO ÉPÍTÕGÉPEK HUNGÁRIA KERESKEDELMI KFT.</f:CompanyName>
      <f:ManufacturerCode>CWL</f:ManufacturerCode>
      <f:ManufacturerName>VOLVO COMPACT W</f:ManufacturerName>
    - <E24B:Machine>
      <f:SalesModel>L45</f:SalesModel>
      <f:SerialNo>19521</f:SerialNo>
      <f:CurrentDate>20060323</f:CurrentDate>
    - <E24B:Market>
      <f:FinalMarket>HU</f:FinalMarket>
      </E24B:Market>
    - <E24B:Component>
      <f:ComponentType>17</f:ComponentType>
      <f:PartNo>11305947</f:PartNo>
      <f:ComponentSerNo>G070910121</f:ComponentSerNo>
      </E24B:Component>
    - <E24B:Component>
      <f:ComponentType>66</f:ComponentType>
      <f:PartNo>2814557</f:PartNo>
      <f:ComponentSerNo>100710021</f:ComponentSerNo>
      </E24B:Component>
      </E24B:Machine>
      </E24B:UpdateMachineCards>
      </E24B:DataArea>
      </E24B:E24B_Update_MachineCards_001>
    Thanks for your help

  • Convert the signed message into base64 code in file receiver adapter

    Hi,
    I have 2 sequence steps in my scenario.
    Step1
    I want to convert the message with signed certifcates and send the file with  base 64 code format.
    Solu:
    1.I deployed the certificate in file adapter (The corresponding key/certificate pair must previously be saved in a keystore view of the J2EE server by using the Visual Administrator)
    2.for to change the File type content to base 64 code format .
    solu:
    File type in receiver communication channel is Binary.
    please suggest what value i need  to provide below
    anonymizer.encoding = ?(using the XMLAnonymizerBean in the module tab giving the value
    Step2.
    after that i wantt to pick up the file with base 64 code format (Which was created in step 1) and place the content to field with xsd type base64 Binary .
    for this we can pick up using file adapte or we need to use any module in the sender file module tab of the communication channel?
    Please suggest.

    HI Hyma,
    As Stefan specifyed already as per my knowledge we dont have any standard procedure for all the requirements you specified.....we need to go for module in the adapter.
    Cheers!!!
    Naveen.

Maybe you are looking for

  • Could not complete your request because certain required files were ......

    Hi, the last months was a APPLE ISSUE FESTIVAL i think, well, 2 months ago I have installed Photoshop CS2 on my macbookpro intel with 10.5.2, after update and upgrade system , quicktime and another things, Photoshop not open anymore, when I try to op

  • First mac : Snow leopard or wait Lion??

    Hello everyone! I don't know if I'm in the good category to ask this but I'll try here. So... I want to have a iMac 27" since long time and I now have the money to buy one. So I was wondering, should I buy one right now with the included Snow Leopard

  • ERROR DURING BILLING

    Hello Gurus, I am getting error while executing vf01. The error says : Document # saved (no accounting document generated). I have checked billing document F2- Tcode VOFA,in which the number range is given as 19 for the year 2004, So I have created n

  • Get buttons for podcasts disappeared after iTunes update

    I updated iTunes to 10.5.3.3 the other day, and now the GET buttons for my subscribed podcasts have disappeared. Has anyone had this problem? If so, how do you fix it? Thanks in advance, Elesar

  • OPU5 settings and Capacity planning-CM01

    Hi All, I have a confusion while configuring the settings for scheduling for planned orders in REM environment PE order type, when i select the scheduling and capacity requirements in DS section system shows me capacity requirements in CM01,CM50 repo