Importing BW objects via XML

Hi,
CRM 7.0 comes with Data Warehousing workbench. I need to make some reports in CRM which are already present in BW system. The idea is to make cubes in CRM and load from BW and make reports in CRM system.
I am planning to import the objects (characteristics, key figures, cube etc) via XML import in transport connection.
I would like to know the limitations of it. Is there any restriction on file size?
Regards,
Gaurav

Hi Dirk,
thank you for your fast reply!
I'll check the possibility of using BAPIs.
The advantage of the approach with exporting, editing and re-importing xml metadata definitions is that I just have to rename the objects in the xml file, which should be a matter of a few hours. But what to do with tags like
<XMISAPBI:com.sap.bw.cwm.core.InfoObject.descriptionLong xmi.idref="com.sap.bw.cwm.core.Description::81DD390D55F1A048AC444F945"/>
where the GUID refers to the description later in the xml file. Can I just create my own GUID?
Some more background information: my first idea was to use the xml export as a helper for automated documentation. And then I thought, why don't develop a small two way tool, which can comfortably create or edit a metadata xml file.
Kind regards,
Martin

Similar Messages

  • Importing BusinessPartners Data via XML

    Greetings,
    I've got a problem on importing BusinessPartners data via XML. I exported an BusinessPartners object by using the GetBusinessObject and SaveXML methods and I now want to use this XML file to create a new BusinessPartners object.
    <i>Dim vCmp As SAPbobsCOM.Company
    'settings & connect...
    vCmp.XmlExportType = BoXmlExportTypes.xet_ValidNodesOnly
    'or  vCmp.XmlExportType = BoXmlExportTypes.xet_ExportImportMode
    Dim vBPSave As SAPbobsCOM.BusinessPartners
    vBPSave = vCmp.GetBusinessObjectFromXML("C:\object.xml", 0)
    ...</i>
    Error is like this:
    <i>Exception Details: System.Runtime.InteropServices.COMException: <ErrorList><Error>System Id = 361754288, Line Number = 1, Column Number = 79, Description = The namespace of element 'schema' must be from the schema namespace.</Error><Error>System Id = 361754288, Line Number = 1, Column Number = 99, ...</i>
    Can anyone tell me what the problem is? Is there any other propertis I need to set?

    I found where the problem was.
    This line should be used before create the XML file:
    <i>vCmp.XmlExportType = BoXmlExportTypes.xet_ExportImportMode</i>

  • Error in importing SLD objects via file system

    Hi
    I am transporting XI Sld objects e.g. products, software components, technical, business systems from dev to cons. I have cms in place but i need to prepare SLD objects before transporting ID objects. My dev is on SP 15 and Cons on SP 10..While transporting SLD product using file system i got following error:
    The target namespace for the special import already contains data for one or more export lines. Continuing this import may corrupt the state of your data.
    I have tried importing SLD objects between two SLDs of SP10 also..but same error came
    Plz..help
    thnx in advance!!
    Abhijeet Jangam

    Hi,
    <i>My dev is on SP 15 and Cons on SP 10..While transporting SLD product using file system i got following error:
    </i>
    See SAP Note 832142 for known restrictions about transporting objects between
    different XI 3.0 support packages And See SAP Note 834507 for known restrictions about cross-release transports.
    Also see the CMS Guide at market place, how to guide,
    https://websmp201.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700003090422005E
    Also refer 780297 for continiuosly updated errors.
    May be all this will help you to analyse if not directly arrive at the solution.
    All the best,
    Anirban.

  • GRC TCG - Importing a cusom business object via XML

    Hi ,
      I am trying to import a custom business object into GRC TCG 8.6.5 Version using the XML file . But , the import job completes with the error message :
    "oracle.apps.grc.common.job.JobExecutionException: Error occured during import" .
    I tried to find a sample XML file in UG/IG , but could not find any . So , i am not sure if there is any problem with the XML file structure i am using .
    Please let me know if you have any idea .
    I am attaching the XML file i am using for import . Also listing it below for quick reference -
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <Custom_BO xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <record>
      <InvNum>100000</InvNum>
      <PayTerm>UPON RECEIPT</PayTerm>
    </record>
    <record>
      <InvNum>200000</InvNum>
      <PayTerm>UPON RECEIPT</PayTerm>
    </record>
    <record>
      <InvNum>300000</InvNum>
      <PayTerm>NET 30</PayTerm>
    </record>
    <record>
      <InvNum>400000</InvNum>
      <PayTerm>NET 45</PayTerm>
    </record>
    <record>
      <InvNum>500000</InvNum>
      <PayTerm>NET 60</PayTerm>
    </record>
    </Custom_BO>

    Is this the first time you imported a custom business object? You followed the steps from the guide on how to create the proper XML from Excel to import, correct?
    If you haven't seen how to do that yet, go to: Oracle Enterprise Governance, Risk and Compliance Documentation and download the Enterprise Transaction Controls Governor User Guide.
    Go to page 2-5 and read the section on Using Custom Objects.  This should get you started in the right direction.
    Also in the future you would want to post to the more active Oracle GRC forum at: Governance, Risk and Compliance (GRC) (MOSC)
    I hope that helps!
    Regards,
    Yasir

  • How to edit and import the scenario via XML format?

    Hi gurus,
    In our project, we have a lot of ECC clients. So in PI system, we need to do a lot of same work in one scenario(Although we have config wizard,it's still boring because of our slow network speed).
    Do we have any fast method to fix that? I mean can we edit the xml of one scenario and then import it into ID?
    There is an import function but only we can import tpz files.
    Thanks in advance. Any help will be appreciated.

    I believe that  XML Data will be used for some later "technical Analysis" or for some documentation purposes and can not be used for the purpose you need to..
    Regards,
    XA

  • Importing via xml deletes already populated fields???

    Hey all
    Im kind of new to this, so any help would be great.
    I've created some forms that have similar named fields but some fields are named differently, If I fill in one form and export data as xml and then import this data into another form that has has a few textfields/numericfields already containing data, the imported data imports fine, but the the fields containing data previously, which have totally different field names are wiped?
    Anybody have any ideas at all?  All information would be superb.
    Lee

    In PL 36 I had a very bad problem trying to create the invoice from draft (via XML).  This was caused by the CogsAcct field. When I stripped it from the xml then it worked...
    Regards

  • Re-importing FDM application from XML not removing deleted objects/records

    I migrated our FDM application from one environment to the next environment, by exporting the FDM application from the source environment to an XML file and subsequently importing the FDM application XML file in the target environment. This appeared to work fine.
    After some updates were then applied to the source environment, I re-exported the FDM application to an XML file, and re-imported this in the target environment.
    However, I have noticed that:
    - Import Scripts that were deleted in the source application still remain in the target application.
    - Mappings that were deleted in the source application still remain in the target application.
    - Extra mappings that were added in the source application have been added to the target application.
    So we now have duplicate mappings in several tables and scripts that should have been deleted in the target environment!
    It appears that the "Import" process is more of an update, rather than a drop and replace. There is no "replace" option on the import process. Can anyone please advise how one should correctly migrate an FDM application between environments? At present, it seems to me that the whole application will need to be completely dropped/deleted (including the SQL database/Oracle schema) and re-imported all over again from scratch.
    Surely there must be a better method?!!

    Here is Oracle's response for anyone else who requires further information on this:
    "Hello,
    The Import of the .xml files in terms of application creation is meant as a 'once only' event and a result is not meant as a method of post-create administration of the application. Any further imports will just add metadata to the application not replace or merge. If you wish to migrate an application via this method then you will need to get the source application into the state required for the migration then migrate this as a whole. Please note that this will only migrate the metadata of the application.
    The other method of migration as you have mentioned in the SR description, is via the database which will migrate the entire application with data.
    Please see KB article 806173.1 which gives instructions on the two methods, both of which are the only recommended methods. Please review the article to suit your requirements.
    Thanks"

  • Getting info on objects loaded via xml

    Hello:
    i am a beginner/intermediate as3 coder, and i am stuck on
    something related to objects loaded via XML.
    i am able to load JPEG images onto a simulated "shelf", but i
    am trying to arrange them on the shelf (like a store shelf) so that
    each new item is placed directly next to the previous item as they
    load. i can get it to work on a very basic level by specifying the
    spacing between items manually betwen the code, but to makre this
    reuseable and efficient, the ideal is to have the "next" object
    loaded be placed on the shelf based on the width of the previous
    object. but when i try to access the width of the object that is
    loaded via the imageLoader, i can;t find it. if i trace the image
    loader wifth, it is 0; i have tried several ways to name the object
    as it loads and then get/save its dimensions somehow, but i am not
    having any luck. i use all the Lynda titles and i also use some of
    the better books, but i just can;t seem to solve this.
    any hellp would be appreciated.
    thank you.

    Thak you for this -- it did help somewhat, but i am still
    stuck.
    When i use the contentLoaderInfo listener, you are right, i
    can discern the width of the loader. but when i do this it only
    works for the last item loaded. here is my problem -- i am trying
    to load graphics dynamically, and have each graphic go to it's
    proper "place" on a simulated shelf -- so the foirst object might
    go to (0,0), then next object should go directly to the right of
    the first object, etc, etc. and i am loading all this dynamically
    from an xml file. if i just specify a distance, then i can get
    everything to load at uniform distances from each other. problem is
    each of the graphics has a unique width, height, etc, so i need to
    be able to "catch and capture" this info as each one is loaded.
    when i wait until the entire loader has loaded, the only
    peopoerties left for me to capture and use are the propoerties of
    the last itm loaded.
    any ideas on how to do this -- anyone?
    thanks very much, i just can't seem to figure this out.

  • How do I add a variable into an object as xml

    I have a xml document with 2 protection order numbers. I want to get the information for one of them which is **protectionOrderNumber="1400042"**. I would like to add strPoNumber variable to the object objXmlCaseDoc. Inside this object is the xml
    that was read and put inside the object. I want at the beginning of the xml code inside the objXmlCaseDoc to add the protectionOrderNumber at the end of the first line. This should be added at the beginning of the xml document. In my object (objXmlCaseDoc)
    there is no variable strPoNumber. This is why I want to add it at the top. The object has xml document in it. 
    It should look like this:
    <Integration xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:tsg="http://tsgweb.com" xmlns:IXML="http://tsgweb.com" xmlns:CMCodeQueryHelper="urn:CMCodeQueryHelper" protectionOrderNumber="1400042">
    My vb code: I have the variable strPoNumber and the object where the xml document is. Object name is objXmlCaseDoc
    I want to add the line of code where I have comment Tranform case information into the output format near the bottom of the code.
    Option Strict On
    Option Explicit On
    Imports System.Xml
    Public Class BcaPoRequests
    Shared Sub Main()
    Dim objMessageProcessor As New MessageProcessor
    Dim objSchemasCollection As New Msc.Integration.MessageBroker.Library.v4.SchemasCollection
    Dim objTransformsCollection As New Msc.Integration.MessageBroker.Library.v4.TransformsCollection
    objMessageProcessor.ProcessInputQueue(False, False, objSchemasCollection, objTransformsCollection)
    End Sub
    Private Class MessageProcessor
    Inherits Msc.Integration.ServiceCatalog.Library.v4.SoapMessageProcessor
    Protected Overrides Sub ProcessMessage(ByRef aobjBroker As ServiceCatalog.Library.v4.Broker, ByRef aobjXMLInputSoapEnvelopeDoc As System.Xml.XmlDocument, ByRef aobjInstantiatedObjectsCstrollection As Microsoft.VisualBasic.Collection, ByRef aobjConsumer As ServiceCatalog.Library.v4.Consumer)
    MyBase.ProcessMessage(aobjBroker, aobjXMLInputSoapEnvelopeDoc, aobjInstantiatedObjectsCollection, aobjConsumer)
    Dim objXmlMessageDoc As XmlDocument
    Dim objXmlMessageNode As XmlNode
    Dim objNameTable As NameTable
    Dim objXMLNameSpaceManager As XmlNamespaceManager
    Dim objXMLSchemaException As Xml.Schema.XmlSchemaException
    Dim strCaseNumber As String
    Dim strPoNumber As String
    Dim objXmlCaseDoc As XmlDocument
    'create a namespace manager used for queries into inputmessage (because of namespace)
    objNameTable = New NameTable
    objXMLNameSpaceManager = New XmlNamespaceManager(objNameTable)
    objXMLNameSpaceManager.AddNamespace("ext", "http://www.courts.state.mn.us/ProtectionOrderExtension/1.0")
    objXMLNameSpaceManager.AddNamespace("exc", "http://www.courts.state.mn.us/ProtectionOrderQuery/1.0")
    objXMLNameSpaceManager.AddNamespace("soap", "http://www.w3.org/2003/05/soap-envelope")
    objXMLNameSpaceManager.AddNamespace("wsa", "http://schemas.xmlsoap.org/ws/2004/08/addressing")
    objXmlMessageNode = aobjXMLInputSoapEnvelopeDoc.DocumentElement.SelectSingleNode("soap:Body/exc:ProtectionOrderQueryRequest", objXMLNameSpaceManager)
    objXmlMessageDoc = New XmlDocument
    objXmlMessageDoc.LoadXml(objXmlMessageNode.OuterXml)
    'Check authorization
    'Validate the input message
    objXMLSchemaException = aobjBroker.ValidateXmlDocument(objXmlMessageDoc, "ProtectionOrderQuery_1_0.xsd", "NiemExchanges\ProtectionOrders\Exchange", , False)
    If Not objXMLSchemaException Is Nothing Then
    'return fault if invalid
    aobjBroker.Reply(aobjBroker.CreateSoapFault(Msc.Integration.Utility.Library.v4.Soap.udtSoapCodes.Sender, Msc.Integration.Utility.Library.v4.Xml.FormatXmlSchemaValidationErrorText(objXMLSchemaException), Msc.Integration.Utility.Library.v4.Soap.udtSoapRoles.RoleUltimateReceiver, aobjXMLInputSoapEnvelopeDoc, "soap:InvalidMessage", "soap:Body", Msc.Integration.Utility.Library.v4.Soap.GetReplyEndpointReference(aobjXMLInputSoapEnvelopeDoc), aobjXMLInputSoapEnvelopeDoc.DocumentElement.SelectSingleNode("soap:Header/wsa:MessageID", objXMLNameSpaceManager).InnerText, aobjConsumer))
    Exit Sub
    End If
    'Get the case number and the PO number from the input message
    strCaseNumber = objXmlMessageDoc.DocumentElement.SelectSingleNode("ext:CourtFileNumber", objXMLNameSpaceManager).InnerText
    strPoNumber = objXmlMessageDoc.DocumentElement.SelectSingleNode("ext:ProtectionOrderID", objXMLNameSpaceManager).InnerText
    'Get the case information from Mncis
    'Code for calling the case
    objXmlCaseDoc = Msc.Integration.Mncis.Library.v4.Case.GetIxmlForCaseNumber(strCaseNumber, "CourtCaseHeader,ProtectionOrder,SubjectParties,HearingTrialSetting", False)
    'Tranform case information into the output format
    End Sub
    End Class
    End Class
    xslt code
    <?xml version="1.0" encoding="UTF-8"?>
    <?altova_samplexml file:///Z:/Training%20with%20Tim%20XML%20code%20various/BcaRequestIxml.xml?>
    <xsl:stylesheet version="3.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" xmlns:poq="http://www.courts.state.mn.us/ProtectionOrderQuery/1.0" xmlns:ext="http://www.courts.state.mn.us/ProtectionOrderExtension/1.0" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:j="http://niem.gov/niem/domains/jxdm/4.1" xmlns:mscef="courts.state.mn.us/extfun" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:exsl="urn:schemas-microsoft-com:xslt" extension-element-prefixes="exsl" exclude-result-prefixes="mscef msxsl exsl">
    <xsl:import href="../General/ExtensionFunctions.xsl"/>
    <xsl:import href="MNCIS_PO_BCA_ProtectionOrder_1_0.xsl"/>
    <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
    <!-- Path to environment folder used by document function. Relative to location of stylesheet. -->
    <xsl:param name="gEnvPath">../..</xsl:param>
    <xsl:template match="/">
    <xsl:variable name="vPoNumber">
    <xsl:value-of select="Integration/@protectionOrderNumber"/>
    </xsl:variable>
    <poq:ProtectionOrderQueryResponse>
    <xsl:for-each select="//Integration/ProtectionOrder[ProtectionOrderNumber=$vPoNumber]">
    <xsl:call-template name="ProtectionOrder"/>
    </xsl:for-each>
    </poq:ProtectionOrderQueryResponse>
    </xsl:template>
    </xsl:stylesheet>
    XML document output  from my xslt code
    <?xml version="1.0" encoding="UTF-8"?>
    <poq:ProtectionOrderQueryResponse xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:poq="http://www.courts.state.mn.us/ProtectionOrderQuery/1.0" xmlns:ext="http://www.courts.state.mn.us/ProtectionOrderExtension/1.0" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:j="http://niem.gov/niem/domains/jxdm/4.1">
    <ext:ProtectionOrder xmlns:exc="http://www.courts.state.mn.us/ProtectionOrderServiceExchange/1.0" xmlns:s="http://niem.gov/niem/structures/2.0" xmlns:usps="http://niem.gov/niem/usps_states/2.0">
    <j:CourtOrderEnforcementAgency>
    <nc:OrganizationIdentification>
    <nc:IdentificationID>MN0700000</nc:IdentificationID>
    </nc:OrganizationIdentification>
    </j:CourtOrderEnforcementAgency>
    <ext:ForeignOrderIdentification>
    <nc:IdentificationID/>
    <ext:ForeignOrderIdentificationTypeCode/>
    </ext:ForeignOrderIdentification>
    <ext:HearingHeldIndicator>false</ext:HearingHeldIndicator>
    <nc:Location s:id="DB1618611387">
    <nc:LocationAddress>
    <nc:StructuredAddress>
    <nc:LocationStreet>
    <nc:StreetFullText>3434 Bohnsack Way</nc:StreetFullText>
    <nc:StreetFullText>Unit 75 B</nc:StreetFullText>
    <nc:StreetFullText/>
    </nc:LocationStreet>
    <nc:LocationCityName>New Prague</nc:LocationCityName>
    <nc:LocationStateUSPostalServiceCode>MN</nc:LocationStateUSPostalServiceCode>
    <nc:LocationPostalCode>56071</nc:LocationPostalCode>
    </nc:StructuredAddress>
    </nc:LocationAddress>
    </nc:Location>
    <ext:ProtectedParty>
    <ext:PersonBirthDate ext:approximateDateIndicator="false" ext:currentIndicator="true">1987-11-21</ext:PersonBirthDate>
    <nc:PersonName>
    <nc:PersonGivenName>Jennifer</nc:PersonGivenName>
    <nc:PersonMiddleName>Marie</nc:PersonMiddleName>
    <nc:PersonSurName>O'Brien</nc:PersonSurName>
    <nc:PersonNameSuffixText/>
    <nc:PersonFullName>O'Brien, Jennifer Marie</nc:PersonFullName>
    </nc:PersonName>
    <ext:PersonRaceCode/>
    <nc:PersonSexCode>F</nc:PersonSexCode>
    <ext:PetitionerIndicator>true</ext:PetitionerIndicator>
    </ext:ProtectedParty>
    <ext:ProtectedParty>
    <ext:PersonBirthDate ext:approximateDateIndicator="false" ext:currentIndicator="true">2008-03-24</ext:PersonBirthDate>
    <nc:PersonName>
    <nc:PersonGivenName>Eli</nc:PersonGivenName>
    <nc:PersonMiddleName>Rose</nc:PersonMiddleName>
    <nc:PersonSurName>Noir</nc:PersonSurName>
    <nc:PersonNameSuffixText/>
    <nc:PersonFullName>Noir, Eli Rose</nc:PersonFullName>
    </nc:PersonName>
    <ext:PersonRaceCode/>
    <nc:PersonSexCode>F</nc:PersonSexCode>
    <ext:PetitionerIndicator>false</ext:PetitionerIndicator>
    </ext:ProtectedParty>
    <ext:ProtectionOrderBradyIndicator>N</ext:ProtectionOrderBradyIndicator>
    <ext:ProtectionOrderCondition>
    <ext:ConditionText>Respondent must not have any contact with the Protected Person(s) whether in person, with or through other persons, by telephone, mail, e-mail, through electronic devices, social media, or by any other means except as follows: [] </ext:ConditionText>
    <ext:ConditionCode>08</ext:ConditionCode>
    </ext:ProtectionOrderCondition>
    <ext:ProtectionOrderCondition>
    <ext:ConditionText>Respondent must stay a reasonable distance away from the residence(s) of the Protected Person(s), specifically as follows: [distance]; and Respondent must stay a reasonable distance away from ANY FUTURE RESIDENCES of the Protected Person(s). </ext:ConditionText>
    <ext:ConditionCode>04</ext:ConditionCode>
    </ext:ProtectionOrderCondition>
    <ext:ProtectionOrderCondition>
    <ext:ConditionText>Respondent shall not call or enter Petitioner's place of employment which includes all land, parking lots, and buildings at: </ext:ConditionText>
    <ext:ConditionCode>04</ext:ConditionCode>
    </ext:ProtectionOrderCondition>
    <ext:ProtectionOrderExpirationDate>2015-12-22</ext:ProtectionOrderExpirationDate>
    <ext:ProtectionOrderFinding>
    <ext:FindingText>Respondent personally appeared or had reasonable notice and opportunity to be heard. The procedures for service upon Respondent set forth in the Minnesota Domestic Abuse Act (Minn.Stat. 518B.01) were followed, and the court has jurisdiction over the parties and subject matter. </ext:FindingText>
    <ext:FindingCode>OAH1</ext:FindingCode>
    </ext:ProtectionOrderFinding>
    <ext:ProtectionOrderFinding>
    <ext:FindingText>Acts of domestic abuse have occurred, including the following: [] </ext:FindingText>
    <ext:FindingCode>OAH4A</ext:FindingCode>
    </ext:ProtectionOrderFinding>
    <ext:ProtectionOrderID>1400042</ext:ProtectionOrderID>
    <ext:ProtectionOrderIssuingCourt>
    <nc:OrganizationIdentification>
    <nc:IdentificationID>MN070015J</nc:IdentificationID>
    </nc:OrganizationIdentification>
    <ext:CourtFaxNumber>
    <nc:TelephoneNumberFullID>952-496-8211</nc:TelephoneNumberFullID>
    </ext:CourtFaxNumber>
    <ext:CourtTelephoneNumber>
    <nc:TelephoneNumberFullID>952-496-8200</nc:TelephoneNumberFullID>
    <nc:TelephoneSuffixID/>
    </ext:CourtTelephoneNumber>
    </ext:ProtectionOrderIssuingCourt>
    <ext:ProtectionOrderIssuingDate>2014-12-22</ext:ProtectionOrderIssuingDate>
    <ext:ProtectionOrderIssuingJudicialOfficial>
    <nc:PersonName>
    <nc:PersonGivenName>Do</nc:PersonGivenName>
    <nc:PersonMiddleName>P.</nc:PersonMiddleName>
    <nc:PersonSurName>Ande</nc:PersonSurName>
    <nc:PersonNameSuffixText/>
    <nc:PersonFullName>Ande, Do P.</nc:PersonFullName>
    </nc:PersonName>
    </ext:ProtectionOrderIssuingJudicialOfficial>
    <ext:ProtectionOrderOtherIdentification>
    <nc:IdentificationID>12345</nc:IdentificationID>
    <ext:ProtectionOrderOtherIdentificationTypeCode>NCICNUM</ext:ProtectionOrderOtherIdentificationTypeCode>
    </ext:ProtectionOrderOtherIdentification>
    <ext:ProtectionOrderService>
    <ext:ProtectionOrderServiceAgency>
    <nc:OrganizationIdentification>
    <nc:IdentificationID>MN0191000</nc:IdentificationID>
    </nc:OrganizationIdentification>
    </ext:ProtectionOrderServiceAgency>
    <ext:ProtectionOrderServiceDate>2015-01-10</ext:ProtectionOrderServiceDate>
    <ext:ProtectionOrderServiceTime>16:25:00-06:00</ext:ProtectionOrderServiceTime>
    <ext:ProtectionOrderServiceToCode>Respondent</ext:ProtectionOrderServiceToCode>
    <ext:ProtectionOrderServiceTypeCode>BYPUB</ext:ProtectionOrderServiceTypeCode>
    </ext:ProtectionOrderService>
    <ext:ProtectionOrderService>
    <ext:ProtectionOrderServiceAgency>
    <nc:OrganizationIdentification>
    <nc:IdentificationID>MN0191000</nc:IdentificationID>
    </nc:OrganizationIdentification>
    </ext:ProtectionOrderServiceAgency>
    <ext:ProtectionOrderServiceDate>2015-01-10</ext:ProtectionOrderServiceDate>
    <ext:ProtectionOrderServiceTime>16:25:00-06:00</ext:ProtectionOrderServiceTime>
    <ext:ProtectionOrderServiceToCode>Respondent</ext:ProtectionOrderServiceToCode>
    <ext:ProtectionOrderServiceTypeCode>BYPUB</ext:ProtectionOrderServiceTypeCode>
    </ext:ProtectionOrderService>
    <ext:ProtectionOrderService>
    <ext:ProtectionOrderServiceAgency>
    <nc:OrganizationIdentification>
    <nc:IdentificationID>MN0191000</nc:IdentificationID>
    </nc:OrganizationIdentification>
    </ext:ProtectionOrderServiceAgency>
    <ext:ProtectionOrderServiceDate>2015-01-10</ext:ProtectionOrderServiceDate>
    <ext:ProtectionOrderServiceToCode>Respondent</ext:ProtectionOrderServiceToCode>
    <ext:ProtectionOrderServiceTypeCode>BYPUB</ext:ProtectionOrderServiceTypeCode>
    </ext:ProtectionOrderService>
    <ext:ProtectionOrderService>
    <ext:ProtectionOrderServiceAgency>
    <nc:OrganizationIdentification>
    <nc:IdentificationID>MN0250800</nc:IdentificationID>
    </nc:OrganizationIdentification>
    </ext:ProtectionOrderServiceAgency>
    <ext:ProtectionOrderServiceDate>2015-01-09</ext:ProtectionOrderServiceDate>
    <ext:ProtectionOrderServiceToCode>Respondent</ext:ProtectionOrderServiceToCode>
    <ext:ProtectionOrderServiceTypeCode>BYMAIL</ext:ProtectionOrderServiceTypeCode>
    </ext:ProtectionOrderService>
    <ext:ProtectionOrderService>
    <ext:ProtectionOrderServiceAgency>
    <nc:OrganizationIdentification>
    <nc:IdentificationID>MN0720100</nc:IdentificationID>
    </nc:OrganizationIdentification>
    </ext:ProtectionOrderServiceAgency>
    <ext:ProtectionOrderServiceDate>2014-12-22</ext:ProtectionOrderServiceDate>
    <ext:ProtectionOrderServiceToCode>Respondent</ext:ProtectionOrderServiceToCode>
    <ext:ProtectionOrderServiceTypeCode>BYPUB</ext:ProtectionOrderServiceTypeCode>
    </ext:ProtectionOrderService>
    <ext:ProtectionOrderStatus>
    <ext:ProtectionOrderStatusCode>SBJO</ext:ProtectionOrderStatusCode>
    <ext:ProtectionOrderStatusDate>2014-12-22</ext:ProtectionOrderStatusDate>
    </ext:ProtectionOrderStatus>
    <ext:ProtectionOrderTypeCode>OFP</ext:ProtectionOrderTypeCode>
    <ext:QualifyingRelationship>
    <ext:QualifyingRelationshipCode>LIVTOGTHR</ext:QualifyingRelationshipCode>
    <ext:QualifyingRelationshipText>Lived Together</ext:QualifyingRelationshipText>
    </ext:QualifyingRelationship>
    <ext:Respondent>
    <nc:PersonEthnicityCode/>
    <nc:PersonEyeColorCode/>
    <nc:PersonHairColorCode>XXX</nc:PersonHairColorCode>
    <nc:PersonHeightMeasure>
    <nc:MeasureText>71</nc:MeasureText>
    <nc:MeasureUnitText>inches</nc:MeasureUnitText>
    <nc:LengthUnitCode>INH</nc:LengthUnitCode>
    </nc:PersonHeightMeasure>
    <ext:PersonRaceCode>W</ext:PersonRaceCode>
    <nc:PersonSexCode>M</nc:PersonSexCode>
    <nc:PersonWeightMeasure>
    <nc:MeasureText>210</nc:MeasureText>
    <nc:MeasureUnitText>pounds</nc:MeasureUnitText>
    <nc:WeightUnitCode>LBR</nc:WeightUnitCode>
    </nc:PersonWeightMeasure>
    <ext:AddressReference ext:currentIndicator="true">
    <nc:LocationReference s:ref="DB1618611387"/>
    </ext:AddressReference>
    <ext:PersonBirthDate ext:approximateDateIndicator="true" ext:currentIndicator="false">1990-12-23</ext:PersonBirthDate>
    <ext:PersonBirthDate ext:approximateDateIndicator="false" ext:currentIndicator="false">1989-12-23</ext:PersonBirthDate>
    <ext:PersonBirthDate ext:approximateDateIndicator="false" ext:currentIndicator="true">1991-12-23</ext:PersonBirthDate>
    <ext:PersonName ext:currentIndicator="true">
    <nc:PersonGivenName>Guy</nc:PersonGivenName>
    <nc:PersonMiddleName>Andr</nc:PersonMiddleName>
    <nc:PersonSurName>Noir</nc:PersonSurName>
    <nc:PersonNameSuffixText>Jr.</nc:PersonNameSuffixText>
    <nc:PersonFullName>Noir Jr , Guy Andr</nc:PersonFullName>
    </ext:PersonName>
    </ext:Respondent>
    <ext:RespondentPresentAtHearingIndicator>false</ext:RespondentPresentAtHearingIndicator>
    </ext:ProtectionOrder>
    <ext:SupersededProtectionOrderID xmlns:exc="http://www.courts.state.mn.us/ProtectionOrderServiceExchange/1.0" xmlns:s="http://niem.gov/niem/structures/2.0" xmlns:usps="http://niem.gov/niem/usps_states/2.0"/>
    <ext:Hearing xmlns:exc="http://www.courts.state.mn.us/ProtectionOrderServiceExchange/1.0" xmlns:s="http://niem.gov/niem/structures/2.0" xmlns:usps="http://niem.gov/niem/usps_states/2.0">
    <ext:HearingDateTime>2015-01-20T09:00:00-06:00</ext:HearingDateTime>
    <ext:HearingLocationText>Scott County</ext:HearingLocationText>
    </ext:Hearing>
    </poq:ProtectionOrderQueryResponse>

    Inert to root as first nood.
    http://msdn.microsoft.com/en-us/library/system.xml.xmlnode.insertbefore(v=vs.110).aspx
    Dim doc As New XmlDocument()
    doc.LoadXml("<book genre='novel' ISBN='1-861001-57-5'>" & _
    "<title>Pride And Prejudice</title>" & _
    "</book>")
    Dim root As XmlNode = doc.DocumentElement
    'Create a new node.
    Dim elem As XmlElement = doc.CreateElement("price")
    elem.InnerText = "19.95"
    'Add the node to the document.
    root.InsertBefore(elem, root.FirstChild)
    Console.WriteLine("Display the modified XML...")
    doc.Save(Console.Out)
    remember make the reply as answer and vote the reply as helpful if it helps.

  • How can I use XStream to persist complicated Java Object  to XML & backward

    Dear Sir:
    I met a problem as demo in my code below when i use XTream to persist my Java Object;
    How can I use XStream to persist complicated Java Object to XML & backward??
    See
    [1] main code
    import java.io.BufferedReader;
    import java.io.BufferedWriter;
    import java.io.FileReader;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.util.ArrayList;
    import com.thoughtworks.xstream.XStream;
    import com.thoughtworks.xstream.io.xml.DomDriver;
    public class PhoneList {
         ArrayList<PhoneNumber> phones;
         ArrayList<Person> person;
         private PhoneList myphonelist ;
         private LocationTest location;
         private PhoneList(String name) {
         phones = new ArrayList<PhoneNumber>();
         person = new ArrayList<Person>();
         public ArrayList<PhoneNumber> getphones() {
              return phones;
         public ArrayList<Person> getperson() {
              return person;
         public void addPhoneNumber(PhoneNumber b1) {
              this.phones.add(b1);
         public void removePhoneNumber(PhoneNumber b1) {
              this.phones.remove(b1);
         public void addPerson(Person p1) {
              this.person.add(p1);
         public void removePerson(Person p1) {
              this.person.remove(p1);
         public void BuildList(){
              location = new LocationTest();
              XStream xstream = new XStream();
              myphonelist = new PhoneList("PhoneList");
              Person joe = new Person("Joe, Wallace");
              joe.setPhone(new PhoneNumber(123, "1234-456"));
              joe.setFax(new PhoneNumber(123, "9999-999"));
              Person geo= new Person("George Nixson");
              geo.setPhone(new PhoneNumber(925, "228-9999"));
              geo.getPhone().setLocationTest(location);          
              myphonelist.addPerson(joe);
              myphonelist.addPerson(geo);
         public PhoneList(){
              XStream xstream = new XStream();
              BuildList();
              saveStringToFile("C:\\temp\\test\\PhoneList.xml",convertToXML(myphonelist));
         public void saveStringToFile(String fileName, String saveString) {
              BufferedWriter bw = null;
              try {
                   bw = new BufferedWriter(
                             new FileWriter(fileName));
                   try {
                        bw.write(saveString);
                   finally {
                        bw.close();
              catch (IOException ex) {
                   ex.printStackTrace();
              //return saved;
         public String getStringFromFile(String fileName) {
              BufferedReader br = null;
              StringBuilder sb = new StringBuilder();
              try {
                   br = new BufferedReader(
                             new FileReader(fileName));
                   try {
                        String s;
                        while ((s = br.readLine()) != null) {
                             // add linefeed (\n) back since stripped by readline()
                             sb.append(s + "\n");
                   finally {
                        br.close();
              catch (Exception ex) {
                   ex.printStackTrace();
              return sb.toString();
         public  String convertToXML(PhoneList phonelist) {
              XStream xstream = new  XStream(new DomDriver());
              xstream.setMode(xstream.ID_REFERENCES) ;
              return xstream.toXML(phonelist);
         public static void main(String[] args) {
              new PhoneList();
    }[2].
    import java.io.Serializable;
    import javax.swing.JFrame;
    public class PhoneNumber implements Serializable{
           private      String      phone;
           private      String      fax;
           private      int      code;
           private      String      number;
           private      String      address;
           private      String      school;
           private      LocationTest      location;
           public PhoneNumber(int i, String str) {
                setCode(i);
                setNumber(str);
                address = "4256, Washington DC, USA";
                school = "Washington State University";
         public Object getPerson() {
              return null;
         public void setPhone(String phone) {
              this.phone = phone;
         public String getPhone() {
              return phone;
         public void setFax(String fax) {
              this.fax = fax;
         public String getFax() {
              return fax;
         public void setCode(int code) {
              this.code = code;
         public int getCode() {
              return code;
         public void setNumber(String number) {
              this.number = number;
         public String getNumber() {
              return number;
         public void setLocationTest(LocationTest bd) {
              this.location = bd;
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(location);
            f.getContentPane().add(location.getControls(), "Last");
            f.setSize(400,400);
            f.setLocation(200,200);
            f.setVisible(true);
         public LocationTest getLocationTest() {
              return location;
         }[3].
    package test.temp;
    import java.io.Serializable;
    public class Person implements Serializable{
         private String           fullname;
           @SuppressWarnings("unused")
         private PhoneNumber      phone;
           @SuppressWarnings("unused")
         private PhoneNumber      fax;
         public Person(){
         public Person(String fname){
                fullname=fname;           
         public void setPhone(PhoneNumber phoneNumber) {
              phone = phoneNumber;
         public void setFax(PhoneNumber phoneNumber) {
              fax = phoneNumber;
         public PhoneNumber getPhone() {
              return phone ;
         public PhoneNumber getFax() {
              return fax;
        public String getName() {
            return fullname ;
        public void setName(String name) {
            this.fullname      = name;
        public String toString() {
            return getName();
    }[4]. LocationTest.java
    package test.temp;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class LocationTest extends JPanel implements ChangeListener
        Ellipse2D.Double ball;
        Line2D.Double    line;
        JSlider          translate;
        double           lastTheta = 0;
        public void stateChanged(ChangeEvent e)
            JSlider slider = (JSlider)e.getSource();
            String name = slider.getName();
            int value = slider.getValue();
            if(name.equals("rotation"))
                tilt(Math.toRadians(value));
            else if(name.equals("translate"))
                moveBall(value);
            repaint();
        protected void paintComponent(Graphics g)
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            if(ball == null)
                initGeom();
            g2.setPaint(Color.green.darker());
            g2.draw(line);
            g2.setPaint(Color.red);
            g2.fill(ball);
        private void initGeom()
            int w = getWidth();
            int h = getHeight();
            int DIA = 30;
            int padFromEnd = 5;
            line = new Line2D.Double(w/4, h*15/16, w*3/4, h*15/16);
            double x = line.x2 - padFromEnd - DIA;
            double y = line.y2 - DIA;
            ball = new Ellipse2D.Double(x, y, DIA, DIA);
            // update translate slider values
            int max = (int)line.getP1().distance(line.getP2());
            translate.setMaximum(max);
            translate.setValue(max-padFromEnd);
        private void tilt(double theta)
            // rotate line from left end
            Point2D pivot = line.getP1();
            double lineLength = pivot.distance(line.getP2());
            Point2D.Double p2 = new Point2D.Double();
            p2.x = pivot.getX() + lineLength*Math.cos(theta);
            p2.y = pivot.getY() + lineLength*Math.sin(theta);
            line.setLine(pivot, p2);
            // find angle from pivot to ball center relative to line
            // ie, ball center -> pivot -> line end
            double cx = ball.getCenterX();
            double cy = ball.getCenterY();
            double pivotToCenter = pivot.distance(cx, cy);
            // angle of ball to horizon
            double dy = cy - pivot.getY();
            double dx = cx - pivot.getX();
            // relative angle phi = ball_to_horizon - last line_to_horizon
            double phi = Math.atan2(dy, dx) - lastTheta;
            // rotate ball from pivot
            double x = pivot.getX() + pivotToCenter*Math.cos(theta+phi);
            double y = pivot.getY() + pivotToCenter*Math.sin(theta+phi);
            ball.setFrameFromCenter(x, y, x+ball.width/2, y+ball.height/2);
            lastTheta = theta;  // save theta for next time
        private void moveBall(int distance)
            Point2D pivot = line.getP1();
            // ball touches line at distance from pivot
            double contactX = pivot.getX() + distance*Math.cos(lastTheta);
            double contactY = pivot.getY() + distance*Math.sin(lastTheta);
            // find new center location of ball
            // angle lambda = lastTheta - 90 degrees (anti-clockwise)
            double lambda = lastTheta - Math.PI/2;
            double x = contactX + (ball.width/2)*Math.cos(lambda);
            double y = contactY + (ball.height/2)*Math.sin(lambda);
            ball.setFrameFromCenter(x, y, x+ball.width/2, y+ball.height/2);
        JPanel getControls()
            JSlider rotate = getSlider("rotation angle", "rotation", -90, 0, 0, 5, 15);
            translate = getSlider("distance from end",  "translate", 0, 100, 100,25, 50);
            JPanel panel = new JPanel(new GridLayout(0,1));
            panel.add(rotate);
            panel.add(translate);
            return panel;
        private JSlider getSlider(String title, String name, int min, int max,
                                  int value, int minorSpace, int majorSpace)
            JSlider slider = new JSlider(JSlider.HORIZONTAL, min, max, value);
            slider.setBorder(BorderFactory.createTitledBorder(title));
            slider.setName(name);
            slider.setPaintTicks(true);
            slider.setMinorTickSpacing(minorSpace);
            slider.setMajorTickSpacing(majorSpace);
            slider.setPaintLabels(true);
            slider.addChangeListener(this);
            return slider;
    }OK, My questions are:
    [1]. what I generated XML by XSTream is very complicated, especially for object LocationTest, Can we make it as simple as others such as Person object??
    [2]. after I run it, LocationTest will popup and a red ball in a panel will dsiplay, after I change red ball's position, I hope to persist it to xml, then when I read it back, I hope to get same picture, ie, red ball stiil in old position, How to do that??
    Thanks a lot!!

    Positive feedback? Then please take this in a positive way: if you want to work on persisting Java objects into XML, then GUI programming is irrelevant to that goal. The 1,000 lines of code you posted there appeared to me to have a whole lot of GUI code in it. You should produce a smaller (much smaller) example of what you want to do. Calling the working code from your GUI program should come later.

  • Using HTTPService to import data from a XML file

    Hello there!
    I'm having some problem's with this import... If anyone can
    help, I would appreciate it!
    I'm using this type of information as data source:
    public var dataCollection:ArrayCollection =
    new ArrayCollection([
    { id: "P1", name: "Porto", type: "team", children: [
    { id: "R1", name: "Dr Silva", location: "Bloco 1", type:
    "member" },
    { id: "R2", name: "Dra Neto", location: "Gabinete", type:
    "member"
    { id: "P2", name: "Braga", type: "team", children: [
    { id: "R3", name: "Dr Santos", location: "Bloco 2", type:
    "member" },
    { id: "R4", name: "Dra Sonia", location: "Piso 1", type:
    "member"
    But I want to import it from a XML file like this:
    <?xml version="1.0" encoding="utf-8"?>
    <items>
    <item id="P1" name="Porto" type="team">
    <children id="R1" name="Dr Silva" location="Bloco 1"
    type="member" />
    <children id="R2" name="Dra Neto" location="Gabinete"
    type="member" />
    </item>
    <item id="P2" name="Braga" type="team">
    <children id="R3" name="Dr Santos" location="Bloco 2"
    type="member" />
    <children id="R4" name="Dra Sonia" location="Piso 1"
    type="member" />
    </item>
    </items>
    I already import the file, but can not translate the data
    into a array collection.
    private function initApp():void {
    var httpService:HTTPService = new HTTPService();
    httpService.url = "dataprovider.xml";
    httpService.resultFormat = "e4x";
    httpService.addEventListener(FaultEvent.FAULT,
    onFaultHttpService);
    httpService.addEventListener(ResultEvent.RESULT,
    onResultHttpService);
    httpService.send();
    private function onFaultHttpService(e:FaultEvent):void
    Alert.show("Error reading data file.");
    private function onResultHttpService(e:ResultEvent):void
    //Convert the xml data to a array collection
    Thank you

    Hello Peter, and thank you for your reply's.
    My problem is that I'm receiving the data from the external
    file and I don't know how to get the children in place... I mean, I
    also have some data being received form a file that I can convert
    into an array collection, but the thing is, that file doesn't have
    children structure...
    It's something like this:
    <?xml version="1.0" encoding="utf-8"?>
    <items>
    <item id="T1" resourceId="R1" name="Cardiologia"
    startTime="25-3-09 8:0:0" endTime="25-3-09 8:30:0" />
    <item id="T2" resourceId="R2" name="Raio-X"
    startTime="25-3-09 9:0:0" endTime="25-3-09 9:15:0" />
    <item id="T3" resourceId="R3" name="Analises"
    startTime="25-3-09 12:0:0" endTime="25-3-09 12:45:0" />
    <item id="T4" resourceId="R4" name="Consulta"
    startTime="26-3-09 8:0:0" endTime="26-3-09 9:0:0" />
    </items>
    And I solve it with this (don't know if is the best):
    private function onResultHttpServiceTask(e:ResultEvent):void
    var a:Array = xmlListToObjectArray(e.result.item);
    tasks = new ArrayCollection(a);
    protected function
    xmlListToObjectArray(xmlList:XMLList):Array
    var a:Array = new Array();
    for each(var xml:XML in xmlList)
    var attributes:XMLList = xml.attributes();
    var o:Object = new Object();
    for each (var attribute:XML in attributes)
    var nodeName:String = attribute.name().toString();
    var value:*;
    value = attribute.toString();
    o[nodeName] = value;
    a.push(new ObjectProxy(o));
    return a;
    But when the children "enter in action" I don't know how to
    bring them to the array...
    This code you send it's preaty much the thing I need, but the
    thing is that I don't know how to call the children with data as
    e:ResultEvent...
    If you can help a bit more, I would really appreciate...
    Thank You

  • Problem in importing scenario objects from Development  to Production in XI

    Dear Gurus,
    I have a certain probelm happening as follows:-
    We have a 3 Sytem Landscape as follows :-
    Client 400-Development ,
    Client 500- Quality
    Client 700 - Production
    When he scenario (.tpz) files of directory and integration server  are transported from 200 - 500 , (ie .tpz files are transferred from the export folder of directory and repository server to import folder of directory and repository server via FTP) the scenario is visible in the namespace in 500 .
    The same when followed in 700 , after importing the objects from the import options under tools in repository as well as directory , the objects are not imported under the specified namespace in it's SWCV.
    Please suggest what could be done !!!!
    PS: We have deployed XI 3.5.

    Hi Ashish,
    I hope you have done ftp from 500 to 700 instead of 400 to 700. If yes then I dont think you should run into any of these issues. Also when it is done are the objects available in import and export folders of client 700 which is your production. If yes then try to import them in production. Also make sure you dont have anything in your change list. If you have something under the change list then you may run into some issues. Also look at this blog for the folder loactions:
    /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    Regards,
    ---Satish

  • Best way to import all objects into work repository located on a new master respository

    Hi,
    We have two separate master repositories, one for all development work repositories (Development, ST, UAT, IAT), and one for Production.
    What would be the best approach to export and import all objects from the Dev Repository into the Prod Work Repository located on the Prod Master Repository.
    Internal Ids of all work repositories are different.
    We have tried putting everything into a solution and exporting that, but that did not work when we tried to import it.
    We successfully exported and imported a single scenario, however this is not very practical as we have over 500 scenarios.
    All suggestions welcome,
    Thanks,
    Nic

    Thanks,
    But we want to keep Dev Work Repositories separate to Prod Work Repositories on their respective Master Repositories.
    So our end result will have:
    1) All Development Work Repositories located in the Development Master Repository on the Development server.
    2) The Production Work Repository located on the Production Master Repository on the Production Server.
    3) The ability to update a Solution or similar in Development with all changes to any objects.
    4) The ability to import the Solution into the Prod Work Repo on the Prod Master Repo and execute via a load plan.
    Is this possible?

  • Importing Design objects - Connection interrupted

    Hi, i'am trying to import design object in the integration builder (is a new installation) of my PI 7.0.
    Abap or Basis, both give me the same error:
    - after i click import, it says importing and in 2 seconds give me:
    Connection to server lost
    You can log on again once the server is available again
    Do you want to log on again?
    Well, i logon again and repeat the action but the same error arise.
    I do not think the problem is the PI is down....but i do not where look for the error log.
    Please help me.
    Thanks & regards
    Diego

    I've found this in the default trace (i've change the last name, restart the XI and tried to import again):
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[./log/defaultTrace.trc]/>
    <!PATTERN[defaultTrace.trc]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[UTF8]/>
    <!FILESET[3, 20, 10485760]/>
    <!PREVIOUSFILE[defaultTrace.2.trc]/>
    <!NEXTFILE[defaultTrace.4.trc]/>
    <!LOGHEADER[END]/>
    #1.5 #00142219413000000000001800001E680004469B65056A90#1203533135578#com.sap.engine.core.service630.container.ReferenceResolver##com.sap.engine.core.service630.container.ReferenceResolver#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###Classload error; cannot load library com.sap.aii.af.axis.lib because referenced component com.sap.aii.af.axisproviderlib not found.#
    #1.5 #001422194130000C0000000000001E680004469B65E872F3#1203533150453#com.sap.tc.logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######SAPEngine_System_Thread[impl:5]_88##0#0#Warning##Java###Attempting to change a formatter on active log ./log/system/server.log. reset() method must be called first.#1#java.lang.Exception: Attempting to change a formatter on active log ./log/system/server.log. reset() method must be called first.
         at com.sap.tc.logging.FileLog.setFormatter(FileLog.java:448)
         at com.sap.engine.services.log_configurator.admin.LogConfigurator.adjustConfiguration(LogConfigurator.java:789)
         at com.sap.engine.services.log_configurator.admin.LogConfigurator.applyConfiguration(LogConfigurator.java:1532)
         at com.sap.engine.services.log_configurator.LogConfiguratorServiceFrameImpl.activateLogger(LogConfiguratorServiceFrameImpl.java:258)
         at com.sap.engine.services.log_configurator.LogConfiguratorServiceFrameImpl.init(LogConfiguratorServiceFrameImpl.java:172)
         at com.sap.engine.services.log_configurator.LogConfiguratorApplicationServiceFrame.start(LogConfiguratorApplicationServiceFrame.java:69)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000260000000000001E680004469B66B97134#1203533164156#com.sap.caf.um.metadata.imp.MetaDataTools##com.sap.caf.um.metadata.imp.MetaDataTools.MetaDataTools()#######SAPEngine_System_Thread[impl:5]_54##0#0#Info#1#/System/Server#Plain###sap.com caf/um/metadata/imp MAIN_APL70VAL_C 1528581#
    #1.5 #00142219413000290000000000001E680004469B66BC7419#1203533164343#com.sap.tc.lm.ctc.confs.service.ServiceFrame##com.sap.tc.lm.ctc.confs.service.ServiceFrame#######SAPEngine_System_Thread[impl:5]_70##0#0#Info#1#/System/Server/CTC#Plain###Starting Configuration util service...#
    #1.5 #00142219413000320000000100001E680004469B66DCE23A#1203533166468#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Security#Plain###Error while reading trusted anchor configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000320000000300001E680004469B66DCE7BA#1203533166468#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Security#Plain###Error while reading credential configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000320000000500001E680004469B66DCEC93#1203533166468#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Security#Plain###Error while reading CRL configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000320000000700001E680004469B66DCF23B#1203533166468#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Security#Plain###Error while reading password configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000390000000000001E680004469B66E9CB39#1203533167312#com.sap.caf.um.relgroups.imp.persistence.DataSource##com.sap.caf.um.relgroups.imp.persistence.DataSource.DataSource()#######SAPEngine_System_Thread[impl:5]_38##0#0#Info#1#/System/Server#Plain###sap.com caf/um/relgroups/imp MAIN_APL70VAL_C 1528795#
    #1.5 #00142219413000290000000200001E680004469B66EE7064#1203533167625#com.sap.tc.lm.ctc.confs.service.ServiceFrame##com.sap.tc.lm.ctc.confs.service.ServiceFrame#######SAPEngine_System_Thread[impl:5]_70##0#0#Info#1#/System/Server/CTC#Plain###Configuration util service started successfully.#
    #1.5 #00142219413000390000000200001E680004469B66F25476#1203533167875#com.sap.caf.um.relgroups.imp.principals.RelGroupFactory##com.sap.caf.um.relgroups.imp.principals.RelGroupFactory.RelGroupFactory()#######SAPEngine_System_Thread[impl:5]_38##0#0#Info#1#/System/Server#Plain###sap.com caf/um/relgroups/imp MAIN_APL70VAL_C 1528795#
    #1.5 #001422194130004A0000000000001E680004469B67351838#1203533172250#com.sap.aii.af.service.cpa.impl.cache.CacheManager##com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(boolean)#######SAPEngine_System_Thread[impl:5]_76##0#0#Error##Java###CPA Cache not updated with directory data, due to: #1#Couldn't open Directory URL (http://sapdev:50400/dir/hmi_cache_refresh_service/ext?method=CacheRefresh&mode=F&consumer=af.dxi.sapdev
    dxi), due to: HTTP 503: Service Unavailable#
    #1.5 #001422194130004A0000000100001E680004469B673637C4#1203533172328#com.sap.aii.af.service.cpa.impl.cache.CacheManager##com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(boolean)#######SAPEngine_System_Thread[impl:5]_76##0#0#Error##Java###Confirmation handling failed, due to: #1#Couldn't send confirmation, due to: Couldn't access Confirmation URL, due to: HTTP 503: Service Unavailable#
    #1.5 #001422194130004C0000000000001E680004469B67421316#1203533173109#com.sap.aii.af.service.monitor.MonitorManagement##com.sap.aii.af.service.monitor.MonitorManagement.startService(ApplicationServiceContext)#######SAPEngine_System_Thread[impl:5]_24##0#0#Error##Plain###CCMS ManagementInterface registered!#
    #1.5 #001422194130004C0000000100001E680004469B6746EE02#1203533173421#com.sap.aii.af.service.alerting.Alert##com.sap.aii.af.service.alerting.Alert.setMDTUrl()#######SAPEngine_System_Thread[impl:5]_24##0#0#Error##Plain###Failed to set MDT URL: HTTP response code: 503 (Service Unavailable)#
    #1.5 #001422194130004C0000000200001E680004469B67472F15#1203533173437#com.sap.aii.af.service.alerting.Alert##com.sap.aii.af.service.alerting.Alert.setMDTUrl()#######SAPEngine_System_Thread[impl:5]_24##0#0#Error##Plain###Failed to set MDT URL: HTTP response code: 503 (Service Unavailable)#
    #1.5 #001422194130004D0000000000001E680004469B6748FD68#1203533173562#com.sap.aii.af.service.statistic.PerformanceMonitorManager##com.sap.aii.af.service.statistic.PerformanceMonitorManager.PerformanceMonitorManager: cleanCache()#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_18##0#0#Error##Java###Performance runtime data cache cleaned -
    #1.5 #001422194130004E0000000000001E680004469B6750AF4E#1203533174062#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_10##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/AFWListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/AFWListener.#
    #1.5 #001422194130004E0000000100001E680004469B6750B0B0#1203533174062#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_10##0#0#Error##Plain###Failed to create listener localejbs/AFWListener for connection AFW. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/AFWListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/AFWListener.#
    #1.5 #001422194130004F0000000000001E680004469B6750F5AA#1203533174078#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_8##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/MarketPlaceAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/MarketPlaceAdapterListener.#
    #1.5 #001422194130004F0000000100001E680004469B6750F6C2#1203533174078#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_8##0#0#Error##Plain###Failed to create listener localejbs/MarketPlaceAdapterListener for connection MPA. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/MarketPlaceAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/MarketPlaceAdapterListener.#
    #1.5 #00142219413000500000000000001E680004469B67511697#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_34##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/JPR within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/JPR.#
    #1.5 #00142219413000500000000100001E680004469B675117AA#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_34##0#0#Error##Plain###Failed to create listener localejbs/JPR for connection JPR. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/JPR within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/JPR.#
    #1.5 #00142219413000510000000000001E680004469B67511C96#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_22##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/RNIFMessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/RNIFMessageListener.#
    #1.5 #00142219413000510000000100001E680004469B67511D7A#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_22##0#0#Error##Plain###Failed to create listener localejbs/RNIFMessageListener for connection RNIFAdapter. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/RNIFMessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/RNIFMessageListener.#
    #1.5 #00142219413000520000000000001E680004469B675122CC#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_26##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/CIDXMessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/CIDXMessageListener.#
    #1.5 #00142219413000520000000100001E680004469B6751250F#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_26##0#0#Error##Plain###Failed to create listener localejbs/CIDXMessageListener for connection CIDXAdapter. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/CIDXMessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/CIDXMessageListener.#
    #1.5 #00142219413000530000000000001E680004469B67512A71#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/BcAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/BcAdapterListener.#
    #1.5 #00142219413000530000000100001E680004469B67512B5E#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###Failed to create listener localejbs/BcAdapterListener for connection BcAdapter. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/BcAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/BcAdapterListener.#
    #1.5 #00142219413000540000000000001E680004469B675131CD#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_1##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/TestListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/TestListener.#
    #1.5 #00142219413000540000000100001E680004469B675132B1#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_1##0#0#Error##Plain###Failed to create listener localejbs/TestListener for connection test. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/TestListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/TestListener.#
    #1.5 #00142219413000550000000000001E680004469B67513957#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_21##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/RNIF11MessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/RNIF11MessageListener.#
    #1.5 #00142219413000550000000100001E680004469B67513A8F#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_21##0#0#Error##Plain###Failed to create listener localejbs/RNIF11MessageListener for connection RNIF11Adapter. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/RNIF11MessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/RNIF11MessageListener.#
    #1.5 #00142219413000600000000000001E680004469B676FB3E7#1203533176109#com.sap.engine.services.iiop.server##com.sap.engine.services.iiop.server.PICurrentImpl#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###
    java.lang.IllegalThreadStateException: Wrong invoked request operation in a system thread.
         at com.sap.engine.services.iiop.internal.interceptors.PICurrentImpl.getThreadSlotTable(PICurrentImpl.java:88)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.<init>(ClientRequest.java:66)
         at com.sap.engine.services.iiop.server.portable.Delegate_1_2$ClientRequest_1_2.<init>(Delegate_1_2.java:41)
         at com.sap.engine.services.iiop.server.portable.Delegate_1_2.createRequestLocal(Delegate_1_2.java:32)
         at com.sap.engine.services.iiop.server.portable.Delegate.createRequest(Delegate.java:376)
         at com.sap.engine.services.iiop.server.portable.Delegate.request(Delegate.java:171)
         at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
         at com.adobe.service._FontManagerStub.getAdobeServerFontDirectory(_FontManagerStub.java:18)
         at com.adobe.document.XMLFormService.getFontDirectories(Unknown Source)
         at com.adobe.document.XMLFormService.onStartService(Unknown Source)
         at com.adobe.service.Service.start(Service.java:387)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000600000000100001E680004469B676FBB0E#1203533176109#com.sap.engine.services.iiop.server##com.sap.engine.services.iiop.server.Delegate.request(org.omg.CORBA.Object, String, boolean)#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###Request error :
    java.lang.NullPointerException
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.<init>(ClientRequest.java:66)
         at com.sap.engine.services.iiop.server.portable.Delegate_1_2$ClientRequest_1_2.<init>(Delegate_1_2.java:41)
         at com.sap.engine.services.iiop.server.portable.Delegate_1_2.createRequestLocal(Delegate_1_2.java:32)
         at com.sap.engine.services.iiop.server.portable.Delegate.createRequest(Delegate.java:376)
         at com.sap.engine.services.iiop.server.portable.Delegate.request(Delegate.java:171)
         at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
         at com.adobe.service._FontManagerStub.getAdobeServerFontDirectory(_FontManagerStub.java:18)
         at com.adobe.document.XMLFormService.getFontDirectories(Unknown Source)
         at com.adobe.document.XMLFormService.onStartService(Unknown Source)
         at com.adobe.service.Service.start(Service.java:387)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000600000000200001E680004469B676FBD14#1203533176109#com.adobe.document.XMLFormService##com.adobe.document.XMLFormService#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###$$$/com/adobe/xmlformservice/msg.fm.getASD.err=Error in FontManager.getAdobeServerFontDirectory. Exception: org.omg.CORBA.INTERNAL: Exception: java.lang.NullPointerException  vmcid: 0x0  minor code: 0  completed: No#
    #1.5 #00142219413000600000000300001E680004469B676FBDC8#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###org.omg.CORBA.INTERNAL: Exception: java.lang.NullPointerException  vmcid: 0x0  minor code: 0  completed: No#
    #1.5 #00142219413000600000000400001E680004469B676FBEA8#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.services.iiop.server.portable.Delegate.request(Delegate.java:178)#
    #1.5 #00142219413000600000000500001E680004469B676FBF14#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)#
    #1.5 #00142219413000600000000600001E680004469B676FBF7B#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.adobe.service._FontManagerStub.getAdobeServerFontDirectory(_FontManagerStub.java:18)#
    #1.5 #00142219413000600000000700001E680004469B676FBFE2#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.adobe.document.XMLFormService.getFontDirectories(Unknown Source)#
    #1.5 #00142219413000600000000800001E680004469B676FC046#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.adobe.document.XMLFormService.onStartService(Unknown Source)#
    #1.5 #00142219413000600000000900001E680004469B676FC0AD#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.adobe.service.Service.start(Service.java:387)#
    #1.5 #00142219413000600000000A00001E680004469B676FC113#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)#
    #1.5 #00142219413000600000000B00001E680004469B676FC17E#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)#
    #1.5 #00142219413000600000000C00001E680004469B676FC1E6#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.frame.core.thread.Task.run(Task.java:64)#
    #1.5 #00142219413000600000000D00001E680004469B676FC24C#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)#
    #1.5 #00142219413000600000000E00001E680004469B676FC2B3#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)#
    #1.5 #001422194130006C0000000600001E680004469B68B1B432#1203533197218#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#J2EE_ADMIN#9##n/a##2a62d550dfe411dccfe4001422194130#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###Exception getting currently running XMLForm Module version.
    java.lang.IllegalStateException: No transaction
         at com.adobe.service.J2EEConnectionFactoryManagerPeerImpl.getConnection(J2EEConnectionFactoryManagerPeerImpl.java:70)
         at com.adobe.ads.proxy.ServiceLocator.getXmlfmFactory(Unknown Source)
         at com.adobe.EJB_XMLFormAgent.getFactory(Unknown Source)
         at com.adobe.EJB_XMLFormAgent.getVersion(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.checkXmlfmVersion(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.ejbCreate(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.ejb.session.stateless_sp5.BeanFactory.createObject(BeanFactory.java:113)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.doResizeOneStepUp(ContainerPoolImpl.java:374)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.ensureNotEmpty(ContainerPoolImpl.java:343)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.pop(ContainerPoolImpl.java:291)
         at com.sap.engine.services.ejb.session.stateless_sp5.BeanFactory.getActiveBean(BeanFactory.java:188)
         at com.sap.engine.services.ejb.session.stateless_sp5.StatelessContainerFP.getActiveBean(StatelessContainerFP.java:183)
         at com.adobe.AdobeDocumentServicesObjectImpl0.registerWithMBeanServer(AdobeDocumentServicesObjectImpl0.java:98)
         at com.adobe.AdobeDocumentServices_Stub.registerWithMBeanServer(AdobeDocumentServices_Stub.java:58)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
         at $Proxy20.registerWithMBeanServer(Unknown Source)
         at com.adobe.web.RegisterMBean.init(Unknown Source)
         at com.sap.engine.services.servlets_jsp.server.security.PrivilegedActionImpl.run(PrivilegedActionImpl.java:59)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:379)
         at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.addServlet(WebComponents.java:141)
         at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.loadServlets(ApplicationThreadInitializer.java:386)
         at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:110)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    #1.5 #00142219413000730000000200001E680004469B692C2D3B#1203533205234#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrUser#
    #1.5 #00142219413000730000000400001E680004469B692C43EA#1203533205250#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrSupport#
    #1.5 #00142219413000730000000600001E680004469B692C589C#1203533205250#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterCR#
    #1.5 #00142219413000730000000900001E680004469B692D6CB6#1203533205328#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrAdministrator#
    #1.5 #00142219413000730000000B00001E680004469B692D8A7B#1203533205328#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrClassWriter#
    #1.5 #00142219413000730000000D00001E680004469B692DA637#1203533205328#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterAll#
    #1.5 #00142219413000700000000C00001E680004469B6AC2DE77#1203533231890#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.aii.af.app#com.sap.engine.services.security.roles.SecurityRoleImpl#J2EE_GUEST#0##n/a##3f194330dfe411dcbe8d001422194130#SAPEngine_Application_Thread[impl:3]_24##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#SAP-J2EE-Engine#administrators#
    #1.5 #00142219413000710000000800001E680004469B6AC51A95#1203533232031#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#28##sapdev_DXI_42254850#PIAFUSER#3f252a10dfe411dc8e09001422194130#SAPEngine_Application_Thread[impl:3]_4##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrUser#
    #1.5 #00142219413000710000000A00001E680004469B6AC52D2C#1203533232046#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#28##sapdev_DXI_42254850#PIAFUSER#3f252a10dfe411dc8e09001422194130#SAPEngine_Application_Thread[impl:3]_4##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrSupport#
    #1.5 #00142219413000710000000C00001E680004469B6AC53E14#1203533232046#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#28##sapdev_DXI_42254850#PIAFUSER#3f252a10dfe411dc8e09001422194130#SAPEngine_Application_Thread[impl:3]_4##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterCR#
    #1.5 #001422194130006D0000000E00001E680004469B6AE3A2B3#1203533234046#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#29##sapdev_DXI_42254850#PIAFUSER#40626500dfe411dc8265001422194130#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrUser#
    #1.5 #001422194130006D0000001000001E680004469B6AE3ABAC#1203533234046#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#29##sapdev_DXI_42254850#PIAFUSER#40626500dfe411dc8265001422194130#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrSupport#
    #1.5 #001422194130006D0000001200001E680004469B6AE3B4A6#1203533234046#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#29##sapdev_DXI_42254850#PIAFUSER#40626500dfe411dc8265001422194130#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterCR#
    #1.5 #001422194130004F0000000200001E680004469B6AE4292E#1203533234078#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0##n/a##406e4be0dfe411dcb793001422194130#SAPEngine_Application_Thread[impl:3]_8##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/MarketPlaceAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of MarketPlaceAdapterListener.#
    #1.5 #001422194130004F0000000300001E680004469B6AE42A0E#1203533234078#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0##n/a##406e4be0dfe411dcb793001422194130#SAPEngine_Application_Thread[impl:3]_8##0#0#Error##Plain###Failed to create listener localejbs/MarketPlaceAdapterListener for connection MPA. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/MarketPlaceAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of MarketPlaceAdapterListener.#
    #1.5 #00142219413000530000000200001E680004469B6AE47000#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0##n/a##407095d0dfe411dcbdc8001422194130#SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/BcAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of BcAdapterListener.#
    #1.5 #00142219413000530000000300001E680004469B6AE47156#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0##n/a##407095d0dfe411dcbdc8001422194130#SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###Failed to create listener localejbs/BcAdapterListener for connection BcAdapter. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/BcAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of BcAdapterListener.#
    #1.5 #00142219413000500000000200001E680004469B6AE47D4F#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0##n/a##407095d1dfe411dcc7cb001422194130#SAPEngine_Application_Thread[impl:3]_34##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/JPR within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of JPR.#
    #1.5 #00142219413000500000000300001E680004469B6AE47F04#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0##n/a##407095d1dfe411dcc7cb001422194130#SAPEngine_Application_Thread[impl:3]_34##0#0#Error##Plain###Failed to create listener localejbs/JPR for connection JPR. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/JPR within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of JPR.#
    #1.5 #00142219413000540000000200001E680004469B6AE48276#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0##n/a##407095d2dfe411dca1b9001422194130#SAPEngine_Application_Thread[impl:3]_1##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/TestListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of TestListener.#
    #1.5 #00142219413000540000000300001E680004469B6AE48438#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0##n/a##407095d2dfe411dca1b9001422194130#SAPEngine_Application_Thread[impl:3]_1##0#0#Error##Plain###Failed to create listener localejbs/TestListener for connection test. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/TestListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of TestListener.#
    #1.5 #00142219413000770000000200001E680004469B6AE8DB78#1203533234375#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#30##sapdev_DXI_42254850#PIAFUSER#4096bb70dfe411dc8b28001422194130#SAPEngine_Application_Thread[impl:3]_0##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrUser#
    #1.5 #00142219413000770000000400001E680004469B6AE8E48E#1203533234390#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#30##sapdev_DXI_42254850#PIAFUSER#4096bb70dfe411dc8b28001422194130#SAPEngine_Application_Thread[impl:3]_0##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrSupport#
    #1.5 #00142219413000770000000600001E680004469B6AE8ED18#1203533234390#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#30##sapdev_DXI_42254850#PIAFUSER#4096bb70dfe411dc8b28001422194130#SAPEngine_Application_Thread[impl:3]_0##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterCR#
    #1.5 #00142219413000380000011A00001E680004469B6B7DC038#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/ThirdPartyRoot/comsap/Server/Adapter Framework#Plain###Ignore this and the following trace messages in the method traceSample(). It is just a sample for using the trace API!#
    #1.5 #00142219413000380000011C00001E680004469B6B7DC88D#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/ThirdPartyRoot/comsap/Server/Adapter Framework#Plain###A error trace message with signature, category and text#
    #1.5 #00142219413000380000011E00001E680004469B6B7DCA61#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/ThirdPartyRoot/comsap/Server/Adapter Framework#Java###A error trace message with signature, category, text and .#1#parameters#
    #1.5 #00142219413000380000012000001E680004469B6B7DCBB0#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error##Plain###A error trace message with signature and text only#
    #1.5 #00142219413000380000012100001E680004469B6B7DCC47#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error##Java###A error trace message with signature, text and #1#parameters#
    #1.5 #00142219413000380000012200001E680004469B6B7DCF27#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/ThirdPartyRoot/comsap/Server/Adapter Framework#Java###Assertion failed: #1#Logging severity level is not set to 'None'#
    #1.5 #00142219413000740000001D00001E680004469B6CA3EC3B#1203533263421#com.sap.slm.exec.message.SLMApplication#sap.com/tcslmslmapp#com.sap.slm.exec.message.SLMApplication#J2EE_GUEST#0##n/a##41d3cf50dfe411dcb645001422194130#SAPEngine_Application_Thread[impl:3]_20##0#0#Error##Java###"CfgObjectLoadVisitor" cannot load com.sap.slm.util.config.objects.CfgSDTServer from SLM configuration. Cannot read configuration in path ''SLM''##
    #1.5 #00142219413000640000002000001E680004469B6D003CBF#1203533269468#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIRWBUSER#37##sapdev_DXI_42254850#PIRWBUSER#5575bff0dfe411dc9fda001422194130#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrSupport#
    #1.5 #00142219413000640000002200001E680004469B6D004E95#1203533269468#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIRWBUSER#37##sapdev_DXI_42254850#PIRWBUSER#5575bff0dfe411dc9fda001422194130#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrAdministrator#
    #1.5 #00142219413000640000002400001E680004469B6D005EA2#1203533269468#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIRWBUSER#37##sapdev_DXI_42254850#PIRWBUSER#5575bff0dfe411dc9fda001422194130#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrClassWriter#
    #1.5 #00142219413000640000002600001E680004469B6D006E57#1203533269484#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIRWBUSER#37##sapdev_DXI_42254850#PIRWBUSER#5575bff0dfe411dc9fda001422194130#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterAll#
    #1.5 #00142219413000640000002800001E680004469B6D007E0D#1203533269484#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIRWBUSER#37##sapdev_DXI_42254850#PIRWBUSER#5575bff0dfe411dc9fda001422194130#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterCR#
    #1.5 #00142219413000380000019900001E680004469B6D6EE405#1203533276718#com.sap.aii.adapter.axis.ra.SPIManagedConnectionFactory##com.sap.aii.adapter.axis.ra.SPIManagedConnectionFactory.start()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error##Plain###Unable to instantiate com.sap.aii.adapter.axis.ra.AdapterManager#
    #1.5 #001422194130006B0000002A00001E680004469B6D7E354C#1203533277718#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.FrontController [SAPEngine_Application_Thread[impl:3]_3] Info: FrontController: Configuration loaded from path [/WEB-INF/KwNaviConfig.xml], org.w3c.dom.Document builded
    #1.5 #001422194130006B0000002C00001E680004469B6D7E3A7E#1203533277718#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.FrontController [SAPEngine_Application_Thread[impl:3]_3] Info: found actMessType as init parameter, value: 1
    #1.5 #001422194130006B0000002E00001E680004469B6D7E3BFF#1203533277718#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.FrontController [SAPEngine_Application_Thread[impl:3]_3] Info: actMessType, value: 1
    #1.5 #001422194130006B0000003000001E680004469B6D7E7A42#1203533277734#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: DocumentBuilderFactory:com.sap.engine.lib.jaxp.DocumentBuilderFactoryImpl
    #1.5 #001422194130006B0000003200001E680004469B6D7E9460#1203533277750#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: logon
    #1.5 #001422194130006B0000003400001E680004469B6D7EAB5B#1203533277750#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: bannerNavCont
    #1.5 #001422194130006B0000003600001E680004469B6D7EC76C#1203533277765#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: chngCtxt
    #1.5 #001422194130006B0000003800001E680004469B6D7EDBBD#1203533277765#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: search
    #1.5 #001422194130006B0000003A00001E680004469B6D7EE81F#1203533277765#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: search
    #1.5 #001422194130006B0000003C00001E680004469B6D7EF9F5#1203533277765#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: whereUsed
    #1.5 #001422194130006B0000003E00001E680004469B6D7F0B1B#1203533277781#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: attrShow
    #1.5 #001422194130006B0000004000001E680004469B6D7F250A#1203533277781#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: config
    #1.5 #001422194130006B0000004200001E680004469B6D7F3FDE#1203533277796#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: error
    #1.5 #001422194130006B0000004400001E680004469B6D7F54B4#1203533277796#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: classSelect
    #1.5 #001422194130006B0000004600001E680004469B6D7F6D5F#1203533277796#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    logon.xslt
    #1.5 #001422194130006B0000004800001E680004469B6D7F8EC7#1203533277812#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    bannerNavCont.xslt
    #1.5 #001422194130006B0000004A00001E680004469B6D7FCD15#1203533277828#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    kwnet
    bannerNavCont.xslt
    #1.5 #001422194130006B0000004C00001E680004469B6D7FE64C#1203533277828#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    zkwnet
    bannerNavCont.xslt
    #1.5 #001422194130006B0000004E00001E680004469B6D7FF60C#1203533277843#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    chgCtxt.xslt
    #1.5 #001422194130006B0000005000001E680004469B6D80174F#1203533277843#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    search.xslt
    #1.5 #001422194130006B0000005200001E680004469B6D803E6E#1203533277859#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    searchResults.xslt
    #1.5 #001422194130006B0000005400001E680004469B6D80647C#1203533277859#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    whereUsed.xslt
    #1.5 #001422194130006B0000005600001E680004469B6D80869D#1203533277875#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    attrShow.xslt
    #1.5 #001422194130006B0000005800001E680004469B6D80B109#1203533277890#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    kwnet
    attrShow.xslt
    #1.5 #001422194130006B0000005A00001E680004469B6D80DF2B#1203533277890#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    config.xslt
    #1.5 #001422194130006B0000005C00001E680004469B6D8105F8#1203533277906#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    error.xslt
    #1.5 #001422194130006B0000005E00001E680004469B6D81244E#1203533277921#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    classSelect.xslt
    #1.5 #001422194130006B0000006000001E680004469B6D8142D2#1203533277921#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_App

  • Adding attachment via XML calls

    I am trying to associate an attachment to a punch list item via XML in C#. Whenever I try to insert an Attachment object, I am getting a generic 'Error' message back. The XML is properly formed and I am populating it with values in the same locations as a file attached via the Contract Management interface. The code to insert the punch list item works fine and it appears in the CM interface. Does anyone have any experience with this scenario? Note: I am uploading the physical file separately.

    Here is an example of one that worked here. A couple comments on yours. I did not see a Base_sys_item_type in your code. Which I believe is required for this table. Usually whan I have a question about what data I need to send I'll add a record manually then duplicate what I see in the table. Another thing you should know is that the API will not receive actual files. All it currently does is create links. Files still need to be placed in the correct location. I do that here using some code that copies the files to the correct location when we load in bulk.
    We are using CM on some huge projects. I have used the API to integrate and to add/delete/update hundreds of thousands of records. Each module seems to be slightly different, so be wary and always test if/how the API works. Each type can have it's own unique list of required fields etc..
    <?xml version="1.0" encoding="UTF-8"?><request xmlns="http://app.expedition.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://app.expedition.com/ http://127.0.0.1/exponline/xml-schemas/request.xsd"><header requestType="DETAIL" sysitemtype="DLNK"><sessionId>000TfQLKK1000630000000BURN</sessionId><action>INSERT</action><getUpdatedDataInResponse>true</getUpdatedDataInResponse></header><DLNK>
         <attachment>J:\data\<Attachment Name>.PDF</attachment>
         <base_item_type>SNT</base_item_type>
         <base_master_key>0002YOCBJ0727800000000BURN</base_master_key>
         <base_parent_key></base_parent_key>
         <base_sys_item_type>SNT</base_sys_item_type>
         <created_by></created_by>
         <created_date></created_date>
         <created_system></created_system>
         <date_linked>2009-02-03T12:00:00.0000000</date_linked>
         <file_size>0</file_size>
         <is_a_url>0</is_a_url>
         <item_type>DLNK</item_type>
         <last_edit_by></last_edit_by>
         <last_edit_date></last_edit_date>
         <last_edit_system></last_edit_system>
         <linked_by_user>Joe Manzi</linked_by_user>
         <linked_by_user_name>Joe Manzi</linked_by_user_name>
         <location></location>
         <master_key></master_key>
         <project_name>"Your Project name"</project_name>
         <sender_login_name></sender_login_name>
         <subject>test</subject>
         <sys_item_type>DLNK</sys_item_type>
    </DLNK></request>

Maybe you are looking for

  • Is there a quick way to open a resident video in fullscreen mode?

    Short and not-so-simple, I have a client who requires the following: Starting from the home screen, he wants the shortest number of taps to open a video (resident on the device) in fullscreen mode. Ideally, I wanted to have a "shortcut" on his home s

  • HT1727 how do I transfer my iTunes from an external hard drive to a different computer?

    How do I transfer my iTunes from an external hard drive to a pc?

  • N97 Software update problem

    I'm trying to update the firmware on my phone, which vodaphone says is available to me. Firstly, I tried on my phone,but it states that there is no update available, so thought I'd try to do it using my laptop. I install the latest PC suite and SW up

  • ABAP to READ No. of COLUMNS

    Hi, I need abap code to READ NO OF COLUMNS NOT ROWS in a INTERNAL TABLE DYNAMIC created during runtime ? any codes available or help ? Regards

  • Inbound Delivery Scenario

    Hi , I am new to this AII field.I need some guidance regarding the Indbound document scenario. I have tested the outbound scenario with AII test tool.Now i need to know what are the steps involved for inbound delivery scenario and what are the proced