VB6 SP4 - Oracle Report 6.0 depolyment error

Hi I am a developer in VB - Oracle.
I have successfully to call Oracle reports inside my VB Application. After that, I try to deploy the application to user, an error message "An error occurred while registering the file c:\windows\system\RWSXA60.OCX". Does any can help to solve the problem.
Thanks a lot,
alvita
null

Hi,
There were lot of printer issue which were fixed in the last version of developer 6.0 i.e 6.0.5.35.0 i.e Patch 7.
Probaly you can try by going to the Patch 7 of the Developer 6.0.

Similar Messages

  • Oracle Reports Java API link Error

    The Oracle Reports Java API link on the Oracle Reports page produces an error.
    http://www.oracle.com/technology/products/reports/htdocs/getstart/docs/index.html

    1) In Oracle Reports *10g*, Reports services are exposed as a webservice. Though it does not contain all possible actions, you can use it to run report, get job info and some other operations . [ Other than this there is no exposed java API yet ]
    Please see chapter 14
    "Using the Oracle Reports Web Service"
    in http://download-west.oracle.com/docs/html/B10314_01/toc.htm
    Thanks
    The Oracle Reports Team

  • Oracle Report Server gives java error message

    Hi All,
    We have an oracle report server (or service) in Oracle application server 10gR2 running in Red Hat Enterprise Linux 4.5. And it was working fine.
    But recently it gives some error message in the terminal like below.
    java.lang.Exception
    at com.sun.corba.se.internal.iiop.IIOPConnection.cleanUp(IIOPConnection.java:903)
    at com.sun.corba.se.internal.iiop.ConnectionTable.cleanUp(ConnectionTable.java:303)
    at com.sun.corba.se.internal.iiop.ConnectionTable.checkConnectionTable(ConnectionTable.java:320)
    at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:75)
    java.lang.Exception
    at com.sun.corba.se.internal.iiop.IIOPConnection.cleanUp(IIOPConnection.java:903)
    at com.sun.corba.se.internal.iiop.ConnectionTable.cleanUp(ConnectionTable.java:303)
    at com.sun.corba.se.internal.iiop.ConnectionTable.checkConnectionTable(ConnectionTable.java:320)
    at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:75)
    java.lang.Exception
    at com.sun.corba.se.internal.iiop.IIOPConnection.cleanUp(IIOPConnection.java:903)
    at com.sun.corba.se.internal.iiop.ConnectionTable.cleanUp(ConnectionTable.java:303)
    at com.sun.corba.se.internal.iiop.ConnectionTable.checkConnectionTable(ConnectionTable.java:320)
    at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:75)
    java.lang.Exception
    at com.sun.corba.se.internal.iiop.IIOPConnection.cleanUp(IIOPConnection.java:903)
    at com.sun.corba.se.internal.iiop.ConnectionTable.cleanUp(ConnectionTable.java:303)
    at com.sun.corba.se.internal.iiop.ConnectionTable.checkConnectionTable(ConnectionTable.java:320)
    at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:75)
    java.lang.Exception
    at com.sun.corba.se.internal.iiop.IIOPConnection.cleanUp(IIOPConnection.java:903)
    at com.sun.corba.se.internal.iiop.ConnectionTable.cleanUp(ConnectionTable.java:303)
    at com.sun.corba.se.internal.iiop.ConnectionTable.checkConnectionTable(ConnectionTable.java:320)
    at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:75)
    When I restart the report server it works fine for a while and the error message appears again.
    Dear Experts,Please response early.

    Please check at http://<server>/dev60html/runrep.htm for follwings :
    01. your test.rdf must be in report60 folder
    02. your db must contain scott user
    03. connect string must be tested and give the same inplace of test
    04. your webhost may contain a dot, please check this should be the same as yours
    hope this will help
    bye !

  • Oracle Reports 11g is giving error while uploading an xml

    REP-62202: Unsupported image format. Although xml does not contain any image tag.
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <report DTDVersion="9.0.2.0.10" name="Simple">
    <data>
    <userParameter datatype="character" display="no" name="P_JDBCPDS" pluginClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory"/>
    <dataSource name="DataSource1">
    <plugin factoryClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory" signOnParameter="P_JDBCPDS">
    <![CDATA[<jdbcpds DTDVersion=" 1.0"><JDBCQuery>select * from dbo.revenue2</JDBCQuery><QueryDefinition>0</QueryDefinition><driverType>jdbc-odbc</driverType><connectionClass>oracle.reports.plugin.datasource.jdbcpds.JDBCConnectionHandling</connectionClass><SignOnParameter>P_JDBCPDS</SignOnParameter><jdbcElements><element name = "Region"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /><element name = "Country"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /><element name = "City"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /><element name = "Revenue"  type = "12"   typeName = "varchar"  columnSize = "18"  columnScale = "5" /><element name = "Population"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /><element name = "Region_Chart"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /><element name = "Revenue_Chart"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /></jdbcElements><referenceColumns></referenceColumns></jdbcpds>]]>
    </plugin>
    <group name="DataSet1">
    <dataItem datatype="character" javaDatatype="varChar" name="Region">
    <dataDescriptor expression="Region" order="1"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="Country">
    <dataDescriptor expression="Country" order="2"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="City">
    <dataDescriptor expression="City" order="3"/>
    </dataItem>
    <dataItem javaDatatype="numeric" name="Revenue" oracleDatatype="number">
    <dataDescriptor expression="Revenue" order="4"/>
    </dataItem>
    <dataItem javaDatatype="numeric" name="Population" oracleDatatype="number">
    <dataDescriptor expression="Population" order="5"/>
    </dataItem>
    <dataItem javaDatatype="numeric" name="Revenue_Chart" oracleDatatype="number">
    <dataDescriptor expression="Revenue_Chart" order="6"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="Region_Chart">
    <dataDescriptor expression="Region_Chart" order="7"/>
    </dataItem>
    </group>
    </dataSource>
    <dataSource name="DataSource2">
    <plugin factoryClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory" signOnParameter="P_JDBCPDS">
    <![CDATA[<jdbcpds DTDVersion=" 1.0"><JDBCQuery>select * from customer_detail</JDBCQuery><QueryDefinition>0</QueryDefinition><driverType>jdbc-odbc</driverType><connectionClass>oracle.reports.plugin.datasource.jdbcpds.JDBCConnectionHandling</connectionClass><SignOnParameter>P_JDBCPDS</SignOnParameter><jdbcElements><element name = "acc_no" type ="12" typeName = "numeric" columnSize = "50"  columnScale = "0" /><element name = "customer_name" type = "12"   typeName = "varchar" columnSize = "50"  columnScale = "0" /><element name = "saving_acc_bal" type = "12" typeName = "numeric" columnSize = "50"  columnScale = "0" /><element name = "current_acc_bal" type = "12" typeName = "numeric" columnSize = "50"  columnScale = "0" /><element name = "area_code" type = "12" typeName = "numeric" columnSize = "50"  columnScale = "0" /><element name = "reference_no" type = "12" typeName = "numeric" columnSize = "50"  columnScale = "0"/></jdbcElements><referenceColumns></referenceColumns></jdbcpds>]]>
    </plugin>
    <group name="DataSet2">
    <dataItem name="acc_no">
    <dataDescriptor expression="acc_no" order="1"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="Customer_Name">
    <dataDescriptor expression="Customer_Name" order="2"/>
    </dataItem>
    <dataItem name="saving_acc_bal">
    <dataDescriptor expression="saving_acc_bal" order="3"/>
    </dataItem>
    <dataItem name="current_acc_bal">
    <dataDescriptor expression="current_acc_bal" order="4"/>
    </dataItem>
    <dataItem name="area_code">
    <dataDescriptor expression="area_code" order="5"/>
    </dataItem>
    <dataItem name="reference_no">
    <dataDescriptor expression="reference_no" order="6"/>
    </dataItem>
    </group>
    </dataSource>
    </data>
    <layout>
    <section name="header">
    <margin>
    <text name="textbox2">
    <geometryInfo height="0.30210" width="3.61460" x="2.12500" y="1.43750"/>
    <textSegment>
    <string><![CDATA[Region,County Wise Revenue Analysis]]></string>
    </textSegment>
    </text>
    <text name="image2">
    <geometryInfo height="0.30211" width="3.61461" x="2.12501" y="1.43751"/>
    <textSegment>
    <string><![CDATA[LnT_Infotech.jpeg]]></string>
    </textSegment>
    </text>
    </margin>
    </section>
    <section name="trailer">
    <body>
    <text name="PF0textboxF0">
    <geometryInfo height="0.16660" width="3.50000" x="2.00000" y="0.43750"/>
    <textSegment>
    <string><![CDATA[@CopyRight L&T Infotech 2011]]></string>
    </textSegment>
    </text>
    </body>
    </section>
    <section name="main">
    <body>
    <text name="textbox28">
    <geometryInfo height="0.43750" width="4.00000" x="1.06250" y="1.06250"/>
    <textSegment>
    <string><![CDATA[Region,County Wise Revenue Analysis Through Table And Chart]]></string>
    </textSegment>
    </text>
    <graph name="chart3">
    <graphDefinition><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <rw:graph dataValues="Revenue" groups="Region_Chart" id="chart3" src="DataSet1"> <Graph customLayout="" graphType="LINE_VERT_ABS" markerDisplayed="true" version="11.1.1.0"> <Title text="LINE_GRAPH" visible="true"/> <Y1Axis majorTickStepAutomatic="true"/> <Y2Axis majorTickStepAutomatic="true"/> </Graph> </rw:graph> ]]></graphDefinition>
    </graph>
    <graph name="chart2">
    <graphDefinition><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <rw:graph dataValues="Revenue" groups="Region_Chart" id="chart3" src="DataSet1"> <Graph customLayout="" graphType="LINE_VERT_ABS" markerDisplayed="true" version="11.1.1.0"> <Title text="LINE_GRAPH" visible="true"/> <Y1Axis majorTickStepAutomatic="true"/> <Y2Axis majorTickStepAutomatic="true"/> </Graph> </rw:graph> ]]></graphDefinition>
    </graph>
    <graph name="chart1">
    <graphDefinition><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <rw:graph dataValues="Revenue" groups="Region_Chart" id="chart3" src="DataSet1"> <Graph customLayout="" graphType="LINE_VERT_ABS" markerDisplayed="true" version="11.1.1.0"> <Title text="LINE_GRAPH" visible="true"/> <Y1Axis majorTickStepAutomatic="true"/> <Y2Axis majorTickStepAutomatic="true"/> </Graph> </rw:graph> ]]></graphDefinition>
    </graph>
    <frame name="table3">
    <geometryInfo x="0.00000" y="6.87500" width="7.43750" height="1.00000" />
    <generalLayout verticalElasticity="variable"/>
    <visualSettings fillPattern="transparent"/>
    <repeatingFrame name="RF_0" printDirection="down" source="DataSet1">
    <geometryInfo x="0.00000" y="7.06250" width="7.43750"
    height="0.18750"/>
    <generalLayout verticalElasticity="expand"/>
    <visualSettings fillPattern="transparent"/>
    <field name="F_Population" source="Population">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00000" y="7.06250"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_Region_Chart" source="Region_Chart">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00000" y="7.06250"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_Revenue_Chart" source="Revenue_Chart">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00000" y="7.06250"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    </repeatingFrame>
    <frame name="SF_0">
    <geometryInfo x="0.00000" y="6.87500" width="7.43750"
    height="0.18750"/>
    <visualSettings fillPattern="transparent"/>
    <text name="Population">
    <geometryInfo height="0.18750" width="1.18750" x="0.00000" y="6.87500"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Population]]></string>
    </textSegment>
    </text>
    <text name="Region Chart">
    <geometryInfo height="0.18750" width="1.18750" x="0.00000" y="6.87500"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Region Chart]]></string>
    </textSegment>
    </text>
    <text name="Revenue Chart">
    <geometryInfo height="0.18750" width="1.18750" x="0.00000" y="6.87500"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Revenue Chart]]></string>
    </textSegment>
    </text>
    </frame>
    </frame>
    <frame name="table2">
    <geometryInfo x="1.00180" y="7.87600" width="7.43760" height="1.00000" />
    <generalLayout verticalElasticity="variable"/>
    <visualSettings fillPattern="transparent"/>
    <repeatingFrame name="RF_1" printDirection="down" source="DataSet2">
    <geometryInfo x="1.00180" y="7.87600" width="7.43750"
    height="0.18750"/>
    <generalLayout verticalElasticity="expand"/>
    <visualSettings fillPattern="transparent"/>
    <field name="F_acc_no" source="acc_no">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="1.00180" y="7.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_Customer_Name" source="Customer_Name">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="1.00180" y="7.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_saving_acc_bal" source="saving_acc_bal">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="1.00180" y="7.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_area_code" source="area_code">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="1.00180" y="7.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_reference_no" source="reference_no">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="1.00180" y="7.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    </repeatingFrame>
    <frame name="SF_1">
    <geometryInfo x="1.00180" y="7.87600" width="7.43760"
    height="0.18760"/>
    <visualSettings fillPattern="transparent"/>
    <text name="acc no">
    <geometryInfo height="0.18750" width="1.18750" x="1.00180" y="7.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[acc no]]></string>
    </textSegment>
    </text>
    <text name="Customer Name">
    <geometryInfo height="0.18750" width="1.18750" x="1.00180" y="7.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Customer Name]]></string>
    </textSegment>
    </text>
    <text name="saving acc bal">
    <geometryInfo height="0.18750" width="1.18750" x="1.00180" y="7.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[saving acc bal]]></string>
    </textSegment>
    </text>
    <text name="area code">
    <geometryInfo height="0.18750" width="1.18750" x="1.00180" y="7.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[area code]]></string>
    </textSegment>
    </text>
    <text name="reference no">
    <geometryInfo height="0.18750" width="1.18750" x="1.00180" y="7.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[reference no]]></string>
    </textSegment>
    </text>
    </frame>
    </frame>
    <frame name="table1">
    <geometryInfo x="0.00180" y="6.87600" width="7.43760" height="1.00000" />
    <generalLayout verticalElasticity="variable"/>
    <visualSettings fillPattern="transparent"/>
    <repeatingFrame name="RF_2" printDirection="down" source="DataSet1">
    <geometryInfo x="0.00180" y="6.87600" width="7.43750"
    height="0.18750"/>
    <generalLayout verticalElasticity="expand"/>
    <visualSettings fillPattern="transparent"/>
    <field name="F_Region" source="Region">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00180" y="6.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_Country" source="Country">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00180" y="6.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_Revenue" source="Revenue">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00180" y="6.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    </repeatingFrame>
    <frame name="SF_2">
    <geometryInfo x="0.00180" y="6.87600" width="7.43760"
    height="0.18760"/>
    <visualSettings fillPattern="transparent"/>
    <text name="Region">
    <geometryInfo height="0.18750" width="1.18750" x="0.00180" y="6.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Region]]></string>
    </textSegment>
    </text>
    <text name="Country">
    <geometryInfo height="0.18750" width="1.18750" x="0.00180" y="6.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Country]]></string>
    </textSegment>
    </text>
    <text name="Revenue">
    <geometryInfo height="0.18750" width="1.18750" x="0.00180" y="6.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Revenue]]></string>
    </textSegment>
    </text>
    </frame>
    </frame>
    </body>
    </section>
    </layout>
    <reportPrivate defaultReportType="tabular" templateName="rwbeige" versionFlags2="0"/>
    </report>

    Sumit,
    This is just a guess, but isn't "&" a special character in XML (like "<" and ">" used to delimit tags)? Aren't you meant to use "&amp;" if you really want to use the "&" character?
    Since this is really an XML question (in my opinion), I suggest you check it using an XML validator. I'm sure there are many freely available ones on the Internet.
    Good Luck,
    Avi.

  • Error - while calling Oracle report

    X Error
    REP-771: 'afterpform': Fatal PL/SQL error occurred.
    ORA-01403: no data found
    Hi,
    I have Oracle reports integrated into HTML DB. When I run this application, I get above error. I have tried purging user preferences. But, I still get the same error. This report works correct when I try running this on Oracle reports.
    This application used to work until two days ago. Right now, it is giving this error for some reason. Could some one let me know if I am missing something. Thanks,
    Lakshmi

    Hi SriLakshmi,
    How are you calling the Oracle Report. Because the error you are seeing is from Oracle Reports and not from HTMLDB.
    Please let me know how you are calling Oracle reports maybe I can help you .
    Vivek Ananda
    [email protected]

  • Oracle report function error..........

    Dear
    i am using oracle report 6i and database 10g. my function is below---
    function CF_ITEMFormula return VARCHAR2 is
    v_item varchar2(30);
    V_1 VARCHAR2(20);
    begin
              SELECT      DISTINCT B.ITEM_CODE,(SELECT WE.WIP_ENTITY_NAME FROM APPS.WIP_ENTITIES WE WHERE WE.WIP_ENTITY_ID=B.CHILD_WIP_ID)
              INTO           V_ITEM ,v_1
              FROM           WEBSUPP.ELE_WIP_EXPLOED_DTL A,
                                  WEBSUPP.ELE_WIP_EXPLOED_DTL B
              WHERE      B.AUTO_NUMBER = 1
              AND           B.CHILD_WIP_ID IS NOT NULL
              AND           B.CHILD_WIP_ID = A.PRIMARY_WIP_ID
              AND           A.ITEM_CODE = :ITEM_CODE_1;
    IF :ITEM_CODE1 IS NULL THEN
         RETURN V_ITEM;
    ELSE
         RETURN :ITEM_CODE1;
    END IF;
    EXCEPTION
         WHEN OTHERS THEN RETURN :ITEM_CODE1;      
    end;
    but it gives following error...
    Encounter the symbol SELECT when expecting....
    pls solve...
    PS

    Try this also:
    FUNCTION cf_itemformula RETURN VARCHAR2 IS
       v_item varchar2(30);
       v_1 VARCHAR2(20);
    begin
       SELECT DISTINCT B.ITEM_CODE,WE.WIP_ENTITY_NAME
       INTO v_item ,v_1
       FROM WEBSUPP.ELE_WIP_EXPLOED_DTL A,
       WEBSUPP.ELE_WIP_EXPLOED_DTL B,
       APPS.WIP_ENTITIES WE
       WHERE B.AUTO_NUMBER = 1
       AND B.CHILD_WIP_ID IS NOT NULL
       AND B.CHILD_WIP_ID = A.PRIMARY_WIP_ID
       AND NVL(A.ITEM_CODE,'*') = NVL(:ITEM_CODE_1,'*')
       AND WE.WIP_ENTITY_ID=B.CHILD_WIP_ID
       AND ROWNUM = 1;
       IF :ITEM_CODE1 IS NULL
       THEN
          RETURN v_item;
       ELSE
          RETURN :ITEM_CODE1;
       END IF;
    EXCEPTION
       WHEN OTHERS THEN
          RETURN :ITEM_CODE1;
    END;Also I notice your "v_1" variable is not used at all except to receive the entity_name, but other than that is not being used, if it is not used then remove it as follows:
    FUNCTION cf_itemformula RETURN VARCHAR2 IS
       v_item varchar2(30);
    begin
       SELECT DISTINCT B.ITEM_CODE
       INTO v_item
       FROM WEBSUPP.ELE_WIP_EXPLOED_DTL A,
       WEBSUPP.ELE_WIP_EXPLOED_DTL B
       WHERE B.AUTO_NUMBER = 1
       AND B.CHILD_WIP_ID IS NOT NULL
       AND B.CHILD_WIP_ID = A.PRIMARY_WIP_ID
       AND NVL(A.ITEM_CODE,'*') = NVL(:ITEM_CODE_1,'*')
       AND ROWNUM = 1;
       IF :ITEM_CODE1 IS NULL
       THEN
          RETURN v_item;
       ELSE
          RETURN :ITEM_CODE1;
       END IF;
    EXCEPTION
       WHEN OTHERS THEN
          RETURN :ITEM_CODE1;
    END;Let me know if this helps.
    Thanks!

  • Oracle Reports - Multi lingual pdf - jvm error

    Hi all,
    We are trying to develop a multilingual pdf report in oracle reports 9i. When we do font subsetting or embedding we get the error:
    stackpointer=3bb03200
    JVMXM004: JVM is performing abort shutdown sequence
    this error is consistent for font embedding, but for subsetting this error comes randomly. We are unable to find out any pattern of the error. Can any one pls give us an update on this.

    1) Please try in latest patchset 9.0.2.3
    2) There is recently a very similar bug logged on the issue by a customer ( do not know whether it is by you :-))
    BUG 3880762 - REPORTS ENGINE CRASHES WHEN GENERATING LARGE PDF SUBSETTING OUTPUT
    (Not yet fixed, this bug in initial description phase)
    (It gives same error)
    If this is critical to you then can try getting in touch with Support to escalate the priority of the bug.
    (First confirm with support whether it is the same issue)
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • Error in running oracle report on APPS due to print style

    Hi
    i have an oracle report which displays about 550 rows of data...When i try to run it with oracle apps i selelect landwide but i get an error as the defined style can not print that much amount of rows.Is there any toher style which prints this many amount of rows or i have to create a new print style.
    thanks
    isha
    Edited by: 791666 on Aug 30, 2010 8:33 AM

    Please tell us about your product, version and Application Server type. You may also want to note that Oracle Apps is different from Oracle Application Server .
    Also intriguing is the error you report. Where and what exact error do you get? Error codes/messages need to be reported exactly (not paraphrased).
    Was that in displaying the info or in printing it to a printer?

  • Error in job execution in oracle reports

    Hi,
    The end user is getting the following error when executing a job in Oracle reports.
    " RWCGI GET JOB OUTPUT
    Cannot get output of Job ID 4 you requested on December ,08 2008 , 11:35:18
    Job is not done yet .Try again later"
    Can you please help .PLEASE !!!

    Hi
    Metalink is reporting some similar errors, please see that:
    Cause
    SSO turned on for one component only, either Forms or Reports.
    This problem has been reported and is documented in an unpublished bug.
    Solution
    To take advantage of SSO, out-of-the-box, the SINGLESIGNON parameter in the
    rwservlet configuration file (rwservlet.properties) is set to YES to indicate
    that you will use single sign-on to authenticate users. You may change this to
    NO if you choose to not use single sign-on. If you choose NO, the Reports
    Server will use its own authentication mechanism to authenticate users (i.e.,
    the mechanism used in Reports6i). The rwservlet configuration file is usually
    found in the ORACLE_HOME\reports\conf directory. This value is usually
    commented out after installation however the default value is YES.
    This is the expected behavior. For the Forms/Reports integration, Forms will send
    to Reports thecurrent SSO user. However, with this particular configuration, you
    still log into SSO to run Reports. Thus, nexttime you run the form, you are logged
    into SSO and thus things work because Forms passes thatSSO user info to Reports.
    The way to not have the report run the 2nd time would be to log off of SSO when the first
    form was exited, but that defeats the purpose of SSO in the first place!
    So enable for Forms and Reports SSO or disable SSO for both.
    Read more on Doc ID:      Note:289666.1
    Subject:      REP-52251: Cannot Get Output Of Job Id
    Doc ID:      Note:289666.1
    Subject:      Understanding Reports Execution from Forms Under High Availability
    and
    Note 367887.1 - Rep-52251: Cannot Get Output Of Job Id You Requested, When Calling Reports From Forms

  • Concurrent Manager encountered an error while running Oracle*Report for you

    hi
    our team is running a report.but encountered
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_DELV_ID='8022'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1401: '': Fatal PL/SQL error occurred.
    Report Builder: Release 10.1.2.0.2 - Production on Mon Jun 21 11:26:16 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 451508.
    Review your concurrent request log and/or report output file for more detailed information.
    +---------------------------------------------------------------------------+
    Executing request completion options...
    +------------- 1) PUBLISH -------------+
    Beginning post-processing of request 451508 on node DEMO at 21-JUN-2010 11:26:17.
    Post-processing of request 451508 failed at 21-JUN-2010 11:26:17 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    +--------------------------------------+
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 21-JUN-2010 11:26:17
    +---------------------------------------------------------------------------+how to solve it?when i am searching in this error in cmctl log there is nothing for it.
    i have lnched a SR on this they told to run it by appsrwrun.sh.how to run this report by appsrwrun.sh??
    rgrds
    Edited by: new2appsdba on Jun 21, 2010 4:19 AM

    Hi,
    how do you suspect its a OPP related issue??what is OPP?
    Enter value for request_id: 451508
    old   5: AND fcpp.concurrent_request_id = &&request_id
    new   5: AND fcpp.concurrent_request_id = 451508
        REQ_ID NODE_NAME
    LOGFILE_NAME
        451508 DEMO
    /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/log/FNDOPP94508.txt
    [demoap@demo ~]$ vi /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/log/FNDOPP94508.txt
    [6/20/10 1:37:36 PM] [main] Starting GSF service with concurrent process id = 94508.
    [6/20/10 1:37:36 PM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [6/20/10 1:37:37 PM] [Thread-16] Service thread starting up.
    [6/20/10 1:37:37 PM] [Thread-15] Service thread starting up.
    [6/21/10 11:12:00 AM] [OPPServiceThread0] Post-processing request 451495.
    [6/21/10 11:12:00 AM] [94508:RT451495] Executing post-processing actions for request 451495.
    [6/21/10 11:12:00 AM] [94508:RT451495] Starting XML Publisher post-processing action.
    [6/21/10 11:12:00 AM] [94508:RT451495]
    Template code: WILPACKSLIP
    Template app:  ONT
    Language:      en
    Territory:     00
    Output type:   PDF
    [6/21/10 11:12:00 AM] [UNEXPECTED] [94508:RT451495] java.io.FileNotFoundException: /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/out/o451495.out (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:241)
            at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [6/21/10 11:12:00 AM] [94508:RT451495] Completed post-processing actions for request 451495.
    [6/21/10 11:22:27 AM] [OPPServiceThread0] Post-processing request 451505.
    [6/21/10 11:22:27 AM] [94508:RT451505] Executing post-processing actions for request 451505.
    [6/21/10 11:22:27 AM] [94508:RT451505] Starting XML Publisher post-processing action.
    [6/21/10 11:22:27 AM] [94508:RT451505]
    Template code: WILPACKSLIP
    Template app:  ONT
    Language:      en
    Territory:     00
    Output type:   PDF
    [6/21/10 11:22:27 AM] [UNEXPECTED] [94508:RT451505] java.io.FileNotFoundException: /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/out/o451505.out (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:241)
            at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [6/21/10 11:22:27 AM] [94508:RT451505] Completed post-processing actions for request 451505.
    [6/21/10 11:26:17 AM] [OPPServiceThread1] Post-processing request 451508.
    [6/21/10 11:26:17 AM] [94508:RT451508] Executing post-processing actions for request 451508.
    [6/21/10 11:26:17 AM] [94508:RT451508] Starting XML Publisher post-processing action.
    [6/21/10 11:26:17 AM] [94508:RT451508]
    Template code: WILPACKSLIP
    Template app:  ONT
    Language:      en
    Territory:     00
    Output type:   PDF
    [6/21/10 11:26:17 AM] [UNEXPECTED] [94508:RT451508] java.io.FileNotFoundException: /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/out/o451508.out (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
                                                                  at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:241)
            at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [6/21/10 12:00:59 PM] [94508:RT451533] Completed post-processing actions for request 451533.
    [6/21/10 12:17:51 PM] [OPPServiceThread0] Post-processing request 451573.
    [6/21/10 12:17:51 PM] [94508:RT451573] Executing post-processing actions for request 451573.
    [6/21/10 12:17:51 PM] [94508:RT451573] Starting XML Publisher post-processing action.
    [6/21/10 12:17:51 PM] [94508:RT451573]
    Template code: XXWEBB_EXP_INV
    Template app:  ONT
    Language:      en
    Territory:     00
    Output type:   PDF
    [6/21/10 12:17:51 PM] [UNEXPECTED] [94508:RT451573] java.io.FileNotFoundException: /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/out/o451573.out (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:241)
            at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [6/21/10 12:17:51 PM] [94508:RT451573] Completed post-processing actions for request 451573.
    [6/21/10 12:19:19 PM] [OPPServiceThread0] Post-processing request 451577.
    [6/21/10 12:19:19 PM] [94508:RT451577] Executing post-processing actions for request 451577.
    [6/21/10 12:19:19 PM] [94508:RT451577] Starting XML Publisher post-processing action.
    [6/21/10 12:19:19 PM] [94508:RT451577]
    Template code: WILEXINVREP
    Template app:  ONT
    Language:      en
    Territory:     00
    Output type:   PDF
    [062110_121919525][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [062110_121919526][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [062110_121919526][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [062110_121919526][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [062110_121919526][][EXCEPTION] [DEBUG]  [SECURITY_GROUP_ID]:[0]
    [062110_121919526][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [062110_121919526][][EXCEPTION] [DEBUG]  [NLS_CHARACTERSET]:[US7ASCII]
    [062110_121919526][][EXCEPTION] [DEBUG]  [RESP_APPL_ID]:[-1]
    [062110_121919526][][EXCEPTION] [DEBUG]  [NLS_LANGUAGE]:[AMERICAN]
    [062110_121919526][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MIN]:[1]
    [062110_121919526][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MAX]:[2]
    [062110_121919526][][EXCEPTION] [DEBUG]  [NLS_NUMERIC_CHARACTERS]:[.,]
    [062110_121919526][][EXCEPTION] [DEBUG]  [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=demo.webbindia.com)(PORT=1527)))(CONNECT_DATA=(SID=DEMO)))]
    [062110_121919527][][EXCEPTION] [DEBUG]  [RESP_ID]:[-1]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_MAX_JDBC_CONNECTIONS]:[500]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_JDBC_USABLE_CHECK]:[false]
    [062110_121919527][][EXCEPTION] [DEBUG]  [USER_ID]:[-1]
    [062110_121919527][][EXCEPTION] [DEBUG]  [NLS_TERRITORY]:[AMERICA]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_JDBC_PLSQL_RESET]:[false]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_JDBC_CONTEXT_CHECK]:[true]
    [062110_121919527][][EXCEPTION] [DEBUG]  [NLS_DATE_FORMAT]:[DD-MON-RR]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [062110_121919527][][EXCEPTION] [DEBUG]  [NLS_SORT]:[BINARY]
    [062110_121919527][][EXCEPTION] [DEBUG]  [NLS_DATE_LANGUAGE]:[AMERICAN]
    [062110_121919527][][EXCEPTION] [DEBUG]  [LOGIN_ID]:[-1]
    [062110_121919528][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [062110_121919528][][EXCEPTION] [DEBUG]  [APPLTMP]:[/t01/demoap/inst/apps/DEMO_demo/appltmp]
    [062110_121919528][][EXCEPTION] [DEBUG]  [java.runtime.name]:[Java(TM) 2 Runtime Environment, Standard Edition]
    [062110_121919528][][EXCEPTION] [DEBUG]  [sun.boot.library.path]:[/t01/demoap/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386]
    [062110_121919528][][EXCEPTION] [DEBUG]  [java.vm.version]:[1.5.0_08-b03]
    [062110_121919528][][EXCEPTION] [DEBUG]  [OVERRIDE_DBC]:[true]
    [062110_121919528][][EXCEPTION] [DEBUG]  [dbcfile]:[/t01/demoap/inst/apps/DEMO_demo/appl/fnd/12.0.0/secure/DEMO.dbc]
    [062110_121919528][][EXCEPTION] [DEBUG]  [java.vm.vendor]:[Sun Microsystems Inc.]
    [062110_121919528][][EXCEPTION] [DEBUG]  [java.vendor.url]:[http://java.sun.com/]
    [062110_121919528][][EXCEPTION] [DEBUG]  [path.separator]:[:]
    [062110_121919528][][EXCEPTION] [DEBUG]  [APPLCSF]:[/t01/demoap/inst/apps/DEMO_demo/logs/appl/conc]
    [062110_121919528][][EXCEPTION] [DEBUG]  [java.vm.name]:[Java HotSpot(TM) Server VM]
    [062110_121919528][][EXCEPTION] [DEBUG]  [file.encoding.pkg]:[sun.io]
    [062110_121919528][][EXCEPTION] [DEBUG]  [user.country]:[US]
    [062110_121919529][][EXCEPTION] [DEBUG]  [sun.os.patch.level]:[unknown]
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.vm.specification.name]:[Java Virtual Machine Specification]
    [062110_121919529][][EXCEPTION] [DEBUG]  [user.dir]:[/t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/log]
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.runtime.version]:[1.5.0_08-b03]
    [062110_121919529][][EXCEPTION] [DEBUG]  [CLIENT_PROCESSID]:[30369]
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.endorsed.dirs]:[/t01/demoap/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/endorsed]
    [062110_121919529][][EXCEPTION] [DEBUG]  [os.arch]:[i386]
    [062110_121919529][][EXCEPTION] [DEBUG]  [JTFDBCFILE]:[/t01/demoap/inst/apps/DEMO_demo/appl/fnd/12.0.0/secure/DEMO.dbc]
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.io.tmpdir]:[/tmp]
    [062110_121919529][][EXCEPTION] [DEBUG]  [line.separator]:[
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [062110_121919529][][EXCEPTION] [DEBUG]  [os.name]:[Linux]
    [062110_121919529][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MIN]:[1]
    [062110_121919530][][EXCEPTION] [DEBUG]  [cpid]:[94508]
    [062110_121919530][][EXCEPTION] [DEBUG]  [sun.jnu.encoding]:[UTF-8]
    [062110_121919530][][EXCEPTION] [DEBUG]  [oracle.apps.fnd.common.Pool.leak.mode]:[stderr:off]
    [062110_121919530][][EXCEPTION] [DEBUG]  [java.library.path]:[/t01/demoap/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386/server:/t01/demoap/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386:/t01/demoap/apps/tech_st/10.1.3/appsutil/jdk/jre/../lib/i386:/t01/demoap/apps/tech_st/10.1.3/lib32:/t01/demoap/apps/tech_st/10.1.3/lib:/t01/demoap/apps/apps_st/appl/cz/12.0.0/bin:/t01/demoap/apps/apps_st/appl/iby/12.0.0/bin:/t01/demoap/apps/apps_st/appl/pon/12.0.0/bin:/t01/demoap/apps/apps_st/appl/sht/12.0.0/lib]
    [062110_121919530][][EXCEPTION] [DEBUG]  [java.specification.name]:[Java Platform API Specification]
    [062110_121919530][][EXCEPTION] [DEBUG]  [java.class.version]:[49.0]
    [062110_121919530][][EXCEPTION] [DEBUG]  [sun.management.compiler]:[HotSpot Server Compiler]
    [062110_121919530][][EXCEPTION] [DEBUG]  [queue_appl_id]:[0]
    [062110_121919530][][EXCEPTION] [DEBUG]  [os.version]:[2.6.18-164.11.1.el5xen]
    [062110_121919530][][EXCEPTION] [DEBUG]  [LONG_RUNNING_JVM]:[true]
    [062110_121919530][][EXCEPTION] [DEBUG]  [user.home]:[/t01/demoap]
    [062110_121919530][][EXCEPTION] [DEBUG]  [user.timezone]:[GMT+05:30]
    [062110_121919530][][EXCEPTION] [DEBUG]  [java.awt.printerjob]:[sun.print.PSPrinterJob]
    --------------------------------------------------------------------------------lots of lines ----------------------------------------
    [GC 17474K->10837K(24648K), 0.0037890 secs]
    [GC 17685K->11057K(24648K), 0.0035530 secs]
    [GC 17905K->11271K(24648K), 0.0029030 secs]
    [GC 18119K->11488K(24648K), 0.0024650 secs]
    [GC 18336K->11702K(24648K), 0.0023940 secs]
    [GC 18550K->11919K(24648K), 0.0025010 secs]
    [GC 18767K->12133K(24648K), 0.0024460 secs]
    [GC 18981K->12344K(24648K), 0.0024020 secs]
    [GC 19192K->12575K(24648K), 0.0024790 secs]
    [GC 19423K->12781K(24648K), 0.0025650 secs]
    [GC 19629K->12991K(24648K), 0.0024010 secs]
    [GC 19839K->13212K(24648K), 0.0024430 secs]
    [GC 20060K->13427K(24648K), 0.0024160 secs]
    [GC 20275K->13641K(24648K), 0.0024440 secs]
    [GC 20489K->13857K(24648K), 0.0024410 secs]
    [GC 20705K->14073K(24648K), 0.0024570 secs]
    [GC 20921K->14284K(24648K), 0.0024340 secs]
    [GC 21132K->14504K(24648K), 0.0024580 secs]
    [GC 21352K->14719K(24648K), 0.0024620 secs]
    [GC 21567K->14935K(24648K), 0.0024600 secs]
    [GC 21783K->15151K(24648K), 0.0024360 secs]
    [GC 21999K->15365K(24648K), 0.0024180 secs]
    [GC 22213K->15004K(24648K), 0.0204220 secs]rgrds
    Edited by: new2appsdba on Jun 22, 2010 1:43 AM
    Edited by: new2appsdba on Jun 22, 2010 2:12 AM
    Edited by: new2appsdba on Jun 22, 2010 5:37 AM

  • Adding a field to an sql statement in Oracle Reports error ORA-00933

    We have been requested to add a field that already exists in the table referred to by the sql statement in Oracle Reports Builder. The report was set up by a consultant about 3 yrs ago and we don't really have much skill in this area. What is happening when I try to modify the SQL statement, either adding a field or deleting a field to the SELECT statement, causes an error message preventing the statement from being saved. The only way out of the error message is to click Cancel. The error message is
    ORA-00933:SQL command not properly ended
    ORDER BY Program ==> NAME
    Even adding or deleting a space anywhere in the SQL statement causes the error (not adding any new fields). A coworker found that if we comment out the ORDER BY, the statement will accept the new field in the SELECT section, however then we lose the order by functionality. I would like to add one additional field before the FROM. Not sure if any additional data are needed. Thank you.
    SELECT p.person_uid PIDM_KEY, p.id_number ID,
                   p.full_name_lfmi name,            
                    p.BIRTH_DATE, p.GENDER Sex,
                    Decode(a.residency,'D',p.Primary_ethnicity,'F')  Ethn,
                    a.academic_period TERM,        
                    CASE WHEN :p_group_by = 'PROGRAM' THEN a.program
                                 ELSE ' '
                    END AS Program,
                    a.COLLEGE, a.degree, a.major, ' ' rule,
                    a.STUDENT_POPULATION,a.STUDENT_LEVEL,    a.application_status Status,  a.application_status_date app_sts_dte,
                    ad.decision_date1 Last_Dec_Date,
                    ad.decision1||' '||ad.decision2||' '|| ad.decision3||' '|| ad.decision4||' '|| ad.decision5 Decisions,
                    /*  Deposit Date uses the last term entered in :p_term parameter string */
                    (SELECT MAX(deposit_effective_date) FROM usf_as_deposit WHERE account_uid = a.person_uid &term_clause group by account_uid)   AS "DEPOSIT DATE",     
                    ph.phone as PHONE,
                    CASE WHEN PS.FIRST_CONTACT IN ('NET','PAP','COM','COP') THEN PS.First_Contact
                     ELSE CASE WHEN ps.latest_contact IN ('NET','PAP','COM','COP') THEN PS.Latest_Contact
                                ELSE '  '
                                END
                    END AS FIRST_CONTACT,
                    DECODE(:p_address,'Y',REPLACE(adr.street1||' '||adr.street2||' '||adr.street3||' '||adr.city||','||adr.state||' '||adr.nation||' '||adr.zip,'  ',' '),' ') as  address, adr.nation, adr.state,
                    goremal_email_address email, a.residency, a.application_date, p.primary_ethnicity, c.cohort
    FROM MST_ADMISSIONS_APPLICATION A,
               MST_PERSON p,mst_pre_student PS,  Admissions_Cohort c, usf_v_phone_pr_ma ph,
               MST_admissions_decision_slot AD, usf_v_email, usf_v_address_dr_lr_ma_pr adr
    WHERE a.PERSON_UID = p.person_uid
            AND a.curriculum_priority  = 1
            AND a.person_uid = ps.person_uid
           AND a.person_uid = ad.person_Uid(+)
           AND a.person_uid = goremal_pidm(+)
           AND a.person_uid = adr.pidm(+)
           AND a.person_uid = ph.pidm(+)
           AND ph.rnum(+) = 1
           AND a.person_uid = c.person_uid(+)
           AND a.academic_period = c.academic_period(+)
      &Where_Clause
           /*    TAKE OUT FOLLOWING LINE AFTER DATA IS CLEANED UP  */
            AND NOT(p.id_number = '00000000'   OR SUBSTR(p.id_number,1,1) = 'B'  OR UPPER(p.full_name_lfmi)  LIKE '%TESTING%')
           AND  a.application_status_date >= NVL(:p_as_of_date,sysdate-8000)
           AND a.academic_period = ad.academic_period(+)
            AND a.application_number = ad.application_number(+)
            AND a.degree <> 'ND'    /*   AND a.college <> 'LW'                         --  Does not need non-degree and law students    */
           &Cohort_Clause 
    ORDER BY Program  &ORDER_CLAUSE

    Hi Denis,
    I tried your suggestion. The good thing is that adding the comma allowed me to be able to add a.campus to the select statement, unfortunately, another error message happened.
    ORA-00936: missing expression SELECT p . person_uid PIDM_KEY ,
    p . id_number , p . full_name_lfmi name , p . BIRTH_DATE , p . GENDER Sex ,
    Decode ( a . residency , 'D' , p . Primary_Ethnicity , 'F' ) Ethn , a . academic_period TERM ,
    CASE WHEN : P_group_by = 'PROGRAM THEN a I started over and tried only putting in the comma and get the same message even though I didn't add campus. After that, removed the comma which led to the ORA-00933 error message. So once again, I had to close the file without saving, in order for the report to run at all.

  • Getting Error While Displaying web page in Oracle Report 11g

    Hi,
    I am new to Oracle reports 11g. I have stuck into an error. While I'm trying to display the web page it says "No such Web command ()".
    I am using following URL to call the report.
    http://hostname:port/reports/rwservlet/?server=repserver&report=a.jsp&destype=cache&desformat=htmlcss&userid=scott/tiger@db
    Please help me out from this.

    Hi Rupesh,
    Thanks a lot removing web solved my problem.
    My second problem is
    1) SAP xMII >Navigation services>Navigation do following
    a) From the account name pull down menu select everyone
    b)In the navigation tree tab page,choose Navigation Item >Add>Child
    c)In the loading content dialog box,enter a name , for example,"Test"
    d)choose."..."
    e)In the File Browse dialog box,open the CM folder and navigate to teh QM folder
    Select ZPPWeb.htm and choose Ok
    After this I get error message as
    "Can't move focus to the control because it is invisible , not enabled or of a type that does not accept the focus".
    It does not add my htm file to the navigation link
    Thanks in advance
    Regards Namita

  • Program was terminated by signal 6 Concurrent Manager encountered an error while running Oracle*Report

    Hi,
    My concurrent request failed due to
    Program was terminated by signal 6
    Concurrent Manager encountered an error while running Oracle*Report
    stat_low = 6
    stat_high = 0
    emsg:was terminated by signal 6
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xf7176d3e, pid=17695, tid=4096898752
    # JRE version: 6.0_32-b05
    # Java VM: Java HotSpot(TM) Server VM (20.7-b02 mixed mode linux-x86 )
    # Problematic frame:
    # V [libjvm.so+0x5f5d3e] ParallelScavengeHeap::tlab_capacity(Thread*) const+0xe
    # An error report file with more information is saved as:
    # /oracle/tst3/inst/apps/tst3_ora-web2/logs/appl/conc/log/hs_err_pid17695.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    what could be the reason behind this error.
    If any one knows this Please help me..
    Thank You

    Hi,
    Please provide your environment details.
    Is this a custom program? was this report working fine? If yes, what changes were made lately?
    Thanks &
    Best Regards,

  • Error while calling oracle reports from another report

    Hello everyone,
    I have a problem running oracle reports. In one report I have a button
    that calls another report. There is a button for each row of the result
    in the first report , and i have used Srw.run_report to call the second
    report.
    My problem is, when I run the report, at the first time i can push the
    button and the second report opens and works correctly. But if i close
    the second report and come back to the first one, when i push the
    button for a different row ,the second report starts to run but then I
    get some oracle errors like table does not exist or... while the first
    time the report worked correctly.
    It seems that when i close the second report and go back to the first
    one, sth happens that changes my session or connection. I don't know
    what can be the problem.
    By the way, when I log in with the user that owns the tables and has
    all the privileges, I don't get this problem. It only occurs when I
    use other users ( which have all privileges on all of the tables
    needed in the report )
    I am using Report Builder 6.0.5 and the DB is Oracle Database 10g.
    Can anyone please help me with this problem?
    Thanx in Advance.
    Maryam.

    6.0.5 is not certified against 10g database, so I suggest to upgrade to 6.0.8.26 (6i patch 17) first to see if the problem is gone.

  • Gettting error while trying to upload an xml in oracle report builder11g

    REP-0069: An internal error occured. JDBCPDS-62008 : java.lang.NullPointerException
    This is the error m getting while trying to upload an xml with the option Open an existing report in Oracle Forms and Reports 11g
    An xml to be uploaded is as follows :
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <report DTDVersion="9.0.2.0.10" name="Simple">
    <data>
    <userParameter datatype="character" display="no" name="P_JDBCPDS" pluginClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory"/>
    <dataSource name="SSRS_DB">
    <plugin factoryClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory" signOnParameter="P_JDBCPDS"><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <jdbcpds DTDVersion="1.0"> <JDBCQuery>Select * from TableName</JDBCQuery> <QueryDefinition>0</QueryDefinition> <driverType>jdbc-odbc</driverType> <connectionClass>oracle.reports.plugin.datasource.jdbcpds.JDBCConnectionHandling</connectionClass> <SignOnParameter>P_JDBCPDS</SignOnParameter> <jdbcElements> <element cloumnScale="0" cloumnSize="50" name="Product name" type="12" typeName="varchar"/> <element cloumnScale="0" cloumnSize="50" name="Region" type="12" typeName="varchar"/> </jdbcElements> </jdbcpds> ]]></plugin>
    <group name="SSRS_DB">
    <dataItem datatype="character" javaDatatype="varChar" name="Product name">
    <dataDescriptor expression="Product name" order="1"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="Region">
    <dataDescriptor expression="Region" order="2"/>
    </dataItem>
    </group>
    </dataSource>
    </data>
    <layout>
    <section name="header">
    <margin>
    <text name="PH0textboxH0">
    <geometryInfo height="0.30210" width="3.61460" x="2.12500" y="1.43750"/>
    <textSegment>
    <string><![CDATA[This Is Header Section]]></string>
    </textSegment>
    </text>
    </margin>
    </section>
    <section name="main">
    <body>
    <graph name="chart1">
    <graphDefinition><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <rw:graph dataValues="DataValues" groups="Product name" id="chart1" src="No_DataSet"> <Graph customLayout="" seriesEffect="SE_AUTO_GRADIENT" version="11.1.1.0"> <Y1Axis majorTickStepAutomatic="true"/> <Y2Axis majorTickStepAutomatic="true"/> </Graph> </rw:graph> ]]></graphDefinition>
    </graph>
    </body>
    </section>
    </layout>
    <reportPrivate defaultReportType="tabular" templateName="rwbeige" versionFlags2="0"/>
    </report>
    Edited by: 904790 on May 21, 2012 4:00 AM

    Hi
    Try to increase just by 1.. and see what causing the problem
    If any page number - remove and do it again.
    However try below
    ERR REP-1219: 'R_1' has no size -- length or width is zero.

Maybe you are looking for

  • Creating a Folder in KM

    Hi  Expert I need to develop an application using <u><b>webdynpro</b></u> that would create a folder in KM dynamically and i need to upload and download the documents into the folder all these action should be done using webdynpro only Please help me

  • Is it possible to create a price list which is non-taxable?

    Is it possible to create a price list which is non-taxable?

  • Creation of Production Order with set Series

    Document Series for Production Order (from NNM1): Series: 27 SeriesName: Primary Range: 1 - 1000 Next Number: 24 Series: 43 SeriesName: KAP Range: 1001 - 2000 Next Number: 1001 Considering the above document series, after i run the ff. code lole_DOCU

  • Capitalization of an investment order/project - Original cost elements

    Hi all, I do have a question concerning the capitalization of an investment order/investment project onto an asset under construction (AuC). I have configured the system in a way, using capitalization key and capitalization versions, that I can capit

  • Avfoundationcf.dll "Not Found" [FIX]

    I discovered how to fix the problem of  "avfoundationcf.dll Not Found" in windows xp 32 bit You just need to Uninstall and Re-Install the 'AppleApplicationSupport" Just go to this directory "C:\Documents and Settings\All Users\Application Data\Apple\