Sort Key 091 is not created but Sort key is in GL master

Dear Gurus
When i checked the GL masters in PRD, we come to notice that one sort key  given in GL master is not created.
In OB16 sort key 091  is not created.
My doubt is that how we can create GL master with sort key 091.
Thanks and Regards
Sahil

Hi Sahil,
At the time of creating the GL account, the sort key might be existing in the system.
Later on the sort key might have deleted.
Unless and untill the sort key is defined in OB16 transaction, you cannot use the key in GL master.
If possible, Check the change log, for sort key table TZUN..
Hope this helps you..
Regards,
Praisty

Similar Messages

  • REP-52005: The specified key userlogin does not exist in the key map file.

    Hi,
    I am using oracle 11g report server. I am getting the error of REP-52005: The specified key userlogin does not exist in the key map file.
    I updated the user_string in cgicmd.dat file. My cgicmd.dat file content is below
    ; OracleAS Reports Services                       ;
    ; CGICMD.DAT                                      ;
    ; Example CGICMD.DAT Mapping file                 ;
    ; Syntax: 
    ;      KEY : VALUE
    ; Where:
    ; KEY - the first argument of the rwservlet URL request (case sensitive).
    ; VALUE - command line parameters and/or special parameters.
    ; Keys can be referenced in the following ways:
    ;    1. Parameter on command line to the reports servlet
    ;          e.g. http://machine/servlet/rwservlet?KEY
    ;    2. Parameter on command line to a reports jsp
    ;          e.g. http://machine/mydir/myreport.jsp?KEY
    ;    3. Within a reports jsp - in the rw:report custom tag
    ;          e.g. <rw:report parameters="KEY">
    ; In addition to the Reports Server command line parameters, VALUE can include special parameters
    ; represented as "%X", where X identifies the parameter. Currently recognized special
    ; parameters:
    ;  %0 - %9 - 0..9 arguments from original rwservlet URL request. Note that %0 refers to the key itself.
    ;  %* - entire contents (all arguments) of original rwservlet URL request.
    ;  %D - request users to input database userid everytime they run the report.
    ;  %P - request for report parameter form in HTML format. It generates the PARAMFORM=HTML
    ;       construction on the first submission of the URL and PARAMFORM=NO upon parameter form submission.
    ; CGICMD.DAT Usage Notes
    ;   1. Multiple keys in this file MUST be separated by an EXTRA empty line.
    ;   2. Extra spaces are ignored. Multi-line entries allowed.
    ;   3. Lines starting with ";" character are treated as a comments.
    ;   4. Comments within a key or key value are NOT allowed.
    ;   5. NLS language support is provided and can be used (encoding should match the one
    ;      used in HTML request - no language conversion of any kind is attempted.
    ;   6. For %P special parameter, HTML format is by default mapped to the HTMLTABLE format in this release.
    ;      The HTML format in the future may be mapped to the HTMLCSS format.
    ;;;;;;;;;;;; Example Key Entries
    ;  Example 1:  Run a simple breakb report and output to HTML
    orqa: report=breakb.rdf destype=cache desformat=html server=repserver
    ; Example 2: prompt for userid the first time, then use database userid stored in the cookie subsequently.
    report_defaultid: report=breakb.rdf destype=cache desformat=html server=repserver
    ; Example 3: use %D to require user authentication every time
    report_secure: report=breakb.rdf destype=cache desformat=html server=repserver1 %D
    ; Example 4:  Take all arguments from URL and send it to the reports server
    run: %*
    ; Example 5:  Run breakb report with HTML parameter form.
    breakbparam : report=breakb.rdf destype=cache desformat=html server=repserver userid=scott/tiger@mydb %P
    ; Example 6: take all URL arguments, and also generate a HTML parameter form  
    runp: %* %P
    ; Example 7: Run an Express Report. Replace <MYHOST> with the name of the machine running the Express server. The
    ; builder on-line help explains the rest of the parameters (the /sl, st etc. etc.)
    express: report=my_expr_rep express_server="server=ncacn_ip_tcp:<MYHOST>/sl=1/st=1/ct=0/sv=1/" desformat=htmlcss userid=scott/tiger@mydb destype=cache server=repserver
    ;;;;;;;;;;;; Keys for Reports Demos
    ; Using default/in-process server.
    ; JSPs
    ;charthyperlink_ias: userid="scott/tiger@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=%DBHOSTNAME%)(PORT=%DBPORT%))(CONNECT_DATA=(SID=%DBSID%)))" %*
    ;charthyperlink_ids: userid=scott/tiger@ %*
    ;barcodeweb:         userid=oe
    ;parmformjsp:        userid=oe
    ;tutorial:           userid=oe
    ; Paper Reports
    ;xmldata:            userid=oe report=inventory_report.rdf destype=cache p_filelocation="http://%HOSTNAME%:%OC4JPORT%/reports/examples/xml_pds/scripts/" desformat=pdf
    ;barcodepaper:       userid=oe report=shippingmanifest.rdf destype=cache desformat=pdf
    ;distributionpaper:  userid=oe report=inventory_report_dist.rdf distribute=yes destination=exampledistribution.xml
    ;pdfenhancements:    userid=oe report=utf8test.rdf destype=cache desformat=pdf
    userlogin : userid=SYMFINBTOTEST@fin10r21 %*
    As in the above file i have added a key as userlogin at the end of the file. But the reports server does not take the key that i have given. I followed the same steps provided in oracle docs. I used "showmap" to check the cgicmd file that is used by the reports
    http://aspirevm8-17.aspiresys.com:9002/reports/rwservlet/showmap?server=bluQubeReportsAtLocalEnv&destype&userid=SYMFINBT…
    It shows me the content of the cgicmd.dat file and it also shows my updations. But in the "Parsed Map File Entries" it does not show my key value pair
    Parsed Map File Entries
    Return to Top
    Key Name
    Value
    runp
    %* %P
    breakbparam
    report=breakb.rdf destype=cache desformat=html server=repserver userid=scott@mydb %P
    report_defaultid
    report=breakb.rdf destype=cache desformat=html server=repserver
    run
    report_secure
    report=breakb.rdf destype=cache desformat=html server=repserver %D
    express
    report=my_expr_rep express_server="server=ncacn_ip_tcp:<MYHOST>/sl=1/st=1/ct=0/sv=1/" desformat=htmlcss userid=scott@mydb destype=cache server=repserver
    orqa
    report=breakb.rdf destype=cache desformat=html server=repserver
    Please help me to to make the key being populated here and being used by the reports server.
    Thanks,
    Priya

    uncomment #KEYPMAPFILE=CGICMD.DAT. remove the #
    then for development set
    reloadkeymap=yes (same file - rwservlet.properties).
    Now it should reload everytime. (otherwise for every change u need to restart oc4j_bi_forms)
    (For * production* may be you want to set reloadkeymap=no once all testing is done)
    see cgicmd.dat for many examples of using keymap file
    [ All Docs for all versions ]
    http://otn.oracle.com/documentation/reports.html
    [ Publishing reports to web - 10G ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [ Building reports - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [ Forms Reports Integration whitepaper 9i/10g ]
    9i - http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    10g - http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    http://www.oracle.com/technology/products/forms/techlisting10g.html
    ---------------------------------------------------------------------------------

  • REP-52005: The specified key rep_drill does not exist in the key map file.

    Hi
    I am using Forms and reports version 11.1.1.4.0
    Weblogic 10.3
    I wanted to create a drilldown report
    I have modified the cgicmd.dat file in the below location
    C:\ORACLE\Middleware\user_projects\domains\CL2DOMAIN\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.1.2.0\configuration\cgicmd.dat
    by adding the below line to the end
    rep_drill: userid=JOE/JOE123@JOEDB server=rep_wls_reports_dsv-002_2inst desformat=pdf destype=cache paramform=no %*
    restarted the reports server
    In CUSTOMERS.RDF I have placed a link on the customer field using the below code
    SRW.SET_HYPERLINK_ATTRS('TARGET="_new"');
    SRW.SET_HYPERLINK('http://192.168.1.1:9002/reports/rwservlet?rep_drill+report='||'CUSTOMERS.rep+P_CUCODE='||CHR(39)||:CS_CUSTOMER||CHR(39));
    There are so many parameters passing to the report JOBS.RDF
    When I run the report and click on the link it gives me an error
    "REP-52005: The specified key rep_drill does not exist in the key map file."
    When I replace the rep_drill in the link with
    userid=JOE/JOE123@JOEDB+server=rep_wls_reports_dsv-002_2inst+desformat=pdf+destype=cache+paramform=no
    the report work perfect
    Can somebody help me please

    I said
    REPORTS_URL value:
    http://appserver4.rockefeller.edu:7777/reports/rwservlet?report=
    It looks like you did the following:
    REPORTS_URL value:
    http://appserver4.rockefeller.edu:7777/reports/rwservlet?report=test.rdf
    Try removing the test.rdf.
    Anton
    p.s. If you want some detailed help with integrating Apex and Reports, you can contact me offline here: http://concept2completion.net/c2/f?p=9876:20

  • 11gR2- REP-52005: The specified key userlogin does not exist in the key map file.

    hi,
    i am getting this error "REP-52005: The specified key userlogin does not exist in the key map file." when running report using url
    http://myserver.com/reports/rwservlet?userlogin&report_server&report=myreport.jsp....
    i have added the key mapping entry in cgicmd.dat file with the name userlogin
    as
    userlogin: userid=scott/tiger@devdb %*
    report_server: server=cluster_reports %*
    but still this error,

    uncomment #KEYPMAPFILE=CGICMD.DAT. remove the #
    then for development set
    reloadkeymap=yes (same file - rwservlet.properties).
    Now it should reload everytime. (otherwise for every change u need to restart oc4j_bi_forms)
    (For * production* may be you want to set reloadkeymap=no once all testing is done)
    see cgicmd.dat for many examples of using keymap file
    [ All Docs for all versions ]
    http://otn.oracle.com/documentation/reports.html
    [ Publishing reports to web - 10G ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [ Building reports - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [ Forms Reports Integration whitepaper 9i/10g ]
    9i - http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    10g - http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    http://www.oracle.com/technology/products/forms/techlisting10g.html
    ---------------------------------------------------------------------------------

  • REP-52005: The specified key replabel does not exist in the key map file.

    Hi,
    I am using oracle 11g report server. I am getting the error of REP-52005: The specified key replabel does not exist in the key map file.
    I updated the user_string in cgicmd.dat file but of no use. Plese kindly help me on the same.

    uncomment #KEYPMAPFILE=CGICMD.DAT. remove the #
    then for development set
    reloadkeymap=yes (same file - rwservlet.properties).
    Now it should reload everytime. (otherwise for every change u need to restart oc4j_bi_forms)
    (For * production* may be you want to set reloadkeymap=no once all testing is done)
    see cgicmd.dat for many examples of using keymap file
    [ All Docs for all versions ]
    http://otn.oracle.com/documentation/reports.html
    [ Publishing reports to web - 10G ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [ Building reports - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [ Forms Reports Integration whitepaper 9i/10g ]
    9i - http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    10g - http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    http://www.oracle.com/technology/products/forms/techlisting10g.html
    ---------------------------------------------------------------------------------

  • Index not created but it still reserved space on the disk

    Hi all,
    I have got a problem with creating an index. I am using oracle 10.2 DB on Windows 2003 Server.
    There are several jobs that are running at night to collect data from another database. Therefor I am always dropping the indices (for faster inserts, because the tables are really big) and after the data is loaded I am recreating the indices.
    Now when reacreating one of the index it gave me an error: ORA-01652: unable to extend temp segment by 8192 in tablespace CEXPLUS
    which I interpreted that there is no space left in tablespace CEXPLUS. I figured out on which disk the tablespace is saved. At that time I still had 55,5 MB free space left. Then I deleted some files and got 600 MB free space. Afterwards I created the index again. But after 1h or so there was still no index and now I only got 712 KB free space.
    Where is the free space if the index was not created and how can I get it back?
    How can I figure out, how much space I will need for the index?
    Any help is highly appreciated.
    Regards,
    Denise

    Hi,
    I used this query (I am not sure whether it is correct):
    SELECT tablespace_name, (sum(bytes)/1024)/1024 mb
    from dba_free_space
    group by tablespace_name
    and it says for the tablespace CEXPLUS (in which I want to create the failed index) there is still 8074 MB left. But I know that on the server itself the harddisk has got 712 KB free space. How can that be? And still my question, before I created the failed index I had 600 MB free space? How can I get it back?
    What about the sort segment? Is ist still used by the failed index? Or is it used by other transactions, so meaning that it is overwritten? And if I restart the database will the space it had taken be free again, meaning will I then have back my 600 MB?
    Thanks for your help.
    Regards,
    Denise

  • Oper account not created but how can i get sysoper privilege

    Hello Everyone ;
    Hello Everyone ;
    When installing oracle i did not create oper account.
    now  i am checking my personal database;
    SQL> show user;
    USER is "SYS"
    SQL> select * from system_privilege_map where name like '%SYS%';
    PRIVILEGE  NAME      PROPERTY
      -3    ALTERSYSTEM    0
      -4    AUDIT SYSTEM  0
      -83    SYSDBA        0
      -84    SYSOPER 0
    SQL> select count(*) from session_privs;
      COUNT(*)
      166
    >> Connecting as sysoper
    I   can connect  SYS  /as SYSOPER  but  this  session has only 3 privilegs - why ?
    SQL> conn /as sysoper
    Connected.
    SQL> select count(*) from session_privs;
      COUNT(*)
      3
    SQL> select * from system_privilege_map where name like '% SYS%';
    PRIVILEGE NAME PROPERTY
      -3  ALTER SYSTEM  0
      -4  AUDIT SYSTEM  0
    SQL> select * from session_privs;
    PRIVILEGE
    CREATE SESSION
    RESTRICTED SESSION
    SYSOPER
    SQL> show user;
    USER is "PUBLIC"
    SQL> shut immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    Even i did NOT create oper account for sys user then how can i get all sysoper privilege for public user.

    Thanks for quick response;
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2659418700346202574
    sysoper is another role, if you connect as sysoper, you'll be in a schema "public" a
    i am getting confused  from  given link and your answer.
    because  system is displaying  USER is "PUBLIC" .
    when i review  (See $ORACLE_HOME/rdbms/lib/config.c in your installation).
    /*  SS_DBA_GRP defines the UNIX group ID for sqldba adminstrative access.  */
    /*  Refer to the Installation and User's Guide for further information.  */
    #define SS_DBA_GRP "dba"
    #define SS_OPER_GRP "dba"
    char *ss_dba_grp[] = {SS_DBA_GRP, SS_OPER_GRP};
    ~
    I am sorry for comparing both replies.
    please clarify little more.

  • File not created but still gives an error

    I receive an "Error 1" message using "new file""
    I am trying to read a new filename path from a txt file. This new filename path I use to create a new file to store data in. See attached test VI. The first time everything works fantastic but the second time the while loop executes it should create a new filename from the new file path that I give in the text file.
    The error message I get is error -1 message, which occurs when the filename already exist, but it does not. First of all I have checked the directories fro double files and the second path is read in perfectly (which show while in debug mode).
    I have a suspicion it has something to do with the refNum output of the "new file", but I am not sure
    and I do not know how to work around that either.
    Does anybody have any ideas
    Kind regards,"
    Attachments:
    read_from_file_to_path.vi ‏47 KB
    filename.txt ‏1 KB
    TEXT.txt ‏1 KB

    Hello,
    The problem comes from a formula you use to tell how many caracters you have to read in the text file. This number has to be constant (25 here). See in the image attached !
    Be carefull if you want to overwrite those files later. Errors occur if files already exists using your method. You'll have to use the "file/dir info"...
    Hope this helps !
    Julien
    Attachments:
    Save_to_file.JPG ‏53 KB

  • My wireless key board does not work but wireless mouse does?

    I can not get my wireless keyboard to work again after i changed the batteries, It work sonewhat before I chaged the batteries but don't work at all now. I tried removing the thing pluged into the usb port and i pushed the connect button on the bittom of keyboard but nothing works. The wireless mouse works fine. What could be wrong?

    Not sure which KB you have, but I'd check a few things.
    1) You might have a dead battery or two - perhaps try batteries known to be working in another device, such as a TV remote control.
    2) The KB shouldn't need to be re-synced just via a battery change.   However, if you do resync - you might need to hold the sync button longer.   On my TouchSmart IQ804, I usually push mine about 10 seconds or so.   I can pull the USB tranceiver out of the back of the unit and put it in the side/front port, that way I can watch the LED that indicates sync/transfer better.
    I know that there are some good wireless KB troubleshooting documents on the HP website - here is a link to one of them.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00006821&lc=en&cc=uk&dlc=en
    -DM (a long-time HP employee)
    -DM (HP Retiree)
    NOTE: If this helps you or solved your problem - please say thanks by clicking the white kudos star on the left.
    If you think this would also help others, please mark 'Accept as Solution' to help them find it easier.

  • I have created an interaction to show 7 groups and 7 clickable objects. Once all are click the Next Button is show. How can you make that work if you want to embeded the SWF just created but show a button in a master Captivate?

    In flash you can have a shell that has the navigation and some button in the shell are not activated until all clickable objects are clicked.  I am not a flash programmer but it was related to using the path of shell and the sub-project.
    Can anybody help me on that.
    I would like to create Captivate interaction that you can just embedded in a Shell captivate project.
    Do I need to set variables at both levels (Global variable. 

    Hello Lieve, That is the screen shot of my custom interactivity, when all labels are clicked the Continue button will be shown because there is a conditional validating if all Labels have now a value of 1. What I am trying to achieve is to create an interaction where where the continue button (an the back button would reside in another Captivate project. This way there is no reprograming required or use of share-actions.  Everytime we use a similar advanced action or a shared action we have to make sure the object name in the advanced actions or conditional actions are not the same.  I trying to make it a bit dump proof for somebody that does not know any thing about advanced  action and just reuse the label interaction in may projects.  (The only thing they would change would be the image and the content of the label.
    Do you thing I going in the right direction.  (As I said before I have custom javacript in Captivate 5.5) to unlock un button that was part of the LCMS ForceTen). I belive the word .this was part of the object path in the JavaScript.  Can we hide and show a Captivate button.
    I have embedded other Captivate animation in a Master Captivate but the objets were not talking to each other. (You can see a sample http://www.youtube.com/watch?v=Erm4_qdybiA&feature=youtube_gdata). In that sample the continue is always there and can be click anytime.  The 3 steps animation has been done as another project and embedded in my main captivate.  I would like to implement a solution where a my 7 labels have to be clicked in the subproject before showing and enabling the Continue button.
    I hope my explanation is clear enough.

  • Key board will not lock the cap key

    Purchased my first IMAC and because I have Microsoft soft ware that Apple does not support I partioned the disc and was able to load Windows 7 (I know a nasty word for Mac users)  I cannot get my keyboard cap key to lock on to install my newwork key for a wireless network because it would appear that cap key is not working for caps even when I use the shift key as well.  It would appear that I key board is working only because I can type in the key of something when I chose the my network name.  Any suggestions

    Contact Apple Service, iMac Service or Apple's Express Lane. Do note that if you have AppleCare's protection plan and you're within 50 miles (80 KM) of an Apple repair station, you're eligible for onsite repair since yours is a desktop machine, and might be applicable to new machines..

  • Firefox will not load but other browsers will. Task master does not show it's open and it will not load even if I reboot.

    The cursor continues to spin then stops. Will not load.

    Open the Windows Task Manager > Processes Tab and see if there is a '''firefox.exe''' process running, when you can't open Firefox and you find it necessary ti restart your PC. When you try to open Firefox and a firefox.exe process is "hung", you should get a warning message that ''' "Firefox is already running" '''.

  • After sorting the bookmarks do not stay sorted. why?

    After finding the sort feature under view not organize, I sorted them alphabetically. I did this multiple times using both the alphabetic feature and the A-Z feature but they revert to a random order in both the show bookmarks menu and on the bookmarks toolbar. I did have an auto sort add on enabled.

    The Views menu in the Bookmarks Manager (Bookmarks > Show All Bookmarks) is for viewing the bookmarks in a different sorting order (hence the name Views) and doesn't sort bookmarks permanently.
    In Firefox the option to sort bookmarks is only available for folders and not for individual bookmarks.<br />
    Right-click a folder to open the context menu and choose "Sort By Name" in the left pane of the Bookmarks Manager or in the sidebar to sort the bookmarks alphabetically or drag bookmarks to the wanted position.<br />
    If dragging doesn't work then use Cut and Paste instead.
    See also:
    * http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox

  • Seahorse: Cannot Create a PGP Key (And Now Hangs on Start)

    Opening seahorse and trying to create a new PGP key does nothing.  The program also seems to be unstable and crashes every now and then, too.
    EDIT: I installed gnome-keyring and now the process hangs whenever I try to start it.
    I would like to be more specific, but opening seahorse in the console does not give any information.
    Update: It appears that seahorse does not like making new keys.  After a reboot, I find the key I tried to create in my keying, but any attempt to create a second key results in the same hanging as before.  Another reboot and seahorse acts normal, unless you try to make a key.
    Last edited by easton741 (2015-03-06 01:03:13)

    Sorry, I should have added this error message that I get when trying to move the rejected clips to the trash:
    The operation could not be completed. * -[NSPlaceholderMutableDictionary initWithObjects:forKeys:]: number of objects (0) not equal to number of keys (4)
    Perhaps this will help someone with nailing down what the issue is.
    Thanks again.

  • Schedule Lines not created from MRP

    Hi !!
    I have a finished product ""111-2523-64"" and in its BOM i have a semifinished product ""111-2523-64-010"" produced(Inhouse)& three raw materials .
    For the Raw Materials I have made the scheduling agreement & source list with indicator ("2"" create schedule lines automatically""
    Problem -: Now when I run the MRP using T-Code MD02 the system is planning the finished & semifinished product 
    *but no schedule lines are created for the raw materials.*
    Please Guide , Itz very urgent.
    Regards
    Rahul Bhardwaj
    9909986406

    Dear Rahul,
    When u r running MRP maintain '3' for Delivery Schedules Field under MRP Control Parameters ( T Code MD02). Sheduling Agreement should be valid. If there is sufficient stock on hand compared with the requirement then system will not create any Schedule Lines. In material master of raw Materials on MRP2 view Procurement Type should be Maintained as 'F'. If u have maintained 'E' or 'X' then MRP run will not create schedule lines.
    Regards
    Sunil Kumar

Maybe you are looking for