Error editing a Portal form

I experience the following error when trying to edit a valid Portal Form:
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "PORTAL30.WWV_UIFORM_BUILD", line 2717
ORA-06512: at "PORTAL30.WWV_UIFORM_BUILD", line 2857
ORA-06512: at "PORTAL30.WWV_UIFORM_BUILD", line 5647
ORA-06512: at line 8
Does anybody have any ideas??

Kelly,
I had the same problem.
The remote table has to be a PUBLIC synonym. Drop the existing synonym and re-create the PUBLIC SYNONYM. It should work now.
Thanks.

Similar Messages

  • Errors:Installing Oracle Portal, Forms, Reports and Discoverer on Win7

    Someone can help me?
    I installed Oracle Portal, Forms, Reports and Discoverer on Win7.
    I have install:
    jdk 64bit
    Oracle db 11g (64bit)
    Oracle Weblogic 1033 (wls1033_generic.jar)
    Oracle Portal, Forms, Reports and Discoverer (ofm_pfrd_win_11.1.1.2.0_64/ofm_pfrd_win_11.1.1.3.0_64)
    Configure Components Screen:I just choose the Oracle Forms/reports Oracle Forms/reports builder Enterprise Manager Oracle Web Cache .
    Configure Ports Screen:Auto Port Configuration.
    Specify Proxy Details Screen:No
    Specify Application OID Screen:NO
    But when I configure the "Configuring the Classic Instance" under the "Oracle Classic 11g-Home1". It's always pending in "Creating the domain". No any Error information.
    the related log information:
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    LOADING DLL : C:\Oracle\Middleware\as_2\install\config\\StartUtil64.dll

    Since your weblogic is on version 10.3.3, you can only succesfully configure your fusion middleware when you are on version 11.1.1.3.
    So (1) restart the install of fusion middleware 11.1.1.2, (2) choose install type INSTALL ONLY, (3) start installation of fusion middleware 11.1.1.3 and finally (4) configure fusion middleware using AS_ORACLE_HOME\bin\config.bat

  • Editing a pdf form that I created. Adding header error msg "do not have sufficient permissions to perform this task"

    Editing a pdf form that I created. Adding header, currently the header only appears on page 1 of a 3 page pdf form.  I want it to appear on each page.  I am receiving the error msg "do not have sufficient permissions to perform this task"

    In Adobe Acrobat use a Action for this.

  • Some username cannot edit the infopath form showing an error they checkout themselves.

    Really having a headache on this...have done a lots of searching the solution online but not successful. Until I decided the join forum taking chances can solve this problem...The error info is below, really appreciate anyone can share their thoughts.
    InfoPath cannot submit the form. An error occurred while the form was being submitted. The form cannot be submitted to the following location: "http://server***** -formexample.xml The file "http://server*****
    -formexample.xml" is checked out for editing by i:0#.w|domain\username. The operation completed successfully.

    Really having a headache on this...have done a lots of searching the solution online but not successful. Until I decided the join forum taking chances can solve this problem...The error info is below, really appreciate anyone can share their thoughts.
    InfoPath cannot submit the form. An error occurred while the form was being submitted. The form cannot be submitted to the following location: "http://server***** -formexample.xml The file "http://server*****
    -formexample.xml" is checked out for editing by i:0#.w|domain\username. The operation completed successfully.

  • User defined error handling in PLSQL procedure of portal form

    I need some help of building a user defined exception handling in PLSQL.
    I build a portal form based on a PLSQL procedure.
    In this procedure there are several SQL statements with exception handling.
    In case of exception I want to display my on error message and than raise the procedure, so that the user can read the message and than go back to form.
    I try this by calling a raise statement generating some HTML output over htp.p() but than the output look's like
    SQL:
    begin
    "ACHEMA2003"."P_LOGIN" ( P_STAMM_SEQ => 33491, P_ADRESSNR => 2009721, P_PASSWORD => '3333', P_PROJEKT_ID => 'ACHEMA2003', P_MESSENR => '00023', P_SPKZ => 'D');
    end;
    ORA-20000:
    Login ACHEMA 2003
    Ung|ltiges Passwort !!!
    Back to form
    I want to supress the standard Oracle messages.
    Now I read about the packages wwerr_api_error and wwerr_api_error_ui to make this, but it seems to be a little difficult.
    Is there anybody who have a solution for this problem, perhaps some example PLSQL code for this.
    Thanks Erwin.

    Jacob,
    Try following:
    declare
    v_sender VARCHAR2(1000);
    v_sender_id NUMBER;
    begin
    v_sender := p_session.get_value_as_VARCHAR2(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_SENDER');
    v_sender_id := p_session.get_value_as_NUMBER(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_SENDER_ID');
    insert into hd (number, text) values (hd_seq.nextval,
    'step 3 v_sender = ' || v_sender ||
    ' v_sender_id = ' || v_sender_id);
    if v_sender_id >= 100 then
    p_session.set_value(
    p_block_name => "_block",
    p_attribute_name => '_STATUS',
    p_value => 'Sender ID must be less than 100!');
    -- return to your form with status message set
    -- and all fields filled with recent values
    return;
    end if;
    end;
    -- This point is reached only if validation is OK
    doInsert;
    Regards,
    Henn

  • Error starting WLS_REPORTS with Configuration Wizard on OFM Portal,Forms...

    I execute the configuration wizard to create a domain with Portal, forms, REports and Discoverer 11.1.1.3 (before I install Weblogic 10.3.3 and OFM 11.1.1.2 only software):
    Executing Task: Iniciando Servidor Gestionado: WLS_REPORTS
    XXX: adding task: oracle.as.install.classic.ca.standard.StartStopManagedServer
    AdminServer port is 7001
    trying to connect to 192.168.6.15 7001
    Successful
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to 192.168.6.15 7001
    Successfully connected to the Domain Runtime ...
    trying to connect to 192.168.6.15 7001
    Successful
    MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@fcd3ee
    Starting Managed Server : WLS_REPORTS
    In public start
    ASWLServer.start ...
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to 192.168.6.15 7001
    Successfully connected to the Domain Runtime ...
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to 192.168.6.15 7001
    Successfully connected to the Domain Runtime ...
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException
         at oracle.as.provisioning.weblogic.ASWLServer._start(ASWLServer.java:1026)
         at oracle.as.provisioning.weblogic.ASWLServer.start(ASWLServer.java:897)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startStopServersAndApps(WorkFlowExecutor.java:813)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:482)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 13 more
    I don't find the correct information to solve the error. Can you help me please?
    Thanks.
    Bond

    The OS is Windows XP Service Pack 3.
    I tried to continue and all the components or REPORTS failed, even the Enterprise Manager.

  • Error while initiating travel form-Portal

    Hi Experts,
    I am facing an issue in portal - when I try to Display/Print the travel expense form-I am unable to see the PDF and the message that i get is "Error while initiating travel form". I am using EP7.0 SP17, have checked ADS configuration and is working fine. I have changed the value from 1 to 0 for order settlement(Field 24) also. When we restart the server, we will be able to see the PDF for few minutes, but after some time, the same error. Plz help me with solutions.
    Regards,
    Athulya.A

    Athulya
    Can you check the portal log and give me the log details
    Thanks
    Lakshmi

  • SharePoint Designer 2007 - Errors with Edit Document Properties Form

    All,
    I'm using SharePoint Designer 2007 and in two of my document libraries when I upload content I get this error:
    Object reference not set to an
    instance of an object.   at
    Microsoft.SharePoint.ApplicationPages.UploadPage.GetEditFormUrl(SPFile spfile)
       at Microsoft.SharePoint.ApplicationPages.UploadPage.OnSubmit(Object o,
    EventArgs e)
       at
    System.Web.UI.HtmlControls.HtmlInputButton.OnServerClick(EventArgs e)
       at
    System.Web.UI.HtmlControls.HtmlInputButton.RaisePostBackEvent(String
    eventArgument)
       at
    System.Web.UI.HtmlControls.HtmlInputButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
    eventArgument)
       at
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl,
    String eventArgument)
       at
    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
       at
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)
    So - when I open the EditForm.aspx page and attempt to add the proper Document Library Properties - and see that the Edit Document Properties Form is blank no matter what File - I try to add I get this Error: 
     “The page you have selected does not contain a reference to the correct SharePoint list”
    Therefore - since the EditForm.aspx page hasn't been changed in a while - what are some items to look at to remedy this odd problem.

    All,
    I fixed this - by Opening the page in Designer - going to Insert -> SharePoint Controls -> List Form then selecting the proper library from the list - then selecting Edit Item Form. I then right mouse clicked the library and selected Properties
    -> clicked List Properties then clicked the Supporting Files tab and under the Edit Document Forms Property - selected the item as such - clicked OK - saved everything -> refreshed the browser then all worked! 

  • Error when editing a PDF form

    I created a PDF form with text field boxes and saved it. I opened it and was able to type in the field boxes no problem.
    When I try to edit that same form and then re-save it the field boxes are suddenly no longer highlighted or able to type text in them.
    Do you have to re-create a form each time you want to edit it???

    I was able to figure out why they werent showing up. I stupidly had the "read only" button on.
    Next question, how can I set it up so that when the form is typed into and then saved that it cant be edited after that?
    Example: someone enters text into a text field, then saves it under a new name, then emails it to a 2nd party and they can not edit the text in the field box.
    Thanks

  • Portal, Forms, Reports and Discoverer - Error in Final Setup

    I have followed multiple setup instructions now to try and get Forms working on my local machine.
    Including the following:
    Forms 11g - Installation steps for a developer machine
    I have done the following on a Windows 7 64bit Setup:
    Installed Oracle 11g Database
    Installed Weblogic 64 bit using the wls1033_generic.jar with a 64 bit JDK
    Installed Portal, Forms, Reports and Discoverer, but when I get to the last stage where it goes through steps they all end up as failed and I can get no further, what would cause this?

    Check this thread when installing forms 11.1.1.3: Re: Install Forms & Rpts 11.1.1.3 with WebLogic Server 10.3.3 on Win32

  • How can I uninstall a damaged installation of Fusion - PFRD 11.1.1.6.0 - Oracle Portal, Forms, Reports and Discoverer

    Hello,
    I am upgrading EBS 11i to 12i, Discoverer 4 to 11. After completing ebs installation and upgrade successfully, I am now working on the Oracle Fusion piece of the upgrade.
    I have installed
    1. JDK
    2. Repository Creation Utility - RCU (schema)
    3. Weblogic - WLS 10.3.6
    4. Oracle Fusion - Discoverer 11g Release 1 Patchset 1 11.1.1.2.0 PFRD
    5. Oracle Portal, Forms, Reports and Discoverer 11g Patchset 11.1.1.6.0 - Patchset 13517084
    6. Executed config.sh and it failed with but continued.
         During the Configuration of Oracle Fusion with config.sh there was failure at with "fails at creating data sources" and accidentally proceeded and all seem to go well until after shutting down the servers when Weblogic Managed Server is unable to start.
    The start log indicated: "weblogic.store.PersistentStoreFatalException: [Store:280105]The persistent file store "_WLS_WLS_DISCO" cannot open file _WLS_WLS_DISCO000000.DAT." and I have been unable to find a solution for this error?
    See log file error at https://dl.dropboxusercontent.com/u/15497130/oracle/ebs11/startManagedWebLogic.sh_nohup.out
    If re-installation is my only option, then what are the steps to uninstall, and which components do I have to uninstall given that I had upgraded all the schemas involved?
    Mathias

    Hey,
    You can always change the JDBC datasources in the Weblogic admin console . but have you recorded what is the specific error you got during the datasources creation .
    I prefer...create a new user , give him sysdba privillages . Start RCU and create the DEV_DISCOVERER , DEV_DISCOVERER_PS schemas (prefix is your choice)
    The Admin server will start . so go to admin console .
    click services -> Data Sources
    Check the data sources you have . edit each datasource and update the connection pool information .
    after this you can start the Managed server WLS_DISCO
    i believe this will solve this .........
    if you still get issue again . you can try the link Using the WebLogic Persistent Store
    Thanks
    Naga

  • Installing Portal Forms, Reports

    For the Last few weeks i have been reading all the documents on the internet,
    so i at last became able to
    install Oracle Databse 11g
    install RCU /installing Schemas, all of it,
    installling weblogic 1033
    using identity Managment installed OID etc
    identity manager didn't gave any error
    when prompted at last to Portal Forms, Reports and discoverer
    just strucked at providing "Specify OID informtion" hostname,portnumber etc
    identity manager summary show port number 3131,3060,password and user name are also correct,
    but pressing 'next' gives me error message "Verify Credentials, Make sure hostname,port number, password are correct"?
    Kindly someone

    i did it somhow,
    deselecting portal and
    select forms, reports only
    then skip the specification screen of OID,
    installed firefox 5.0.1 and jre 6u27, run test.fmb which was in forms folder,
    but it do not run any other FMB it gives a TNS error?
    Kindly someone,
    Edited by: kashif, pakistan on Oct 3, 2011 12:42 PM

  • Install  Portal, Forms, Reports, Discoverer on weblogic

    I have weblogic 10.3.4 installed and configured. I am trying to install Portal, Forms, Reports, Discoverer on top of weblogic so I can host my (fmb and fmx ) oracle forms and reports based apps.... i downloaded 11.1.1.2 Portal, Forms, Reports and Discoverer... but when I try to runInstaller it bombs and I get an error /PFRD : not found....
    Edited by: user9021545 on Sep 14, 2011 5:51 PM

    Just unzip all the zips to the same directory, then you can something like:
    Directory
    - Disk1
    - Disk2
    - Disk3
    - Disk4
    In Disk1 the runInstaller is present and can be run
    After the installation you can do the same for the patchset
    PatchSet11.1.1.*
    - Disk1
    - Disk2
    - Disk3
    Disk1 contains the runInstaller
    You need to perform four steps:
    - Install the WebLogic 10.3.4 software
    - Install the Fusion Middleware 11.1.1.2 Portal,Forms,Reports,Discoverer software
    - Install the FMW 11.1.1.4 Patchset for Portal,Forms,Reports,Discoverer
    - Configure a Fusion Middleware instance (the configuration steps are presented here: Re: 10gAS to 11g - Do I have this correct?

  • Current Max Field in a Portal Form

    Does anyone know what the max number of field you can have in portal form is?

    Just wanted to follow up with my information. I had been using a work around for a while but another huge form came up. I was getting an Error 767 message trying to edit the form in IE, took your suggestion of using Netscape and it is working. Very slow, but working.
    Thank you for the help, I should have tried it a long time ago instead of waiting for a need to arise again.

  • Error when starting Adobe Form

    I have an Adobe Form which works Ok in the development SAP Portal, but that, when I log in the production portal gives the following error:
    Error when reinitializing the form (I guess, it's Error al reinicializar el formulario, in Spanish)
    I think maybe there is something missing to transport, or some misconfiguration, but I haven't been able so far to find it...
    Can someone give me a hand?
    Thank you in advance,
    S.

    Hi,
    Can you tell me when does the error message comes? Does it comes when you are trying to open the Form or when you are trying to execute it.
    Please check if it is still working in the development box?
    Regards,
    Susanta

Maybe you are looking for