Oracle UCM fails to check in text/xml files

We have an Oracle UCM server that is failing to check in xml files over a certain size - I haven't narrowed down the size limit yet, but a <100kb file will work 100% of the time, while 300+ Kb xml files fail almost all the time, though there has been some success. Image files and zip file succeed on new check ins 100% of the time as well. We have tried with the SOAP API and the UCM new check in form - in both cases we get an empty repsonse from the server. In firefox we get the "The connection was reset" page. I'm at a loss as to explain why, but I have almost no experience with Oracle UCM. This particular server has been running for over a year happily accepting xml files of all sizes, then one day just stopped - as far as I am aware, nobody changed any
settings/upgraded anything/changed network topology.
When I look in the server output, I don't really see any indication of failure or find any mention of the file name or content title like I do when a file successfully checks in.
I have already asked the DBA to drop and rebuild the database index, started the Collection rebuild cycle (it finished successfully) and turned on the webless file store option on the defaultfilestore provider.
UCS Version : 10.1.3.3.3 (080807) (Build:7.2.2.188)
Database : Microsoft SQL Server 09.00.4035 currently using DATABASE.METADATA though I think it was at one point using Full text search, but the database was not.
Java Version:1.6.0
Please ask if there is any other information you need, but I do not have physical access to the machine, and I may not be able to reveal certain info due to privacy/security concerns.

Hello,
I think you should open an SR with support to help out. Be that as it may, here's some observations/suggestions...
* You are running a 4-year old content server. There have been numerous fixes since then. Your system may have grown to a point where it's hit one of the older issues.
* Is it possible the XML encoding may have changed? i.e. that whatever generates the XML files is now generating them slightly differently and therefore the encoding is different so check-in doesn't follow the same rules? I'd look at the first line of older files versus the new files which fail. If there's a difference, refer to KM note 978689.1 in our knowledge base.
* You say there doesn't appear to be anything in the logs, so let's increase them:
- Login to UCM as Administrator. Go to Administration->System Audit Information. Switch on the Full Verbose Tracing checkbox. In the Active Sections field, put in:
systemdatabase - this will show you what queries and inserts are made to the database and should show whether there's a problem at that level.
requestaudit - this shows you the requests as they come in, as well as a roundup of all requests every 2 minutes. If you see large amounts of time being taken on requests, your server could be creaking because of resources.
publish - tells you about publishing related issues, most XML file check-ins are related to this.
- Try to check in a file which should fail.
- Switch off verbose logging (see above) to reduce overhead.
If the OS is Windows then the <install>/config.cfg file needs to have UseRedirectedOutput=true in order to generate a log file for this tracing. On Windows the file is the <install>/bin/IdcServerNT.log file. (if the above config is set)
On *nix it is in the <install>/etc/log file (notice that there is no file extension on the file)
If none of the logs helps you, an SR is probably in order.
Regards,
Frank.

Similar Messages

  • FTP to Read content of Text/xml file

    Hi,
    I need a help for reading content of text/xml file through FTP. Below I just am explaining the scenario.
    Our application server is in UNIX. Now we have to run a report program to access in to a FTP server which is in windows platform. Using FTP_CONNECT, FTP_COMMAND, FTP_DISCONNECT we are able to connect to FTP server and also able to copy files from FTP server to SAP application server. After copied in application server, we are able to read the content of the txt file in to internal table in ABAP program using OPEN DATASET. But our requirement is that we want to read the text or xml file content into internal table while accessing into FTP server from SAP application instead of after copying the file into application server.
    So please help me to solve my problem.
    -Pk

    Thank you Bala,
    But can you help me what should I pass against FNAME and CHARACTER_MODE Import parameter? Should I pass the full path of the file with name or only I have to pass file name ? For example if my text file name in FTP Server is test.txt and the IP of the ftp server is 10.10.2.3 then should I pass the value against FNAME as '
    10.10.2.3\xyz\text.txt' ? Here xyz is the name of the directory in C drive where test.txt is exist.
    Please help me.
    -pk

  • Redirect the existing user's call to back office user by cross checking a Txt/Xml file on UCCX Scripting

    I need some help on following scenario.
    I have a customer UCCX 9 and When a new customer calls the contact center via a main number (eg:02089772111) to open an account or register themselves, caller will go through all the necessary welcome message …. And to an agent as normal
    Then the agent collects all the relevant informations (Name, address, tel-number (07929768543), etc) and records it in to a database
    And also the agent finally assign the customer to an internal person (eg: John on extension 3001 (not an agent)) and complete the account registration, like cisco assigning a TAC engineer to a case opener.
    Then the customer calls again to inquire anything in the future ( after opening an account) using the same phone (07929768543) on account and to the main number (eg:02089772111), caller should hear all the greeting, etc…like a first time caller and this time it should go to John on extension 3001 directly rather than to an agent.
    Is this possible with UCCX, can we add a file (xml or text) to script and update it with customer number and back office user extension to perform this diversion by collecting caller number and checking the file and send it to internal person. by updating this file real time by an agent or in a daily or weekly basis by a supervisor by modifying this txt/xml or may be a DataBase file.
    Thanks
    Shameer

    Shameer,
    Your XML file could look something like this:
    <?xml version="1.0" encoding="ISO-8859-1" ?> 
    <Numbers>
    <ANI="07929768200">
         <Ext>2001</Ext>
    </ANI>
    <ANI="02089772144">
         <Ext>2002</Ext>
    </ANI>
    </Numbers>
    You would then have to use the ANI of the caller to loop through the XML file. This would return the extension of the internal resource. They you would just use a call transfer step to connect the two together.
    HTH,
    Adam
    **Please remember to rate helpful posts, for the betterment of the community**
    Edit: fixed XML code. I was unaware that you can't have numbers as element names

  • Checking Well-Formed XML files with ABAP Mapping

    Hi guys,
    Anybody knows which is the best way to check (well-formed) incoming XML files trough XI?
    I’m using ABAP Mapping and before I check the value of the XML fields I want to check if the XML is well-formed. For this reason I need to know which is the class or classes that I need to use to checking the format of XML using an XSD file?
    That is also possible using a DTD file instead of XSD?
    Which is better XSD or DTD?
    Thanks in advance,
    Ricardo.

    Hi Ricardo,
      try out these links.
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping
    /people/ravikumar.allampallam/blog/2005/02/10/different-types-of-mapping-in-xi
    /people/sap.user72/blog/2003/09/18/xsl-and-abap
    Thanks and Regards
    Vishal Kumar

  • How To check validity of XML File

    can any one tell me how to find whether an XML file is valid or not before beginning to parse the XML file
    Thanks in advance

    Xerces will do that for qou, if you activate validation (and, of course, a DTD is specified in the file). Read the documentation of Xerces at xml.apache.org

  • JDOM parser fails to parse Huge Size Xml Files ??? Unable to Parse ???

    Hi All,
    When i transformed or parsed many XML Files of huge size...I am getting java.lang.OutOfMemory error for all the huge xml files. It is working fine for files which is of small size.
    I've 2GB ram in my system. I have also set heapsize for the JVM.
    -Xms512M -Xmx1800M (or) -Xms512M -Xmx1500M
    I like to know what are the drawbacks of JDOM parser ?
    What is the maximum size of the Xml which JDOM can parse ?
    I've read a long time before that parsers have certain limitations. Can anybody tell me the limitations of the parses?
    Please help. i'm currently using jdom.jar to parse the xml files.
    Thanks,
    J.Kathir

    Hi All,
    When i transformed or parsed many XML Files of huge
    size...I am getting java.lang.OutOfMemory error for
    all the huge xml files. It is working fine for files
    which is of small size.Of course it is.
    >
    I've 2GB ram in my system. I have also set heapsize for the JVM.
    -Xms512M -Xmx1800M (or) -Xms512M -Xmx1500MYou can't always get what you want. Your JVM is competing with all the other processes on your machine, including the OS, for RAM.
    I like to know what are the drawbacks of JDOM parser ?You just discovered it: all DOM parsers create an in-memory representation of the entire document. A SAX parser does not.
    What is the maximum size of the Xml which JDOM can parse ?The max amount of memory that you have available to you.
    I've read a long time before that parsers have
    certain limitations. Can anybody tell me the
    limitations of the parses?See above.
    Please help. i'm currently using jdom.jar to parse the xml files.You can try a SAX parser or a streaming parser. Maybe those can help.
    %

  • XML in Oracle 9i (best method to return a xml file from a table query)

    Hello.
    What is the best method to query a table, or set of tables (that will return thousands of rows) using xml in oracle? (best performance)
    I'm currently using DBMS_XMLGen, is there a better method ?

    I think, if your talking about generating XML, that you should use XMLElement, XMLForest, etc. to create your XML.
    Lets assume that you base is relational data, then maybe the following great example will give you an idea how to do it : Re: Generate XML Schema from oracle tables
    As michaels pointed out (did you read the link/ URL given?), the general expectancy is that the packages will be less and less important. So also maintenance wise the XMLElement, etc way will be the best, also for the future, maintainable method.

  • Reading from a text/xml file

    Can someone help me out with some code to read the contents of a text file and place them in a string, i.e. text file called text.txt contains red fast old.
    I want to read this in and then use a string tokeniser to separate them into 3 sep strings and them ultimately use them as options in a GUI.
    i.e. if the first one is red then the colour combo box will have red as the currently selected option.
    Is this the best way to do it, or can someone suggest a simpler way?

    Looks like a Properties file to me:
    http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html
    http://java.sun.com/docs/books/tutorial/i18n/resbundle/propfile.html

  • SOAPUI to Oracle UCM error

    Hi ,
    When i try to check in a file using soapui to oracle ucm the file is successfully checked in but am not able to view the file in ucm . I get the below error
    "Error in a subsystem. An error occurred when loading an image for translation.
    To download and view locally, use the Download menu item from the File menu of the Viewer"
    There must be a issue with file content value . Can some one help me with this

    Hi FahdMirza ,
    I have permission . I am able to check in the document . The issue is with the conversion . Oracle ucm is not able to convert the file . please find the soap message below .
    can you help me with the value i have to put here "<chec:fileContent>cid:38514290048</chec:fileContent>"
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:chec="http://www.stellent.com/CheckIn/">
    <soapenv:Header/>
    <soapenv:Body>
    <chec:CheckInUniversal>
    <!--Optional:-->
    <chec:dDocName>wms1</chec:dDocName>
    <!--Optional:-->
    <chec:dDocTitle>wms</chec:dDocTitle>
    <!--Optional:-->
    <chec:dDocType>Application</chec:dDocType>
    <!--Optional:-->
    <chec:dDocAuthor>weblogic</chec:dDocAuthor>
    <!--Optional:-->
    <chec:dSecurityGroup>IPMSYS_APP_1</chec:dSecurityGroup>
    <!--Optional:-->
    <chec:dDocAccount></chec:dDocAccount>
    <!--Optional:-->
    <chec:CustomDocMetaData>
    <!--Zero or more repetitions:-->
    <chec:property>
    <!--Optional:-->
    <chec:name>?</chec:name>
    <!--Optional:-->
    <chec:value>?</chec:value>
    </chec:property>
    </chec:CustomDocMetaData>
    <!--Optional:-->
    <chec:primaryFile>
    <!--Optional:-->
    <chec:fileName>E:\test\Jellyfish.jpg</chec:fileName>
    <!--Optional:-->
    <chec:fileContent>cid:38514290048</chec:fileContent>
    </chec:primaryFile>
    <!--Optional:-->
    <chec:alternateFile>
    <!--Optional:-->
    <chec:fileName>?</chec:fileName>
    <!--Optional:-->
    <chec:fileContent>cid:424986047390</chec:fileContent>
    </chec:alternateFile>
    <!--Optional:-->
    <chec:extraProps>
    <!--Zero or more repetitions:-->
    <chec:property>
    <!--Optional:-->
    <chec:name>?</chec:name>
    <!--Optional:-->
    <chec:value>?</chec:value>
    </chec:property>
    </chec:extraProps>
    </chec:CheckInUniversal>
    </soapenv:Body>
    </soapenv:Envelope>

  • ORA-01122: database file 58 failed verification check

    Hi All,
    I have lost one of my datafile while moving them from 1 drive to another. I am getting the following error while trying to start the database:
    ORA-01122: database file 58 failed verification check
    ORA-01110: data file 58: 'G:\ORACLE\R3E\SAPDATA7\R3E700_25\R3E700.DATA25'
    ORA-01251: Unknown File Header Version read for file number 58
    Please suggest what can be done to correct the error. Also I don't have a backup.
    Suman

    - open http://service.sap.com/notes
    - enter "ORA-01251"
    - you will find Note 696141 - Composite SAP Note: ORA-01122
    and that section:
          10. ORA-01251: Unknown File Header Version read for file number <file_id>
    Reason: The file header cannot be correctly read.
    Solution: If you use Oracle 9.2 on WINDOWS and if you already installed the database with Oracle 7.2 or lower, see Note 636466.
               Otherwise: Restore/recovery
    Markus

  • ORA-01122: database file 30 failed verification check

    SQL*Plus: Release 10.1.0.4.2 - Production on Wed Feb 13 20:33:13 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    when starting the DB for 10gAS get following error, db is started but cannot sign in
    SQL> SQL> Connected.
    SQL> ALTER DATABASE open
    ERROR at line 1:
    ORA-01122: database file 30 failed verification check
    ORA-01110: data file 30: 'D:\ORACLE\ORADATA\PRT\APPS003_A.DBF'
    ORA-01203: wrong incarnation of this file - wrong creation SCN
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    With the Partitioning, OLAP and Data Mining options

    You have a mismatch in the control file and data file scn numbers. What was done before the database was getting started? I once saw this error when some one moved one file from another munt point to another and there was no rename give to the control file and the control file got no idea which is this new file and where it had come from?
    Try finding the control file which is of the same backup as of this datafile.
    Aman....

  • Database file 1 failed verification check on standby

    Hi ,
    i m getting a trouble on my physical standby database(Oracle 10g Enterprise edition).
    I have taken standby controlfile backup from production . And Restored it on Standby database then i m getting following errors :
    ORA-01122: database file 1 failed verification check
    ORA-01110: data file 1: 'E:\ORACLE\PRODUCT\ORADATA\TESTDR\SYSTEM01.DBF'
    ORA-01206: file is not part of this database - wrong database id
    My production aND standby database ID are same :
    Edited by: user12045405 on Nov 6, 2012 11:16 AM

    Check this
    http://oracleinstance.blogspot.in/2010/08/ora-01122-ora-01110-ora-01206-after.html

  • Database file 4 failed verification check

    Hello,
    When I start database, message displayed as
    follows:
    ORA-01122: database file 4 failed verification check
    ORA-01110: data file 4: '/usr/nas/databases/D1/DADM/oracle/datafiles/DADM_rollback1.dbf'
    ORA-01251: Unknown File Header Version read for file number 4
    Database is not started up.
    I need help how to fix it.
    Thanks in advance
    null

    Dear,
    This error says that urs current datafile is corrupted their are two to three solution on which we can work out.......
    1.if urs database is in Archive log then do the following
    a) shutdown the database
    b) start mount
    c) make sure that u have all the archive log file in the directory where they should be
    d) recover database, then it will ask all archive log file just press enter or write Auto their,
    2) If urs database is not in Archive log then u have restore from urs lsat backuup.
    3) If this datafile if not very much in use u can make it offline and start urs database.
    null

  • Extract data from xml file to Oracle table

    hello to all members of forum..i have this stored procedures:
    create or replace
    PROCEDURE INSERTXML2(
    p_xml_in XMLType,
    p_table IN VARCHAR2 ) AS
    v_context DBMS_XMLStore.ctxType;
    v_rows NUMBER;
    BEGIN
    insCtx := DBMS_XMLStore.newContext(p_table); -- get saved context
    dbms_xmlstore.setRowTag(insCtx,'Row');
    DBMS_XMLStore.clearUpdateColumnList(insCtx); -- clear the update settings
    -- set the columns to be updated as a list of values
    DBMS_XMLStore.setUpdateColumn(insCtx,'ORDERNUMBER');
    DBMS_XMLStore.setUpdateColumn(insCtx,'PLANT');
    DBMS_XMLStore.setUpdateColumn(insCtx,'MATERIAL');
    DBMS_XMLStore.setUpdateColumn(insCtx,'LINENUMBER');
    DBMS_XMLStore.setUpdatecolumn(insCtx,'NOMSPEED');
    DBMS_XMLStore.setUpdatecolumn(insCtx,'STARTDATE');
    DBMS_XMLStore.setUpdatecolumn(insCtx,'FINISHDATE');
    DBMS_XMLStore.setUpdatecolumn(insCtx,'TARGETQTY');
    DBMS_XMLStore.setUpdatecolumn(insCtx,'UNIT');
    DBMS_XMLStore.setUpdatecolumn(insCtx,'SYSTEMSTATUS');
    v_rows := DBMS_XMLStore.insertXML(insCtx, xmldocument);
    -- Close the context
    DBMS_XMLStore.closeContext(insCtx);
    END;
    that works well in little XML files but in XML files that are bigger the stored procedures to not work because string maximum length in Oracle is 4000..can anyone know a solution to pass over this problem?!?!
    one more thing im working with Oracle SQL Developer and Sap Mii, the XML file is generated in Sap Mii and then i have to pass it in one step to database..my one step is this stored procedure
    one more thing im working with Oracle SQL developer and SAP Mii
    regards and thanks in advance
    matinha
    Edited by: user11098081 on 23/Abr/2009 7:11

    You can use CLOB for big files.
    http://saubbane.blogspot.com/2010/12/saving-xml-file-into-table-with-plsql.html

  • Xnee-2.00 Installation - /lib/cpp fails sanity check

    When I first tried running the configure file to start the installation process for this application, I ran into error after error and found solutions to them by installing packages off the SunOS cd's or from the sunfreeware site. But I cant find a solution to this problem.
    the output when running the configure script is as follows for the problem:
    checking how to run the C preprocessor... /lib/cpp
    configure: error: C preprocessor "/lib/cpp" fails sanity check
    the config.log file is very long and full of compile errors...many are repeats and around the part where its failing the only problem i can see is a "conftest.c" line 14: Cant find include file assert.h....
    what are the packages i need for cpp to function, i have gcc-3.3.2 installed, are there others?? is there something else i'm going to run into later?? any help will be greatly appreciated

    Have you try to use pkg-get
    to get the binary from Sun?
    If you really need to compile it by yourself, get studio first to make it easier. It will install developer package library in the box and help to resolve your dependence problem.

Maybe you are looking for

  • Single Supplimentary Invoice for Multiple Invoices

    Hi We are having Standardmanufacturing sales Process Ex: We did the sales of 1000 quantity of  goods over the period of time for Price  100 Rs/ and we had created invoices also in the system .After 3 months with the customer on mutual undersating we

  • How to find out How many rows and coloumn exists in the Excel sheet at run

    hai gurus,          iam uploading excel to application sever,. when i used gui_upload the data is non-readable. so.. i used alsm_excel_to_int fm .but the problem is user can upload any type of Excel to Application so i need to know the total no of ro

  • Emails not being generated using UDF

    Hi, We had setup a functionality to send email via UDF using the following blog. Mail without email adapter? Part - I - Process Integration - SCN Wiki This worked fine for some time. However, it does not generate emails anymore. There were no changes

  • Retina MBP suddenly logging me out

    My Retina MBP has now twice suddenly logged me out as a user with no warning.  Once when I was working on FCP7 and hit the backspace key and just now when I ejected and removed a USB stick from the right hand port.  Has anyone else had this issue?

  • Update RG register

    Hi experts u2026u2026u2026u2026.. Is any one having update RG register which will be very much helpful in my project if I am correct the registers provided by SAP is old one with out Higher education tax Regards, AVG.Rajan