How do i login to a Specific Server Node

We have three Server nodes in our production cluster for the Portal. We deployed a .ear file for custom webdynpro development. SDM during the the Deplyment should have deployed the .ear file on the server nodes. But it looks like the .ear file was not deployed on some server nodes.
My problem i do not know a way whyere i can specifically login to the specific Server node to check the Appliation.
My end users are getting Errors and i can not see them becuase i am not logged in to the same server node.
Any help is Appreciated.
Sudheer.

One way that I achieve this is by modifying the saplb_* cookie in the request. You can use firefox cookie editor addon to modify the cookie before a request is sent.
For e.g. your saplb_*  cookie might have this value (J2EE31487700)31487750
here the node is 0 if you change the last digit to one it will go to node 1 so the value will be (J2EE31487700)31487751
Hope this helps.
To make sure the node is changed to 1, you can check the response cookie and it should contain a trailing 1.

Similar Messages

  • How to connect to a specific server node?

    Hi,
    For support purposes, I would need to know how I could force the connection to a specific server node?
    For example, I have the following info in my jcmon:
    Idx
    Name
    Cluster
    Debug
    HTTP
    HTTPS
    P4
    Telnet
    SDM
    Id
    Port
    Port
    Port
    Port
    Port
    Port
    0
    dispatcher
    17313700
    50000
    50100
    50101
    50104
    50108
    0
    1
    server0
    17313750
    50121
    0
    0
    0
    0
    0
    2
    server2
    17313752
    50131
    0
    0
    0
    0
    0
    3
    SDM
    0
    50003
    50119
    0
    0
    0
    50118
    I would like to be able to choose which specific node I'm to use.
    Thank you,
    Jerome M.

    Jerome,
    If by "specific server node" you mean the chice between server0 or server2, there is no choice.
    You can connect only to dispatcher via dispatcher port.
    Dispatcher will make sure your subsequent requests will be processed by the same server node, but, to my best knowledge, it is not possible to tell dispatcher what server node to use for initial connection.
    Why do you need this option?
    Maybe we can suggest you some other working solution.
    Regards,
    Slava

  • Connecting specific server node from portal

    Hello,
    I am trying to access specific server node with URL "http://<Server>:<Port Number>/irj/portal;sapj2ee_irj=<Node ID>"
    I am able to access portal page through the above URL, but even while entering incorrect Node ID, portal page is accessible which should not happen ideally.
    I am trying to configure an alerting mechanism so that I can know which server node is up and whiich one is down when users try accessing portal.
    Please provide me steps to access server node through portal and also if there is some specific portal parameter which controls the above mentioned anomaly.
    Regards,
    Anuradha

    Hi Anuradha,
    Please use something like:
    http://<Server>:<Port Number>/irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.default;sapj2ee_*=<NodeID>.
    You can use
    java_scriptj<colon>alertOpenparentesisdocument<dot>cookiecloseparentesis
    to find out if you connected to the proper node.  Note the sapj2ee_* parameter is optional so if the value provided is not correct it will connect you to one of the available nodes.  Remove the underscore from java_script.
    Replace:
    java_script with javascript
    <colon> with :
    Openparentesis with (
    Closeparentesis with )
    SCN would not let me post the symbols
    Best regards,
    Duncan
    Edited by: Duncan Speidel on Nov 22, 2011 11:20 PM

  • JNDI lookup on a specific server node

    Hi experts
    I am facing the following issue, we are loading data from ECC tables on PI JAVA memory to improve performance at runtime, this is done by a JCO,
    it works fine within one Java node. But when we tested it in Productive system (with 2 java nodes) it failed because data is stored in just one Java node, so if the message does not go through
    that node it does not find that data.
    This is part ofe the code from the UDF where we are loading data to java memory:
    props.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY, "com.sap.engine.services.jndi.InitialContextFactoryImpl");
    *                         props.put(javax.naming.Context.PROVIDER_URL, "sapms://localhost:8110     ");*
    *                         props.put("domain", "true");*
    And this is part of the code from the UDF where we are getting data from memory
    javax.naming.Context ctx = null;
    *          java.util.Hashtable props = new java.util.Hashtable(1);*
    *          props.put("domain", "true");*
    *          props.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY, "com.sap.engine.services.jndi.InitialContextFactoryImpl");*
                                                                                    props.put(javax.naming.Context.PROVIDER_URL, "sapms://localhost:8110");
    Can someone give me some light about how to send data to both nodes or how to do the data lookup into a specific node??
    Thanks in advanced.
    Emmanuel

    Hi,
    I guess what you are trying to achieve is to build a cache of ECC data in PI memory. In this case you have to maintain local cache of the data on each server node. Hopefully the amount of memory required will not impact the system stability.
    Regarding the lookup of different server node, although it is technically possible, you need to bind a remote object in the JNDI and use costly remote communication to transfer the data between the server nodes.
    I guess you also have to think of some kind of update / eviction strategy for your cache.
    Hope this helps!
    Best Regards,
    Dimitar

  • How can I login on a remote server ?

    I want to copy some files from a remote server automatic by using a java program ,how can i do it?
    I just can't login!!
    i use the following code but I get nothing only the black green!!!
    Any advise may be useful,
    thanks in advance!
    Socket s = SocketOpener.openSocket(host, port, timeout);
    try
              System.out.println(s);
              BufferedReader read = new BufferedReader(new InputStreamReader(s.getInputStream()));
              PrintWriter write = new PrintWriter(s.getOutputStream(),true);
              write.println("username");
              write.println("passwd");      
         //     write.println("ls");
         //     write.println();
              boolean more=true;
              while(more)
                   String line= read.readLine();
                   if (line==null)more=false;
                   else System.out.println(line);
         System.out.println("error");
         catch (IOException e)
         //     System.out.println("error"+e);

    Why u r using Socket Class? Instead of this u use RMI.
    In RMI u can access server remotely.I don't know that u know anything about RMI or not.If yes then ok,otherwise mail me I will tell u total detail of how to use RMI.
    My email address
    [email protected]

  • How to migrate logins from 2008 SQL server to 2012 SQl server

    Hi,
    How to migrate all logins from  default SQL server2008(enterprise edition) to 2012 SQl server(enterprise edition)default

    Hi BomaSri,
    Have you tried v.vt’s suggestion? That article describes how to transfer the logins and the passwords between instances of Microsoft SQL Server 2005, of Microsoft SQL Server 2008, and of Microsoft SQL Server 2012 on different servers. The commands apply
    to SQL Server 2005, SQL Server 2008 and to SQL Server 2012.
    Allen Li
    TechNet Community Support

  • How do you login to OS X server as different user?

    Hi All,
    I have an OS X server running 10.4.10. I've never had this problem when connecting to it with Tiger clients.
    With Leopard clients, I'm trying to login as administrator. There's no way to do it. I don't show any connected servers (or mounted shares) and when I choose "Connect to Server" it shows the Server Address IP dialog as usual, but once you click OK, it brings up the Shares dialog box with share only available to standard users.
    In the old days, once I chose the IP for a server, it would give me the name and password dialog box and I'd put in the credentials for whoever and get the correct shares dialog. Now I can't get to the name and password dialog, and no shares are mounted.
    I've tried holding down all kinds of key combinations, but if there's one that does it, I can't find it.
    Please help.
    BTW - another topic that doesn't even come close to showing up in Apple's kbase.
    Thanks. Mike.

    Glad you got it sorted. I didn't realize you weren't on a network with a DNS or I'm sure someone would have suggested using the IP address.
    As to Bonjour, one correction about a misunderstanding. Bonjour (AKA zero-configuration networking) is still TCP/IP. What it is is a protocol that runs on TCP and provides name to address translation without a DNS server, and service discovery without a directory server. What that means in practical terms is that, as was the case with old AppleTalk networks, you can see and use services and devices by name rather than having to know their IP addresses. If you're familiar with Windows networks, it's similar to the service provided by WINS or Active Directory but doesn't require a central server. You can get a more thorough explanation here:
    http://en.wikipedia.org/wiki/Bonjour_(software)
    A Bonjour-capable device or service will almost always have a feature that allows you to name the device using whatever you like. That device/service will then advertise using that name, so when you browse on your system, you see the name and can select the device/service as appropriate. Only if no name has been assigned by the user, or the device doesn't support Bonjour, do you see the "random character" names. And of course if the name given to the device doesn't make sense to you, that won't help either.
    If you have a lot of printers on the network, it may be too difficult to get everyone to name them (for those that support Bonjour), so it may not help you select printers. But you can still name things that you control so that you can connect to those more easily. But connecting via TCP/IP addresses is of course an option. The difficulty there arises when IP addresses are assigned via DCHP or self-assigned, as those IP addresses can change when the system is restarted.
    Hope this helps.
    PS: Apple techs will never respond here. It's all users helping users. You may see Apple employees post from time to time, but when they do it's as private users, not Apple employees. They're just required to identify, via an Apple logo under their name at left, as Apple employees so as to not mislead anyone.
    Message was edited by: Dave Sawyer

  • How to open dataset on a specific server

    I have no problem outputting my dataset online after unicode conversion.
    However, when running in background mode and without specifying the server to run(we have a number of application server), ie t dump.
    Now, how can I set a background job to open the dataset on the central server within the program code?
    Thanks

    You can specify the complete path of central application server when you use Open data set statement. e.g you want to open a file from cent_serv on Z directory.
    Open dataset '\\cent_serv\z\file.txt'
    Hope it works.

  • How do I login Contivo's EIM Server?

    I downloaded the Contivo "analyst.exe" program in "e-docs.bea.com" site. As I remembered the information of id and password through this web site, but I can't remember it now. So I can't login the EIM Server to access WLI repository.
    Contivo EIM Server Login information
    - Hostname : try.contivo.net
    - Organization : BEA Corporate
    - ID : ?
    - PWD : ?
    I hope someone help me.
    Thanks for your answers in advance.
    Cole

    You can register to log into EIM server by following the URI : https://try.contivo.net/cws/Cws?html_template=userLogin.html&bundler_name=BEA&offering_type=EVALUATION&companyName=null
    Cole <[email protected]> wrote:
    I downloaded the Contivo "analyst.exe" program in "e-docs.bea.com" site.
    As I remembered the information of id and password through this web
    site, but I can't remember it now. So I can't login the EIM Server to
    access WLI repository.
    Contivo EIM Server Login information
    - Hostname : try.contivo.net
    - Organization : BEA Corporate
    - ID : ?
    - PWD : ?
    I hope someone help me.
    Thanks for your answers in advance.
    Cole

  • How to get a value from Specific XML Node

    Hi all,
    I'm just trying to introduce to XMLType and see the potencialities of that.
    DB version:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE     10.2.0.5.0     Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.5.0 - Productio
    NLSRTL Version 10.2.0.5.0 - Production
    I'm a table with just one CLOB field:
    CREATE TABLE asm_test
    (doc XMLType NOT NULL)
    XMLTYPE doc STORE AS CLOB;
    Then i've inserted the following XML data:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ReceiptDesc>
    <appt_nbr>2142473</appt_nbr>
    - <Receipt>
    <dc_dest_id>401</dc_dest_id>
    <po_nbr>2142473</po_nbr>
    <document_type>P</document_type>
    <asn_nbr />
    - <ReceiptDtl>
    <item_id>509720</item_id>
    <unit_qty>83.0000</unit_qty>
    <receipt_xactn_type>R</receipt_xactn_type>
    + <receipt_date>
    <year>2012</year>
    <month>09</month>
    <day>17</day>
    <hour>15</hour>
    <minute>33</minute>
    <second>49</second>
    </receipt_date>
    <receipt_nbr>6902340</receipt_nbr>
    <container_id>1</container_id>
    <to_disposition>ATS</to_disposition>
    <user_id>NTCPO01</user_id>
    <catch_weight />
    </ReceiptDtl>
    - <ReceiptDtl>
    <item_id>509740</item_id>
    <unit_qty>17.0000</unit_qty>
    <receipt_xactn_type>R</receipt_xactn_type>
    + <receipt_date>
    <year>2012</year>
    <month>09</month>
    <day>17</day>
    <hour>15</hour>
    <minute>33</minute>
    <second>49</second>
    </receipt_date>
    <receipt_nbr>6902344</receipt_nbr>
    <container_id>1</container_id>
    <to_disposition>ATS</to_disposition>
    <user_id>NTCPO01</user_id>
    <catch_weight />
    </ReceiptDtl>
    </Receipt>
    </ReceiptDesc>
    And then i have started to make some tests to retrieve data from.
    SELECT EXTRACTVALUE(doc, '/ReceiptDesc/appt_nbr') FROM asm_test; -- got the correct value 2142473
    SELECT EXTRACTVALUE(doc, '/ReceiptDesc/Receipt/dc_dest_id') FROM asm_test; ---- got the correct value 401
    select count(*) from asm_jam_test d where (d.doc.getClobVal()) like '%NTCPO01%'; -- got 1
    But i need to find a Specific data from XML (the main goal is to update a value inside XML).
    If i try this:
    select extract(doc, '/ReceiptDesc/Receipt/ReceiptDtl/item_id/text()').getstringVal() from asm_test                     
    where existsNode(doc,'/ReceiptDesc/Receipt/ReceiptDtl/receipt_nbr') = 1;
    got: 509720509740 -- which are the concatenate of 2 Item_ids
    when i try to find out the Item_id of specific receipt_nbr i got a NULL response.
    select extract(doc, '/ReceiptDesc/Receipt/ReceiptDtl/item_id/text()').getstringVal()
    from  asm_test                     
    where existsNode(doc,'/ReceiptDesc/Receipt/ReceiptDtl/receipt_nbr') = 1 and
    extract(doc,'/ReceiptDesc/Receipt/ReceiptDtl/receipt_nbr/text()').getstringVal() = '6902340';
    What i'm doing wrong or which is the best way to get data from XML?
    Many thanks in advance

    Hi,
    Thanks for providing db version and sample data in the first place.
    Don't forget to use the &#x7B;code} tags to preserve formatting.
    Also, when posting XML, do not copy/paste directly from your browser as it retains +/- signs and therefore needs extra processing on our side.
    select count(*) from asm_jam_test d where (d.doc.getClobVal()) like '%NTCPO01%'; -- got 1No, don't do it like that.
    Use existsNode() function in this situation :
    SQL> select count(*)
      2  from asm_test
      3  where existsNode(doc, '/ReceiptDesc/Receipt/ReceiptDtl[user_id="NTCPO01"]') = 1
      4  ;
      COUNT(*)
             1
    when i try to find out the Item_id of specific receipt_nbr i got a NULL response.Yes, that's because this :
    extract(doc,'/ReceiptDesc/Receipt/ReceiptDtl/receipt_nbr/text()').getstringVal()returns :
    69023406902344So obviously it cannot be equal to '6902340'.
    When you have to deal with repeating nodes individually, use XMLTable function to break the structure into relational rows and columns.
    The resultset you'll get acts as a virtual table (or inline view) you can then manipulate with SQL operations :
    SQL> select x.*
      2  from asm_test t
      3     , xmltable(
      4         '/ReceiptDesc/Receipt/ReceiptDtl'
      5         passing t.doc
      6         columns item_id     varchar2(15) path 'item_id'
      7               , receipt_nbr varchar2(15) path 'receipt_nbr'
      8       ) x
      9  ;
    ITEM_ID         RECEIPT_NBR
    509720          6902340
    509740          6902344
    Now, you can just add a WHERE clause to filter the RECEIPT_NBR you require :
    SQL> select x.item_id
      2  from asm_test t
      3     , xmltable(
      4         '/ReceiptDesc/Receipt/ReceiptDtl'
      5         passing t.doc
      6         columns item_id     varchar2(15) path 'item_id'
      7               , receipt_nbr varchar2(15) path 'receipt_nbr'
      8       ) x
      9  where x.receipt_nbr = '6902340'
    10  ;
    ITEM_ID
    509720
    That can also be achieved with EXTRACTVALUE and a single XPath expression (assuming RECEIPT_NBR is unique) :
    SQL> select extractvalue(
      2           doc
      3         , '/ReceiptDesc/Receipt/ReceiptDtl[receipt_nbr="6902340"]/item_id'
      4         ) as item_id
      5  from asm_test
      6  ;
    ITEM_ID
    509720

  • Need to login to remote X server on suse enterprise server 9 from mac

    hello,
    I have the a powerbook G4 with the latest OS X installed. I also have X11 installed.
    Can someone please tell me how I can login to a vnc server on a sles9 server from my mac laptop? I tried the browser way but the picture looks aweful. I'd like to use a X session from the sles9 server to my mac laptop.
    Thanks,
    Oskar

    Hi Oskar,
       Thanks for the info on the browser method. I won't get to test it for a bit but it seems like a lot to ask of a browser, even if it does render images well. Which browser do you use?
       Please forgive my manners; welcome to Apple Discussions. I don't know how much experience you have reading the Discussion but this one isn't touchy-feely. It's very easy to cut-and-paste from the terminal, especially Apple's, in which it can be done completely from the keyboard. Thus it almost seems prevarication to be vague.
    > I TRY the ssh -Y method
       This is vague. Please post the command. Is X11 running when you do this?
    > It doesn't work.
       This is more vague. In addition to the command, please post the output, and any entries in your console.log and the system.log that ensue.
    > it's running kde to I have kde& at the end of that line
       When you login to the remote computer, please don't put a command in the line. Login to the machine to get shell access and then invoke the command. You might see some output that would otherwise be "hidden" in a remote log. What is this "kde" command? The usual command for starting KDE is "startkde."
       I've never tried to forward KDE. It's not an application that runs in a window. I'm sure there would be no problem setting up the tunnel but it was hard enough to port KDE to run with Apple's X11. Thus I can easily see the potential for difficulties but I don't know of any problems and I actually think I remember someone saying they did it. You might try running X11 full screen instead of rootless.
    > Is there anything I should be doing on the suse server?
       Do you mean besides configuring and starting the secure shell daemon? Yes, you might have to make a hole in the firewall. There should be a suse "sysadmin" way to configure it but if you have to edit the sshd_config file and invoke sshd yourself, we can probably help with that.
    > also, chicken of the vnc doesn't work well with sles
    vnc server.
       That probably means you don't have the bandwidth for it. I know that using CotVNC can be almost like being at the machine and Linux is generally fast even on old hardware. That's all the more reason to get X window forwarding working.
       If you can't find the information to diagnose the problem with secure shell in the logs, you can also invoke secure shell with the "-vvv" option. That will dump a maximal amount of diagnostic information.
    Gary
    ~~~~
       Mohandas K. Gandhi often changed his mind publicly. An aide once asked him how he could so freely contradict this week what he had said just last week. The great man replied that it was because this week he knew better.

  • How do I get connected to a server on my network via an IP address?  When I try to open in a URL and login as a registered user with proper login it errors out saying there was a problem with connecting to the server?

    I am new to Mac...How do I get connected to a server on my network via a hyper link IP address path?  When I try to open in a URL and login as a registered user with proper login it errors out saying there was a problem with connecting to the server?

    Some of the following is going to use some technical terms — this area is inherently somewhat technical. 
    If you don't understand some part of the following reply, please ask.
    Is this your own OS X Server system on your own network, or is this some other server within some larger organization? 
    You're posting this in the OS X Server forum, which is a software package that allows OS X systems to provide web-based and many other services; to become servers.
    If it's your OS X Server on your network, then the network and DNS configurations are suspect, or the server is somehow malfunctioning or misconfigured.   This is unfortunately fairly common, as some folks do try to avoid setting up DNS services.
    If it's a larger organization and somebody else is managing the server and the network, then you'll probably need to contact the IT folks for assistance; to learn the network setup and DNS requirements, and if there's a problem with the server itself.
    The basic web URL "hyper link IP address path" — without using DNS — usually looks something the following, where you'll need to replace 10.20.30.40 with the IP address of your server:
    http://10.20.30.40
    UptimeJeff has posted a URL that specifies the AFP file system; an OS X file share.  That's used if you're connecting to an Apple storage service somewhere on your network.  You might alternatively need to specify smb://10.20.30.40 or such, if it's a Windows file server.  (There can be additional requirements for connecting to Windows Server systems, too.)
    If there's local IT staff available here, please contact them for assistance.  If these are your own local systems and your own local OS X Server system, then some information on the server will be needed.  (If you're on a NAT'd network, you'll also need to get DNS services configured and working on your local OS X Server system and your network — you'll not be able to skip this step and reference ISP DNS servers here — or things can and usually will get weird.)

  • How to configure RZ12  and SM59 ABAP connection settings when we have work with Load Balancing servers rather than a specific server .

    Hi ,
    If we have a specific server say 10.10.10.10 (abc.co.in) on which we are working, Then under RZ12 we make the following entry  as :
    LOGON GROUP          INSTANCE
    parallel_generators        abc.co.in_10         ( Lets assume : The instance number is 10 )
    Now in SM59 under ABAP Connections , I am giving the following technical settings:
    TARGET HOST          abc.co.in
    IP address                  10.10.10.10
    Instance number          10
    Now if we have a scenario of load balancing servers with following server details (with all servers on different instance numbers ) :
    10.10.10.11    
    10.10.10.13
    10.1010.10
    10.10.10.15
    In this case how can we make the RZ12 settings and SM59 settings such that we don't have to hardcode any IP Address.
    If the request is redirected to 10.10.10.11 and not to 10.10.10.10 , in that case how will the settings be.
    Regards,
    SHUBHAM

    Hi,
    No one using FMS behind a load balancer? No one using RTMPT?

  • How can I find what scom group a specific server belongs to using powershell?

    Environment:  SCOM 2007 r2
    Server in question:  Running Windows 2003 Std. (yes I know this sounds crazy)
    Why do I need this:  I noticed at the console level we have had server unexpected shutdown events which are not generating email notifications. 
    Source shows: Windows 2003 Server Standard Edition
    Alert Rule:  Windows Shutdown Unexpectedly
    From what I see these are all windows 2003 server Std edition systems.  I did a track and trace using our exchange tracking system which confirmed the alerts were not being emailed. Not sure if there is a better approach for this, but not being a sql
    expert (however I do have someone I can leverage) I am trying to see if I can somehow extract this information using powershell.
    Secondary general question:  How can I find out the current size of our scom 2007 database and the number of objkects\servers being monitored? This is prep work for a migration over to 2012.
    Thanks in advance for the help!

    1. what scom group a specific server belongs to
    function Get-GroupNames {
     [cmdletbinding()]
     param($computerFQDN)
     $containmentRel = Get-RelationshipClass -name:’Microsoft.SystemCenter.InstanceGroupContainsEntities’
    $computerClass = Get-MonitoringClass -name:”Microsoft.Windows.Computer”
    $criteria = [string]::Format(“PrincipalName = ‘{0}’”,$computerFQDN)
     try {
     $computer = Get-MonitoringObject -monitoringClass:$computerClass -criteria:$criteria
     $relatedObjects = $computer.GetMonitoringRelationshipObjectsWhereTarget($containmentRel,[Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth]::Recursive,[Microsoft.EnterpriseManagement.Common.TraversalDepth]::Recursive)
     catch {
     $_
     write-host “An error occurred while querying groups of $computerFQDN”
    foreach($group in $relatedObjects)
     [array]$Groups = $groups + $group.SourceMonitoringObject.DisplayName
     if($groups) {
     return $groups
     } else {
     write-host “No groups available for $computerFQDN”
    Usage:
     Get-GroupName -ComputerFQDN myserver1
    for detail, pls. refer to
    http://techibee.com/powershell/powershell-get-scom-groups-of-a-computer-account/1129
    Roger

  • How to bind the user-defined watch to a specific server so that server's Health would show green ball and is linked to Monitoring watch?

    Hi,
    I create a user defined watch for BI4.1 ExplorerExplorationServer server in CMC -> Monitoring.
    Caution:
    node.ExplorerExplorationServer$'Server Running State'==1 ||
    node.ExplorerExplorationServer$'Server Running State'==2 ||
    node.ExplorerExplorationServer$'Server Running State'==4 ||
    node.ExplorerExplorationServer$'Server Running State'==6 ||
    node.ExplorerExplorationServer$'Server Running State'==7 ||
    node.ExplorerExplorationServer$'Health State'==1
    Danger:
    node.ExplorerExplorationServer$'Server Running State'==0 ||
    node.ExplorerExplorationServer$'Server Running State'==5 ||
    node.ExplorerExplorationServer$'Health State'==0
    However, in CMC -> Servers -> Explorer Services, the ExplorerExplorationServer shows "Information is not available" blue ball in Health.
    How do I bind the user-defined watch to a specific server so that server's Health would show green ball and is linked to Monitoring watch?
    Regards,
    Jin-Chong

    Hello JinChong,
    We had created User-defined Explorer watches on our environments and have run into issues.
    Have received many false alerts even though Explorer servers are running fine.
    After creating an AGS case it was informed to us that Explorer does not have monitoring capabilities.
    AGS is checking with solution architect of Explorer application about when the monitoring watches for explorer would be included.
    Regards,
    Rohit

Maybe you are looking for

  • How to combine two pages (not files) into one long vertical page

    Is there a way in Acrobat 9 Pro to combine (concatenate) say two 8.5"x11" pages and create a single 8.5"x22" page? Right now I'm having to do this by importing one page into Photoshop, extending the canvas, and pasting in the second page into the ext

  • Ipad was stolen and no longer in icloud

    My ipad was previously in Icloud and had been for years. It was stolen yesterday and now when I try to track it It is no longer listed as a device in Icloud. What can I do?

  • How to get MixRadio voucher code?

    Sir how to create voucher code for nokia Lumia 525 for nokia mix radio app. Moderator's note: We amended the title of this post as we moved it to the most appropriate board.

  • How to upgrade Exchange 2013 host OS to Server 2012 R2

    Currently in our environment we have Exchange 2013 (Client Access and Mailbox on one server) (no service pack) built on Server 2012 machine. I'd like to rebuild the Exchange server on a new Server 2012 R2 machine. Are there any automated tools for tr

  • Resume listening to itunes radio

    Has anyone else had the issue where iTunes Radio will stop playing after a couple of hours and ask "resume listening to itunes radio?" and make you click a button to continue?  As soon as I click it, it resumes.  This is pretty annoying since I run i