Installing gateway

Hi
we are trying to install the gateway service. It installs correct but when starting it returns this error:
Portal Server Gateway cannot get started. Configuration for specified profile does not exist!
But the profile for this gateway does exsist on the portal. And it's pressent on the ldap as well.
Did anyone had this problem and solved it?

Just for the record: this issue is solved. It was caused by a missing file when installing the JES 2003Q4 version.

Similar Messages

  • Error while installing gateway please help soon

    Error while installing gateway in
    Microsoft Windows Server 2003.
    error while installing gateway
    E:\idm\gateway>gateway -i
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,150): trace active, level: 4, file: E:\\IDMLOGS\\gateway.log, maxSize: 10240 KB
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,108): In WSTrace::init()
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,109): Gateway version: 'Sun Java System Identity Manager 7.1'
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,110): OS version: 'Windows Server 2003 Family Service Pack 1 (Build 3790)'
    An error occured when trying to install the service: No error
    E:\idm\gateway>

    Use that MS installer cleanup to get rid of iTunes first, then QuickTime.
    Actually, I should back up. Go to the article I link below, and scroll down to the section
    *General Installation Troubleshooting*
    Important: A majority of customers experience successful iTunes installation after completing these troubleshooting procedures. If one does not help, proceed to the next.
    -Completely Remove iTunes and QuickTime (Click to show)
    -Empty your Temp directory and restart (Click for more)
    -Clean up iTunes installer files on the computer (Click for more)
    -Download QuickTime Standalone Installer (Click for more)
    -Disable other conflicting software (Click for more)
    -Make sure your folder names don't contain strange characters (Click for more)
    http://docs.info.apple.com/article.html?artnum=93976

  • Help installing gateway on non-database server

    I have a 64bit 10.2.0.3 database running on W2K3 64bit server. I need to access a SQL Server database (2005 version) on a different host.
    I'd like some insight into installing the gateway services on a 32bit Wk23 machine to bridge the 64bit Oracle database to the SQL Server database.
    IE: 64bit DB -> 32bit Gateway -> 2005 SQL Server DB
    Thanks in advance.

    There are four important things to consider when installing gateway or hsodbc .
    1) the version of your database eg. 8i/9i/10g
    2) Database library
    3) Oracle transparent Gateway and Oracle's Heterogeneous Services ODBC - generic connectivity (HSODBC) are two different product.
    4) You must have ODBC Driver setup on both servers{ i.e SERVER A Oracle database and SERVER B SQLSERVER} for generic connectivity hsodbc.
    (if you are installing on Unix you must have to get ODBC driver for Unix (data direct third patry supplier).
    But if you installing Oracle transparent Gateway you only need odbc driver configure on the SQLSERVER box.
    NB: Point 3 and 4 are very important.
    In point three you have to decide if you want to go with Oracle transparent Gateway (OR) Oracle's Heterogeneous Services ODBC.
    A lot of my fellow DBAs have failed to explain this in details.
    If you go for Oracle transparent Gateway you will have to buy additional license from oracle but the gateway can be use for multiple gateway configurations. In effect, this will become your transparent Gateway Server for many installation that require Gateway whether Unix or windows based configurations.
    On the other hand, if you decide to go for generic connectivity (HSODBC) you still have to buy ODBC for UNIX (from data direct) unless you are on Windows Operating systems Server which come naturally with odbc installed.
    In your case all your configurations are Windows based. Therefore no licensing issue for you if you are using generic connectivity (HSODBC). It will be all free.
    During both odbc configurations, use system DSN and make sure you test them.
    NB: I will not be going true system DSN configuration. It is simple, even my thirteen years old son could configure it.
    Important:
    a)
    remeber to configure the initsid file in ORACLE_HOME\hs and remeber to name extactly the name giving to the DSN on SQLSERVER (SERVER B). so if it is named airwaves the init file should be name init_airwaves.ora
    HS_FDS_CONNECT_INFO = airwaves -------> from DSN on SQLSERVER (SERVER B).
    HS_FDS_TRACE_LEVEL = 4
    set ODBCINI= d:\nigeria\xxxx\odbc\odbc.ini ------> path of odbc.ini on ORACLE (SERVER A).
    b) tnsname .ora - in ORACLE (SERVER A). ORACLE_HOME\network\admin please add the entry as below to tnsnames.ora. there should always be two closing brackect after the SID entry and HS entry must be like below then follow by the last bracket as below. Any placement of the bracket will make the configuration fail.
    airwaves=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = nigeria)(PORT = 1530))
    (CONNECT_DATA =
    (SID = airwaves))
    (HS=OK)
    c) listener .ora - in ORACLE (SERVER A). ORACLE_HOME\network\admin please add the entry as below. The bleow might look funny.
    NB:You might think the SQLSERVER (SERVER B) is not mentioned in the LISTENER:ORA. Yes that is true ! It will be mentioned via the DSN in init_airwaves HS_FDS_CONNECT_INFO definition.
    LISTENER=
    (ADDRESS_LIST =
    (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
    (ADDRESS =(PROTOCOL = TCP)(HOST = nigeria)(PORT = 1530))
    SID_LIST_LISTENER=
    (SID_LIST =
    (SID_DESC = (SID_NAME = nigeria)
    (SID_DESC =
    (SID_NAME = airwaves)
    (ORACLE_HOME=c:\nigeria\ora18\oracle)
    (PRESPAWN_MAX = 10)
    (PROGRAM=hsodbc)
    (ENVS=LD_LIBRARY_PATH=c:\nigeria\ora18\oracle\lib32:d:\nigeria\xxx\odbc\lib)
    LOG_DIRECTORY_LISTENER=c:\nigeria\logs\ora18\LISTENER_nigeria
    LOG_FILE_LISTENER= LISTENER_nigeria.log
    LOGGING_LISTENER= ON
    TRACE_LEVEL_LISTENER=OFF
    TRACE_DIRECTORY_LISTENER= c:\nigeria\logs\ora18\LISTENER_nigeria
    TRACE_FILE_LISTENER= LISTENER_nigeria.trc
    USE_PLUG_AND_PLAY_LISTENER= OFF
    STARTUP_WAIT_TIME_LISTENER= 0
    CONNECT_TIMEOUT_LISTENER= 20
    NB: although you are on 64bit oracle database on Windows make sure you point the library to lib32 as describe. Odbc uses 32bits.
    Major pitfall to avoid for Unix configuration of hsodbc.
    1. make sure you install ODBC for Unix.
    a) The SHLIB_PATH and LD_LIBRARY_PATH must have $ORACLE_HOME/lib32 in their path
    b) SHLIB_PATH and LD_LIBRARY_PATH must have odbc_home in their path
    SHLIB_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/network/lib:/pkg/Ndc20/home/ora18/odbc32v53/lib:/usr/lib:/usr/ccs/lib:/usr/openv/netbackup/bin
    export SHLIB_PATH
    LD_LIBRARY_PATH=/usr/openv/netbackup/bin:$ORACLE_HOME/lib32:/pkg/Ndc18/home/ora18/odbc32v53/lib
    export LD_LIBRARY_PATH
    ODBCINI=/pkg/Ndc18/home/ora18/odbc32v53/odbc.ini >>>>>> (using data direct odbc on unix for sqlserver )
    export ODBCINI
    To check if this correct.
    env at a unix prompt
    or
    cd $ORACLE_HOME then type
    hsodbc
    then you will received the banner below.
    Oracle Corporation --- DONNERSTAG SEP 11 2008 12:22:48.154
    Heterogeneous Agent Release 10.2.0.3.0 - Production Built with
    Driver for ODBC
    if it returns a banner then you are on the right way to sucessful configuration. if it generates core dump the go back and make sure the path are set correctly. if you get a banner then procced to the next step.
    2)
    You need only one listerner.ora adjust as above and also adjust the tnsnames.ora as well the brackect in tnsname is very important. if you get it wrong will be receiving ORA-12537: TNS:connection closed. This indicates that you have not set the lib as mentioned above.
    Both Windows and Unix
    1) reload the listener or stop and restart listener which ever you are comfortable with.
    2) log on to sqlplus and create the dblink
    3) CREATE DATABASE LINK "AIRCOM" CONNECT TO "airwaves_link"
    IDENTIFIED BY "********"
    USING 'airwaves'
    ----> airwaves_link ------Is the user name on SQLSERVER (SERVER B) identifed by is the password of the user
    4) now test your connection from sqlplus using the link created.
    -- > tnsping airwaves
    Also make sure you have a known table on the sqlserver database
    sqlplus " / as sysdba "
    SQL> select * from account@aircom;
    I hope this helps.
    [email protected]

  • Installing Gateway service on the BO Server

    Hi,
    We have an existing setup of BO XI 3.1 with the Integration Kit.
    Now, we are moving the production content to a new server. For the integration kit to communicate with the SAP system, I need to install the SAP Gateway service on the BO server.
    Can anyone point out where and how can i find the installables for the SAP Gateway?
    Can I use the files from the old server and re-register on the new server?
    Thanks for all your help.
    -Purav.

    Thanks Ingo....
    We have a SAP implementation as well, so can I download it from the service marketplace? If possible can you guide me to the exact name or location of the download? I am completely on the BO side, so not much familiar with the SAP stuff.
    Thanks,
    -Purav.

  • ORA-03121 After installing Gateway

    Hello Experts,
    i am trying to connec to MS Sql Server 2000 on remote win2003 machine by using my machine which is WinXP Oracle 10g 10.1.0.2. I installed and configure Gateway as well which is on diffrent home than the oracle in my machine.
    when i issue command on SQL Prompt
    connect imosadmin/imos@odbc:dsnimos
    i got
    ORA-03121: no interface driver connected - function not performed
    where as dsnimos is a dsn to MS SQL Server2000
    and imosadmin/imos is a username and password for the database.
    After doing all this my other database services also stop working :(
    Please check the configurations which i made as well may be i am wrong somewhere.....
    For further info i am pasting my configuration files.
    Gateway Home C:\OraHome_1\network\admin\listener.ora
    LISTENER =
    (ADDRESS_LIST=
         (ADDRESS=(PROTOCOL=tcp)(HOST=zahid)(PORT=1522))
         (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))     
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=tg4msql)
    (ORACLE_HOME=C:\OraHome_1)
    (PROGRAM=tg4msql)
    Rest everything is commented
    Oracle Database home C:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = zahid)(PORT = 1521))
    C:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\tnsnames.ora
    tg4msql=
    (DESCRIPTION=
    (ADDRESS= (PROTOCOL=TCP) (HOST=zahid) (PORT=1522) )
    (CONNECT_DATA=
    (SID=tg4msql))
    (HS=OK))

    ORA-12154 means that the Oracle database cannot resolve the tnsnames entry 'tg4msql'. Just make sure that your oracle database has the following entry in the $ORACLE_HOME/network/admin/tnsnames.ora entry:
    tg4msql=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)(HOST=zahid)(PORT=1522)
    (CONNECT_DATA=
    (SID=tg4msql)
    (HS=OK)
    But checking your config you have...
    To start with, activate an sqlnet trace on your database, add following lines to the sqlnet.ora in your C:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\ path:
    TRACE_LEVEL_CLIENT=16
    TRACE_FILE_CLIENT=client.trc
    TRACE_FILE_DIRECTORY=C:\TEMP
    and restart your SQL*Plus session and try the select again. This should generate a sqlnet client trace which hopefully will show why the database cannot resolve 'tg4msql' to the tnsnames.ora entry specified. For example are you using the TNS_ADMIN variable?
    Regards,
    Ed

  • Install or upgrade Gateway 2.0 for Duet Enterprise FP1

    Hi,
    We are checking the technical feasibility for upgrading to Duet Enterprise FP1 from Duet Enterprise 1.0 and followed the Guide from the learning maps for FP1 (Preparing the Environment for Duet Enterprise u2013 Feature Pack 1). However we are confused if we have to install Gateway 2.0 on the existing Duet NetWeaver  1.0 system or if there is an upgrade to Gateway available for existing Duet Enterprise 1.0 installations. Please clarify and validate the steps if you have completed the same successfully or are in expert in this area:
    1. Install/Upgrade Gateway 2.0 on Duet Enterprise system (require clarification here)
    2. Upgrade to IW_TNG 200 on the Duet Enterprise system
    3. Import XI content in ESR
    4. Complete set-up for FP1
    Please clarify step 1 and comment on the sequence of the other steps.
    Regards,
    Avishek.

    Hi Avishek,
    The upgrade from Duet Enterprise 1.0 to Duet Enterprise FP1 is supported.
    Your Duet Enterprise 1.0 system would have SWCs like IW_FND 100, IW_CNT 100 (This is collectively called as Gateway 0.5)and IW_TNG 100. Now the system can be upgraded to Gateway 2.0 and then upgrade IW_TNG from 100 to 200.
    You can get more details about the upgrade from the "Upgrade Guide" in Service Market Place. You can access it from service.sap.com/instguides -> SAP Business Suite Application -> Duet Enterprise -> Feature Pack1 of Duet Enterprise 1.0 -> Upgrade Guide.
    Thanks,
    Girimurugan

  • Gateway 2.0 install to CRM OCS package SAPK-250AGINIWFND does not match

    i try to install gateway 2.0 in crm 7.31.
    i have successfull install gw-core 200,i have already the WEBCUI 731,  but when i go to install the second package (IW-FND 250) the saint return me this error.
    OCS package SAPK-250AGINIWFND does not match
    current software component vector
    I have update my spam-saint but nothing change.
    Could you help me?
    Best Regards
    Andrea Preziuso

    ok i find the solution note:
    1901938 - Unable to install Add on SAP NW Gateway 2.0 - IW_FND 250
    However to define the queue in SAINT or to install the add-on on a NW731 system please include the released ACP(attribute change package) for the addon "IW_FND====250" released in SMP.
    http://service.sap.com/swdc
      ->Search for Support Packages and Patches
        ->IW_FND====250

  • Install error Exchange Gateway

    I am trying to install the Exchange 7x gateway on a Windows 2003 Exchange
    2003 server but it gets as far as the screen where I select "Install
    Gateway and Addressing components" and an error message comes up:
    "Setup requires the Directory Synchronization be running on the Exchange
    server" and the install stop.
    Any help would be greatly appreciated.
    Thanks

    > Thanks Tim and thanks Kathy for the response. There is no Exchange
    > Directory Synch service. I have searched MS and Goolge to try and find
    > out why I do not have this service but have not found anything. Could
    the
    > fact that I have Exchange 2003 Enterprise server be the cause.
    >
    > Thanks
    > Maurae
    >
    >
    > > Not for me
    > >
    > > "sounds like the exchange service directory synch is not running. "
    > >
    > >
    > >
    > >
    > >
    > > On Tue, 21 Aug 2007 07:58:48 GMT, [email protected] wrote:
    > >
    > > >>
    > >
    >
    >c291bmRzIGxpa2UgdGhlIGV4Y2hhbmdlIHNlcnZpY2UgZGlyZ WN0b3J5IHN5bmNoIGlzIG5vdC
    > B
    > > >y
    > > >> dW5uaW5nLiAg
    > > >>
    > > >It looks like there is a font/format error in Kathy's reply
    > > Tim
    > > ___________________
    > > Tim Heywood (SYSOP)
    > > NDS8
    > > Scotland
    > > (God's Country)
    > > www.nds8.co.uk
    > > ___________________
    > >
    > > In theory, practice and theory are the same
    > > In Practice, they are different
    >

  • Access to portal desktop denied through gateway

    I'm trying to get the gateway component to configured and working. I've installed gateway on a separate box from my portal server. When I go to the gateway url (using either https or http) I get prompted to login. Once I submit my user credentials, I get this message:
         Access to this resource is denied !!
         Contact your administrator
    If I enter incorrect user credentials, I get an authentication failed, as expected. So authentication is working, but for some reason, I just can't get to the portal desktop! I ensured that my user account has the Access List service. And I haven't changed any URL allow/deny lists from whatever the default templates were, they still allow *.
    Any ideas?
    Thanks,
    Patricia

    Are you able to get to the portal desktop without going throwing the gateway ?
    What the does the debug error logs show ?

  • Oracle gateway for Oracle 10g DB on Windows 64 bit server

    Is there any place that I can find Oracle dateway for Oracle 10g DB on Windows 64 bit server? I can only find Gateway for Oracle 11g on Windows 32 bit server. Please help me to identify this. Thanks.

    yingkuan:
    Thanks a lot. The link tells the details. It seems that Oracle has not release Gateway for Oracle database 10.2.0.x on Windows 64 bit server. Probably they don't do it.
    So under this circumstance, if I want to install Gateway (32 bit) on Oracle 10.2.0.3 DB on Windows 64 bit server for Teradata, I probably have to install Gateway software in another Oracle Home, then configure it right. Please give more advice on this. 32 bit Gateway will work for 64 bit database?

  • Error in installing GWPA

    Hii I want to install GWPA in my eclipse. I have installed android sdk.But i am getting  the following error , while installing GWPA
    I have used the following document for installing GWPA
    How to install Gateway Productivity Accelerator (GWPA) plugin for Integration Gateway
    Error:-
    Cannot complete the install because of a conflicting dependency.
      Software being installed: Toolkit for Integration Gateway (GWPA, Developer Edition) 1.1.1 (com.sap.odata.dt.framework.sap.smp.feature.feature.group 1.1.1)
      Software currently installed: Eclipse IDE for Java EE Developers 1.5.0.20120614-1633 (epp.package.jee 1.5.0.20120614-1633)
      Only one of the following can be installed at once:
        OSGi System Bundle 3.8.0.v20120529-1548 (org.eclipse.osgi 3.8.0.v20120529-1548)
        OSGi System Bundle 3.8.1.v20120830-144521 (org.eclipse.osgi 3.8.1.v20120830-144521)
        OSGi System Bundle 3.8.2.v20130124-134944 (org.eclipse.osgi 3.8.2.v20130124-134944)
      Cannot satisfy dependency:
        From: SAP Mapping Editor 1.11.0 (com.sap.it.ictools.feature.feature.group 1.11.0)
        To: com.sap.it.ictools.mapping.ui [1.11.0]
      Cannot satisfy dependency:
        From: SAP Mapping UI 1.11.0 (com.sap.it.ictools.mapping.ui 1.11.0)
        To: bundle org.eclipse.osgi 3.8.2
      Cannot satisfy dependency:
        From: SAP Integration Tooling Commons Base 1.11.0 (com.sap.it.ide.commons.base.feature.feature.group 1.11.0)
        To: com.sap.it.ictools.feature.feature.group [1.11.0]
      Cannot satisfy dependency:
        From: SAP Integration Tooling Commons 1.11.0 (com.sap.it.ide.commons.feature.feature.group 1.11.0)
        To: com.sap.it.ide.commons.base.feature.feature.group [1.11.0]
      Cannot satisfy dependency:
        From: Toolkit for Integration Gateway (GWPA, Developer Edition) 1.1.1 (com.sap.odata.dt.framework.sap.smp.feature.feature.group 1.1.1)
        To: com.sap.it.ide.commons.feature.feature.group 0.0.0
      Cannot satisfy dependency:
        From: Eclipse IDE for Java EE Developers 1.5.0.20120614-1633 (epp.package.jee 1.5.0.20120614-1633)
        To: org.eclipse.epp.package.jee.feature.feature.group [1.5.0.20120614-1633]
      Cannot satisfy dependency:
        From: Eclipse e4 Rich Client Platform 1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn (org.eclipse.e4.rcp.feature.group 1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn)
        To: org.eclipse.osgi [3.8.0.v20120529-1548]
      Cannot satisfy dependency:
        From: Java EE IDE Feature 1.5.0.20120614-1633 (org.eclipse.epp.package.jee.feature.feature.group 1.5.0.20120614-1633)
        To: org.eclipse.platform.feature.group [4.2.0.v20120608-135145-9JF7BHV8FyMteji0Oi_ePMz0xuZ8TVo7lV0z0ecb]
      Cannot satisfy dependency:
        From: Eclipse Platform 4.2.0.v20120608-135145-9JF7BHV8FyMteji0Oi_ePMz0xuZ8TVo7lV0z0ecb (org.eclipse.platform.feature.group 4.2.0.v20120608-135145-9JF7BHV8FyMteji0Oi_ePMz0xuZ8TVo7lV0z0ecb)
        To: org.eclipse.rcp.feature.group [4.2.0.v20120528-1648-7IAPA7BrHQicRpNdOz-Obz-rlRCA]
      Cannot satisfy dependency:
        From: Eclipse RCP 4.2.0.v20120528-1648-7IAPA7BrHQicRpNdOz-Obz-rlRCA (org.eclipse.rcp.feature.group 4.2.0.v20120528-1648-7IAPA7BrHQicRpNdOz-Obz-rlRCA)
        To: org.eclipse.e4.rcp.feature.group [1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn]

    can you set proxies in eclipse as well.
    Go to Window>Preferences in Mobile Workspace
    Preferences box prompt out, choose "Network Connections"
    Select "Manual" from Action Provider in the drop-down
    Select "HTTP" >Click on "Edit"
    Provide required proxy details with port number.
    Refer this blog:
    How to bypass proxy settings in SMP workspace for connecting any public Web Service within corporate Network
    Rgrds,
    JK

  • Gateway server not able to authenticate

    Hello SCOMMers :)
    I have a issue with my SCOM 2012 R2 system that i just can't get my head around.
    We just purchased a brand new SCOM server that I have migrated our environment to, moved the databases, reporting server and finally i got things up and running after some issues with the DB move.
    So i now have 2 SCOM management servers in my environment and four gateway servers, the gateway servers are communicating to the old SCOM server and i want to move them over to the new SCOM server. 
    I ran the powershell commands from this technet article and thought everything was under
    control. But none of the GW servers started communicating with the new SCOM server. 
    I have of course checked the certificates, hosts file, DNS and firewalls, and i reran the MOMCertImport.exe utility. Also checked that the certificate serial number was correctly inserted to the registry after the MOMCertImport.exe was run. (HKLM\Software\Microsoft\Microsoft
    OperationsManager\3.0\Machine Settings, binary value named ChannelCertificateSerialNumber contains the serial number of the certificate in a reverse order)
    Still i was unable to get the GW server to communicate to the correct management server so i decided i to reinstall the GW server so I could set the name of the new SCOM management server during the GW setup. Before i did the reinstall i ran the Microsoft.EnterpriseManagement.GatewayApprovalTool.exe
    with the /Delete parameter, the command ran successfully.
    When i do the install i still cannot get the communication up and running, the GW server gives me the following errors in the eventlog.
    The GW server appears in my Management Servers list but stays in the Not monitored state.
    Event ID: 20057
    Failed to initialize security context for target MSOMHSvc/<ServerFQDN> The error returned is 0x80090303(The specified target is unknown or unreachable). This error can apply to either the Kerberos or the SChannel package.
    Event ID: 20071
    The OpsMgr Connector connected to tmg-app92.mg.local, but the connection was closed immediately without authentication taking place. The most likely cause of this error is a failure to authenticate either this agent or the server . Check the event log on the server and on the agent for events which indicate a failure to authenticate.
    Event ID: 21001
    The OpsMgr Connector could not connect to MSOMHSvc/<ServerFQDN> because mutual authentication failed. Verify the SPN is properly registered on the server and that, if the server is in a separate domain, there is a full-trust relationship between the two domains.
    Event ID: 21016
    OpsMgr was unable to set up a communications channel to <ServerFQDN> and there are no failover hosts. Communication will resume when <ServerFQDN> is available and communication from this computer is allowed.
    I have installed new certificated on both GW and management server, and i did the SCOM GW installation multiple times, but the issue is the same and the eventlog error also are the same.
    Does anyone have any clue to what might be wrong?
    Thanks!
    Bjørn

    Hi,
    After you deleting the gateway with Microsoft.EnterpriseManagement.GatewayApprovalTool.exe, the gateway object is only marked as deleted in databases. Therefore, try to use different name for the new installed gateway, so the old parameters will not
    be associated with the new gateway.
    For the communication\certificates problems check these links:
    http://blog.coretech.dk/msk/common-issues-when-working-with-certificates-in-opsmgr/
    http://www.assemblein.info/system-center/steps-to-resolve-scom-2012-gateway-server-error-unmonitored-state/
    http://www.eventid.net/display-eventid-21016-source-OpsMgr%20Connector-eventno-8983-phase-1.htm
    Natalya

  • Problem with gateway 10i

    I installed gateway 10i, I need to comunicate betwen oracle 9i and sqlserver2003. I

    The specific gateway, version and operating system is missing in your question.
    You might want to review http://www.oracle.com/pls/db102/gateways and you alsmo might want to check out the Heterogeneous Gateway forum Heterogeneous Connectivity for ideas

  • OPMD Install failed to open service control manager

    Hi
    I have an oracle 10.2.0.5 RAC installation on windows 2008R2 and I am encountering error when trying to install opmd-install
    I received the error OPMD Install failed to open service control manager

    Hi,
    It seemed the issue was resolved by installing the Agent manually. Since the subdomains are fully trusted, there is no need to install Gateway or Management Server in each subdomains. After installing the agents, the alerts can be received on domain.
    Deploying Agents Across Multiple Domains
    http://technet.microsoft.com/en-us/library/cc179947.aspx
    Niki Han
    TechNet Community Support

  • Problem with OSGD gateway 4.7

    I have two SGD nodes in our network and I will use OSGD gateway to forward requests to the nodes. The nodes and the gateway are in the same subnet and currently it does not work.
    I try it with self signed ssl and without. Without ssl I immediatly logout from OSGD and with SSL I got no response. I can see that certificates are in place and also the gateway.
    Does it work out of the box or is it necessary to do some tricks (e.g. iptables) when all parts in the same network ?
    Thanks in advance !

    Hello,
    I found only /opt/SUNWsgdg/proxy/var/log and there is this :
    SEVERE: config.xml.XMLConfigurationException: No gateway decryption key found in keystore
    Here is some more information :
    [root@vmhost1 log]# /opt/SUNWsgdg/bin/gateway config list
    binding: *:80
    routes-http-maxcon: 100
    routes-aip-maxcon: 512
    routes-reverseproxy-redirect: null
    services-reflection-binding: localhost:81
    services-reflection-auth-binding: *:82
    [root@vmhost1 ~]# /opt/SUNWsgdg/bin/gateway server list
    SGD Server: vmhost1
    URL: http://vmhost1.bla.de
    CA Certificate:
       Owner: CN=vmhost1.bla.de CA Cert
       Issuer: CN=vmhost1.bla.de CA Cert
       Serial number: 86d0221e5335dfbc
       Valid from: Wed Jul 24 12:43:01 CEST 2013 until: Sat Jul 22 12:43:01 CEST 2023
    SGD Server: vmhost2
    URL: http://vmhost2.bla.de
    CA Certificate:
       Owner: CN=vmhost2.bla.de CA Cert
       Issuer: CN=vmhost2.bla.de CA Cert
       Serial number: dbb839eaaa53ebf6
       Valid from: Wed Jul 24 12:43:25 CEST 2013 until: Sat Jul 22 12:43:25 CEST 2023
       [root@vmhost1 log]# /opt/tarantella/bin/tarantella gateway list
    Installed gateway: osgd-gateway
    Issuer: CN=vmhost1.bla.de
    Serial Number: 1375094907
    Subject: CN=vmhost1.bla.de
    Valid from Mon Jul 29 12:48:27 CEST 2013 to Wed Jun 07 12:48:27 CEST 2023

Maybe you are looking for

  • Back dated excise entries before implementation

    Dear All, Before SAP implementation  client have received goods in old ERP system and not a part of initial balance of excise due excise invoice recived late and credit is not been took till today. so please guide me how to book such excise invoices

  • NAT migration on 8.2.4 to 9.1.2

    Hi, I have new ASA 5545-X firewall with 9.1.2 software (default) and I want to replace old 5540 with current configuration on version 8.2.4 I copied the current asa 5540 config (old ver) to new asa 5545-x and start with the current configuration (cop

  • Google calendar sync - deleted repeating items do not sync to iPad

    Hi, I'm syncing several Google calendars with the iPad. (the calendars are also synced with my computer, through iCal.) I have several repeating items in the calendar, but when I delete just one of them, the change is not reflected on the iPad. (iCal

  • How to bind Processes to CPUs

    All, I have installed my iAS on 4 CPU 4 GB RAM Server. I have increased the max threads to 256 and created 2 kjs engines. How do i bind kjs processes to specific CPU?. By default how many connections will iAS have. Is there any restriction on max no

  • InDesign Panel Tools in Configurator 2.0

    Is there any way to include specific tools from individual panels, such as the Align panel, for example? I use the 2 Distribute Spacing tools in the Align panel fairly frequently, so I'd like to be able to put just them as tools on a panel in Configu