PAR File upload Failed in NWDS

Hi ,
i.While i m trying to deploy PAR file from NWDS it showing Error like this"<b>PAR Fileupload Faild Please Check the user Name And Password</b> " .Also I tried this with admin Userid and Password,it showing the same error.
ii.I can able to Login in to the Portal,But i cant deploy the PAR File.
Help me to get through this .
Regards,
Malini.V

Hello Malini,
There is no configuration on server side for uploading PAR files. Please check your EP Server settings they can be the only cause of error. In NWDS please go to Windows->prefrences->SAP Enterprise Portal. Provide all the necessary details over there.
You should use a user id which is having super_admin role assigned to it.
In case you still get error that upload failed, In NWDS please go to Windows->prefrences->Workbench->Proxy Settings. remove proxy if it is there.
Also the upload can fail depending of the content of the file, please ensure that there is no error in the code you are using.
Regards
Atul Shrivastava
PS:Award points for helpful answer.

Similar Messages

  • PAR FIle upload falied from NWDS

    While deploying the .par file (.par file is created from .ear file) in developer studio, from a remote client the following error occurred.
    <b>"PAR Upload failed: Please make sure server is running. HTTPS protocol is not supported, Please ensure that server is not using HTTPS"</b>
    Please give me the solution for this problem.

    Hi Piyush,
    Thanks a lot for our answer. I tried to change the HTTP service provider setting <b>AcceptClientCertWithoutSSL</b>to true(by default its false)in visual admin . But I am getting error message <b>Error while loading service HTTP Provider.</b>
    Error log shows this error.
    <b>java.lang.Exception Null Pointer Exception.</b>
    Please provide me solution for this problem also.

  • No Par File upload option in NWDS

    Hi Experts,
    Yesterday i was working on NWDS when i go to file --> import --> i used to get many options including PAR file option but today
    when i tried the same go to file--> import, i get only two options Developement component and Multiple existing component into
    workspace
    How do i get back to previous setting so that i can import par files into NWDS.
    Regards,
    Siva
    Edited by: bsivasap on Aug 27, 2011 11:13 AM
    Edited by: bsivasap on Aug 27, 2011 11:14 AM

    I was able to solve a similar issue in the past using the following approach.
    First, check the file plugin.xml at the following location on your computer where NWDS is installed.
    .....\SAP\IDE\IDE70\eclipse\plugins\com.sap.ep.applicationDevelopment_7.00\plugin.xml
    Paste the following code in this file under extension point for the open par wizard.
    <wizard
    name="PAR file"
    icon="icons/OpenPar.gif"
    class="com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.openPar.OpenParWizard"
    id="OpenParWizard">
    <description>
    Create a Portal Application Project from a PAR file.
    </description>
    </wizard>
    Also, place the same code in plugin.xml file located at the following location: ....\SAP\IDE\IDE70\eclipse\plugins\com.sap.ide.eclipse.import.iaik_2.0.0\plugin.xml
    Thanks,
    Shanti

  • PAR file import problem in NWDS

    Hello All,
    Some time back we had developed a custome masthead component for our portal (EP 6, SP 21).
    It has been deployed into the portal and its running fine.
    now, we need to change some thing in that and so we have downloaded the par file and imported in nwds for code modification.
    once we do that we get the masthead.jsp file but unable to get the class files and the beans.
    what we doubt is while deploying the par the code was not deployed in the portal.
    do you have any idea how can we get the code base out of that ?
    p.s we dont have any other code base.
    Thanks
    Anirban

    Hi Anirban,
    If you uncheck and deploy the PAR file, later you can download it from portal. But the source code will not be available i.e src.api and scr.core will not be available. 
    1.unzip the jar file in portalINF/lib.
    2. Run the java decompiler tool on each unzipped folder.
    3. create another folder and move .java files and rename it.
    Hope this might be helpful.
    Thanks,
    Subashini.

  • Unable to submit form without attachment if file upload fails

    Hi All,
    I have a form, in which I have a input file component.
    Scenario 1 - If i don't attach anything and submit the form, it is successful.
    Scenario 2 - If I attach a file of size less than 2 MB and then submit, it is successful.
    Scenario 3 - If I attach a file of size greater than 2 MB and then submit, ADF gives an error message saying " File is large" which is expected.
    3.1 - In the scenario 3, after file upload fails, I want to submit the form without attaching any file. But the form isn't submitted and the warning message always pops up.
    3.2 - If I upload file of size less than 2MB again and then submit, it is successful.
    Please help me in resolving the issue.
    Thanks,
    Harini.

    Try clearing the error messages
    <af:resource type="javascript">
    function clearMessagesForComponent(evt){
    AdfPage.PAGE.clearAllMessages();
    evt.cancel();
    </af:resource>Now all yo uneed to do is to call this javascript method e.g. using a <af:clientListener method="clearMessagesForComponent" type="focus"/>on a button or any other field.
    Timo

  • Getting "Warning: The file upload failed.No such file or directory." while trying to upload image using af:inputFile

    Hi,
    I have a <af:inputFile> component which will upload only image file and render  the corresponding image...
    It work with normal application deployed on weblogic server however when i use same taskflow as a part of human task in SOA BPM worklist...
    I get this warning message "Warning: The file upload failed.No such file or directory." for certain files where as it works for certain image files.
    And in BPM whenever i upload PNG file it throws this error.
    Please help.

    For some files like Images with .png extensions it gives following error :
    java.io.IOException: No such file or directory
      at java.io.UnixFileSystem.createFileExclusively(Native Method)
      at java.io.File.checkAndCreate(File.java:1705)
      at java.io.File.createTempFile0(File.java:1726)
      at java.io.File.createTempFile(File.java:1803)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl._createOutputStream(UploadedFileImpl.java:284)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl.loadFile(UploadedFileImpl.java:208)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl._processFile(CompositeUploadedFileProcessorImpl.java:344)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl.processFile(CompositeUploadedFileProcessorImpl.java:95)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl._doUploadFile(FileUploadConfiguratorImpl.java:329)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl.beginRequest(FileUploadConfiguratorImpl.java:162)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl._startConfiguratorServiceRequest(GlobalConfiguratorImpl.java:610)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:216)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:155)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:175)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • File upload fails

    File upload fails when the file is larger than about 50kb. The upload returns a blank page when it fails. I have searched the world over and cannot find an answer to this problem. Does anyone have any suggestion of what to do?
    Thank you,
    Chris

    What mechanism are you using to handle uploaded files? Some libraries place a configurable limit on the size of the file.

  • Par file upload

    Hi,
    I made changes to par file after importing in on NWDS. Now Im unable to export the file due to an error in the NWDS:
    " Operation failed: Please make sure the server is running or check log for more details ". Can someone can tell me what the problem could be? The server is running and the all the parameters are correct.
    So now, Im trying to upload it directly through System Administration -> Support -> PRT -> Admin Console -> Archive uploader. But the changes I made to one of the properties file using NWDS is not reflecting.
    I might have missed something.
    I have not used the direct upload earlier, so can someone guide me through this?
    Thanks and Regards,
    Reena

    Hi Darrell,
    Thanks for your reply.
    I unchecked the 'Deploy par' checkbox and built the par file. Then I uploaded the par file again, refreshed the iview and previewed it. But no changes are reflected.
    The change I made was, I removed the WELCOME_CLAUSE in the 'headerIview_nls_en.properties' file. But the welcome text still appears on the masthead iview.
    I am not sure if im going wrong in the code or in the method of using the par file.
    Any pointers regarding this is appreciated.
    Venkat, I have checked my port number, host name and other parameters thoroughly. Still same error
    Thanks in advance,
    Reena

  • File upload fails if name of the file is in Japanese

    Hi all,
    I posted this message before, but could not get any response. So posting again.
    In my JSP app, I am using the latest MultipartRequest class to develop the file upload functinality through a form. Till now I was using MultipartRequest old release which was working fine for files names in English. But the new one supports international languages and therefore I am trying to use that to upload files named in Japanese. But it fails.
    Worse part is I dont get any error. But the file never reaches the desired location. I am trying to print the filenames in different Java methods just to see the progress, and I can see all the filenames/paths printed right. But the file never gets uploaded.
    Any hints?
    m_asu

    Afternoon!
    I had successfully done the same work . Besides Japanese filename, Korean and Chinese filenames are running ok.
    you should check following points:
    1. jsp's content-type:
    <META http-equiv=Content-Type content="text/html;charset=shift_jis">
    2. form's type:
    <form method="POST" name="aaaa" enctype="multipart/form-data" action = "MyServlet">
    if both points are right, perhaps you should download a new release of uploading file from http://www.servlets.com

  • Can't Upload Large Files (Upload Fails using Internet Explorer but works with Google Chrome)

    I've been experience an issue uploading large (75MB & greater) PDF files to a SharePoint 2010 document library. Using normal upload procedures using Internet Explorer 7 (our company standard for the time being) the upload fails. No error message is thrown,
    the upload screen goes away and the page refreshes and the document isn't there. I tried upload multiple and it says throws a failed error after a while.
    Using google chrome I made an attempt just to see what it did and the file using the "Add a document" uploaded in seconds. Can't figure out why one browser worked and the other doesn't. We are getting sporadic inquiries with the same issue.
    We have previously setup large file support in the appropriate areas and large files are uploaded to the sites successfully. Any thoughts?

    File size upload has to be configured on the server farm level. Your administrator most likely set
    up the limit to size of files that can be uploaded. This size can be increased and you would then be able to upload your documents.

  • File upload Fails in FireFox on SunRays

    We can't get File upload to work with a Browser Running under SunRays on FireFox
    We have finally identified the http problem (http 417) which is causing the IO flash error.
    We tried this on FireFox 3.0 as well as FireFox 3.5.3 both with the same results. Also, I doubt if this is a browser issue because uploading files to the same servlet from a test JSP page works fine. Whatever happens, happens between flash player and the browser.
    After using a simple MXML file (attached below) to test the file upload functionality on different operating systems we have discovered that it brakes with an unusual error when tested on Solaris.
    We put sniffers and clearly noticed the difference in the headers generated by Flash 10 in different OS environments.
    As you can see from the examples below, the later version (the one running on Solaris) has an extra "Expect:" in the header which we believe is responsible for the HTTP 417 error (which, in its turn, is responsible for 2038 thrown by flex)
    Here is a header generated from a functional system: POST /iehs_core_document/FileUploadServlet HTTP/1.1
    Host: dev01.intelligentehs.com:9086
    Accept: */*
    User-Agent: Shockwave Flash
    Connection: Keep-Alive
    Cache-Control: no-cache
    Content-Length: 755
    Expect: 100-continue
    Content-Type: multipart/form-data; boundary=----------------------------e6d2f5d2c945
    And here is a header generated from OpenSolaris  11 2009.06
    POST /iehs_core_document/FileUploadServlet HTTP/1.1
    Host: dev01.intelligentehs.com:9086
    Accept: */*
    User-Agent: Shockwave Flash
    Connection: Keep-Alive
    Cache-Control: no-cache
    Expect:
    Content-Length: 653
    Expect: 100-continue
    Content-Type: multipart/form-data; boundary=----------------------------b64e06f786e4

    Does anyone deploy to SunRay virtual clients?
    We have a customer who has a ton of them around the world and need to run our Flex based application but File Upload does not work at all... so anyone with any information/ideas on a fix or work around this issue, we would love to hear from you.
    Thanks if advance,
    Anthony

  • File upload fails...when specific encoding is included in the constructor

    Hi All
    I have a file upload function which uses MultipartRequest. It was working fine until I downloaded the latest version of MultipartRequest, which supports multi-lingual file upload. But now it does not work. I dont get any error message either.
    If I put "ISO8859_1" as the encoding, the file is never uploaded and I dont get any error; just get the 'submission successful' message. If I use "SHIFT_JIS" as the encoding (as I need to support Japanese) the file never gets uploaded and I dont get the 'submission successful' message either. The browser slows down very much and never goes to next page.
    What could be the reason?
    Has anybody used MultipartRequest to support languages other than English?
    Thanks in advance.
    m_asu

    Still stuck with upload functionality:
    Problem is with the name of the file. If I try to upload the file with Japanese name, it does not go the desired location and I dont get an error either. So it is hard to figure out what is going on.
    m_asu

  • Excel file upload failing

    hi all,
    i have a webdynpro application,
    in which i am uploading an excel 
    file, and reading the same file, it is working fine.
    But the problem is, Some times while uploading
    it is taking  time for the processing. after that it is failing to upload and the application is refreshing
    (ie the control is going to the initial screen).
    i am not able to understand the problem.
    please suggest me the solution soon.
    regards ,
    Brahmanandam Ausali

    hi armin,
    I am using SP14.
    I have not gone to OSS note.
    regards
    Brahmannadam ausali

  • File uploads fail in Chrome v28 (beta channel) on Windows

    As the subject line. In Chrome a "413 Request Entity Too Large" error is returned before the upload completes. The file in question was only 1.4MB.
    There is no issue uploading in Firefox (v22) on Windows.
    Is this a known issue - does anyone else see this?
    Thanks!

    Clear the cookies in Chrome.
    https://productforums.google.com/forum/#!topic/chrome/-1xPkFX_7Yc
    https://support.google.com/chrome/answer/95647

  • Risk File uploads fails -  For input string: ""

    Hello,
    I noticed that everytime I tried analyzing something it came back with No Conflict for anything.
    On further investigation I realized that none of my custom risks shows up in Rule Architect tab.
    I have been trying to upload the Risk Files again and it does not get uploaded and at the bottom I see the following message :
    For input string: ""
    please advise how I should overcome this issue.
    Thanks,
    Farah

    Farah,
    We are having this issue and would like to know how you addressed it.
    Specifically, we went through our source rules in Access to customize them, and then saved them as text files.
    They all mostly loaded.  Then during the load of the R3 function actions, the computer crashed.
    When it came back up, we weren't sure if the function actions had completed, so we tried to reload it, and got that whole oracle duplicate error that's been discussed in this thread.
    We investigated further and noted that the function load had worked partially, until the time the laptop crashed.  So now when we try to load the rest of the functions, it gives the "For input string: """ error.
    Any ideas?
    Thanks,
    Santosh

Maybe you are looking for