Positional argument specified after keyword

Hi,
One of my concurrent program which of type report is calling from a pl/sql procedure.
when I execute my pl/sql procedure from oracle application the report which is called by this is completed with error
error message is
REP-0152: Positional argument specified after keyword
I have un-checked the check box for that concurrent program, then also I am getting the same error.
Could you help me in this?
Thanks in advance

Hi,
I solved this problem. In my case when I was working for two programs I got this error.
For fitst Program to solve the issue, I un-checked the Use in SRS check box.
For second Program the above solution does not work I have defined the Parameters for my concurrent progrm(report) which is called by a stored procedure. This works fine.
Regards
Ranganath.

Similar Messages

  • REP-0152:  Positional argument specified after keyword.

    Hi All,
    Is any body has seen this error in oracle reports.
    What might be the reason.
    Thanx in advance its urgent.
    Regards
    Piyush

    Hi Piyush,
    1) Command line arguments means user arguments and system parameters like report name, destination format etc. But I do not how you are using it. [ Reports 2.5 is kind of very old and I have not worked in it ]
    2) Please see the following documentation on Reports 2.5
    http://download-west.oracle.com/docs/pdf/A32490_1.pdf
    Please see page 37 where this message is explained.
    REP 0152 Positional argument specified after keyword.
    Cause
    On the command line, you entered an argument without its keyword after
    entering an argument with its keyword. Once you have used a keyword on the
    command line, all subsequent arguments must use keywords as well.
    Action
    Re enter the command making sure that no positional arguments (arguments
    where the keyword is implicit) are specified after arguments with keywords.
    3) (Docs for all releases
    http://otn.oracle.com/documentation/reports.html)
    In this link you can see all the docs available for 2.5 and know about valid command line args
    Thanks
    Ratheesh

  • Hi APPLE! I have one question, Why does my iPod Touch 5-th generation WiFi is not working, When an iPod is in sleep position It appeared after the update iOS seven!! Please tell me how to fix it!!

    Hi APPLE! I have one question, Why does my iPod Touch 5-th generation WiFi is not working, When an iPod is in sleep position It appeared after the update iOS seven!! Please tell me how to fix it!!

    You are not addressing APple here. We are all just users like yourself.
    See if this long discussion for iOS 6 helps
    How do I make IOS 6 keep wifi on when...: Apple Support Communities

  • EA2: Unable to specify BIGFILE keyword for normal tablespaces

    Hi,
    I am using the Data Modeler Early Adopter 2, build 653 on Mac OS X 10.6.4, java version "1.6.0_22".
    I have an 11g Physical Model in my relational model. I don't seem to be able to specify the keyword BIGFILE for tablespaces. I can specify this for TEMP and UNDO tablespaces, but not for normal tablespaces. There is a "Filetype" field with a dropdown box for these two types of tablespaces, but this field is not there for normal tablespaces. Am I overlooking something, is this on purpose or a field that has been forgotten ? Will this option be added in the next version ?
    thanks, Arjan
    Edited by: user12023866 on Nov 22, 2010 5:51 AM

    Hi Arjan,
    thanks, I logged bug for that.
    Philip

  • REP-0151: Duplicate argument specification for keyword 'REPORT'.

    Hi all,
    When i run report in Concurrent request,the report is getting the following error and the report has only one parameter.i.e., Purchase_Order_From
    I am getting the below error.
    REP-0151: Duplicate argument specification for keyword 'REPORT'.
    Please anybody help in this issue.
    Regards,
    Adina.

    please post your question in the e-business-forum

  • Images change position and dimension after client edits on admin console!

    Hi, 
    1. After my client uploaded his images onto the site using the admin console they changed position slightly and did not fit exactually into the image frames i had set when i first made the site.
    2. When i opened the site on muse and merged changes the images positions and dimensions changed even more than what was being diplayed on the live site? (E.g I originally had two columns of square thumbnails for some slideshows and now i have a single column of rectangle images)
    3. I republished to see what would happen it now displays the way it was diplaying in Muse. The site is: www.jacobbuckland.co.uk
    My understanding was that when i create an image frame or gallery in muse that any image uploaded via the admin console should fill that frame no matter what the size or dimensions of that image?
    Any help gratfully received. Thanks

    Our technical team managed to find the immediate cause for the problem, and a solution.
    According to them there was a corruption on a speciffic OLAP file. By deleting it, they allowed it to be recreated on the next application processing. The file in question was found in \Microsoft SQL Server\MSSQL.2\OLAP\Data\UGF.0.db\<APPLICATION>.38.cub.xml
    Where <APPLICATION> is the name of the problematic cube.
    After that everything is working.

  • Getting position of data after selecting

    Hi All,
    Need help regarding this...
    Say I have a select statement that selects data from it and orders it in some fashion...
    Ex:
    The list of top 5 earners in a organisation
    i.e SELECT ename,sal FROM EMP WHERE sal >(SELECT AVG(sal) FROM EMP) AND ROWNUM<=5 ORDER BY sal DESC;
    gives a list say
    ename sal
    A 5000
    B 3000
    C 2000
    ...... and so on ..
    is it possible to add one more column and create a view which gives the position of each employee after selecting
    say...
    ename sal position
    A 5000 1
    B 3000 2
    C 2000 3...
    Can anybody help me out please...
    so that wn I say position 2 it should give me 'B' as my ename
    Edited by: user12842173 on Mar 24, 2010 10:13 PM

    SQL> SELECT first_name, last_name, salary, rn_sal sal_position
      2    FROM (SELECT e.first_name,
      3                 e.last_name,
      4                 e.salary,
      5                 AVG(salary) over() avg_sal,
      6                 row_number() over(ORDER BY salary DESC) rn_sal
      7            FROM hr.employees e)
      8   WHERE salary > avg_sal
      9         AND rn_sal <= 5
    10   ORDER BY rn_sal;
    FIRST_NAME           LAST_NAME                     SALARY SAL_POSITION
    Steven               King                        24000,00            1
    Neena                Kochhar                     17000,00            2
    Lex                  De Haan                     17000,00            3
    John                 Russell                     14000,00            4
    Karen                Partners                    13500,00            5
    SQL>

  • What Does + After Keyword Tag Mean?

    I'm just starting to figure out keywording (LR 1.1, Win XP).  I created a Keyword 'Dogs' and as Children of Dogs <g> created Keywords for the individual dogs by name.  Just one of the dog names has a + sign after it.  What does this mean?<br /><br />Thanks.

    The keyword with the + on it is actually called "keyword shortcut" and
    can also be selected using the context menu of a certain tag. It's used
    for assigning that tag to photos using either the spay tool or the
    context menu.

  • Error "The system cannot find the path specified" after upgrading to R2

    Hi guys,
    I upgrade from SP1 CU3 to R2 and since then I can not display images, I get the error: 
    Failed to run the action: Instalar Windows y Configuration Manager. 
    The system cannot find the path specified. (Error: 80070003; Source: Windows)
    just finished restart after applying the operating system. I installed all the updates, I delete and add the pxe point and nothing. The fact is that I have other tasks to capture using the same step and works fine. The hardware is a Virtual Machine
    de vmware.
    If anyone has ever happened or can help would be grateful. Sorry for my English.
    Thxxx!!!!
    Executing command line: OSDSetupWindows.exe TSManager 02/03/2014 19:08:39 932 (0x03A4)
    ==============================[ OSDSetupWindows.exe ]=========================== OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Command line: "OSDSetupWindows.exe" OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Releasing: PS100084 OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Unsuccessful in releasing PS100084. 80070490. OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    !shFile.null(), HRESULT=80070003 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,823) OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Failed to open file: C:\Windows\panther\unattend\unattend.xml (0x80070003) OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    this->resolveConfigFileVariables(), HRESULT=80070003 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,423) OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    setup.run(), HRESULT=80070003 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,1650) OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Exiting with code 0x80070003 OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Process completed with exit code 2147942403 TSManager 02/03/2014 19:08:39 932 (0x03A4)
    !--------------------------------------------------------------------------------------------! TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Failed to run the action: Instalar Windows y Configuration Manager.
    The system cannot find the path specified. (Error: 80070003; Source: Windows) TSManager 02/03/2014 19:08:39 932 (0x03A4)
    MP server http://SCCM.domain.com. Ports 80,443. CRL=false. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting authenticator TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Set authenticator in transport TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Sending StatusMessage TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting message signatures. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting the authenticator. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    CLibSMSMessageWinHttpTransport::Send: URL: SCCM.domain.com:80 CCM_POST /ccm_system/request TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Request was successful. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Set a global environment variable _SMSTSLastActionRetCode=-2147024893 TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Clear local default environment TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Let the parent group (Instalar sistema operativo) decides whether to continue execution TSManager 02/03/2014 19:08:39 932 (0x03A4)
    The execution of the group (Instalar sistema operativo) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows) TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Failed to run the last action: Instalar Windows y Configuration Manager. Execution of task sequence failed.
    The system cannot find the path specified. (Error: 80070003; Source: Windows) TSManager 02/03/2014 19:08:39 932 (0x03A4)
    MP server http://SCCM.domain.com. Ports 80,443. CRL=false. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting authenticator TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Set authenticator in transport TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Sending StatusMessage TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting message signatures. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting the authenticator. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    CLibSMSMessageWinHttpTransport::Send: URL: SCCM.domain.com:80 CCM_POST /ccm_system/request TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Request was successful. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,923) TSManager 02/03/2014 19:08:56 932 (0x03A4)
    Task Sequence Engine failed! Code: enExecutionFail TSManager 02/03/2014 19:08:56 932 (0x03A4)
    **************************************************************************** TSManager 02/03/2014 19:08:56 932 (0x03A4)
    Task sequence execution failed with error code 80004005 TSManager 02/03/2014 19:08:56 932 (0x03A4)

    Hi,
    There is a workaround:
    Wait until you get to the point where you select the task sequence
    Hit “F8” to open the command prompt
    Type “diskpart” and hit return
    Type “select disk 0” and hit return
    Type “list volume” and see if the CD/DVD drive has a drive letter of C:\ or D:\. If it does move to step 6, otherwise close the command prompt and begin the staging otherwise.
    Type “select volume X” (where X is the volume number of the CD/DVD drive) and hit return
    Type “assign letter=e” and hit return (if the E:\ is already taken up use the next available letter)
    Type “list volume” and hit return to ensure the new drive letter is active
    Close down the command prompt and begin staging
    Reference:
    Failed to open unattend.xml (0×80070003) error
    http://nikifoster.wordpress.com/2012/09/07/failed-to-open-unattend-xml-0x80070003-error/
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Set Position of Window after action

    Hello Experts,
    is there any oppurtunity to set the position of the scroll - bar to the top after execute a action?
    Many Thanks
    Marco

    I have now implemented following code in my ModifyView:
    IWDAttribute Info attribute = wdContext.node<MyNode>.getNodeInfo().getAttribute(IPrivateMyView.IMyNodeElement.Attribute);
    wdThis.wdGetAPI.requestFocus(wdContext.current<MyNode>,attribute
    But the focus will not set to my InputField which is bound to the Attribute
    Any ideas why?
    Regards
    Marco

  • Position of box after dragging?

    I have a draggable box made with jquery (http://jqueryui.com/demos/draggable/). After the box has been moved and I go to another page  with has the same box on it, or if I refresh the box goes back to its original position. How do I get the left and top position of the box when it has been dragged so I could pass it on with a parameter or something like that to another site? Thankx for any further help, tips, link!
    <script type="text/javascript">
      $(document).ready(function(){
        $("#draggable").draggable();
      </script>
    <style type="text/css">
    <!--
    #draggable {
         left: 10px;
         top: 10px;
    }-->
    </style>

    coreysyms wrote:
    > you can manipulate loaded movies via the _level
    property.
    >
    > for instance.
    >
    > this.loadMovieNum("my_movie.swf", 1); // loading a movie
    into _level1
    >
    > now i can target the level.
    >
    > _level1._x = 50;
    > _level1._y = 50;
    >
    > or even clips inside that movie.
    >
    > _level1.myMovieClip._x = 50;
    >
    > whatever you want.
    >
    > BUT the clip has to be completly loaded before flash can
    target it. so use
    > preloaders to be safe.
    >
    > cheers,
    > corey
    so, to avoid the wait and executing action prematurely, all
    you need to do
    is place this._x=50; and this._y=50; on the first frame of
    the loaded movie.
    It will position itself automatically while loading.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • E71 -- positioning server changed after F/W upgrad...

    Hi Nokians,
    After I have upgraded E71's firmware to 200.21.118, the GPS positioning server address is changed from
    supl.nokia.com
    to
    h-slp.mnc016.mcc502.pub.3gppnetwork.org
    Now my A-GPS not working. Previously, it took less than 1 minute to show my current position.
    On another issue,  If I turn "assisted" off, GPS is not working as well -- not able to showmy current position.
    200.21.118
    27-11-2008
    RM346
    NOKIA E71-1(26)
    Solved!
    Go to Solution.

    mecool2008 wrote:
    mecool2008 wrote:
    On another issue, If I turn "assisted" off, GPS is not working as well -- not able to showmy current position.
    After fiddling around the GPS, and reading some posts here, my observation is as follows:-
     If "assisted"  is off and indoor, satellite cannot be locked, so "Map" will not show "my position".
     If "assisted" is off and indoor but close to door or window, satellite maybe (but take a long time) or may not be locked 
     If "assisted" is off and I'm driving, satellite locking is about 5 minutes - 10 minutes.
    Conclusion: best enable "assisted". Downside is, there GPRS/data charges by operator. 
    GPS signals are too weak to make it through most buildings, so your observations are not surprising.
    I believe Assisted GPS using cell information to query a backend server to determine your approximate
    location very quickly and then that helps the GPS to lock on faster. I've observed that a pure an simple
    Garmin GPS can take 10 minutes or longer for initial lock, which makes Assisted GPS really attractive,
    despite the additional cost.
    Sanjay Mehta
    Motorola "Brickphone" circa 1996, Alcatel One Touch, Ericsson R380, Sony Ericsson T220, Sony Ericsson T630, Nokia E50, Nokia E61i, Nokia 9300i, Nokia E71,Nokia X6, Google Nexus S, iPhone 4S

  • Err msg  Goodwill global: All posting items must be specified after upgrade

    Hi ,
       After we upgarde our SEM-BCS from 3.2 to 6.0 , we got error message "Goodwill global: All posting items must be specified" when click the Check Setting in COI. The Goodwill global setting is not in 3.2. What should we do to solve this issue? And, do we need to adjust our ODS to the new structure according to Note 1080686 - Upgrade to SEM-BCS 6.0 - infrastructure enhancements?
    Thank you,
    Jeff

    Jeff Huang wrote:Hi Jeff,
    Is your implementation just technical upgrade from 3.2 to 6.0?
    BCS has evolved a lot from 3.2 to 6.0. There are many process enhancements. There are also additional screens. The internal infrastructure has changed.The FINBASIS has also upgraded from 200 to 600 (BCS 6.0) or 700 (BCS 6.0 EHP 2.0). Apart from the note 1080686 mentioned by you, please have a look at the following note: 1095298.
    >
    >What should we do to solve this issue? And, do we need to adjust our ODS to the new structure according to Note 1080686 - Upgrade to SEM-BCS 6.0 - infrastructure enhancements?
    Approaches differ from consultant to consultant. If I were you, I would have chosen to re-configure the whole BCS itself, under another new consolidation area using same data basis and master data, with all new features included in order to take the benefits of enhanced features of BCS 6.0.

  • How to fix acrobat 9.4.1 NOT to change position of objects after editing in Illustrator?

    Everyday I use the editing capabilities of Acrobat, with the ''Touchup Object Tool''. With objects, it opens in Illustrator, it's fantastic what you can do. A few days ago, I let Apple upgrade my OS from 10.6.4 to 10.6.5 (in fact, it is the second workstation at my work place, that's having the same problem). The problem is the following... When editing an object with that tool, saving back into the PDF file forces the position of that object to change, it shifts about half of an inch to the right and above. I don't see how I can fix this. Anybody has a solution?

    no bug - most likely it is user error but only you know what has gone on
    In anycase there have been virtually no reports of this - it is extremely unlikely to be a bug - and virtually zero chance that Apple will be fixing your problem
    LN

  • Mcedit: cursor position with tab after upgrade to mc 4.8.5 [SOLVED]

    Hello,
    I upgraded to mc 4.8.5-1 a few days ago. Using mcedit:
    If one (or more) TABs were used in a line the position of the cursor is two chars away (to the right) from where it should be. Simply edit the line and you see what i mean. Never had this effect in former versions.
    If the line includes no tab character the cursor position is ok.
    It seems to be a bug - can someone agree?
    Last edited by LessWire (2012-09-14 23:59:55)

    Bug solved with 4.8.6-1 incoming today - thanks!

Maybe you are looking for