Error when uploading file in TA: SFP (Form Builder)

Hi Everybody,
i am having a problem in Transaction SFP (Form Builder)
I download a Form Objekt and it was written correct in my Local Drive with the ending xxxx.XML.
Then i wanted to Updold the file, then it says:
"Error occurred when uploading file (unknown file format)
Message no. FPUIFB068"
we are using ERP2005 Rel. SAP ECC 6.0
Hope to hear a solution for my problem.
thank + regards
I.Ismail

Hi All,
   Even I faced the same issue whenI tried to upload the form which was developed in Standalone Live cycle designer and I wanted to upload the same into SAP SFP. Initially I felt that this kind of activity might be supported by SAP Adobe Live Cycle deisgner, But it says the Error wron file foramt....
So what I felt is instead of trying to upload the form by using the tool  provided by SAP... I  directly copy pasted the XML source code into the SFP newly ccreated blank form. ya..it displays some warning messages...But still since I used a Printable form so I could not face any issue...Might be there would be some effect of this warning in Interactive forms.....
But for copying this you donot want to be a expert in the XML area.. All I did was just copied the source xml file from the line <TEMPLATE> tag  and till the end  and I replaced in the target xml fiel from the same tag from the top <TEMPLATE>....
and save and activate.....
Regards
Pavan
Edited by: Pavan Bhamidipati on Mar 25, 2011 11:58 AM

Similar Messages

  • Error when uploading file : Return code = 6 in LSMW

    Hello All,
    Getting the bleow mentioned error in LSMW.
    Error when uploading file Return code = 6 )
    Is it related to access. please suggest.

    did you define the file in step 7 without any error and allocate in step 8 without any error before? 
    I mean in the same system where you execute the read step.
    Make sure you have the file not open when you execute the read step.

  • Error when uploading file :( Return code = 6 )

    Hello All,
    Getting the bleow mentioned error in LSMW.
    Error when uploading file Return code = 6 )
    Is it related to access. please suggest.

    Hi,
    If the Sy-Subrc is 0 then Success,
             Sy-SUBRC is 4 then failure,
             Sy-SUBRC = 6 then the user might be not access to read the file.
    This is due to authorization issue.

  • Error when uploading file

    Hi all,
    we just have upgraded our EREC system to Enhancement Package 4, and we have now lot's of issues when the candidates try to upload documents in their cockpit. Even if the type of document is ok or the file size is fine also, there is the following error message : Error when uploading; the file name is invalid, or the file is too big
    We have this error with lot's of web browser : IE6-IE7-IE8-Firefox 2.xx-Firefox 3.6-Safari 3 and 4-Chrome
    It is impossible to debug this error, there is no stop at the breakpoints.
    Did anyone have any suggestion ?
    Our system information :
      EREC 604 SP 5
      NW    701 SP 5
    Thanks in advance
    Dominique

    Hello Sai,
    we already put an external breakpoint on the first step of the method called by the button, but it does not stop on this breakpoint.
    It looks like the error message is generated by javascript or is in the cache, but it is not possible to find where.
    WD component : HRRCF_C_ATTACHMENTS_UI
    View : VW_ATTACHMENT_DETAIL
    Method : ONACTIONAPPLY
    Thanks for your help
    Dominique

  • Http 401 error when uploading file to content services

    Hi,
    When i try to upload a document, the document is created in the folder with empty content and i have the 401 http error.
    Someone can help me to resolve thise problem.
    Thank's for advance.

    I found the response to the problem. I summarize the solution in the following point :
    1- when you connect to a standalone content services server via the webservices api, you get a single String as cookie and to upload a document to server you use the same single cookie.
    2- bu when you connect to cluster content services via the webservices api, you get an Array of String as cookies and to upload a document to server you need to transform the array of cookie into a single String cookie to be able to be authenticated by the http server, look to the following code
    String cookie="";
         for(int i=0;i < connection.getCookie().length;i++) {
              cookie = cookie + connection.getCookie() +";";

  • Hiii capturing error when uploading file from sap to Server

    hiii
    i am taking data from an internal table which is as follow
    ITAB:
    colA(35) type c
    colB(35) type c
    when doing opendataset
    OPEN DATASET lv_directory FOR OUTPUT IN TEXT MODE ENCODING UTF-8.
    spliting my itab by the delimiter "|"
    i need file already exist i must not over overwrte the file i must throw an error but how do the open dataset for output will overwrite the file how do i prevent that.  how can i check that a file of that name exist.
    do i try to open dataset for input first then if sy-subrc EQ 0 it meant that a filename already exist

    Hello,
    Do something like this:
    DO.
      READ DATASET file INTO <hex_container>.
      IF sy-subrc = 0.
    " File exists
      ELSE.
        OPEN DATASET....
      ENDIF.
    ENDDO.
    Regards.

  • LSMW Error When Uploading file (Return Code = 7)

    Hi all,
    I got this message in step 9 'Read Data'. I've checked everything about file i'm doing as always. The fle is not open during the steps and file format is Text (tab delimited). Could you please tell me what is the problem?
    Regards

    RC 7 = unknown error
    you can just be sure that it is not one of the other listed errors:
    file_open_error               = 1
    file_read_error               = 2
    no_batch                      = 3
    gui_refuse_filetransfer       = 4
    invalid_type                  = 5
    no_authority                  = 6
    unknown_error                 = 7
    bad_data_format               = 8
    header_not_allowed            = 9
    separator_not_allowed         = 10
    header_too_long               = 11
    unknown_dp_error              = 12
    access_denied                 = 13
    dp_out_of_memory              = 14
    disk_full                     = 15
    dp_timeout                    = 16
    OTHERS                        = 17
    you may have to debug the read program. Click personal menu, then activate the box in from of display read program.
    you get a new step 9, which gives you the source for the read program. there you can set breakpints for the debugger, which will start when you execute the read step (which is then step 10)

  • LSMW Error When Uploading file (Return Code 1)

    Hi SAP peeps,
    Just upgraded from ECC6 EHP5(SAPKH60507) to EHP7(SAPKH61707), and trying to copy over an LSMW into EHP7 using export/import Project...
    The export/import works fine from eg. EHP5 to EHP5, but the import into EHP7 is getting an error... It's not even getting to the point where the .TXT file is even imported into the new system. It's getting stuck trying to select the damn file off the local machine...
    I've debugged it and this is what it's doing in EHP7:
    In FM /SAPDMC/LSM_PROJECT_IMPORT2, it's doing a call to CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
    This is supposed to return 1x row for the .TXT file I've selected for Import (file from prior Export)
    The file entry resides in: CHANGING       FILE_TABLE              = l_filetable
    However, in EHP7, it seems to have a bug in it such that there are 2x rows in l_filetable - the 1st of which is BLANK!
    The subsequent read of this table and call to FM 'GUI_UPLOAD' is not very happy about this:     read table l_filetable index 1 into l_filename.
         CALL FUNCTION 'GUI_UPLOAD' EXPORTING FILENAME                      = l_filename  .......
    Exporting/Importing from EHP7 to EHP7 also has the issue - so seems to be specifically related to EHP7 Import functions...
    I've also debugged EHP5, and this BLANK row doesn't appear in the table l_filetable, and therefore the issue does not occur...
    Could this be Unicode related somehow? If so, what to do and how to fix?  The EHP5 was made Unicode compliant before the upgrade started as it was a mandatory pre-req...
    Any ideas? Anyone seen this before? Any thoughts appreciated... Can't find any SAP OSS notes related to this either... :\
    Cheers,
    Nick

    Hello,
    Please implement the SAP note 2066358 and test again.
    Regards,
    David

  • Error when compilation of Template.fmb in form builder

    When i go for comilation of the form in apps after registering process it shows error:
    FRM-30064:Unable to parse statement select timeZone_code,name,to_char(trunc(gmt_offset),'S09')||':'|| to_char(abs(gmt_offset-trunc(gmt_offset))*60,'FM900')
    ,decode(daylight_savings_flag,'Y','*',null)dst_flag
    from fnd_timezones_vl
    where enabled_flag='Y'
    order by gmt_offset.
    ORA-00942:table or view does not exit
    Record Group TIMEZONES
    Form:TEMPLATE
    FRM-30085:Unable to adjust form for output.
    If possible can give me the steps for form registeration with path(form60 path) in details

    your connection is not fine
    make sure you connect to DB properly with all the objects u used available there
    r u running against 11i database of the accounting suite? if yes, make sure u r granted with the proper privileges

  • Error occurred when uploading file (unknown file format) in t.code SFP

    Hi,
    According to SAP Note 1465628 - ESI Limit increased and length of temp. ESI no increased, when we are doing Step 4. PDF form changes (valid for ECC 6.0 and above)....and point (i)...in transaction SFP (From - HR_IN_ESI_005_99), system shows the below message.
    Error occurred when uploading file (unknown file format)
    Message no. FPUIFB068
    Plz guide..

    Hi Anil,
    Refer following links :
    Re: Adobe Form assignment
    Adobe Uploading form error unknown file forma
    Hope this will help.
    Regards,
    Vivek

  • Hi, I am using HP11 and iPlanet web server. When trying to upload files over HTTP using FORM ENCTYPE="multipart/form-data" that are bigger than a few Kilobytes i get a 408 error. (client timeout).

    Hi, I am using HP11 and iPlanet web server. When trying to upload files over HTTP using FORM ENCTYPE="multipart/form-data" that are bigger than a few Kilobytes i get a 408 error. (client timeout). It is as if the server has decided that the client has timed out during the file upload. The default setting is 30 seconds for AcceptTimeout in the magnus.conf file. This should be ample to get the file across, even increasing this to 2 minutes just produces the same error after 2 minutes. Any help appreciated. Apologies if this is not the correct forum for this, I couldn't see one for iPlanet and Web, many thanks, Kieran.

    Hi,
    You didnt mention which version of IWS. follow these steps.
    (1)Goto Web Server Administration Server, select the server you want to manage.
    (2)Select Preference >> Perfomance Tuning.
    (3)set HTTP Persistent Connection Timeout to your choice (eg 180 sec for three minutes)
    (4) Apply changes and restart the server.
    *Setting the timeout to a lower value, however, may    prevent the transfer of large files as timeout does not refer to the time that the connection has been idle. For example, if you are using a 2400 baud modem, and the request timeout is set to 180 seconds, then the maximum file size that can be transferred before   the connection is closed is 432000 bits (2400 multiplied by 180)
    Regards
    T.Raghulan
    [email protected]

  • Unknown File Format Error while Uploading file through SFP in Note Implemen

    Hello All,
    I am implementing SAP Note 1528165 - Form 16: Layout changes for financial year 2010-11 which has few PDF forms to be uploaded.
    While doing the manual steps given in the attachment; I am getting following error.
    Error occurred when uploading file (unknown file format)
    Message no. FPUIFB068
    Manual step listed in the attachment is given below:
    Step 6 u2013 Creation of PDF form HR_INTAXF162006_600
    a) Download attached file 'SFPF_HR_INTAXF162006_600.zip' on the local file system.
    b) Unzip the .zip file
    c) Execute transaction code 'SFP'.
    d) Enter 'Form' as 'HR_INTAXF162006'.
    e) Goto menu bar and select the 'Utilities' option and select 'Uploading form' from menu.
    f) Select the file, downloaded in the step u2018bu2019 (SFPF_HR_INTAXF162006_600.XML) from the local
    file system.
    g) Save the form and activate the same.
    Please help/suggest.
    Thanks in advance.
    Arti Dobariya

    Hi,
    ADS has to be configured to perform those manual steps.
    Please check the note 1580196 GTS: Error occurred when uploading file
    (unknown file format).
    The manual steps related to SFP transaction need to be performed if your are running the form 16 in pdf format.
    Since ADS was not configured in our system; we end up using  the option of running form 16 in SAP Script.
    Changes related to SFP transaction need not be perfored in case you are running the form in SAP Script format as these are pdf specific changes.
    Regards,
    Arti

  • Unknown File Format Error while Uploading file through SFP

    Hello All,
    I am implementing SAP Note 1528165 - Form 16: Layout changes for financial year 2010-11 which has few PDF forms to be uploaded.
    While doing manual steps given in the attachment; I am getting following error.
    Error occurred when uploading file (unknown file format)
    Message no. FPUIFB068
    Manual step listed in the attachment is given below:
    Step 6 u2013 Creation of PDF form HR_INTAXF162006_600
    a) Download attached file 'SFPF_HR_INTAXF162006_600.zip' on the local file system.
    b) Unzip the .zip file
    c) Execute transaction code 'SFP'.
    d) Enter 'Form' as 'HR_INTAXF162006'.
    e) Goto menu bar and select the 'Utilities' option and select 'Uploading form' from menu.
    f) Select the file, downloaded in the step u2018bu2019 (SFPF_HR_INTAXF162006_600.XML) from the local
    file system.
    g) Save the form and activate the same.
    Please help/suggest.
    Thanks in advance.
    Arti Dobariya

    Hi,
    ADS has to be configured to perform those manual steps.
    Please check the note 1580196 GTS: Error occurred when uploading file
    (unknown file format).
    The manual steps related to SFP transaction need to be performed if your are running the form 16 in pdf format.
    Since ADS was not configured in our system; we end up using  the option of running form 16 in SAP Script.
    Changes related to SFP transaction need not be perfored in case you are running the form in SAP Script format as these are pdf specific changes.
    Regards,
    Arti

  • When "Upload File" , show the IE error page

    question: when "Upload File" , show the IE error page. How to soluve the problem?

    Duplicate post.
    when "Upload File" , show the IE error page
    when "Upload File" , show the IE error page

  • Error while uploading file in BPS

    Hi all,
    I am getting an error while uploading file to BPS through web interface
    I get a red stop button with error message : error while calling up RFC.
    when i double click the red stop button, i get no long text but the error message I get is UPC 202
    please advice me to resolve this issue.
    many thanks in advance,
    Ravi

    The informations are really not much to have an idea about the problem.
    The problem can be located in the fm that calls the file because is trying to search the file on a system where there are some kind of problems in the communication between the systems involved to read and pass the file. Did u map the file name with logical filenames ? Very strange problem. Can you browse in the server where the file is located . Is it on your pc ?
    Or, there is some problem in the datas provided, but this problem should arise more when you save than when you just press to load.
    With this kind of imformations is very hard to have an idea. You need to debug to see what s going on
    Regards

Maybe you are looking for

  • Moving Photos on removable hard drive

    If I have my photos on a removable hard drive and must re-install PE-8. Will my catalog including tags still be intact?

  • Bank account Configuration.

    Hello SAP GURUu2019S Can any one let me know in detail, who to configure a bank account with GBP currency, so that even the payment is received in USD, the item currency will be only in GBP but not in USD. Regards RS

  • An AppBarButton is randomly fired after the App is compiled for releasing

    I'm developing a new App with VS 2013 for Windows Phone 8.1 (WinRT) and I'm getting desperate that sometimes works and sometimes doesn't work. I need to compile N times the same project to make that one element works. This is my code: XAML: <Page.Bot

  • Picture gallery refresh

    Is there a way to refresh the picture gallery without rebooting? I moved a few pictures around trying to consolidate folders in the picture gallery and they aren't showing in the gallery. The files are definitely there but the gallery isn't refreshin

  • CRM 2007 Get methods

    There are several get and set methods at context node level in the crm 2007 mvc framework. 1.> Can forum members elaborate further on what the different types of these methods do? GET_M_<field> GET_I_<field> GET_P_<field> GET_V_<field> GET_<field> 2.