XSLT mapping not working for escapeCharacters.

Hi,
I have an issue with escape characters in PI.
Now I'm trying with CCFile. Binary. (In production we will use FTP as CC.)
Scenarie: SAP --> MyParty.
MyParty needs to have the xml Freetext tag as this:
<FreeText><![CDATA[<b> HELLO WORLD </b>]]></FreeText>
I have a xslt mapping that like this (To Add the CDATA section.)
Source file is like this: &lt;b&gt;  HELLO WORLD   &lt;/b&gt;
<?xml version='1.0'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" encoding="utf-8" standalone="yes" cdata-section-elements="FreeText" />
    <xsl:template match="@|">
        <xsl:copy >
            <xsl:apply-templates  select="@*|node()" />
        </xsl:copy>
    </xsl:template>
</xsl:stylesheet>
When I use this xsl mapping in my favorite xslt  tool everyting looks nice but when I use it in PI it looks like this in file on disk:
<FreeText><![CDATA[ &lt;b&gt;  HELLO WORLD   &lt;/b&gt; ]]></FreeText>
I don't whant escape characters in my target file.  Any Pointers ?
//Martin

Hi Martin,
You required
<FreeText><![CDATA[ <b> HELLO WORLD </ b>]] ></FreeText>
and you got this in XI
<FreeText><![CDATA[ lt; b gt; HELLO WORLD lt; /b gt;]] ></FreeText> ( i removed &)
Have you seen the source of the XML output of XI? It will look like the one you mentioned but if you open that in browser it will be as per your requirement
Have you seen the source of output file created by you XML tool?
Regards
Suraj

Similar Messages

  • XSLT mapping not working b'coz " " & " " replaced with and

    Hello Experts,
      I have a RFC to JMS scenario. One of the parameter of RFC is a string field. This field will contain the XML data in it.
    I need to create a complete XML payload using this data in a string field. For this I am using XSLT map :
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
         <xsl:output method="xml" omit-xml-declaration="no"/>
         <xsl:template match="/">
              <xsl:for-each select="//Nem">
                   <xsl:copy-of select="."/>
              </xsl:for-each>
         </xsl:template>
    </xsl:stylesheet>
    This XSLT mapping works fine when tested independently.
    But in actual scenario at runtime the "<" & ">" used to indicate a node are getting replaced with < and >. Then the XSLT mapping fails and produces no output.
    The output of XSL will be passed in to a java mapping which signs the payload digitally.
    What is the issue with these signs? How can I overcome this problem?
    Any inputs will be of great help.
    Kind Regards,
    Abhijeet.
    Edited by: Abhijeet Ambekar on May 4, 2010 2:01 PM

    Hi Stefan,
      Yes - I want to get rid of & # 60. But these (& # 60 and & # 62) are not added by XSLT mapping. Rather they are in the input available to XSLT map.
    In sxmb_moni, i can see the inbound payload correctly :
    <?xml version="1.0" encoding="UTF-8" ?>
    - <rfc:HDK083_REFUS_SENDDOCU xmlns:rfc="urn:sap-com:document:sap:rfc:functions">
      <P_SIGN_DOCUMENT />
      <P_XML_DOCUMENT><NemRefusionIndberetningSamling><NemRefusionIndberetningStruktur MessageID="1"><HeaderStruktur><SignOffIndikator>true</SignOffIndikator><TransaktionKode>Opret</TransaktionKode><IndberetningstypeKode>Anmeldelse</IndberetningstypeKode><FravaerTypeKode>Sygdom</FravaerTypeKode><FravaerendeStruktur><FravaerendeTypeKode>Loenmodtager</FravaerendeTypeKode><LoenUnderFravaerIndikator>false</LoenUnderFravaerIndikator></FravaerendeStruktur><IndberetningUUIDIdentifikator>bf9cc44e-af15-4e19-8457-5845d75385d2</IndberetningUUIDIdentifikator><ReferenceAttributTekst>ref. Nielsen-1503831372 (23. oktober 2009)</ReferenceAttributTekst>
    but when I try to download the payload or right click on payload to view source I get something like below:
    <?xml version="1.0" encoding="UTF-8"?><rfc:HDK083_REFUS_SENDDOCU xmlns:rfc="urn:sap-com:document:sap:rfc:functions"><P_SIGN_DOCUMENT></P_SIGN_DOCUMENT><P_XML_DOCUMENT>& # 6 0;NemRefusionIndberetningSamling& # 62; & # 60;NemRefusionIndberetningStruktur MessageID="1"& #62;& #60;HeaderStruktur& #62;& #60;SignOffIndikator& #62;true& #60;/SignOffIndikator& #62;& #60;TransaktionKode& #62;Opret& #60;/TransaktionKode& #62;& #60;IndberetningstypeKode& #62;Anmeldelse& #60;/IndberetningstypeKode& #62;& #60;FravaerTypeKode& #62;Sygdom& #60;/FravaerTypeKode& #62;& #60;FravaerendeStruktur& #62;& #60;FravaerendeTypeKode& #62;Loenmodtager</FravaerendeTypeKode><LoenUnderFravaerIndikator& #62;false</LoenUnderFravaerIndikator></FravaerendeStruktur& #62;<IndberetningUUIDIdentifikator& #62;bf9cc44e-af15-4e19-8457-5845d75385d2& #60;/IndberetningUUIDIdentifikator& #62;& #60;ReferenceAttributTekst& #62;ref. Nielsen-1503831372 (23. oktober 2009)& #60;/ReferenceAttributTekst& #62;
    (extra spaces added to "& # 60" as browser was converting it to < ,>)
    If i take the source code for payload and test XSLT mapping, it fails. But if I manually replace all "& # 60" with < and "& # 6 2" with >, then the mapping works fine.
    So I think for XSLT map to work correctly, we need to replace all "& # 60 " . Please suggest.
    Kind Regards,
    Abhijeet.

  • Alternate Access Mapping not working for Zone : Intranet

    One of our client want to set Alternate Access Mappint (intranet) with url "intranet.theirDomain.com" with local IP address.
    is it possible?
    subsequest to my previous question (
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/3f39711e-301a-40e8-aa7a-855fa2c268b1/alternate-access-mapping-not-working?forum=sharepointadmin )
    I want to ask one more question
    Can we configure "intranet.theirDomain.com" with local IP address for any other zone?
    or
    If there is ".com" within the url then it can't be configured for InTRAnet?
    Thanks
    S H A J A N

    The names for the zones don't matter. You could use the 'extranet' zone for another intranet name if you wanted, the names are just to make it a bit more friendly for beginners.
    What you describe sounds routine, you create a web application with a name, then use an AAM to allow users to access it with a more friendly name. Frequently you end up creating
    http://intranet.domain.com and
    http://intranet as an AAM, or vice versa.
    You can use .com for an intranet site, you would need to add the site as an A Host record in your DNS server so that traffic is sent to your internal server rather than out into the wider world.

  • Xmlanonymizer bean and xslt - both not working for namespace change

    Hi All
    I have a source structure below
    <ns1:Product_MT xmlns:ns1="urn:alpha:websub" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Header>
    </Header>
    <Item>
    </Item>
    </ns1:Product_MT>
    I am using a soap sender getting called from SOAP UI to consume a PI web service and  send the output message to receiver HTTP channel
    the receiver needs the namespace of the XML structure as below (ns1 changed to ns)
    <ns:Product_MT xmlns:ns="urn:alpha:websub" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Header>
    </Header>
    <Item>
    </Item>
    </ns:Product_MT>
    I tried to put the xmlanonymizer bean in receiver HTTP but its not doing anything. I am stil getting the output with ns1 namespace
    Attached screenshot of receiver http adapter configuration in module
    also, I tried to use XSLT mapping as below but this is also not doing anything. Probably, the XSL has to be modified to use in my case . Please help. and let me know.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions">
      <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
    <xsl:template match="/">
    <ns:Product_MT xmlns:ns="urn:alpha:websub">
      <xsl:copy-of select="." />
    </ns:Product_MT>
    </xsl:template>
    </xsl:stylesheet>
    thx
    mike

    I had to tweak the XSL little bit to make it work in PI. See updated version below -
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
       <xsl:output encoding="UTF-8" indent="yes" method="xml" version="1.0"/>
       <xsl:variable name="root">MT_Product</xsl:variable>
       <xsl:variable name="rootns">urn:mdt:udiwebsubmission</xsl:variable>
       <xsl:template match="*">
         <xsl:choose>
           <xsl:when test="local-name()=$root">
             <xsl:element name="ns:{local-name()}" namespace="{$rootns}">
               <xsl:apply-templates select="node()"/>
             </xsl:element>
           </xsl:when>
           <xsl:otherwise>
             <xsl:element name="{local-name()}">
               <xsl:apply-templates select="node()"/>
             </xsl:element>
           </xsl:otherwise>
         </xsl:choose>
       </xsl:template>
    </xsl:stylesheet>
    Regards,
    Sameej

  • XSLT mapping not working

    Hi
    I am creating one scenario using following weblog :
    /people/community.user/blog/2006/09/08/email-report-as-attachment-excelword
    But in my I am only getting the Headings but no values which I am providing through my XML file.
    *My XSLT file is like this now ..................*
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://wwww3org/1999/XSL/Transform">
       <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
       <xsl:variable name="break">&lt;br&gt;</xsl:variable>
       <xsl:variable name="tableB">&lt;table&gt;</xsl:variable>
       <xsl:variable name="tableE">&lt;/table&gt;</xsl:variable>
       <xsl:variable name="trB">&lt;tr&gt;</xsl:variable>
       <xsl:variable name="trE">&lt;/tr&gt;</xsl:variable>
       <xsl:variable name="tdB">&lt;td&gt;</xsl:variable>
       <xsl:variable name="tdE">&lt;/td&gt;</xsl:variable>
       <xsl:variable name="nbsp">&amp;nbsp;</xsl:variable>
       <xsl:variable name="thB">&lt;tr BGCOLOR=&quot;#CCCC99&quot;&gt;</xsl:variable>
       <xsl:template match="/">
       <ns1:Mail xmlns:ns1="http://sapcom/xi/XI/Mail/30">
    <Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.002.001.02" xmlns:ns0="urn:xcom:xi:A_B2B_RSE:FI:XXX">
             <Subject>File Level Status</Subject>
             <From>xxxxxxx</From>
             <To>xxxxxxx</To>
             <Content_Type>text/html</Content_Type>
             <Content>
                <xsl:text xsl:space="preserve">File Level Status:</xsl:text>
                <xsl:value-of select="$break"/>
                <xsl:value-of select="$break"/>
                <xsl:value-of select="$tableB"/>
                <xsl:value-of select="$thB"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Original File Name</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Original Creation Date and Time</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Customer ID</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">File Level Ack  Name</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">File Level Ack  Creation Date and Time</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Total Number of Trasnsactions</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Status Code</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Error Description</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$trE"/>
                <xsl:for-each select="Document/pain.002.001.02">
               <xsl:value-of select="$trB"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="OrgnlGrpInfAndSts/OrgnlMsgId"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="OrgnlGrpInfAndSts/OrgnlCreDtTm"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="OrgId"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="MsgId"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="CreDtTm"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="OrgnlNbOfTxs"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="Prtry"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="AddtlStsRsnInf"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$trE"/>
                </xsl:for-each>
                <xsl:value-of select="$tableE"/>
             </Content>
         </Document>
          </ns1:Mail>
       </xsl:template>
    </xsl:stylesheet>
    Notes
    1. I am using External Definition as a Source not the Message Type.
    2. There is no ns0 or ns1 in the source file.
    *Source Message*
    <?xml version='1.0' encoding='UTF-8'?>
    <Document xmlns='urn:iso:std:iso:20022:tech:xsd:pain.002.001.02' xmlns:xsi='http://wwww3org/2001/XMLSchema-instance'>
         <pain.002.001.02>
              <GrpHdr>
                   <MsgId>20091224-PSR/1040</MsgId>
                   <CreDtTm>2009-12-24T10:42:21</CreDtTm>
              </GrpHdr>
    *Mapping Error*
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sapcom/xi/XI/Message/30" xmlns:SOAP="http://schemasxmlsoaporg/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">RESOURCE_NOT_FOUND</SAP:Code>
      <SAP:P1>d4f78d30-381b-11df-b885-debcac120353, 660e7670-68~</SAP:P1>
      <SAP:P2>urn:xx.com:xi:A_B2B_RSE:FI:XXXX</SAP:P2>
      <SAP:P3>email/test.xsl</SAP:P3>
      <SAP:P4>-1</SAP:P4>
      <SAP:AdditionalText />
      <SAP:Stack>Unable to find resource d4f78d30-381b-11df-b885-debcac120353, 660e7670-68~ in the following software component versions: urn:xxcom:xi:A_B2B_RSE:FI:xx/test.xsl-1</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can somebody please help me.

    first format your post understandable format

  • Full path mapping not working for Taxonomy values

    Hi Friends,
    I'm trying to update a main table field, which is of type Lookup [Taxonomy]. The taxonomy table has a 5-level hierarchy, with two columns, Code (Display Field 1) and Name (Display Field 2). There are no attributes maintained.
    001, A   [Remote Key : 001] <ROOT NODE> {Level 1}
    |---000, A1   [Remote Key : 000]  {Level 2}
          |---001, A2   [Remote Key : 001]  {Level 3}
                |---001000, A3   [Remote Key : 001000]  {Level 4}
                |---000102, SYST [Remote Key : 000102]  {Level 5}
                |---001001, A4   [Remote Key : 000101]  {Level 4}
                |---000102, SYST  {Level 5}
    |---001, B   [Remote Key : 001]  {Level 2}
          |---001, B1   [Remote Key : 001]  {Level 3}
                |---001000, B2   [Remote Key : 001000]  {Level 4}
                |---000102, SYST  {Level 5}
                |---001001, B3   [Remote Key : 000101]  {Level 4}
                |---000102, SYST  {Level 5}
    The figure, unfortunately doesn't come up right, so I've indicated the levels of the nodes.
    The remote keys have been maintained at all the levels. I've also set my Configuration Options settings for Hierarchy Values Automap to Fullpath. However, when I try to do an "Automap", the values are being mapped to the wrong leaf node, taking only the leaf node remote key, rather than following the full path. The leaf node value (000102,  SYST) repeats multiple times, and the remote key could be maintained only for one of them. But instead of following the hierarchy, the mapping happens to the value for which remote key was maintained, here  001->000->001->001000->000102, no matter what the hierarchy is.
    Am I missing something? Any help would be appreciated.
    Regards,
    Anil Madhavan
    Edited by: Anil Madhavan on Jan 20, 2010 8:48 AM
    Edited by: Anil Madhavan on Jan 20, 2010 9:25 AM

    Hello Anil,
    As for Hierarchy field using leaf nodes only for matching - this is the current design and from memory allocation point of view, I think it is reasonable (keeping the full path to the Node will use huge amounts of memory).
    they way workaround this is by adding the code field to the matching step, this will allow you to make sure that the currect nodes are being mapped.
    Hope this information helps,
    Idan

  • Credential Mapping Mapping not working

    "Please tell where I am wrong in configuring and calling credential mapper???
    I wanted to achieve single sign on using in-built Credential mapping feature of weblogic server.
    I thought of getting connected to pointbase which can act as Enterprise Information System(EIS).
    I did following steps.
    Configuration Phase
    1 I made Examples as user and Examples as password in pointbase which will act as my EIS.
    2 I wrote and deploy one connector class for connecting to pointbase.
    3 I configured Admin as user and Admin as password in my configured security realm which will act as Weblogic User.
    4 I did credential mapping in the connector class for mapping my Weblogic (Admin) user to EIS(Examples) user.
    Calling Phase
    1 I deployed one application to call pointbase server using the connector class.
    2 I try to get connection to pointbase server using following code
    getConnection("Admin","Admin");
    Where Admin user is my weblogic user mapped to Examples user of point base server whose mapping is done in the connector.
    I hope it to work for getting the connection.But it didn't work.
    whearas when i try to get connection using
    getConnection("Examples","Examples");
    which is my pointbase user.It works.
    So,I can assume it is not working for mapped user for credential provider.
    I don't know where I am

    Mario
    There is a bug with this, but in SP10 and SP11 - I found out the hardware and impleneted some didgy fixes from SAP that broke more than they fixed...
    What's the error you were getting?  Were both paths evaluated?
    These are the two OSS Notes I know of:
    Note 1061202 - Function "if" evaluates both branches
    https://service.sap.com/sap/support/notes/1061202
    Note 1053706 - Function "if" produces wrong result in Message-Mapping
    https://service.sap.com/sap/support/notes/1053706

  • BPM Worklist: Searching in custom views does not work for protected flexfields !

    Hello,
    Have mapped few protected attributes in my .task file. Also created the corresponding labels on target SOA server. I am able to create custom views using these protected flex fields.
    But what I have observed is keyword based search is not working for custom views using protected fiexfields.. however it works fine with public fiexfields.
    Any pointers on this? Am I missing something in the configuration?
    Thanks..

    Can anyone help me?

  • GPS Not working for E72

    My GPS is not working for E72. I can get my position but I think that is because of A-GPS enabled.
    I talked to customer care and they are saying "you must be in open space, no tall buildings etc" which is not practical.
    I tried for hours, it always says "waiting for GPS" but never gets any thing.
    It used to work earlier but then there was p problem [ no breathing light ] and I had to take it to serivce center, after that it never worked.
    My E72 software version date is 031.023
    custom version 031.023.c00.01
    ovi maps v3.04
    Please help!
    Amit

    Hi purohit
    Of no consolation to you but this is a known issue to the maps team:/t5/Maps-Navigation-and-GPS/quot-Waiting-for-GPS-quot-problem-in-my-Nokia-E72/m-p/736353/highlight/t...
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Lion Server DNS service not working for locally created zones. Caching working fine.

    OS Lion Server DNS service not working for local zones. Was fine under Snow leopard server but Lion server upgrade has severely broken my DNS and web sites. Zones look fine under Server Admin but keep getting "query failed (SERVFAIL) for xxxx at /SourceCache/bind9/bind9-42/bind9/bin/named/query.c:3921" in the logs. BTW - Server Admin cant seem to see the log file either.
    Surely someone actually tested that DNS still worked on Lion?

    I upgraded from Snow Leopard Server to Lion Server on day 01.  I hit the same issue where, after the upgrade, my Lion Server stopped serving names for my private local domain.
    I finally took a few minutes to figure out what was wrong.  After turning on debug logging and looking through the logs, I found my particular issue, now resolved.
    The issue I had was, when the domain initially was setup when I installed Snow Leopard Server, for some reason it created a zone just for the server (in my case, something like zone "s-01.mydomain.priv"), and a separate zone for all the other machines (zone "mydomain.priv", containing all the private IPs for my local domain).  I never messed with it because it worked, but generally I would have put all of them in the same zone.
    My zone "mydomain.priv" had a nameserver and mail exchanger entry for my server, s-01.mydomain.priv.  I could see this in the Server Admin app on the DNS bubble, Zones tab, mydomain.priv selected, and the General Info panel.  This was fine in Snow Leopard.  This was failing the zone load in the updated bind for Lion Server, though.  The issue was that the "mydomain.priv" zone was referencing the s-01.mydomain.priv server, which was not defined in the "mydomain.priv" zone but rather in the "s-01.mydomain.priv" zone.
    My fix:
    1. In Server Admin, add the server to the zone "mydomain.priv".  I put an A record (Add Machine) in the "mydomain.priv" zone for my server named s-01.mydomain.priv.
    2. shut down DNS on the OS X Lion Server (hit the Stop DNS button on Server Admin).
    3. edit /etc/named.conf by hand, removing the specialized zones that contianed just the server.  In this case, it would be the section titled 'zone "s-01.mydomain.priv"' and the section titled 'zone "3.10.1.10.in-addr.arpa"'.  Your in-addr.arpa zone name will change based on whatever your server IP address was.  My internal one happened to have s-01.mydomain.priv mapped to 10.1.10.3.
    4. Once the specialized zones for just the server were removed, I started the DNS up again.  Instead of serving four zones as it had in OS X Snow Leopard Server, it now servers two zones.  And, now, it is resolving my local machines for the mydomain.priv zone.
    YMMV.  I did note that it wasn't totally necessary to do step 3, but I never really understood the need for the specialized domain, and keeping it around would have a copy of data that would just confuse things.
    Hope that helps.  That's been the only hiccup I've noticed updating to OS X Lion Server thus far.

  • Multiple occurence not working for extended idocs

    hai friends
    iam doing file to idoc senario in that multiple occurence is not working for Z segments.
    it is extented idoc .
    in taht multilpe segments are not creating only one segment is creating
    what is the problem
    pls help me
    with regards
    srikanth vipparla

    Hi Srikanth,
    You should map the node of the target side(the one which you want to occur multple times) to the node of the source side based upon which the target side node has to occur multiple times. For example lets say our source and target side structures are like this:
    <Source>
                  <Element1>
                  <Element2>
                  <Element3>
    </Source>
    <Target>
                  <Element1>
                  <Element2>
                  <Element3>
    </Target>
    Now if you want Target to occur n times if  Source node occurs n times, you should map Target node to the Source node. Even in case you want that Element1 of target side should occur as many times as many times you have Element1 of Source side, you should do the same.
    Thanks and Regards,
    Sanjeev.
    PS: Reward points if helpful.

  • Apple maps not working on iMac

    apple maps not working on iMac the little thing just keeps turning

    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.Maps.plist. Move the .plist to your desktop.
    Restart the computer, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • I have an event in my calendar that was sent by someone who does not work for the company anymore and I am reminded 2 times a week. How can I remove it?

    I have an event in my calendar that was sent by someone that does not work for the company anymore and I am reminded 2 times a week. How do I delete it?

    Tap on the event to open the event. Click the 'Edit' button in the event bubble, then press the 'Delete Event' button at the bottom of the Edit pop-up. It's a little different for events that come through Microsoft Exchange, you tap the event to bring up bubble and click the 'Details' button, and then press 'Decline' to remove the event.

  • IPhone 6 External Mic not working for Siri/Dictation

    I am finding that the external mic on my iPhone 6 works for phone calls and voice memos, but does not work for Siri/Dictation.  When I plug in the earbuds, they work for everything (including Siri/Dictation).
    Was chatting to Apple support who had me reset all settings.  I thought that worked, but realized that after a reset, Siri is off and I was talking to "Voice control" (which works).  When I turned Siri back on, it does not work.
    I have two questions for the community to see if you can help:
    1- I have been assuming this must be a software problem since the mic does work for non-Siri access.  But is that true?  Is there a hardware component that Siri depends on which could be faulty here?
    2- If it is software, what action should I try to address it?  I have done a reset all settings already and that did not help.
    Doug

    Hi, everyone.  I talked to Apple Genius at Apple Store last week, she said it should be a software issue and I needed to reset my iphone 6 plus as a new device and I can not use the backup restore from my iCloud, it was because the microphone bug or glitch can be in the backup also. Ok, followed her advice, erased all contents and set my iphone as a new device , the microphone worked for an hour, but went bad again.  I used "voice memo" app from Apple to test the microphone. It is the best tool since it doesn't involve any provider's network and it doesn't need another person's phone to listen and test.  If you can hear your voice recording clearly, then the mic works.  I tested it 3-4 times a day for a few days now, half of the time the mic doesn't work.  So, set as a new device isn't working. The issue is intermittent and it comes and goes as it likes, so very annoying. I carry my Apple EarPods with me in these past few days ust in case I need to make important phone calls.  Will need to go back to Apple Genius this weekend for sure.  Will give update after the weekend.

  • CALLER ID not working for International incoming calls

    Hi,
    I've a strange issue where CALLER ID not working for International incoming calls, it shows INTERNATIONAL UNKNOWN NUMBER in the phone display, but the number shows correclty in Verizon Call assistant !!!
    Any clue?

    yashshankar wrote:
    Hi
    I recently  purschased an Online number but the caller id does not work for incoming calls.How do we resolve this problem?.
    Regards
    Yash
    You didn't mention what country your Online Number is in.  Not all of Skype's Online Numbers are eligible for use as Caller ID when calling telephones or sending SMS messages.  If your number is from one of these countries (Chile, Denmark, Estonia, Hong Kong, Poland, Sweden, the UK and the US), then it can be used this way.  Otherwise, you can use a mobile number from countries other than Japan or Mexico as Caller ID with Skype, after the number goes through a verification process where Skype sends SMS messages with codes to that number.
    To get to these settings, log into your Skype account here on the Skype web site using the "Account" link at the top of this page.  You'll see a screen that would include your current Caller ID settings, and a link to change that.  If your Online Number is from one of those countries I referenced above, just select it and you're done. 
    Hope that helps!
    Patrick
    Location/Ubicacion: Arizona USA
    Time Zone/Hora Local: UTC/GMT -7
    If this message has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.
    Si esto mensaje le ha ayudado, por favor haga clic en "Aceptar como solución". Si encuentra un mensaje útil, por favor "Da Kudos" al final del mensaje, por lo que esta información puede beneficiar a otros.
    I am not a Skype employee. No soy un empleado de Skype.

Maybe you are looking for

  • How to activate sale order type in CFM1

    Hi, I want to include Sale order type in CFM1 transaction to restrict specific Sale order types along with Plant.Is there any report or Tcode which will enable this field or we can only achieve through exit. Thanks Venkadesh

  • What's wrong here?

    Hi, im getting a strange output on parts 3 and 4 of my program, they are the same, when they should be different. Here is the output: Laboratory 3 written by me.. Frog: Position = 6, hops = 100, max position = 11, min position = -1, number home = 8 -

  • Schema to be handled does not contain a definition of type SODetailResponse

    I am creating a new data type named SODetailResponse and I get an error trying to import xml schema. I used XMLSpy and Business Connector with the schema and had no problems. <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.o

  • Changing discount account from revenue

    Hi, referring to metalink document number 240123.1, which state that changing discount acount to account other than revenue account was unavailable and "may" be handled by future releases. Is this feature available now in R12? how can subledger accou

  • Damaged Mail Index in Lion

    I just downloaded Lion OS X the other night with few difficulties (aside from my attempts to get used to the new gestures), until I attempted to check my email using Mail. I'm importing a few different POP accounts, and after the importing of my mess