We added an dialog abap instance to a system consisting of 3 DI and one CI

We added an dialog abap instance to a system consisting of 3 DI and one CI.
When trying to switch instance  from new instance in sm51 to old instance while being logged to an new instance directly  this is possible
However when trying to switch instance in sm51 to new instance while being logged to an old instance  this is not possible.
What could be the reason?

jan,
My first thought is whether the hostname of the new instance is availble to the old Dialog Instances (via the services file or DNS) ?
Failing that, can you answer these questions...
1) if you use SM51 to connect to an old instance from the new instance, can you then use SM51 to connect back to new instance ?
2) When you access the new system from SM51, how does the logon fail ?
invalid user / password ?
Load balancing failure ?
Connectivity failure ?
You'll probably find the answer to your problem if you investigate down these three lines.  However, a more arcane cause could be the network topology...
Are the instances on the same IP subnet ?
Are the instances on the same domain or subdomain ?
Check that there's nothing strange going on with the IP subnet mask.
Good luck

Similar Messages

  • No CENTRAL nor DIALOG instance known for system SID

    Hi,
    We are in the process of setting up our Solution Manager 7.1. Currently we are in the step 'Managed System Configuration'.
    We are stuck on the step 7 - "Create Users". There are 4 users to be created which are already there in the systems(Created Manually).
    The users are
    SAPSUPPORT and SMDAGENT_XXX for ABAP and Java both.
    In the ABAP view it gives the error as "No CENTRAL nor DIALOG instance known for system SID".
    In the Java view it gives the error as "User Status Cannot be checked".
    We are on the below Support Pack status:
    SAP_ABA 702 0008 SAPKA70208
    SAP_BASIS 702 0008 SAPKB70208
    PI_BASIS 702 0008 SAPK-70208INPIBASIS
    ST-PI 2008_1_700 0004 SAPKITLRD4
    SAP_BS_FND 702 0006 SAPK-70206INSAPBSFND
    SAP_BW 702 0008 SAPKW70208
    SAP_AP 700 0024 SAPKNA7024
    WEBCUIF 701 0005 SAPK-70105INWEBCUIF
    BBPCRM 701 0005 SAPKU70105
    BI_CONT 706 0003 SAPK-70603INBICONT
    CPRXRPM 500_702 0006 SAPK-50006INCPRXRPM
    ST 710 0003 SAPKITL703
    ST-BCO 710 0001 SAPK-71001INSTBCO
    SOCO 101 0000 -
    ST-A/PI 01N_700SOL 0000 -
    ST-ICO 150_700 0030 SAPK-1507UINSTPL
    ST-SER 701_2010_1 0008 SAPKITLOS8
    Please suggest a solution to this.
    Thanks & Regards,
    Ajitabh

    Hello Ajitabh,
    I'm sure that you will see this error if you expand the error entry:
    SPML service failed to process searchRequest
    1. If you followed the advices from note 1616058, disabling SPML:
    When the SPML is desactivated, the status of users can't be checked.
    We are working to provide a note to solve this issue. Note number is 1647267, it is not release yet, but the solution is:
    "Enable to flag the user creation  to 'manually performed' in solman_setup".
    2. If you didn't disable SPML:
    Please refer to the steps in this SAP Note : 1647157 which will help you address the issue.
    Please let us know the outcome, thanks.
    Best regards,
    Guilherme

  • Java Add-in on an existing ABAP instance

    Hi, I uninstalled the ABAP instance before installing ABAP+JAVA. However, when I started sapinst to install JAVA Add-in (Step 1 of 3), it prompts for the profile directory and I no longer can find it under \usr\sap\<SID>\SYS\profile directory since the instance is removed. Is this the right way I am going?

    "Keep in mind that you cannot(bold) install the Java Add-In for the dialog instance(s) of the existing ABAP system. Instead, you have to uninstall the old ABAP dialog instance(s) install new ABAP+Java dialog instance(s)."
    looks pretty clear to me you can't add a Java add-in to a "Dialog instance"; This means that if you have a Central instance with ABAPJAVA and ABAP dialog instances you cannot install Java add-ins to them... you'll need to unistall the dialog instance and install and ABAPJAVA dialog instance... that connects to a already existing ABAP+JAVA Central instance.
    Hope is clear now.
    Regards
    Juan
    Please reward with points if helpful

  • Gracefully removing ABAP instance

    Hello SAP experts,
    I want to be able to gracefully remove an ABAP application instance server and turn it off without affecting operations in any way. For dialog workprocesses, I can remove the server from all logon groups. After the last user disconnects, it can be safely turned off. But how to do this with BTC and UPD workprocesses?
    It would be very time consuming to watch the jobs and hit the exact moment when no job is running. I am guessing there must be a way to disable the instance somehow, so all running jobs finished but no new jobs are started. Is there a way to do this? And can this be automated or scripted, so that we are able to add and remove servers based on load for example?
    We are running Netweaver 7 ABAP, powering the ERP system.
    Thanks for any pointers.

    Hello
    If you are removing it from SMLG the basic load balancing on all WP will be stopped.
    The running jobs will complete and no new jobs will run that as Message server will not include that as part of Work process load balancing.
    Also you need to go to SM63 and remove capability of application server to process background jobs.
    Once there are no jobs and users on system updates will not be there too.
    Then later on you can stop the instance.
    Regards
    Vivek

  • One JAVA and multiple ABAP Instances

    Hello All,
    Till now i have done configurations for  Billerdirect on one Java instance  and one ABAP instance.
    Now my situation  in production we have multiple ABAP  (1 CI + 4 Dialog) and only one production Java instance.
    So in XCM configuration  using method  group_connect i have  created XCM configuration this is working fine.
    so here is our problem after doing this .
    For self user Registration  we have created JCO_RFC_Server in XCM   this configuration is working only in one situation.
    Since JCO_RFC_SERVER can be created only for one instance when ever self user registration  goes to other instance it fails , which is happening frequently
    Can anyone  please help me understand in creating XCM configuration for multiple ABAP instances so that i  can create multiple JCo_RFC servers.
    Over View:
    From one Java instance i want to establish multiple connection to ABAP (CI + DI) so that  i can create one JCO_RFC server for each connection.
    When i want to access system i will access using  XCM connection name at the end.
    eg some thing like this.
    http://myserver:53000/bd/public/frameset_top_html.jsp?SYS=MYSYS1
    http://myserver:53000/bd/public/frameset_top_html.jsp?SYS=MYSYS2
    Please help in moving forward.
    Thanks in advance.
    Regards,
    Vardhan.

    Hello All,
    Could you please help me in getting to an logical solution on this approach .
    Thanks,
    Vardhan.

  • How to log in to the new installed SAP ABAP instance ?

    Dear Experts,
    In SAP ERP 2005 installation,
    I have done central system installation, Now I need to perform postinstallation steps,
    Could you please tell me,  how to log in to the new installed SAP ABAP instance and do the post installation?
    Regards,
    Madhavan K

    Hi,
    Check the list of post installation steps:
    http://www.saptechies.com/post-installation-steps-for-ecc-60/
    From my point of view basic post installation steps are:
    - Installing SAP License (from http://service.sap.com/licensekeys)
    - Setup TMS  (STMS)
    - Import profiles (RZ10)
    - Client Copy (SCC*)
    - Create users (SU01)
    However further many steps are required as per your requirements. Cehck the link for more detailed steps.
    Regards,
    Srikishan

  • Abap Instance + Java Instance

    Hi people,
    In the sap netweaver 7.0 EHP1 SR1, it´s possible to make the installation firstly the abap instance (Business Warehouse), and after the installation has finished to do the installation the java instance (Enterprise portal) ?
    In the installation guide
    Installation GuideSAP NetWeaver 7.0 ABAP+Java including Enhancement Package 1 SR1 on Windows Oracle
    In the new features says that:
    New dual stack (ABAPJava) systems only for SAP NetWeaver Process Integration (PI) and SAP NetWeaver Mobile Infrastructure (MI) --> As of SAP NetWeaver 7.0 including enhancement package 1, you can install dual stack (ABAPJava) systems only with usage type Process Integration (PI) or Mobile Infrastructure (MI). This means you can only install a dual stack system either as a Process Integration system or as a Mobile Infrastructure system.
    Installation option Java Add-In for ABAP disabled --> As of SAP NetWeaver 7.0 including enhancement package 1, the installation option Java Add-In for ABAP is disabled. That is, you can no longer install the Java Add-In to an existing ABAP system.
    It´s possible??
    More thanks

    Hi Rubben,
    That's true , with New relase of SAP we cannot install abap + java execpt for PI and MI due to some performance issues.
    Even concept of java addin has been removed by SAP.
    So, IF you want to install java with Abap , then you can fullful your requirement by installing seperate java instance .
    Thanks
    Anil

  • MDM 5.5 installed in Netweaver/Abap instance MCOD

    Since MDM 5.5 install guide does not include Oracle as part of the installation (the installation is not SAPINST based), I installed MDM servers connecting to a netweaver/Abap instance that got installed separately, so in this case my MDM installation is MCOD. The installation was done using 2 separate Solaris containers, one for the Netweaver/oracle DB, one for the MDM servers.
    This is working fine in DEV, QA so I'm planning to follow this architecture with my production system. Does anyone have a similar architecture?, if so I'd like to hear your experience and pain points.
    thank you
    Edited by: Hector Saavedra on Apr 26, 2010 10:59 PM

    Moved to a different category.

  • In which folder can I find the abap instance profile?

    Hi,
    In which folder can I find the abap instance profile?
    This is the parameter that I want to change:
    "profile parameter em/address_space_MB = 250 in the instance profile"
    Greets
    Stefan

    Hi Michal,
    my actual problom is, that during the Java-Add-In-Installation an error appears. (CJS-20057)
    j2ee-engine (dvebmgs00) do not start during this installation.
    I also change the value of max. heap size and try a rebase as it is shown in note 129813.
    nothing chances.
    this error appears all the time.
    can anybody help me please?
    Thanks.
    Greets
    Stefan

  • OTO information not complete for non ABAP instance of system &1 in SMSY

    Hello,
    We have just applied Stack 23 and stack 24 to our Solution Manager system.  When we are executing action System Logon from  a ticket we are getting the following error:
    OTO information not complete for non ABAP instance of system &1 in SMSY
    We checked that this new message was created in note Note 1427761 - ChaRM: incorrect target system for action "System Logon".
    We went to the SMY transaction to the Product System definition for our system but we could not find which OTO information is missing there, where to load it, etc.
    We appreciate your help.
    Regards
    Esteban Hartzstein

    Hello,
    We have not applied the note separately, but we applied the support packages, so all the changes were applied, and therefore we are getting this error message  of "OTO information is not complete ....
    We have updated as suggested the info regarding the system in the SMSY.  We have read the Remote System Data.
    We will run SOLMAN_SETUP again to review the setup, and then test again
    We appreciate also if you provide any additional input.
    Regards
    Esteban Hartzstein

  • ABAP instance is hidden

    Dear Experts ,
    I was deploying j2ee patches on mysap ecc5 with abap and java add in system. At the time of deployment some error has come . I have stopped the doployment and restarted the server after stopping java and abap instance from windows MMC console.
    Now when i have restarted and starting the instance ABAP and java , The abap instance (server 0) is not showing in the MMC Console . where it is gone ?
    when starting the sdm through startserver.bat
    it is giving following message
    " SDM server not up after 5 seconds. Waiting for another 5 seconds "
    this message is repeting again and again after 5 seconds and seconds are increased.
    Pl. advice . what is the issue.
    Thanks in advance
    Sandy

    Hi,
    If not already, try re-registering SAPMMC plug-in with system libraries:
    make sure you close all MMC sessions.
    run "SAPSTARTSRV.exe -t from the command prompt and confirm the window without any changes.
    Hope this helps.
    Kalyan.

  • ESS/MSS sso configure between java and abap instance

    Dear Gurus,
    I want to configure sso between java and abap instance for ESS/MSS. I couldnt find any guide for it, could you please help me gurus ?
    Other question is, is there any specific role for ESS/MSS users in JAVA instance. I want to create users and assign this role to them.
    Best Regards

    Hi Kemal,
    Hope you are doing good.
    There should be a / in the ITS path before SAP.
    Basically the entry that you have mentioned here should be accessible via browser as well. For eg in your case:
    http://<its hist name>/sap/bc/gui/sap/its/webgui should be accessible over browser.
    I also think you have put in a extra space in "w  ebgui". It should be "webgui".
    If the connector settings are working, then we can be sure that system connection is fine. You do not need to configure ITS settings.
    Also for SSO, refer the SAP note:1083421 and configure the SS0 settings again.
    Please run the SSO2 wizard and then make the automatic connection to
    the abap server. This will solve any inconsistencies on the server
    due to manual interventions.
    Most likely reason for the error is that certificates were loaded
    manually rather than using SSO wizard.
    More help:
    <http://wiki.sdn.sap.com/wiki/display/EP/Troubleshooting+SSO+between+AS-ABAP+and+AS-JAVA>
    The SSO enabling parameters should be set on the R/3 server.
    SSO Logon Ticket-> login/accept_sso2_ticket and login/create_sso2_ticket
    More info:
    <http://help.sap.com/saphelp_nw04/Helpdata/EN/22/41c43ac23cef2fe10000000a114084/frameset.htm>
    Thank you and have a nice day :).
    Kind Regards,
    Hemanth
    SAP AGS

  • Check ABAP Instance or Java Instance

    Hi
    How to Check whether our SAP Server contain  ABAP Instance or Java Instance ?
    Regards
    Gunjan

    Hi,
    1. Check with Tcode SM51
    2. Check with RZ20
    Regards,
    Srini Nookala

  • Installing Dialog Instance in heterogeneos system

    Hi
    We have the Central Instance/DB Instance in the same server SUN Solaris O.S. and one Dailog Instance in SUN Solaris O.S., but we want to put one more Dialog Instance in IBM AIX O.S. I am not sure about how to deactive the automatic synchronization but we will have diefferente platforms.
    If we do not mount the filesystems from central to our new dialog if could be enought or we have to change something else in the profile parameters ?
    Thanks and Best Regards.
    Reynaldo Rebolledo.

    Hi Vivek
    I already have problems with the installation, i get the next error at start
    "FAIL: NIECONN_REFUSED (Connection refused), NiRawConnect failed in plugin_fopen()"
    An we get the next errors in the each one of the process that try to start:
    ==========================
    pdcadm> cat dev_w3
    trc file: "dev_w3", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M
    M sysno      02
    M sid        PDC
    M systemid   324 (IBM RS/6000 with AIX)
    M relno      6400
    M patchlevel 0
    M patchno    175
    M intno      20020600
    M make:      single threaded, ASCII, 64 bit
    M pid        360518
    M
    M
    M Tue Sep 25 18:06:00 2007
    M  ***LOG Q01=> tskh_init, WPStart (Workproc 3 1 360518) [thxxhead.c   1143]
    M  calling db_connect ...
    B  create_con (con_name=R/3)
    B  Loading DB library '/usr/sap/PDC/SYS/exe/run/dboraslib.o' ...
    M  *** ERROR => DlLoadLib: dlopen()=    0509-130 Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
            0509-136   Symbol kaio_rdwr64 (number 0) is not exported from
                       dependent module /unix.
            0509-136   Symbol listio64 (number 1) is not exported from
                       dependent module /unix.
            0509-136   Symbol acancel64 (number 2) is not exported from
                       dependent module /unix.
            0509-136   Symbol iosuspend64 (number 3) is not exported from
                       dependent module /unix.
            0509-136   Symbol aio_nwait (number 4) is not exported from
                       dependent module /unix.
            0509-136   Symbol aio_nwait64 (number 5) is not exported from
                       dependent module /unix.
            0509-021 Additional errors occurred but are not reported.
            0509-192 Examine .loader section symbols with the
                     'dump -Tv' command. -> DLENOACCESS (8,Exec format error) [dlux.c       314]
    B  *** ERROR => Couldn't load library '/usr/sap/PDC/SYS/exe/run/dboraslib.o'
    [dbcon.c      4667]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 008192) [thxxhead.c   1281]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   9595]
    M
    M  Info for wp 3
    M
    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   730]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  254]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 3 360518) [dpuxtool.c   318]
    ================
    Can you help me about it ?
    Best Regards
    Reynaldo Rebolledo

  • Adding New Dialogs

    I am trying to figure out how to display a second dialog after a button click in my main dialog. I have done the following to add a new dialog, but when I click my main button, nothing happens and InDesign crashes. Can anyone tell me what I am doing wrong. Is there a good description or code snippet that shows how to implement multiple dialog boxes?
    ..in the __ID.h file, I add a new dialog boss class, new controller and observer Impl, new dialog widget ID, and define a new rsrc id for the second dialog.
    .. I create the new observer and controller files and add them to the project creating a new interface using the new Impl's.
    ..in the __.fr file, In the class description table I add a new class for the second dialog based on kDialogBoss and implementing the new controller and observer Impl. Create a new resource type based on Dialog using the new dialog boss. Then create a new resource of the new type with the new widget Id.
    ..In the observer code of the main dialog, I use CreateNewDialog based on a rsrcSpec using the resource id of the new dialog.
    (Could this be any more complicated?)

    Hi Liz,
    The steps you have used for creating New dialog are correct.
    Try adding following code in your __.fr file where kSecondDialogResourceID is the resource id of the new dialog.
    resource LocaleIndex (kSecondDialogResourceID)
    kViewRsrcType,
    kWildFS,k_Wild, kSecondDialogResourceID + index_enUS
    You also make the dialog Type as Modeless in CreateNewDialog()
    IDialog* dialog = dialogMgr->CreateNewDialog(dialogSpec,
    IDialog::kModeless);
    Pls reply if your problem is solved.

Maybe you are looking for

  • Flex not scaling properly on Macbook Pro Retina Display

    Hello all! I'm currently writing an app in Flex on Flash Builder on a late Macbook Pro 15 Retina display. In my WindowedApplication, I've set the tags width and height to be 1920 and 1080 respectively. For some reason, when running debug, the applica

  • MSS approval Working time

    Hi gurus, We are using MSS 1.0 and EP 7 .I have a small problem.For the approval working Time we are using task TS20000460 task and we modified it based on the requirement of the client .Now we have discovered that when manager approves the time in M

  • The description for Event ID 8306 from source Microsoft-SharePoint Products-SharePoint Foundation cannot be found

    hi, can anyone please help me with the following: The description for Event ID 8306 from source Microsoft-SharePoint Products-SharePoint Foundation cannot be found. Either the component that raises this event is not installed on your local computer o

  • Oracle 10 installation in linus ES4 platform

    Hello experts, I am getting problem in oracle 10G installation at Linus ES 4 (2.6.9) OS. Its Installing upto 62 % and issuing error in invoking target 'ntcontab.0' of making file '/opt/oracle/network/lib/ins_net_client.mk' If I am ignoring this file

  • Placing a jpg in Elements11

    Why can't I do this? Feeling like such a fool but too stressed to work it out.