Concurrent managers be restarted after registering a custom appl

Shoud the concurrent managers be bounced after registeringa cuatom application with 11i10.
When tried to access the menus in the registered custom application its erroring with something like "Functions not available to this responsibility"

hello,
check the jdk version is new or not..
Regards
Krishnam Raju K.V
Sr.Oracle Applications DBA,
Nairobi, KENYA.
Call: +(00254) 721767244 (KENYA) , +919866668956 (INDIA).
Mail: [email protected]

Similar Messages

  • After Cloning Concurrent managers erroring out while coming up

    Hi
    I have cloned the r12.1.1 instance all the things are successful but the concurrent managers are not coming up.
    I checked the by login as sysadmin concurrent-->administer-->select standard manager-->processes log file i found the following errors
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    STANDARD Concurrent Manager started : 05-OCT-2011 13:33:49
    05-OCT-2011 13:33:49
    Starting concurrent program FNDWFBG for concurrent request 19347388 (MODULE=FNDWFBG)
    05-OCT-2011 13:33:50
    Starting concurrent program FNDWFBG for concurrent request 19347390 (MODULE=FNDWFBG)
    Routine AFPCSQ encountered an ORACLE error. ORA-12170: TNS:Connect timeout occurred
    Review your error messages for the cause of the error. (=<POINTER>)
    Shutting down Concurrent Manager : 05-OCT-2011 13:37:04
    ORA-01012: not logged on
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: and was executed from the file .
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01012: not logged on.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    _ 3 _
    Routine AFPCSQ encountered an ORACLE error. ORA-12170: TNS:Connect
    timeout occurred
    Review your error messages for the cause of the error. (=<POINTER>)
    I tried to trouble shoot the issue by doing the following things
    1)stop all Appl services
    2)stop database and listener
    3)start db and listener
    4)as a apps user
    EXEC FND_CONC_CLONE.SETUP_CLEAN;
    COMMIT;
    EXIT;
    5)run Auotconfig on DB Tier
    6)as a apps user execute the following script
    SQL> @$FND_TOP/patch/115/sqlafdcm037.sql;
    select CONCURRENT_QUEUE_NAME from FND_CONCURRENT_QUEUES where CONCURRENT_QUEUE_NAME like 'FNDSM%';
    7)ran adrelink for FND module
    Go to cd $FND_TOP/bin
    $ adrelink.sh force=y "fnd FNDLIBR"
    $ adrelink.sh force=y "fnd FNDSM"
    $ adrelink.sh force=y "fnd FNDFS"
    $ adrelink.sh force=y "fnd FNDCRM"
    8)run autoconfig on appl tier
    9)run cmclean.sql
    10) start all the application services.
    All went fine but the concurrent manager are terminating with the error messages above....
    Please can any one help on this....
    Thanks
    SAI

    Hi,
    I think it is the issue with standard manager. during startup of application triger to intialize standard manager service is not working fine.
    Execute the following to alter trigger FNDSM:
    CREATE OR REPLACE TRIGGER fndsm
    AFTER INSERT OR UPDATE ON FND_NODES
    FOR EACH ROW
    BEGIN
    if ( :new.NODE_NAME <> 'AUTHENTICATION' ) then
    if ( (:new.SUPPORT_CP='Y')
    or (:new.SUPPORT_FORMS='Y')
    or (:new.SUPPORT_WEB='Y') ) then
    fnd_cp_fndsm.register_fndsm_fcq(:new.NODE_NAME);
    end if;
    if (:new.SUPPORT_CP = 'Y') then
    fnd_cp_fndsm.register_fndim_fcq(:new.NODE_NAME);
    end if;
    end if;
    END;
    commit;
    Clean FND_NODES by executing the following:
    exec FND_CONC_CLONE.SETUP_CLEAN;
    Run autoconfig.
    Restart concurrent managers and retest.
    Hope this may help...!!!
    Regards RanjanS

  • Concurrent Managers won't start after changing Apps password

    11.5.10.2 E-Business suite on Windows Server 2003 SP2
    Concurrent Managers were working fine after install.
    I have changed the Apps password using FNDCPASS and have run AutoConfig successfully on both the database and applications tiers.
    Copncurrent Managers won't start. ICM starts but not the others.
    I tried setting the profile GSM Enabled to No but to no avail.
    Any help greatly appreciated.
    Thanks,
    Bartoosh

    hi
    may be you can try this,this might be not the same case as yours ,but it worked for me,so may be you can give a try.
    Concurrent manger-standard manager inactive

  • V$license and concurrent managers

    Are concurrent managers considered part of session limits in terms of licensing. In other words, do they count as sessions towards license limits?
    Thanks.

    Hi,
    Please find these docs
    Concurrent Managers Fail To Start After New Install of Release 12 (Doc ID 413164.1)
    ICM Not Starting: Node Name not Registered (Doc ID 602942.1)
    Regards
    Yoonas

  • Concurrent managers FNDLIBR growing over 254 Mbytes at peak workloading

    Hello
    i have a problem that my FNDLIBR processes grow with no limit and take lot of CPU
    i implemented the note below to bounce processes that take 100mb or more.
    but i have now FNDLIBR that crrosed 100mb and still not killed
    maybe someone understand what is exactly ?
    FDMXHEAP=1000000
    Original top of heap : 3135712
    Current Top of Heap : 4143328
    Observed Growth : 1007616
    and how to find this values?
    264752.1
    1. Create the file $APPL_TOP/custom.env
    2. Add the following 2 lines (FDMXHEAP set to 10000000 or whatever value seems appropriate)
    The value 10000000 is equivalent to 10MB.
    FDMXHEAP=10000000
    export FDMXHEAP
    3. Bounce concurrent managers.
    4. The expected behaviour for FDMXHEAP is that it measures the growth of the FNDLIBR.
    The value set for variable is not an absolute value, for example:
    FDMXHEAP=1000000
    Original top of heap : 3135712
    Current Top of Heap : 4143328
    Observed Growth : 1007616
    Only when the growth of the memory heap exceeds the value set by FDMXHEAP,
    will the process be terminated and a new process started.

    I did the changes in configuration file and bounced conc 10 days ago
    but now the processes exceeded 100m and still running without kill and restart
    maybe the parameter are not correct
    i can't understand what is the delta betweens current heap size and original heap size
    and how to check it
    what numbers should be used in order to avoid FNDLIBR to cross 100M ?
    Regards

  • Concurrent Manager not starting after cloning

    Hi,
    I am not able to start concurrent manager after cloning the CM tier. I am gettiing below error in the manager log file,
    Could not initialize the Service Manager FNDSM_<Node name>_<Env>. Verify that <Node Name> has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /u01/app/hl.../...appl/po/11.5.0/bin/RCVOLTM.
    What might be cause of the error?
    Thanks,
    Prasad

    Hi Prasad,
    Using normal hostsnames or virtual hostsnames? Also did you experience issues during the dbTier clone (check all log files created even if the cloning did not error out)
    Possible the hostsnames in FND_NODES are not cleared properly during the DB clone
    Running the following might give a better result:
    1 - SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
    COMMIT;
    EXIT;
    2 - Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers,
    3 - check if the concurrent managers are starting.
    Regards,
    Ronald

  • ITunes RADIO is not working.  "iTunes could not connect to the iTunes Store. Make sure your internet connection is active and try again." Try as I may, as many as ten attempts, trying to connect after restart, after shutdown, nothing works. Just so -  iTu

    iTunes RADIO is not working.
    “iTunes could not connect to the iTunes Store. Make sure your internet connection is active and try again.” Try as I may, as many as ten attempts, trying to connect after restart, after shutdown, nothing works. Just so …
    iTunes STORE not “connectable” with my otherwise perfectly-working internet connection, viable, up and running for all other uses.
    Simply put, firstly, I can't connect to the internet when I click on Radio.  People are quite suspicious that this is Apple incompetence or your company's famous arrogance for this commonly-suffered problem that you won't or “can’t” fix.
    Read the many web comments and you won’t be pleased with yourselves: the suspicion is that if you ruin internet radio on iTunes, Apple will somehow make more money on music downloads, etc. Bull.
    Also, thirdly, my old playlist of 20 or so internet radio stations in the Ambient category STILL PLAYS !
    Then fourth, I installed the latest available version of QuickTime Player 7.app Version 7.6.6 but it didn’t solve the problem either. I had QuickTime Player.app Version 10.2, but substituted what Apple website said was the latest, LOWER NUMBERED QuickTime Player version of 7.6.6
    Fifth, I can't connect to iTunes store no matter what I do or what user group's advice I try. So I can’t buy or download anything from iTunes. Bad for business.
    Sixth, I updated to the latest version of iTunes but this weird problem remains. All suggested Apple fixes or user group fixes are useless. Where is Apple’s famous technical competency, vaunted customer support?, and user-friendly product reputation? Get it back, please.
    Solve this problem of yours ASAP for us, your numerous disgruntled, dissatisfied customers of iTunes. You can do better, should, and really –in all fairness- must.
    ===============================================================
    NOTE:  no password for iTunes exists in my Keychain. Is this a problem?
    Apple ACCOUNT ID, and iTunes ID password, works but not to access iTunes with my healthy internet connection.
    Apple store id It works via direct internet connetion but not through iTunes.  Very strange.
    ===============================================================
    FYI, Hardware Overview:
      Model Name:                       MacBook Pro
      Model Identifier:                 MacBookPro8,2
      Processor Name:               Intel Core i7
      Processor Speed:               2 GHz
      Number of Processors:    1
      Total Number of Cores:    4
      L2 Cache (per Core):         256 KB
      L3 Cache:                            6 MB
      Memory:                              16 GB
      Boot ROM Version:            MBP81.0047.B27
      SMC Version (system):      1.69f4
      Serial Number (system):   C0*******F8V
      Sudden Motion Sensor:
      State:   Disabled
    Intel 6 Series Chipset:
      Vendor: Intel
      Product:            6 Series Chipset
      Link Speed:       6 Gigabit
      Negotiated Link Speed:           6 Gigabit
      Description:      AHCI Version 1.30 Supported
    M4-CT512M4SSD2:
      Capacity:           512.11 GB (512,110,190,592 bytes)
      Model: M4-CT512M4SSD2                         
      Revision:           040H   
      Serial Number: 0000000012330912E75A
      Native Command Queuing:    Yes
      Queue Depth:   32
      Removable Media:        No
      Detachable Drive:        No
      BSD Name:         disk0
      Medium Type:      Solid State
      TRIM Support:     Yes
      Partition Map Type:     GPT (GUID Partition Table)
      S.M.A.R.T. status:         Verified
      Volumes:
    disk0s1:
      Capacity:           209.7 MB (209,715,200 bytes)
      BSD Name:         disk0s1
      Content:            EFI
    disk0s2:
      Capacity:           511.25 GB (511,250,432,000 bytes)
      BSD Name:         disk0s2
      Content:            Apple_CoreStorage
    Recovery HD:
      Capacity:           650 MB (650,002,432 bytes)
      BSD Name:         disk0s3
      Content:            Apple_Boot
      Volume UUID:   600737FB-7A29-3BAE-859E-CBFE2E90C39A
    <Edited by Host>

    This my sound too simple, but I just kept clikning on the arrow next to the selected music and it finally "Kicked" in.
    I live in Europe ,So Be persistent and don't give up !  Aug. 2013

  • How to register a custom HCM module/application in Fusion Application

    Hi All,
    I am working on a Fusion Co-existence project and one of the requirement we have to create/register a custom application/module In Fusion Apps(Just like Creating Entry in FND_APPLICATION IN EBS).
    Once created we want it to be linked to a custom schema and custom Linus directory structure as well.
    Any help would be highly appreciated.
    Thanks,
    Ankit

    Hi Jani,
    We haven't deployed any application till now; Infact we are not even sure of it as we are EBS People predominantly. Here is what we need and Why:
    We are developing a custom integration to support the Data translations migrations from EBS to Fusion Apps in a co-existence environment. Solution is basically consist of :
    1.Extract the Data in Flat File using a Concurrent Program from EBS R12
    2.FTP the file to Fusion Server
    3.Read the file and write into Staging table using the SQL*Loader in Fusion Apps through a custom ESS Job
    4.Data validation and Import program in Fusion Apps through a custom ESS Job
    Since this is a custom solution The ESS Import/Validation jobs in Fusion Apps need to be register within a custom module (Like lets say XXHR). So the staging tables need to be created should be tied to custom Database schema linked with this application and the Files to be palced in the Fusion Server should be placed under the Custom XXHR_TOP/bin directory. Also the ESS job shold be registered with the custom application.
    So we are looking for a complete help on this.
    Hope it clarifies your questions.
    Thanks,
    Ankit

  • Slim "restart" after ctl_alt_bksp desktop exit refuses to work...

    I've tried adding the following to /etc/inittab:
    x:5:respawn:/usr/bin/slim >& /dev/null
    as the wiki says, but SLiM will not restart after exiting the desktop via ctl/alt/bksp.
    I get a blank screen with a mouse cursor, but nothing seems to actually be working in said screen... I made sure to remove SLiM from the daemon array before adding it to innttab... but it doesn't seem to work with inittab, unless the actual code needs to be updated now...  I'd like to further troubleshoot this if no one has successfully gotten SLiM to work in this method.  Just ask me for more info and I will gladly post whatever is needed.  I'm not sure what other info would be needed at this point so i ask the community to question me so I can properly flesh this problem out and be done with it.

    I am fairly familiar with SLiM... I helped one of the devs over at Unity Linux create a custom configuration for it and I've tweaked a few themes for it...  I'll take it out of the daemon array again and check to see if it's running on my next reboot... This issue has only happened so far on Arch Linux... never experienced it on PCLinuxOS, Unity Linux of Mint... so I'm not sure what the issue is ATM... sincerely hoping to figure it out though... I wanna continue playing with Arch...

  • How to assign particular concurrent requests to sparate concurrent managers

    How to assign particular Users concurrent requests to custom or Sparate concurrent managers
    OS : Linux
    Apps: 11.5.10.2

    Hi,
    This can be done via "Specialization Rules".
    How to Create a Custom Concurrent Manager [ID 170524.1
    How to Split the Load of Work to Many Concurent Managers [ID 473310.1]
    Oracle Applications System Administrator's Guide - Configuration (zipped) -- Page 7-14
    http://download.oracle.com/docs/cd/B25516_18/current/acrobat/115sacg.zip
    Make sure you bounce the CM once you are done.
    Thanks,
    Hussein

  • Concurrent managers down

    Dear All,
    Today morning concurrent managers were down on production. when i checked the concurrent logs observed the following error.
    Shutting down Concurrent Manager : 27-FEB-2012 04:21:24
    List of errors encountered:
    _ 1 _
    Routine AFPSMG encountered an ORACLE error. ORA-00604: error occurred
    at recursive SQL level 2
    ORA-04031: unable t.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPGSR encountered an ORACLE error. ORA-04031: unable to
    allocate 16 bytes of shared memory ("shared pool".
    Review your error messages for the cause of the error. (=<POINTER>)
    then we restarted the cocurrent managers and they are working fine.
    I just want to know the cause of this error.
    Thanks.

    Hi
    The error :ORA-04031: unable to allocate 16 bytes of shared memory.
    indicates that there is not enough sufficient memory in the shared pool for the processes
    You need to check the alert log file of the database to see if there are similar error messages and then do Flush shared pool. This should take care of the issue if it has come once.
    ALTER SYSTEM FLUSH SHARED_POOL;
    If this does not work:
    Increase the shared memory or a simple DB bounce could resolve the issue.
    Regards
    Shalini

  • Number of concurrent managers

    Hi,
    how to change the number of concurrent managers ?
    Many thanks before.

    Hi Shashi,
    In our R12 test environments , the defualt number of concurrent managers are 3, where as the average number of Concurrent Request are 12 at a time and see 20-30 concurrent requests in pending and nothing in CRM. Can you please advise how can I increase the default number of concurrent manager from 3 to 8. Do you mean number of CM or number of processes? If you want to increase the number of concurrent managers, refer to the document below. For increasing the number of processes you can do from (Concurrent > Manager > Define).
    Also we has custom requests with an average of 1-2 at a time, so reading on some of the previous posts, It was recommended to have custom manager to handle the custom request. Can you please tell me how to create Custom Managers.It is recommended you have custom concurrent managers to process your custom concurrent programs.
    Note: 170524.1 - How to Create a Custom Concurrent Manager
    Oracle Applications System Administrator's Guide Documentation Set
    http://www.oracle.com/technology/documentation/applications.html
    Thanks,
    Hussein

  • Two node installation with 2 concurrent managers..

    Need your help. I have 12.1.1 Two node installation on Linux 5.9 with 64 bit.
    Linux2- Database server + Concurrent manager
    Linux1- Apps Node
    Port - 8002 (port pool -2)
    on my app node - linux1, I have 2 directories <SID>_linux1 and <SID>_linux2. First one is for primary apps node and second one is for 2nd concurrent manager. It is a shared directory structure. I have 2 questions:
    1) If I run the autoconfig on Linux1, I can run all the services and connect to apache. However, If I run the autconfig on linux2, I will not be able to connect to web server (for a short time request will be sent to Linux1 and then it gets forwarded to Linux2 - even though Linux2 is not app server).
    2) How do I run the second concurrent manager on LInux2? After I run the 2 concurrent manager, how do I test both concurrent managers are working?
    Your help is much appreciated.

    Hi Hussein,
    Thank you for the info. I was wondering whether the Linux2 concurrent manager was installed correctly or not. I went to xml file and found these entries and it made me think, it didn't install correctly because only concurrent manager should have been yes and the rest should be no. Isn't it? If it is wrong, how do I correct this?
    <oa_system_config>
             <TIER_DB oa_var="s_isDB">NO</TIER_DB>
             <TIER_ADMIN oa_var="s_isAdmin">YES</TIER_ADMIN>
             <TIER_WEB oa_var="s_isWeb">YES</TIER_WEB>
             <TIER_FORMS oa_var="s_isForms">YES</TIER_FORMS>
             <TIER_NODE oa_var="s_isConc">YES</TIER_NODE>
             <TIER_FORMSDEV oa_var="s_isFormsDev">YES</TIER_FORMSDEV>
             <TIER_NODEDEV oa_var="s_isConcDev">YES</TIER_NODEDEV>
             <TIER_WEBDEV oa_var="s_isWebDev">YES</TIER_WEBDEV>
             <config_option type="techstack" oa_var="s_techstack">as1013</config_option>
             <config_option type="techstack" oa_var="s_tnsmode">generateTNS</config_option>
             <config_option type="adx" oa_var="s_apps_version">12.1.1</config_option>
             <config_option type="techstack" oa_var="s_apache_mode">NORMAL</config_option>
             <ias_version oa_var="s_ias_version">10.1.3.4.0</ias_version>
          </oa_system_config>

  • Problem in register a custom skin

    Dear all
    i am using jdeveloper 11.1.1.3
    To register a custom skin there are several steps to do :
    In the Application Navigator, right-click the project and select New.
    In the New Gallery, expand General and select XML.
    Select XML Document from XML Schema and click OK.
    In the Create XML from XML Schema - Step 1 of 2 dialog:
    XML File: Enter trinidad-skins.xml.
    Directory: Append \src\META-INF to the end of the Directory entry.
    Select Use Registered Schemas, and click Next.
    In the Create XML Schema - Step 2 of 2 dialog:
    Target Namespace: Select http://myfaces.apache.org/trinidad/skin.
    Root Element: Select skins.
    but my target name space is empty so i can not select "http://myfaces.apache.org/trinidad/skin"
    what should id do ?
    Best Regards,

    Hi,
    As I understand to register a custom skin, you just have to create an xml file named "trinidad-skins.xml" and put it inside WEB-INF directory. To create an xml file, you should have chosen in the New Gallery the "XML>XML Document" and not "XML>XML Document from XML Schema". An of course after you created the XML file, you could modify the source.
    A sample trinidad-skins.xml would be as follows:
    <?xml version="1.0" encoding="ISO-8859-1"?>
        <skin>
            <id>princess.desktop</id>
            <family>princess</family>
            <extends>simple.desktop</extends>
            <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
            <style-sheet-name>skins/princess/princess.css</style-sheet-name>
        </skin>
    </skins> Regards,
    pino

  • Problem with Concurrent managers in RAC environment

    We have 12.1.2 EBS with 2-Node RAC
    Issue is that concurrent managers needs to be restarted, incase if one of the database is down. ?
    But ebs fwk pages, forms all works fine, even if one of the database node is down, but CM needs a restart
    Can someone let me know what could be the problem

    Please see the following docs.
    Parallel Concurrent Processing (PCP) Running Request Behavior when Standard Manager Failed Over [ID 1476803.1]
    Concurrent Manager Functionality Not Working And PCP Failover Takes Long Inspite of Enabling DCD With Database Server [ID 438921.1
    EBS - Technology Area - Webcast Recording 'E-Business Suite - RAC & Parallel Concurrent Processing (PCP)' [video] [ID 1359612.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Display icons in ALV LVC grid

    Hi experts, Iam trying to display icons in one of the columns in my ALV grid. I have created ITAB like this. type-pools : icon,slis. data: begin of gt_dtl occurs 0,       range(4).         include structure zbitrdtl. data: field_style type lvc_t_styl

  • Updated to itunes 9:  now Airtunes won't connect,

    I unfortunately do not recall the last version of itunes I had.... it wasn't very old though. The only reason I updated to 9 last night was the itunes store forced me to in order to get a new episode. Anyways... after the update, upon starting iTunes

  • Sending ID file to Photoshop

    I have a finalized book jacket in InDesign (CS3, 5.0.4).  I need it in an image format that I can manipulate in Photoshop, and which will be beautiful on the web. Have tried exporting into the available formats.  Only some will then come into Photosh

  • Hardware Requirements for Android Adobe Air Installation or certification requirement?

    Hi, Friends, I am newbie on Adobe Air and tried to install Air apk on my android ICS device from Google Play. However, it complains that the device is not compatible with the software package. I wonder if there are any hardware requirements or certif

  • Needed to know how many procedures and name of them in Schema.

    Hi All, I wanted to know the name of Procedures and package name in the schema . Can i know how many schema are there in the data base .. Thanks in advance Sachin