Getting error msg while using SFP tcode to use intaractive ADOBE forms

Hi All,
I wanna make use of Adobe intractive forms in one application. when i use transaction SFP and click on the layout tab i get following error message.
Could not start Layout Designer (see long text)
Message no. FPUIFB086
Diagnosis
The forms design tool for developing the form layout could not be started; either it is not installed or there are errors in the installation.
Procedure
Make sure that you have the forms design tool installed on your desktop (the tool is part of the SAPGUI installation).
Also read SAP Note 801524.
I looked for the same issue on SDN and someone resolved it after installing 'SAP JAVA Stack'. I raised an AHD for the same but CCD guyz say that there is nothing like that.
Can anyone suggest solution for this if you have faced same issue.
Thanks!

Check the port numbers 8888 is allowed by default to Oracle WebCenter Spaces
http://docs.oracle.com/cd/E14571_01/core.1111/e10105/portnums.htm#ASADM432
don't know exaclty how you can change the port, maybe in config files
see this thread :
{message:id=4446974}
Regards
Jean-Yves
Edited by: JeanYves Bernier on 15 déc. 2012 00:20

Similar Messages

  • Getting error msg while inserting a record

    HI
    Am getting error msg while am inserting a new record. Am unable to view the data that i inserted in to database. If any one can help in sorting of the problem plz help. I used the following code in Application Module(AM) and Controller(CO)
    processRequest()
    -- am.invokeMethod("insertmethod");
    processFormRequest()
    -- if(pageContext.getParameter("Create")!=null)
    -- am.invokeMethod("savemethod");
    In AM Code
    public void insertmethod()
    EOVOImpl vo=getEOVO1();
    if(!vo.isPreparedForExecution())
    {    vo.executeQuery(); }
    Row ro=vo.createRow();
    vo.insertRow(ro);
    ro.setNewRowState(Row.STATUS_INITIALIZED);
    public void savemethod()
    {   OADBTransaction oa=getOADBTransaction();
    oa.commit(); }
    Error
    Attribute SummaryFlag in kiInsertAM.kiInsertEOVO1 is required

    Hi,
    Either on the form you don't have SummaryFlag field or you forgot to map VO attribute i.e. SummaryFlag to that field.
    If you don't have SummaryFlag field on form then you need to set it programatically before committing record.
    Please check and let us know.
    Regards,
    Mukesh Uchaniya

  • Error msg while using i pod touch on bose sounddock

    i got an error msg while using my ipod touch on a bose sound dock... it is still working fine it just said error not comatible with i pod touch, was this just a little second glitch, everything is still working fine dock is brand new, is there anything i should be aware of?

    Have you contacted Bose/went to their support site?
    You can try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

  • Getting error msg while posting entry in GL using F-02

    Hi gurus,
    While i am posting entry in GL using F-02 getting error message as "no controlling area has been assigned to company code"
    can any help me out at the stage i dint want to configure co settings is there any way to pass the entries
    Thanks & regards
    Nandini

    Hi Nandini,
    Have you defined a GL account as a cost element? I think you have multiple company codes which are using same chart of accounts and this company code is also using the same chart of accounts. And also you have configured single controlling area for all company codes. Even though you have not assigned this company code to controlling area. The cost elements will create at controlling area level.
    Due to this system is throwing error message.
    Please check and let us know if you have other issue.
    Regards,
    Mukthar

  • Getting error msg while launching indesign

    I'm trying to develop a new plugin for InDesign. But for now I'm taking a look at some samples that comes with the SDK. The fact is that I can't get these plugins to work on InDesign(SnippetRunner for example).
    I compile then, get a build successful message and move it to the plugin's InDesign directory, as well as it's resource directory. They dnt load correctly (cause I getting error  message  during start up).
    I am using mac10.7.2 and Xcode 4.2.

    Hi,
    Either on the form you don't have SummaryFlag field or you forgot to map VO attribute i.e. SummaryFlag to that field.
    If you don't have SummaryFlag field on form then you need to set it programatically before committing record.
    Please check and let us know.
    Regards,
    Mukesh Uchaniya

  • How to avoid Print pop-up while using a Adobe form.

    Hi Experts,
    I am calling a adobe form from a BAPI.I am using the following function modules FP_FUNCTION_MODULE_NAME and CALL FUNCTION fun_name. But when I try to execute the BAPI a print preview pop-up appears.Please let me know the steps to avoid the print preview pop-up while execution of the BAPI.
    Thanks in Advance.
    Warm Regards,
    Arun.

    Hello
    I don´t understand the connection between BAPI and the printing program. I guess - at least that is what I have done - is to generate the form when creating and invoice or something, then I could understand.
    When you ask for GETPDF = 'X' then you always get the PDF data back and not the popup.
    Or if you would like to display the print preview without a print settings popup. Or variants...
    FUNCTION ZPDF_SET_OUTPUT_MODE.
    *"*"Lokální rozhraní:
    *"  CHANGING
    *"     VALUE(FP_OUTPUTPARAMS) TYPE  SFPOUTPUTPARAMS
    fp_outputparams-dest     = 'ZPDF'.
    fp_outputparams-nodialog = 'X'.
    fp_outputparams-preview  = 'X'.
    ENDFUNCTION.
    regards Otto

  • Problem while using an adobe form "Unable to fulfil request for memory"

    Hi Experts,
    When I try to call a Adobe Form from the porta,l the system encounters a problem and the error message is "Unable to fulfil request for 3665920 bytes of memory space.".Could yopu please provide you valuable suggestion to resolve the issue.
    Thanks.
    Arun.

    Hey fellow ADS developer,
    I had this issue once and had hard time to figure out from where it was coming!
    In fact, check the free space on your SAP Server hard disk (or ask admin guys). It might be that there is no more hard disk! Because every time you generate a form, it is stored on your server harddisk. You need to flush all that temp stuff regularly.
    Hope this  helps
    Yann

  • Getting error in while using  File Events Notification....

    Hi all,
    I want to monitor a folder using C++, i tried with the sample code given in http://blogs.sun.com/praks/entry/file_events_notification
    I'm getting the following error...
    "find.c", line 40: incomplete struct/union/enum file_obj: fobj
    "find.c", line 49: undefined symbol: FILE_ACCESS
    "find.c", line 52: undefined symbol: FILE_MODIFIED
    "find.c", line 55: undefined symbol: FILE_ATTRIB
    "find.c", line 58: undefined symbol: FILE_DELETE
    "find.c", line 61: undefined symbol: FILE_RENAME_TO
    "find.c", line 64: undefined symbol: FILE_RENAME_FROM
    "find.c", line 67: undefined symbol: UNMOUNTED
    "find.c", line 70: undefined symbol: MOUNTEDOVER
    "find.c", line 88: undefined symbol: FILE_EXCEPTION
    "find.c", line 89: undefined struct/union member: fo_name
    "find.c", line 89: warning: improper pointer/integer combination: arg #1
    "find.c", line 91: improper member use: fo_name
    "find.c", line 91: undefined symbol: errno
    "find.c", line 92: improper member use: fo_name
    "find.c", line 92: warning: improper pointer/integer combination: arg #1
    "find.c", line 102: undefined struct/union member: fo_name
    "find.c", line 102: warning: improper pointer/integer combination: arg #2
    "find.c", line 106: undefined symbol: FILE_EXCEPTION
    "find.c", line 107: improper member use: fo_name
    "find.c", line 107: warning: improper pointer/integer combination: arg #1
    "find.c", line 115: undefined struct/union member: fo_atime
    "find.c", line 115: assignment type mismatch:
    int "=" struct timespec {long tv_sec, long tv_nsec}
    "find.c", line 116: undefined struct/union member: fo_mtime
    "find.c", line 116: assignment type mismatch:
    int "=" struct timespec {long tv_sec, long tv_nsec}
    "find.c", line 117: undefined struct/union member: fo_ctime
    "find.c", line 117: assignment type mismatch:
    int "=" struct timespec {long tv_sec, long tv_nsec}
    "find.c", line 118: warning: implicit function declaration: port_associate
    "find.c", line 118: undefined symbol: PORT_SOURCE_FILE
    "find.c", line 125: undefined struct/union member: fo_name
    "find.c", line 125: undefined symbol: errno
    "find.c", line 126: improper member use: fo_name
    "find.c", line 126: warning: improper pointer/integer combination: arg #1
    "find.c", line 140: warning: implicit function declaration: port_get
    "find.c", line 146: undefined symbol: PORT_SOURCE_FILE
    "find.c", line 146: non-constant case expression
    "find.c", line 170: warning: implicit function declaration: port_create
    "find.c", line 196: undefined struct/union member: fo_name
    "find.c", line 196: warning: improper pointer/integer combination: op "="
    "find.c", line 205: undefined symbol: FILE_ACCESS
    "find.c", line 205: undefined symbol: FILE_MODIFIED
    "find.c", line 205: undefined symbol: FILE_ATTRIB
    "find.c", line 217: warning: implicit function declaration: close
    "find.c", line 222: warning: implicit function declaration: thr_join
    can anyone help me in this..
    The following the version that i'm using in my Solaris
    Machine hardware: sun4u
    OS version: 5.10
    Processor type: sparc
    Hardware: SUNW,SPARC-Enterprise
    Please help me in this....

    rectified

  • Essbase error msg while using Excel add-in: data item found before member

    We're encountering an Essbase error message "data item found before member" on 2 of 4 cubes. Has anyone else encountered this msg, and does anyone have an idea how to resolve it. It occurs on multiple machines in development and testing environments.

    As dougadams said, some members can be converted by Excel so that essbase no longer treats them as labels. Typically this includes numeric member names (i.e. accounts) and dates. I find the dates to be more of an issue than numeric member names, because it typically changes the date format as well. Either way, using a single quote as a prefix to the member name will tell Excel to treat it as a text entry, and hence a member/label to Essbase.The above is almost always the reason for the error you got. Of course, it's also possible that you really do have a numeric entry somewhere before your first 'data cell' in the template, especially if you did some manipulation of the template.

  • Sql error dump while using pfcg tcode.

    hi,
    I am getting one dump while executing PFCG tcode. Hereunder i am pasting the log,
    Runtime Errors DBIF_RSQL_SQL_ERROR
    Exception CX_SY_OPEN_SQL_DB
    Database error text........: "ORA-01115: IO error reading block from fil
    (block # 52025)#ORA-01110: data file 9:
    '/oracle/OPL/sapdata2/sr3_6/sr3.data6'#ORA-27091: unable to queue
    I/O#ORA-27072: File I/O error#HPUX-ia64 Error: 5: I/O error#Additional
    information: 3#Additional inform"
    Internal call code.........: "[RSQL/FTCH/AGR_FLAGS ]"
    Please check the entries in the system log (Transaction SM21).
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
    "SAPLPRGN_START3" or "LPRGN_START3U33"
    "PRGN_START3_LOAD_FLAGS"
    Soon help will be appreciated.
    regards

    Hello,
    Take a look at note 546006 - point 6
    Thanks

  • Getting error message while updating Job attributes using PP03 for IT1641

    Hey Guys,
    We are getting error message while updating Job attributes using transaction PP03 for IT1641 (WC Attributes for JOB): 'Client has status not modifiable'.
    Update to the infotype 1641 should not require open SAP system. Would anyone suggest any SAP note/solution?
    Thanks...
    Edited by: Karan Gheewala on Apr 3, 2008 9:06 PM

    Solved using Note 123383 - WC: Customizing worker's compensation tables
    Thanks,..

  • I keep getting "error occurred while attempting to import file *******. The disc your are attempting to use is full." I have an external hard drive that I moved files over to, but apparently they're also still on my hard drive? HELP!

    I keep getting "error occurred while attempting to import file *******. The disc your are attempting to use is full." I have an external hard drive that I moved files over to, but apparently they're also still on my hard drive? HELP!

    So you have backed up the content of the computer's hard drive, too?
    That usually is a great idea since it is possible to lose use of the system
    if parts of it have accidentally been removed or get over-written, or the
    main system files get corrupted, when the hard disk drive gets too full.
    If you have not trashed the originals of your created content, that remain
    after you made copies on an external hard drive or other device, then
    that is what you'd have to do to reclaim the capacity still in use by them.
    What are specifications of the hard disk drive? The unused capacity
    verses the used, in GB? If the hard drive has less than 15 to 20%
    free or unused capacity, you could run into trouble. Mine are 40-50%
    unused hard drive space, so ample room is available for automatic
    Virtual Memory to use that capacity as temporary swap file space.
    This is helpful when the computer could use more physical RAM
    memory capacity, but doesn't have it. Or if the RAM is maxxed out
    and you can't add any more. Virtual Memory is part of OS X and the
    system automatically can use as much as is available, but it is better
    to be sure there is plenty of resources available to include chip RAM
    as well as unused or free hard drive capacity for use as VM.
    If for some reason your files in Trash won't go away when you empty
    it, you may have to restart. Be sure you have not included any System
    files in the content in the Trash, or the Mac may not start up later on.
    You may have to boot the computer from the install-restore OS X DVD
    and run Repair Disk from its version of Disk Utility, to be sure it's OK.
    I'm guessing that by now you know enough about the vintage system
    in the older hardware to figure it out, so I won't write about it now.
    In any event... hopefully you can simply trash the files, but check them
    carefully, & you may need to remove (copy to archive first) even more.
    Good luck & happy computing!

  • Using windows 8 install adobe flash player. Immeadiateley on start up I get error msg : 0x71090000

    using windows 8 install adobe flash player(new notebook). Immeadiateley on start up I get error msg : the instructions at 0x71090000 referenced memory at 0x71090000. the memory could not be written. click to terminate program.
    No matter what I do, the error msg keeps opening a dialog box with the above msg. The only way I found to get rid of the error msg is to uninstall the flash player program. I have tried several times to install and it doesn't work.
    I found that I am unable to listen to internet radio, web pages pop up flash error msg.
    Any help.
    [email protected]
    Thanks

    For Mozilla, please install the following: http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player.exe

  • ITunes no longer works on my Windows VISTA system.  Get error msg saying C runtime library incorrectly... Error 7, Windows error 1114..

    iTunes no longer works on my Windows VISTA system.  Get error msg saying an application is attempting to access C runtime library incorrectly... Error 7, Windows error 1114.  Same msg, or one that says unable to install, when trying to update or reinstall iTunes.  iTunes worked well up until about a month ago when this error msg starting appearing.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • I am getting error (-1) while updating my iPhone 4 to iOS 5.1. The phone has gone into a recovery mode. Restore fails every time at "restoring the firmware" stage. Striped bar remains for a long time, then shows "error (-1)" and the restore fails. Help!

    I am getting error (-1) while updating my iPhone 4 to iOS 5.1. The phone has gone into a recovery mode. Restore fails every time at "restoring the firmware" stage. Striped bar remains for a long time, then shows "error (-1)" and the restore fails. I have been doing it for last 12 hours. Help!

    Thanks for your reply Michalo. I am in India and here Apple care does not work on Sundays. I have been without my phone for the entire day. Perhaps tomorrow will bring some respite. There is not solution to "error (-1)" on any forum it seems. I found one forum which suggested use of Tiny Umbrella. Any idea about that?

Maybe you are looking for

  • Compressor failing after job completion, but only in batches?

    First, the setup is a stock MacPro 8-Core 2.8GHz. RAM has been upgraded to 6GB, there's 3TB of SATA 3.0Gbps drives inside. Qmaster is set up with a QuickCluster, and we've tried several variations on the number of virtual nodes. Currently, it's at 8,

  • How do I change incoming mail settings in Snow Leopard Mail?

    When I try to change the settings for my Mail app, in Snow Leopard, the incoming mail settings are greyed out.  What do I do to be able to change these? (I had a problem, with my Mail account, which a consultant fixed for me on my laptop.  But I cann

  • Message has Error Status Outbound Side

    Hi All, I have one question.... we procssed one file from ftp it should creates Idocs in R/3 side we developed this scenario using BPM....it processed successfully inbound side but in Outbound side it is showing Red Flag (Error Meaase : Message has E

  • 10.5.6 Upgrade

    Hi, after hearing that many people have had some major issues by attempting to install 10.5.6, I thought it would be a good idea to wait until it is "safe" to upgrade my machines however Software Update has downloaded the file automatically & I got a

  • Monthwise opening

    In below given query, i get the opening stock details for the item AAA. But i get wrong results when accounting year is changed. i.e when i change the condition AND S_ACNT_YEAR = 3, the output is wrong. Note : - S_ACNT_YEAR = 4 is (APR-2010 - MAR-201