SCOM availability monitoring

Hi,
I am using SCOM 2012 and I want to start monitoring just a group of servers and monitor their
availability in two ways. One: If I can really reach the server, so simple PING will do the job, but I cant find anything so simple like just ping there....? And the second one which I want to monitor is Processor usage,
Memory usage, HDD free space again just for goup of servers. I know that these data are already there, but I need to find the way how to make email notification and alerts just for group of them. Can somebody pls help me?
M.

Hi,
The Health Service Heartbeat Failure alert is generated and the management server attempts to contact the computer by using ping.
For more information, please review the links below:
How Heartbeats Work in Operations Manager
http://technet.microsoft.com/en-us/library/hh212798.aspx
Management Processors
http://technet.microsoft.com/en-us/library/dd279711.aspx
Monitoring Memory Utilization
http://technet.microsoft.com/en-us/library/dd262105.aspx
Monitoring Physical Disks and Disk Partitions
http://technet.microsoft.com/en-us/library/dd262052.aspx
How to Enable an Email Notification Channel
http://technet.microsoft.com/en-us/library/hh212914.aspx
OpsMgr 2012:  Configure notifications
http://blogs.technet.com/b/kevinholman/archive/2012/04/28/opsmgr-2012-configure-notifications.aspx
Otherwise, your question seems to be related to SCOM2012. You may also choose to post there to get more effictive help.
https://social.technet.microsoft.com/Forums/systemcenter/en-US/home?category=systemcenteroperationsmanager
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • JEE MP: Authoring JEE Application Availability Monitor

    Hi experts,
    We've imported the JEE WebSphere MP's, completed discovery, enabled deep monitoring, and now have some issues authoring custom "JEE Application Availability Monitoring".
    In the wizard on the "MBean to Monitor" screen we use the MBean name:
    WebSphere:j2eeType=JDBCResource,*, as we'd like to monitor some JDBC Connection Pool stats.
    On the next screen in the wizard, "Health State", we select the xPath:
    MBeans/MBean[@Name="javax.management.modelmbean.RequiredModelMBean" and @objectName="WebSphere:J2EEServer=server1,Server=server1,cell=APPT75WASCell01,j2eeType=JDBCResource,mbeanIdentifier=cells/APPT75WASCell01/resources.xml#builtin_jdbcprovider,name=Derby
    JDBC Provider (XA),node=APPT76WASNode01,platform=dynamicproxy,process=server1,spec=1.0,type=JDBCProvider,version=7.0.0.25"]/Properties/Property[@Name="stats" and @type="com.ibm.ws.pmi.j2ee.JDBCStatsImpl"]
    The problem we have is that ALL of the stats and counters are found within this single Property, as seen below:
    Current value:
    Stats name=Derby JDBC Provider (XA), type=connectionPoolModule
    Stats name=jdbc/DefaultEJBTimerDataSource, type=connectionPoolModule
    name=CreateCount, ID=1, description=The total number of connections that are created., unit=N/A, type=CountStatistic, count=6
    name=CloseCount, ID=2, description=The total number of connections that are closed., unit=N/A, type=CountStatistic, count=5
    name=AllocateCount, ID=3, description=The total number of connections that are allocated., unit=N/A, type=CountStatistic, count=2306
    name=ReturnCount, ID=4, description=The total number of connections that are returned to the pool., unit=N/A, type=CountStatistic, count=2302
    name=PoolSize, ID=5, description=The size of the connection pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3568935E7, lowerBound=0, upperBound=30
    name=FreePoolSize, ID=6, description=The number of free connections in the pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3485336E7, lowerBound=0, upperBound=30
    name=WaitingThreadCount, ID=7, description=The average number of threads that are concurrently waiting for a connection., unit=N/A, type=RangeStatistic, lowWaterMark=0, highWaterMark=0, current=0, integral=0.0
    name=FaultCount, ID=8, description=The number of connection timeouts in the pool., unit=N/A, type=CountStatistic, count=0
    name=PercentUsed, ID=9, description=Average percent of the pool that is in use. The value is based on the total number of configured connections in the ConnectionPool, not the current number of connections., unit=N/A, type=RangeStatistic, lowWaterMark=93,
    highWaterMark=100, current=0, integral=278663.0
    name=UseTime, ID=12, description=The average time in milliseconds that a connection is used. The difference between the time at which the connection is allocated and returned. This value includes the JBDC operation time., unit=MILLISECOND, type=AverageStatistic,
    avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9, type=TimeStatistic, avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9
    name=WaitTime, ID=13, description=The average waiting time in milliseconds until a connection is granted., unit=MILLISECOND, type=AverageStatistic, avg=0.0, min=0, max=0, total=0, count=0, sumSq=0.0, type=TimeStatistic, avg=0.0, min=0, max=0, total=0,
    count=0, sumSq=0.0
    name=PrepStmtCacheDiscardCount, ID=21, description=The number of statements that are discarded because the cache is full., unit=N/A, type=CountStatistic, count=3
    name=JDBCTime, ID=22, description=The average time in milliseconds that is spent running the JDBC calls, including the time spent in the JDBC driver, network, and database. (Applies to V5.0 data source only.), unit=MILLISECOND, type=AverageStatistic,
    avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0, type=TimeStatistic, avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0
    So then how do we configure Expressions for Health State at this point in the Wizard, if we have such a long string value containing ALL of the stats?  Anyone have insight into this?
    Thanks!

    Hi experts,
    We've imported the JEE WebSphere MP's, completed discovery, enabled deep monitoring, and now have some issues authoring custom "JEE Application Availability Monitoring".
    In the wizard on the "MBean to Monitor" screen we use the MBean name:
    WebSphere:j2eeType=JDBCResource,*, as we'd like to monitor some JDBC Connection Pool stats.
    On the next screen in the wizard, "Health State", we select the xPath:
    MBeans/MBean[@Name="javax.management.modelmbean.RequiredModelMBean" and @objectName="WebSphere:J2EEServer=server1,Server=server1,cell=APPT75WASCell01,j2eeType=JDBCResource,mbeanIdentifier=cells/APPT75WASCell01/resources.xml#builtin_jdbcprovider,name=Derby
    JDBC Provider (XA),node=APPT76WASNode01,platform=dynamicproxy,process=server1,spec=1.0,type=JDBCProvider,version=7.0.0.25"]/Properties/Property[@Name="stats" and @type="com.ibm.ws.pmi.j2ee.JDBCStatsImpl"]
    The problem we have is that ALL of the stats and counters are found within this single Property, as seen below:
    Current value:
    Stats name=Derby JDBC Provider (XA), type=connectionPoolModule
    Stats name=jdbc/DefaultEJBTimerDataSource, type=connectionPoolModule
    name=CreateCount, ID=1, description=The total number of connections that are created., unit=N/A, type=CountStatistic, count=6
    name=CloseCount, ID=2, description=The total number of connections that are closed., unit=N/A, type=CountStatistic, count=5
    name=AllocateCount, ID=3, description=The total number of connections that are allocated., unit=N/A, type=CountStatistic, count=2306
    name=ReturnCount, ID=4, description=The total number of connections that are returned to the pool., unit=N/A, type=CountStatistic, count=2302
    name=PoolSize, ID=5, description=The size of the connection pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3568935E7, lowerBound=0, upperBound=30
    name=FreePoolSize, ID=6, description=The number of free connections in the pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3485336E7, lowerBound=0, upperBound=30
    name=WaitingThreadCount, ID=7, description=The average number of threads that are concurrently waiting for a connection., unit=N/A, type=RangeStatistic, lowWaterMark=0, highWaterMark=0, current=0, integral=0.0
    name=FaultCount, ID=8, description=The number of connection timeouts in the pool., unit=N/A, type=CountStatistic, count=0
    name=PercentUsed, ID=9, description=Average percent of the pool that is in use. The value is based on the total number of configured connections in the ConnectionPool, not the current number of connections., unit=N/A, type=RangeStatistic, lowWaterMark=93,
    highWaterMark=100, current=0, integral=278663.0
    name=UseTime, ID=12, description=The average time in milliseconds that a connection is used. The difference between the time at which the connection is allocated and returned. This value includes the JBDC operation time., unit=MILLISECOND, type=AverageStatistic,
    avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9, type=TimeStatistic, avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9
    name=WaitTime, ID=13, description=The average waiting time in milliseconds until a connection is granted., unit=MILLISECOND, type=AverageStatistic, avg=0.0, min=0, max=0, total=0, count=0, sumSq=0.0, type=TimeStatistic, avg=0.0, min=0, max=0, total=0,
    count=0, sumSq=0.0
    name=PrepStmtCacheDiscardCount, ID=21, description=The number of statements that are discarded because the cache is full., unit=N/A, type=CountStatistic, count=3
    name=JDBCTime, ID=22, description=The average time in milliseconds that is spent running the JDBC calls, including the time spent in the JDBC driver, network, and database. (Applies to V5.0 data source only.), unit=MILLISECOND, type=AverageStatistic,
    avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0, type=TimeStatistic, avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0
    So then how do we configure Expressions for Health State at this point in the Wizard, if we have such a long string value containing ALL of the stats?  Anyone have insight into this?
    Thanks!
    I'm using the latest JEE MPs and SCOM 2012 R2, however I don't show the stats as a property on this MBean.

  • Availability monitoring using ccmsping - refresh rate

    So I've configured my solman 3.2 to monitor the availability of other systems via the use of ccmsping.  I can see the other systems well enough, but the problem is the long time it takes for my solman system to become aware that a monitored system is no longer active.
    It can easily take 20 minutes for it to report that a system is unavailable.  When I say "report", I mean that the status is updated in the 'Availability and Performance Overview' monitor in RZ20.
    Even then, the only evidence visible is that the 'Availability' alert changes colour due to the % availability over the last 15 minutes.  The other alerts for Groups and Instances simply turn white because no information is coming from the child system.
    SAP help and the document "Availability Monitoring with CCMSPING.pdf" advice that monitoring frequency can be changed by changing the parameter values for the CCMS_AVAIL_LOGON_CHECK method.  I have changed these values, which have had no apparent impact on the response times for noticing that a system has become unavailable.
    Any suggestions?

    Hai Dirk,
    I have checked all the ways possible, we have sapms<SID> in the IP service name filed.
    Tried with 36<Instance number>, aslo tried with IP address in the host name filed but no luck.
    We have 4 PRD systems out of which 2 works and the other 2 is not working. The working systems are 640 systems and the other two systems which is not working are 620 systems.
    I have tried updating CCMSPING to the latest patch level as well.
    The services file in the CEN system is maintained with correct values.
    We have SAPROUTER running in our CEN system, and the entries can be found in my previous post.
    We are not using the router to connect because the systems which are working do not have any router string attached to them.
    Please let me know if you find any reason for the problem.
    Thanks in advance.
    Regards,
    Yoganand.V

  • SCOM 2012 Monitoring of windows based service

    Hi,
    Here my requiremt is to monitoring windows based service in scom 2012. The agent server is a windows based machine and I need to monitor these service, once they are in stopped state or in starting state. The server state is ahowing healthy.
    Could someone pls guide me or share me the details for configure a wondows based service in scom for monitoring.
    Below is the service i want to monitor through scom 2012
    Thanks
    Regards, Rajeev Parambil

    Hi,
    Please follow the steps below:
    1. Under Authoring console, right click Monitors, then choose create a Monitor, select Unit monitor.
    2. With the Create a Unit Monitor Wizard, we select Basic Service Monitor under Windows Services.
    3. Choose the destinaton management pack to store the monitor. Click Next.
    4. Specify the monitor name, and choose Monitor target class, such as Windows Operation System. Click Next.
    5. Then select Service that you want to monitor, we can specify the computer name, and then find the service under the computer. Click Next.
    6. Configure Health and Configure Alert.
    Regards,
    Yan Li
    Regards, Yan Li

  • Regarding Availability Monitoring.

    Hi All,
      We are using SOLMAN 7 for availability monitoring of our system landscape.
    We have installed CCMSPING agents in all the servers and all are running fine.
    For our BI system we are not getting the availability data for the different instances. In RZ21 availability monitoring we are able to see only the Central instance of the our BI system and not any of the other app. instance.
    We checked the CCMSPING agent of all application servers in BI system and they are up and running and all RFC related to CCMSPING in SOLMAN are working fine but still no data.
    We also checked the /etc/host file of SOLMAN and message server for BI is mentioned there.
    How can we involve the application instances in SOLMAN for BI please help on this.
    Regards,
    Arun Pathak

    Hi,
    Check this Link for the Performance monitoring-
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9e/6921e784677d4591053564a8b95e7d/content.htm
    <i>g)system alarm trigger a page, FAX, email, etc..?</i>
    >>>Is available.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4e/20934259a5cb6ae10000000a155106/content.htm
    Regards,
    moorthy

  • Availability Monitoring from Solman

    Dear community,
    we are using availability monitoring with CCMSPing from our Solution Manager as central monitoring system. We tried to configure a central autoreaction method that send automatically emails if a syste is down. That works for all other configured MTE-classes but not for the availability classes.
    What could be the issue with that?

    Hello Christoph,
    > availability monitoring with CCMSPing from our Solution Manager as central monitoring system.
    > We tried to configure a central autoreaction method
    the information regarding the availability is stored locally in your central monitoring system therefore a central autoreaction will not work here (because there is no agent that will trigger this).
    As a consequence you have to configure an additional autoreaction that is started in dialog. Please note that the local autoreaction will be started in client 000 so you need also to configure SAPconnect in this client.
    Regards, Michael

  • Availability monitoring using CCMSPING..

    Hai,
    Iam facing problem in Availability monitoring using CCMSPING. CCMSPING is installed on CEN system which is a SOLUTION MANAGER system with SAP_BASIS - Release 702 and Level - 0002. (SAP EHP 1 for SAP NetWeaver 7.0)
    We have 4 Production systems in the landscape out of which 2 systems are not reporting the data in RZ20 in CEN under 'Availability Monitoring' MTE. I got the below error when I tried to Test ping the connection for the faulty servers in RZ21 in CEN.
    Error:
    CCMSPING communication error: Cannot access message server
    Also I got the below pasted errors from dev_ccmsping from the CCMSPING working directory.
    ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) [nixxi.cpp 2823]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 2 / sock 7
        (SI_ECONN_REFUSE/111; I4; ST; 1x.1xx.1x.xx:3600) [nixxi.cpp    2823]
    ERROR => MsIAttachEx: NiBufConnect to /H/xxxxx.xxxxxxx.xxx.xxxx.COM/S/sapmsxxx/sapmsxxx failed (rc=NIECONN_REFUSED) [msxxi_mt.c   652]
    ERROR => LgIAttach: MsAttach (rc=NIECONN_REFUSED) [lgxx_mt.c    3980]
    ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) [nixxi.cpp 2823]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 2 / sock 7
        (SI_ECONN_REFUSE/111; I4; ST; 1x.1xx.1x.xx:3600) [nixxi.cpp    2823]
    ERROR => MsIAttachEx: NiBufConnect to /H/xxxxx.xxxxxxx.xxx.xxxx.COM/S/sapmsxxx/sapmsxxx failed (rc=NIECONN_REFUSED) [msxxi_mt.c   652]
    ERROR => LgIAttach: MsAttach (rc=NIECONN_REFUSED) [lgxx_mt.c    3980]
    ERROR => Error response: 404 - expected: 200 [csmhttp_mt.c 465]
    I have checked the /etc/services files as well but no luck. Please help me with suggestions.
    Thanks in advance.
    Regards,
    Yoganand.V
    System details:
    Kernel release: 701
    Operating System: Linux 2.6
    OP release: 2.6.5-7.282-smp
    Database system: ORACLE
    Release: 10.2.0.4.0
    Machine type: x86_64

    Hai Dirk,
    I have checked all the ways possible, we have sapms<SID> in the IP service name filed.
    Tried with 36<Instance number>, aslo tried with IP address in the host name filed but no luck.
    We have 4 PRD systems out of which 2 works and the other 2 is not working. The working systems are 640 systems and the other two systems which is not working are 620 systems.
    I have tried updating CCMSPING to the latest patch level as well.
    The services file in the CEN system is maintained with correct values.
    We have SAPROUTER running in our CEN system, and the entries can be found in my previous post.
    We are not using the router to connect because the systems which are working do not have any router string attached to them.
    Please let me know if you find any reason for the problem.
    Thanks in advance.
    Regards,
    Yoganand.V

  • No availability monitor defined in RZ20 error

    Hi All,
    I have configured NWA with the ABC system ( CEN system) with the monitored system XYZ. I am able to see all the reports, logs etc from ABC for XYX system through login to http://ABC-host:port/nwa.
    But while going to monitoring -> availability i am getting the below error:
    "No availability monitor defined in RZ20; check version of central monitoring system"
    Please tell me where i am worng here.
    Thanks,
    Rohan

    Hi Chandra,
    Both of the agent is running fine and i am able to test successfully in ABC (CEN) system) under RZ21.
    But the problem is occuring in only NWA.
    Thanks,
    Rohan

  • SCOM+Exchange2010+monitoring+collecting mail flow logs

    Hi, I'm looking for the solution for :
    SCOM+Exchange2010+monitoring+collecting mail flow logs
    is it possible??
    thanks
    Paul

    http://mrmapi.com/2012/11/06/monitoring-exchange-2010-sp2-with-scom-2012/
    http://raymondleo.wordpress.com/2013/04/11/get-exchange-2010-management-pack-installed-and-working-on-scom-2012/

  • SCOM Console Monitoring on Client Desktops

    Hi,
    Has anyone configured SCOM console monitoring on client desktops?
    The SCOM console goes to Not Responding state or takes time to load Monitoring View.I want to set monitoring for the same.

    For generic client desktop monitoring, you may import windows 7 or windows 8 client MP, can download from
    http://www.microsoft.com/en-us/download/details.aspx?id=15700 for windows 7 and
    http://www.microsoft.com/en-us/download/details.aspx?id=38434 fro windows 8
    Moreover, for troubleshoot poor operations console performance you may
    Firstly, please try clearing cache and see how it works:
    How and When to Clear the Cache
    http://technet.microsoft.com/en-us/library/hh212884.aspx
    If the issue persists, please check it referring to the following posts:
    OpsMgr 2007: Troubleshooting Console Performance in large environments
    http://blogs.technet.com/b/operationsmgr/archive/2009/09/17/opsmgr-2007-troubleshooting-console-performance-in-large-environments.aspx
    Speeding up the SCOM Console
    http://thoughtsonopsmgr.blogspot.com/2009/03/speeding-up-console.html
    Meanwhile, please also check the Event Log on the management server.
    Roger

  • NWA Availability monitoring problem

    With NW04s at SP8 I have an ABAP+J2EE system that is my Central Admin/Monitoring system.  I have setup CCMSPING in central system and also in RZ21 of the ABAP system.  I verified the systems are showing in RZ20 with green/100% indications.
    When I go to set them up in NWA, I see them listed with yellow warnings next to them in the availability monitoring screen.  When I scroll down and click 'enable availability monitoring', I get a message at the top "SYSTEM_ALREADY_MONITORED".
    Why might it be telling me that, even though the metrics are not showing up in the NWA?

    Hi Dave,
    if you don't see the availability of monitored instances in the central reports, then you'll probably don't see it in the transaction RZ20 as well. Is this correct?
    If so, did you check the following documentation?
    http://help.sap.com/saphelp_nw2004s/helpdata/en/38/9e100dd7980fffe10000009b3810a5/frameset.htm
    and another source of information that might help (SAP Tutor, so make sure that the SAP Tutor player is installed on your computer):
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/a-c/availability%20monitoring%20and%20ccmsping.sim
    Kind regards
    Dirk

  • Published list of available "Monitored Attributes".

    Hi all,
    I am trying to create some user defined monitoring alerts. Is there a list of available "Monitored Attributes", such as CpuUsage.usagePercentage, ProcessUsage.*, etc
    I have looked through the docs and can't see a list of available attributes.
    In the document "Advanced User Guide - E18416" they are mentioned on page 96 and page 99 point 3b mentions "javadoc public API". No idea what that means.
    Can anyone shed some light?
    Cheers
    Neil

    Hi all,
    Not to self: Install the SUNWxvmoc-sdk package and read the javadocs ;-)
    Cheers
    Neil

  • Unable to download web test results for failed Availability Monitor request - HTTP 500

    When attempting to download the Web Test results for a failed request in my availability monitor, the server returns HTTP 500.
    The full URL attempting to be accessed is https://stamp2.app.insightsportal.visualstudio.com/api/WebTestResult?fileName=eProd Dx1 Api_2015-02-25T16:58:00.000Z.webtestresult&subscriptionId=REMOVEDFORSECURITYPURPOSES&resourceGroup=eprod-dx1webapi&webTestId=eprod
    dx1 api-eprod-dx1webapi&location=us-ca-sjc-azr&timestamp=1424883480
    I can provide the sub ID as needed.

    Thinking this is an Azure Portal issue. Please move.

  • Missing sapmsg.ini in Sapgui 7.2 for CCMSPING availability monitoring

    Hi All,
    I've been trying to locate the SAPMSG.INI file for configuring the CCMSPING availability monitoring through RZ21 on Solman, but could not find the sapmsg.ini file in the specified location of ' c:\winnt\sapmsg.ini ' which was mentioned in the SAPGUI logon pad's option window. Can you help me to locate this file?
    Thanks,
    Modena

    Hi,
    for 7.2 te config files wont available in c:
    windows
    it should be under C:\Documents and Settings\<username>\Application Data\SAP\Common
    Please check the note also [Note 1442303 - SAP GUI 7.20 - replacement of SAPWORKDIR|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1442303]
    check here
    Thanks,
    Jansi

  • Reg CCMS Availability Monitoring

    Hi ,
    I am in the process of configuring CCMs availability monitoring for my Systems.
    I have the following scenario
    1. System A is the CEN System and the CCMSPING Server is running in this System.
    2. System A should monitor System B and send a mail if the Server B gets shut down
    I have done the following until now
    1. CCMS Agents are running and i am getting CCMS  Alerts of System B from System A
    2. In Rz21--> CCMS PING Monitoring. I have added the systems
    When i select the system B in Configuration Overview and Performance Availability and select Ping Test it is failing
    Please let me know the following information
    1. Does CCMSPING installed in System B also?
    2. Do i need to create a SM59 connection in System B(as i have in system A) with name CCMS_SYSTEM_PING_DEST.  If so what are the parameters for that

    Hai,
    Check your inputs for the System, such as Message server port, Message server host, CS Message server host/port.
    or try re installing the CCMSPING utility.
    Check the below link for further details.
    http://help.sap.com/saphelp_nw70/helpdata/EN/38/9e3337d7840ffee10000009b3810a5/frameset.htm
    Regards,
    Yoganand.V

Maybe you are looking for

  • Multiple instances of the same APEX application under SSO

    Currently we have several applications that are authenticated through Oracle SSO. The apps are authenticating correctly, but I can't be in multiple instances of the same application without having to re-validate through SSO when I move between instan

  • Load Balancing Server reg

    Hi Gurus If i have Installed Foundation services in 4 environments, How HFM will switch to another environments based on Users load ? Do we need to write any kind of scripts or functions? regards Sarilla

  • Counting rows in a report

    Hi, I have a report page based on a SQL query. I then have a button on that page and when the user clicks it, I want to be able to loop through each of the records in the report to do some processing. I was thinking of using a for loop but not sure h

  • Photoshop CC stopped recognizing my video card.  Photoshop CC(64) still recognizes it properly. Video card driver is up to date.

    ON or about January 15th my Photoshop CC (original) which I use because it works with many of my older filters was working properly. Several days later it refused to recognize my video card and my performance plummeted. ( It has the performance tab g

  • Color Manage - Yes or No?

    First, I'm a color management geek and fan. Almost all of my work in the past was under my total control, so I was able to select my own commercial printer. I only worked with commercial printers who had a firm grasp on color management, had current