Server instance id

Hi,
          Is there a Weblogic API to programmatically determine a particular server's unique instance id running in a cluster?
          thanks,
          Nadeem.

You can get the server name using followng method...
          =======================================================
          String serverName;
          String failoverMessage="";
          private static final String PREFIX_LABEL="SessionServlet.";
          private String getServerName() throws Exception {
          String toReturn = null;
          System.out.println("before going to try");
          try {
          Context myCtx = new InitialContext();
               System.out.println("before lookup");
          MBeanHome mbeanHome = (MBeanHome)myCtx.lookup("weblogic.management.home.localhome");
               System.out.println("after lookup lookup");
          toReturn=mbeanHome.getMBeanServer().getServerName();
               System.out.println("toReturn = " + toReturn);
          if (toReturn == null) return "";
          else return toReturn;
          catch (Exception e) {
          throw e;
          ======================================================
          make sure to import
          javax.naming.Context, javax.naming.InitialContext, weblogic.management.MBeanHome
          Regards,
          Imtiaz

Similar Messages

  • How to track session IDs for multiple apps in same server instance?

    All:
    We have 2 web applications (for example: app1,app2) running in one app
    server instance (weblogic 5.1). Both of those applications use the same
    cookie name (defined in weblogic.properties ) to keep the HttpSessionID.
    The tricky thing is that if a client logs in to app1 and then logs in to
    app2 with the same web browser, (for example, IE). The app1's
    HttpSessionID kept in the cookie will be overwritten by app2's
    HttpSessionID because they use the same cookie name.
    My question is this:
    Is there a way to specify a cookie name for each application running in
    an application server instance?
    The only way we know of to work around the problem is that we have to
    host the app1 and app2 in 2 different app server instances so we can
    config app1 and app2 to use different cookie names for the
    HttpSessionID. We are curious if there is a better way to do that.
    BTW, We must use Cookie because of the requirement of cluster and load
    balancer.
    Thanks,
    Ben

    Hi Ben,
    Which version of Weblogic are you using??
    In 5.1 sp8 the Cookie names of the Web Apps are different by default.
    Prasad Peddada <[email protected]> wrote:
    Why can't you add your own cookie?
    In 6.0 you can have different cookie names for different
    apps.
    -- Prasad
    "Benjamin D. Engelsma" wrote:
    All:
    We have 2 web applications (for example: app1,app2)running in one app
    server instance (weblogic 5.1). Both of those applicationsuse the same
    cookie name (defined in weblogic.properties ) to keepthe HttpSessionID.
    The tricky thing is that if a client logs in to app1and then logs in to
    app2 with the same web browser, (for example, IE). The app1's
    HttpSessionID kept in the cookie will be overwrittenby app2's
    HttpSessionID because they use the same cookie name.
    My question is this:
    Is there a way to specify a cookie name for each applicationrunning in
    an application server instance?
    The only way we know of to work around the problem isthat we have to
    host the app1 and app2 in 2 different app server instancesso we can
    config app1 and app2 to use different cookie names forthe
    HttpSessionID. We are curious if there is a better wayto do that.
    BTW, We must use Cookie because of the requirement ofcluster and load
    balancer.
    Thanks,
    Ben

  • How to configure single web server instance to multiple application servers..

    Hi all,
    we are running single instance of IWS6.0 SP2 on solaris, we want to comfigure this single instance to multiple application servers(JRun). Can any one advise me whether it is possible to do.
    Thanks
    Raj

    Hi Raj,
    "how to configure single web server instance to multiple application servers.."
    It's not possible for setting up multiple applicataion servers for Single iWS instance.
    Thanks,
    Dakshin.

  • DPM failing SQL backups due to error: "the SQL Server instance refused a connection to the protection agent. (ID 30172 Details: Internal error code: 0x80990F85)

    I ran across this error starting on 6/4/2011 and have been unable to find the root of the problem.  In our environment, we have a DPM 2010 server dedicated to backing up all our SQL envrionment (about 45 SQL Servers total).  All of the SQL
    environment is backing up fine except for a SQL Cluster Application.  This particular SQL Instances is part of a 6 node failover cluster with 6 SQL Instances distributed amongst them.  The other 5 SQL instances in the cluster are backing
    up fine; only one instance is failing.  The DPM Alerts section shows this error when attempting to do a SQL backup of one of the databases on this SQL instance:
    Affected area: KEN-PROD-VDB001\POSREPL1\master
    Occurred since: 6/11/2011 11:00:56 PM
    Description: Recovery point creation jobs for SQL Server 2008 database KEN-PROD-VDB001\POSREPL1\master on SQL Server (POSREPL1) - Store Settings.ken-prod-cl004.aarons.aaronrents.com have been failing. The number of failed recovery point creation jobs =
    4.
     If the datasource protected is SharePoint, then click on the Error Details to view the list of databases for which recovery point creation failed. (ID 3114)
     The DPM job failed for SQL Server 2008 database KEN-PROD-VDB001\POSREPL1\master on SQL Server (POSREPL1) - Store Settings.ken-prod-cl004.aarons.aaronrents.com because the SQL Server instance refused a connection to the protection agent. (ID 30172 Details:
    Internal error code: 0x80990F85)
     More information
    Recommended action: This can happen if the SQL Server process is overloaded, or running short of memory. Please ensure that you are able to successfully run transactions against the SQL database in question and then retry the failed job.
     Create a recovery point...
    Resolution: To dismiss the alert, click below
     Inactivate alert
    I have checked the cluster node this particular SQL instance is running on using Perfmon and the machine is nowhere near capacity on CPU, memory, network, or Disk I/O.  I have failed this SQL Application to another node in the cluster and
    receive the same error (this other node has another clustered SQL application on it that is actively running as well as backing up fine).  The only thing that I am aware of that has changed is that we installed SP2 for SQL 2008 about 2 weeks prior
    to when the failures started to occur.  However, we updated all six clustered SQL Instances at the same time and only this one is having this issue so I don't believe that caused the problem.  We are running SQL 2008 SP2 (version 10.0.4000.0)
    on all clustered instances along with DPM 2010 (version 3.0.7696.0) on this particular DPM server that has the issue.
    One last thing, I have also noticed errors in the event log pertaining to the same SQL backups that are failing (but the time stamps are not concurrent with each backup attempt):
    Log Name:      Application
    Source:        MSDPM
    Date:          6/13/2011 1:09:12 AM
    Event ID:      4223
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      KEN-PROD-BS002.aarons.aaronrents.com
    Description:
    The description for Event ID 4223 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    DPM writer was unable to snapshot the replica of KEN-PROD-VDB001\POSREPL1\model. This may be due to:
    1) No valid recovery points present on the replica.
    2) Failure of the last express full backup job for the datasource.
    3) Failure while deleting the invalid incremental recovery points on the replica.
    Problem Details:
    <DpmWriterEvent><__System><ID>30</ID><Seq>1833</Seq><TimeCreated>6/13/2011 5:09:12 AM</TimeCreated><Source>f:\dpmv3_rtm\private\product\tapebackup\dpswriter\vssfunctionality.cpp</Source><Line>815</Line><HasError>True</HasError></__System><DetailedCode>-2147212300</DetailedCode></DpmWriterEvent>
    the message resource is present but the message is not found in the string/message table
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSDPM" />
        <EventID Qualifiers="0">4223</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2011-06-13T05:09:12.000000000Z" />
        <EventRecordID>68785</EventRecordID>
        <Channel>Application</Channel>
        <Computer>KEN-PROD-BS002.aarons.aaronrents.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>DPM writer was unable to snapshot the replica of KEN-PROD-VDB001\POSREPL1\model. This may be due to:
    1) No valid recovery points present on the replica.
    2) Failure of the last express full backup job for the datasource.
    3) Failure while deleting the invalid incremental recovery points on the replica.
    Problem Details:
    &lt;DpmWriterEvent&gt;&lt;__System&gt;&lt;ID&gt;30&lt;/ID&gt;&lt;Seq&gt;1833&lt;/Seq&gt;&lt;TimeCreated&gt;6/13/2011 5:09:12 AM&lt;/TimeCreated&gt;&lt;Source&gt;f:\dpmv3_rtm\private\product\tapebackup\dpswriter\vssfunctionality.cpp&lt;/Source&gt;&lt;Line&gt;815&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;DetailedCode&gt;-2147212300&lt;/DetailedCode&gt;&lt;/DpmWriterEvent&gt;
    </Data>
        <Binary>3C00440070006D005700720069007400650072004500760065006E0074003E003C005F005F00530079007300740065006D003E003C00490044003E00330030003C002F00490044003E003C005300650071003E0031003800330033003C002F005300650071003E003C00540069006D00650043007200650061007400650064003E0036002F00310033002F003200300031003100200035003A00300039003A0031003200200041004D003C002F00540069006D00650043007200650061007400650064003E003C0053006F0075007200630065003E0066003A005C00640070006D00760033005F00720074006D005C0070007200690076006100740065005C00700072006F0064007500630074005C0074006100700065006200610063006B00750070005C006400700073007700720069007400650072005C00760073007300660075006E006300740069006F006E0061006C006900740079002E006300700070003C002F0053006F0075007200630065003E003C004C0069006E0065003E003800310035003C002F004C0069006E0065003E003C004800610073004500720072006F0072003E0054007200750065003C002F004800610073004500720072006F0072003E003C002F005F005F00530079007300740065006D003E003C00440065007400610069006C006500640043006F00640065003E002D0032003100340037003200310032003300300030003C002F00440065007400610069006C006500640043006F00640065003E003C002F00440070006D005700720069007400650072004500760065006E0074003E00</Binary>
      </EventData>
    </Event>
    Any help would be greatly appreciated!

    Don't know if this helps or not, but I also noticed another peculiar issue that is derived from this problem.  If I go to "Modify protection group", then expand the cluster, then expand all six nodes in the cluster, five of them show "All SQL Servers"
    and allow me to expand the SQL Instance and show all databases; the one that is having a problem backing up, when I expand the node, doesn't even show that SQL exists on the node, when in fact, it does.
    I would also like to add that the databases on this node that will not backup are running fine.  They run hundreds of transactions daily so we know SQL itself is OK.  Even though it is a busy SQL Server, there is plenty of available resources as
    the SQL buffer and memory counters show the node is not under durress.

  • Getting Error while running ATGPublishing server instance in ATG 10.0.3

    Hi All,
    I installed and configured ATG 10.0.3 and running both production and Publishing server instances. I'm getting following error in 'Publishing' .
    OS : Windows 7
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341603     /     Unable to set configured property "/atg/userprofiling/search/ProfileOutputConfig.documentSubmitter" atg.nucleus.ConfigurationException: Unable to resolve component /atg/userprofiling/search/ProfileLiveDocumentSubmitter
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /     Unable to resolve component /atg/userprofiling/search/ProfileOutputConfig      java.lang.AbstractMethodError: atg.repository.search.config.impl.ItemImpl.getProperties()Latg/repository/search/config/PropertiesType;
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.repository.search.indexing.specifier.OutputItemSpecifier.verifyItem(OutputItemSpecifier.java:2272)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.repository.search.indexing.specifier.OutputItemSpecifier.setFromItemType(OutputItemSpecifier.java:748)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.repository.search.indexing.IndexingOutputConfig.doStartService(IndexingOutputConfig.java:2251)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.GenericRMIService.startService(GenericRMIService.java:538)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1704)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1375)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:907)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:666)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:647)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:492)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1216)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:168)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:978)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341615     /          at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)
    **** Error     Fri Mar 15 10:42:21 IST 2013     1363324341654     /     Unable to set configured property "/atg/Initial.initialServices" atg.nucleus.ConfigurationException: Unable to resolve component /atg/userprofiling/search/ProfileOutputConfig
    **** Error     Fri Mar 15 10:42:22 IST 2013     1363324342049     /     Unable to create class atg.search.routing.LiveIndexingService for configuration /atg/search/routing/LiveIndexingService java.lang.ClassNotFoundException: atg.search.routing.LiveIndexingService from BaseClassLoader@52d058d1{vfsfile:/C:/jboss-eap-5.1/jboss-as/server/ATGPublishing/deploy/ATGPublishing.ear/}     java.lang.ClassNotFoundException: atg.search.routing.LiveIndexingService from BaseClassLoader@52d058d1{vfsfile:/C:/jboss-eap-5.1/jboss-as/server/ATGPublishing/deploy/ATGPublishing.ear/}
    **** Error     Fri Mar 15 10:42:22 IST 2013     1363324342049     /          at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:477)
    **** Error     Fri Mar 15 10:42:22 IST 2013     1363324342049     /          at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    **** Error     Fri Mar 15 10:42:22 IST 2013     1363324342049     /          at atg.nucleus.PropertyConfiguration.loadClassUsingReplacement(PropertyConfiguration.java:461)
    Can you please help me to fix this issue.
    Thanks & Regards,
    Murali.Ch

    hi,
    do you have atg search installed in your environment? if so configure it properly
    Edited by: Raghuram A on Mar 14, 2013 11:33 PM

  • Error when creating a new Reports Server instance

    Hi,
    I have tried to create and start a new reports server instance using the following method:
    1- Creating the report server instance:
    rwserver server=%newrepserver% start
    2- Stopping the OPMN:
    *%ORACLEHOME%\opmn\bin\opmnctl stopall*
    3- Adding a new server target to OPMN.XML
    *%ORACLEHOME%\bin\addNewServerTarget.bat %newrepserver%*
    4- Updating the configuration with new OPMN settings:
    *%ORACLEHOME%\dcm\bin\dcmctl.bat updateconfig -ct opmn -v -d*
    *%ORACLEHOME%\dcm\bin\dcmctl.bat resyncinstance -v -d*
    5- Starting the OPMN again:
    *%ORACLEHOME%\opmn\bin\opmnctl startall*
    However, when I try to start the OPMN again, I receive the following error:
    opmn id="##########:6200 5 of 6 processes started
    ias-instance id=red.########.########.lan
    ++++++++++++++++++++++++++++++++++
    ias-component/process-type-process-set:
    *%newrepserver%/ReportsServer/%newrepserver%*
    Error --> Process (pid=6888) failed to start a managed process after the maximum retry limit.
    Log: %ORACLEHOME%\opmn\logs\%newrepserver%~ReportsServer~%newrepserver%
    Any ideas as to why the reports server instance cannot be started?
    I have tried rebooting the server many times and have recreated other reports server instances but with no luck.
    Many thanks in advance,
    Chris

    On Windows this is caused most often by the temporary directory setting.
    Change the temporary directory to some fixed directory writable by anybody, e.g. "C:\temp".
    Change this in:
    Registry entry: hkey_local_machine\software\oracle\key_<oashome>\REPORTS_TMP
    <oashome>\opmn\conf\opmn.xml: search for environment variable TEMP (under ias-instance)
    Good luck!

  • Problem using DG4ODBC with named SQL Server instance

    I am running DG4ODBC on a 64 bit LINUX machine with the Microsoft SQL Server driver installed. I have successfully tested this with a SQL Server instance that was not named (GENERALI_DSN).The named instance gives the following when trying to query:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Microsoft][SQL Server Native Client 11.0]Login timeout expired {HYT00}[unixODBC][Microsoft][SQL Server Native Client 11.0]SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].  {08001,NativeErr = -1}[unixODBC][Microsoft][SQL Server Native Client 11.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. {08001,NativeErr = -1}
    ORA-02063: preceding 2 lines from DEVMISC
    odbc.ini
    [GENERALI_DSN]
    Driver                  = SQL Server Native Client 11.0
    Server                  = CLTDMJCWBYZ.eu.scor.local
    User                    = everest
    Password                = everest
    Database                = Everest_Generali
    [DEVMISC_DSN]
    Driver                  = SQL Server Native Client 11.0
    Server                  = [USVCLTDEVSQL02\DEVMISC]
    User                    = link_user
    Password                = password1
    Database                = DBA
    initDG4ODBC2.ora
    # HS init parameters
    HS_FDS_CONNECT_INFO = DEVMISC_DSN
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so
    # ODBC specific environment variables
    set ODBCINI=/home/oracle/.odbc.ini
    listener.ora
    SID_LIST_LISTENER_GW =
       (SID_LIST =
          (SID_DESC =
           (SID_NAME=DG4ODBC)
          (ORACLE_HOME=/home/oracle/product/11.2.0)
          (ENV=LD_LIBRARY_PATH=/usr/lib64:/home/oracle/product/11.2.0/lib:/opt/micro
    soft/sqlncli/lib)
          (PROGRAM=dg4odbc)
          (SID_DESC =
           (SID_NAME=DG4ODBC2)
          (ORACLE_HOME=/home/oracle/product/11.2.0)
          (ENVS=LD_LIBRARY_PATH=/usr/lib64:/home/oracle/product/11.2.0/lib:/opt/micr
    osoft/sqlncli/lib)
          (PROGRAM=dg4odbc)
    LISTENER_GW =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = usvcltprdoragw)(PORT = 1521))
    tnsnames.ora
    DG4ODBC =
       (DESCRIPTION=
          (ADDRESS=(PROTOCOL=tcp)(HOST=usvcltprdoragw)(PORT=1521))
          (CONNECT_DATA=(SID=DG4ODBC))
          (HS=OK)
    DG4ODBC2 =
       (DESCRIPTION=
          (ADDRESS=(PROTOCOL=tcp)(HOST=usvcltprdoragw)(PORT=1521))
          (CONNECT_DATA=(SID=DG4ODBC2))
          (HS=OK)
    I can't figure out why the named instance does not work but the other one does. Any help would be greatly appreciated!

    Did you check with the ODBC test utility isql (it is installed by default when you install the unixODBC Driver manager) if your ODBC driver can connect at all to that named instance? I have some doubts that it will work either as there was a blog commented by a MS engineer:
    Introducing the new Microsoft ODBC Drivers for SQL Server - Microsoft SQLNCli team blog - Site Home - MSDN Blogs
    who states that named instance connections are not supported using that driver.
    - Klaus

  • Is it possible to have different authentication mode for SQL Server Database Engine and corresponding SQL Server instance?

    Hi,
    I have installed the x64 SQL Server 2008 R2 Express with default settings and run MBSA 2.3 (using default settings too). It shows three SQL Server instances: MSSQL10_50.SQLEXPRESS, SQLEXPRESS and SQLEXPRESS (32-bit). For the first, authentication
    mode is Windows, for the rest two - mixed. Here https://social.msdn.microsoft.com/Forums/sqlserver/en-US/03e470dc-874d-476d-849b-c805acf5b24d/sql-mbsa-question-on-folder-permission?forum=sqlsecurity question
    about such multiple instances was asked and the answer is that "MSSQL10.TEST_DB
    is the instance ID for the SQL Server Database Engine of the instance, TEST_DB", so in my case, it seems that MSSQL10_50.SQLEXPRESS is the instance ID for SQL Server Database Engine  of the SQLEXPRESS instance.
    I have two questions:
    1) How can it be that SQL Server DB Engine instance has different authentication mode than corresponding SQL Server Instance?
    2) Why 32-bit instance reported although I installed only 64-bit version?
    Also, this https://social.technet.microsoft.com/Forums/security/en-US/6b12c019-eaf0-402c-ab40-51d31dce968f/mbsa-23-reporting-sql-32bt-instance-is-running-in-mixed-mode-when-it-is-set-to-integrated?forum=MBSA question seems to be related to this
    issue, but there is no answer :(.
    Upd: Tried on clean Windows 8 installation and Windows 7 with the same result.

      Because I DO NOT want the three people who will be having access to the production SQL Server to also have access to the primary host ProductionA.  Since I have to allow them to RDC into the box to manage the SQL Server, I figure why not create
    a separate VM for each one of them and they can RDC into those instead.
    Does this make any sense?
    Any tips are greatly appreciated.  The main reason for doing this is because the three people who will be accessing the box, I need to isolate each one of them and at the same time keep them off of the primary ProductionA.
    Thanks for your help.
    M
    Hello M,
    Since you dont want the 3 guys to have access to Production machine A.You can install SQL Server client .By client i mean SQL server management studio(SSMS) on there local desktop and then create login for them in SQL Server.Open port on which your SQL server
    is running for three of the machines so that they can connct.Now with SSMS installed on each machine each can connect to SQL server from there own machine.
    I would also like you to be cautious with giving Sysadmin privilege to all three of them ,first please note down what task they would do and then decide what rights to be provided.
    Your option will also work but you need to create 3 VM for that .Which is more tedious task.
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • SCOM 2012 Installation does not show the SQL Server Instance for reporting services

    I have an issue when I try to install SCOM 2012 with the Reporting Server feature, so in the step that I have to select a SQL Server Instance I cannot do that, because as you can see in the picture no one option appears.
    In my scenario I have a DCSERVER, SQLSERVER2008 R2, SCCMSERVER 2012 and in other server I are trying to install SCOM 2012. I are trying to use the same SQLSERVER to SCOM 2012.
    Should I do other procedure on SQL Server before to continue? I will apreciate someone could say me what I need to do to resolve this issue.
    Regards,
    Paul Mendoza.

    Hi Paul
    Can you confirm that SQL Reporting Services is installed on the server that you are doing the install.
    For a lab environment where you have SCOM Management Server, Web Server on one server and SQL Server on another you need to:
    - run setup on the SCOM Server and choose NOT to install reporting. The install here will create the OperationsManager database and OperationsManagerDW (reporting) database.
    - run setup on the SQL Server where SQL Reporting Services is installed. Then choose to install reporting. You should then see the SQL Reporting Services instance on the above window which is blank in your screenshot.
    Take note of the warning in that window - SCOM uses its own role based security within SQL Reporting Services and this can break other reporting. E.g. you can't install SCOM and SCSM reporting (SQL RS component) together. 
    Cheers
    Graham
    New SCOM 2012 Blog! - http://www.systemcentersolutions.com/blog/
    View OpsMgr tips and tricks at
    http://systemcentersolutions.wordpress.com/

  • Weblogic clustered server instance failed in less than 30 hours with no load/utilization

    system description: hpux 11, jdk 1.2.2_03, weblogic 5.1 sp1, two clustered
    instances on one box, fail over to second box on shared file system.
    problem:
    in our custom weblogic monitoring scripts, we run the weblogic ping command
    every ten seconds with the following command:
    java weblogic.Admin t3://10.7.192.103:7001 PING 10 56 system weblogic
    this weekend, both of our instances failed at one point and returned this
    error message multiple times:
    Exception in thread "main" java.lang.NullPointerException
    at
    weblogic.common.internal.BootServicesStub.findOrCreateClientContext(BootServ
    icesStub.java:112)
    at weblogic.common.T3Client.connect(T3Client.java:384)
    at weblogic.Admin.connect(Admin.java:133)
    at weblogic.Admin.main(Admin.java:216)
    our monitoring scripts successfull revived the instances, but there is a
    problem with this.
    problem: there was no load or utlization of the weblogic server instances
    at the time of the failure. both instances had only been up for about 30
    hours when they failed. is this due to weblogic instability? i hope not.
    a max uptime of 30 hours doesn't say much for the reliability of the product
    especially since there was zero utilization...
    andrew park

    This looks to be a bug (obviously). I will have someone take a look and
    let you know.
    Cheers
    Mark g
    In article <8gbj2d$m9m$[email protected]>, [email protected] says...
    system description: hpux 11, jdk 1.2.2_03, weblogic 5.1 sp1, two clustered
    instances on one box, fail over to second box on shared file system.
    problem:
    in our custom weblogic monitoring scripts, we run the weblogic ping command
    every ten seconds with the following command:
    java weblogic.Admin t3://10.7.192.103:7001 PING 10 56 system weblogic
    this weekend, both of our instances failed at one point and returned this
    error message multiple times:
    Exception in thread "main" java.lang.NullPointerException
    at
    weblogic.common.internal.BootServicesStub.findOrCreateClientContext(BootServ
    icesStub.java:112)
    at weblogic.common.T3Client.connect(T3Client.java:384)
    at weblogic.Admin.connect(Admin.java:133)
    at weblogic.Admin.main(Admin.java:216)
    our monitoring scripts successfull revived the instances, but there is a
    problem with this.
    problem: there was no load or utlization of the weblogic server instances
    at the time of the failure. both instances had only been up for about 30
    hours when they failed. is this due to weblogic instability? i hope not.
    a max uptime of 30 hours doesn't say much for the reliability of the product
    especially since there was zero utilization...
    andrew park
    ==================================================
    NewsGroup Rant
    ==================================================
    Rant 1.
    The less info you provide about your problem means
    the less we can help you. Try to look at the
    problem from an external perspective and provide
    all the data necessary to put your problem in
    perspective.

  • Application Server instance shutdown for no apparent reason

    Hi Experts,
    Our production ECC 6.0 Application server instance work process ended by itself, and this is the second time it happens;
    Our Platform is;
    Windows 2003 server, ECC 6.0, SQL Server 2005,
    Kernel Release : 150
    here are the sm21, dev_disp, dev_icm, dev_rd, dev_w0 logs;
    How can i prevent this error,
    Regards
    sm21 logs;
    03:02:49 RD                                  Q0  I Operating system call recv failed (error no. 10054)
    03:02:49 RD                                  Q0  I Operating system call recv failed (error no. 10054)
    03:02:49 RD                                  Q0  I Operating system call recv failed (error no. 10054)
    03:02:49 RD                                  Q0  I Operating system call recv failed (error no. 10054)
    03:02:50 RD                                  S3  0 SAP gateway was closed
    03:03:00 DP                                  Q0  M Message server disconnected
    03:03:00 DP                                  Q0  5 Stop SAP System, Dispatcher Pid 28
    dev_disp;
    Tue Aug 12 21:15:12 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 7 / sock 164
        (SI_ECONN_BROKEN/10054; I4; ST; 192.168.0.211:1592) [nixxi.cpp    4424]
    Network error of client T28, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Client address of T28 is 192.168.0.211(192.168.0.211)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (11539HASANS 28 EnAltDepo ) [dpxxdisp.c   11577]
    RM-T28, U11539, 100       HASANS, EnAltDepo, 21:14:47, M1, W1,     , 3/1
    Wed Aug 13 03:02:48 2008
    DpSigInt: caught signal 2
    DpHalt: shutdown server >sapapp1_KEC_00                          < (normal)
    DpModState: change server state from ACTIVE to SHUTDOWN
    Stop work processes
    Wed Aug 13 03:02:49 2008
    Stop gateway
    Stop icman
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    waiting for termination of gateway ...
    Wed Aug 13 03:02:50 2008
    wait for end of icman
    waiting for termination of icman ...
    Wed Aug 13 03:02:51 2008
    waiting for termination of icman ...
    Wed Aug 13 03:02:52 2008
    waiting for termination of icman ...
    Wed Aug 13 03:02:53 2008
    waiting for termination of icman ...
    Wed Aug 13 03:02:54 2008
    waiting for termination of icman ...
    Wed Aug 13 03:02:55 2008
    waiting for termination of icman ...
    Wed Aug 13 03:02:56 2008
    waiting for termination of icman ...
    Wed Aug 13 03:02:57 2008
    waiting for termination of icman ...
    Wed Aug 13 03:02:58 2008
    waiting for termination of icman ...
    Wed Aug 13 03:02:59 2008
    DpStartStopMsg: send stop message (myname is >sapapp1_KEC_00                          <)
    DpStartStopMsg: stop msg sent
    Wed Aug 13 03:03:00 2008
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12213]
    MBUF state OFF
    MBUF component DOWN
    cleanup EM
    ***LOG Q05=> DpHalt, DPStop ( 2804) [dpxxdisp.c   10461]
    dev_rd ;
    Thu Aug 07 10:51:11 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 13 / sock 464
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:3707) [nixxi.cpp    4424]
    Wed Aug 13 03:02:34 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 43 / sock 468
        (SI_ECONN_BROKEN/10054; I4; ST; 192.168.0.201:2898) [nixxi.cpp    4424]
    Wed Aug 13 03:02:49 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 14 / sock 440
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2503) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 5 / sock 44
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4669) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 38 / sock 52
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2508) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 3 / sock 492
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2421) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 8 / sock 420
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2480) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 9 / sock 408
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2481) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 10 / sock 396
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2482) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 11 / sock 384
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2483) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 37 / sock 72
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:3043) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 41 / sock 40
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2657) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 480
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:3318) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 40 / sock 48
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:3462) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 13 / sock 464
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4059) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 12 / sock 372
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2862) [nixxi.cpp    4424]
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 15 / sock 340
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2548) [nixxi.cpp    4424]
    Wed Aug 13 03:02:50 2008
    ***LOG S30=> GwStopGateway, gateway stopped () [gwxxrd.c     14656]
    dev_icm ;
    trc file: "dev_icm", trc level: 1, release: "700"
    sysno      00
    sid        KEC
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    148
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3012
    [Thr 3008] started security log to file dev_icm_sec
    [Thr 3008] ICM running on: sapapp1.koyuncu.com.tr
    [Thr 3008] MtxInit: 30001 0 2
    [Thr 3008] IcmInit: listening to admin port: 65000
    [Thr 3008] DpSysAdmExtCreate: ABAP is active
    [Thr 3008] DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    [Thr 3008] Thu Jul 10 09:14:17 2008
    [Thr 3008] DpShMCreate: sizeof(wp_adm)          42016     (1616)
    [Thr 3008] DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    [Thr 3008] DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    [Thr 3008] DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    [Thr 3008] DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    [Thr 3008] DpShMCreate: sizeof(comm_adm)          552080     (1088)
    [Thr 3008] DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    [Thr 3008] DpShMCreate: sizeof(slock_adm)          0     (104)
    [Thr 3008] DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    [Thr 3008] DpShMCreate: sizeof(file_adm)          0     (72)
    [Thr 3008] DpShMCreate: sizeof(vmc_adm)          0     (1864)
    [Thr 3008] DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    [Thr 3008] DpShMCreate: sizeof(gw_adm)     48
    [Thr 3008] DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000001FB0050, size: 6365440)
    [Thr 3008] DpShMCreate: allocated sys_adm at 0000000001FB0050
    [Thr 3008] DpShMCreate: allocated wp_adm at 0000000001FB2150
    [Thr 3008] DpShMCreate: allocated tm_adm_list at 0000000001FBC570
    [Thr 3008] DpShMCreate: allocated tm_adm at 0000000001FBC5D0
    [Thr 3008] DpShMCreate: allocated wp_ca_adm at 0000000002520470
    [Thr 3008] DpShMCreate: allocated appc_ca_adm at 0000000002526230
    [Thr 3008] DpShMCreate: allocated comm_adm at 0000000002528170
    [Thr 3008] DpShMCreate: system runs without slock table
    [Thr 3008] DpShMCreate: system runs without file table
    [Thr 3008] DpShMCreate: allocated vmc_adm_list at 00000000025AEE00
    [Thr 3008] DpShMCreate: allocated gw_adm at 00000000025AEE80
    [Thr 3008] DpShMCreate: system runs without vmc_adm
    [Thr 3008] DpShMCreate: allocated ca_info at 00000000025AEEB0
    [Thr 3384] IcmProxyWatchDog: proxy watchdog started
    [Thr 3008] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    [Thr 3008] IcmCreateWorkerThreads: created worker thread 0
    [Thr 3008] IcmCreateWorkerThreads: created worker thread 1
    [Thr 3008] IcmCreateWorkerThreads: created worker thread 2
    [Thr 3008] IcmCreateWorkerThreads: created worker thread 3
    [Thr 3008] IcmCreateWorkerThreads: created worker thread 4
    [Thr 3008] IcmCreateWorkerThreads: created worker thread 5
    [Thr 3008] IcmCreateWorkerThreads: created worker thread 6
    [Thr 3008] IcmCreateWorkerThreads: created worker thread 7
    [Thr 3008] IcmCreateWorkerThreads: created worker thread 8
    [Thr 3008] IcmCreateWorkerThreads: created worker thread 9
    [Thr 3428] IcmWatchDogThread: watchdog started
    [Thr 3432] *** WARNING => HttpPlugInInit: Parameter icm/HTTPS/trust_client_with_issuer or icm/HTTPS/trust_client_with_subject not set => do not trust any intermediary
    X.509 cert data will be removed from header [http_plg.c   720]
    [Thr 3432] ISC: created 400 MB disk cache.
    [Thr 3432] ISC: created 50 MB memory cache.
    [Thr 3432] HttpSubHandlerAdd: Added handler HttpCacheHandler(slot=0, flags=12293) for /:0
    [Thr 3432] HttpExtractArchive: files from archive E:\usr\sap\KEC\D00\exe/icmadmin.SAR in directory E:/usr/sap/KEC/D00/data/icmanroot are up to date
    [Thr 3432] HttpSubHandlerAdd: Added handler HttpAdminHandler(slot=1, flags=4101) for /sap/admin:0
    [Thr 3432] CsiInit(): Initializing the Content Scan Interface
    [Thr 3432]            PC with Windows NT (mt,unicode,SAP_CHAR/size_t/void* = 16/64/64)
    [Thr 3432] CsiInit(): CSA_LIB = "E:\usr\sap\KEC\D00\exe\sapcsa.dll"
    [Thr 3432] Thu Jul 10 09:14:18 2008
    [Thr 3432] HttpSubHandlerAdd: Added handler HttpAuthHandler(slot=2, flags=12293) for /:0
    [Thr 3432] HttpSubHandlerAdd: Added handler HttpSAPR3Handler(slot=3, flags=1052677) for /:0
    [Thr 3432] Started service 8000 for protocol HTTP on host "sapapp1.koyuncu.com.tr"(on all adapters) (processing timeout=60, keep_alive_timeout=30)
    [Thr 3432] Thu Jul 10 09:14:24 2008
    [Thr 3432] *** WARNING => IcmNetCheck: NiAddrToHost(10.0.0.1) took 6 seconds [icxxman.c    4578]
    [Thr 3432] *** WARNING => IcmNetCheck: 1 possible network problems detected - please check the network/DNS settings [icxxman.c    4634]
    [Thr 3008] Tue Jul 22 16:47:29 2008
    [Thr 3008] *** WARNING => IcmMsgProcess: connection to WP 1 broken (rc=-8,nirc=-6)
    [Thr 3008] Tue Jul 22 16:49:43 2008
    [Thr 3008] *** WARNING => IcmMsgProcess: connection to WP 2 broken (rc=-8,nirc=-6)
    [Thr 3008] Wed Jul 23 15:06:44 2008
    [Thr 3008] *** WARNING => IcmMsgProcess: connection to WP 1 broken (rc=-8,nirc=-6)
    [Thr 3008] Wed Jul 23 15:23:34 2008
    [Thr 3008] *** WARNING => IcmMsgProcess: connection to WP 1 broken (rc=-8,nirc=-6)
    [Thr 3008] Wed Jul 23 16:54:47 2008
    [Thr 3008] *** WARNING => IcmMsgProcess: connection to WP 2 broken (rc=-8,nirc=-6)
    [Thr 3008] Thu Aug 07 09:50:19 2008
    [Thr 3008] *** WARNING => IcmMsgProcess: connection to WP 0 broken (rc=-8,nirc=-6)
    [Thr 3384] Wed Aug 13 03:02:58 2008
    [Thr 3384] IcmProxyWatchDog: Shutdown request received
    [Thr 3384] *** IcmProxyWatchDog: exit thread ***
    [Thr 3428] Wed Aug 13 03:02:59 2008
    [Thr 3428] IcmWatchDogThread: Shutdown request received
    [Thr 3428] *** IcmWatchDogThread: exit thread ***
    [Thr 3008] IcmLoop: Shutdown request received
    [Thr 3008] Deactivated service 8000 for protocol HTTP on host: "sapapp1.koyuncu.com.tr"(on all adapters) (timeout=30)
    [Thr 3008] Deactivated service 0 for protocol SMTP on host: "sapapp1.koyuncu.com.tr"(on all adapters) (timeout=30)
    [Thr 3008] Removed service 8000 for protocol HTTP on host: "sapapp1.koyuncu.com.tr"(on all adapters) (timeout=30)
    [Thr 3008] Removed service 0 for protocol SMTP on host: "sapapp1.koyuncu.com.tr"(on all adapters) (timeout=30)
    [Thr 3008] *** ICM shutdown completed (pid: 3012) ***
    dev_w0
    A Mon Aug 11 09:32:57 2008
    A  GENER starting inline generation: AQA0SYSTQV000006ZFI_MBL_001=== (reason: explicit generation).

    A Mon Aug 11 09:35:51 2008
    A  GENER starting remote generation: /1BCDWB/SAPLIQ000000000079 (requested by W1).

    M Mon Aug 11 11:08:35 2008
    M  *** WARNING => ThSndDelUser: delete client/user 100/HIKMETB      (T100) on server sapapp1_KEC_00     

    M Mon Aug 11 11:40:23 2008
    M  *** WARNING => ThSndDelUser: delete client/user 100/MURATU       (T81) on server sapapp2_KEC_00     

    M Mon Aug 11 11:51:37 2008
    M  *** WARNING => ThSndDelUser: delete client/user 100/HIKMETB      (T28) on server sapapp1_KEC_00     

    M Mon Aug 11 12:21:53 2008
    M  *** WARNING => ThSndDelUser: delete client/user 100/HIKMETB      (T99) on server sapapp1_KEC_00     

    A Mon Aug 11 22:28:59 2008
    A  GENER starting remote generation: SAPL0F21 (requested by W1).

    M Tue Aug 12 09:47:58 2008
    M  *** WARNING => PfStatWrite: missing STAT_END for opcode STAT_GUI [pfxxstat.c   4133]

    M Tue Aug 12 15:34:33 2008
    M  ***LOG US1=> Login, Wrong Password (UMITK ) [sign.c       4523]

    M Wed Aug 13 03:02:48 2008
    M  in_ThErrHandle: 1
    M  ThIErrHandle: new stat of W0 is WP_SHUTDOWN   
    M  ThIErrHandle: I'm during shutdown
    M  PfStatDisconnect: disconnect statistics
    M  Entering ThSetStatError
    M  ThCallDbBreak: use db_sqlbreak
    C  SQLBREAK: DBSL_CMD_SQLBREAK: CbOnCancel was not set. rc: 1
    M  ThIErrHandle: don't try rollback again
    M  ThShutDownServer: shutdown server
    M  PfStatIndInit: Initializing Index-Record
    M  PfWriteIntoFile: copied shared buf (0 bytes) to local buf
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 INACTIVE     NO  YES NO  000 255 255 20080807 095145 SAPDB          

    B Wed Aug 13 03:02:49 2008
    B  Disconnected from connection 0
    B  statistics db_con_commit (com_total=252484, com_tx=21560)
    B  statistics db_con_rollback (roll_total=984, roll_tx=11)
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 4192) [dpnttool.c   333]

    Hi, i have the equal problem :
    Fri Sep 11 11:51:48 2009
    TRACE FILE TRUNCATED ( pid =     2328 )
    sysno      00
    sid        PRD
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    201
    intno      20050900
    make:      multithreaded, ASCII, optimized
    pid        2328
    kernel runs with dp version 242(ext=110) (@(#) DPLIB-INT-VERSION-242)
    length of sys_adm_ext is 364 bytes
    Fri Sep 11 12:01:34 2009
    SoftCancel request for T39 U9644 M2 received from REMOTE_TERMINAL
    Fri Sep 11 12:05:20 2009
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 24 / sock 808
        (SI_ECONN_BROKEN/10054; I4; ST; 192.168.254.87:2122) [nixxi.cpp    4424]
    Network error of client T28, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Client address of T28 is 192.168.254.87(192.168.254.87)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (9645 MAGAZZ-ORIO 28 paolo ) [dpxxdisp.c   12205]
    RM-T28, U9645, 200  MAGAZZ-ORIO, paolo, 12:05:20, M2, W5,     , 3/1
    Fri Sep 11 12:18:01 2009
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 23 / sock 1120
        (SI_ECONN_BROKEN/10054; I4; ST; 192.168.254.98:1542) [nixxi.cpp    4424]
    Network error of client T80, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Client address of T80 is 192.168.254.98(192.168.254.98)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (9730 MAGAZZ-ORIO 80 HP-DIREZIONE) [dpxxdisp.c   12205]
    RM-T80, U9730, 200  MAGAZZ-ORIO, HP-DIREZIONE, 12:17:23, M0, W10, SP02, 2/1
    Fri Sep 11 13:21:19 2009
    DpHdlDeadWp: restart wp (pid=4152) automatically
    Fri Sep 11 14:06:55 2009
    SoftCancel request for T56 U9281 M4 received from REMOTE_TERMINAL

  • SRT: Unexpected failure in SOAP processing occurred - HTTP server instance

    I am trying to invoke an ABAP server proxy.  I can see the call route through XI.  But then when it tries to invoke the ABAP server proxy, i get the following error - SRT: Unexpected failure in SOAP processing occurred: ("No configuration for this HTTP server instance").  It looks like this might be a configuration issue on the SAP ECC side but I am not sure what needs to be corrected.  Here is the error is XI.
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>SRT: Unexpected failure in SOAP processing occurred: ("No configuration for this HTTP server instance")</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP response contains status code 500 with the description SRT: Unexpected failure in SOAP processing occurred: (&quot;No configuration for this HTTP server instance&quot;) Error when sending by HTTP (error code: 500, error text: SRT: Unexpected failure in SOAP processing occurred: (&quot;No configuration for this HTTP server instance&quot;))</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Your help is appreciated.  I saw another posting about the same error but it was not answered:
    Re: SOAP:1.026 SRT: "no configuration for this HTTP server instance"
    Thanks,
    Jay

    hi Jay,
    i face the same problem for the web service and after reading your thread i've check that the ECC XI web service is already active in SICF
    is it possible the user id used for testing dont have authorization for testing or accessing the web service ?
    if it is possible, do you know what kind authorization that i need to add to the user id ?
    please advice and many thanks in advance

  • Java plug-in not working in multi-server instance

    I am having problems getting the Sun Java plug-in to work
    when attempting to use the Browse Server button within the CF
    Administrator for directory browsing features such as the Code
    Analyzer, Verity Collections,etc., in a multi-server instance
    setup. The plug-in works fine within the first instance. For all
    the other instances (2 through n), the Java plug-in doesn't do
    anything except show an image of a sun with the words Java Sun
    Microsystems with the rays of the sun going around and round.
    We are using CFMX 7.0.1 with the Sun Java plug-in 1.5.0_06.
    Anyone else experience this problem before?

    First, you need to get off of Java 1.5 and back to 1.4.2. 1.5
    isn't supported yet and breaks stuff.
    Secondly, you need to make sure RDS is enabled on all of your
    instances.

  • Server instance is going down very frequently

    Hi,
    Please help me solving one problem. The details are as follows:
    Two web applications built on struts framework are running on one server. The server is SAPJ2EE 6.20 server which is running on SUSE LINUX.
    I have SAPJ2EE 6.20 client interface using which I deploy these applications. Now once the applications are deployed, it runs perfect but after some time the instance of SAPJ2EE 6.20 application server goes down in linux and it remove these two application.
    To make these two applications avaliable to the users I have to restart the instance of application server on linux and again deploy the applications. The behaviour of the same is very dynamic. Sometime it goes down 2 - 3 times in a day, sometime once in a day,
    sometime once in 3 - 4 days and sometime once in a week.
    On server I checked the logs but I didn't get any clue. The logs contains normal java exceptions like NULLPointerException, ExhaustResultSetException, IOException etc.
    I guess the application is throwing some error because of which the server instance is going down and these errors are not showing in logs.( By error I don't mean exceptions, I mean errors like MemoryError etc.)
    Am I thinking correct or is their any other issue? How to verify what is going wrong?
    Please please please guide me on this as this is very important for me.
    thanks and regards

    Hi,
    I would suggest to have look at the application server console. Do you see any OutOfMemory or any sort of Exception over there
    Please paste it here
    regards
    Vivek Nidhi.

  • [Forum FAQ] Troubleshooting error "The specified SQL server instance is not valid" when installing SCOM reporting service

    Symptom
    If you have failed to install SCOM reporting service, you may encounter below error when you reinstall it:
    “The specified SQL server instance is not valid”.
    (Figure 1)
    Figure 1.
    Reason
    This issue may be caused by multiple reasons, for example the reasons in Figure 1.
    However, you may find that SSRS and Report Server website are configured correctly and no SSL or proxy Server is used. In these scenario, you can open the log file under path
    to find the root reason:
    C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles
    Later, you will find the error as below:
    ERROR: Throwing Microsoft.ReportingServices.Library.ReportServerDisabledException: , Microsoft.ReportingServices.Library.ReportServerDisabledException:
    The report server cannot decrypt the symmetric key that is used to access sensitive or encrypted data in a report server database. You must either restore a backup key or delete all encrypted content. ---> System.Runtime.InteropServices.COMException
    (0x80090016): Keyset does not exist (Exception from HRESULT: 0x80090016)
    at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
    at RSManagedCrypto.RSCrypto.ReencryptSymmetricKey(Byte[] symKeyBlob, Byte[] pPublicKeyBlob)
    at Microsoft.ReportingServices.Library.ConnectionManager.<GetEncryptionKey>b__2()
    --- End of inner exception stack trace ---;
    Solution
    According to the error message, you can delete encrypted content by following the steps below:
    Open SQL Reporting Services Configuration Manager.
    Select “Encryption Keys”.
    Click “Delete” to delete all encrypted content. (Figure 2)
    Figure 2.
    After that, we can install SCOM reporting service again, after successfully install reporting service, we should see the SCOM operation console as below:
    Figure 3.
    In addition, you may also encounter other errors when installing SCOM reporting service, and the troubleshooting steps may be different. However, we can also check SQL reporting
    service logs to find the root reason.
    Here are some articles that would be helpful for SCOM reporting service installation and troubleshooting:
    How to Install the Operations Manager Reporting Server
    http://technet.microsoft.com/en-us/library/hh298611.aspx
    Unable to install SCOM 2012 Reporting Services
    http://blogs.technet.com/b/mdegre/archive/2013/05/27/unable-to-install-scom-2012-reporting-services.aspx
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hello,
    I'm afraid you must use a dedicated instance of SQL Server for each site(SCOM/SCCM). Some similar issues were disscussed on this forum:
    SCCM and SCOM - SQL Server 
    http://social.technet.microsoft.com/Forums/en-US/configmanagergeneral/thread/bfa14da9-4692-4c64-a107-e085c967d259
    SCOM, SCCM, SQL on same server?
    http://social.technet.microsoft.com/Forums/en-US/configmgrsetup/thread/b5373aa7-5233-4b1f-9b39-b86e481e04d5
    Thanks,
    Yog Li
    TechNet Community Support

  • SQL Azure server instance

    I want to find out is how many SQL bulk operations can reliably be done at once on a SQL Azure server instance?
    Is there any capacity restrictions such as # of simultaneous bulk inserts, total # of rows per bulk operation,
    etc.?
    How should we handle multiple sql bulk operations to make this more reliable? Any best practices, recommendations

    Hi Rajesh,
    Based on your query, here is the link which answers all your questions.
    http://social.technet.microsoft.com/wiki/contents/articles/3507.windows-azure-sql-database-performance-and-elasticity-guide.aspx
    http://azure.microsoft.com/en-us/services/sql-database/
    http://msdn.microsoft.com/library/azure/hh852669.aspx
    Girish Prajwal

Maybe you are looking for