Error for a customized OPS page

Hi all

I get the below error while trying to enter a value in a field (field has a symbol of the research, when I click on it I get an error "you have encountered an unexpected error. Please contact the system administrator for assistance'). I've enabled diagnostics and I could see the error below. It comes to 11.5.10.2

oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: 27122 Houston: SQL error in the preparation of the statement.

Instruction: SELECT ppd.segment2 position_number,.
PPD.segment3 position_title,
PAPF.full_name employee_name,
haou1. Name budget_centre,
haou1.organization_id budget_centre_id,
position_id hapf.POSITION_ID,
haou.organization_id position_org_id,
PAPF.person_id person_id,
haou.NAME position_org_name,
haou. TYPE pos_org_type
OF hr_all_organization_units haou,.
hr_all_organization_units haou1,
hr_all_positions_f hapf,
per_position_definitions ppd,
per_all_people_f women's wear,
per_all_assignments_f ADP,
per_person_types ppt,
per_person_type_usages_f pptuf
WHERE haou.business_group_id =: 0 AND hapf.business_group_id =: 1
AND SYSDATE BETWEEN haou.date_from
AND NVL (haou.date_to,
TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
AND SYSDATE BETWEEN haou1.date_from
AND NVL (haou1.date_to,
TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
AND hapf.organization_id = haou.organization_id
AND papf.person_id = paaf.person_id
AND hapf.position_id = paaf.position_id
AND papf.person_id = pptuf.person_id
AND ppt.system_person_type = ("EMP")
AND paaf.assignment_status_type_id = 1
AND ppt.person_type_id = pptuf.person_type_id
AND SYSDATE BETWEEN hapf.effective_start_date
AND hapf.effective_end_date
AND SYSDATE BETWEEN papf.effective_start_date
AND papf.effective_end_date
AND SYSDATE BETWEEN paaf.effective_start_date
AND paaf.effective_end_date
AND SYSDATE BETWEEN pptuf.effective_start_date
AND pptuf.effective_end_date
AND ppd.position_definition_id = hapf.position_definition_id
AND haou1.organization_id = xxhr_utils_pkg.xxhr_get_parent_org_f)
haou.organization_id,
"BC."
"WHO organization hierarchy",
SYSDATE)
AND IN haou.organization_id
(SELECT organization_id_child
OF per_org_structure_elements
WHERE org_structure_version_id =
(SELECT MAX (posv1.org_structure_version_id)
OF per_org_structure_versions posv1,.
per_organization_structures pos
WHERE posv1.organization_structure_id =
POS.organization_structure_id
AND pos.primary_structure_flag = 'Y')
CONNECT BY organization_id_parent =
Organization_id_child ADVANCE
START WITH organization_id_parent =: 2)
UNION ALL
SELECT PPD.segment2 position_number.
PPD.segment3 position_title,
per_emp.Employee_Name employee_name,
haou1. Name budget_centre,
haou1.organization_id budget_centre_id,
position_id hapf.POSITION_ID,
haou.organization_id position_org_id,
per_emp.person_id person_id,
haou.NAME position_org_name,
haou. TYPE pos_org_type
OF hr_all_organization_units haou,.
hr_all_organization_units haou1,
hr_all_positions_f hapf,
per_position_definitions ppd,
(SELECT papf.full_name, employee_name,
PAPF.person_id person_id,
PAAF.position_id position_id
Of per_person_types ppt.
per_person_type_usages_f pptuf,
per_all_people_f women's wear,
per_all_assignments_f ADP
WHERE 1 = 1
AND SYSDATE BETWEEN pptuf.effective_start_date
AND pptuf.effective_end_date
AND ppt.system_person_type = ("EMP")
AND ppt.person_type_id = pptuf.person_type_id
AND papf.person_id = pptuf.person_id
AND SYSDATE BETWEEN papf.effective_start_date
AND papf.effective_end_date
AND papf.person_id = paaf.person_id
AND SYSDATE BETWEEN paaf.effective_start_date
AND paaf.effective_end_date
AND paaf.assignment_status_type_id = 1
AND paaf.organization_id =: 3) per_emp
WHERE hapf.organization_id =: 4
AND haou.business_group_id =: 5
AND hapf.business_group_id =: 6
AND SYSDATE BETWEEN haou.date_from
AND NVL (haou.date_to,
TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
AND SYSDATE BETWEEN haou1.date_from
AND NVL (haou1.date_to,
TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
AND hapf.organization_id = haou.organization_id
AND hapf.position_id = per_emp.position_id (+)
AND SYSDATE BETWEEN hapf.effective_start_date
AND hapf.effective_end_date
AND ppd.position_definition_id = hapf.position_definition_id
AND haou1.organization_id = xxhr_utils_pkg.xxhr_get_parent_org_f)
haou.organization_id,
"BC."
"WHO organization hierarchy",
SYSDATE)
UNION ALL
SELECT PPD.segment2 position_number.
PPD.segment3 position_title,
Employee_name NULL,
haou1. Name budget_centre,
haou1.organization_id budget_centre_id,
position_id hapf.POSITION_ID,
haou.organization_id position_org_id,
Person_id NULL,
haou.NAME position_org_name,
haou. TYPE pos_org_type
OF hr_all_organization_units haou,.
hr_all_organization_units haou1,
hr_all_positions_f hapf,
per_position_definitions ppd
WHERE haou.business_group_id =: AND hapf.business_group_id = 7: 8
AND SYSDATE BETWEEN haou.date_from
AND NVL (haou.date_to,
TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
AND SYSDATE BETWEEN haou1.date_from
AND NVL (haou1.date_to,
TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
AND hapf.organization_id = haou.organization_id
AND SYSDATE BETWEEN hapf.effective_start_date
AND hapf.effective_end_date
AND ppd.position_definition_id = hapf.position_definition_id
AND haou1.organization_id = xxhr_utils_pkg.xxhr_get_parent_org_f)
haou.organization_id,
"BC."
"WHO organization hierarchy",
SYSDATE)
AND NOT EXISTS
(SELECT 'c'
Of per_person_types ppt.
per_person_type_usages_f pptuf,
per_all_people_f women's wear,
per_all_assignments_f ADP
WHERE 1 = 1
AND SYSDATE BETWEEN pptuf.effective_start_date
AND pptuf.effective_end_date
AND ppt.system_person_type = ("EMP")
AND ppt.person_type_id = pptuf.person_type_id
AND papf.person_id = pptuf.person_id
AND SYSDATE BETWEEN papf.effective_start_date
AND papf.effective_end_date
AND papf.person_id = paaf.person_id
AND SYSDATE BETWEEN paaf.effective_start_date
AND paaf.effective_end_date
AND paaf.assignment_status_type_id = 1
AND hapf.position_id = paaf.position_id)
AND IN haou.organization_id
(SELECT organization_id_child
OF per_org_structure_elements
WHERE org_structure_version_id =
(SELECT MAX (posv1.org_structure_version_id)
OF per_org_structure_versions posv1,.
per_organization_structures pos
WHERE posv1.organization_structure_id =
POS.organization_structure_id
AND pos.primary_structure_flag = 'Y')
CONNECT BY organization_id_parent =
Organization_id_child ADVANCE
START WITH organization_id_parent =: 9)
at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:603)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processRequest(OAListOfValuesHelper.java:439)
at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processRequest(OAListOfValuesBean.java:413)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2373)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1759)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
to _html._OA._jspService(_OA.java:84) oa
to oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) to oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
to oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) to oracle.jsp.JspServlet.internalService(JspServlet.java:186)
to oracle.jsp.JspServlet.service(JspServlet.java:156) to javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
to org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) to org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:619)
# # 0 in detail
java.sql.SQLException: ORA-01722: invalid number
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2566)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2963)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:584)
at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:631)
at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:518)
at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3375)
at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java:828)
at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4525)
at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574)
at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:544)
at oracle.jbo.server.ViewRowSetImpl.executeDetailQuery(ViewRowSetImpl.java:619)
at oracle.jbo.server.ViewObjectImpl.executeDetailQuery(ViewObjectImpl.java:3339)
at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3326)
at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:441)
at who.oracle.apps.xxwp.hrplan.lov.webui.XXWP_ParentPositionLOVCO.processRequest(XXWP_ParentPositionLOVCO.java:108)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processRequest(OAListOfValuesHelper.java:439)
at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processRequest(OAListOfValuesBean.java:413)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2373)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1759)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
to _html._OA._jspService(_OA.java:84) oa
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:619) java.sql.SQLException: ORA-01722: invalid number
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2566)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2963)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:584)
at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:631)
at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:518)
at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3375)
at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java:828)
at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4525)
at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574)
at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:544)
at oracle.jbo.server.ViewRowSetImpl.executeDetailQuery(ViewRowSetImpl.java:619)
at oracle.jbo.server.ViewObjectImpl.executeDetailQuery(ViewObjectImpl.java:3339)
at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3326)
at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:441)
at who.oracle.apps.xxwp.hrplan.lov.webui.XXWP_ParentPositionLOVCO.processRequest(XXWP_ParentPositionLOVCO.java:108)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processRequest(OAListOfValuesHelper.java:439)
at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processRequest(OAListOfValuesBean.java:413)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2373)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1759)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
in oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:619)

The above error message also has the line below, by referring simply to avoid the entire error message in the search.

java.sql.SQLException: ORA-01722: invalid number

Could you please help me with this question.

Thanks and greetings
Srini

Srini,

It is probably due to the passage of NULL instead of a valid number, during execution of the VO.

Check with the below the line of code.

Number of XXWP_ParentPositionLOVCO.Java @line - 108

Kind regards
GYAN

Tags: Oracle Applications

Similar Questions

  • create an alias for a custom device page

    Is there a way to create an alias for a custom device page?

    I wish that a button on the home page of my device custom (in solution system Explorer) allow the user to create an alias and linking this alias on a channel of the system. My Vi is the following:

    This VI returns the following error:

    "Error 1172 to error creating instance of aliases in the assembly NationalInstruments.VeriStand.SystemDefinitionAPI.Alias, NationalInstruments.VeriStand.SystemDefinitionAPI, Version = 2012.0.1.0, Culture = neutral, PublicKeyToken is a6d690c380daa308, (System.NullReferenceException: determined reference is not set to an instance of an object.).

    Is there a solution?

    Hmmm... good point. You can change my original solution to configure the alias using the basic underlying storage system node type. It should work regardless of the type of channel. As for your second question, custom devices written for 2012 should be recompiled in 2013 of LabVIEW with the support of 2013 VeriStand installed. You don't have to change your code, but you must recompile the LLBs.

    In this workaround, you start by creating an alias that links to nothing. Then, you update the alias to set the DependentNode property, which connects it to the channel. You should not do it this way, but this will work around the original bug.

  • Cannot open the web page in another tab of the browser in application for the custom shop page

    I have a custom stores html page and an external link (such as < a href = "...) (' > < / a >) in this html page.  Now when I type this external link, it opens the web page in the same container and crush the store custom html page. But I hope that it can open the external page in another tab of the browser in application with the button "close".   As this external link is in mode folio. Please let me know if I could do it. Thank you

    We do not support this with the current v2 API. We will be adding in release 27 support for this.

    Neil

  • Error for the custom "this intercompany Transaction Type is not associated a valid and active CM type' ACT in operation

    We are in the process of implementation ACT on the R12 upgrade instance. When you try to create an outgoing Transaction, we get the following error.

    'This Type of intercompany Transaction is not associated with a line type and the valid memo CM and active'

    It's the Type of Transaction that was created by requiring billing. We checked the missions of customer accounts and 'Intercompany CM' has been assigned to two units of operation concerned. What could be the reason?

    Kind regards

    Miranga

    Found the problem. Date_creation Type of Transaction was after the Date of GL

  • Names of approvals before submitting the custom OAF page

    Hello

    I posted the question below in Workflow forums but I have not received any response so thought to post it here. Please read.

    I created a new workflow that is triggered when a customized OPS page is submitted. This workflow is dynamic approvals and I created this workflow without using the SOUL. Now, how to display the list of approvers in the submission page? Please let me know.

    Thank you
    PK

    Using a table with a single column to the approvers.
    No other controls are flexible enough to display several lines of data...

    Prasanna-

  • Error page for a custom page in e - Biz OPS

    Hi all
    I developed a simple custom search page and it has deployed to e-Business (version 12.1.3). I works well in jDeveloper to the customer. Here are the steps I did:
    (1) zip < JDEV_USER_HOME > \myclasses\xx
    the folder structure:
    xx\oracle\apps\xx\mem\server
    xx\oracle\apps\xx\mem\webui
    xx\oracle\apps\xx\schema\server
    (2) loading in a $JAVA_TOP application layer
    (3) chmod-r $775 JAVA_TOP/xx
    (4) copy History.xml to
    (5) $APPL_TOP, xx, mds, webui
    (6) import MDS: applications java oracle.jrad.tools.xml.importer.XMLImporter $XX_TOP/mds/webui/HistoryPG.xml - username username-password apps - dbconnection ' (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=db_host) (PORT = 1521)) (CONNECT_DATA = (SERVICE_NAME = $TWO_TASK) (INSTANCE_NAME = $TWO_TASK))) "-rootdir $XX_TOP/SDM - rootPackage/xx/oracle/apps/xx"
    (7) after importing is complete, bounce web server
    (8) reqister a function of e - Biz
    Type: Feature of jsp SSWA
    HTML call: OA.jsp?page=xx/oracle/apps/xx/mem/server/HistoryPG
    (9) to the function in a menu.

    When I run the page, I received the error "Error Page you encountered an unexpected error. Please contact the system administrator for assistance.

    I would if anyone can report what not failed or is incorrect.

    Rudolph

    In fact missed me important measures, which I shouldn't - bounce Apache. I work after bouncing Apache.

  • IE8 and it just started with a lot of error reports and custom back to the home page

    Well for a reason my first thread is not here so Im start again, I have IE8 and it just started with a lot of error reports and custom back to the homepage it just on the same page of the article, I was reading and said that this tab was recovered, I end up having to close on restarting the program n also since I reloaded my xp cd my sound got rough n jumps, it was well before I did this if Im not sure what to do. Im not exactly smart pc and am afraid of doing something wrong then Im left to do very limited things, any help would be appreciated

    Hello mikegrimesWQ,

    Because it looks like you have reinstalled Windows XP, what happens when you turn on your computer?  Windows loads correctly and allow you to connect with success?  Have you completed all the updates of Windows since the relocation?  Do you get errors at any time?

    What version of Windows XP you are using and which service pack is currently installed?  I would say confirming all your drivers are recognized and updated.

    How to download updates that include drivers and hotfixes from the Windows Update Catalog

    Please let us know status.

    Thank you

    James

  • "The installer has encountered an error.  Contact Customer Support for assistance. "CS4 Web Premium

    A few years ago, my company bought Adobe Creative Suite 4 Web Premium.  He was loaded on three computers and worked well.  One of these computers recently had to wipe and reinstalled everything.  CDs for Adobe CS4 have remained safely in their case and stored, but when I tried to install the programs today gave me the error message "Setup has encountered an error.  Contact Customer Support for assistance. »

    I don't know what is the error, but I was wondering if there was another way to charge these programs?  Maybe downloading them and using the serial number assigned to the CDs?

    Thank you!

    Anna

    CS4 - http://helpx.adobe.com/creative-suite/kb/cs4-product-downloads.html

    You can also download the demo version of the software through the page linked below and then use your current serial number to activate it.

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    CS3 and CS4: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html

    Since you mention three machines, it could mean you have a volume license (standard license is two machines).  If so, you will need to acquire information files on the following link...

    Volume licensing
    ----------------

    http://helpx.Adobe.com/x-productkb/policy-pricing/volume-licensing-site.html

  • Windows store dashboard - &#62; page shows Adoption - service is not available error - for more than a week

    Windows store dashboard-> Adoption watch page - service is not available error - for more than a week. When the service should be back online?

    Text of the error - the service is not available now. Please try again later.

    Hi Sushil,

    Please post this question in the following link to MSDN, for assistance:

    http://social.msdn.Microsoft.com/forums/windowsapps/en-us/home?category=windowsapps

    If you have questions about Windows operating systems, help us on this forum.

  • I am looking for a way to disable or to prevent someone to print my customer web pages, also to prevent someone from copying a page or site. Y at - it such an option in Adobe Muse?

    I am looking for a way to disable or to prevent someone to print my customer web pages, also to prevent someone from copying a page or site. Y at - it such an option in Adobe Muse?

    Hi Gary,.

    There no such function in the Muse, I don't know if it is possible at all.

    Kind regards

    Akshay

  • communication error with the server. callback failed for the data entry page

    Hello

    We have recently applied the corrective update EMP on EMP 11.1.2.0 111.2.1.
    We have following the architecture,

    database server: sql server 2005
    Server Foundation (OS = windows server 2008): HSS, EPMA, Manager Calc, EAS, EIS, provider's server, planning
    Essbase Server (OS = windows server 2008): essbase

    After you apply the patching EMP 11.1.2.1, we apply after Electrodes for IE 9 compactibility i.e EMP 11.1.2.1.600 patches

    1. patch 14119724 (Workspace)
    2 14142678 patch (Shared services)
    3 patch 14224664 (EPMA)
    4 patch 14464109 (planning)

    After you apply above patches, all users get error when opening planning web form through the workspace of all client computer.

    "* error communication with the server. callback failed for the data entry page. "




    When restore us only planning patch 14464109 , issue of "communication error with the server. callback failed for the data entry page "get resolved for all users, but failed for a single user IE"user xyz" "

    the user xyz have OS = windows 7 and IE 8
    user xyz can take foundation server RDP can open any form of planning successfully in vain get when doing the basic machine.

    I have following question:
    1. Why do we get error "error communicating with the server. callback failed for the data entry page"after you apply the fixes to IE9

    2. after cancellation all patches or planning one patch, why the user xyz always get the error but not other users


    Thanks in advance

    Published by: 922755 on June 7, 2013 16:08

    It might be useful to have a read of the following doc Oracle Support - "error:"error Communication with the server. " "Callback failed for the data entry page" when you open a Web form of planning with the members of the Type of text [ID 1392689.1].

    And then this question should be resolved en.600

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • During upgrade Adobe Creative Suite CS4 ME in Adobe Creative Suite CS5.5 Design Premium, I get an error saying that the serial number is not an eligible product, please try another. I used to be able to get a code for the customer service, but I can't

    During upgrade Adobe Creative Suite CS4 ME in Adobe Creative Suite CS5.5 Design Premium, I get an error saying that the serial number is not an eligible product, please try another. I used to be able to get a code for the customer service, but I can't chat. Please advise!

    MoeGhazal I have reviewed your account and it seems that you have upgraded to a volume license CS4 Design Premium for an upgrade of retail Design Premium 5.5.

    I also shows that you have made two purchases of CS5.5 Design Premium, but the second purchase was cancelled.  Make sure that you use the serial number that ends in 7886.

    If you are using the correct serial number, then it is likely, that the installer won't recognize your serial number of volume license CS4 as being valid for upgrade.  If you can contact our support team you can be traversed through an unlocking procedure to allow you to proceed with the installation.  You can contact our team of support directly in Contact with the customer.  You can try to install a web browser, you have not previously used.  It of probably a toolbar or other software applications affect your ability to access the media cat successfully.

    If you are unable to reach our support team, then please check your account information is accurate.  If you can please then update this discussion after the confirmation of this so I can ask a member of our support team contact you directly.

    I would recommend again reaching out directly if possible it will be the most effective method to resolve your current error.

  • OFA Custom opening Page of Workflow by using URL

    Hi all

    I created a page customized OPS and saved in the applications with the name of the function as FUJLEVPG

    I have attached the function in the menu of responsibility and its perfect opening.

    Please note that my custom page OPS has no parameters must past.

    In my custom workflow, I want to display the link to open my custom oaf page.

    Tests1:

    In my workflow, I created an attribute

    Internal name: JPGLNK

    Full name: link to the Page of OAF

    Type: URL

    Target of the image: new window

    Value: JSP:/OA_HTML/OA.jsp? OAFunc = FUJLEVPG

    Error when I click on the link in the workflow:

    Error

    You have enough privileges for the operation. Please contact your system administrator.

    Used2: (given the path of the page)

    Internal name: JPGLNK

    Full name: link to the Page of OAF

    Type: URL

    Target of the image: new window

    Value: JSP:/OA_HTML/OA.jsp?page=/ora/FINCL/apps/apps_st/comn/java/classes/fujlevPG/oracle/apps/fnd/hr/webui/FUJLEVPGPG

    Error page

    You have encountered an unexpected error. Please contact the system administrator for assistance.

    Oracle apps version: R12.1.3

    Workflow Builder: 2.6.3.5

    Do I have to pass any Appl_id, the Resp_id, the Resp_Appl_id opening of the page?

    Please suggest, I just want to open the Page of the ofa.

    Thank you and best regards,

    Afzal.

    Try this

    ORACLE APPS: Errors and resolution OFA

    How to call OFA Page of e-mail Notification of workflow - Oracle Documents

  • Urgent how page CUSTOM OAF toTranslate. Please Note CUSTOM OAF page not Standard OFA

    Hello

    We have developed a customized OPS in English page. Our client now wants the same page is available in FRENCH and ARABIC.

    Please help on this. Its Urgent 535571

    Hello

    I had the problem solved by following the steps below

    Step 1:- go to--> page customize Custom OAF page--> click on customize (pencil icon) for values or labels you want to translate.

    Step 2:- change the prompt value to inherit the same value in English how it was displayed before. Click on apply

    Step 3:- go to functional administrator--> customizations--> Application Catalog--> give you OAF page path in the path of the Document--> to Manage customizations--> translate and give respective language and values.

    Kind regards

    Matt Rohera.

  • 11.1.2.2 OAM: Custom Login Page Timing out until the Timeout of Session value

    Hi all

    We are facing a weird problem in our application in which the custom login page is time in 15 minutes, although the session timeout has been configured as 65 minutes.

    All the world is facing this problem in the past?

    Here are the details -

    WebGate level "Max Session Time" = 60 minutes

    OAM Console - common parameters "Idle Timeout" = 65 mins

    The user will not be used on the page of connection custom for 20-25 minutes and after then tries to connect, it is redirected to an error page that says "system error, please contact your administrator '."

    Strangely, the application for which OAM SSO has been implemented honours timeout values.

    Newspapers -

    Error occurred during the processing of the request.

    Supplemental details java.lang.RuntimeException: authentication request has expired. Eapsed time in min: 79560

    at oracle.security.am.controller.BaseRequest.updateObjectWithCachedMap(BaseRequest.java:482)

    Research already done

    https://support.Oracle.com/epmos/faces/DocumentDisplay?ID=1908294.1 says that this question is but only for the "set timeout". But why in this case it happens before 65 mins!

    Appreciate any help.

    Thank you

    Nassima

    OK after all those hours was finally able to work around this bug as explained weird Oracle in the SR-

    https://support.oracle.com/epmos/faces/DocumentDisplay? ID = 1908294.1

    Add a metatag as following one behindin the login page customized.

        http://host.example.com/public/public.html">

    Http mechanism for a meta tag is described at: http://www.w3schools.com/tags/att_meta_http_equiv.asp

    The value of 890 seconds comes:

    The downtime of 15 minutes set by OAM seconds is:
    -Online (15 * 60 = 900) less (tolerance of 10 seconds time)

    If the user remains now 890 seconds on the custom login page, the browser will bring returns to the public page as defined by URL (http://host.example.com/public/public.html).


    I still have no idea why the custom login page times out after 15 minutes, where Oracle is set this value to "hard",

Maybe you are looking for