High resource session from CM Node

Hi Hussein:
I am seeing that one of my high resource session is executing this code. Can you please tell me what this means and is it OK to kill this session.
BEGIN
fndcp_tmsrv.read_message (:ec,
:to,
:typ,
:enddt,
:rid,
:retid,
:nl,
:nc,
:dl,
:secgrp,
:usr,
:rspap,
:rsp,
:LOG,
:app,
:prg,
:argc,
:orgt,
:orgid,
:a1,
:a2,
:a3,
:a4,
:a5,
:a6,
:a7,
:a8,
:a9,
:a10,
:a11,
:a12,
:a13,
:a14,
:a15,
:a16,
:a17,
:a18,
:a19,
:a20);
END;

Bala,
Please see if the following documents help.
Note: 206853.1 - R11.5/R11.0- INV - INVTOTRX - Deadlock Detected on MTL_SERIAL_NUMBERS table
Note: 273970.1 - INVDVDSD - Supply/Demand Form Query Has Poor Performance
Regards,
Hussein

Similar Messages

  • Can I move sessions from one node to another in Oracle RAC 11g?

    Hi everybody,
    When I need to shutdown one node for maintenance, can I move the sessions connected to that node to the other one? I know TFA but I'm not using it right now, I just wanted to know if I may move the sessions without warning everyone that some of them will be disconnected.
    Thanks for your help.

    2686998 wrote:
    sol.beach, thanks for your answers, just a few words:
    When you answered "NO, shutting down a node will disrupt every session on that node". it was confusing, as I wasn't asking for the behavior of the sessions when the node is shut down, you should've answered "NO, there's no way to manually relocate a session", that would have been clear since the beginning, also asking me to post a SQL didn't help much either, I honestly thought I didn't explain well my doubt.
    Thanks anyway.
    The answer is a no but the question for you, why you want to do that anyways?
    Aman....

  • To find out total number of sessions connected to database from DMZ node

    Hi Experts,
    We are in the process of auditing and i need detail data on this.Kindly help me to know ,how many sessions are connected to oracle database from DMZ node.Also let me know how can i get all the users connected from different node on daily basis?
    Please let me know the sql query for this.
    Thanks,
    Prabhat.

    Try
    select count(distinct d.user_name) from apps.fnd_logins a,
    v$session b, v$process c, apps.fnd_user d
    where b.paddr = c.addr
    and a.pid=c.pid
    and a.spid = b.process
    and d.user_id = a.user_id
    and (d.user_name = 'USER_NAME' OR 1=1);

  • HIgh Inactive sessions

    Hi,
    We are facing a problem of lot of inactive sessions consuming huge resources. We have setup connection pooling from weblogic application and connection timout and resuse parameters have been setup from application side for connection pooling. And we still find high inactive sessions which are not getting released even after application user closes the session properly. What might be the work around for this as we facing this for last one week.
    Oracle 10.2.0.3.0 on solaris box.
    regards
    Jaffy

    Jaffy wrote:
    Hi,
    We are facing a problem of lot of inactive sessions consuming huge resources. We have setup connection pooling from weblogic application and connection timout and resuse parameters have been setup from application side for connection pooling. And we still find high inactive sessions which are not getting released even after application user closes the session properly. What might be the work around for this as we facing this for last one week.
    Oracle 10.2.0.3.0 on solaris box.
    regards
    JaffyHi Jaffy,i suggest you have to configure profile for oracle users.For example if you user will inactive 10 minute then can oracle automatically kill this session.For this you can create profile as:
    create profile test_prof limit idle_time 10;
    alter user <user> profile test_prof;
    /*but first you need change resource limit*/
    alter system set resource_limit=true;

  • Unknown tag name: [session] in XML node: [toplink-configuration].

    I get this exception at runtime, running TOPLink as persistence manager for my BMP WL7 beans. My sessions.xml validates according to the sessions_4_5.dtd file supplied with TOPLink, but yet I get this excpetion. Below is my complete sessions.xml, as well as teh header of the exception stack
    Sessions.xml
    <?xml version="1.0" encoding="US-ASCII"?>
    <!DOCTYPE toplink-configuration PUBLIC "-//Oracle Corp.//DTD TopLink for JAVA 4.5//EN" "sessions_4_5.dtd">
    <toplink-configuration>
         <session>
              <name>entitySession</name>
              <project-class>za.co.discovery.legalentity.persistence.TOPLinkProject</project-class>
              <session-type>
                   <server-session/>
              </session-type>
              <login>
                   <uses-external-connection-pool>true</uses-external-connection-pool>
                   <uses-external-transaction-controller>true</uses-external-transaction-controller>
              </login>
              <external-transaction-controller-class>oracle.toplink.jts.wls.WebLogicJTSExternalTransactionController</external-transaction-controller-class>
              <enable-logging>true</enable-logging>
              <logging-options>
                   <log-debug>false</log-debug>
                   <log-exceptions>true</log-exceptions>
                   <log-exception-stacktrace>true</log-exception-stacktrace>
                   <print-thread>false</print-thread>
                   <print-session>true</print-session>
                   <print-connection>true</print-connection>
                   <print-date>false</print-date>
              </logging-options>
         </session>
    </toplink-configuration>
    and the stack trace:
    1) testAll(za.co.discovery.legalentity.ejb.test.ClassVersionTest)java.rmi.RemoteException: Exception in ejbFindByPrimaryKey; nested exception is:
         EXCEPTION [TOPLINK-7094] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.ValidationException
    EXCEPTION DESCRIPTION: LOCAL EXCEPTION STACK:
    EXCEPTION DESCRIPTION: Several [2] SessionLoaderExceptions were thrown:
    EXCEPTION [TOPLINK-9002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.SessionLoaderException
    EXCEPTION DESCRIPTION: Unable to load Project class [za.co.discovery.legalentity.persistence.TOPLinkProject].
    INTERNAL EXCEPTION: java.lang.ExceptionInInitializerError
    EXCEPTION [TOPLINK-9001] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.SessionLoaderException
    EXCEPTION DESCRIPTION: Unknown tag name: [session] in XML node: [toplink-configuration].
    INTERNAL EXCEPTION: java.lang.reflect.InvocationTargetException
    TARGET INVOCATION EXCEPTION: java.lang.NullPointerException
         at oracle.toplink.exceptions.SessionLoaderException.finalException(Unknown Source)
         at oracle.toplink.tools.sessionconfiguration.XMLLoader.load(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.ejb.EJBDataStore.getSession(Unknown Source)
         at oracle.toplink.ejb.EJBDataStore.getDescriptor(Unknown Source)
         at oracle.toplink.ejb.EJBDataStore.getWrapperPolicy(Unknown Source)
         at oracle.toplink.ejb.EJBDataStore.findByPrimaryKey(Unknown Source)
         at oracle.toplink.ejb.bmp.BMPEntityBase.findByPrimaryKey(Unknown Source)
         at za.co.discovery.legalentity.ejb.LegalEntityEJB.ejbFindByPrimaryKey(LegalEntityEJB.java:67)
    all help appreciated!
    thanks
    Alwyn ([email protected])

    Hi Alwyn
    I've seen this exact problem before when the sessions.xml file has been parsed by a different version of xerces from the one provided in TopLink. Is this a possibility?
    JIM

  • Switching resource group in 2 node cluster fails

    hi,
    i configured a 2 node cluster to provide high availability for my oracle DB 9.2.0.7
    i have created a resource and named it oracleha-rg,
    and i crated later the following resources
    oraclelh-rs for logical hostname
    hastp-rs for the HA storage resource
    oracle-server-rs for oracle resource
    and listener-rs for listener
    whenever i try to switch the resource group between nodes is gives me the following in dmesg:
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 224900 daemon.notice] launching method <hafoip_stop> for resource <oraclelh-rs>, resource group <oracleha-rg>, node <DB1>, timeout <300> seconds+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 784560 daemon.notice] resource oraclelh-rs status on node DB1 change to R_FM_UNKNOWN+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 922363 daemon.notice] resource oraclelh-rs status msg on node DB1 change to <Stopping>+
    +Feb  6 16:17:49 DB1 ip: [ID 678092 kern.notice] TCP_IOC_ABORT_CONN: local = 010.050.033.009:0, remote = 000.000.000.000:0, start = -2, end = 6+
    +Feb  6 16:17:49 DB1 ip: [ID 302654 kern.notice] TCP_IOC_ABORT_CONN: aborted 0 connection+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 784560 daemon.notice] resource oraclelh-rs status on node DB1 change to R_FM_OFFLINE+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 922363 daemon.notice] resource oraclelh-rs status msg on node DB1 change to <LogicalHostname offline.>+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 515159 daemon.notice] method <hafoip_stop> completed successfully for resource <oraclelh-rs>, resource group <oracleha-rg>, node <DB1>, time used: 0% of timeout <300 seconds>+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 443746 daemon.notice] resource oraclelh-rs state on node DB1 change to R_OFFLINE+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 224900 daemon.notice] launching method <hastorageplus_postnet_stop> for resource <hastp-rs>, resource group <oracleha-rg>, node <DB1>, timeout <1800> seconds+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 784560 daemon.notice] resource hastp-rs status on node DB1 change to R_FM_UNKNOWN+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 922363 daemon.notice] resource hastp-rs status msg on node DB1 change to <Stopping>+
    +Feb  6 16:17:49 DB1 SC[,SUNW.HAStoragePlus:8,oracleha-rg,hastp-rs,hastorageplus_postnet_stop]: [ID 843127 daemon.warning] Extension properties FilesystemMountPoints and GlobalDevicePaths and Zpools are empty.+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 515159 daemon.notice] method <hastorageplus_postnet_stop> completed successfully for resource <hastp-rs>, resource group <oracleha-rg>, node <DB1>, time used: 0% of timeout <1800 seconds>+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 443746 daemon.notice] resource hastp-rs state on node DB1 change to R_OFFLINE+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 784560 daemon.notice] resource hastp-rs status on node DB1 change to R_FM_OFFLINE+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 922363 daemon.notice] resource hastp-rs status msg on node DB1 change to <>+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 529407 daemon.error] resource group oracleha-rg state on node DB1 change to RG_OFFLINE_START_FAILED+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 529407 daemon.notice] resource group oracleha-rg state on node DB1 change to RG_OFFLINE+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 447451 daemon.notice] Not attempting to start resource group <oracleha-rg> on node <DB1> because this resource group has already failed to start on this node 2 or more times in the past 3600 seconds+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 447451 daemon.notice] Not attempting to start resource group <oracleha-rg> on node <DB2> because this resource group has already failed to start on this node 2 or more times in the past 3600 seconds+
    +Feb  6 16:17:49 DB1 Cluster.RGM.global.rgmd: [ID 674214 daemon.notice] rebalance: no primary node is currently found for resource group <oracleha-rg>.+
    +Feb  6 16:19:08 DB1 Cluster.RGM.global.rgmd: [ID 603096 daemon.notice] resource hastp-rs disabled.+
    +Feb  6 16:19:17 DB1 Cluster.RGM.global.rgmd: [ID 603096 daemon.notice] resource oraclelh-rs disabled.+
    +Feb  6 16:19:22 DB1 Cluster.RGM.global.rgmd: [ID 603096 daemon.notice] resource oracle-rs disabled.+
    +Feb  6 16:19:27 DB1 Cluster.RGM.global.rgmd: [ID 603096 daemon.notice] resource listener-rs disabled.+
    +Feb  6 16:19:51 DB1 Cluster.RGM.global.rgmd: [ID 529407 daemon.notice] resource group oracleha-rg state on node DB1 change to RG_OFF_PENDING_METHODS+
    +Feb  6 16:19:51 DB1 Cluster.RGM.global.rgmd: [ID 529407 daemon.notice] resource group oracleha-rg state on node DB2 change to RG_OFF_PENDING_METHODS+
    +Feb  6 16:19:51 DB1 Cluster.RGM.global.rgmd: [ID 224900 daemon.notice] launching method <bin/oracle_listener_fini> for resource <listener-rs>, resource group <oracleha-rg>, node <DB1>, timeout <30> seconds+
    +Feb  6 16:19:51 DB1 Cluster.RGM.global.rgmd: [ID 515159 daemon.notice] method <bin/oracle_listener_fini> completed successfully for resource <listener-rs>, resource group <oracleha-rg>, node <DB1>, time used: 0% of timeout <30 seconds>+
    +Feb  6 16:19:51 DB1 Cluster.RGM.global.rgmd: [ID 529407 daemon.notice] resource group oracleha-rg state on node DB1 change to RG_OFFLINE+
    +Feb  6 16:19:51 DB1 Cluster.RGM.global.rgmd: [ID 529407 daemon.notice] resource group oracleha-rg state on node DB2 change to RG_OFFLINE+
    and the resource group fails to switch...
    any help please?

    Hi,
    this forum is for Oracle Clusterware, not Solaris Cluster. You probably should close this thread and open your question in the corresponding Solaris Cluster forum, to get help.
    Regards
    Sebastian

  • Using the network load balancing from the nodes itself

    I have installed a 2 node Sun Cluster 3.2, configured a shared ip resource and attached to it a scalable network aware resource working on the two nodes. I have crashed the process on one of the node in such a way that the cluster could not restart it again
    In this status I tried to open a connection from another server and the load balancer always sent the traffic to the node that was up which is as expected...
    If I try to open a connection from the node on which the process is failed then I get a connection refused meaning that the load balancer is not working in this circumstance.
    Is this a bug/ a mis-configuration/ or just an inherent cluster problem.
    Is there a solution to this issue?
    Regards
    Daniel

    To answer your first question, no, there isn't anything you can do.
    Here is what my colleague suggested while I was away:
    Zone-clusters scalable services still require shared-IP zones, which means requests from one app to another would still bounce back due to loopback. Probably wouldn't help here.
    They could isolate the services that must talk to other services into their own failover group on exclusive-IP zones. Other services can be setup as originally planned. But maybe there are too many such "dependent services" for this to be useful. Also, each failover service must have its own IP address.
    Finally, can these  web services be configured so that it tries multiple addresses. In that case, if the shared address foo for service X bounces back (due to X having crashed on the local node), the app itself would retry with address bar for service X? This allows for uniform configuration across all services, namely:
        - try shared address
        - try node 1's own address (either public or clusternode1-priv)
        - try node 2's own address
    You can fine tune it so that configurations on node 1 only use node 2's address as backup, and vice versa. I don't know if that is any help.
    As for your second question, the answer is that Solaris Container Clusters allow for consolidation and isolation of clusters onto a single set of nodes. Normal containers don't really allow you to consolidate complete clusters in quite the same way. See http://www.sun.com/offers/details/820-7351.html for more.
    Tim
    ---

  • Problem refreshing resource bundle from DB table for BC (JDev 11.1.2.1.0)

    In our ADF 11.1.2.1.0 application we are loading bundles form the database, which is not working as expected.
    The problem is that when we want to refresh the bundle, it doesn't work for values on Model (BC) components. Bundles values stay the same.
    Bundle refresh was implemented by this example
    http://technology.amis.nl/2012/08/14/refresh-resource-bundle-from-within-the-adf-application-to-absorb-changes-in-database-backed-bundles/
    We then found that if we put f:loadBundle element on the page, the refresh does execute.
    But only for the ViewController, Model bundles do not refresh.
    On top of every page we have <f:loadBundle basename="si.bron.susa.view.util.ArsoVinBundle" var="res"/>
    On every page we also have a button. Click on it should refresh the bundle by calling the following code:
    public void forceBundleRefresh() {
    try {
    //ResourceBundle.clearCache();
    ResourceBundle.clearCache(Thread.currentThread().getContextClassLoader());
    sLog.info("Resourcebundle.clearCache executed succesfully.");
    } catch (Exception e) {
    sLog.info("Resourcebundle.clearCache cannot be used because jdk version is not 1.6 or higher, try old approach");
    System.out.println("Catch bundlov");
    // try old approach
    for (String resourcebundle : bundleNames) {
    for (String contextDimensionValue : contextDimensionValues) {
    String bundleName = resourcebundle + contextDimensionValue;
    System.out.println("Bundle123: "+ bundleName);
    refreshBundle(bundleName);
    } //for
    Executing this code the bundles of ViewController is always refreshed from DB, but bundles of BusinessComponents are refreshed ONLY FIRST TIME after application is deployed on WebLogic. Next attempts after the first one, don't perform refresh.
    I think it should behave same for BC and VC bundles, isn't it?
    If I am wrong please direct me to some example.
    Regards,
    Sašo Celarc

    In our ADF 11.1.2.1.0 application we are loading bundles form the database, which is not working as expected.
    The problem is that when we want to refresh the bundle, it doesn't work for values on Model (BC) components. Bundles values stay the same.
    Bundle refresh was implemented by this example
    http://technology.amis.nl/2012/08/14/refresh-resource-bundle-from-within-the-adf-application-to-absorb-changes-in-database-backed-bundles/
    We then found that if we put f:loadBundle element on the page, the refresh does execute.
    But only for the ViewController, Model bundles do not refresh.
    On top of every page we have <f:loadBundle basename="si.bron.susa.view.util.ArsoVinBundle" var="res"/>
    On every page we also have a button. Click on it should refresh the bundle by calling the following code:
    public void forceBundleRefresh() {
    try {
    //ResourceBundle.clearCache();
    ResourceBundle.clearCache(Thread.currentThread().getContextClassLoader());
    sLog.info("Resourcebundle.clearCache executed succesfully.");
    } catch (Exception e) {
    sLog.info("Resourcebundle.clearCache cannot be used because jdk version is not 1.6 or higher, try old approach");
    System.out.println("Catch bundlov");
    // try old approach
    for (String resourcebundle : bundleNames) {
    for (String contextDimensionValue : contextDimensionValues) {
    String bundleName = resourcebundle + contextDimensionValue;
    System.out.println("Bundle123: "+ bundleName);
    refreshBundle(bundleName);
    } //for
    Executing this code the bundles of ViewController is always refreshed from DB, but bundles of BusinessComponents are refreshed ONLY FIRST TIME after application is deployed on WebLogic. Next attempts after the first one, don't perform refresh.
    I think it should behave same for BC and VC bundles, isn't it?
    If I am wrong please direct me to some example.
    Regards,
    Sašo Celarc

  • How to get Session from different namespace?

    Hi,
    I´m trying to get a session from a different namespace, how can I do this?
    For example: I´m setting some session parameters with session.setAttribute in
    a namespace called "customer", and trying to get this parameters in a namespace
    called "main".
    In my webflow, I am using a proxy node to call the page in the other namespace.
    I will always recieve a session from the other namespace. But, when I try to get
    the parameters, I think the session have been lost.
    Can anyone help me?
    Thanx. CSN
    Thank

    Why? Because that's what the J2EE specification says should happen.

  • Limit session from client.

    Dear all,
    I want to limit session from application on each client to not over 2 sessions
    per clients.Is there anyway to limit session for each client on database level?
    Pls advice.
    Thanks for advance.
    Chara

    Hi, you can review the next documentation for more information.
    <br>
    <br><br>
    User Resource Limits and Profiles
    <br><br>Regards

  • Strange Facebook Active Sessions from RIM

    Hey all,
    My girlfriend has shown me a screenshot of an active session on her facebook account. She uses a blackberry to access her Facebook however shes also in Cyprus. Lastnight she saw that there was an active session from Great Britian - I did a reverse DNS and the IP belongs to RIM - rdns.blackberry.net.
    I understand that internet on blackberry is via BIS, therefore all routed traffic will go through BIS from her phone regardless of Carrier. 
    Its just never shown it from that location before, Anyone aware of any BIS routers/proxies that exist in the UK ?
    "Walton-on-thames, ENG, GB"
    Thanks for your time with this.
    Regards,
    Adrian
    Solved!
    Go to Solution.

    I'm glad you guys figured it out but as a precaution, go to the facebook site from a PC browser and go under the Security Settings.  I'm not sure exactly what path to follow but you can ask to have an SMS sent to your BlackBerry (or her to hers) whenever an unknown IP address tries to access your facebook account.  It's saved me a couple of times in the past and I highly recommend looking in to it.
    Cheers. 
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • EM DB console works only from one node?

    In my 2 node RAC the enterprise manager database console works only from one node i.e the url shows login page only from one node.
    http://NODE2:5500/em------>WORKS, SHOWS LOGIN PAGE AND CAN MANAGE ALL INSTANCES FROM HERE
    http://NODE1:5500/em------>DOES NOT WORK, DOES NOT SHOW THE LOGIN PAGE.
    Please clarify.
    Kadhim

    I have to guess ... (because you tell neither OS nor database version). Assuming it's 10gR2 or higher, that's expected behaviour, dbconsole runs on one node only, the so-called master node. You can change that, see the documentation or this metalink note:
    How to manage DB Control 10.2 for RAC Database with emca
    Doc ID: NOTE:395162.1
    Werner

  • Moving active node resources to the inactive node

    We have a 2 node , majority disk, Windows 2008R2 failover cluster.   The active node is currently showing all resources and services on node A.   Node B is the inactive node.    we are about to perform a DataCenter shutdown
    test.   Our application manager would like us to make Node B inactive during the DataCenter Shutdown test but he believes we can make Node B active if we do it this way:
    1.  power down Node B (inactive node)
    2. power down Node A (active node)
    3. power up Node A (active node)
    4. power up Node B (inactive node)
    By doing this way, he believes Node B will automatically become the Active node.
    I do not believe this is correct.   I believe it has to failover to get Node B active.  So, my proposal is:
    1.  power down Node A (active node)  This should cause a failover of resources and services to Node B
    2. Once all resources and services are on Node B, power Node B down.   Now, both nodes are powered down and Node B is holding the cluster resources and services and is the Active node.
    3.  Power up Node B (now the new Active node)
    4. Power up Node A ( the new inactive node)
    Which is correct?
    Thanks in advance

    Earlier question on ownership ... In a two-node cluster, ownership does not mean much.  In multi-node clusters, it is often used with the anti-affinity property to try to keep certain resources from running on the same node.  For example, if you
    have a four node host cluster running two VMs that are also in a cluster, you would most likely not want both of the SQL VMs to reside on the same node of the cluster.  Using anti-affinity and preferred owners, you can pretty much ensure the two VMs never
    end up on the same node.  In a two node cluster, ownership doesn't mean much.
    When SQL is installed in a cluster, SQL is installed on two or more nodes of the cluster.  SQL is actually running on each node on which you have installed it.  In your case, both nodes are running SQL.  By default, if something happens to
    the SQL instance running on one node, it will try to restart on the same node, i.e. it will not immediately failover.  There is a retry count and a time limit set up on the resource.  If the retry count is reached in the specified time limit, then
    the resource, in your case the SQL instance, will fail over to the other node of the cluster.
    In the Failover Cluster Manager console you will see a selection option for Cluster events.  That will show you all the event log entries that have occurred on both nodes of your cluster relating to cluster events.
    .:|:.:|:. tim

  • ISE....uh.......No response from ISE node again...

    What is up with No Response from ISE Node ??
    Even though it sounds like the PSN node can't communicate with AD, it does authenticate and retrieving Groups, and attrbitues.
    How can I fix this ?
    why is it saying 'No Response from ISE Node ?

    Hi,
    Communication is fine between all ISE nodes, replications is COMPLETE for all nodes.
    I am running 1.1.4.218 with Patch 4 on all servers.
    I have 4 servers in my 8 servers-deployment that are in that strange AD status.
    The command "show logging application ise tail" does not show bad things. The DisplayName is always equal to the HostName which is the same as the HostAlias (with the domain name). Please see below.é
    Any ideas ?
    David
    Wed Sep 04 11:49:44 CEST 2013 : Poller wakeup...
    Wed Sep 04 11:49:45 CEST 2013 : HostConfig : gcncsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   DisplayName     : gcncsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostId          : 9cec53f0-151f-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :   HostName        : gcncsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostAlias       : gcncsl0001ise.na.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 :   CreateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   UpdateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   NodeServiceType : SESSION
    Wed Sep 04 11:49:45 CEST 2013 :   MasterStatus    : NONE
    Wed Sep 04 11:49:45 CEST 2013 :   NodeTypes       : PDP
    Wed Sep 04 11:49:45 CEST 2013 :   NodeRoleStatus  : SECONDARY
    Wed Sep 04 11:49:45 CEST 2013 :   NICInterfaces   :
    Wed Sep 04 11:49:45 CEST 2013 :     0 Id          : 9cec53f3-151f-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     0 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     0 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     0 NicCards    : eth2
    Wed Sep 04 11:49:45 CEST 2013 :     1 Id          : 9cec53f2-151f-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     1 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 NicCards    : eth1
    Wed Sep 04 11:49:45 CEST 2013 :     2 Id          : 9cec53f1-151f-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     2 IPAddress   : 10.97.32.223
    Wed Sep 04 11:49:45 CEST 2013 :     2 SubNetMask  : 255.255.255.0
    Wed Sep 04 11:49:45 CEST 2013 :     2 NicCards    : eth0
    Wed Sep 04 11:49:45 CEST 2013 :     3 Id          : 9cec53f4-151f-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     3 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 NicCards    : eth3
    Wed Sep 04 11:49:45 CEST 2013 : Checking HA status...
    Wed Sep 04 11:49:45 CEST 2013 : Node gcncsl0001ise.na.givaudan.com is not an MNT node
    Wed Sep 04 11:49:45 CEST 2013 : Ignoring node configuration for host gcncsl0001ise.na.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 : HostConfig : gjucsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   DisplayName     : gjucsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostId          : 346a29c0-1177-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :   HostName        : gjucsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostAlias       : gjucsl0001ise.ap.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 :   CreateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   UpdateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   NodeServiceType : SESSION
    Wed Sep 04 11:49:45 CEST 2013 :   MasterStatus    : NONE
    Wed Sep 04 11:49:45 CEST 2013 :   NodeTypes       : PDP
    Wed Sep 04 11:49:45 CEST 2013 :   NodeRoleStatus  : SECONDARY
    Wed Sep 04 11:49:45 CEST 2013 :   NICInterfaces   :
    Wed Sep 04 11:49:45 CEST 2013 :     0 Id          : 346a29c1-1177-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     0 IPAddress   : 10.32.67.223
    Wed Sep 04 11:49:45 CEST 2013 :     0 SubNetMask  : 255.255.254.0
    Wed Sep 04 11:49:45 CEST 2013 :     0 NicCards    : eth0
    Wed Sep 04 11:49:45 CEST 2013 :     1 Id          : 346a29c2-1177-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     1 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 NicCards    : eth1
    Wed Sep 04 11:49:45 CEST 2013 :     2 Id          : 346a29c3-1177-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     2 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     2 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     2 NicCards    : eth2
    Wed Sep 04 11:49:45 CEST 2013 :     3 Id          : 346a29c4-1177-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     3 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 NicCards    : eth3
    Wed Sep 04 11:49:45 CEST 2013 : Checking HA status...
    Wed Sep 04 11:49:45 CEST 2013 : Node gjucsl0001ise.ap.givaudan.com is not an MNT node
    Wed Sep 04 11:49:45 CEST 2013 : Ignoring node configuration for host gjucsl0001ise.ap.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 : HostConfig : gmicsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   DisplayName     : gmicsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostId          : af067300-10b4-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :   HostName        : gmicsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostAlias       : gmicsl0001ise.na.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 :   CreateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   UpdateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   NodeServiceType : SESSION
    Wed Sep 04 11:49:45 CEST 2013 :   MasterStatus    : NONE
    Wed Sep 04 11:49:45 CEST 2013 :   NodeTypes       : PDP
    Wed Sep 04 11:49:45 CEST 2013 :   NodeRoleStatus  : SECONDARY
    Wed Sep 04 11:49:45 CEST 2013 :   NICInterfaces   :
    Wed Sep 04 11:49:45 CEST 2013 :     0 Id          : af067304-10b4-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     0 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     0 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     0 NicCards    : eth3
    Wed Sep 04 11:49:45 CEST 2013 :     1 Id          : af067302-10b4-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     1 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 NicCards    : eth1
    Wed Sep 04 11:49:45 CEST 2013 :     2 Id          : af067301-10b4-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     2 IPAddress   : 10.96.67.223
    Wed Sep 04 11:49:45 CEST 2013 :     2 SubNetMask  : 255.255.252.0
    Wed Sep 04 11:49:45 CEST 2013 :     2 NicCards    : eth0
    Wed Sep 04 11:49:45 CEST 2013 :     3 Id          : af067303-10b4-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     3 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 NicCards    : eth2
    Wed Sep 04 11:49:45 CEST 2013 : Checking HA status...
    Wed Sep 04 11:49:45 CEST 2013 : Node gmicsl0001ise.na.givaudan.com is not an MNT node
    Wed Sep 04 11:49:45 CEST 2013 : Ignoring node configuration for host gmicsl0001ise.na.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 : HostConfig : gsrcsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   DisplayName     : gsrcsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostId          : 305e3f30-147c-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :   HostName        : gsrcsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostAlias       : gsrcsl0001ise.ap.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 :   CreateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   UpdateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   NodeServiceType : SESSION
    Wed Sep 04 11:49:45 CEST 2013 :   MasterStatus    : NONE
    Wed Sep 04 11:49:45 CEST 2013 :   NodeTypes       : PDP
    Wed Sep 04 11:49:45 CEST 2013 :   NodeRoleStatus  : SECONDARY
    Wed Sep 04 11:49:45 CEST 2013 :   NICInterfaces   :
    Wed Sep 04 11:49:45 CEST 2013 :     0 Id          : 305e3f31-147c-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     0 IPAddress   : 10.32.128.223
    Wed Sep 04 11:49:45 CEST 2013 :     0 SubNetMask  : 255.255.255.0
    Wed Sep 04 11:49:45 CEST 2013 :     0 NicCards    : eth0
    Wed Sep 04 11:49:45 CEST 2013 :     1 Id          : 305e3f32-147c-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     1 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 NicCards    : eth1
    Wed Sep 04 11:49:45 CEST 2013 :     2 Id          : 305e3f34-147c-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     2 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     2 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     2 NicCards    : eth3
    Wed Sep 04 11:49:45 CEST 2013 :     3 Id          : 305e3f33-147c-11e3-86da-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     3 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 NicCards    : eth2
    Wed Sep 04 11:49:45 CEST 2013 : Checking HA status...
    Wed Sep 04 11:49:45 CEST 2013 : Node gsrcsl0001ise.ap.givaudan.com is not an MNT node
    Wed Sep 04 11:49:45 CEST 2013 : Ignoring node configuration for host gsrcsl0001ise.ap.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 : HostConfig : gvecsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   DisplayName     : gvecsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostId          : cf0e4260-b1a3-11e2-87c5-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :   HostName        : gvecsl0001ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostAlias       : gvecsl0001ise.emea.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 :   CreateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   UpdateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   NodeServiceType : unknown
    Wed Sep 04 11:49:45 CEST 2013 :   MasterStatus    : STANDBY
    Wed Sep 04 11:49:45 CEST 2013 :   NodeTypes       : PAP MNT
    Wed Sep 04 11:49:45 CEST 2013 :   NodeRoleStatus  : PRIMARY
    Wed Sep 04 11:49:45 CEST 2013 :   NICInterfaces   :
    Wed Sep 04 11:49:45 CEST 2013 :     0 Id          : cf0e4262-b1a3-11e2-87c5-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     0 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     0 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     0 NicCards    : eth1
    Wed Sep 04 11:49:45 CEST 2013 :     1 Id          : cf0e4263-b1a3-11e2-87c5-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     1 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 NicCards    : eth2
    Wed Sep 04 11:49:45 CEST 2013 :     2 Id          : cf0e4264-b1a3-11e2-87c5-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     2 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     2 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     2 NicCards    : eth3
    Wed Sep 04 11:49:45 CEST 2013 :     3 Id          : cf0e4261-b1a3-11e2-87c5-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     3 IPAddress   : 10.71.142.9
    Wed Sep 04 11:49:45 CEST 2013 :     3 SubNetMask  : 255.255.255.0
    Wed Sep 04 11:49:45 CEST 2013 :     3 NicCards    : eth0
    Wed Sep 04 11:49:45 CEST 2013 : Checking HA status...
    Wed Sep 04 11:49:45 CEST 2013 : Node gvecsl0001ise.emea.givaudan.com is an MNT node
    Wed Sep 04 11:49:45 CEST 2013 : Node gvecsl0001ise.emea.givaudan.com has HA status STANDBY
    Wed Sep 04 11:49:45 CEST 2013 : Enabling propagation...
    Wed Sep 04 11:49:45 CEST 2013 : Checking node configuration...
    Wed Sep 04 11:49:45 CEST 2013 : Enable MNT
    Wed Sep 04 11:49:45 CEST 2013 : Enable PAP
    Wed Sep 04 11:49:45 CEST 2013 : Disable PDP PROFILER SESSION
    Wed Sep 04 11:49:45 CEST 2013 : Current/new node role status is PRIMARY PRIMARY
    Wed Sep 04 11:49:45 CEST 2013 : HostConfig for standby MNT node exists: gvecsl0001ise.emea.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 : HostConfig : gvecsl0002ise
    Wed Sep 04 11:49:45 CEST 2013 :   DisplayName     : gvecsl0002ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostId          : 11ffc710-ee17-11e2-a024-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :   HostName        : gvecsl0002ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostAlias       : gvecsl0002ise.emea.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 :   CreateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   UpdateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   NodeServiceType : unknown
    Wed Sep 04 11:49:45 CEST 2013 :   MasterStatus    : ACTIVE
    Wed Sep 04 11:49:45 CEST 2013 :   NodeTypes       : PAP MNT
    Wed Sep 04 11:49:45 CEST 2013 :   NodeRoleStatus  : SECONDARY
    Wed Sep 04 11:49:45 CEST 2013 :   NICInterfaces   :
    Wed Sep 04 11:49:45 CEST 2013 :     0 Id          : 11ffc712-ee17-11e2-a024-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     0 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     0 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     0 NicCards    : eth1
    Wed Sep 04 11:49:45 CEST 2013 :     1 Id          : 11ffc713-ee17-11e2-a024-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     1 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 NicCards    : eth2
    Wed Sep 04 11:49:45 CEST 2013 :     2 Id          : 11ffc711-ee17-11e2-a024-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     2 IPAddress   : 10.71.142.10
    Wed Sep 04 11:49:45 CEST 2013 :     2 SubNetMask  : 255.255.255.0
    Wed Sep 04 11:49:45 CEST 2013 :     2 NicCards    : eth0
    Wed Sep 04 11:49:45 CEST 2013 :     3 Id          : 11ffc714-ee17-11e2-a024-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     3 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 NicCards    : eth3
    Wed Sep 04 11:49:45 CEST 2013 : Checking HA status...
    Wed Sep 04 11:49:45 CEST 2013 : Node gvecsl0002ise.emea.givaudan.com is an MNT node
    Wed Sep 04 11:49:45 CEST 2013 : Node gvecsl0002ise.emea.givaudan.com has HA status ACTIVE
    Wed Sep 04 11:49:45 CEST 2013 : Ignoring node configuration for host gvecsl0002ise.emea.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 : HostConfig for active MNT node exists: gvecsl0002ise.emea.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 : HostConfig : gvecsl0003ise
    Wed Sep 04 11:49:45 CEST 2013 :   DisplayName     : gvecsl0003ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostId          : c532d1c0-0671-11e3-b3d7-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :   HostName        : gvecsl0003ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostAlias       : gvecsl0003ise.emea.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 :   CreateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   UpdateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   NodeServiceType : SESSION
    Wed Sep 04 11:49:45 CEST 2013 :   MasterStatus    : NONE
    Wed Sep 04 11:49:45 CEST 2013 :   NodeTypes       : PDP
    Wed Sep 04 11:49:45 CEST 2013 :   NodeRoleStatus  : SECONDARY
    Wed Sep 04 11:49:45 CEST 2013 :   NICInterfaces   :
    Wed Sep 04 11:49:45 CEST 2013 :     0 Id          : c532d1c4-0671-11e3-b3d7-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     0 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     0 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     0 NicCards    : eth3
    Wed Sep 04 11:49:45 CEST 2013 :     1 Id          : c532d1c3-0671-11e3-b3d7-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     1 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 NicCards    : eth2
    Wed Sep 04 11:49:45 CEST 2013 :     2 Id          : c532d1c1-0671-11e3-b3d7-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     2 IPAddress   : 10.71.142.2
    Wed Sep 04 11:49:45 CEST 2013 :     2 SubNetMask  : 255.255.255.0
    Wed Sep 04 11:49:45 CEST 2013 :     2 NicCards    : eth0
    Wed Sep 04 11:49:45 CEST 2013 :     3 Id          : c532d1c2-0671-11e3-b3d7-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     3 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 NicCards    : eth1
    Wed Sep 04 11:49:45 CEST 2013 : Checking HA status...
    Wed Sep 04 11:49:45 CEST 2013 : Node gvecsl0003ise.emea.givaudan.com is not an MNT node
    Wed Sep 04 11:49:45 CEST 2013 : Ignoring node configuration for host gvecsl0003ise.emea.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 : HostConfig : gvecsl0004ise
    Wed Sep 04 11:49:45 CEST 2013 :   DisplayName     : gvecsl0004ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostId          : 86fe3b20-f53b-11e2-a024-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :   HostName        : gvecsl0004ise
    Wed Sep 04 11:49:45 CEST 2013 :   HostAlias       : gvecsl0004ise.emea.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 :   CreateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   UpdateTime      : null
    Wed Sep 04 11:49:45 CEST 2013 :   NodeServiceType : SESSION
    Wed Sep 04 11:49:45 CEST 2013 :   MasterStatus    : NONE
    Wed Sep 04 11:49:45 CEST 2013 :   NodeTypes       : PDP
    Wed Sep 04 11:49:45 CEST 2013 :   NodeRoleStatus  : SECONDARY
    Wed Sep 04 11:49:45 CEST 2013 :   NICInterfaces   :
    Wed Sep 04 11:49:45 CEST 2013 :     0 Id          : 86fe3b21-f53b-11e2-a024-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     0 IPAddress   : 10.71.142.3
    Wed Sep 04 11:49:45 CEST 2013 :     0 SubNetMask  : 255.255.255.0
    Wed Sep 04 11:49:45 CEST 2013 :     0 NicCards    : eth0
    Wed Sep 04 11:49:45 CEST 2013 :     1 Id          : 86fe3b24-f53b-11e2-a024-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     1 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     1 NicCards    : eth3
    Wed Sep 04 11:49:45 CEST 2013 :     2 Id          : 86fe3b23-f53b-11e2-a024-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     2 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     2 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     2 NicCards    : eth2
    Wed Sep 04 11:49:45 CEST 2013 :     3 Id          : 86fe3b22-f53b-11e2-a024-6cae8b66e764
    Wed Sep 04 11:49:45 CEST 2013 :     3 IPAddress   : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 SubNetMask  : null
    Wed Sep 04 11:49:45 CEST 2013 :     3 NicCards    : eth1
    Wed Sep 04 11:49:45 CEST 2013 : Checking HA status...
    Wed Sep 04 11:49:45 CEST 2013 : Node gvecsl0004ise.emea.givaudan.com is not an MNT node
    Wed Sep 04 11:49:45 CEST 2013 : Ignoring node configuration for host gvecsl0004ise.emea.givaudan.com
    Wed Sep 04 11:49:45 CEST 2013 : Node configuration has not changed - nothing updated
    Wed Sep 04 11:49:45 CEST 2013 : Poller sleeping...

  • How to fetch already created sessions from Informatica Repository (Informatica SDK)

    Hi guys,I'm using the Informatica SDK to create a java application that accesses the Informatica repository. I'm having a bit of an issue while trying to fetch the names of already created sessions from the Informatica Repository. I'm able to connect to the repo without any issues and have been able to add sources, targets, mappings, sessions, workflows, etc... and save them directly afterwards. However, when I try to fetch the session names from a folder in the repository, I get the following error:Mon Jul 27 15:03:01 PDT 2015 Severity:DEBUG ThreadID:14 Running the pmrep process in the working directory: [C:\Informatica\9.6.1\clients\PowerCenterClient\client\bin].Mon Jul 27 15:03:01 PDT 2015 Severity:DEBUG ThreadID:14 Running the command [listobjects -o session -f "TechOps" -s . ]. Mon Jul 27 15:03:01 PDT 2015 Severity:DEBUG ThreadID:14 Running the command [exit ].Mon Jul 27 15:03:01 PDT 2015 Severity:DEBUG ThreadID:14 Parsing the output of the ListObjects command for each folder.Mon Jul 27 15:03:01 PDT 2015 Severity:DEBUG ThreadID:14 The following errors occurred while running the ListObjects command: [Failed to read repository connection information. Please first connect to the repository using the connect command. Failed to execute listobjects.]. The following errors occurred while running the ListObjects command: [ Failed to read repository connection information. Please first connect to the repository using the connect command. Failed to execute listobjects.].com.informatica.powercenter.sdk.mapfwk.exception.RepoOperationException: The following errors occurred while running the ListObjects command: [ Failed to read repository connection information. Please first connect to the repository using the connect command. Failed to execute listobjects.]. atcom.informatica.powercenter.sdk.mapfwk.core.Folder.fetchSessionNamesFromRepository(Unknown Source) atcom.informatica.powercenter.sdk.mapfwk.core.Folder.fetchSessionNamesFromRepository(Unknown Source) at com.mars.Main.main(Main.java:170)This doesn't really make sense to me as I'm able to connect to the repo fine to add and save changes. Here's my code for fetching:// Create a list of session names and store the names
    List<String> sessionNames = null;
    try {
        sessionNames = folder.fetchSessionNamesFromRepository();
    } catch (RepoOperationException e) {
        // TODO Auto-generated catch block
        e.printStackTrace();
    } catch (MapFwkReaderException e) {
        // TODO Auto-generated catch block
        e.printStackTrace();
    // Print the list of session names
    for (int i = 0; i < sessionNames.size(); i++) {
        System.out.println("Session " + i + " is " + sessionNames.get(i));
    }I've confirmed that the folder object works fine as I can add and save other objects to that folder in the repo.The other odd thing is that if I go to the install path for Informatica on my machine and I run pmrep from the command prompt followed by the command to fetch session names, it works fine.Any help on this would be greatly appreciated.Thanks

    Hi neel007,
    Just use a List instead of a Vector, it's more performant :
    List<Folder> rep_FetchedFolders = new ArrayList<Folder>();If you need to synchronize your list, then
    List<Folder> rep_FetchedFolders = Collections.synchronizedList(new ArrayList<Folder>());Also, if you're using Java 5 or higher and if you're sure listOfTargets contains only Target objects, instead of this
    for(int b=0; b<listOfTargets.size();b++){
       Target trg = ((Target)listOfTargets.get(b));
       t_folder.addTarget(trg);
    }you may do this :
    for (Target trg : listOfTargets) {
       t_folder.addTarget(trg);
    }Edited by: Chicon on May 18, 2009 7:29 AM
    Edited by: Chicon on May 18, 2009 7:35 AM

Maybe you are looking for