Externalize Strings not generating translations in CSV file

Hi Gurus,
I need to do presentation layer externalization, hence in the process of doing it, i have activated by clikcing on externalize table on the subject area and after that i go to tools-> utilities -> externalize strings -> execute
the csv file it is generating is only having english values, i am not getting the translations of other languages in the csv. I m struck there.
Pls help!!
Thanks,
Sreekanth

Hi Sreekanth,
The CSV File generated will be in english only. If you are trying to change everything in OBIEE Presenatation layer to a different language, then you have to do addition steps after exporting the CSV file to your machine.
Look into this article: ( I believe this is what you are looking for );
http://oraclebizint.wordpress.com/2007/10/29/oracle-bi-ee-101332-presentation-layer-translation/
Regards,
-Amith.

Similar Messages

  • How to generate a second csv file with different report columns selected?

    Hi. Everybody:
    How to generate a second csv file with different report columns selected?
    The first csv file is easy (report attributes -> report export -> enable CSV output Yes). However, our users demand 2 csv files with different report columns selected to meet their different needs.
    (The users don't want to have one csv file with all report columns included. They just want to get whatever they need directly, no extra columns)
    Thank you for any help!
    MZ

    Hello,
    I'm doing it usually. Typically example would be in the report only the column "FIRST_NAME" and "LAST_NAME" displayed whereas
    in the csv exported with the UTL_FILE the complete address (street, housenumber, additions, zip, town, state ... ) is written, these things are needed e.g. the form letters.
    You do not need another page, just an additional button named e.g. "export_to_csv" on your report page.
    The csv export itself is handled from a plsql procedure "stored procedure" ( I like to have business logic outside of apex) which is invoked by pressing the button "export_to_csv". Of course the stored procedure can handle also parameters
    An example code would be something like
    PROCEDURE srn_brief_mitglieder (
         p_start_mg_nr IN NUMBER,
         p_ende_mg_nr IN NUMBER
    AS
    export_file          UTL_FILE.FILE_TYPE;
    l_line               VARCHAR2(20000);
    l_lfd               NUMBER;
    l_dateiname          VARCHAR2(100);
    l_datum               VARCHAR2(20);
    l_hilfe               VARCHAR2(20);
    CURSOR c1 IS
    SELECT
    MG_NR
    ,TO_CHAR(MG_BEITRITT,'dd.mm.yyyy') AS MG_BEITRITT ,TO_CHAR(MG_AUFNAHME,'dd.mm.yyyy') AS MG_AUFNAHME
    ,MG_ANREDE ,MG_TITEL ,MG_NACHNAME ,MG_VORNAME
    ,MG_STRASSE ,MG_HNR ,MG_ZUSATZ ,MG_PLZ ,MG_ORT
    FROM MITGLIEDER
    WHERE MG_NR >= p_start_mg_nr
    AND MG_NR <= p_ende_mg_nr
    --WHERE ROWNUM < 10
    ORDER BY MG_NR;
    BEGIN
    SELECT TO_CHAR(SYSDATE, 'yyyy_mm_dd' ) INTO l_datum FROM DUAL;
    SELECT TO_CHAR(SYSDATE, 'hh24miss' ) INTO l_hilfe FROM DUAL;
    l_datum := l_datum||'_'||l_hilfe;
    --DBMS_OUTPUT.PUT_LINE ( l_datum);
    l_dateiname := 'SRNBRIEF_MITGLIEDER_'||l_datum||'.CSV';
    --DBMS_OUTPUT.PUT_LINE ( l_dateiname);
    export_file := UTL_FILE.FOPEN('EXPORTDIR', l_dateiname, 'W');
    l_line := '';
    --HEADER
    l_line := '"NR"|"BEITRITT"|"AUFNAHME"|"ANREDE"|"TITEL"|"NACHNAME"|"VORNAME"';
    l_line := l_line||'|"STRASSE"|"HNR"|"ZUSATZ"|"PLZ"|"ORT"';
         UTL_FILE.PUT_LINE(export_file, l_line);
    FOR rec IN c1
    LOOP
         l_line :=  '"'||rec.MG_NR||'"';     
         l_line := l_line||'|"'||rec.MG_BEITRITT||'"|"' ||rec.MG_AUFNAHME||'"';
         l_line := l_line||'|"'||rec.MG_ANREDE||'"|"'||rec.MG_TITEL||'"|"'||rec.MG_NACHNAME||'"|"'||rec.MG_VORNAME||'"';     
         l_line := l_line||'|"'||rec.MG_STRASSE||'"|"'||rec.MG_HNR||'"|"'||rec.MG_ZUSATZ||'"|"'||rec.MG_PLZ||'"|"'||rec.MG_ORT||'"';          
    --     DBMS_OUTPUT.PUT_LINE (l_line);
    -- in datei schreiben
         UTL_FILE.PUT_LINE(export_file, l_line);
    END LOOP;
    UTL_FILE.FCLOSE(export_file);
    END srn_brief_mitglieder;Edited by: wucis on Nov 6, 2011 9:09 AM

  • XML Publisher question - Not generating a valid XML file

    I am working through an Oracle document that walks you through creating an XML Pub report. I am using HCM 8.9, Tools 8.49.15 and it has XML Pub installed and I have the Microsoft plug-in installed
    I have created a query and have downloaded an rtf template and now am on a page where you enter your data source and then click ‘Generate’ for the sample data file. I did it and it created ‘PERSONAL_DATA_PAY.XML’ which is created from a PS Query. However if I click on ‘PERSONAL_DATA_PAY.XML’ it generates a blocky text file that is not an XML file and I can’t go any further.
    Do you know why it’s not generating a valid XML file when I click on 'generate'?
    Thanks
    Allen H. Cunningham
    Data Base Administrator - Oracle/PeopleSoft
    Sonoma State University

    You mean to say that you create a new data source by specifying Data Source Type as 'PS Query' and Data Source ID as your query name, you are not able to generate a valid XML file (by clicking on Generate link).
    did you cross check your query by running it?
    On field change of Generate link, PeopleSoft uses PSXP_RPTDEFNMANAGER and PSXP_XMLGEN app packagaes and query objects to create the file
    It should work if you query is valid..

  • TestStand 4.2 Error String not found in language resource files

    I've installed TestStand 4.2 on two Windows XP machines.  On one machine it worked fine first time. On the other machine I receive the following message in the login box, and also in the templates pane:  'String not found in language resource files." I have tried uninstalling and re-installing TestStand twice but still get this error.  This error prevents me being able to login as an administrator so I am unable to use TestStand 4.2. I understand that these language resource files are provided by the installer but for some reason it seems that the machine with the error cannot locate these.
    The only difference between the two XP machines that I can find is the location of user profiles.  I note that on Vista compatible TestStand versions that TestStand user settings are stored to C:\Documents and Settings\All Users\Documents\National Instruments\TestStand 4.2\Components on XP machines.  On the XP machine with the error all user profiles are stored under C:\profiles, rather than C:\Documents and Settings.  This is the standard profile used by our company so I am unable to change this. The TestStand installer does recognise this and installs TestStand user settings to  C:\profliles\All Users\Documents\National Instruments\TestStand 4.2\.  Does anyone know whether the location of the user profiles is important, or whether there is another cause for this error?
    Regards,
    David
    Solved!
    Go to Solution.

    Hi Scott,
    I've held off on the changes suggested by John for now.  You are correct in that the knowledge base article referenced by John does not apply since the engine does initialise. 
    I've attached two screen shots.  The first one is the standard login box which displays the "String Not found in language resource files" message in place of the usual "administrator" user name.  If I overwrite the  "String Not found in language resource files" user name with "administrator" and click OK to log in then I get an "Invalid User Name" error dialogue box. Therefore I am unable to log into TestStand.
    The second screen shot shows the TestStand sequence editor with the String Not found in language resource files visible in the templates pane.
    Regards,
    David
    Attachments:
    TS Login Prompt.JPG ‏11 KB
    TS Seq Editor.JPG ‏75 KB

  • How to generate graphs from csv file and show on remote clients?

    Hi,
    I have set of csv files. Each file has 104 parameters. From these parameters different graphs have to be generated and displayed to remote clients thru tomcat.
    Can anyone tell me how to do that?
    cheers,
    its reeju

    it's very easy to load the CSV into java objects. Once you have done that why not use the Java2D API to draw your graphs and then use the Sun JPG encoder tools to write out a jpg stream back to the browser (you will need to set the content type for jpg).

  • Not able to laod csv file to a table

    Hello,
    i am getting below error when i tried to load data from csv file to a table:
    com.sunopsis.sql.SnpsMissingParametersException: Missing parameter \/file_lkp_location_hierarchy_P6.csv
    SQL: select     
         SRC.Region     C1_REGION
    from     D:\/file_lkp_location_hierarchy_P6.csv SRC
    where     (1=1)
    /*$$SNPS_START_KEYSNP$CRDWG_TABLESNP$CRTABLE_NAME=SRCSNP$CRLOAD_FILE=D:\/file_lkp_location_hierarchy_P6.csvSNP$CRFILE_FORMAT=DSNP$CRFILE_SEP_FIELD=0x002cSNP$CRFILE_SEP_LINE=0x000D0x000ASNP$CRFILE_FIRST_ROW=1SNP$CRFILE_ENC_FIELD=SNP$CRFILE_DEC_SEP=SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=CountrySNP$CRTYPE_NAME=STRINGSNP$CRORDER=1SNP$CRLENGTH=100SNP$CRPRECISION=100SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=Mega_RegionSNP$CRTYPE_NAME=STRINGSNP$CRORDER=2SNP$CRLENGTH=100SNP$CRPRECISION=100SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=StateSNP$CRTYPE_NAME=STRINGSNP$CRORDER=3SNP$CRLENGTH=100SNP$CRPRECISION=100SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=RegionSNP$CRTYPE_NAME=STRINGSNP$CRORDER=4SNP$CRLENGTH=100SNP$CRPRECISION=100SNP$CRACTION_ON_ERROR=0SNP$CR$$SNPS_END_KEY*/
         at com.sunopsis.sql.SnpsQuery.completeHostVariable(SnpsQuery.java:398)
         at com.sunopsis.sql.SnpsQuery.updateExecStatement(SnpsQuery.java:1926)
         at com.sunopsis.sql.SnpsQuery.executeQuery(SnpsQuery.java:554)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeQuery(SnpSessTaskSql.java:3078)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java:571)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2815)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
         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:82)
         at java.lang.Thread.run(Thread.java:662)
    and the sql code is:
    select     
         SRC.Region     C1_REGION
    from     D:\/file_lkp_location_hierarchy_P6.csv SRC
    where     (1=1)
    /*$$SNPS_START_KEYSNP$CRDWG_TABLESNP$CRTABLE_NAME=SRCSNP$CRLOAD_FILE=D:\/file_lkp_location_hierarchy_P6.csvSNP$CRFILE_FORMAT=DSNP$CRFILE_SEP_FIELD=0x002cSNP$CRFILE_SEP_LINE=0x000D0x000ASNP$CRFILE_FIRST_ROW=1SNP$CRFILE_ENC_FIELD=SNP$CRFILE_DEC_SEP=SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=CountrySNP$CRTYPE_NAME=STRINGSNP$CRORDER=1SNP$CRLENGTH=100SNP$CRPRECISION=100SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=Mega_RegionSNP$CRTYPE_NAME=STRINGSNP$CRORDER=2SNP$CRLENGTH=100SNP$CRPRECISION=100SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=StateSNP$CRTYPE_NAME=STRINGSNP$CRORDER=3SNP$CRLENGTH=100SNP$CRPRECISION=100SNP$CRACTION_ON_ERROR=0SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=RegionSNP$CRTYPE_NAME=STRINGSNP$CRORDER=4SNP$CRLENGTH=100SNP$CRPRECISION=100SNP$CRACTION_ON_ERROR=0SNP$CR$$SNPS_END_KEY*/

    When i try above step, i am getting below error:
    ODI-1228: Task Location_H (Integration) fails on the target ORACLE connection DEV2DWH.
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1224)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3467)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
         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.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:68)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
         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:82)
         at java.lang.Thread.run(Thread.java:662)
    and code is:
    /* DETECTION_STRATEGY = NOT_EXISTS */
    insert into     CONFIG_NBN_BIW.I$_W_EPS_HIERARCHY_D
         EPS_NAME_LV3,
         EPS_NAME_LV4,
         CUSTOM_1,
         CUSTOM_2,
         IND_UPDATE
    select
    EPS_NAME_LV3,
         EPS_NAME_LV4,
         CUSTOM_1,
         CUSTOM_2,
         IND_UPDATE
    from (
    select      
         C4_MEGA_REGION EPS_NAME_LV3,
         C6_REGION EPS_NAME_LV4,
         C1_COUNTRY CUSTOM_1,
         C3_STATE CUSTOM_2,
         'I' IND_UPDATE
    from     CONFIG_NBN_BIW.W_EPS_HIERARCHY_D EPS_HIERARCHY_D, CONFIG_NBN_BIW.C$_0W_EPS_HIERARCHY_D
    where     (1=1)
    And (EPS_HIERARCHY_D.CUSTOM_1=C1_COUNTRY)
    And (EPS_HIERARCHY_D.EPS_NAME_LV4 = C6_REGION)
    ) S
    where NOT EXISTS
         ( select 1 from CONFIG_NBN_BIW.W_EPS_HIERARCHY_D T
         where     T.EPS_NAME_LV4     = S.EPS_NAME_LV4
              and ((T.EPS_NAME_LV3 = S.EPS_NAME_LV3) or (T.EPS_NAME_LV3 IS NULL and S.EPS_NAME_LV3 IS NULL)) and
              ((T.CUSTOM_1 = S.CUSTOM_1) or (T.CUSTOM_1 IS NULL and S.CUSTOM_1 IS NULL)) and
              ((T.CUSTOM_2 = S.CUSTOM_2) or (T.CUSTOM_2 IS NULL and S.CUSTOM_2 IS NULL))
    )

  • Charts not showing up in CSV file when a webi report is exported

    We have a webi report with charts. When it is exported to Excel its working fine, but when it is exported to CSV it is not displaying charts. Please suggest if any preference needs to be changed at the Launch pad level or Is it the limitation with CSV Files?

    Hi Siva,
    CSV files are not meant for charts. You can't even make any charts in a simple csv file (EXCEL).
    So I think you can only export Charts to normal Excel files.
    Hope it helps.
    Thanks,
    Subrat

  • "quoted string not properly terminated" error in File to Oracle interface

    We have an interface at our site that is a simple file to Oracle interface. We used the sqlldr LKM and the SQL Control Append IKM. The interface bombs out when one of the unmapped Oracle fields has this for a string literal in it: '--A'. It's a size 3 varchar field in Oracle. We can put in other literals fine in it, but using the '--A' one brings back this error in the Insert portion of the interface:
    1756 : 42000 : java.sql.SQLException: ORA-01756: quoted string not properly terminated
    java.sql.SQLException: ORA-01756: quoted string not properly terminated
    I ran the sql query that ODI bombs out on and the record inserts fine inside sql developer.
    Anybody else experience this and if so what was the solution to get past this?
    We're using ODI 10.1.3.5.5.

    Hi A,
    I tried this but it didn't work. I am puzzled as to why OBIEE prints any special character after a % twice. For example %& becomes %&& or %' become %'' . I guess it is the Evaluate function that is fiddling with the % .
    Thanks.
    Edited by: 900740 on Feb 9, 2012 9:22 AM

  • CSV file not appear as a CSV file in attach

    Hi.
    I am sending an CSV file as an attach in an email. But the problem is that it appears as a PDF file, even though in SOST it appears as a CVS file. Does anyone faced this problem?
    Thanks.

    Well, I when I look at this method, I see Attachment_type is of type SOODK-OBJTP.  When I forward navigate into that, I see structure SOODK, with field name OBJTP, type SO_OBJ_TP.  Forward navigating again, I see that that field has domain SO_OBJ_TP.  When I look at the value range for the domain, I find table TSOTD.  Inside that table, I don't find 'csv' as a  type.  This leads me to believe that SAP doesn't know what type of attachment it has.  Since your code implies a hex/binary file, perhaps BIN is the replacement for CSV, and the file name should probably contain '.csv'.  Sorry, it's been a while since I wrote a email with attachment;  I don't remember what I used in prior programs, I believe is used BIN or RAW.
    The choices are listed below:
    ALI                        X          X      ABAP list document      
    ARC                        X                 Archive object (image)  
    BCS                                   X      External Document Storage
    BIN                        X                 Binary document         
    DLI                        X                 Distribution list       
    EXT                        X    X            PC document             
    FOL                        X                 Folder                  
    GRA                        X          X      SAP Business Graphics   
    OBJ                        X                 Business object         
    OFO                                   X      Object folder           
    OTF                                   X      OTF document            
    R3I                                   X      IDoc                    
    RAW   X                    X                 SAP editor document     
    SCR                        X                 SAPscript document      
    URL                                          Link to Internet/Intranet
    WIM                                   X      Work item               
    XXL                        X          X      Document for list viewer

  • Why is XJC not generating any JAXB implementation files?

    I'm running xjc.exe on a Windows XP machine via a .bat file to generated the binding Java files for my .xsd file. JDK 1.6.0_16 is installed. The bat file looks like this:
    xjc.exe -p my.packagepath xsdfile.xsd
    Those aren't really the file and package names I'm using but you get the point. i run the .bat file and it runs without any error. It happily and without complaint generates a couple .java files in the my\packagepath directory. But that's it. There is no impl sub-directory being created at all. I've used JAXB on a project like this a couple years back and I see that the impl directory and a runtime folder with several more auto-generated files is there for that project. But it doesn't seem to be working now and I've forgotten how I got it to work last time. What am I missing or forgetting to do?

    From the Javadoc: 'Since the JAXB 2.0 specification has defined a portable runtime, it is no longer necessary for the JAXB RI to generate **/impl/runtime packages.'

  • Translate a csv file in UCM to records in URM

    If there's a csv file in UCM, can I import the file into URM and save it as records?
    Thanks

    The answer is, yes, of course.
    You can check in any file to URM and "declare" it as a record.
    Another option could be keeping the file in UCM and "record it" in URM via UCM-URM adapter.

  • NXSD translator for CSV file (Header-Line-Trailer)

    Hi,
    We have to process the file coming in below format.
    File Format-
    Header Line (Only once)
    Payload lines. (is unbounded)
    Trailer Line (only once) ----> this is what i like to skipped by adapter.
    Sample file-
    2013-10-10
    1,2,3,4,4,5,1
    35,5,5,66,6,1,1
    2
    We don't have any record identifier to identify the record type. Only info we have is that first record will be the header and last records will be the trailer and in between that we will get payload.
    Can some one tell how to create XSD for above type of file?
    Thanks,
    Ab

    Hi Puneet,
    As you suggested I generated a separate schema for header+payload and trailer and tried to merge them using both choice and sequence. But not of them seems to be working.
    are you sure that we can handle this scenario in xsd?  Below is the generated schema.
    File Format-
    Header Line (Only once)
    Payload lines. (is unbounded)
    Trailer Line (only once) ----> this is what i like to skipped by adapter.
    Actual data file-
    2013-10-10
    5561386532;11111111;INDIA
    5561386532;44444444;INDIA
    2
    Schema for Trailer-
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
                xmlns:tns="http://TargetNamespace.com/bn"
                targetNamespace="http://TargetNamespace.com/bn"
                elementFormDefault="qualified"
                attributeFormDefault="unqualified"
                nxsd:version="NXSD"
                nxsd:stream="chars"
                nxsd:encoding="US-ASCII"
    >
      <xsd:element name="Root-Element">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="rec" minOccurs="1" maxOccurs="1">
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="C1" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" nxsd:quotedBy="&quot;" />
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
    Schema for Header+Payload-
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
                xmlns:tns="http://TargetNamespace.com/bn"
                targetNamespace="http://TargetNamespace.com/bn"
                elementFormDefault="qualified"
                attributeFormDefault="unqualified"
                nxsd:version="NXSD"
                nxsd:stream="chars"
                nxsd:encoding="US-ASCII"
                nxsd:hasHeader="true"
                nxsd:headerLines="1"
                nxsd:headerLinesTerminatedBy="${eol}"
    >
      <xsd:element name="Root-Element">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="rec" minOccurs="1" maxOccurs="unbounded">
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="C1" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy=";" nxsd:quotedBy="&quot;" />
                  <xsd:element name="C2" type="xsd:int" nxsd:style="terminated" nxsd:terminatedBy=";" nxsd:quotedBy="&quot;" />
                  <xsd:element name="C3" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" nxsd:quotedBy="&quot;" />
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>  
      </xsd:element>
    </xsd:schema>

  • Not generating controlfiles backup trace file

    Hello frndssss
    when i am issing this command ,
    sql>alter database backup controlfile to trace;
    output its showing : Database is altered .
    when I am looking the trace files in UDUMP dirrectory there is no file exist there
    what might be the reason ? my before trace files open mode is notepad

    thanks sajiv ,,,, now I m able to get backup trace file of a controlfile , but this i can do to generate 1 trace file that 2 we have to specify our name ,
    I need permanent solution for this and it has to trace at Udump location which i specified in parameter file ,
    see my dump destination
    SQL> show parameter dump_dest
    NAME TYPE VALUE
    background_dump_dest string C:\ORACLE\PRODUCT\10.2.0\ADMIN
    \ORCL\BDUMP
    core_dump_dest string C:\ORACLE\PRODUCT\10.2.0\ADMIN
    \ORCL\CDUMP
    user_dump_dest string C:\ORACLE\PRODUCT\10.2.0\ADMIN
    \ORCL\UDUMP
    when I am giving this command ,
    alter database backup controlfile to trace;
    it has to go to udump dest ..... May I right , the process will be like this

  • Not able to upload csv file

    I have to to a flat file extraction and the excel file has been converted to the CSV format. but when I execute the infopackage an error crops up in the estimate field that says the value is not an integer, I have earlier uploaded the files using the same settings , what could be the case ?

    hi,
       while creating infopackage please select file type correctly and check is there any special charecteristics in your file and give seperator with (,) symbol, and check  whether you have given all fields lenth correct or not?
    thanks,
    ramesh.

  • Not able to open .CSV file in excel sheet

    Hi All,
    I doing proxy to file content conversion scenario .Scenario is runing fine .I have huge ammount of data let say 2 lacs records
    when I am trying to open my target file it is file not loaded completely .that is why is my tester is saying that he is not getting all the records.
    but I am opening the file with notepad I am able to see the last record in file which is same in SAP table.
    now what I have to ask tester to do?
    plz sugget
    Regards
    Edited by: gangadhar kh on Mar 25, 2010 7:50 AM

    Dear Gangadhar,
    Refer this thread and it may give idea on your issue.
        how much rows can be visible in excel sheet
    Regards,
    JP.

Maybe you are looking for

  • How to embed multiple queries in one web template

    Hi, I've a requirement wherein I need to embed two queries in one web template. The first query displays order quantity from a particular customer and the second query displays other information for that customer. Most of my web templates i've contai

  • Can't connect to Powerbook via wireless network......

    I have an iMac and a Powerbook and a wireless router. From the Powerbook, I can connect to the iMac's hard drive wirelessly by going to the network pane then clicking on Jason's iMac G5, entering the password, etc. But, I can't do the oppostite. I wo

  • Crystal  2008 not working with outlook 2010 mapi when exporting

    I recently had service pack 3 and fix pack 3.3 updated to my system ( crystal 2008) to help correct a issue with mapi not populating addresses from outlook when trying to export a report. I have a new issue. - sort of??? Now when I try to export mult

  • How do I number photos?

    This might be stupid, but I need to know. I am making a book in iPhoto, using the Photo Essay theme, and I was wondering if I could insert a number in the corner of my pictures without using a caption bar. (I want to type long captions in a text box

  • Wrong frieght value in Proforma Invoice

    Hi, When Freight is calculated in the SO, the same is not copied into the Proforma Invoices (F8) but the correct value is copied to commerical invoice. this is happening for only particular item for rest of the items it is getting copied correctly. I