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

Similar Messages

  • Powershell date range positional parameter error

    I am trying to export emails sent to a particular email address in a specific date range.  I can run the command and it works fine without the date range, but when I try to include it it errors out.  Any help appreciated.
    Working command without date range:
    Get-Mailbox -ResultSize Unlimited | Search-Mailbox -SearchQuery “To:’[email protected]’” -TargetMailbox "SearchResults" -TargetFolder Export
    And repeat it using “From” instead of “To”
    When I try to add a date range though like this:
    Get-Mailbox -ResultSize Unlimited | Search-Mailbox -SearchQuery “To:’[email protected]’” -ContentFilter {(Received -gt '08/15/2014') -and (Received -lt '02/18/2015')} -TargetMailbox "SearchResults" -TargetFolder Export
    I get the below error listing:
    A positional parameter cannot be found that accepts argument '(Received -gt '08/15/2014') -and (Received -lt '02/18/201
    5')'.
        + CategoryInfo          : InvalidArgument: (:) [Search-Mailbox], ParameterBindingException
        + FullyQualifiedErrorId : PositionalParameterNotFound,Search-Mailbox
    Invoke-Command : Cannot write input as there are no more running pipelines
    At C:\Users\exservice\AppData\Roaming\Microsoft\Exchange\RemotePowerShell\kc-exchange.us.org\kc-exchange.us.org.p
    sm1:43760 char:29
    +             $scriptCmd = { & <<<<  $script:InvokeCommand `
        + CategoryInfo          : InvalidOperation: (:) [Invoke-Command], PSInvalidOperationException
        + FullyQualifiedErrorId : NoMoreInputWrite,Microsoft.PowerShell.Commands.InvokeCommandCommand

    Get-Mailbox -ResultSize Unlimited |
    Search-Mailbox -SearchQuery "Received:> $('2014-08-15') AND Received:< $('2015-02-18') AND To:'[email protected]'" -TargetMailbox "SearchResults" -TargetFolder Export

  • UTL MAIL a positional parameter association may not follow a named associat

    I am trying to sale 2 emails, I got the code like this
    {code|
    utl_mail.send(sender => '[email protected]',
    recipients => '[email protected]','[email protected]',
    subject => 'Banner Duplicate Report '||trunc(sysdate)||' Process for Managing Known Duplicate Reports',
    message => 'You are about to receive a report with possible duplicates in the Database, THIS IS A TEST' ||chr(10)||chr(13)||
    I am getting this error...
    PLS-00312 a positional parameter association may not follow a named association....
    I try to separate the email by ; does not work either...
    Thank you 
    Ps I changed the real emails by xxxx                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    842471 wrote:
    I am getting this error...
    PLS-00312 a positional parameter association may not follow a named association.... The reason for the error. You are writing this:
    utl_mail.send(
      sender     =>  '[email protected]', 
      recipients => '[email protected]',
      '[email protected]',
       subject    => 'Banner Duplicate Report '||trunc(sysdate)||' Process for Managing Known Duplicate Reports',
      ..etc..
    );The compiler/parser sees that you are specifying the parameter name followed by the value. So:
    This is fine:
    sender     =>  '[email protected]',
    So is this:
    recipients => '[email protected]',
    But what is this? Parameters are separated with commas. Where is the parameter name?
    +'[email protected]',+
    PL/SQL can either support the call where you do not specify the parameter name. For example: (using positional parameters)
    DBMS_OUTPUT.put_line( 'hello world' );
    Or support where you do specify the parameter names. For example: (using named parameters)
    DBMS_OUTPUT.put_line( a => 'hello world' );
    But you cannot mix these two methods as you have done. Thus the error message stating exactly this.
    The recipients parameter is scalar value. It expects a single string value. Not multiples values.
    The string itself can contain a comma delimited list of recipients. E.g.
    recipients => '[email protected],[email protected],[email protected]',

  • Frm-90928 positional parameter after key on command line

    frm-90928 positional parameter after key on command line
    I have an error while i run form module. i am using database 9i with 9iDS. Plz help me to resolve this issue.

    Exactly Francois, 100% true.
    I've noticed that the Forms Builder tries to run the unsaved forms from the user's default home (root) directory, which almost always in windows environment has spaces in it, like "Documents and Settings\...".
    Tony

  • Positional parameter passing For OAS 4.0.8.2

    Have The OAS 4.0.8.2 support Positional parameter passing ?
    I try it, but error!

    Its a tically error of not enough memory.
    How many Mb of Ram and swap have you configured.
    Best regards, Marcelo.
    PD: With this combination I recomend 256Mb of ram plus 512mb of swap.

  • Positional parameter

    When I run my form and after starting the JAVA Applet I get this Error message
    FRM-90928 Positional parameter after key in command line. What does that mean?

    My bet is that your fmx is located in a directory with space in its name like "my document". Try saving the fmb and fmx in c:\
    and see if it still happens.
    If you still have problems please post the URL that is invoked to run your form.

  • Exchange 2010 - New-Mailbox - A positional parameter cannot be found that accepts argument '-PrimarySmtpAddress'.

    Hi,
    I am currently writing a powershell script that utilizes the new-mailbox command of EMS to create a shared mailbox.
    I am connecting to EMS via a remote PSSession object.
    When I try and specify an alternative SMTP address via the -PrimarySmtpAddress paramater I get the error
    " A positional parameter cannot be found that accepts argument '-PrimarySmtpAddress'.
    I have confirmed that the version of Exchange 2010 installed on the server should have this parameter - Version 14.3 (Build 123.4)
    An example command :-
    New-Mailbox -Shared -Name "SharedMailbox_test" -Alias "testsharedmailbox" -DisplayName "SharedMailbox_test" -UserPrincipalName "[email protected]" -OrganizationalUnit "OU=Mailboxes,OU=Accounts,DC=domain,DC=com"
    -Database "DB1" -PrimarySmtpAddress "[email protected]" -force
    Has anyone else experienced this behavior?
    Steve.
    Just a good old boy, never meaning no harm

    Hi Rich,
    That was my initial thought too, so I triple-checked my command to see if it was a simple syntax error - it wasn't.
    On further investigation I compared the list of parameters available in a DEV EMS session (on where I know the command works) against the one in PROD where the problem occurs.  Both sessions are running the same version of EMS.
    I ran the following to get a list of parameter names in both sessions :-
    $a = gcm New-Mailbox
    $a.Parameters.Keys | sort
    Here's the results :-
    DEV EMS (working)
    Prod EMS (missing)
    AccountDisabled
    ActiveSyncMailboxPolicy
    AddressBookPolicy
    Alias
    Alias
    Arbitration
    ArbitrationMailbox
    Archive
    ArchiveDatabase
    ArchiveDomain
    AsJob
    AsJob
    Confirm
    Confirm
    Database
    Database
    Debug
    Debug
    Discovery
    DisplayName
    DisplayName
    DomainController
    DomainController
    Equipment
    Equipment
    ErrorAction
    ErrorAction
    ErrorVariable
    ErrorVariable
    FirstName
    FirstName
    Force
    Force
    ImmutableId
    Initials
    Initials
    LastName
    LastName
    LinkedCredential
    LinkedDomainController
    LinkedMasterAccount
    ManagedFolderMailboxPolicy
    ManagedFolderMailboxPolicyAllowed
    ModeratedBy
    ModerationEnabled
    Name
    Name
    Office
    OrganizationalUnit
    OrganizationalUnit
    OutBuffer
    OutBuffer
    OutVariable
    OutVariable
    Password
    Phone
    PrimarySmtpAddress
    RemoteArchive
    RemotePowerShellEnabled
    ResetPasswordOnNextLogon
    ResetPasswordOnNextLogon
    ResourceCapacity
    RetentionPolicy
    RoleAssignmentPolicy
    Room
    Room
    SamAccountName
    SamAccountName
    SendModerationNotifications
    Shared
    Shared
    SharingPolicy
    ThrottlingPolicy
    UserPrincipalName
    UserPrincipalName
    Verbose
    Verbose
    WarningAction
    WarningAction
    WarningVariable
    WarningVariable
    WhatIf
    WhatIf
    It might be a permissions-based issue, but I don't own either EMS session so can't test personally.
    I will keep investigating and update here once I have some further information.
    Regards,
    Steve.
    Just a good old boy, never meaning no harm

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

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

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

Maybe you are looking for

  • "Windows 8.1 installation has failed" - in-place upgrade to Windows 8.1 U1

    I am unable to upgrade my toshiba laptop that has Windows 8 to Windows 8.1 U1. I am getting an error message at 37% or 39% through the upgrade process and am met with an error message similar to this:  Ignore the 96%, but this is the same exact error

  • How to display an image on reports 10g

    Hi all I have a database table that is composed of 2 columns:- Country_id NUMBER Country_Flag BLOB the table is populated with data. I made a report that display the country_id and Country_flag I Changed the "FORMAT_FILE" property for the field "COUN

  • Archive Generation in RAC environment.

    Gems, I have one doubt it was not able to solve from my mind i.e. As per my knowledge, 1) Every instance has its own thread so Thread is instance specific. My questions are, How the SCN will be maintained in ARCHIVES? will thread 1 & thread2 contains

  • Flash CS5.5 unable to import sounds and massive animation lag

    So, having reached a point where I want to add sound to my animation (which is extremely laggy for no particular reason), I find myself completely unable to import sounds of any form into Flash. "Oh, crap" I say to myself, and come onto the forums lo

  • 'Accordion' Effect or Bug When Using Facebook

    Hi. I haven't tested it on Chrome or Firefox long enough but there are times when I'm on Facebook using Safari, when I use the default scroll (using the Magic Mouse under Lion 10.7.2), the top and bottom becomes garbled. It looks like at accordion. H