Forms Graph demo and upgrade to 10.1.2.3

Metalink articles 579047.1 (timeout.jar), 564522.1 (frmrwinteg.jar) and 559213.1 (getApplet) discuss problems due to the 10.1.2.3 patchset and OTN sample code. We also are implementing a solution that uses FormsGraph.jar. I would like to know if that sample code is sensitive to the changes made in 10.1.2.3 OAS.

Hello,
In fact, every bean that uses the handler.getApplet(); method won't run with the last patch, so open the source file, then search for this text.
Francois

Similar Messages

  • How to configure 9i Forms Services Demo Manually

    Hi,
    I want to customize the forms services demo and run from my own configuration file i mean instead of forms90demo.cfg file i want to create my own cfg file and run the forms how to do this?
    for example currently to run a demo i need to give the url as
    http://machine:8888/forms90demo/f90servlet?config=xxx
    i want it as
    http://machine:8888/<myconfigname>/f90servlet?config=xxx
    how to manually configure the demo? to run in a customized way
    Plus will this demo run on Unix? and how to configure in Unix?
    All the above questions for 9i DS, coming to 9iAS how to configure/install on Windows and Unix?
    Regards
    Mahesh

    Do the following to select an own config file for the f90demo:
    - Open file web.xml
    (in: oracle_home\forms90\demos\j2ee\forms90demo\
    forms90demo\WEB-INF)
    - specify your configuration file name between tags
    <param-value> and </param-value>
    (under <param-name> configFileName</param-name>)
    Do not forget to <!-- and --> tags around this
    <init-param> section.
    - Do not use "" around the filename.
    You can also copy the whole <servlet> ... </servlet> section of f90servlet, and give a new servlet name (e.g. f90demo instead of f90servlet). From then on you can use f90demo as a servlet. You must, before you can use this new servlet alias, also make a copy of the servlet-mapping section for this alias.
    Servlet aliasses are a perfect way to make configurations in two dimensions, one using config sections in the config file (e.g. for different applications), the other using servlet aliasses in web.xml (e.g. different environments, such as dev and prod).
    Peter

  • Can't open forms nor refresh to Essbase after a migrate and upgrade

    Migrated and upgraded from 9.3 to 11.1.2.1 by replacing and upgrading SQL-repository (thanks to John Goodwin for idea and instructions).
    This method has worked in two out of three cases.
    In this third case I have two problems:
    Can't refresh to Essbase nor open the forms: (com.hyperion.planning.HspException: An error occurred while updating the relational database. See log for details.)
    Can't open the forms: (An error occurred while processing this page. Check the log for details)
    C:\Oracle\MW\user_projects\epmsystem1\diagnostics\logs\services\HyS9Planning-syserr.log
    Creating rebind thread to RMI
    java.util.MissingResourceException: Can't find bundle for base name HspMsgs, locale nb_NO
    java.util.MissingResourceException: Can't find bundle for base name HspCustomMsgs, locale nb_NO
    java.util.MissingResourceException: Can't find bundle for base name HspImgs, locale nb_NO
    java.util.MissingResourceException: Can't find bundle for base name HspCustomImgs, locale nb_NO
    java.util.MissingResourceException: Can't find bundle for base name HspCustomMsgs, locale no
    java.util.MissingResourceException: Can't find bundle for base name HspImgs, locale no
    java.util.MissingResourceException: Can't find bundle for base name HspCustomImgs, locale no
    Query Failed: SQL_GET_FORM_MEMBERS: [236238, 236238]
    java.sql.SQLSyntaxErrorException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Invalid column name 'LABEL'.
         at weblogic.jdbc.sqlserverbase.dda4.b(Unknown Source)
         at weblogic.jdbc.sqlserverbase.dda4.a(Unknown Source)
         at weblogic.jdbc.sqlserverbase.dda3.b(Unknown Source)
         at weblogic.jdbc.sqlserverbase.dda3.a(Unknown Source)
         at weblogic.jdbc.sqlserver.tds.ddr.v(Unknown Source)
         at weblogic.jdbc.sqlserver.tds.ddr.a(Unknown Source)
         at weblogic.jdbc.sqlserver.tds.ddq.a(Unknown Source)
         at weblogic.jdbc.sqlserver.tds.ddr.a(Unknown Source)
         at weblogic.jdbc.sqlserver.ddj.m(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddde.e(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddde.a(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddb9.a(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddde.v(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddde.u(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddb9.executeQuery(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
         at com.hyperion.planning.sql.JDBCCacheLoader.loadObjects(Unknown Source)
         at com.hyperion.planning.sql.JDBCCacheLoader.loadObjects(Unknown Source)
         at com.hyperion.planning.sql.GenericCache.loadCache(Unknown Source)
         at com.hyperion.planning.sql.GenericCache.getCache(Unknown Source)
         at com.hyperion.planning.sql.GenericCache.getUnfilteredCache(Unknown Source)
         at com.hyperion.planning.sql.MultiPartCache.getUnfilteredCache(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getEmptyFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getEmptyFormGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at jsp_servlet.__enterdata._jspService(__enterdata.java:5147)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at HspValidationFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    java.sql.SQLSyntaxErrorException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Invalid column name 'LABEL'.
         at weblogic.jdbc.sqlserverbase.dda4.b(Unknown Source)
         at weblogic.jdbc.sqlserverbase.dda4.a(Unknown Source)
         at weblogic.jdbc.sqlserverbase.dda3.b(Unknown Source)
         at weblogic.jdbc.sqlserverbase.dda3.a(Unknown Source)
         at weblogic.jdbc.sqlserver.tds.ddr.v(Unknown Source)
         at weblogic.jdbc.sqlserver.tds.ddr.a(Unknown Source)
         at weblogic.jdbc.sqlserver.tds.ddq.a(Unknown Source)
         at weblogic.jdbc.sqlserver.tds.ddr.a(Unknown Source)
         at weblogic.jdbc.sqlserver.ddj.m(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddde.e(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddde.a(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddb9.a(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddde.v(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddde.u(Unknown Source)
         at weblogic.jdbc.sqlserverbase.ddb9.executeQuery(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
         at com.hyperion.planning.sql.JDBCCacheLoader.loadObjects(Unknown Source)
         at com.hyperion.planning.sql.JDBCCacheLoader.loadObjects(Unknown Source)
         at com.hyperion.planning.sql.GenericCache.loadCache(Unknown Source)
         at com.hyperion.planning.sql.GenericCache.getCache(Unknown Source)
         at com.hyperion.planning.sql.GenericCache.getUnfilteredCache(Unknown Source)
         at com.hyperion.planning.sql.MultiPartCache.getUnfilteredCache(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getEmptyFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getEmptyFormGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at jsp_servlet.__enterdata._jspService(__enterdata.java:5147)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at HspValidationFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    java.lang.RuntimeException: Error loading objects from data source: java.sql.SQLSyntaxErrorException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Invalid column name 'LABEL'.
         at com.hyperion.planning.sql.GenericCache.loadCache(Unknown Source)
         at com.hyperion.planning.sql.GenericCache.getCache(Unknown Source)
         at com.hyperion.planning.sql.GenericCache.getUnfilteredCache(Unknown Source)
         at com.hyperion.planning.sql.MultiPartCache.getUnfilteredCache(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getEmptyFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getEmptyFormGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at jsp_servlet.__enterdata._jspService(__enterdata.java:5147)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:417)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at HspValidationFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Wed Aug 03 10:55:39 CEST 2011 User = admin : Exception thrown during HyperionPlanningBean.getDataGrid(): null
    java.lang.NullPointerException
         at com.hyperion.planning.olap.HspFormGridStructureBuilder.build(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getEmptyFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getEmptyFormGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at jsp_servlet.__enterdata._jspService(__enterdata.java:5147)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at HspValidationFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    java.lang.NullPointerException
         at com.hyperion.planning.olap.HspFormGridStructureBuilder.build(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.generateFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getEmptyFormGrid(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getEmptyFormGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at jsp_servlet.__enterdata._jspService(__enterdata.java:5147)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at HspValidationFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Edited by: Markus on Aug 3, 2011 2:12 AM

    Well. At the login (upgrade) screen, it tooks some attempts to login/upgrade before it finaly accepted the upgrade command and started to upgrade. Once initiated, the upgrade seems (according to the log provided below) to have run smooth. However, that is not the case as it seems.
    [Aug 2, 2011 11:59:07 PM]: Application (PC_HPx1) Upgrade initiated by user admin...
    [Aug 2, 2011 11:59:07 PM]: *******************************
    [Aug 2, 2011 11:59:07 PM]: 9.3.1 to 11.1.1
    [Aug 2, 2011 11:59:07 PM]: *******************************
    [Aug 2, 2011 11:59:07 PM]: Execute SQLs-C:\Oracle\MW\EPMSystem11R1\products\Planning\config\sql\9_5_0Migration_SQLServer.sql
    [Aug 2, 2011 11:59:07 PM]: *******************************
    [Aug 2, 2011 11:59:07 PM]: Executed line number1
    [Aug 2, 2011 11:59:07 PM]: Executed line number2
    [Aug 2, 2011 11:59:07 PM]: Executed line number3
    [Aug 2, 2011 11:59:07 PM]: Executed line number4
    [Aug 2, 2011 11:59:07 PM]: Executed line number5
    [Aug 2, 2011 11:59:07 PM]: Executed line number6
    [Aug 2, 2011 11:59:07 PM]: Executed line number7
    [Aug 2, 2011 11:59:07 PM]: Executed line number8
    [Aug 2, 2011 11:59:07 PM]: Executed line number9
    [Aug 2, 2011 11:59:07 PM]: Executed line number10
    [Aug 2, 2011 11:59:07 PM]: Executed line number11
    [Aug 2, 2011 11:59:07 PM]: Executed line number12
    [Aug 2, 2011 11:59:07 PM]: Executed line number13
    [Aug 2, 2011 11:59:07 PM]: Executed line number14
    [Aug 2, 2011 11:59:07 PM]: Executed line number15
    [Aug 2, 2011 11:59:07 PM]: Executed line number16
    [Aug 2, 2011 11:59:07 PM]: Executed line number17
    [Aug 2, 2011 11:59:07 PM]: Executed line number18
    [Aug 2, 2011 11:59:07 PM]: Executed line number19
    [Aug 2, 2011 11:59:07 PM]: Updated Version and Release.
    [Aug 2, 2011 11:59:07 PM]: *******************************
    [Aug 2, 2011 11:59:07 PM]: 11.1.1.0 to 11.1.1.1
    [Aug 2, 2011 11:59:07 PM]: *******************************
    [Aug 2, 2011 11:59:07 PM]: Execute SQLs-C:\Oracle\MW\EPMSystem11R1\products\Planning\config\sql\11_1_1_1Migration_SQLServer.sql
    [Aug 2, 2011 11:59:07 PM]: *******************************
    [Aug 2, 2011 11:59:07 PM]: Updated Version and Release.
    [Aug 2, 2011 11:59:08 PM]: *******************************
    [Aug 2, 2011 11:59:08 PM]: 11.1.1.1 to 11.1.1.2
    [Aug 2, 2011 11:59:08 PM]: *******************************
    [Aug 2, 2011 11:59:08 PM]: Execute SQLs-C:\Oracle\MW\EPMSystem11R1\products\Planning\config\sql\11_1_1_2Migration_SQLServer.sql
    [Aug 2, 2011 11:59:08 PM]: *******************************
    [Aug 2, 2011 11:59:08 PM]: Executed line number1
    [Aug 2, 2011 11:59:08 PM]: Executed line number2
    [Aug 2, 2011 11:59:08 PM]: Executed line number3
    [Aug 2, 2011 11:59:08 PM]: Executed line number4
    [Aug 2, 2011 11:59:08 PM]: Executed line number5
    [Aug 2, 2011 11:59:08 PM]: Executed line number6
    [Aug 2, 2011 11:59:08 PM]: Executed line number7
    [Aug 2, 2011 11:59:08 PM]: Executed line number8
    [Aug 2, 2011 11:59:08 PM]: Updated Version and Release.
    [Aug 2, 2011 11:59:08 PM]: *******************************
    [Aug 2, 2011 11:59:08 PM]: 11.1.1.2 to 11.1.1.3
    [Aug 2, 2011 11:59:08 PM]: *******************************
    [Aug 2, 2011 11:59:08 PM]: Execute SQLs-C:\Oracle\MW\EPMSystem11R1\products\Planning\config\sql\11_1_1_3Migration_SQLServer.sql
    [Aug 2, 2011 11:59:08 PM]: *******************************
    [Aug 2, 2011 11:59:08 PM]: Executed line number1
    [Aug 2, 2011 11:59:08 PM]: Updated Version and Release.
    [Aug 2, 2011 11:59:08 PM]: *******************************
    [Aug 2, 2011 11:59:08 PM]: 11.1.1.3 to 11.1.2.0
    [Aug 2, 2011 11:59:08 PM]: *******************************
    [Aug 2, 2011 11:59:08 PM]: Execute SQLs-C:\Oracle\MW\EPMSystem11R1\products\Planning\config\sql\11_1_2_0Migration_SQLServer.sql
    [Aug 2, 2011 11:59:08 PM]: *******************************
    [Aug 2, 2011 11:59:08 PM]: Executed line number1
    [Aug 2, 2011 11:59:08 PM]: Executed line number2
    [Aug 2, 2011 11:59:08 PM]: Executed line number3
    [Aug 2, 2011 11:59:08 PM]: Executed line number4
    [Aug 2, 2011 11:59:08 PM]: Executed line number5
    [Aug 2, 2011 11:59:08 PM]: Executed line number6
    [Aug 2, 2011 11:59:08 PM]: Executed line number7
    [Aug 2, 2011 11:59:08 PM]: Executed line number8
    [Aug 2, 2011 11:59:08 PM]: Ignored Error -[FMWGEN][SQLServer JDBC Driver][SQLServer]'U_HSP_PU_SVE' is not a constraint.Executed line number9
    [Aug 2, 2011 11:59:08 PM]: Executed line number10
    [Aug 2, 2011 11:59:08 PM]: Executed line number11
    [Aug 2, 2011 11:59:08 PM]: Executed line number12
    [Aug 2, 2011 11:59:08 PM]: Executed line number13
    [Aug 2, 2011 11:59:08 PM]: Executed line number14
    [Aug 2, 2011 11:59:08 PM]: Executed line number15
    [Aug 2, 2011 11:59:08 PM]: Executed line number16
    [Aug 2, 2011 11:59:08 PM]: Executed line number17
    [Aug 2, 2011 11:59:08 PM]: Executed line number18
    [Aug 2, 2011 11:59:08 PM]: Executed line number19
    [Aug 2, 2011 11:59:08 PM]: Executed line number20
    [Aug 2, 2011 11:59:08 PM]: Executed line number21
    [Aug 2, 2011 11:59:08 PM]: Executed line number22
    [Aug 2, 2011 11:59:08 PM]: Executed line number23
    [Aug 2, 2011 11:59:08 PM]: Executed line number24
    [Aug 2, 2011 11:59:08 PM]: Executed line number25
    [Aug 2, 2011 11:59:08 PM]: Executed line number26
    [Aug 2, 2011 11:59:08 PM]: Executed line number27
    [Aug 2, 2011 11:59:08 PM]: Executed line number28
    [Aug 2, 2011 11:59:08 PM]: Executed line number29
    [Aug 2, 2011 11:59:08 PM]: Executed line number30
    [Aug 2, 2011 11:59:08 PM]: Executed line number31
    [Aug 2, 2011 11:59:08 PM]: Executed line number32
    [Aug 2, 2011 11:59:08 PM]: Executed line number33
    [Aug 2, 2011 11:59:08 PM]: Executed line number34
    [Aug 2, 2011 11:59:08 PM]: Executed line number35
    [Aug 2, 2011 11:59:08 PM]: Executed line number36
    [Aug 2, 2011 11:59:08 PM]: Executed line number37
    [Aug 2, 2011 11:59:08 PM]: Executed line number38
    [Aug 2, 2011 11:59:08 PM]: Executed line number39
    [Aug 2, 2011 11:59:08 PM]: Executed line number40
    [Aug 2, 2011 11:59:08 PM]: Executed line number41
    [Aug 2, 2011 11:59:08 PM]: Executed line number42
    [Aug 2, 2011 11:59:08 PM]: Executed line number43
    [Aug 2, 2011 11:59:09 PM]: Executed line number44
    [Aug 2, 2011 11:59:09 PM]: Executed line number45
    [Aug 2, 2011 11:59:09 PM]: Executed line number46
    [Aug 2, 2011 11:59:09 PM]: Executed line number47
    [Aug 2, 2011 11:59:09 PM]: Executed line number48
    [Aug 2, 2011 11:59:09 PM]: Executed line number49
    [Aug 2, 2011 11:59:09 PM]: Executed line number50
    [Aug 2, 2011 11:59:09 PM]: Executed line number51
    [Aug 2, 2011 11:59:09 PM]: Executed line number52
    [Aug 2, 2011 11:59:09 PM]: Executed line number53
    [Aug 2, 2011 11:59:09 PM]: Executed line number54
    [Aug 2, 2011 11:59:09 PM]: Executed line number55
    [Aug 2, 2011 11:59:09 PM]: Executed line number56
    [Aug 2, 2011 11:59:09 PM]: Executed line number57
    [Aug 2, 2011 11:59:09 PM]: Executed line number58
    [Aug 2, 2011 11:59:09 PM]: Executed line number59
    [Aug 2, 2011 11:59:09 PM]: Executed line number60
    [Aug 2, 2011 11:59:09 PM]: Executed line number61
    [Aug 2, 2011 11:59:09 PM]: Executed line number62
    [Aug 2, 2011 11:59:09 PM]: Executed line number63
    [Aug 2, 2011 11:59:09 PM]: Executed line number64
    [Aug 2, 2011 11:59:09 PM]: Executed line number65
    [Aug 2, 2011 11:59:09 PM]: Executed line number66
    [Aug 2, 2011 11:59:09 PM]: Executed line number67
    [Aug 2, 2011 11:59:09 PM]: Executed line number68
    [Aug 2, 2011 11:59:09 PM]: Executed line number69
    [Aug 2, 2011 11:59:09 PM]: Executed line number70
    [Aug 2, 2011 11:59:09 PM]: Executed line number71
    [Aug 2, 2011 11:59:09 PM]: Executed line number72
    [Aug 2, 2011 11:59:09 PM]: Executed line number73
    [Aug 2, 2011 11:59:09 PM]: Executed line number74
    [Aug 2, 2011 11:59:09 PM]: Executed line number75
    [Aug 2, 2011 11:59:09 PM]: Executed line number76
    [Aug 2, 2011 11:59:09 PM]: Executed line number77
    [Aug 2, 2011 11:59:09 PM]: Executed line number78
    [Aug 2, 2011 11:59:09 PM]: Executed line number79
    [Aug 2, 2011 11:59:09 PM]: Executed line number80
    [Aug 2, 2011 11:59:09 PM]: Executed line number81
    [Aug 2, 2011 11:59:09 PM]: Executed line number82
    [Aug 2, 2011 11:59:09 PM]: Executed line number83
    [Aug 2, 2011 11:59:09 PM]: Executed line number84
    [Aug 2, 2011 11:59:09 PM]: Executed line number85
    [Aug 2, 2011 11:59:09 PM]: Executed line number86
    [Aug 2, 2011 11:59:09 PM]: Executed line number87
    [Aug 2, 2011 11:59:09 PM]: Executed line number88
    [Aug 2, 2011 11:59:09 PM]: Executed line number89
    [Aug 2, 2011 11:59:09 PM]: Executed line number90
    [Aug 2, 2011 11:59:09 PM]: Executed line number91
    [Aug 2, 2011 11:59:09 PM]: Executed line number92
    [Aug 2, 2011 11:59:09 PM]: Executed line number93
    [Aug 2, 2011 11:59:09 PM]: Executed line number94
    [Aug 2, 2011 11:59:09 PM]: Executed line number95
    [Aug 2, 2011 11:59:09 PM]: Executed line number96
    [Aug 2, 2011 11:59:09 PM]: Executed line number97
    [Aug 2, 2011 11:59:09 PM]: Executed line number98
    [Aug 2, 2011 11:59:09 PM]: Executed line number99
    [Aug 2, 2011 11:59:09 PM]: Executed line number100
    [Aug 2, 2011 11:59:09 PM]: Executed line number101
    [Aug 2, 2011 11:59:09 PM]: Executed line number102
    [Aug 2, 2011 11:59:09 PM]: Executed line number103
    [Aug 2, 2011 11:59:09 PM]: Executed line number104
    [Aug 2, 2011 11:59:09 PM]: Executed line number105
    [Aug 2, 2011 11:59:09 PM]: Executed line number106
    [Aug 2, 2011 11:59:09 PM]: Executed line number107
    [Aug 2, 2011 11:59:09 PM]: Executed line number108
    [Aug 2, 2011 11:59:09 PM]: Executed line number109
    [Aug 2, 2011 11:59:09 PM]: Executed line number110
    [Aug 2, 2011 11:59:09 PM]: Executed line number111
    [Aug 2, 2011 11:59:09 PM]: Executed line number112
    [Aug 2, 2011 11:59:09 PM]: Executed line number113
    [Aug 2, 2011 11:59:09 PM]: Executed line number114
    [Aug 2, 2011 11:59:09 PM]: Executed line number115
    [Aug 2, 2011 11:59:09 PM]: Executed line number116
    [Aug 2, 2011 11:59:09 PM]: Executed line number117
    [Aug 2, 2011 11:59:09 PM]: Executed line number118
    [Aug 2, 2011 11:59:09 PM]: Executed line number119
    [Aug 2, 2011 11:59:09 PM]: Executed line number120
    [Aug 2, 2011 11:59:09 PM]: Executed line number121
    [Aug 2, 2011 11:59:09 PM]: Executed line number122
    [Aug 2, 2011 11:59:09 PM]: Executed line number123
    [Aug 2, 2011 11:59:09 PM]: Executed line number124
    [Aug 2, 2011 11:59:09 PM]: Executed line number125
    [Aug 2, 2011 11:59:09 PM]: Executed line number126
    [Aug 2, 2011 11:59:09 PM]: Executed line number127
    [Aug 2, 2011 11:59:09 PM]: Executed line number128
    [Aug 2, 2011 11:59:09 PM]: Executed line number129
    [Aug 2, 2011 11:59:09 PM]: Executed line number130
    [Aug 2, 2011 11:59:09 PM]: Executed line number131
    [Aug 2, 2011 11:59:09 PM]: Executed line number132
    [Aug 2, 2011 11:59:09 PM]: Executed line number133
    [Aug 2, 2011 11:59:09 PM]: Executed line number134
    [Aug 2, 2011 11:59:09 PM]: Executed line number135
    [Aug 2, 2011 11:59:09 PM]: Executed line number136
    [Aug 2, 2011 11:59:09 PM]: Executed line number137
    [Aug 2, 2011 11:59:09 PM]: Executed line number138
    [Aug 2, 2011 11:59:09 PM]: Executed line number139
    [Aug 2, 2011 11:59:09 PM]: Executed line number140
    [Aug 2, 2011 11:59:09 PM]: Executed line number141
    [Aug 2, 2011 11:59:09 PM]: Executed line number142
    [Aug 2, 2011 11:59:09 PM]: Executed line number143
    [Aug 2, 2011 11:59:09 PM]: Executed line number144
    [Aug 2, 2011 11:59:09 PM]: Executed line number145
    [Aug 2, 2011 11:59:09 PM]: Executed line number146
    [Aug 2, 2011 11:59:09 PM]: Executed line number147
    [Aug 2, 2011 11:59:09 PM]: Executed line number148
    [Aug 2, 2011 11:59:09 PM]: Executed line number149
    [Aug 2, 2011 11:59:09 PM]: Executed line number150
    [Aug 2, 2011 11:59:09 PM]: Executed line number151
    [Aug 2, 2011 11:59:09 PM]: Executed line number152
    [Aug 2, 2011 11:59:09 PM]: Executed line number153
    [Aug 2, 2011 11:59:09 PM]: Executed line number154
    [Aug 2, 2011 11:59:09 PM]: Executed line number155
    [Aug 2, 2011 11:59:09 PM]: Executed line number156
    [Aug 2, 2011 11:59:09 PM]: Executed line number157
    [Aug 2, 2011 11:59:09 PM]: Executed line number158
    [Aug 2, 2011 11:59:09 PM]: Executed line number159
    [Aug 2, 2011 11:59:09 PM]: Executed line number160
    [Aug 2, 2011 11:59:09 PM]: Executed line number161
    [Aug 2, 2011 11:59:09 PM]: Executed line number162
    [Aug 2, 2011 11:59:09 PM]: Executed line number163
    [Aug 2, 2011 11:59:09 PM]: Executed line number164
    [Aug 2, 2011 11:59:09 PM]: Executed line number165
    [Aug 2, 2011 11:59:09 PM]: Executed line number166
    [Aug 2, 2011 11:59:09 PM]: Executed line number167
    [Aug 2, 2011 11:59:09 PM]: Executed line number168
    [Aug 2, 2011 11:59:09 PM]: Executed line number169
    [Aug 2, 2011 11:59:09 PM]: Executed line number170
    [Aug 2, 2011 11:59:09 PM]: Executed line number171
    [Aug 2, 2011 11:59:09 PM]: Executed line number172
    [Aug 2, 2011 11:59:09 PM]: Executed line number173
    [Aug 2, 2011 11:59:09 PM]: Executed line number174
    [Aug 2, 2011 11:59:09 PM]: Executed line number175
    [Aug 2, 2011 11:59:09 PM]: Executed line number176
    [Aug 2, 2011 11:59:09 PM]: Executed line number177
    [Aug 2, 2011 11:59:09 PM]: Executed line number178
    [Aug 2, 2011 11:59:09 PM]: Executed line number179
    [Aug 2, 2011 11:59:09 PM]: Executed line number180
    [Aug 2, 2011 11:59:09 PM]: Executed line number181
    [Aug 2, 2011 11:59:09 PM]: Executed line number182
    [Aug 2, 2011 11:59:09 PM]: Executed line number183
    [Aug 2, 2011 11:59:09 PM]: Executed line number184
    [Aug 2, 2011 11:59:09 PM]: Executed line number185
    [Aug 2, 2011 11:59:09 PM]: Executed line number186
    [Aug 2, 2011 11:59:09 PM]: Executed line number187
    [Aug 2, 2011 11:59:09 PM]: Updated Version and Release.
    [Aug 2, 2011 11:59:09 PM]: PM definition migration...start
    [Aug 2, 2011 11:59:09 PM]: ...createNLoadTempObjectTable() ended in (ms): 361
    [Aug 2, 2011 11:59:09 PM]: ...create RuleList ended in (ms): 59
    [Aug 2, 2011 11:59:09 PM]: ...created PM dimension (ms): 15
    [Aug 2, 2011 11:59:09 PM]: ...SQL_ADD_ROOT_PM_MBRS_IN_HSP_OBJECT (ms): 15
    [Aug 2, 2011 11:59:09 PM]: ...SQL_ADD_PM_MEMBER_IN_HSP_OBJECT (ms): 171
    [Aug 2, 2011 11:59:10 PM]: ...SQL_ADD_PM_MEMBER_IN_HSP_MEMBER (ms): 155
    [Aug 2, 2011 11:59:10 PM]: ...SQL_ADD_PM_MEMBER (ms): 78
    [Aug 2, 2011 11:59:10 PM]: ...doScenarioVersionBindings() (ms): 113
    [Aug 2, 2011 11:59:10 PM]: ...create PUH ended in (ms): 547
    [Aug 2, 2011 11:59:10 PM]: PM definition migration...success
    [Aug 2, 2011 11:59:10 PM]: PM definition migration ended in (ms): 976
    [Aug 2, 2011 11:59:10 PM]: *******************************
    [Aug 2, 2011 11:59:10 PM]: 11.1.2.0 to 11.1.2.1
    [Aug 2, 2011 11:59:10 PM]: *******************************
    [Aug 2, 2011 11:59:10 PM]: Execute SQLs-C:\Oracle\MW\EPMSystem11R1\products\Planning\config\sql\11_1_2_1Migration_SQLServer.sql
    [Aug 2, 2011 11:59:10 PM]: *******************************
    [Aug 2, 2011 11:59:10 PM]: Executed line number1
    [Aug 2, 2011 11:59:10 PM]: Executed line number2
    [Aug 2, 2011 11:59:10 PM]: Executed line number3
    [Aug 2, 2011 11:59:10 PM]: Executed line number4
    [Aug 2, 2011 11:59:10 PM]: Executed line number5
    [Aug 2, 2011 11:59:10 PM]: Executed line number6
    [Aug 2, 2011 11:59:10 PM]: Executed line number7
    [Aug 2, 2011 11:59:10 PM]: Executed line number8
    [Aug 2, 2011 11:59:10 PM]: Executed line number9
    [Aug 2, 2011 11:59:10 PM]: Executed line number10
    [Aug 2, 2011 11:59:10 PM]: Executed line number11
    [Aug 2, 2011 11:59:10 PM]: Executed line number12
    [Aug 2, 2011 11:59:10 PM]: Executed line number13
    [Aug 2, 2011 11:59:10 PM]: Executed line number14
    [Aug 2, 2011 11:59:10 PM]: Executed line number15
    [Aug 2, 2011 11:59:10 PM]: Executed line number16
    [Aug 2, 2011 11:59:10 PM]: Executed line number17
    [Aug 2, 2011 11:59:10 PM]: Executed line number18
    [Aug 2, 2011 11:59:10 PM]: Executed line number19
    [Aug 2, 2011 11:59:10 PM]: Executed line number20
    [Aug 2, 2011 11:59:10 PM]: Executed line number21
    [Aug 2, 2011 11:59:10 PM]: Executed line number22
    [Aug 2, 2011 11:59:10 PM]: Executed line number23
    [Aug 2, 2011 11:59:10 PM]: Executed line number24
    [Aug 2, 2011 11:59:10 PM]: Executed line number25
    [Aug 2, 2011 11:59:10 PM]: Executed line number26
    [Aug 2, 2011 11:59:10 PM]: Executed line number27
    [Aug 2, 2011 11:59:10 PM]: Executed line number28
    [Aug 2, 2011 11:59:10 PM]: Executed line number29
    [Aug 2, 2011 11:59:10 PM]: Executed line number30
    [Aug 2, 2011 11:59:10 PM]: Executed line number31
    [Aug 2, 2011 11:59:10 PM]: Executed line number32
    [Aug 2, 2011 11:59:10 PM]: Executed line number33
    [Aug 2, 2011 11:59:10 PM]: Executed line number34
    [Aug 2, 2011 11:59:10 PM]: Executed line number35
    [Aug 2, 2011 11:59:10 PM]: Updated Version and Release.
    [Aug 2, 2011 11:59:10 PM]: Your application has been successfully upgraded to the new release of Oracle® Hyperion Planning, Fusion Edition. Reopen the application.
    [Aug 2, 2011 11:59:11 PM]: Registering the migrated application PC_HPx1 with Shared Services...
    [Aug 2, 2011 11:59:11 PM]: Setting following properties:
    [Aug 2, 2011 11:59:11 PM]: User: admin AppName: PC_HPx1 OlapServerName: HypenetS1 PlanTypes: [Plan1] BaseURL: http://HypenetS1:81/HyperionPlanning/
    [Aug 2, 2011 11:59:11 PM]: Successfully registered the migrated application with Shared Services.
    [Aug 2, 2011 11:59:11 PM]: Updating CSS URL in HSP_SYSTEMCFG table...
    [Aug 2, 2011 11:59:11 PM]: CSS URL : http://HypenetS1:81/interop
    [Aug 2, 2011 11:59:11 PM]: Updated CSS URL (EIE_SERVER) successfully in HSP_SYSTEMCFG table.
    [Aug 2, 2011 11:59:11 PM]: Migrating all user identities...
    [Aug 2, 2011 11:59:11 PM]: Getting updated user/group identities from CSS:
    [Aug 2, 2011 11:59:11 PM]: Total Identities sent to update: 163
    [Aug 2, 2011 11:59:11 PM]: Ambiguous entries Count:0
    [Aug 2, 2011 11:59:11 PM]: Ignored entries Count:0
    [Aug 2, 2011 11:59:11 PM]: Identical entries Count:1
    [Aug 2, 2011 11:59:11 PM]: Updated entries Count:0
    [Aug 2, 2011 11:59:11 PM]: Deleted entries Found. Count = 162. Either the users/groups were deprovisioned or the security provider is not configured/reachable. The identities for these will not be updated.
    [Aug 2, 2011 11:59:11 PM]: Successfully migrated all user identities.
    [Aug 2, 2011 11:59:11 PM]: Successfully migrated the application PC_HPx1 to current version.
    Edited by: Markus on Aug 3, 2011 3:22 AM
    Edited by: Markus on Aug 3, 2011 3:41 AM

  • I filled out the form for Mountain Lion upgrade in the morning and expected to get the codes... It is 10 pm and no codes. Is it normal?

    I filled out the form for Mountain Lion upgrade in the morning and expected to get the codes... It is 10 pm and no codes. Is it normal?

    If it was the contact form for the forum mod team then it is normally about 3 working days as all mails are dealt with strictly in turn also if it was that form you would have had a confirmation immediately you sent the contact form as it opens a new web page with a reference number on it and also you will be personally contacted by phone or email
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • BI Graph - piegraph and slicecolors

    Hi, I am using BI Graph, from BI Beans graph DEMO, with Forms.
    When I create a piegraph the slices gets random(?) colors. I want to display a pie where each slice have the same color as the data is represents. But I can't find how to set a colorproperty on each slice in the piegraph.
    Exampledata:
    <column_label> <row_label> <value>
    -<Color> <Black> <20%>
    -<Color> <Brown> <20%>
    -<Color> <Gray> <10%>
    -<Color> <Red> <10%>
    -<Color> <White> <40%>
    Does anyone have an idea?
    Kind regards, Per

    Per,
    this is not programmed in the Forms JavaBean wrapper for the BI Bean. If you need this feature you will need to add this function to the source code and re-build the jar file.
    Frank

  • Forms 3.0 and Reports 1.5

    Hi everyone,
    Will forms 3.0 and reports 1.5 work with Oracle 8.x.
    If yes then how is it done.
    If no then is there a way to convert forms 3.0 and reports 1.5
    applications to forms 4.5 and reports 3.0 i.e. from a character
    mode platform to GUI mode.
    Thanx in advance
    Arun C
    null

    Dino Pesce (guest) wrote:
    : Detra (guest) wrote:
    : : There is some documentation that may help you. Look under
    the
    : : Tech Info link and the Other Topics link under Contents and
    : find
    : : the title Upgrading Existing Applications to
    Developer/2000. I
    : : hope this helps.
    : : Brad (guest) wrote:
    : : : Arun (guest) wrote:
    : : : : Hi everyone,
    : : : : Will forms 3.0 and reports 1.5 work with Oracle 8.x.
    : : : : If yes then how is it done.
    : : : : If no then is there a way to convert forms 3.0 and
    reports
    : : 1.5
    : : : : applications to forms 4.5 and reports 3.0 i.e. from a
    : : character
    : : : : mode platform to GUI mode.
    : : : : Thanx in advance
    : : : : Arun C
    : : : You need to upgrade, Forms 3.0 is not Y2K compliant and is
    : not
    : : : going to be supported. To upgrade then you need to decide
    : what
    : : : you want done in GUI. The process can be relatively easy
    but
    : : : there is work no matter what you end up doing.
    : : : Brad
    : If you have Developer/2000 vers. 1.3, you can try the
    following,
    : for
    : example in a Dos window :
    : f45gen32 module=your_module_name userid=username/pswd
    upgrade=y
    : version=30
    : Where your_module_name is a Forms 3.0 form (for instance
    : myform.inp). This will create a Forms 4.5 module (extension
    .fmd).
    : I hope that's what you need.
    : Ciao !
    Hi there!
    Now if you are upgrading to FORMS5 then you need to rename the
    INP file to FMB and then run it through the genarator
    (F5gen32). This does work because I use this technic.
    Panx
    null

  • Forms 10g installed and running on Windows Vista

    <font color=0000FF>Update 12-Dec-2008: </font>Oracle has published NOTE 559067.1 -- How to Install Developer Suite 10.1.2.0.2 - hence 10.1.2.3 - on Windows Vista, 24-OCT-2008 with some installation help.
    <font color=0000FF>Update 07-July-2008: </font> Added text at the bottom showing how to find patchsets for Forms 10g.
    <font color=0000FF>Update 29-May-2008: </font> This thread was started in November, 2007.  In January, 2008, Oracle released Patch 3 for Forms 10g, which makes Forms 10g compatible with Windows Vista.  As time permits I'll try to keep the information in this post up to date.   Updated information will be inserted <font color=0000FF>as blue text.
    </font>
    <font color=0000FF>Original message begins here:</font>
    This is a second thread I am posting to outline the steps I have used to install Forms on a Windows Vista Home Basic laptop.   The other thread describes installing Forms 6i:
          Forms 6i installed and running on Windows Vista
    Please read through the initial part of that post for the background.  I realize Oracle has not certified Forms 10g to run on Vista, but the time has come for my associates and I to upgrade our old computers to new desktop/laptop platforms, and I would hate to acquire XP machines and be stuck with them for the next 5 years.  <font color=0000FF>(Note: Since first posting this message, Oracle has certified Forms 10g Patch 3 (version 10.1.2.3.0) to run on Vista)</font>  So after another person informed me that he had Forms installed and running on Vista, I went ahead and bought one.  I found that as long as I set the compatibility mode to run Forms programs as Windows XP (and a few other changes), Forms 6i and 10g run quite satisfactorily.
    <font color=0000FF>Update 29-Jan-2008: </font> Unfortunately, it turns out that the Forms 10g Builder running on Vista <font color=0000FF>had</font> a major flaw:   If you try to develop a form, the Builder will crash if you try to compile a procedure that calls another procedure in the form that has errors.  The problem is reported and described in this thread:  Error compiling a form under Vista
    <font color=0000FF>Update 12-Mar-2008: </font> Installing Patch 3 on Vista does not help with this problem -- the Builder still crashes in the same situation.
    <font color=0000FF>Update 25-July-2008: </font> Applying Patch 7047034 has corrected the problem.   See this link within this thread:   Forms 10g: Installing Patch 7047034 on Windows Vista
    Webutil note:  I am stuck in a Forms 6i client/server world, so all my forms must run in that environment.   Therefore I have not used any Webutil software, and I do not know whether that part will run under Vista.
    Internet Explorer note:  On Windows Vista, IE CANNOT be used to run the Web Forms runtime.  It crashes immediately when you try to run a form.  Instead, I can use either Firefox (Firefox 2, Firefox 3.0 Crashes with Forms 10g) or Netscape, as long as they are set to disable java.  <font color=0000FF>[ Correction:   IE7 on Vista now runs the Forms 10g forms.   You just need to add "?config=jpi" to the browser URL when starting the Web Forms session.   More IE/Vista info: [url=http://forums.oracle.com/forums/thread.jspa?threadID=642973]Vista JInitiator Problem ]</font>
    The Oracle Developer Suite download page:
        http://www.oracle.com/technology/software/products/ids/index.html
    Oracle Developer Suite Installation Guide:
        http://download.oracle.com/docs/cd/B25016_07//doc/dl/core/B16012_04/toc.htm
    The steps below are those I followed to install Forms 10g (version 10.1.2.0.2)
    I.  Preliminary system changes in Windows
    When I started installing, I got the following error message:    Install has encountered an error while
        attempting to verify your virtual memory settings.
        Please verify that the sum of the initial sizes of
        the paging files is at least 256 MB.To fix this:  Go to Control Panel, System and Maintenance, View amount of RAM and processor speed (under "System"),
    Advanced system settings (in left "Tasks" column), Advanced tab, Settings (under "performance"), Advanced tab:
    Virtual Memory shows a "Total paging file size for all drives: 2337MB.
    Click "change", Uncheck "Automatically manage paging file size for all drives"
    Click "custom size:", set Initial size to: 2048, Max to 4096
    Click set button, then OK, get message:The changes you have made require you to restart your computer before
       they can take effect.Restart the computer.
    II.  Installing Forms 10g
    1.  Download two files from Oracle:
        ds_windows_x86_101202_disk1.zip (626,122,752 bytes)
        ds_windows_x86_101202_disk2.zip (236,880,881 bytes)
    2a.  Before extracting, it is a good idea to shut down any virus protection software.  It can sometimes prevent some files from being created.
    2b.  Extract both into the C:\oracle directory, as disk1 and disk2.
    3.  Using Windows Explorer, change the properties of setup.exe in the C:\oracle\disk1 folder.  (In windows explorer, right click, properties, Compatibility tab.)   Change the compatibility to run as Windows XP (Service Pack 2).
    4.  Right click setup.exe and click "Run as administrator"
    5.  Select "Installation type" = Complete (1.11 GB)
    6.  Received this message:Windows Firewall has blocked this program from
    accepting incoming network connections.  If you
    unblock this program, it will be unblocked on all
    public networks that you connect to.
    C:\users\steve\appdata\local\temp\orainstall...
      2007-10-29_11-59-08am\jre\1.4.2\bin\javaw.exeI clicked "Unblock"
    7.  Received this message:  "Provide outgoing mail server information"  I entered the smtp mail server that I use.
    8.  A summary screen displayed showing 274 products under New Installations.
    I clicked the Install button.
    9.   Received this message:  You can find a log of this install session at:
    C:\Program Files\Oracle\Inventory\logs\installActions2007.....log
    10.  The installation completed.  Installed products shows Forms 10.1.2.0.2
    III.  After the install completed
    1.  Create a shortcut to the Forms 10 Builder on the Desktop.
    On the shortcut line, after the .exe, add *userid=userxxx/pwxxx@orcl* so Builder automatically logs into 10g database.  If you do step 4 below (creating an easily-accessible folder to use for your forms) change the "Start in" path on the shortcut so it points to that folder.  Otherwise, Forms Builder will not find referenced objects and PLL libraries when it opens a form.  Also do the same on the Start, All Programs shortcut for the Forms Builder.
    Edit:  After applying Patch 3, the following steps are not necessary.
    Set its compatibility to Windows XP.
    Set checkbox: "Run this program as as an administrator."  (Without this, FormBuilder will NOT open a PLL library.)
    Click the "Show settings for all users" and change values there.
    2.  Copy "Start OC4J Instance" icon to desktop.
    Set its compatibility to Windows XP.
    The first time it runs, I got a Windows popup to unblock program named Java.  I clicked "Unblock".
    3.  tnsnames.ora:
    Rename C:\oracle\DevSuiteHome_1\network\admin\tnsnames.ora
    to:  tnsnames_orig.ora
    If you created a tnsnames.ora file for Forms 6i, just copy it to the path above.  If not, do this:
    Create a new tnsnames.ora file, copying entries old file on my old laptop, which contains all the connections I use.
    Delete the old laptop entry, replace with new entry for the new local ORCL connection on new laptop from tnsnames file renamed from the c:\oracle\... ...\10.2.0\db_1\ path.
    4.  Optional:  Create an easily accessible folder to store fmb files:
    C:\users\steve\.1\fmb10
    You don't really want to keep drilling into C:\oracle\DevSuiteHome_1\forms, and then find your .fmb file among the several dozen oracle-supplied files.
    To create a folder named .1, you have to open a CMD.exe (Windows DOS) window, and type the Make Directory command:
    MD .1
    That will create the folder within the current directory -- mine defaults to C:\users\steve
    Note:  If you also need to use Forms 6i like me, DO NOT EVER open a .fmb file in the Forms 10 Builder from the Forms 6i folder.  If you compile it, or even worse, save the .fmb, Forms 6i *cannot ever* access the file.  Instead, always use the File Manager (Windows Explorer) to copy the fmb from the fmb6 folder into the fmb10 location.
    5.  Change the Forms 10g Default.env file using a text editor.
    This file replaces all the settings originally written to the Windows Registry (GREAT idea, Oracle!  I hate the registry.)  No more Regedit.  The default.env file is located at: (DevSuiteHome_1 path)\forms\server\default.env
    Locate line with:  FORMS_PATH= and add:
        ;C:\users\steve\.1\fmb10
    Add a new line:
    FORMS_MMAP=FALSE
    The above allows compiling an fmx while the form is running.
    Add a new line:
    FORMS_ROWLOCK_OPTIMIZATION=FALSE
    (This fixes Oracle bug number 3949854, which prevents automatic skipping if the same value is typed over another value. TAR 4806199.993 Automatic Skip failure...)  See bug 4068896
    Add a new Line:
    FORMS_RESTRICT_ENTER_QUERY=False
    This allows use of Query-Where window in enter query, after entering a colon in any input field.  Without this, Forms returns FRM-40367: Invalid criteria in field nnn in example record.  Oracle shut it down to prevent "sql injection" attacks.
    6.  Jiniator setup:
    Run file jinit.exe in C:\oracle\DevSuiteHime_1\jinit\jinit.exe
    It installs Jinitiator 1.3.1.22.
    I installed it in C:\oracle\JInitiator 1.3.1.22\
    For Firefox, make sure a copy of file \bin\NPJinit13122.dll resides in   C:\Program Files\Mozilla Firefox\plugins.
    For Netscape, the path is:  C:\Program Files\Netscape\Navigator 9\plugins
    7.   Browser settings
    See the note above about using Firefox 2 and not Firefox 3!
    In Firefox 2 go to:  Tools-> Options-> Content
    Uncheck the "Enable Java" checkbox
    --Firefox terminates if this is not done!
    Note:  After my system automatically installed updates to either java or Firefox, re-check the "Enable Java" setting.  I am suspicious that one of these installs re-enables java in the browser.
    Also note:  some web sites cannot display properly if java is disabled.  Example:  U.S. time website: http://www.time.gov   Use Internet Explorer to view these.
    In Netscape make the same changes as Firefox.  Without disabling java, it also terminates when you try to run a form.
    Creating a url to use in the browser:
    Try this:
        http://127.0.0.1:8889/forms/frmservlet
    If it does not work, change the 8889 port number as follows:
    Open file:  C:\oracle\DevSuiteHome_1\install\portlist.ini
    Note the number in line:
    Oracle Developer Suite HTTP port = 8889
    Use the number as the port number.
    You can also change the 127.0.0.1 to the computer name:
    Control Panel, System and Maintenance, See the name of this computer (under "System").  Mine is "steve-PC"
    So the alternate URL is:     http://steve-PC:8889/forms/frmservlet
    To try out the URL, start the OC4J instance set up above.  Then start either Netscape or Firefox, and enter the URL.  You should get a welcome screen.
    If the above URL works, start up the Forms Builder, and open Edit, Preferences.  On the General tab, uncheck the "Build before running" check box (optional).  On the Runtime tab, set the "Application Server URL to the url above.
    To run a real form, add this to the URL after frmservlet, (with no spaces):
        ?form={formname}&userid={userxxx}/{passwordyyy}@{connect-string}
    but replace the parts in curly braces with the appropriate values.  Example:
        http://127.0.0.1:8889/forms/frmservlet?form=ABC&userid=abc123/zyx@orcl
    Setting up Forms Builder to directly run a form in the browser:
    Run the Forms Builder.  Go to Edit, Preferences, Runtime tab.
    Set the Application Server URL to:
        http://127.0.0.1:8889/forms/frmservlet
    (or use whatever URL string you developed above)
    Set the Web Browser Location to:
        "C:\Program Files\Netscape\Navigator 9\navigator.exe"
    (or an equivalent to run the Firefox browser).
    8.  FORMSWEB.CFG file changes
    The file is located at:
    C:\ORA_DS_101202\DevSuiteHome_1\forms\server\formsweb.cfg
    I changed the following two lines in the file, but these are my personal preferences:
    separateFrame=true
    lookandfeel=Generic
    9.  FMRWEB.RES file changes
    For Oracle help:  Enabling Key Mappings
    The file fmrweb.res defines actions (triggers that run) when a function key is pressed while running Forms.  The one released has unix-style key mapping, but I prefer keys originally mapped for Windows PC Forms users. There is a fmrpcweb.res in the same folder that can be renamed to fmrweb.res.
    In the C:\oracle\DevSuiteHome_1\forms path, I renamed fmrweb.res to fmrweb_orig.res.
    I have a file that I prefer to use, so I put it into the folder as fmrweb.res. The contents are listed below. It is organized so the most important keys are listed alphabetically at the top (URFD column is the sort column), followed by a group of less-important keys.  These are keys that are available to users, but they either would not use, or are disabled within most forms.  The URFD column in the second set starts with a hex A0 character, which is a high-order space, so collates after normal alphabetic characters.  (Note: If you want to copy the text below and use it, the hex A0 character has been changed by the forum software to a space. So you would need to use a text editor with hexadecimal character capabilities to replace the space with the original character. )
    My file has special keys defined for F2 (I use it for a debugging Key-F2 trigger in my forms), and a "Cursor to Home" F12 function. All the rest are pretty much the same as in the released fmrpcweb.res file, only mine are organized alphabetically on the URFD column.
    The Web Forms fmrweb.res file is editable using any programming editor (NOT MS Word!!!). The old Client/Server key mapping file, fmrusw.res, could only be changed using the Oracle Terminal program (and it is a pain to use).
    Here is the main part of my fmrweb.res file:#
    #Jfn :Jmn:  URKS            :Ffn :  URFD
    #    :   : (User-readable   :    : (User-readable
    #    :   :  Key-sequence )  :    :  function description)
    118  : 1 : "Shift F7"       : 74 : "Clear Form"
    121  : 0 : "F10"            : 36 : "Commit"
    117  : 0 : "F6"             : 65 : "Create Record"
    10   : 1 : "Shift Enter"    : 82 : "Cursor to Home" # sdsu uses this
    123  : 0 : "F12"            : 82 : "Cursor to Home" # sdsu uses this
                                        #: --Alt+Home works, but leaves the Action (first
                                        #: --pull-down menu item) highlighted.  Press Esc or
    36   : 8 : "Alt Home, then Alt" : 82 : "Cursor to Home" #-- Alt again to clear highlight.
    117  : 1 : "Shift F6"       : 63 : "Delete Record"
    119  : 0 : "F8"             : 77 : "Execute Query"
    120  : 0 : "F9"             : 29 : "List of Values"
    9    : 0 : "Tab"            : 1  : "Next Field"
    40   : 0 : "Down-Arrow"     : 7  : "Next Record"
    9    : 1 : "Shift Tab"      : 2  : "Previous Field"
    38   : 0 : "Up-Arrow"       : 6  : "Previous Record"
    112  : 0 : "F1"             : 35 : "Show Keys"
    116  : 1 : "Shift F5"       : 69 : " Clear Block"
    116  : 2 : "Ctrl F5"        : 3  : " Clear Field"
    113  : 1 : "Shift F2"       : 80 : " Count Query Hits"
    112  : 1 : "Shift F1"       : 78 : " Display Error"
    114  : 0 : "F3"             : 73 : " Duplicate Item"
    115  : 0 : "F4"             : 64 : " Duplicate Record"
    69   : 2 : "Ctrl E"         : 22 : " Edit Field"
    122  : 0 : "F11"            : 75 : " Enter " # Causes validation, w/o cursor move
    118  : 0 : "F7"             : 76 : " Enter Query"
    81   : 2 : "Ctrl Q"         : 32 : " Exit"
    112  : 2 : "Ctrl F1"        : 30 : " Help"
    34   : 0 : "Page Down"      : 66 : " Next Set of Records"
    119  : 1 : "Shift F8"       : 79 : " Print"
    10   : 0 : "Enter/Return key": 27: " Enter/Next Field"
    33   : 0 : "Page Up"        : 12 : " Scroll Up"
    116  : 0 : "F5"             : 87 : " F5 Key for special uses"
    #121 : 3 : "Shift Ctrl F10" : 82 : " Function 0" #--disabled.  Cursor to home defined above
    112  : 3 : "Shift Ctrl F1"  : 83 : " Function 1"
    113  : 0 : "F2"             : 84 : " Function 2"
    113  : 11: "Ctrl Alt Shift F2":95: " List Tab Pages" #<-REQUIRED, or F2 cant be assigned
    114  : 3 : "Shift Ctrl F3"  : 85 : " Function 3"
    115  : 3 : "Shift Ctrl F4"  : 86 : " Function 4"
    117  : 3 : "Shift Ctrl F6"  : 88 : " Function 6"
    118  : 3 : "Shift Ctrl F7"  : 89 : " Function 7"
    119  : 3 : "Shift Ctrl F8"  : 90 : " Function 8"
    120  : 3 : "Shift Ctrl F9"  : 91 : " Function 9"<B>Finding Forms 10g Patchsets</B>
    Here is how to do the search: Log into metalink ( https://metalink.oracle.com ), then click on the Patches & Updates tab, then Simple Search.
    In "Search by", select Product or Family. Enter "Developer Forms" in the box.
    Then click the Release choices, and select "iAS 10.1.2.3"
    Patch Type should be "Patchset/Minipack"
    Platform or Language should be "Microsoft Windows (32-bit)"
    Click Go, and the Forms 10g patch should show up. As of July, 2008 the only one available is: [url=
    https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=5983622&release=1710123&plat_lang=912P&patch_num_id=943599
    ]5983622
    Edited 2008-12-12 to add a link to Oracle Note 559067.1  and added the fmrweb.res file listing.
    Edited 2008-10-28 to change text format to work better within new forum format
    Edited 2008-7-7 to add patchset search information.
    Edited 2008-4-21 to modify information.
    Edited 2008-3-6 to add information.
    Edited 2008-5-29 to update information.

    I followed your instructions and installed Developer Suite 10G on Windows Vista Home Premium edition. I have Oracle 11G DB running on the same machine.
    Two points, Steve:
    1. When I tried to set the maximum virtual memory to 6110 an error message displayed from Windows and told me that I can't set the maximum virtual memory to more than 4096. I set it to 4090 and it worked and I got nothing wrong during the installation process.
    2. After installing JInitiator and disabling Java on Firefox I called the http://127.0.0.1:8889/forms/frmservlet page and everything seemed to be OK because the Oracle Forms Services logo appeared and then a successful installation message appeared , but as I clicked (ok) to continue a gray screen appeared inside the browser (like the one displayed when you try to run a Java applet inside a browser) and then I wait to death till something appears but sadly nothing. I just get a blank gray screen inside my Firefox browser.
    Do you have any idea what to do to solve the problem?
    Regards

  • Can I load Acrobat Pro 6 onto Windows 7 and upgrade to Acrobat Pro 9?

    Can I load Acrobat Pro 6 onto Windows 7 and upgrade to Acrobat Pro 9?  My former PC ran on Windows XP and this new PC runs on Windows 7.  I don't want to shell out another $449 when Acrobat Pro 9 worked fine for me.

    You might be able to install Acrobat 6 for this purpose, but you probably won't have to. When you install Acrobat 9 Upgrade it should (if I remember right) ask for the serial number of your "qualifying" product and at that point you put in the Acrobat 6 serial.

  • Forms 4.5 and Oracle 8i

    Hello,
    we want to upgrade from Oracle 7.3 to Oracle 8i and we still want to use Forms 4.5.
    Are there any known problems using Forms 4.5 and Oracle 8i? Do we need some patches or are there any other things to do?
    Thanks and greets,
    Markus

    I use Forms 4.5.7.1.7 & Oracle 8.1.7, When I Modify
    "Record Groups", I Get a Message
    | |
    | Oracle From 4.5 |
    | |
    | unhandle err in icrg 102 |
    | |
    Record Group Type : Query
    Record Group Query: Select MyPackage.STR From dual
    I Change Query to "Select SUBSTR(MyPackage.STR,1,1000) From dual"
    Forms 4.5 can recreate the record group...
    I Change Query to "Select SUBSTR(MyPackage.STR,1,1001) From dual"
    Forms 4.5 Show Error!
    On Oracle 7.3.4 Return Datatype From Functions(Package)
    is varchar2(2000), but Oracle 8.1.7 is Varchar2(4000)!
    I must change all of my Record Group?
    The return value can be a varchar2(2000)?

  • 10.1.2.3 app server, xml, and Module version="101020300" and upgrade=yes

    We upgraded our app server from 10.1.2.2 to 10.1.2.3. I converted some of our Oracle Forms to xml before upgrading. I noticed the following "Module version" element and value? What version of Oracle Forms is this 10.1.0.2 , 10.1.2.2, or 10.1.2.3. When I add upgrade=yes on the compile line the fmb file dates do not change and the xml version tag stays the same in unix. Whenver I do this on windows the files dates of the fmbs do change, but the version tag also stays the same. Is it possible the 10.1.2.3 compiler uses 10.1.0.2 version for fmbs and knows there is nothing to change so it leaves the fmb untouched when upgrade=yes?
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <Module version="101020300" xmlns="http://xmlns.oracle.com/Forms"> Edited by: Mark Reichman on Aug 18, 2010 1:33 PM

    Although the "upgrade" option does not throw an error, it really doesn't apply any longer. It was used historically to convert SqlForms to Forms Menu Modules. Here is the text from the Forms Online help for this option:
    Upgrades modules from Oracle Forms 4.5, or from SQL*Menu 5.0, to an Oracle Forms menu module.You gain nothing from including "upgrade=yes" when you compile your 10.1.2 modules.
    Regarding the Module version you see in the XML or FMT, this version represents the engine used to create the module and not the Forms version. This version will not necessarily line up with the Forms version to which you are accustom to viewing. This is more of an internal reference. Your form's modules will not change in any way when you patch from 10.1.2.0 to 10.1.2.2 to 10.1.2.3. This is why there is generally no need to recompile when you patch. The changes are made in our product and not your app.

  • Oracle Forms 10 demo download link not working

    Unable to download the forms 10g demo zip file
    Regards
    Regee

    Please re-try, and make sure that you are logged in first...
    Regards, OTN

  • Forms 4.5 and oracle 8 compatibilty

    We are still working with oracle7.3.4 and forms 3. Now we are upgading to forms 4.5 and in the future we will upgrade to oracle8. I would like to know whitch vertions are compatble (oracle and developer)

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Bartosz Bebel ([email protected]):
    There is an old bug which makes Forms 4.5 work improperly with Oracle 8 (I think there was a problem with SqlNet ver. 2). Can someone remember the number of this bug? Or know where can I find a patch for this bug?<HR></BLOCKQUOTE>
    I am not sure if the bug will fix all your problems Forms4.5 versus Oracle 8.
    There is a problem with new structure of rowid in ORACLE8, comparing to ORACLE 7.x. The problem appears while locking the rows in FORMS4.5.
    The best (and maybe the only) way is to start using Forms5 (and higher ) against ORACLE 8.
    null

  • When, if ever, was the last time Illustrator's graph tools were upgraded?

    With the increasing importance of Infographics, I have been relying more on graph tools, and find Illustrator's to be quite primitive. Can't Adobe upgrade its graph tools to make the creation of graphs as easy as in Microsoft Excel? Some enhanced features would be appreciated greatly also.

    LOL.
    If you combine Larry's (Never) answer and CarlosCanto's (1993) answer then you have the concise answer.
    Illustrator 5 * was released in 1993 with Graph Creation. That was pretty much the end of the road for those half baked features.
    * The original version 5, theoretically between versions 4 and 6, not CS5 from 2010. It gets even more confusing if you want to talk platform release numbers. ;-)

  • I have 10.6.8 and upgrading os to yesomite, should i reinstall my all softwares after upgrade os?

    i have 10.6.8 and upgrading os to yesomite, should i reinstall my all softwares after upgrade os?

    Before embarking on a major OS upgrade, it would be wise, advisable and very prudent if you backup your current system to an external connected and Mac formatted Flash drive OR externally connected USB, Thunderbolt or FireWire 800, Mac formatted hard drive. Then, use either OS X Time Machine app to backup your entire system to the external drive OR purchase, install and use a data cloning app, like CarbonCopyCloner or SuperDuper, to make an exact and bootable copy (clone) of your entire Mac's internal hard drive. This step is really needed in case something goes wrong with the install of the new OS or you simply do not like the new OS, you have a very easy way/procedure to return your Mac to its former working state.
    Then, determine if your Mac meets ALL minimum system install requirements.
    To install Yosemite, you need one of these Macs:
    iMac (Mid-2007 or later)
    MacBook (13-inch Aluminum, Late 2008), (13-inch, Early 2009 or later)
    MacBook Pro (13-inch, Mid-2009 or later),
    MacBook Pro (15-inch or 17-inch, Mid/Late 2007 or later)
    MacBook Air (Late 2008 or later)
    Mac mini (Early 2009 or later)
    Mac Pro (Early 2008 or later)
    Xserve (Early 2009)
    Your Mac also needs:
    OS X Mavericks, Mountain Lion, Lion, or Snow Leopard v10.6.8 already installed
    2 GB or more of memory (I strongly advise, at least, 4 GBs of RAM or more)
    8 GB or more of available space
    Next,
    If you run any older Mac software from the earlier PowerPC Macs, then none of this software will work with the newer OS X versions (10.7 and onward). OS X Snow Leopard had a magical and invisible PowerPC emulation application, called Rosetta, that worked seamlessly in the background that still allowed older PowerPC coded software to still operate in a Intel CPU Mac.
    The use of Rosetta ended with OS X Snow Leopard as the Rosetta application was licensed to Apple, from a software company called Transitive, which got bought out, I believe, by IBM and Appe  could no longer secure their rights to continue to use Rosetta in later versions of OS X.
    So, you would need to check to see if you have software on your Mac that maybe older than, say, 2006 or older.
    Also, check for app compatibilty  here.
    http://roaringapps.com/
    If you have any commercial antivirus installed and/or hard drive cleaning apps installed on your Mac, like MacKeeper, CleanMyMac, TuneUpMyMac, MacCleanse, etc. now would be a good time to completely uninstall this apps by doing a Google search to learn how to properly uninstall these types of apps.
    These types of apps will only cause your Mac issues later after the install of the new OS X version and you will have to completely uninstall these types of apps later.
    Once you have determined all of this, you should be able to find the latest version of Yosemite by clicking on the Mac App Store icon in the OS X Dock and then login to the Mac App Store using your Apple ID and password.
    You can then begin the download and installation process of installing OS X 10.10 Yosemite from the Mac App Store.

  • Help - forms 6i demo

    Hi All,
    I've been trying to install forms 6i demo under my current forms 6i home.
    But the installation stops with error message:
    Forms 6i demo does not support multiple installation.
    etc... etc...
    I haven't installed any forms 6i demo before. This is a clean installation.
    How to solve the problem?
    TIA,
    Andi

    Andi,
    do you have Forms6i prior to Patch2? This release was not multi-home enabled and the installer checks for the default Oracle_Home. if there are multiple Oracle homes available then it can't continue. If you have a more recent version, then it might be that the installer that comes with the demos is not yet on teh same level. If this is the case, then pleae consult customer support to help you out or file a bug on this.
    Frank

Maybe you are looking for

  • Opening of an ADF applcn in a new browser window from another ADF applcn.

    The requirement is in the form of a usecase below, can you please let us know how could we resolve this. Let us consider we have two ADF applications A and B. Once ADF application A is rendered, in one of the pages of Application A there is a link wh

  • Translating items in a Content Area

    Hi, Here is a strange problem that happens to me : we have a content area that support both english and french. english is the native language and french was added on the 'translation' tab, with the 'online' option checked. A user who has the 'view'

  • Missing iphoto library - help !

    Ok, long story short, I was changing permissions on my iphoto library (with the finder info window), and the iphoto library folder disappeared ! It is not visible with the finder - feel free to call me silly. When I checked the free space on my drive

  • I can't change the language setting in Mountain Lion

    I downloaded and installed Mountain Lion.  The spell checker objected to almost every word I entered.  Even after updating the System Preferences to selcect US English as its first choice,, and even after I logged out, and back in again, and even aft

  • After compile can not run the program

    package MyPack; class Balance String name; double bal; Balance(String n,double b) name=n; bal=b; void show() if(bal<0) System.out.println("--->"); System.out.println(name+" " +bal); class Account public static void main(String args[]) Balance current