Java Server Nodes / Dialog Instance

Hi All,
When do we go for increase of Java Server nodes and Dialog instance?
Can i know the pros and cons of the same
my server is very slow in responding. I have tried the option of increasing the heap size but then i have little sucess
Rgds
aditya

Install a server process when the incoming request are many and the you can utilize more RAM memory
for eg if there are 8GB RAM and you have 1 server process the maximum u can give it is 2GB while the max 4GB can be utilized by any of the server processes in all in this system
Do not increase this heap size on the same server process (in windows u cant do it also max is 2GB) since then the garbage collection would take longer and also would run in few intervals
A Dialog instance is used when the system resources is completely exhausted and then we go for another hardware and install a fresh dailog instance there.. Its always recommended to use a Web Dispatcher in between the outside world and the SAP server in cluster mode
Hope i am right since i didnt find this information anywhere its based on my understanding and brainstorming sessions with other admins
RGds
Aditya

Similar Messages

  • Problem with JDBC cc with new java server node

    Hi experts,
    I have the next situation I hope you can help me.
    I created an additional java server node in a PI 7.1 system, this because helpful performance.
    Bought nodes started ok.
    The problem was when I saw in the RW that all the jdbc channels was in status ??? and in the Short Log "not adapter engine assigned".
    I did the complete refresh cache en the SXI_CACHE.
    I read that I can restart the Adapter Engine, unfortunately I don't have a System Administrator. Would you tell me how to restart the adapter engine?
    If anybody have other option, please tell me.
    Thanks in advance.

    Thanks Spantaleoni.
    I'm doing a restart of the instance right now.
    I complement the error. When I start or stop the cc has the next error.
    com.sap.aii.af.service.administration.api.AdminException: No adapter registered for channel 18996fb1cfda31ff9dca269f4c71e43c
    at com.sap.aii.af.service.administration.impl.AdminManagerImpl.notifyChannelActivationStateChanged(AdminManagerImpl.java:851)
    at com.sap.aii.af.service.administration.impl.cluster.ClusterManager.eventReceivedSync(ClusterManager.java:426)
    at com.sap.aii.af.service.event.impl.worker.sync.SyncLocalWorker.work(SyncLocalWorker.java:52)
    at com.sap.aii.af.service.event.impl.worker.sync.AbstractSyncWorker.startWork(AbstractSyncWorker.java:40)
    at com.sap.aii.af.service.event.impl.EventManagerImpl.sendEventAndWaitForAnswer(EventManagerImpl.java:484)
    at com.sap.aii.af.service.event.impl.EventManagerImpl.sendEventAndWaitForAnswer(EventManagerImpl.java:348)
    at com.sap.aii.af.service.administration.impl.cluster.ClusterManager.notifyChannelActivationStateChanged(ClusterManager.java:280)
    at com.sap.aii.af.service.administration.impl.AdminManagerImpl.setChannelActivationState(AdminManagerImpl.java:699)
    at com.sap.aii.af.service.administration.impl.AdminManagerImpl.setChannelActivationState(AdminManagerImpl.java:625)
    at com.sap.aii.af.service.administration.impl.AdminManagerImpl.setChannelActivationState(AdminManagerImpl.java:618)
    at com.sap.aii.mdt.amt.channelmonitoring.SummaryChannelList.setChannelsActivationState(SummaryChannelList.java:1041)
    at com.sap.aii.mdt.amt.channelmonitoring.ChannelMonitoringDynPage.process_deactivate(ChannelMonitoringDynPage.java:1990)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:102)
    at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
    at com.sapportals.htmlb.page.PageProcessorServlet.doPost(PageProcessorServlet.java:22)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Thanks

  • AS JAVA server nodes

    Hi,,
    How can I decidethe the numbrer of the server node.
    Heap size?  CPU thered?

    Hi
    When you install your Java instance, SAPInst automatically configures the number of server processes based on the hardware resources that are available.
    If you need to add more server processes to an existing Java instance, you can do that manually using the J2EE Engine Config Tool
    Check the below link to add more server processes
    http://help.sap.com/saphelp_nw70/helpdata/EN/6e/dd0041aafdf123e10000000a155106/frameset.htm
    Hope help you
    Regards,
    Sureshram.

  • Too many session in the AS java server node?

    I have install a Netweaver JAVA portal system for customer , this is cluster system one CI and 10 DIs,  I found there are too many active session in each server node , I konw , the user can login anyone instance through the web dispatcher , but I found  nearly 3000 active session in each server node  after a work day  in average, and there are too many iterative session , sometime one user can have 30-40 session in each server node after a work day .
    I think the memmory is critical if there are have too many session , and sometimes, the log off fution of portal can't work ,so I  decided to set a time-out parameter of the session (4 hours),but this is active method to delete the session of the user ,no matter the user is working with system .
    Who can tell me how to effective control and enhance user's session managment of Netweaver Java server .

    Check note 873190 or 376915
    thanks
    G. Lakshmipathi

  • Adding Java Server nodes Causes msgs to send multiple times

    i added 2 more server nodes in our system for load distribution and after turning on the comm channel, i see that every msg goes three times now.
    I have tried removing these 2 server nodes and then it sends it one time only. I dont know whats wrong and why it sends a msg three times with three server nodes.
    Can anybody help me with this?
    Thanks
    Farrukh

    With which adapter(s) are you having this issue ?  I had a consultant from SAP tell me to avoid multiple JVM nodes with JDBC, and maybe he said file too.  He didn't have a solution, just sounds like it doesn't work too well (yet).

  • Java Server node and dispatcher not coming up in ECC

    Hi,
    We are using ECC6.0,We have moved the node 2 to node 1, java is not coming after cluster has moved to node 1.
    We are getting the folloeing error
    #1.5 #005056B83E3D00000000001000005CCC0004AA6F7B4BAF13#1313295693490#com.sap.engine.core.configuration##com.sap.engine.core.configuration#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###Error occurred: Secure Store lib Dir does not exist F:/usr/sap/ECQ/SYS/global/security/lib
    engine
    =======================================================
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred: Secure Store lib Dir does not exist F:/usr/sap/ECQ/SYS/global/security/lib
    engine
         at com.sap.engine.core.configuration.impl0.ConfigurationManagerImpl.initInternal(ConfigurationManagerImpl.java:139)
         at com.sap.engine.core.configuration.AbstractConfigurationManagerImpl.init(AbstractConfigurationManagerImpl.java:164)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:582)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:258)
         at com.sap.engine.core.Framework.start(Framework.java:190)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:61)
         at java.lang.Thread.run(Thread.java:534)
    #1.5 #005056B83E3D00000000001200005CCC0004AA6F7B4BB178#1313295693490#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###Loading: ConfigurationManager returned false! #
    #1.5 #005056B83E3D00000000001400005CCC0004AA6F7B4BB2CD#1313295693490#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###Kernel not loaded. System halted.#
    #1.5 #005056B83E3D00000000002100005BBC0004AA6F7DB600BF#1313295734008#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######Thread[Thread-1,5,main]##0#0#Fatal#1#/System/Server/Critical#Plain###Critical shutdown was invoked. Reason is: Error getting confirmation reply during attach to cluster.#
    Thr 24504] Sun Aug 14 04:21:43 2011
    [Thr 24504] JHVM_RegisterNatives: com.sap.bc.krn.perf.PerfTimes
    [Thr 24504] JHVM_RegisterNatives: com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 24504] JLaunchISetClusterId: set cluster id 103414950
    [Thr 23852] Sun Aug 14 04:22:14 2011
    [Thr 23852] JLaunchIExitJava: exit hook is called (rc = -334)
    [Thr 23852] **********************************************************************
    [Thr 23852] *** ERROR => The Java VM terminated with a non-zero exit code.
    [Thr 23852] *** Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    [Thr 23852] *** for additional information and trouble shooting.
    [Thr 23852] **********************************************************************
    [Thr 23852] JLaunchCloseProgram: good bye (exitcode = -334)
    Please suggest me
    Vijayashree.R

    Hi,
    Are Java directories move to node 1 (i.e. Java directories are part of clustered disk or not) ?
    Thanks
    Sunny

  • Windows java server node best practice?

    I'm coming from the windows/.NET world where I would usually expect a service that can be managed from the services applet or via the usual command line remote admin utils and doesn't need to interact with the console. Starting a java instance in a command window seems a bit odd to me.
    I imagine it would need to use some mechanism to run at startup and not require a logged in account or manual intervention. What's the best way to do this?

    You can also check Apache Daemon Procrun (http://commons.apache.org/daemon/procrun.html). I haven't tried it, but it should be able to do the job.
    - Aleks

  • Dialog Instances Java are not up after System Copy NW2004s SR2 ABAP+JAVA

    Hello guys,
    I have just  performed a system copy of our BW system (douple stack NW2004s) wich consists from CI and 2 DIs. First I  made an export using SAPINST (Software from SAP_BUSINESS_SUITE_2005_SR2 for sparc solaris), where I choosed in SAP Installation Master->SAp Netweaver 2004s Support Release 2->Additional Software Life-cycle Tasks->System Copy->Oracle->Source System->Central System->Based on ABAP and Java->Database and Central Instance Export. I couldn't find any special task for export java from my dialog instances, so I thought it would be ok like that. Then I used the same software on my target system, choosed ...Additional Software Life-cycle Tasks->System Copy->Oracle->Target System->Central System->Based on ABAP and Java->Central System Installation. In the Dialog input phase of SAPINST I indicated that use db specific tools to copy your database. So I made the database restore+recovery with our DB tools and continued withthe SAPINST and Import.
    Afterwards the ABAP part and Java on the central Instance run perfect, but Java Stack is not up by both of Dialog Instances. I have checked the configtool on the server where the CI is running (the DIs are running on different linux servers) and couldn't see any entries for my dialog instances, only the CI was seable there. I tried to start configtool from the application server, but there I could find only the file config.properties in the directory /usr/sap/<SID>/.../j2ee/configtool/, others were simply not there, so it was impossible to start it. Have i forgotten something by EXPORT/IMPORT or I should just use other software for coping a System with douple stack on a CI and DIs? Or should I get configtools for Linux platform ( have searched but not found yet) and try to make the same changes wich i have done by the CI before i started Java on the CI? The most irritated point is that i can't see the dialog instanes in Configtool from the CI.
    Any other suggestions and good advices?
    Thanks a lot in advance.
    Regards, Polina

    Hi Manoj, </p>
    I have founded following information in the work directory of one of my dialog instances ( where the java stack doesn't want to start after the copy):  /usr/sap/SID/instance/work/ <br>
    1) std_server0.out  is in the condition before the system copy, no new data was written there. <br>
    2)dev_disp <br>
    DpJ2eeStart: j2ee state = STARTED<br>
    DpJ2eeLogin: j2ee state = CONNECTED<br>
    Fri Feb 26 12:58:04 2010<br>
    ERROR => DpJ2eeMsgProcess: NiRead failed (NIECONN_BROKEN) [dpxxj2ee.c   1212]<br>
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)<p>
    Fri Feb 26 12:58:20 2010<br>
    DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN<br>
    Fri Feb 26 12:57:20 2010<br>
    ***LOG Q0I=> NiIBindSocket: could not delete file '/tmp/.sapstream64984' for hdl 2: unlink (1: Operation not permitted) [nixxi.cpp 3207]<br>
    ERROR => NiIBindSocket: could not delete file '/tmp/.sapstream64984' (hdl 2; errno=0) [nixxi.cpp    3214]<br>
    WARNING => NiIBind: Could not bind local domain socket, only listening on internet socket [nixxi.cpp    3491]<p>
    It seems that java is trying to start but something goes wrong and  it have to shut down<p>
    3)dev_bootstrap<br>
    [Thr 1086335296] JLaunchIExitJava: exit hook is called (rc = 66)<br>
    [Thr 1086335296] **********************************************************************<br>
    ERROR => The Java VM terminated with a non-zero exit code.<br>
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'<br>
    for additional information and trouble shooting.<br>
    **********************************************************************<br>
    [Thr 1086335296] SigISetIgnoreAction : SIG_IGN for signal 17<br>
    [Thr 1086335296] JLaunchCloseProgram: good bye (exitcode = 66)<p>
    4) jvm_bootstrap.out<br>
    ...<br>
    Exception occurred:<br>
    com.sap.engine.frame.core.configuration.NameNotFoundException: A configuration with the path "cluster_data/dispatcher/ID264509300" does not exist.
    ..<br>
    Exception occurred:<br>
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!<br>
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:476)<br>
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)<br>
    com.sap.engine.bootstrap.SynchronizationException: No such Dialog Instance (ID264509300) in the database! Check database consistency or local Bootstrap properties!<br>
    [Bootstrap module]> Problem occurred while performing synchronization.<p>
    j2ee/instance_id = ID2645093 <--- that is the ID of those DI where i took these traces from. So it seems that this ID is not in the database at all. Probably the infromation about the java stack of my DIs was not exported at all...<p>
    Thanks in advance. <br>
    Regards, <br>
    Polina

  • NW2004s Java Add-in on a Dialog Instance

    Hello All,
    Is it possible to perform a Java Add-in on a dialog instance for NW2004s SR1? I don't see any option in the installation master. It only shows the option for Java Add-in in Central Service instance, Database instance and Central Instance.
    I already have both ABAP+JAVA on CI (NW2004s SR1). There is a dialog instance which is running only ABAP (NW2004s SR1). Can I add Java to this dialog instance?
    Can someone please help me on this?
    Thanks.
    Fahad

    Hi Fahad,
    You can only add Java-Addin to a Central instance.
    Regards,
    Siddhesh

  • Add further Java Engine nodes so PI 7.1

    Hello Colleagues,
    I have to add an addtional Java node to the current (basic) configuration on our PI 7.1 system.
    Which steps have to performe? Any documentation or SAP Note available for that?
    Many thanks in advance!
    Regards,
    Jochen

    Hi Mark,
    you have to configure the additional Java Server Node at Config Tool under cluster-date\template - Usage_Type_All_in_One\instance - ....
    Type the number of required nodes under box "Custom number of server nodes", Check Value, press Set and save the configuration.
    At last restart Java for activate (create) the addtional java server nodes.
    Many thanks to you for support!
    Regards,
    Jochen

  • Updating dialog instance after upgrade to EHP5.

    Hi,
    We have finished the upgrade of our ERP 6.0 system from EHP3 to EHP5 on the central instance. Our systems are on HP-UX 11.31 / Oracle 11.2.0.2
    THe guide mentions that for application servers we need to re-install the dialog instance with same SID and instance number.
    This seems highly unnecessary for Unix.
    We also referred the forum [http://forums.sdn.sap.com/thread.jspa?threadID=1908515] which seems to be saying we dont need to update or re-install.
    Secondly, we had anyways started the updation of dialog install. The new dialog install is stuck since it asks for RDBMS Client DVD.
    We have to provide the 11.2 client DVD but the sapinst tool keeps asking for 10G client DVD.
    This leads to DB connectivity problem since we alrady tried giving the 10G client DVD for 10.2.0.5 and it fails at the last phase.
    Please suggest in case there is any clarity.
    THe error regarding DVD is as follows.
    You entered: /sap_cd/APP_Servers/11g_Client/51038966 Found the label SAP:::MM::CD51038966 but need the label ORACLE:10.0G:CLRDBMS::HPUX_IA64:
    Karan Shah

    Hi,
    You are correct. It is asking for a 10G client DVD. TH SAPinst will go ahead too but it fails ahead in the  installation. The error is pasted below. Quite clearly the DB doesnt connect due to 11g client requiremnts although the software is taking only 10g client DVD.
    <html> <head> </head> <body> <p> An error occurred while processing option <i>SAP NetWeaver 7.0 including Enhancement Package 2 > Software Life-Cycle Options > Application Server > Oracle > Dialog Instance( Last error reported by the step :Java EE Engine configuration error. DIAGNOSIS: See output of log file batchconfig.log: '
    Can not get DB connection. Batchconfig will only be able to execute offline tasks. '.)</i>. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>Log Files</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to <code>/tmp/sapinst_instdir/NW702/LM/AS/ORA/DI</code>. </p> </body></html>
    TRACE      2012-02-11 22:22:41.919 [iaxxgenimp.cpp:1245]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Please suggest.
    Thanks and Regards,
    Karan Shah

  • Dialog instance Installation

    Hi,
    At the time of SAP installation of Dialog instance at 1st step choose
    service
    after selecting option second, when we continue with it we are getting
    following error.
    "An error occurred while processing service
    SAP NetWeaver 7.0 Support Release 3 > Software Life-Cycle Options >
    Application Server > Oracle > Dialog Instance( Last error reported by
    the step :The
    subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kzwzinn'
    does not exist on the 'localhost' host.)."
    error log file has been attached with call for your refernce.
    we are installing SAP Netweaver 7.0 support relase 3.
    The sapinst log is as below :
    INFO 2009-05-07 00:32:00.933
    Execute step collect of component |NW_DI|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0
    WARNING 2009-05-07 00:32:01.277
    Error 5 (Access is denied.)
    ) in execution of a 'RegOpenKeyEx' function, line (81), with parameter (SYSTEM\CurrentControlSet\Services\kzwzinn).
    WARNING 2009-05-07 00:32:01.277
    The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kzwzinn' does not exist on the 'localhost' host.
    ERROR 2009-05-07 00:32:01.324
    MOS-01185  The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kzwzinn' does not exist on the 'localhost' host.
    ERROR 2009-05-07 00:32:01.339
    FCO-00011  The step collect with step key |NW_DI|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0|collect was executed with status ERROR ( Last error reported by the step :The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kzwzinn' does not exist on the 'localhost' host.).
    INFO 2009-05-07 00:35:29.628
    An error occured and the user decide to stop.\n Current step "|NW_DI|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0|collect"..
    The permissions are properly set for the registery.
    Kindly suggest.
    Thanks in advance.
    Regards,
    Rahul.

    Then you use the Local or Domain installation ? I'm think second ...
    First of all do not use <sapsid>adm for the installation,
    second, if you use domain installation :
    you need read the instguide more clearly :
    Required User Authorization for the Installation
    Domain Installation
    and the
    Performing a Domain Installation without being a Domain Administrator
    try to read in installation guide.
    Regards.

  • Deactivate Portal server node from Web dispatcher, but still keep online

    We want to deactivate a Portal server node from the Web dispatcher. We also need to connect directly to the specific node. 
    We configured the Server Node using  Config Tool --> Server_ID####### --> Debug --> Debuggable --> Restricted Load Balancing. The node is not available to the Web dispatcher, However we are unable to explicitly connect to that node. We get the error message in the browser:
    503 Service Unavailable
    SAP WebAS engine is starting...
    If this state does not change within a few minutes,
    please contact your system administrator.
    Check the recommendations in SAP Notes: 943498, 764417
    Message: Dispatcher running but no server connected!
    I have also read through the Web dispatcher online Help. They mention creating groups but they all seem to pertain to ABAP groups using SMLG. Our Web dispatcher is used in a strictly J2EE environment.
    There must be a Profile setting or some config to restrict specified nodes... Let me know if you have found out?
    Thank You,
    Jon Sells

    Hi PR,
    Yes I understand that the Web Dispatchers Job ends at that point. That's why I want to stop the requests at the Web dispatcher by not allowing those nodes to be available.
    Here is the situation. We have 3 Windows Servers with 10 Server Nodes spread accros them.
    Host A - 2 Server Nodes, Central instance (Message Server) and SQL Server DB.
    Host B - 4 Server Nodes.
    Host C - 4 Server Nodes.
    The Going Live Analysis suggested we move the DB off of the CI. We cannot do that at this time. What we can do is shut down the 2 nodes on Host A. Instead of shutting them down, we would rather remove them from the WD group. that way, our users never connect to the 2 nodes on the CI but Basis can still use them for Administration and those 2 nodes on the CI are never used for production purposes. Those nodes will just be used for monitoring and maintenance or even emergency purposes.
    Right now our process to remove the 2 nodes from the Web dispatcher is to connect to the Admin page for Web Dispatcher --> Monitor Server Groups --> Right Click on the Host and select Deactivate. We have to do this whenever the Message Server is retarted. The million dollar question: How can that be set via a startup parameter?
    Thanks
    Jon Sells
    Here is an example of how you can connect to a specific node:
    https://<Host_name>.domain.local/b2b/b2b/init.do;sapj2ee_irj=7501753

  • Wily Introscope on two server nodes - are there two connectors necessary?

    Dear all,
    we' ve installed Wily Introscope on our portal which has two java server nodes. As I' ve read in SDN every Wily agent on a server has his own name, here ABC_Portal_server0 and ABC_Portal_server1.
    In section 4 of the Wily Introscope installation manual the creation of the AutoProbe connector is described. Do we have to create two AutoProbe connector files (one for each agent) or only one for both agents?
    Thank you for your suggestions.
    Best regards
    Martin Röhr

    Hi Achim,
    According to my knowledge, there are no known problems with a "required Extended Protection" / "Always On" / "Livelink Server" combination.
    Extended Protection helps to prevent an authentication relay attack by using service binding and channel binding. We need to note that when Extended Protection is set to
    Required, only connections from protected applications on protected operating systems are accepted. This setting is the most secure but connections from operating systems or applications that do not support Extended Protection will not be able
    to connect to SQL Server. For more details, please review the following article.
    Connect to the Database Engine Using Extended Protection
    https://msdn.microsoft.com/en-us/library/ff487261(v=sql.110).aspx
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • About dialog instance

    Hi Friends
    If more than one dialog instance can be installed in a computer?
    I have installed a sap system(abap stack), central instance and dialog instance are in the same server. the dialog instance has started up, but I can't see the dialog instance through SM51. If some configuration is missing?
    tons of thanks.
    smh

    trc file: "dev_w0", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M
    M sysno      00
    M sid        S01
    M systemid   399 (New architecture with Linux)
    M relno      6400
    M patchlevel 0
    M patchno    56
    M intno      20020600
    M make:      single threaded, Unicode, 64 bit
    M pid        13770
    M

    M Sat May  9 00:32:26 2009
    M  ***LOG Q01=> tskh_init, WPStart (Workproc 0 1 13770) [thxxhead.c   1131]
    M  calling db_connect ...

    C  DBADASLIB : version 640.00, patch 0.055 (Make PL 0.56)
    C  SAPDB shared library (dbadaslib) patchlevels (last 10)
    C    (0.055) Min. release check of non default connection removed (note 807218)
    C    (0.055) Statistic data in ST05 corrected (note 807216)
    C    (0.039) Invalid data of STAD corrected (note 779116)
    C    (0.039) Do not abort session after -810 (note 780238)
    C    (0.035) Sapdb_free invalid address (note 766340)
    C    (0.035) EXPLAIN with non character inputvariables (note 770755)
    C    (0.032) Sapdb_free invalid address (note 766340)
    C    (0.032) Abap info for performance montior (note 216208)
    C    (0.032) SAPDB min. release is 7.4.3 (note 326487)
    C    (0.031) Set isolation level calls optimized (note 762712)


    C  INFO : SQLOPT= -I 0 -t 0 -F SAPDB.13770.pct
    C  Precompiler Runtime : C-PreComp 7.5.0    Build 026-123-094-430
    C  Precompiler runtime is SAP DB 7.5.0.026
    C  Try to connect (DEFAULT) on connection 0 ...

    C Sat May  9 00:32:27 2009
    C  Attach to SAP DB : Kernel    7.5.0    Build 026-123-094-430         
    C  Database release is SAP DB 7.5.0.026
    C  INFO : Database 'S01' instance is running on 'saps01'
    C  INFO : SAP DB Packet_Size = 131072
    C  INFO : SAP DB Min_Reply_Size = 4096
    C  INFO : SAP DB Comm_Size = 126976
    C  INFO : DBSL buffer size = 126976
    C  INFO : SAP DB MaxLocks = 300000
    C  INFO : Connect to DB as 'SAPS01'
    C  00: DB_000 saps01-S01, conn=1, since=20090509003227
    C             ABAP= <unknown> (0)
    C  Now I'm connected to SAP DB
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20090509 003226 saps01         
    C  INFO : SAP RELEASE (DB) = 640
    M  db_connect o.k.

    I Sat May  9 00:32:31 2009
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 0x2ba866adb000, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 0x2ba9763af000, size: 134217728)
    M  SHM_PAGING_AREA          (addr: 0x2ba97e3af000, size: 67108864)
    M  SHM_ROLL_ADM               (addr: 0x2ba866f0f000, size: 2672386)
    M  SHM_PAGING_ADM          (addr: 0x2ba9823af000, size: 656416)
    M  ThCreateNoBuffer          allocated 556152 bytes for 1000 entries at 0x2ba982452000
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12176 bytes (50 server) at 0x2ba988f20000
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation map
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 8
    B  dbtbxbuf: Buffer TABL  (addr: 0x2ba9896b9100, size: 30000000, end: 0x2ba98b355480)
    B  dbtbxbuf: Buffer TABLP (addr: 0x2ba98b356100, size: 10240000, end: 0x2ba98bd1a100)
    B  dbexpbuf: Buffer EIBUF (addr: 0x2ba98bd1a108, size: 4194304, end: 0x2ba98c11a108)
    B  dbexpbuf: Buffer ESM   (addr: 0x2ba98c11b108, size: 4194304, end: 0x2ba98c51b108)
    B  dbexpbuf: Buffer CUA   (addr: 0x2ba98545e108, size: 3072000, end: 0x2ba98574c108)
    B  dbexpbuf: Buffer OTR   (addr: 0x2ba98c51c108, size: 4194304, end: 0x2ba98c91c108)
    M  rdisp/reinitialize_code_page -> 0
    M  icm/accept_remote_trace_level -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0

    S Sat May  9 00:32:33 2009
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 0x14dbd1f0

    S Sat May  9 00:32:34 2009
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      intervals: query=50, rescan=1800, global=300 info=120
    S      processing queue enabled
    S  creating spool memory service RSPO-RCLOCKS at 0x2ba98574e070
    S  doing lock recovery
    S  setting server cache root
    S  using server cache size 100 (prof=100)
    S  creating spool memory service RSPO-SERVERCACHE at 0x2ba98574e388
    S    using messages for server info
    B  dbtran INFO (init_connection '<DEFAULT>' [ADABAS D:640.00]):
    B   max_blocking_factor =  10,  max_in_blocking_factor      = 127,
    B   min_blocking_factor =  10,  min_in_blocking_factor      = 127,
    B   prefer_union_all    =   1,  prefer_union_for_select_all =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   1,
    B   convert AVG         =   0,  alias table FUPD            =   0,
    B   escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,
    B   select *            =0x0f,  character encoding          = STD / <none>:-,
    B   use_hints           = abap->0, dbif->0x1, upto->2147483647, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0
    S  size of spec char cache entry: 297032 bytes (timeout 100 sec)
    S  size of open spool request entry: 2168 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A Sat May  9 00:32:35 2009

    A  -PXA--
    A  PXA INITIALIZATION
    A  PXA: Fragment Size too small: 36 MB, reducing # of fragments
    A  System page size: 4kb, admin_size: 5540kb.
    A  Attached to PXA (address 0x2ba98cb1e000, size 150000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--


    A Sat May  9 00:32:36 2009
    A  ABAP ShmAdm attached (addr=0x2ba9695b7000 leng=20955136 end=0x2ba96a9b3000)
    A  >> Shm MMADM area (addr=0x2ba969aaed80 leng=242176 end=0x2ba969ae9f80)
    A  >> Shm MMDAT area (addr=0x2ba969aeb000 leng=15499264 end=0x2ba96a9b3000)
    A  RFC Destination> destination saps01_S01_00 host saps01 system S01 systnr 0 (saps01_S01_00)
    A  RFC Options> H=saps01,S=00
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC abap/SIGCHILD_default not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    A  Hotpackage version: 9
    M  ThrCreateShObjects          allocated 8460 bytes at 0x2ba995de8000
    N  SsfSapSecin: putenv(SECUDIR=/usr/sap/S01/DVEBMGS00/sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is /usr/sap/S01/SYS/exe/run/libsapsecu.so .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    W  =================================================
    W  === ipl_Init() called
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 640, [6400.0.56.20020600]
    W    ITS Plugin: Int.version, [31]
    W    ITS Plugin: Feature set: [4]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    M  MBUF info for hooks: MS component UP
    M  ThSetEnqName: set enqname by server list
    M  ThISetEnqname: enq name = >saps01_S01_00                           <

    E  *************** EnqId_EN_ActionAtMsUpHook ***************
    E  Hook on upcoming Ms (with EnqSrv), get auth EnqId and check it locally
    E  Enqueue Info: enque/disable_replication = 2
    E  Enqueue Info: replication disabled

    E  *************** ObjShMem_CheckAuthoritativeEnqId ***************
    E  Checking authoritative EnqId from EnqSrv into ObjShMem
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: EnqId is initial in ShMem
    E  ObjShMem_CheckAuthoritativeEnqId: Overwrite incoming auth EnqId, continue
    E  EnqId inscribed into initial ObjShMem: (ObjShMem_CheckAuthoritativeEnqId)
    E  -SHMEM--
    E  EnqId:          EnqTabCreaTime/RandomNumber    = 09.05.2009 00:32:36  1241800356 / 13770
    E  ReqOrd at Srv:  TimeInSecs/ReqNumberThisSec    = 09.05.2009 00:32:36  1241800356 / 2
    E  ReqOrd at Cli:  TimeInSecs/ReqNumberThisSec    = 09.05.2009 00:32:36  1241800356 / 1
    E  Status:         STATUS_OK
    E  -
    M  ThActivateServer: state = STARTING
    L  Begin of BtcSysStartRaise
    L  Raise event SAP_SYSTEM_START with parameter <saps01_S01_00       >
    L  End of BtcSysStartRaise
    M  MBUF info for hooks: MS component UP
    M  ThActivateServer: state = STARTING

    S Sat May  9 00:32:38 2009
    S  server @>SSRV:saps01_S01_00@< appears or changes (state 1)

    S Sat May  9 00:32:39 2009
    S  server @>SSRV:saps01_S01_00@< appears or changes (state 1)
    I  MPI<6>3#17 Peak buffer usage: 5 (@ 64 KB)

    S Sat May  9 00:32:58 2009
    S  server @>SSRV:saps01_S01_10@< appears or changes (state 5)
    S  server @>SSRV:saps01_S01_10@< appears or changes (state 5)

    S Sat May  9 00:33:18 2009
    S  server @>SSRV:saps01_S01_10@< appears or changes (state 3)
    S  server @>SSRV:saps01_S01_10@< vanished

    N Sat May  9 00:34:29 2009
    N  login/password_change_for_SSO : 1 -> 1

    B Sat May  9 00:34:35 2009
    B  dbmyclu : info : my major identification is 171442396, minor one 0.
    B  dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.
    B  dbmyclu : info : my uuid is D65E044AA45ECA35E10000000A3800DC.
    B  dbmyclu : info : current optimistic cluster level: 2
    B  dbmyclu : info : pessimistic reads set to 2.

    S Sat May  9 00:40:53 2009
    S  found spool memory service RSPO-ACTIONS at 0x2ba9857567d0

    B Sat May  9 12:02:53 2009
    B  table logging switched off for all clients

    M Sat May  9 12:02:55 2009
    M  ***LOG R49=> ThCPICSyncWait, CPIC-Error (026665) [thxxcpic.c   3544]
    M  ***LOG R64=> ThCPICSyncWait, CPIC-Error ( CMINIT(SAP)) [thxxcpic.c   3557]

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Gateway on host saps01 / sapgw00
    M  *  ERROR       service 'sapgw30' unknown
    M  *
    M  *  TIME        Sat May  9 12:02:55 2009
    M  *  RELEASE     640
    M  *  COMPONENT   NI (network interface)
    M  *  VERSION     37
    M  *  RC          -3
    M  *  MODULE      niuxi.c
    M  *  LINE        521
    M  *  DETAIL      NiPGetServByName: service 'sapgw30' not found
    M  *  SYSTEM CALL getservbyname
    M  *  COUNTER     1357
    M  *
    M  *****************************************************************************

    A  RFC 1446  CONVID
    A   * CMRC=26 DATA=0 STATUS=0 SAPRC=665 ThSAPECMINIT
    A  RFC> ABAP Programm: RSLDAGDS (Transaction: RZ70)
    A  RFC> User: JXIONG (Client: 000)
    A  RFC> Destination: SLD_UC (handle: 1, , )
    A  *** ERROR => RFC ======> CPIC-CALL: 'ThSAPECMINIT'
    Service name is not known                                               
    [abrfcio.c    7594]
    A  *** ERROR => RFC Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1462
    CPIC-CALL: 'ThSAPECMINIT'
    Service name is not known                                               
    DEST =SLD_UC
    HOST =%%RFCSERVER%%
    PROG =SLD_UC
    GWHOST =10.56.0.169
    GWSERV =sapgw30
    [abrfcio.c    7594]
    A  TH VERBOSE LEVEL FULL

    M Sat May  9 14:07:53 2009
    M  WARNING ==> PfFileIndUpd: new starttime < starttime

Maybe you are looking for

  • I can not scroll on my dell studio touchpad and I am running Windows 7 and Firefox 8.0.1.

    I just noticed that I can no longer use my touchpad to scroll on webpages in Firefox 8.0.1. I don't think I had this problem a few days ago, definitely not last week. I see the scroll icon but it does not scroll when I am on any webpage. At times it

  • DVD's from my DVD/VHS Recorder are not sharp/ Why?

    Hello! I have a 2GHz Intel Core 2 Duo iMac that works perfectly. What I want to know is why my DVD-R's made on my DVD/VHS Recorder look grainy with low sound on my iMac but look great on any regular DVD player and television. Does anybody know why th

  • Make the Pen Tool snap

    Hello! I've always created my paths in Illustrator, and then imported them to Photoshop, but I wanted to give paths a goo in Photoshop but the first hick-up was; how do I created paths with the pen tool and make it snap to the pixel grid? I've tried

  • Program Element 11 appcrash with massage

    Hello, please help me about a program crash massage: Fehlermeldung Programmabsturz Problemsignatur: Problemereignisname:     APPCRASH Anwendungsname:     PhotoshopElementsEditor.exe Anwendungsversion:     11.0.0.0 Anwendungszeitstempel:     503fe13a

  • How do I transfer music from my phone to my computer

    How do I transfer my music on my iPhone onto my iTunes on a new computer? My old computer crashed and the music is only on my phone not in library.