Upload File fails in Portal

Hi,
We have a 3 tier portal environment, all are EP60 SR1. Within our QA portal, we have an upload problem. When you try to upload a file from the client, using the browse, upload method, the page just seems to ignore the request and reload. We've tried this on our DEV portal and this works fine. This happens within ANY area that uses this function, e.g.. Content Administration > Portal Content > Import > Client.
Any comments would be greatly appreciated.
Thanks in advance
Craig

Craig,
We have the exact same problem. Did you solve it?
Thanks in advance
Patricio

Similar Messages

  • How can we limit uploading file size in portal.

    we have a feature where customers can upload there files, we use portals for uploading files, form which has the file type is posted to a stored procedure and which in turns calls the wwv_things.saveitem.
    we need to restrict a file size and file type for the uploading files, I can restrict the file type with javasript but wanted to find out if oracle portals has any way to restrict the uploading file size,
    thanks and regards,
    Sunil.

    Currently, this is not available. You could have a query that has all RKF as a starting point to achieve this. If you think this would be good to have by default, please log a development request on the OSS Messaging System.

  • Import of XML file failed in portal using XML Content and Action

    Hi Friends,
    I am trying to import the simple XML file which is just creating the folder in the PORTAL_CONTENT using XML CONTENT AND ACTIONS  which is one way of creating the portal content. GO TO SYSTEM ADMINISTRATION > TRANSPORT > XML CONTENT AND ACTIONS > IMPORT.
    The reason for using this import tool is to upload the backend Business roles, which is not not working on our corporate portal. To test the import functionality I used the following xml file (I got this XML file by exporting the test folder in the portal using the same tool)
    <GenericCreator author="XML Creator" version="XML Automatic Creation" mode="clean,execute" report.level="success" createMode="1" default.locale="en" ignore="false">
    <Context name="portal_content" objectClass="com.sap.portal.pcd.gl.GlContext"></Context>     <Property name="parent1" value="pcd:portal_content"/>
         <Context name="com.dri.fldr.im" objectClass="com.sap.portal.pcd.gl.GlContext" create_as="0" parent="$">
              <Attributes>
                   <Attribute name="com.sap.portal.pcm.Description" type="text">
                        <AttributeValue value="" locale=""/>
                        <Attribute name="administration" type="string">
                             <AttributeValue value=""/>
                        </Attribute>
                        <Attribute name="Inheritance" type="string">
                             <AttributeValue value="NONFINAL"/>
                        </Attribute>
                   </Attribute>
                   <Attribute name="com.sap.portal.pcm.Title" type="text">
                        <AttributeValue value="test" locale=""/>
                        <AttributeValue value="test" locale="en"/>
                        <Attribute name="administration" type="string">
                             <AttributeValue value=""/>
                        </Attribute>
                        <Attribute name="mandatory" type="string">
                             <AttributeValue value="true"/>
                        </Attribute>
                        <Attribute name="Inheritance" type="string">
                             <AttributeValue value="NONFINAL"/>
                        </Attribute>
                   </Attribute>
              </Attributes>
         </Context>
    </GenericCreator>
    SDN BLOCKED THE XML The above XML file works fine in other portal in the landscape but not in corporate portal ( which is freshly build recently).Following error message is display when i am trying to upload the file
    Status Name Action Type Comment
    General Extracting root node E:\usr\sap\EPD\JC00\j2ee\cluster\server0\%USERPROFILE%\AppData\Local\Temp\tmp_masscontent4135391959047431276.xml Failed to extract root node
    General Extracting root node E:\usr\sap\EPD\JC00\j2ee\cluster\server0\%USERPROFILE%\AppData\Local\Temp\tmp_masscontent4135391959047431276.xml Parsing failed .
    Dont know is there a service/ configurations needs to be done to enable this feature?.
    Thanks
    Edited by: hammad on Sep 4, 2009 5:48 PM
    Edited by: hammad on Sep 4, 2009 5:49 PM

    The problem statement is not very clear.
    Try following this how to guide [https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/207a2141-c870-2910-e080-90c920b24f47&overridelayout=true|How-To]
    Best Regards,
    Prasanna K

  • Upload file to production portal

    My task is to map a folder which is in local system into "KM Content" under the "Content Management" in "Production Portal."
    Please help me to solve this problem

    Hi Devara,
    first, welcome on SDN!
    About your question:
    You can create a FS repository or a CM repository of type FSDB.
    See http://help.sap.com/saphelp_nw04/helpdata/en/e3/92322ab24e11d5993800508b6b8b11/frameset.htm and http://help.sap.com/saphelp_nw04/helpdata/en/62/468698a8e611d5993600508b6b8b11/frameset.htm
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • Not able to view the uploaded PAR file in the portal archive selection.

    Dear All,
    I have modified com.sap.portal.runtime.logon.par and have renamed it to some other name.
    Now I have uploaded the par file.
    The problem is that when choose new from PAR option (to create iview from a par file),I am not able to see the par file in the Portal Archive selection.
    I also want to know that if I am able to call the par file in the iview, can I use this iview to have a portal login.
    Our requirement is that we want to give login page for the portal in the portal home page.The portal home page will be for the anonymous users.
    Kindly try to guide me

    Hi Nitin,
    Check ur Portalapp.xml file. If u have the following code in that just <b>remove</b> them
    <property name="com.sap.portal.pcm.Category" value="platform">
    <property name="inheritance" value="final"/>
    Deploy it again.now u can see that par in ur portal.Refer this thread also
    PAR File not seen
    Regards,
    Tamil K

  • Questions about OAS Portal Forms to upload files

    Hello,
    I have quetions, about uploading files, see I need to creat a form that will be used by other people to upload information that later will be presented as downloads in the portal...
    so I created a form in my provider with a file (binary) field, and it mimes to my table in the DB, to the field "Archivo", then what I do is use a omniportlet and using HTML format I present like a link using the info in the field Archivo
    and when I clic on it it takes me to this link
    http://desarrollo06:7778/pls/portal/38173.PDF
    but the file I uploaded does not appear
    can aniyone help me to solve this?
    thanks in advances for the suggestions and your time ^_^

    The method you used to setup upload of file seems fine. I suppose you would have used a blob type to save the file in your db table.
    basically, you can develop a report offering a link calling perhaps a procedure which would query from the table and download the file.
    In that procedure, you would look for the file (vblob) and the mime_type from that table using a sql-query. then use them to setup the mime type for the http protocol, and download the file as follows.
    owa_util.mime_header(mime_type);
    owa_util.http_header_close;
    wpg_docload.Download_File(vblob);
    hope that helps!
    AMN

  • Field in portal table for the text contained in an uploaded file

    I have uploaded a file of base item type file into release 2 of the portal.
    Does anyone know which table the clob field for the text contained in
    the uploaded file is stored?
    Thanks,
    Suzanne

    Hi,
    When you run the Search hep is it giving the description or not
    You have to create the serarch help with both the fieldname and its description field then we cna the values. Or
    Try to mantain the text table for this field and get the data.
    Get the valeusinto drop drown with this table Or create the SearchHelp for this text table
    Regards
    Lekha

  • I am trying to upload files to an Apple hosted feed on KSU iTunes U (unpublished site). The file size shows as 2 GB even though the files are 50MB. The upload stalls and fails. Address:

    I am trying to upload files to an Apple hosted feed on KSU iTunes U (unpublished site). The file size in the Feed Editor shows as 2 GB even though the files are 50MB. I am using Safari on Intel Mac 10.5.8. at Kennesaw State University. Any help would be appreciated.

    This is the second day. I tried using a new Apple feed to test. Still not working. I uploaded a 50MB mp3 file. The first time the upload failed. The second time the file showed that it was uploading a 2 GB file. It has been about 20 minutes now and shows "3.5GB of 2.0GB 178% Completed". Now it has started uploading all over again - it is now showing 399.4MB or 2.0 GB - 19% Completed. I dont know if this will keep looping - but I am going to Cancel.
    Please let me know what other information do you need from me. Definitely need some help with this!

  • Upload file in KM using webdynpro without portal.

    Hi Experts,
    Can we upload files in KM using webdynpro without portal ? If  it is possible then please give the whole step by step process? Please reply....its urgent...
    I am very new in webDynpro...
    Thanks
    Regards
    Nutan Champia

    Hi
    Go through this
    <a href="/people/rohit.radhakrishnan/blog/2005/05/27/uploading-files-to-km-repository-using-webdynpro-apis
    also you can see this
    <a href="/thread/452368 [original link is broken]
    Regards
    Abhijith YS

  • "The upload has failed. There was a problem running a virus scan for the file."  any ideas???

    "The upload has failed.
    There was a problem running a virus scan for the file. "
    This is the message i get when tryng to update
    any ideas?

    Error: "svr.VirusScanExecutionError"
    An intermittent problem with acrobat.com's underlying virus scan component causes this issue. This issue happens occasionally on a small number of server instances.
    The solution is to update the article again. Trying again typically routes you to a different host in the server array.

  • Can't upload file on portal

    hi,
    i am trying to upload a file in the portal and i receive this error message:
    "x.doc" does not exist, or file is empty; you cannot upload empty files.
    pls help
    irina

    Hi Irina,
    Check this:
    /message/2977938#2977938 [original link is broken]
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

  • Upload files at Portal

    Hi Expert.
    I'm a SAP portal Webdynpro Java consultant. and I'm facing the upload file's request at portal. So, Is this possible since The portal have the KM function disable? Did you know any paper, forum, wiki or tutorial where I could find some starting point?
    Thanks in advance.
    Daniel Gasparri

    Hi Daniel,
    Please check out this tutorial and see if it's applicable for your situation
    http://www.sdn.sap.com/irj/sdn/nw-wdjava?rid=/library/uuid/9076a593-2b08-2d10-2890-9a7078246ec4
    Hope it helps.
    Regards,
    Dao

  • Upload files from abap to portal

    Hi,
    I need to upload files (PDF) from Abap (R/3) to SAP Portal (into knowledge management).
    I found 2 functions but I don't know if they serve to me:
    BDS_BUSINESSDOCUMENT_CREATEF
    SDOK_PHIO_STORE_CONTENT
    Somebody can help me?
    Thank you!!
    Marc

    Hello marc,
    the two function modules you mention are:
    1. is for upload in BDS (business document service)
    2. is for upload to content server
    i think both are not what you look for, they are not related to KM.
    look at this, maybe it helps:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d465a209-0801-0010-e88d-f651c4084b9d 
    Johannes

  • What is the portal root directory for uploading files

    Hi
    I need to upload js files to my portal server (to the home page)
    Can anyone let me know where is the the folder in the server that I need to put the files and the portal will see it.
    Thanks!!

    Hi,
    Oracle Portal doesn't have a "root" directory - Oracle Portal is a combination of many other products & services.
    You need to put your .js files in a Directory & tell Apache to "look" in tthat directory for the .js files. You need to use a directive offered by Apache - Alias - to achieve this. You need to tweak main the Apache Configuration File - http.conf - & specify the folder where your .js files reside. You need to modify the Configuration File using the Entrerprise Manager only.
    Here's an example :-
    Alias /js C:/OraMidTier/javascript
    <Directory C:/OraMidTier/javascript>
              Order allow,deny
               Allow from all
    </Directory>You can then dump all your javascript files in this folder & access it in your HTL Pages with the Virtual Path - /js - e.g.:-
    <script type="text/javascript" src="/js/mySrc.js">You can get more information from the Oracle HTTP Administrator's Guide ( or, the Apache Documentation ) about the Alias DIrective.
    Regards,
    Sandeep

  • Upload.html: Failed   (File to query is of 'Unknown' type.)

    When trying to upload a Solaris package in directory format, I'm getting:
    Upload command finished successfully.
    Filename     Type     Status
    /var/tmp/FOOpackage//pkginfo     (NONE)     Failed (File to query is of 'Unknown' type.)
    FOOpackage doesn't appear in UCE console.
    UCE does have necessary rights to read the package. All the files in the package are owned by uce-sds:uce-sds. Directories are 0755 and files are 0644. This package has been previously successfully uploaded by another person.
    How to get more debug/log information out of Sun Connection? What does 'file type' mean in this context?
    Regards, Maciej

    Some Solaris 8 packages/patches do not have pkginfo files, so this might be a problem.
    In any case you should find more info in the server error logs:
    /opt/SUNWuce/server/logs/
    or in the channel subdirectory relevant to the uploaded file.
    If you are unable to find the information that you require I would suggest that you open a support request with your local solutions centre and we will be able to provide a speedier response.

Maybe you are looking for

  • Import goods and Sell directly to Customer

    Dear Gurus, I have a scenario in which the customer (outside INdia) will send their goods to India. And from India it has to be sold to the final customer (In India) without any further processing. Should the place at which the goods will be rcieved

  • Hyper-V replica vs Shared Nothing Live Migration

      Shared Nothing Live Migration allows to transport your VM over the WAN without shutting it down (how much time it takes on io intensive vm is another story)   Hyper-V replica does not allow to perform the DR switch without shutdown operation on pri

  • I can't open my photoshop cs 6 at all, but other programmes are all working fine.

    I'm using a iMac. This is the beginning of the long error message. I've tried uninstalling/reinstalling with no change. Help! I'm in the middle of an important design job. Process:         Adobe Photoshop CS6 [946] Path:            /Applications/Adob

  • My iCloud application wont open...

    Please help - My iCloud application wont open on my OS X 10.9.3 so I can't download updates to fix the After Effects compatibility issue...?

  • Problem deploying to BPEL-container from JDeveloper

    Hi - after searching for a solution both here and on Metalink for some time, I've reached the point where I think I need to post my problem: (I've already posted this on the JDeveloper forum - and been directed to this forum from there.) On client; W