Manage Add-on not active

Hello,
after fix pack 3 installation my button Manage addon not active.
Can anybody help?
Regards,
Roman

This is possibly administrative rights problem. When i try to start Xcelsius with administrative rights everything is ok .But i have limited rights on my computer. I have tried a solution and worked for me. We are adding a line to regedit.
Find the key and give 0 dword value.
___msdn library____
    Key: SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
    Value: "EnableLUA"
    Type: REG_DWORD
    Data: This MUST be a value in the following table.
    Value    Meaning
    0x00000000    Disabling this policy disables the "administrator in Admin Approval Mode" user type.
    0x00000001   This policy enables the "administrator in Admin Approval Mode" user type while also enabling all other User Account Control (UAC) policies.

Similar Messages

  • Managed Standby Recovery not active

    Dear All,
    My database version is:
    SQL> select banner from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    OS:RedHat 5.5
    My current configuration is:
    We have two node RAC primary database and a local standby database.
    And TWO NODE RAC DR (REMOTE)STANDBY DATABASE
    while checking (REMOTE WHICH IS TWO NODE RAC)dr synchronization we found archive since yesterday has not been applied.
    But local dr is fully sinc with the primary database.
    When i have executed 'ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL' it says
    SQL> alter database recover managed standby database cancel;
    alter database recover managed standby database cancel
    ERROR at line 1:
    ORA-16136: Managed Standby Recovery not active
    I manually copied the archive log which where missing in the remote standby database and then register those archive log.
    after that when i manually tried to recover the standby database it has given me following error.
    sql>recover automatic standby database;
    ORA-00283: recovery session canceled due to errors
    ORA-01124: cannot recover data file 1 - file is in use or recovery
    ORA-01110:data file 1: '/database/ctmis/system01.dbf'
    please please help me to resolve the issue.
    Thanks and Regards
    Monoj Das

    according to my understand
    Node1,Node2 is having node1-standby node2-standby in RAC environment right?
    on which node logs ur trying to apply on which node standby? (node1 ==>node1-standby or node2 ==>node2-standby)
    check it...hope it will work or not sure :)
    standby side...
    rman target /
    RMAN>crosscheck archivelog all
    then try to recover..will see ..
    if not
    check with support.oracle.com through SR.

  • ORA-16136: Managed Standby Recovery not active

    Hi
    I am trying implement the dataguard in the windows platform. And this is my first time. Right now iam trying on physical standby. i have done everything as per the document. But iam getting some error. After giving the
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
    SQL> ALTER SYSTEM SWITCH LOGFILE;
    SQL> recover managed standby database cancel;
    // I am getting error
    ORA-16136: Managed Standby Recovery not active
    When just like that i tried to open the standby database in read only mode, i am getting error
    SQL> alter database open read only;
    alter database open read only
    ERROR at line 1:
    ORA-16004: backup database requires recovery
    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
    ORA-01110: data file 1: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\DB1\SYSTEM01.DBF'
    When i checked the alert log file of Primary Database, it shows:
    PING[ARCo]: Heartbeat failed to connect to standby 'db2sby'. Error is 1031.
    Wed Sep 01 14:10:27 2010
    Thread 1 advanced to log sequence 337 (LGWR switch)
    Current log# 2 seq# 337 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\DB1\REDO02.LOG
    Wed Sep 01 14:10:28 2010
    Deleted Oracle managed file C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\DB1\ARCHIVELOG\2010_02_25\O1_MF_1_224_5RD10Z5V_.ARC
    Wed Sep 01 14:14:53 2010
    Error 1031 received logging on to the standby
    Wed Sep 01 14:14:53 2010
    Errors in file c:\oracle\product\10.2.0\admin\db1\bdump\db1_arco_2156.trc:
    ORA-01031: insufficient privileges
    PING[ARCo]: Heartbeat failed to connect to standby 'db2sby'. Error is 1031.
    Wed Sep 01 14:19:53 2010
    Error 1031 received logging on to the standby
    Wed Sep 01 14:19:53 2010
    Errors in file c:\oracle\product\10.2.0\admin\db1\bdump\db1_arco_2156.trc:
    ORA-01031: insufficient privileges
    And when i checked alert log file of stand by database:
    Wed Sep 01 14:13:19 2010
    Errors in file c:\oracle\product\10.2.0\standbyy\admin\db2\bdump\db2sby_dbw0_3060.trc:
    ORA-01157: cannot identify/lock data file 9 - see DBWR trace file
    ORA-01110: data file 9: 'C:\TSUNDO12.DBF'
    ORA-27086: unable to lock file - already in use
    OSD-00001: additional error information
    O/S-Error: (OS 101) The exclusive semaphore is owned by another process
    --> The above error of Standby was coming for each datafile such as system, users etc.
    Kindly Help me.
    Shiyas M

    here is the pfile of Primary Database:
    db1.__db_cache_size=188743680
    db1.__java_pool_size=4194304
    db1.__large_pool_size=4194304
    db1.__shared_pool_size=83886080
    db1.__streams_pool_size=0
    *.audit_file_dest='C:\oracle\product\10.2.0/admin/db1/adump'
    *.background_dump_dest='C:\oracle\product\10.2.0/admin/db1/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='C:\oracle\product\10.2.0\oradata\db1\control01.ctl','C:\oracle\product\10.2.0\oradata\db1\control02.ctl','C:\oracle\product\10.2.0\oradata\db1\control03.ctl'
    *.core_dump_dest='C:\oracle\product\10.2.0/admin/db1/cdump'
    *.db_16k_cache_size=4194304
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='db1'
    *.DB_UNIQUE_NAME='db1prim'
    *.LOG_ARCHIVE_CONFIG='DG_CONFIG=(db1,db2sby)'
    *.LOG_ARCHIVE_DEST_1='LOCATION=C:\oracle\product\10.2.0\ARCHIVELOG VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=db1prim'
    *.LOG_ARCHIVE_DEST_2='SERVICE=db2sby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=db2sby'
    *.LOG_ARCHIVE_DEST_STATE_1=ENABLE
    *.LOG_ARCHIVE_DEST_STATE_2=ENABLE
    *.LOG_ARCHIVE_FORMAT=%t_%s_%r.arc
    *.LOG_ARCHIVE_MAX_PROCESSES=30
    *.FAL_SERVER=db2sby
    *.FAL_CLIENT=db1
    *.DB_FILE_NAME_CONVERT='C:\oracle\product\10.2.0\Standbyy\oradata\DB2','C:\oracle\product\10.2.0\oradata\db1'
    *.LOG_FILE_NAME_CONVERT='C:\oracle\product\10.2.0\Standbyy\oradata\DB2','C:\oracle\product\10.2.0\oradata\db1'
    *.STANDBY_FILE_MANAGEMENT=AUTO
    *.db_recovery_file_dest='C:\oracle\product\10.2.0/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=db1XDB)'
    *.job_queue_processes=10
    *.open_cursors=300
    *.pga_aggregate_target=95420416
    *.processes=150
    *.recyclebin='OFF'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=287309824
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='C:\oracle\product\10.2.0/admin/db1/udump'
    *.utl_file_dir='OCM_CONFIG_HOME/state'
    Here is the Pfile of standby database:
    db1.__db_cache_size=188743680
    db1.__java_pool_size=4194304
    db1.__large_pool_size=4194304
    db1.__shared_pool_size=83886080
    db1.__streams_pool_size=0
    *.audit_file_dest='C:\oracle\product\10.2.0\Standbyy\admin\db2\adump'
    *.background_dump_dest='C:\oracle\product\10.2.0\Standbyy\admin\db2\bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='C:\oracle\product\10.2.0\Standbyy\oradata\db2\control001.ctl','C:\oracle\product\10.2.0\Standbyy\oradata\db2\control002.ctl','C:\oracle\product\10.2.0\Standbyy\oradata\db2\control003.ctl'
    *.core_dump_dest='C:\oracle\product\10.2.0\Standbyy\admin\db2'
    *.db_16k_cache_size=4194304
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='db1'
    *.DB_UNIQUE_NAME='db2sby'
    *.LOG_ARCHIVE_CONFIG='DG_CONFIG=(db1,db2sby)'
    *.LOG_ARCHIVE_DEST_1='LOCATION=C:\oracle\product\10.2.0\ARCHIVELOG VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=db2sby'
    *.LOG_ARCHIVE_DEST_2='SERVICE=db1 LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=db1'
    *.LOG_ARCHIVE_DEST_STATE_1=ENABLE
    *.LOG_ARCHIVE_DEST_STATE_2=ENABLE
    *.LOG_ARCHIVE_FORMAT=%t_%s_%r.arc
    *.LOG_ARCHIVE_MAX_PROCESSES=30
    *.FAL_SERVER=db1
    *.FAL_CLIENT=db2sby
    *.DB_FILE_NAME_CONVERT='C:\oracle\product\10.2.0\Standbyy\oradata\DB2','C:\oracle\product\10.2.0\oradata\db1'
    *.LOG_FILE_NAME_CONVERT='C:\oracle\product\10.2.0\Standbyy\oradata\DB2','C:\oracle\product\10.2.0\oradata\db1'
    *.STANDBY_FILE_MANAGEMENT=AUTO
    *.db_recovery_file_dest='C:\oracle\product\10.2.0\flash_recovery_area\DB2SBY'
    *.db_recovery_file_dest_size=2147483648
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=db1XDB)'
    *.job_queue_processes=10
    *.open_cursors=300
    *.pga_aggregate_target=95420416
    *.processes=150
    *.recyclebin='OFF'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=287309824
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='C:\oracle\product\10.2.0\Standbyy\admin\db2\udump'
    *.utl_file_dir='OCM_CONFIG_HOME/state'

  • In Windows 8, under manage add-ons, Flash player is listed under the heading Not Available, but is listed as being Enabled.

    I Try to reinstall it but it tells me it is already pre-installed with my windows 8 and to turn off active x filtering or to enable it in manage add ons.  Active x filtering is not on, and it is currently enabled, it is just listed under the Not Available heading and I am guessing that is why it is not working when I go to view something that needs flash player.  Is there a way to uninstall it and reinstall it going around the windows preinstalled??  Or a way to get it out of the Not Available and into the Adobe heading in my add-ons??

    What you can do is either Reset IE (Gear > Advanced > Reset), or if that doesn't work, you'll need to go into Add/Remove programs, find the last Windows Update for Internet Explorer or Flash, uninstall it, then re-install it from Windows Update.  This will usually get you back to a good state with IE.

  • In manage add-ons, Adobe Flash Player is listed under Not Available, but is listed as enabled.

    When trying to view something that needs flash player, it tells me that I need to have flash player to do this.  So I go to install it, and it tells me it is already installed with my Windows 8.  So, then it tells me to either Enable flash player or to disable Active x filtering.  Active x filtering is not enabled, so I go to Manage add ons, and it shows that Shockwave Flash Object is listed under the heading NOT AVAILABLE, but is listed as being enabled.  I have tried to reinstall flash player, but it won't let me because it is already installed.  Not sure why it is showing up under Not Available, and not under the Adobe heading with my Adobe PDF reader.  Can anyone tell me how to get flash player back from this point???

    Please ask your question on a forum for the Flash Player

  • Word opening in Client Application in SharePoint document library when feature is not activated in manage features in site collection

    Hello, I wish for all Word documents to open in the browser for my SharePoint document library on my team site.
    The feature 'open in client application' is not activated in Features for the site collection and the setting in the document library is set on 'Use the server default (open in the browser)
    When I select File > new> from the ribbon in the document library - it still opens Word in the client application?
    Any ideas on this?
    Is there a general Office 365 setting over riding SharePoint somewhere?
    Regards
    kegan1

    Okie don't open up a ticket. Can you please open internet explorer...See if its the latest version. Once you have done that can you login to the SharePoint site. Then go to the internet wheel option  in top right corner > select manage add on >
    Click on toolbars and extensions on left > then click on SharePoint open documents in client and disable it. Close the browser completely now for the changes to take effect. Open internet explorer once again and then try to go to site collection click on
    file and create new. The word will open up in browser now. This has to be done on each and every machine in your firm so that users will be able to open up only in browser. Out of the box there is only one way is to customize the ribbon and remove the new
    option from there or creating an all together new ribbon for your SharePoint from visual studio.

  • Shrink database is not active in SQL SERVER Enterpriser manager

    Dear guru
    Shrink database is not active in SQL SERVER Enterpriser manager what to do
    Rupesh
    SAP BASIS Consultant

    Hi,
    >Thank you very much for not supporting i have solved the problem by reading some other documents
    That's exactly what I wanted you to do : With a little personal work, you can actually learn to do your own work ! "Don't give fish to hungry people. Teach them how to go fishing !"
    Regards,
    Olivier

  • Error 109 : MaxL api instance is not Active  after installing excel add-in

    Hello Gurus
    I am getting error Error 109 : MaxL api instance is not Active while expanding essbase server in EAS console.
    I am using EPM 11.1.2.1 on Windows server 2008 x64 with MS Office 2007 x32
    EAS was working properly before installing Excel Add-in,
    What i did is
    1. I first installed excel add-in and when I clicked on connect Log-in screen didn't appears.
    2. Then I reinstalled excel add-in and it started working properly and EAS was also working fine.
    3. But after restarting VM, EAS is not working, it is giving error like "Error 109 : MaxL api instance is not Active"
    4. I also searched on OTN for EAS issue and checked following environment variables
    ESSBASEPATH : C:\Oracle\Middleware\EPMSystem11R1\products\ExcelAddin
    ESSLANG : English_UnitedStates.Latin1@Binary
    5. And also tried reinstalling EAS
    Any help will be highly appreciated.
    Thanks
    Yash
    Edited by: yash on Apr 10, 2012 8:01 PM

    Hello,
    I had the same problem, after add-in 's installation on epm 11.121
    Without solution, I was forced to uninstall all epm and reintsall.
    Is there another method to solve this problem ?
    thx

  • Adobe PDF Reader Publisher 'not available' in IE Manage Add-ons

    Some users of a website that displays PDFs in the browser are not able to view the PDFs.  These users are using IE9 and Adobe Reader XI on a Windows 7 machine. They have gone through uninstalling, reinstalling, and repairing Adobe Reader XI and have ensured that the IE settings match the IE settings for other users whose setups work correctly.  The only difference is in the Manage Add-Ons.  On machines that do work, the publisher for the Adobe PDF Reader add-on is listed as 'Adobe Systems, Incorporated'.  On the machines that do not work, the publisher is shown as 'not available'.   My gut feeling is that since the publisher is listed as 'not available', Microsoft doesn't trust the add-on and won't run the ActiveX control to display the PDFs in the browser.
    How can I fix those systems so that the add-on shows as 'Adobe Systems, Incorporated' on the machines that do not work?  Or how can I get them to work regardless of the publisher listed?  Or is this even the issue of why these machines will not display PDFs in the browser?

    They do assure me that they are using the 32-bit version of IE.  I think the add-on doesn't show at all in the 64-bit version.

  • Credit Management-Sales value updated in FD32 even though credit set up is not active

    Dear Team,
    We are facing an issue where, for a sample order - sales value got updated as open sales order value against a customer in FD33.
    Credit set up is not active for the sales order type (OVAK) or the delivery type (OVAD). Since this has occurred in 2003, we have no clue what exactly has happened. We cannot locate any change logs in the configuration level.
    1) What is the possibility for credit management to be active for a document type, which was not meant for credit set up?
    2) How to remove the open order/ delivery value for the customer?
    Thanks and regards.
    Sivarajesh

    Credit set up is not active for the sales order type (OVAK) or the delivery type (OVAD).
    the above two settings  are credit checks at what level( example order level or delivery etc) you what to block the customer if the customer payer exceeds the credit limit.
    Where as if the credit active field is active in VOV7 in corresponding item category, system update the respective document values in to credit management (FD32/33) in your example open order value.
    Even though OVAK, OVAD settings are not done still system update the document values in to FD33 subject to credit active field is active in t code VOV7 .
    Please check in your item category whether credit active field active.
    thanks,
    Srinu.

  • Internal Concurrent Manager is Not Active at this tim

    Dear,
    We are on 11.5.10,
    Concurrent manager is not working properly. whenever, we start concurrent manager it's whow active but after few second approvx 15 second show not active.
    Any boday have idea.
    thanks

    i have run cm clean and restart concurrement it was active but fiew second later it's showing inactive againg.
    -- out put of log file.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 5112060
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 09:04:48 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 09:04:48
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 4260082
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 12:50:42 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 12:50:42
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 15204490
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 12:59:31 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 12:59:31
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 20250840
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:01:10 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:01:10
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 4260094
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:07:04 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:07:04
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 19792126
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:12:57 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:12:57
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 11468854
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:15:38 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:15:38
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 21168284
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:18:37 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:18:37
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 16187636
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:21:43 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:21:43
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 15269970
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:34:50 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:34:50
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 21954618
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 14:47:57 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 14:47:57
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 17826000
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 15:17:50 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 15:17:50
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ------- end  out put

  • Records Management  add  and read note

    Hello
    We are in the process of imigrating our paperarchiv from Excel-Sheets to records management. For the data-imigration of the paperrecords I found a bapi. So far so good. I also have to add a note to the paperdocument. For this I have found nothing. I tryed it with bapi's for documents with negative results. How can I create a note and add this note to the paperdocument?
    Any suggestions or code?
    Regards
    Andreas

    I assume you are using the records and not cases. The easiest way is to create an own service provider like SRM_SP_NOTE. the problem with this is, that it has no API as far as I know. The other possibilty is to use cases instead of records. There you can create notes with the case API.
    regards,
    Thomas

  • Shockplayer not listed in "manage add ons"

    I have taken all the suggested steps to get shockwave player working but no go. This player is not even listed in the manage add ons. What am i doing wrong here?

    I gave you a link in my previous post - please ask your question on that forum, this is the wrong one.
    Oops - I see the link I tried to provide got hosed. Try this one for the Flash Player
    Message was edited by: Sean_Wilson

  • In manage add-ons, it shows Shock wave as enabled but Flash Player still does not work.

    In manage add ons, it shows shock was as enabled, but flash player still does not work

    TryDisabling ActiveX Filtering in Internet Explorer

  • Internal concurrent manager is not active in R12.1.3

    hi,
    i have R12.1.3 installed on guest OEL 5.5.
    my concurrent manager is down.
    here is the output of adcmctl,
    when i start using the above utility, ICM becomes active but after a min it again goes back to inactive status.
    it would be great if someone can help me on bringing this up.
    regards,
    ad
    adcmctl.sh status apps/apps
    You are running adcmctl.sh version 120.17.12010000.5
    Internal Concurrent Manager is Not Active at this time.
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /u01/oracle/VIS/inst/apps/VIS_localhost/logs/appl/admin/log/adcmctl.txt for more information ...

    thanks Hussain.
    i see following in the CM log,
    please advice.
    thanks,
    ========================================================================
    Starting VIS_0519@VIS Internal Concurrent Manager -- shell process ID 15416
    logfile=/u01/oracle/VIS/inst/apps/VIS_localhost/logs/appl/conc/log/VIS_0519.mgr
    PRINTER=noprint
    mailto=oracle
    restart=N
    diag=N
    sleep=30
    pmon=4
    quesiz=1
    Reviver is ENABLED
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 19-MAY-2013 11:43:50 -
    Shutting down Internal Concurrent Manager : 19-MAY-2013 11:43:50
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The VIS_0519@VIS internal concurrent manager has terminated with status 1 - giving up.

Maybe you are looking for

  • Pcmanfm sort order of files

    Hello all, I have a question. Is there a way to change the default sort order of pcmanfm? Whenever I start it up, files will be shown sorted by type. I would like it to sort files by name instead.

  • QM Inspection type 03

    Hi Can any body please let me know how to make an insepction type 03 stock relevant ? Regards Sankar N

  • No display of currency - unit in bex

    Hi, I have a problem regarding currency translation - coversion. I have made a currency translation type from USD to EUR  with fixed target currency EUR. When I use the conversion in BEx query it works, but it does not show the currency unit EURO int

  • Condition Base Value not maching between R/3 screen and Database

    Hi All, We have been using the Condition Base Value KAWRT field in the datasource 2LIS_13_VDKOM (Billing Document Condition). While reconciling the data in the underlying R/3 table KONV and the R/3 screen (VF03 transaction) and DS extracted data, we

  • Line Frequency Noise

    Hi! I am acquiring data from a digital readout unit using AI on my PCI-6034 card (with CB-68LP). This signal is VDC (±10mV) Lets say the output from the digital readout unit is solid 3mV. When I display the acquired signal, I see a random noise signa