Parts parameter error

Hello,
I have a requirement where in I have to reimport the web service in my project. There has been change in one of the fields in a structure in R/3 .
After the reimport the deserialization error is no more found but there appears to be a Parts Parameter error.
I checked with the ABAP team if we are not passing any thing to some mandatory fields or table in the BAPI.
But that is not the case. Its an urgent requirement so I request you to post the answers ASAP.
Looking forward to you.
Regards
DK

Hi,
Generally if there is any change in RFC we need to restart the server after reimporting it, otherwise it will give an error.
That might same with Webservices I think. Try restarting the server.
Thanks & Regards
Jhansi Miryala

Similar Messages

  • ACE Error - NCOALink Parameter Error, Customer ID already used for customer

    ACE Error - NCOALink Parameter Error, Customer ID already used for customer "[customer name]", list "[list name]"
    Received this error and not sure if its due to the Customer/List ID & List Name combination or some thing else.  Any ideas?
    Also, is there a document that explains ACE errors.
    Thank you!

    Greetings cbeaure,
    For something like this I normally suggest logging an incident with Support at service.sap.com . 
    However I thought it might be heplful to answer your questions and provide you with the example you would have located by using the Knowledgebase search when logging the issue with the Support team.
    During the process of logging an issue to Support on the SAP Service Marketplace, you would be prompted for a search in the Knowledgebase. By entering in the error you received, you would have seen the following:
    Cause:
    This error will occur when either the List Name or Company Name was changed, but the PAF ID (specifically the Customer\List ID) has not changed.
    Resolution:
    The software has verification in place that requires a unique NCOALink PAF ID for the combined parts of the List Name and Company Name. This meets the Licensee's requirement, as described by the USPS in the Limited Service Provider and Full Service Provider Performance Requirements:
    "Licensee will assign each NCOALink customer file, list, or database a unique NCOALink PAF ID. This ID will be used by the software to verify that the customer has a valid, active PAF on file with Licensee. This ID will also be used to provide a relationship between Licensee's service log and PAF information files. The format of the ID will be an eighteen character alphanumeric field consisting of four sub-parts.  The Licensee will ensure that each of their customers has a unique and never duplicated PAF ID. The software must not allow duplicate IDs. The ID shall be assigned by Licensee upon execution of the Processing Acknowledgement Form and be used throughout the system as prescribed."
    (Continued on next post, end part 1)

  • Converted MS Word 2007 to Adobe Acrobat 9 random "Bad Parameter" Error

    Question: I Converted MS Word 2007 file which contained 892 pages into Adobe Acrobat 9 Standard afterwards and while needing to update only certain pages I receive the "Bad Parameter" Error. My process is using drop down Document/Extract pages(make my updates)/Replace pages into complete PDF file/ usually with no problem then towards the last pages of the PDF the Error showed up! I believe that it’s possible, the conversion initially may have allowed many tags to be written correctly but some are corrupted. It could be a buffer-overflow failsafe that is having an adverse effect against the two programs because of the file’s size? I have seen some good advice come from many people on this site like "Bill@VT" and "CtDave" and others so I am humbly requesting assistance? Some additional background information is I have to keep the file size the same and I cannot print to PDF file from Word due to a specific format I must keep and most of the PDF is not corrupt: meaning receiving the "Error". I would like to know if the error that seems to be due to the conversion process can be corrected. I have provided some additional similar post below from other customers that may be useful as reference material?  R/ Thanks in advance! 
    “Like 10 others, I get a "bad parameter" pop-up window when I try to delete 1 or more pages from a PDF created from Adobe 8 Pro from Microsoft Word 2007.  Of the 3 computers we have tried to delete the pages, we are running Windows XP and Office 2007 on all.  But 1 computer has Adobe 7 Pro, one has Adobe 8 Pro, and the 3rd has Adobe 9 Pro.  None are able to delete or extract the pages -- we get the bad parameter error each time we try. The PDF has 260 pages and occupies 5.7 MB memory.  What additional information can I provide to get a resolution to this problem?  Thanks!” “Civilengr10” (posted Aug 17, 2010)
    “I am taking adobe files from a database, saving them, and then making changes to them by inserting (from other adobe files from the same database) or deleting pages.  Very basic stuff! However, sometimes when I want to insert pages, it will insert them but then say "bad parameter".  After that point, I cannot delete any pages.  It will give me the "bad parameter" error again and not delete. I have reduced the file size, ran "Examine Document" and removed whatever it wanted me to, and whenever I save a file, I do Save As...instead of Save! Also, under preferences > security I have the "Verify signatures when the document is opened" unchecked. None of these recommendations that I have read elsewhere work.  Can someone offer me some guidance? I am working on the files locally.  I save the files from the database unto my own folder on the computer. The thing is, some of the files I download from the database are fine and do not give me any error, but others do.  Do you know how I can fix the files that are corrupted from the database?” “hoda64” (posted July 22, 2009)
    “Problem converting Word 2007 DOC to PDF 9
    I have a Word 2007 DOC (not docx) file with pictures and text which converted perfectly with Distiller 8. I installed CS4 Distiller 9, and now the same DOC file flows over onto several extra pages. I am using the default settings. Any idea what has changed? Thanks in advance.  “Petrula” (posted Nov 29, 2002) “First, select the Adobe PDF printer in WORD. Then go through the document to check for the flow of the document. It should print the same as you see in the document after the printer has been selected.”

    For the replace and delete pages, I can only guess that you are messing up some of the bookmarks or links in the page from what I think you have based on the description. I would work on copies between each stage so that you can at least go back to the last success stage. If possible, you are better to go back and do the modifications in the original page and the recreate the PDF. If that is not possible, then maybe a better explanation of how you are creating the PDF would help folks understand your process fully and suggest a solution.
    On the latter, I would do a repair on Acrobat. However, it may be in the process you are using in the conversion from WORD. How are you creating the PDF from WORD? Have you updated AA9 and not simply have 9.0? The confusing point is that you talk about Distiller for getting the PDF from WORD. Distiller is often involved, but only behind the scenes and normally you either print to the Adobe PDF printer, use PDF Maker, or use the MS plugin for PDF creation. So when stating Distiller, it is unclear what process you are using since none of the methods I mention state the use of Distiller even if it is used in the background.

  • Parameter error

    Hi folks,
    Slight problem here, i have a form in a HTML page linking to a servlet. The servlet's checking the parameters and using the requestDispatcher to redirect to a JSP page. The servlet is compiling fine, but when after i enter details into the form and click on the submit button, i'm getting a Parameter error. I'll show u the e-mail address i'm adding, then the error checking method (which is compling ok) and then the error it returns, and see if you can shed light on the prob.
    e-mail................
    [email protected]
    checking the parameter..............................
    public void doPost(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException
    // Check e-mail parameter parameter
    String[] values = req.getParameterValues("emailAddress");
    if (values == null || values.length != 1 || values[0].trim().length() == 0)
    this.parameterError1(res);
    return;
    String par_email = values[0].trim();
    the error it returns............................................
    private void parameterError1(HttpServletResponse res) throws IOException
    res.setContentType("text/plain");
    PrintWriter writer = res.getWriter();
    writer.print("Parameter error 1.\n");
    writer.close();
    Any help would be appreciated, thank you!

    It is returning "Parameter error 1"?
    My guess would be the parameter isn't getting through.
    On your HTML page, you have an input with name "emailAddress" (exact match including case) ?
    Is your form submitted with method="post" ?
    If that doesn't work try the following in your servlet to print out the values.
    String[] values = req.getParameterValues("emailAddress");
    PrintWriter writer = res.getWriter();
    if (values == null){
      out.println("Values is null:  no parameter was found<BR>");
    else{
      out.println(values.length "values of emailAddress: <BR>");
      for (int i=0; i<values.length; i++){
        out.println( i + " = " + values[i] + "<BR>");
    }

  • Workflow status web part gives error when going back to previous stage (using GO TO) in Project Server 2013 workflow

    Hi,
    Workflow status web part gives error when going back to previous stage (using GO TO) transition activity  in Project Server 2013 workflow.
    Please guide how to create a workflow which restarts from a desired stage.

    Thanks for your prompt reply....
    It gives following error
    Workflow Status
    This Web Part was unable to load.
    Information that may be useful in solving this problem was written to the Unified Logging Service (ULS) log on the Project Web App with the following ID: e95a9c9c-1f68-90d7-0a3e-5951df70fec6
    For more information, contact your Project Web App administrator.
    what do you mean to restart the Project Server 2013 with different project name, please elaborate....

  • "Cloud Tool" Causes "Bad Parameter" error

    On new or existing PDF's, the "Cloud Tool" causes a "Bad Parameter" error as soon as you click on the PDF.
    It only appears as though only the Cloud Tool has a problem.
    Acrobat 9.
    Anyone have any idea how to fix this?

    Hi,
    To apply this update rollup, you must have Exchange Server 2010 SP2 installed. And remove all interim updates for Exchange Server 2010 SP2 before you apply this update rollup. Please check your installation deployment by the following article:
    Install the Latest Update Rollup for Exchange 2010
    http://technet.microsoft.com/en-us/library/ff637981.aspx
    Description of Update Rollup 8 for Exchange Server 2010 Service Pack 2
    http://support.microsoft.com/kb/2903903/en-us
    If all requirements and preparations are configured properly, please collect your error logs to check your installation. It would be helpful to post some event logs here for further analysis.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Positional Parameter error

    Hi everyone,
    While running simple (dept form) under scott schema I received positional parameter error message after running this form.
    How would I avoid Jinitiator before running the forms 9? Because when I click ok It opens athe application Server then run the form. I can't want to open application server for running this simple form.
    Forms Version is 9.
    What setting I do in order to run the dept form successfully on version forms 9.
    Mentor

    Hello Francois,
    I don't want to sound skeptic, but wasn't that a bug in release 9.0.2.9?
    I tried in 10g R2 and it does run even if the path has a space in it. I tested in C:\test forms my Oracle home is under D:\Devsuite10g. I ran it from the builder.
    If it's the same bug than it has some weird behavior :o)
    Anyway You are 100% right, the invention of spaces in a directory name it's hmmmm not so right :o)
    Regards.
    Tony

  • Iphone 3G has stopped playing video entirely. (will not take play videos taken on the iphone no longer play), unable to transfer to computer either. Says Parameter error when I try to copy or play file

    My Iphone 3G has stopped playing video entirely. (will not take play videos taken on the iphone), unable to transfer to computer either. Says Parameter error when I try to copy or play file. very frustrating, not being able to access past videos taken at all. This has been going on for a while now

    Have you done any of the basic troublshooting steps described in the User Guide (Appendix B) - Restart, Reset, Restore?

  • "Invalid access code (Bad parameter)" error encountered when trying to import VSS DB into TFS 2012

    I'm trying to import a VSS DB into TFS 2012 using the VSS Upgrade Wizard.
    However, I'm getting an "Invalid access code (Bad parameter)" error when I click the "List Available Projects" link button.
    I have been able to get the wizard going with a different VSS DB, but not this one.
    How can I fix this and get the import going?

    Hi,
    Thank you for your post.
    Do you use OLE Automation objects when you log on VSS? Please refer to this
    FIX: VSS OLE Automation Error Message "Bad Access Parameter"
    Regards,
    Lily Wu
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Parameter Error when Transferring Files from ipod to laptop

    Hi,
    I have posted this topic previously but didnt respond fast enough and I think the system locked it down as I had too long of a delay.
    I have recently set up iTunes on a laptop and want to start using this as my default iTunes for syncing etc. Unfortunately I no longer have access to the desktop that housed my original iTunes so I have followed the instructions to use my ipod as an external disc and transfer the files this way.
    These are the instructions I have followed http://lifehacker.com/105256/how-to-copy-songs-from-your-ipod-to-your-pc
    There are two issues I see. (1) the ipod control folder is allowing me to see what is housed in the folder but it is slightly greyed out compared to the other folders in the same location.
    (2) when I try and copy the music folder to my desktop etc I get a parameter error.
    So for example the error I have when transferring to my desktop I get
    "Cannot copy OUTO (the file): The parameter is incorrect.
    Hopefully someone has seen this before.
    thx

    No idea on your specific question but if it is of any help here are some articles and links about moving files from the ipod to the computer...
    Copying from iPod to Computer threads...
    http://discussions.apple.com/thread.jspa?threadID=1300144
    http://discussions.apple.com/thread.jspa?messageID=797432&#797432
    http://discussions.apple.com/thread.jspa?threadID=809624&tstart=0
    Also these somewhat dated but still useful internet articles...
    http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/
    http://www.engadget.com/2004/11/02/how-to-get-music-off-your-ipod/
    http://playlistmag.com/help/2005/01/2waystreet/
    Good luck!
    Patrick

  • Read parameter error -50 with larger file - please help

    I have this line of code: (read sfRef from SourcePosition as data)
    It works fine with these 811.2MB files but when I try to read from a 1.62GB file I get parameter error -50. Did I miss something about larger files?

    found it!
    You can't read larger than 1gb. I had it grab the data in multiple pieces and it works now.

  • Period parameter error

    Hi experts,
    Would you please help me out to understand about give below error :
    "Nothing generated for period parameter 29 on key date 18.11.2010"
    Where in 18.11.2010 is the hiring date of employee  and 29 is the pay roll area. I have cross checked all the configuration part but i m unable to short out.
    Your inputs most appreciable for me.
    Regards,
    Kamlesh

    Dear Kamlesh,
    Please go to table V_T549Q and check whether there exists an entry including date 18.11.2010 for payroll period parameter 29.
    If not, create it using report RPUCTP00 (SA38).
    Warm regards,
    Dilek

  • Data Templates by Example - parameter error

    Tim, there is an error in the EMPLOYEES.xml data template in your 11/29/06 blog. The Q1 sqlStatement references p_DeptNo but the parameter section defines it as pDeptNo. Of course, the two names should match.
    By the way, where can I find documentation on the properties element used in your data template example? I did not find any of these properties described in the current user guides.
    Thanks and regards, Rob

    The current release 5.6.2 does not supports the properties. These are the part of our comming release 5.6.3 and they are well documented in 5.6.3 User Guide.
    Regards
    Ashish

  • Imovie export user list parameter error

    Hello all,
    I have just finished a 25 min video on imovie '11 and when I try to export in any fashion (export to quicktime, share, etc.), i get a user parameter list error.  i have lots of ram, 146 GB hard drive, 10.6 snow leopard, etc. and can not figure out why this movie will not export. I even cut the movie into 2 parts to try and export. NOTHING.  I restarted, repaired persmissions, etc. I have have seen lots of questions on the boards about this error and no real solution. PLEASE HELP!

    Hello all,
    I have just finished a 25 min video on imovie '11 and when I try to export in any fashion (export to quicktime, share, etc.), i get a user parameter list error.  i have lots of ram, 146 GB hard drive, 10.6 snow leopard, etc. and can not figure out why this movie will not export. I even cut the movie into 2 parts to try and export. NOTHING.  I restarted, repaired persmissions, etc. I have have seen lots of questions on the boards about this error and no real solution. PLEASE HELP!

  • Changing locale generates ORA-12705: invalid or unknown NLS parameter error

    By mistake I changed the default locale with following code:
    Locale.setDefault(new Locale(localeCode))
    and I get:
    JBO-30003: The application pool (com.photoswing.model.site.WebPhotographerGlobalAMLocal) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.JboException.<init>(JboException.java:343)
    ## Detail 0 ##
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: invalid or unknown NLS parameter value specified
    Thanks
    Fred

    Can somebody explain the relation between default locale and NLS application pool connection parameter?
    Thanks
    Fred

Maybe you are looking for