Wrong technical usages in xml file

Solution Manager MOPZ is generating XML files with technical usages different from those I selected.
I am attempting to upgrade to EHP4 for ERP with three Techical Usages.
In my maintenane optimizer transaction I selected financials but in the resulting xml and text files I see Leasing/Contract A/R & A/P.
As a result of this and other unseen problems with the xml file generation my upgrade fails on the execution of PREPARE/INIT/PREPARE_JSPM_QUEUE.
Has anyone else seen similar behavior and if so how did you get around it.

Hi,
This is might be because of wrong configuration of system in solution manger. Please follow verify system configuration in solution manager with the help of below guide:
https://websmp203.sap-ag.de/~sapidb/011000358700000293582009E.PDF
Hope it will resolve your problem..
Thanks
Sunny

Similar Messages

  • Wrong currency in intrastat XML file for Zhech Republic

    I'm having problem with intrastat XML file for Zhech Republic currency code. In selection I have defined to have report in EUR currency and all entries are correctly in EUR. But when created XML file the currency code is CZK even values are EUR values. XML field  <currencyCode>CZK</currencyCode>.
    Why and ow this can be corrected?
    Best Regards
    Johanna Nissinen

    HI,
    Can you please help me in solving the issue when using the PMW format SEPA_CT.
    My co. code currency is EUR and when paying the invoice which is in GBP i am not able to get the currency EUR in the DME file generated by the payment run instead I am getting the currency GBP.
    As per the SEPA concept evey payment will be in EUR irrespective of the currency in which the invoice is raised. So please let me know what needs to be done to get the local currency EUR amount the DME file for the payment made against invoice raised in GBP...
    Thanks in Advance..
    Regards
    Sanjeev

  • Veeery Slooow (Dom +quite large xml file)

    I have an xml file, where is 50000 to 100000 xml elements like this:
    <mittaus>
    <pvm>25.1.2006</nimi>
    <klo>12.10.27.234</klo>
    <arvo>44</arvo>
    </mittaus>
    When I try to print the contents of the XML file with this code:
    File file = new File(gv.FilePath() +nimi+".xml");
    Document doc = builder.parse(file);
        //Juurielementti
        Element root = doc.getDocumentElement();
        // Kaikki mittaus -lohkot
        NodeList time = root.getElementsByTagName("mittaus");
        for (int i=0; i < time.getLength() ; i++) {
        Element element = (Element)time.item(i);
        NodeList arvoList = element.getElementsByTagName("arvo");
        Element arvoElement = (Element)arvoList.item(0);
        String arvo = arvoElement.getFirstChild().getNodeValue();
        NodeList timeList = element.getElementsByTagName("klo");
        Element fileElement = (Element)timeList.item(0);
        String timeS = fileElement.getFirstChild().getNodeValue();
        NodeList dateList = element.getElementsByTagName("pvm");
        Element dateElement = (Element)dateList.item(0);
        String dateS = dateElement.getFirstChild().getNodeValue();
        palautus = arvo +";" +timeS +";" +dateS; The palautus -String is then printed on the screen.
    It takes about 1sec per couple elements, so the whole file printing takes about 20000 seconds!
    Is there something wrong with the code? If the file size over 100000 elements, I get also an out of memory failure (java.lang.memoryoutof... or something like that).
    What the heck is wrong? With smaller xml files (under 1000 elements) it works ok.

    If you use a SAX parsing methodology, then the memory problem goes away. We are using it here at work to parse large streams. It is very fast, and uses little resource.
    Open up your file as an InputStream, send it to the SAX parser, and handle the tags in the given event handler.
    Inside the event handler, send your data to your print or other output stream.
    Example fragments:
    import javax.xml.parsers.*;
    import org.xml.sax.*;
    import org.xml.sax.helpers.*;
    StringBuffer someStringCollector = new StringBuffer();
    //parser
    public void some xmlParser() throws Exception{
    DefaultHandler handler = new MyHandler();
    SAXParserFactory factory = SAXParserFactory.newInstance();
    factory.newSAXParser().parse((InputStream) XMLByteStream,DefaultHandler) handler);
    //parse event handler (not all events represented in the fragment)
    //simply overload the handler event methods as specified in http://java.sun.com/j2ee/1.4/docs/api/index.html
    class MyHandler extends Default Handler{
    //handle events
    public void startElement(String namespaceURI, String localName, String qName, Attributes atts){
    //code to deal with the start of the element.
    public void end Element(String namespaceURI, String localname, String qName){
    //send contents of current string buffer to printer, or other handling as necessary and reset charcter buffer of type StringBuffer perhaps.
    if(qName.equals("something")){
    //handle data
    someStringCollector.setLength(0);
    public void characters(char [] ch, int start, int length){
    //gather up data in a String Buffer for handling when endElement reached.
    someStringCollector.append(ch, start, length);
    Some good examples can be found at: http://userpage.fu-berlin.de/~ram/pub/pub_jf47htuHHt/java_sax_parser_en

  • PERFMON and XML file (template)

    LS,
    Creating a PERFMON data collection set and running PERFMON works fine.
    When I extract this data collection set to a XML template and import it on another (completely identical) server not all collection items defined are recording data (some of them remain blanc while the original set is recording data (even "0 " values)). 
    Recreating a new user defined collector set on the same server based upon the original set (using the XML template I made from it ) will still not show me all the data which is in the original set......
    What do I miss ????
    Who can help me out on this.
    Regards,
    Guus Kramer

    Elton,
    Yes I did - adding a complete setl manual worked fine but importing the XML file (which is exactly identical) failed.
    I also tried to import the XML file, running the PERFMON, see fields are missing, dropping these fields from PERFMON and adding them back again through the PREFMON GUI and this worked  !!
    So I'm wondering what is wrong importing the PERFMON XML file (using it on the same server or using it on a different server) ?????
    Regards,
    Guus
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    <?xml version="1.0" encoding="UTF-16"?>
    <DataCollectorSet>
    <Status>0</Status>
    <Duration>0</Duration>
    <Description>
    </Description>
    <DescriptionUnresolved>
    </DescriptionUnresolved>
    <DisplayName>
    </DisplayName>
    <DisplayNameUnresolved>
    </DisplayNameUnresolved>
    <SchedulesEnabled>-1</SchedulesEnabled>
    <LatestOutputLocation>S:\Permon_log\175_PERFMON 2008_2012\NCPRDSQLDB02_20140929-000004</LatestOutputLocation>
    <Name>175_PERFMON 2008_2012</Name>
    <OutputLocation>S:\Permon_log\175_PERFMON 2008_2012\NCPRDSQLDB02_20140929-000005</OutputLocation>
    <RootPath>S:\Permon_log\175_PERFMON 2008_2012</RootPath>
    <Segment>0</Segment>
    <SegmentMaxDuration>0</SegmentMaxDuration>
    <SegmentMaxSize>0</SegmentMaxSize>
    <SerialNumber>5</SerialNumber>
    <Server>
    </Server>
    <Subdirectory>
    </Subdirectory>
    <SubdirectoryFormat>3</SubdirectoryFormat>
    <SubdirectoryFormatPattern>yyyyMMdd\-NNNNNN</SubdirectoryFormatPattern>
    <Task>
    </Task>
    <TaskRunAsSelf>0</TaskRunAsSelf>
    <TaskArguments>
    </TaskArguments>
    <TaskUserTextArguments>
    </TaskUserTextArguments>
    <UserAccount>SYSTEM</UserAccount>
    <Security>O:BAG:DUD:AI(A;;FA;;;SY)(A;;FA;;;BA)(A;;FR;;;LU)(A;;0x1301ff;;;S-1-5-80-2661322625-712705077-2999183737-3043590567-590698655)(A;ID;FA;;;SY)(A;ID;FA;;;BA)(A;ID;0x1200ab;;;LU)(A;ID;FR;;;AU)(A;ID;FR;;;LS)(A;ID;FR;;;NS)</Security>
    <StopOnCompletion>0</StopOnCompletion>
    <PerformanceCounterDataCollector>
    <DataCollectorType>0</DataCollectorType>
    <Name>DataCollector01</Name>
    <FileName>DataCollector01</FileName>
    <FileNameFormat>0</FileNameFormat>
    <FileNameFormatPattern>
    </FileNameFormatPattern>
    <LogAppend>0</LogAppend>
    <LogCircular>0</LogCircular>
    <LogOverwrite>0</LogOverwrite>
    <LatestOutputLocation>S:\Permon_log\175_PERFMON 2008_2012\NCPRDSQLDB02_20140929-000004\DataCollector01.tsv</LatestOutputLocation>
    <DataSourceName>
    </DataSourceName>
    <SampleInterval>1</SampleInterval>
    <SegmentMaxRecords>0</SegmentMaxRecords>
    <LogFileFormat>1</LogFileFormat>
    <Counter>\Memory\Available MBytes</Counter>
    <Counter>\Memory\Page Faults/sec</Counter>
    <Counter>\Memory\Page Reads/sec</Counter>
    <Counter>\Memory\Page Writes/sec</Counter>
    <Counter>\Network Interface(*)\Bytes Received/sec</Counter>
    <Counter>\Network Interface(*)\Bytes Sent/sec</Counter>
    <Counter>\Network Interface(*)\Output Queue Length</Counter>
    <Counter>\PhysicalDisk(0 C:)\Avg. Disk sec/Read</Counter>
    <Counter>\PhysicalDisk(1 D:)\Avg. Disk sec/Read</Counter>
    <Counter>\PhysicalDisk(2 E:)\Avg. Disk sec/Read</Counter>
    <Counter>\PhysicalDisk(3 F:)\Avg. Disk sec/Read</Counter>
    <Counter>\PhysicalDisk(4 K:)\Avg. Disk sec/Read</Counter>
    <Counter>\PhysicalDisk(5 L:)\Avg. Disk sec/Read</Counter>
    <Counter>\PhysicalDisk(6 S:)\Avg. Disk sec/Read</Counter>
    <Counter>\PhysicalDisk(7 T:)\Avg. Disk sec/Read</Counter>
    <Counter>\PhysicalDisk(8 U:)\Avg. Disk sec/Read</Counter>
    <Counter>\PhysicalDisk(0 C:)\Avg. Disk sec/Write</Counter>
    <Counter>\PhysicalDisk(1 D:)\Avg. Disk sec/Write</Counter>
    <Counter>\PhysicalDisk(2 E:)\Avg. Disk sec/Write</Counter>
    <Counter>\PhysicalDisk(3 F:)\Avg. Disk sec/Write</Counter>
    <Counter>\PhysicalDisk(4 K:)\Avg. Disk sec/Write</Counter>
    <Counter>\PhysicalDisk(5 L:)\Avg. Disk sec/Write</Counter>
    <Counter>\PhysicalDisk(6 S:)\Avg. Disk sec/Write</Counter>
    <Counter>\PhysicalDisk(7 T:)\Avg. Disk sec/Write</Counter>
    <Counter>\PhysicalDisk(8 U:)\Avg. Disk sec/Write</Counter>
    <Counter>\PhysicalDisk(_Total)\Disk Reads/sec</Counter>
    <Counter>\PhysicalDisk(_Total)\Disk Writes/sec</Counter>
    <Counter>\Process(sqlservr)\% Processor Time</Counter>
    <Counter>\Processor(_Total)\% Processor Time</Counter>
    <Counter>\SQLServer:Buffer Manager\Free pages</Counter>
    <Counter>\SQLServer:Buffer Manager\Page life expectancy</Counter>
    <Counter>\SQLServer:Buffer Manager\Page lookups/sec</Counter>
    <Counter>\SQLServer:Buffer Manager\Page reads/sec</Counter>
    <Counter>\SQLServer:Buffer Manager\Page writes/sec</Counter>
    <Counter>\SQLServer:Database Mirroring(_Total)\*</Counter>
    <Counter>\SQLServer:Databases(NSafe)\Active Transactions</Counter>
    <Counter>\SQLServer:Databases(NSafe)\Transactions/sec</Counter>
    <Counter>\SQLServer:General Statistics\Active Temp Tables</Counter>
    <Counter>\SQLServer:General Statistics\Logical Connections</Counter>
    <Counter>\SQLServer:General Statistics\Logins/sec</Counter>
    <Counter>\SQLServer:General Statistics\Transactions</Counter>
    <Counter>\SQLServer:General Statistics\User Connections</Counter>
    <Counter>\SQLServer:Locks(_Total)\Lock Requests/sec</Counter>
    <Counter>\SQLServer:Locks(_Total)\Lock Wait Time (ms)</Counter>
    <Counter>\SQLServer:Locks(_Total)\Lock Waits/sec</Counter>
    <Counter>\SQLServer:Memory Manager\Target Server Memory (KB)</Counter>
    <Counter>\SQLServer:Memory Manager\Total Server Memory (KB)</Counter>
    <Counter>\SQLServer:SQL Statistics\Batch Requests/sec</Counter>
    <Counter>\SQLServer:SQL Statistics\SQL Compilations/sec</Counter>
    <Counter>\SQLServer:SQL Statistics\SQL Re-Compilations/sec</Counter>
    <CounterDisplayName>\Memory\Available MBytes</CounterDisplayName>
    <CounterDisplayName>\Memory\Page Faults/sec</CounterDisplayName>
    <CounterDisplayName>\Memory\Page Reads/sec</CounterDisplayName>
    <CounterDisplayName>\Memory\Page Writes/sec</CounterDisplayName>
    <CounterDisplayName>\Network Interface(*)\Bytes Received/sec</CounterDisplayName>
    <CounterDisplayName>\Network Interface(*)\Bytes Sent/sec</CounterDisplayName>
    <CounterDisplayName>\Network Interface(*)\Output Queue Length</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(0 C:)\Avg. Disk sec/Read</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(1 D:)\Avg. Disk sec/Read</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(2 E:)\Avg. Disk sec/Read</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(3 F:)\Avg. Disk sec/Read</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(4 K:)\Avg. Disk sec/Read</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(5 L:)\Avg. Disk sec/Read</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(6 S:)\Avg. Disk sec/Read</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(7 T:)\Avg. Disk sec/Read</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(8 U:)\Avg. Disk sec/Read</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(0 C:)\Avg. Disk sec/Write</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(1 D:)\Avg. Disk sec/Write</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(2 E:)\Avg. Disk sec/Write</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(3 F:)\Avg. Disk sec/Write</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(4 K:)\Avg. Disk sec/Write</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(5 L:)\Avg. Disk sec/Write</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(6 S:)\Avg. Disk sec/Write</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(7 T:)\Avg. Disk sec/Write</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(8 U:)\Avg. Disk sec/Write</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(_Total)\Disk Reads/sec</CounterDisplayName>
    <CounterDisplayName>\PhysicalDisk(_Total)\Disk Writes/sec</CounterDisplayName>
    <CounterDisplayName>\Process(sqlservr)\% Processor Time</CounterDisplayName>
    <CounterDisplayName>\Processor(_Total)\% Processor Time</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Buffer Manager\Free pages</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Buffer Manager\Page life expectancy</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Buffer Manager\Page lookups/sec</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Buffer Manager\Page reads/sec</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Buffer Manager\Page writes/sec</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Database Mirroring(_Total)\*</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Databases(NSafe)\Active Transactions</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Databases(NSafe)\Transactions/sec</CounterDisplayName>
    <CounterDisplayName>\SQLServer:General Statistics\Active Temp Tables</CounterDisplayName>
    <CounterDisplayName>\SQLServer:General Statistics\Logical Connections</CounterDisplayName>
    <CounterDisplayName>\SQLServer:General Statistics\Logins/sec</CounterDisplayName>
    <CounterDisplayName>\SQLServer:General Statistics\Transactions</CounterDisplayName>
    <CounterDisplayName>\SQLServer:General Statistics\User Connections</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Locks(_Total)\Lock Requests/sec</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Locks(_Total)\Lock Wait Time (ms)</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Locks(_Total)\Lock Waits/sec</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Memory Manager\Target Server Memory (KB)</CounterDisplayName>
    <CounterDisplayName>\SQLServer:Memory Manager\Total Server Memory (KB)</CounterDisplayName>
    <CounterDisplayName>\SQLServer:SQL Statistics\Batch Requests/sec</CounterDisplayName>
    <CounterDisplayName>\SQLServer:SQL Statistics\SQL Compilations/sec</CounterDisplayName>
    <CounterDisplayName>\SQLServer:SQL Statistics\SQL Re-Compilations/sec</CounterDisplayName>
    </PerformanceCounterDataCollector>
    <DataManager>
    <Enabled>0</Enabled>
    <CheckBeforeRunning>0</CheckBeforeRunning>
    <MinFreeDisk>0</MinFreeDisk>
    <MaxSize>0</MaxSize>
    <MaxFolderCount>0</MaxFolderCount>
    <ResourcePolicy>0</ResourcePolicy>
    <ReportFileName>report.html</ReportFileName>
    <RuleTargetFileName>report.xml</RuleTargetFileName>
    <EventsFileName>
    </EventsFileName>
    </DataManager>
    </DataCollectorSet>

  • XML Fetch Error. The XML file assigned in the configuration.xml is either wrong or corrupted.

    1.Some web pages give "XML Fetch Error. The XML file assigned in the configuration.xml is either wrong or corrupted".
    2.Youtube gives, after pressing start button, message"An error occurred. Please try again later.
    Opening same youtube page with IE, there is no problems.
    3.Scrolling on Mozilla firefox pages works only with sidebar not with mouse wheel.
    Other user accounts on this computer doesn't have these problems.
    BR, Juha

    This can be caused by a recent Flash 11.3 update.
    See:
    *https://support.mozilla.org/kb/flash-113-doesnt-load-video-firefox

  • What's wrong with the XML file????

    Hello!
    I am tryig to implement a "Filter" on my Apache tomcat server. The problem occures when I try to modify the XML-file on the server. This is the XML file:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
                        <!-- The Filter -->
    <filter>       
         <filter-name>LoginChecker</filter-name>
         <filter-class>filters.LoginFilter</filter-class> 
    </filter>
                        <!-- The Filter Mapping -->
    <filter-mapping>       
         <filter-name>LoginChecker</filter-name> 
         <url-pattern>/secret/*</url-pattern> 
    </filter-mapping>
                        <!-- The Servlets -->
    <servlet>
            <servlet-name>SLoginHandler</servlet-name>
            <servlet-class>LoginHandler</servlet-class>
    </servlet>
    <servlet>
             <servlet-name>SProtectedResource</servlet-name>
             <servlet-class>ProtectedResource</servlet-class>
    </servlet>
    <servlet>
            <servlet-name>SRegister</servlet-name>
             <servlet-class>Register</servlet-class>
    </servlet>
    <servlet>
            <servlet-name>SVerify</servlet-name>
             <servlet-class>Verify</servlet-class>
    </servlet>
                        <!-- ....The Servlets Mapping -->
    <servlet-mapping>
            <servlet-name>SLoginHandler</servlet-name>
             <url-pattern>/LoginHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
             <servlet-name>SProtectedResource</servlet-name>
             <url-pattern>/ProtectedResource</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
             <servlet-name>SRegister</servlet-name>
             <url-pattern>/Register</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
            <servlet-name>SVerify</servlet-name>
            <url-pattern>/Verify</url-pattern>
    </servlet-mapping>
    </web-app>When I try to run another sevlet on the server side, e.g, "Verify", I'll get an error message. BUT if I changethe XML file to (remove the "filter" spec):
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
                        <!-- The Servlets -->
    <servlet>
            <servlet-name>SLoginHandler</servlet-name>
            <servlet-class>LoginHandler</servlet-class>
    </servlet>
    <servlet>
             <servlet-name>SProtectedResource</servlet-name>
             <servlet-class>ProtectedResource</servlet-class>
    </servlet>
    <servlet>
            <servlet-name>SRegister</servlet-name>
             <servlet-class>Register</servlet-class>
    </servlet>
    <servlet>
            <servlet-name>SVerify</servlet-name>
             <servlet-class>Verify</servlet-class>
    </servlet>
                        <!-- ....The Servlets Mapping -->
    <servlet-mapping>
            <servlet-name>SLoginHandler</servlet-name>
             <url-pattern>/LoginHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
             <servlet-name>SProtectedResource</servlet-name>
             <url-pattern>/ProtectedResource</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
             <servlet-name>SRegister</servlet-name>
             <url-pattern>/Register</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
            <servlet-name>SVerify</servlet-name>
            <url-pattern>/Verify</url-pattern>
    </servlet-mapping>
    </web-app>The servlet "Verify", or some other servlet, will work!!!
    What is wrong with my filter spec in the XML file?????

    hepp, no one asked for it...so no one will get it!
    BUT if "stevejluke" want another duke so let me know!

  • Wrong path changes in Itunes XML file

    hi there,
    My Itunes library (9.0.2) is stored locally on my macbook, although actual files are on a network attached storage that I access through AFP. This share is mounted automatically when the mac starts. Everything was working perfectly fine until a few days ago (no major change to the library or mac), when my iphone synchonization started to report impossible to read on the device files.
    After a few more investigations, I pinpointed some of the missing files, which were not missing but were replaced by other files (absolutely not linked to my media files).
    the <key>Location</key> in the xml file was, for example
    <key>Location</key><string>file://localhost/Volumes/David/docs/Me%CC%81dias/src/elodie2.jpg</string>
    where it should have been something like
    <key>Location</key><string>file://localhost/Volumes/David/media/music/albums/Damien%20Rice/9/09%20-%20Accid ental%20Babies.mp3</string>
    Does anyone have a clue about what went wrong and how to circumvent this in the future ?
    Thanks in advance

    Oliver:
    The simple answer is yes. Any changes you make to your RSS feed file (xml file) will eventually be updated by ITMS. Usually ITMS updates feed changes within 24 hours. However, the most recent changes I made in my feed files took almost 8 days before ITMS refreshed my listing.
    One issue is clear. If you make changes to your image file, there is a high probability that when ITMS updates your database record, your listing in ITMS will show the broken link image for awhile. I've changed my image file twice, and each time, my ITMS listing showed the broken link image. Eventually the new image shows up, but it does take a long time for this day and age.
    Good luck!

  • Wrong data type when writing XML file

    We are trying to write an XML file from ODI but we get the following error:
    ODI-1217: Fallo de la sesión CMT_PAQ_CREA_XML (15001) con código de retorno 8000.
    ODI-1226: Fallo en el paso WRITE_XML_SCHEMA después de 1 intento(s).
    ODI-1232: Fallo en la ejecución del procedimiento WRITE_XML_SCHEMA.
    ODI-1228: Fallo en la tarea WRITE_XML_SCHEMA (Procedimiento) en el destino XML conexión CMTInCaMo.
    Caused By: java.sql.SQLException: Could not save the file D:\ODI\oracledi\XMLFiles\Cuentas11g.xml because a class java.sql.SQLException occurred and said: java.sql.SQLException: java.sql.SQLException: Wrong data type: type: <b>NUMERIC (2) expected: INTEGER value: 301000000232</b>
         at com.sunopsis.jdbc.driver.xml.SnpsXmlFile.writeToFile(SnpsXmlFile.java:740)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlConnection.internalExecute(SnpsXmlConnection.java:713)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlPreparedStatement.executeUpdate(SnpsXmlPreparedStatement.java:111)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:665)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeUpdate(SnpSessTaskSql.java:3218)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders(SnpSessTaskSql.java:1785)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2805)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:83)
         at java.lang.Thread.run(Thread.java:619)
    The datastores have valid records but when we try to write them in the XML file it didn't work.
    ¿Can somebody help us?

    Thanks, let me give you an update:
    The datatype of the element is defined as follows:
              <xs:element name="AcctNo" minOccurs="1" maxOccurs="1">
                   <xs:simpleType>
                        <xs:restriction base="xs:string">
                             <xs:maxLength value="60"></xs:maxLength>
                        </xs:restriction>
                   </xs:simpleType>
              </xs:element>
    The ODI reverse ingeneering has created the column as VARCHAR(255). I think this ok, because XML driver doesn't takes in account the xsd element defined length.
    We have checked the XSD and is valid.
    In the other hand, I must say that we have created an interface that is loading data into the corresponding datastore without any problem but we couldn't generate an XML file from it.
    Any other advice?

  • The attached VI works when I run it initially creating the XML file, but when run after the XML file is created, it's not updated. What am I doing wrong?

    The attached VI works when I run it initially creating the XML file, but when I change data and run after the XML file is created, it's not updated with new data. What am I doing wrong?
    Thank you.
    Solved!
    Go to Solution.
    Attachments:
    Attractive Force XML.vi ‏23 KB

    That looks like the logic which was written into the VI
    Inner true/ false case:
    (file exists : false) write to XML file, unflatten for display
    (file exists : true) read from XML file, unflatten for display
    At no time when the file exists (true case) is the XML file updated...

  • Calling XML file from Flash -- Usage of wildcard characters

    Hi
    We have a Flash file, tabs.swf, (standard tab interactivity) from which we are calling the XML file using the following code:
    myXML.load("tabs.xml")
    We are using this SWF file in many learning modules created using Captivate, FrameMaker, RoboHelp, etc. by just changing the content in the XML file appropriately. The tool creates a different folder for each module.
    Now, the challenge we are having is, there will be cases where we have to use the interactivity in multiple times in the same module. In that case, content developers can change the SWF file name on their own. But they can't change the XML name without going back to media designer.
    Is there a way we can use the same SWF file to call different XML files without manually changing the XML file name every time? We have a standard naming convention for the XML files -- Tab1_<ModuleName>, Tab2_<ModuleName>, etc.
    Any help is appreciated. Thanks.
    Sreekanth

    you can edit the swf's name, and use this._url and the flash string methods to do that.

  • Xerces - validator won't catch wrong input in xml file

    Hi there,
    I am using xerces 2.9.1 and Java 5
    here is my code
    package xmltesting;
    import java.io.IOException;
    import org.apache.xerces.parsers.DOMParser;
    import org.w3c.dom.Document;
    import org.w3c.dom.Element;
    import org.w3c.dom.NodeList;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXNotRecognizedException;
    import org.xml.sax.SAXNotSupportedException;
    public class DomParserExample {
         Document dom;
         public DomParserExample() {
         public void runExample() {
              //parse the xml file and get the dom object
              parseXmlFile();
         private void parseXmlFile(){
              //get the factory
              DOMParser parser = new DOMParser();
              try {
                   parser.setFeature("http://apache.org/xml/features/validation/schema",true);
              } catch (SAXNotRecognizedException e) {
                   e.printStackTrace();
              } catch (SAXNotSupportedException e) {
                   e.printStackTrace();
              try {
                   ErrorChecker errors = new ErrorChecker();
                   parser.setErrorHandler(errors);
                   //parse using builder to get DOM representation of the XML file
                   parser.parse("xmltesting/shiporder.xml");
                   dom = parser.getDocument();
              } catch(IOException ioe) {
                   ioe.printStackTrace();
              } catch (SAXException saxe) {
                   saxe.printStackTrace();
              System.out.println("Everything parsed without any problem");
         public static void main(String[] args){
              //create an instance
              DomParserExample dpe = new DomParserExample();
              //call run example
              dpe.runExample();
    }My xml is following
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <shiporder orderid="889923"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="shiporder.xsd">
    <orderperson>John Smith</orderperson>
    <shipto>
      <name>Ola Nordmann</name>
      <address>Langgt 23</address>
      <city>4000 Stavanger</city>
      <country>Norway</country>
    </shipto>
    <item>
      <title>Empire Burlesque</title>
      <note>Special Edition</note>
      <quantity>1</quantity>
      <price>10.90</price>
    </item>
    <item>
      <title>Hide your heart</title>
      <quantity>1</quantity>
      <price>9.90</price>
    </item>
    </shiporder>
    </xs:schema>and schema xsd is
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="shiporder">
    <xs:complexType>
      <xs:sequence>
       <xs:element name="orderperson" type="xs:string"/>
       <xs:element name="shipto">
        <xs:complexType>
         <xs:sequence>
          <xs:element name="name" type="xs:string"/>
          <xs:element name="address" type="xs:string"/>
          <xs:element name="city" type="xs:string"/>
          <xs:element name="country" type="xs:string"/>
         </xs:sequence>
        </xs:complexType>
       </xs:element>
       <xs:element name="item" maxOccurs="unbounded">
        <xs:complexType>
         <xs:sequence>
          <xs:element name="title" type="xs:string"/>
          <xs:element name="note" type="xs:string" minOccurs="0"/>
          <xs:element name="quantity" type="xs:positiveInteger"/>
          <xs:element name="price" type="xs:decimal"/>
         </xs:sequence>
        </xs:complexType>
       </xs:element>
      </xs:sequence>
      <xs:attribute name="orderid" type="xs:string" use="required"/>
    </xs:complexType>
    </xs:element>
    </xs:schema>Now I wanted to try and create problems in the xml file so the validator can catch those errors so i changed the quantity and price values to 'abc' string (they should be integer and decimal values respectively) everywhere in the xml file BUT the validation did not throw any errors and that is where i am confused.
    do i need to do something else in the Java code?
    thanks
    Edited by: Shazmiester on Aug 11, 2008 10:20 AM
    Edited by: Shazmiester on Aug 11, 2008 10:25 AM

    here is my ErrorChecker code
    package xmltesting;
    import org.xml.sax.helpers.DefaultHandler;
    import org.xml.sax.SAXParseException;
    public class ErrorChecker extends DefaultHandler
         public ErrorChecker() {
         public void error (SAXParseException e) {
              System.out.println("Parsing Error: " + e.getMessage());
         public void warning (SAXParseException e) {
              System.out.println("Parsing warning: " + e.getMessage());
         public void fatalError(SAXParseException e) {
              System.out.println("Fatal Parsing Error.: " + e.getMessage());
              System.out.println("Exiting...");
              System.exit(1);
    }Looks ok to me, the warnings don't show up at all.

  • Xml file usage

    A customer of mine is using a custom made Real Estate management software which extracts the properties' relevant data to an xml file of about 700.000 lines. I will create a website which will give the website visitor the ability to search for the available properties. I am not sure about which is the best way to manage the xml file. Should I use it natively and run the search queries on it? Should I export the data to an MS SQL Server database and run the queries on the database? I have never worked with XML before so I do not have a clue. Of course I would prefer to use the power of coldfusion.
    The xml file attached...
    Thanks in advance...

    I would recommend putting it into a database.  An XML file that big will not perform well.

  • Wrong Shiptocode are coming from XML File

    Hello Everybody I'm uploading xml orders to sap but when a customer has more than one ship to address Does not take what come in the xml file, it takes the default one. In the picture you can see how i sent the same order 12 times with an unique shiptocode and in the last 2 took DELIVERY ADDRESS. regards.

    Part II Order Lines for (int i = 0; i < oOrder.Lines.Count; i++)                     {                         order.Lines.SetCurrentLine(i);                         oOrder.Lines.SetCurrentLine(i);                         char[] delimiterChars = { '.' };                         string[] cantidad = oOrder.Lines.Quantity.ToString().Split(delimiterChars);                         order.Lines.ItemCode = oOrder.Lines.ItemCode;                         order.Lines.Quantity = Convert.ToDouble(cantidad[0]);                         //order.Lines.UnitPrice = oOrder.Lines.UnitPrice;                         //order.Lines.TaxCode = oOrder.Lines.TaxCode;                         order.Lines.UseBaseUnits = oOrder.Lines.UseBaseUnits;                         order.Lines.WarehouseCode = oOrder.Lines.WarehouseCode;                         order.Lines.CostingCode = oOrder.Lines.CostingCode;                         order.Lines.SalesPersonCode = oOrder.Lines.SalesPersonCode;                         //order.Lines.ShipToCode = oOrder.Lines.ShipToCode;                         //order.Lines.ProjectCode = oOrder.Lines.ProjectCode;                         //order.Lines.AgreementNo = oOrder.Lines.AgreementNo;                         SqlDataReader readerWTiable = sqlAdapter.ejecutarConsulta("SELECT WTLiable FROM [" + sapCompany.CompanyDB + "].dbo.OITM WHERE ItemCode='" + oOrder.Lines.ItemCode + "'");                         if (readerWTiable != null && readerWTiable.Read())                         {                             if (readerWTiable.GetValue(0).ToString().Equals("Y"))                             {                                 order.Lines.WTLiable = SAPbobsCOM.BoYesNoEnum.tYES;                             }                         }                         sqlAdapter.cerrarConexion();                         string specialPrice = @"SELECT CONVERT(FLOAT,Discount) AS 'Discount'                             FROM [" + sapCompany.CompanyDB + "].dbo.OSPP WHERE CardCode='" + order.CardCode + "' AND ItemCode='" + order.Lines.ItemCode + "'";                         SqlDataReader readerSpecialPrice = sqlAdapter.ejecutarConsulta(specialPrice);                         if (readerSpecialPrice != null && readerSpecialPrice.Read())                         {                                                           order.Lines.DiscountPercent = Convert.ToDouble(readerSpecialPrice.GetValue(0));                                                     }                         else {                             string specialPriceGrp = @"SELECT CONVERT(FLOAT,T0.Discount) AS 'Discount' FROM [" + sapCompany.CompanyDB + "].dbo.OSPG T0,["                                 +  sapCompany.CompanyDB +@"].dbo.OITM T1 LEFT OUTER JOIN [" +                                 sapCompany.CompanyDB + @"].dbo.OITB T2 ON T1.ItmsGrpCod=T2.ItmsGrpCod                                 WHERE T0.CardCode='" + order.CardCode + "'  AND T1.ItemCode='" + order.Lines.ItemCode + "'  and t0.ObjKey= T1.ItmsGrpCod";

  • Parsing an XML file to a table

    Hi,
    I am looking at a scenario where right now we have a daily data feed that is an xml file that is approx between 1 to 2 GB in size. Using Java code, this file is parsed and one by one, the records are inserted into the DB (Oracle 10.2). But as the data feed is growing larger, so is the file size -- which is resulting in more time taken for this process to run.
    I do realize that the ideal scenario would be to stop using the file as a source of feed. But this is beyond our control.
    I looked at using sqlLoader but as I understand it requires a csv based file. In my case, I would have to convert the xml file to csv, which again might be a huge operation to be carried out daily. (Edit: Am I wrong? can we use Sql Loader here?)
    Thus I am exploring options if there could be a way to write a PL/SQL procedure that would parse after taking this xml file as an input and load the data into a table. Any suggestions/directions will be hugely appreciated.
    Thanks,
    Ak
    Edit:
    I also browsed through a few questions asked previously here and I came across this: Import Large XML File to Table
    My situation is similar and as per the suggestion here by A_Non, SECUREFILE BINARY XML storage can be used. But the problem I have is that I am on Oracle 10.2 while this option is only available in a later version, if I am right.
    Edited by: Aditya Kumar on Nov 21, 2012 10:49 PM
    Edited by: Aditya Kumar on Nov 22, 2012 12:20 AM

    Thanks a lot for your reply Odie.
    Exact Oracle version is Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    A couple of doubts here:
    1. The file size would range 1-2 GB (and can go beyond) Is SQLLoader also an option feasible in this scenario?
    2. The link you mentioned has this line: Storing the XML document in Oracle Database using Binary File (BFILE) -- How is this different from Binary XML in 11g? I am confused.
    3. With respect to storage space usage, should we be concerned about the storage space/ memory that the operation of loading the file in this (temporary) table will take? Because right now, the xml feed file is residing in the webserver where java code iterates through it and inserts each record in the table. Now this will change and technically this file will have to go in the DB box.
    We do not have the xsd for it as right now we retrieve a few selected tags from this xml, parse and store it in a table (columns mapped to tags). Below is the sample xml. This is one such record and there are thousands below it. I had to change things because of data confidentiality but it mimics the original.
    <?xml version="1.0" encoding="windows-1250"?>
    <Involvements xmlns="com/xyz/us/abc/v0/ijkdatatypes" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ijk:Involvement xmlns:ijk="com/xyz/us/abc/v0/ijkdatatypes">
    <ijk:PCenterData>
    <ijk:HPCenterData>
    <ijk:HPCenter/>
    <ijk:HPCName/>
    </ijk:HPCenterData>
    </ijk:PCenterData>
    <ijk:BillableWBSCode>00000000</ijk:BillableWBSCode>
    <ijk:EDescription/>
    <ijk:InvolvementType>0</ijk:InvolvementType>
    <ijk:ProductData>
    <ijk:ICode/>
    <ijk:Product/>
    <ijk:ProductName/>
    </ijk:ProductData>
    <ijk:PartnerData>
    <ijk:BPartnerData>
    <ijk:BPartnerNumber/>
    </ijk:BPartnerData>
    <ijk:PPartnerData>
    <ijk:PPartnerNumber/>
    </ijk:PPartnerData>
    <ijk:LeadPartnerData>
    <ijk:LeadCSPNumber/>
    </ijk:LeadPartnerData>
    </ijk:PartnerData>
    <ijk:ManagerData>
    <ijk:BManagerInformation>
    <ijk:BManagerNumber/>
    </ijk:BManagerInformation>
    <ijk:PerformanceManagerInformation>
    <ijk:PerformanceManagerNumber/>
    </ijk:PerformanceManagerInformation>
    </ijk:ManagerData>
    <ijk:InvolvementDateData>
    <ijk:InvolvementstartDate/>
    <ijk:InvolvementTerminationDate/>
    </ijk:InvolvementDateData>
    <ijk:HostRegion/>
    <ijk:WBSD>
    <ijk:WBSC>00000000</ijk:WBSC>
    <ijk:WBSDescription/>
    <ijk:ContractCode/>
    <ijk:ContractLine/>
    <ijk:ContractLineDescription/>
    </ijk:WBSD>
    <ijk:PDIndicator>false</ijk:PDIndicator>
    <ijk:CompanyCode/>
    <ijk:ClientCode/>
    <ijk:ContractCode/>
    </ijk:Involvement>
    </Involvements>

  • Selection of EHP4 technical usages are all greyed out

    Good day
    We are currently on ERP6.o SPS 6 and would like to upgrade to ERP 6.0 EHP4. Our system has been defined in SMSY in Solman as an ERP 6.0 system. In selection of Main Instances, ECC Server has been selected as relevant.
    In mopz, we create a new maintenance transaction, choose the product version as ERP 6.0 and select our systems. On the next screen we choose "Enhancement Package Installation" and then "find download files".
    In the next screen we select the product version and target stack. However, all technical usages are greyed out. When I scroll over it it states that Required Main Instances are SAP ECC Server. Why is it not recognizing the ECC Server as main instance as per smsy?
    Please assist.
    Thanks
    Wilhelm

    Hello,
    Make sure that following things are OK :
    - Solution Manager should be patched to the latest release
    - The ERP 6.0 system must have the product version SAP ERP 6.0. Make sure that it is not accidentally maintained as SAP ECC 6.0.
    Also have a look at these OSS-notes:
    SAP Note 1122966 Maintenance Optimizer: Notes for Enhancement Packages
    SAP Note 1287216 Maintenance Optimizer: pre-select technical usages
    SAP Note 1139602 Several enhancement package releases on one system
    SAP Note 1134872 Maintenance Optimizer: FAQ for Stack Delta Files
    SAP Note 1233954 Maintenance Optimizer: No XML Generated in EPS Inbox
    SAP Note 1172948 SAP Solution Manager - Basic functions
    Wim

Maybe you are looking for

  • Problem with client_host('cmd /c c:\vbc.bat')

    Hi forum, I am working on Oracle 9i Release 2 Database on AIX 5L based operation system with Oracle 10g AS version 9.0.4 On Windows 2000 Advanced Server and webutil 1.0.6 package, Oracle 10g DS 9.0.4.0.19 for forms developement. I have developed a fo

  • Moved library to external HD lost ATV

    Had my ATV set and all worked well until I moved my Itunes library and my photos to an external HD. Now I cannot get my ATV to show under my devices. I unclicked 'looking for ATV' box, closed my 7.7 itunes, then opened it again and looked for ATV. op

  • Test IR receiver on a MBP 13" 2011

    How can i test my IR Receiver? Using two different Apple Remotes doesnt work, IR is enabled... Is there any sys diag, that shows, wether its funtioning or not? TIA Stef

  • IE 6 giving the problems while downloading content from JSP File

    Hi, I am trying to download the file JSP, Blwo is the test code <% response.setContentType("application/csv"); response.setHeader("Content-Disposition", "filename=commissionData.csv;"); %> This     is     test This     is     test1 This     is     te

  • AYUDA CON PHOTOSHOP POR FAVOR!!! Memoria insuficiente?

    Hola a todos. Seguro me dirán que soy un tipo anticuado, pero no, prefiero las cosas simples y prácticas puesto que no dispongo de mucho tiempo. Resulta ser que tengo el Photoshop 3.0.5 original de paquete desde hace mucho tiempo. Antes tenía una Pen