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>");
}

Similar Messages

  • 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.

  • "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

  • 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

  • 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.

  • 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)

  • 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

  • 11G R2 root.sh failed on first node with OLE fetch parameter error

    I have successfully installed 11G R2.1 on Centos 5.4 64 bit.
    Now it's coming to install 11G R2.2 on Redhat 5.4 64bit with HDS storrage.
    [grid@dmdb1 grid]$ uname -a
    Linux dmdb1 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
    I passed all pre-ins requirements except shared storage. However, I manually verify it with no problems.
    [grid@dmdb1 grid]$ ./runcluvfy.sh stage -pre crsinst -fixup -n dmdb1,dmdb2,dmdb3,dmdb4 -verbose|grep -i fail
    [grid@dmdb1 grid]$ ./runcluvfy.sh stage -post hwos -n dmdb1,dmdb2,dmdb3,dmdb4 -verbose|grep -i fail
    [grid@dmdb1 grid]$ ./runcluvfy.sh comp sys -n dmdb1,dmdb2,dmdb3,dmdb4 -p crs -osdba dba -orainv oinstall
    Verifying system requirement
    Total memory check passed
    Available memory check passed
    Swap space check passed
    Free disk space check passed for "dmdb4:/tmp"
    Free disk space check passed for "dmdb3:/tmp"
    Free disk space check passed for "dmdb2:/tmp"
    Free disk space check passed for "dmdb1:/tmp"
    User existence check passed for "grid"
    Group existence check passed for "oinstall"
    Group existence check passed for "dba"
    Membership check for user "grid" in group "oinstall" [as Primary] passed
    Membership check for user "grid" in group "dba" passed
    Run level check passed
    Hard limits check passed for "maximum open file descriptors"
    Soft limits check passed for "maximum open file descriptors"
    Hard limits check passed for "maximum user processes"
    Soft limits check passed for "maximum user processes"
    System architecture check passed
    Kernel version check passed
    Kernel parameter check passed for "semmsl"
    Kernel parameter check passed for "semmns"
    Kernel parameter check passed for "semopm"
    Kernel parameter check passed for "semmni"
    Kernel parameter check passed for "shmmax"
    Kernel parameter check passed for "shmmni"
    Kernel parameter check passed for "shmall"
    Kernel parameter check passed for "file-max"
    Kernel parameter check passed for "ip_local_port_range"
    Kernel parameter check passed for "rmem_default"
    Kernel parameter check passed for "rmem_max"
    Kernel parameter check passed for "wmem_default"
    Kernel parameter check passed for "wmem_max"
    Kernel parameter check passed for "aio-max-nr"
    Package existence check passed for "make-3.81"
    Package existence check passed for "binutils-2.17.50.0.6"
    Package existence check passed for "gcc-4.1"
    Package existence check passed for "libaio-0.3.106 (i386)"
    Package existence check passed for "libaio-0.3.106 (x86_64)"
    Package existence check passed for "glibc-2.5-24 (i686)"
    Package existence check passed for "glibc-2.5-24 (x86_64)"
    Package existence check passed for "compat-libstdc++-33-3.2.3 (i386)"
    Package existence check passed for "compat-libstdc++-33-3.2.3 (x86_64)"
    Package existence check passed for "elfutils-libelf-0.125 (x86_64)"
    Package existence check passed for "elfutils-libelf-devel-0.125"
    Package existence check passed for "glibc-common-2.5"
    Package existence check passed for "glibc-devel-2.5 (i386)"
    Package existence check passed for "glibc-devel-2.5 (x86_64)"
    Package existence check passed for "glibc-headers-2.5"
    Package existence check passed for "gcc-c++-4.1.2"
    Package existence check passed for "libaio-devel-0.3.106 (i386)"
    Package existence check passed for "libaio-devel-0.3.106 (x86_64)"
    Package existence check passed for "libgcc-4.1.2 (i386)"
    Package existence check passed for "libgcc-4.1.2 (x86_64)"
    Package existence check passed for "libstdc++-4.1.2 (i386)"
    Package existence check passed for "libstdc++-4.1.2 (x86_64)"
    Package existence check passed for "libstdc++-devel-4.1.2 (x86_64)"
    Package existence check passed for "sysstat-7.0.2"
    Package existence check passed for "unixODBC-2.2.11 (i386)"
    Package existence check passed for "unixODBC-2.2.11 (x86_64)"
    Package existence check passed for "unixODBC-devel-2.2.11 (i386)"
    Package existence check passed for "unixODBC-devel-2.2.11 (x86_64)"
    Package existence check passed for "ksh-20060214"
    Check for multiple users with UID value 0 passed
    Verification of system requirement was successful.
    [grid@dmdb1 grid]$ ./runcluvfy.sh comp sys -n dmdb1,dmdb2,dmdb3,dmdb4 -p database -osdba dba -orainv oinstall|grep -i fail
    [grid@dmdb1 grid]$ ./runcluvfy.sh comp ssa -n dmdb1,dmdb2,dmdb3,dmdb4
    Verifying shared storage accessibility
    Checking shared storage accessibility...
    Storage operation failed
    Shared storage check failed on nodes "dmdb4,dmdb3,dmdb2,dmdb1"
    Verification of shared storage accessibility was unsuccessful on all the specified nodes.
    I followed below article to verify shared storage issues:
    http://www.webofwood.com/rac/oracle-response-to-shared-storage-check-failed-on-nodes/
    it's ok.
    So I skipped SSA issue and go on install with (./runInstaller -ignoreInternalDriverError).
    However, when I ran root.sh with below error:
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'dmdb1'
    CRS-2677: Stop of 'ora.mdnsd' on 'dmdb1' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'dmdb1'
    CRS-2677: Stop of 'ora.gipcd' on 'dmdb1' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    CRS-2672: Attempting to start 'ora.gipcd' on 'dmdb1'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'dmdb1'
    CRS-2676: Start of 'ora.gipcd' on 'dmdb1' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'dmdb1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'dmdb1'
    CRS-2676: Start of 'ora.gpnpd' on 'dmdb1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'dmdb1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'dmdb1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'dmdb1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'dmdb1'
    CRS-2676: Start of 'ora.diskmon' on 'dmdb1' succeeded
    CRS-2674: Start of 'ora.cssd' on 'dmdb1' failed
    CRS-2679: Attempting to clean 'ora.cssd' on 'dmdb1'
    CRS-2681: Clean of 'ora.cssd' on 'dmdb1' succeeded
    CRS-2673: Attempting to stop 'ora.diskmon' on 'dmdb1'
    CRS-2677: Stop of 'ora.diskmon' on 'dmdb1' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'dmdb1'
    CRS-2677: Stop of 'ora.gpnpd' on 'dmdb1' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'dmdb1'
    CRS-2677: Stop of 'ora.mdnsd' on 'dmdb1' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'dmdb1'
    CRS-2677: Stop of 'ora.gipcd' on 'dmdb1' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    Command return code of 1 (256) from command: /opt/app/11.2.0/grid/bin/crsctl start resource ora.ctssd -init
    Start of resource "ora.ctssd -init" failed
    Clusterware exclusive mode start of resource ora.ctssd failed
    CRS-2500: Cannot stop resource 'ora.crsd' as it is not running
    CRS-4000: Command Stop failed, or completed with errors.
    Command return code of 1 (256) from command: /opt/app/11.2.0/grid/bin/crsctl stop resource ora.crsd -init
    Stop of resource "ora.crsd -init" failed
    Failed to stop CRSD
    CRS-2500: Cannot stop resource 'ora.asm' as it is not running
    CRS-4000: Command Stop failed, or completed with errors.
    Command return code of 1 (256) from command: /opt/app/11.2.0/grid/bin/crsctl stop resource ora.asm -init
    Stop of resource "ora.asm -init" failed
    Failed to stop ASM
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'dmdb1'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'dmdb1' succeeded
    Initial cluster configuration failed. See /opt/app/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_dmdb1.log for details
    I manually ran '/opt/app/11.2.0/grid/bin/crsctl start resource ora.ctssd -init' and got below erros from /opt/app/11.2.0/grid/log/dmdb1/cssd/ocssd.log
    Oracle Database 11g Clusterware Release 11.2.0.1.0 - Production Copyright 1996, 2009 Oracle. All rights reserved.
    2011-09-23 19:06:41.501: [    CSSD][1812336384]clssscmain: Starting CSS daemon, version 11.2.0.1.0, in (exclusive) mode with uniqueness value 1316776001
    2011-09-23 19:06:41.502: [    CSSD][1812336384]clssscmain: Environment is production
    2011-09-23 19:06:41.502: [    CSSD][1812336384]clssscmain: Core file size limit extended
    2011-09-23 19:06:41.515: [    CSSD][1812336384]clssscGetParameterOLR: OLR fetch for parameter logsize (8) failed with rc 21
    2011-09-23 19:06:41.515: [    CSSD][1812336384]clssscSetPrivEnv: IPMI device not installed on this node
    2011-09-23 19:06:41.517: [    CSSD][1812336384]clssscGetParameterOLR: OLR fetch for parameter priority (15) failed with rc 21
    2011-09-23 19:06:41.539: [    CSSD][1812336384]clssscExtendLimits: The current soft limit for file descriptors is 65536, hard limit is 65536
    2011-09-23 19:06:41.539: [    CSSD][1812336384]clssscExtendLimits: The current soft limit for locked memory is 4294967295, hard limit is 4294967295
    2011-09-23 19:06:41.541: [    CSSD][1812336384]clssscmain: Running as user grid
    anybody can help me fix it?

    I opened on SR for this case.
    it's ok now.
    Below is from Oracle Global Service request:
    === ODM Action Plan ===
    Dear customer, after went through the uploaded log files, we found the issue looks like
    bug 9732641 : The clusterware gpnpd process crashes when there is more than 1 cluster with the same name.
    To narrow down the issue, pls apply the following steps.
    1. Pls clean the previous configuration with below steps, then run root.sh script on node1 again.
    1.1 remove current configuration.
    $GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force
    1.2 remove other related files.
    if $GI_BASE/Clusterware/ckptGridHA_.xml still there, please remove it manually with "rm" command on all nodes
    If the gpnp profile is still there, pls clean up them, then rebuild require directories.
    $ rm -rf $GRID_HOME/gpnp/*
    $ mkdir -p $GRID_HOME/gpnp/profiles/peer $GRID_HOME/gpnp/wallets/peer $GRID_HOME/gpnp/wallets/prdr $GRID_HOME/gpnp/wallets/pa $GRID_HOME/gpnp/wallets/root
    2. After the previous configuration was cleaned up, pls rerun the root.sh script again. If the issue still there, pls upload the following:
    Everything under <GI_HOME>/log
    Everything under <ORACLE_BAES for grid user>/cfgtoollogs
    Everything under <GI_HOME>/cfgtolllogs/crsconfig
    OS log(/var/log/messages)
    3. Pls also make sure there is only one GI running on your cluster.
    See /opt/app/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_dmdb1.log for details

  • Partial Period Parameter Error

    Dear all,
    I had created new daily work schedule, period work schedule, define valuation classes, set work schedule rules and generate work schedule.
    After creation of this new work schedule rule, I assign it to an employee infotype 0007 Planned working time.
    However, when I simulate payroll for this employee, error occurs.
    I check in the log, when operation PARTT Partial month parameter, message was shown "Customizing error in work schedule rule 2 MY 14 SECG1SU". System could determine the Partial period parameter for WPBP period 02. There was no Individual divisors for partial period in WPBP period 02 being computed.
    Please help...

    Customizing error in work schedule rule 2 MY 14 SECG1SU".
    here 2 is ur EG
    MY is ur Holiday Calendar
    14 is ur PSA
    SECG1SU is ur DWSR
    Check the dates of the above customisations and also check the Groupings properly  Check the tables
    V_001P_ALL  V_503_ALL thru SM3o for that PERNR
    did u generated the WSR thru PT01
    Edited by: Sikindar on Jan 24, 2009 2:43 PM

  • Subreport Parameter error

    Hi there,
    I get the following error when running a crystal report in SAP.
    "Cannot find parameter field Pm-OITM.ItemCode in subreport Backlog"
    The funny thing is that when I preview this report in Crystal it works fine, and the Backlog Subreport even pulls the correct figures.
    Any help or ideas?
    Thanks
    Best Regards
    Dario

    Hi Dario,
    Even I had faced the same problem for one of my report from BO info view.
    All I did was to "Verify Database" from "Database" tab and report worked for me.
    Make sure you do this for main report as well as all sub reports.
    Hope this helps.
    Thanks,
    - Raghavendra

  • Use of layout when more than one parameter - Error Missing Parameter Values

    Hi,
    Is it possible to use a crystal report which has more than one parameter as the layout for the bill of materials report.
    I have 3 parameters
           1. DocKey@       The Bill of Materials to be printed
           2. Number of levels to be printed
           3. type of levels to print.
    When I try to print it gives me the error Missing Parameter Values.
    I have tried changing the DocKey@ to CodeKey@ but the same error.
    Does anyone now where to find a list of these tokens?
    Thanks
    Chris

    I looked at the crystal report conversion to try to find what parameters it used and found none.
    I have managed to create and use a crystal report to replace the production order using DocKey@ as the parameter.  This works within SAP.  However I have converted the system production order to crystal reports and from the converted report I cannot see any parameters at all.
    How and where can you find out what paramters you need to use to replace any PLD report?  Several reports have multiple selection criteria before the report prints.  How can you find out what their tokens are called?  I am starting to pull my hair out.  I am getting great help from this forum, but do you know any documentation which actually explains this area.
    Thanks
    Chris

Maybe you are looking for

  • Problem with memory usage and CPU usage

    Hello, i have a problem with the memory usage and cpu usage in my project! My application must run for more than 24 hrs. The problem is that the longer it runs the bigger is the memory and cpu usage! It starts with ~15% CPU usage and ~70 MBytes memor

  • Can't find remove memory card option on my e71

    pls guys help me rectify dis, i can no longer see remove memory card option on my fone whenever i press d power key or thru memory card option in tools,, when i bought my e71, it'll always appear but it suddenly won't be there.. Pls help me as i alwa

  • Unable to run xlock

    Hello. I am trying to run xclock on newly built solaris box[Solaris 10 11/06 s10x_u3wos_10 X86] - These are the steps I followed: # DISPLAY=localhost:0.0 # export DISPLAY # xclock xclock: not found # cd /usr/openwin/bin # ./xclock Error: Can't open d

  • Having issues with "cannot find" and/or "taking too ling to respond".

    I have good signal from my internet provider(broadband 3G service), but it seems like lately all I get is "Cannot find website" and/or "Taking too long to respond" errors. My internet provider has checked their cell towers, I even bought a new broadb

  • No picture on integrated webcam in Mythos A15 notebook

    I'm having a bit of trouble with my integrated webcam on my Mythos A15 notebook pc. The webcam is recognized, and proper kernel modules are loaded, but i get no picture when testing my webcam with skype or try to capture a snapshot with mplayer. When