Net8 Connection Error

I am using the Migration Assistant for MS Access (version 8.1.5)
to migrate a database from Access 97 to Oracle 8i. At the
Provide Oracle Connection Information Page of the Assistant, I
get a Specifying Net8 Connection Error.
So my question is what should I be putting in the Net8
Connection box to make this work?
Thanks for your help.
Cynthia Savage
null

Cynthia,
Here is an email giving example configuration files with
some description of them (names changed from customer names):
Mr. Blue
Here are example configuration files for
Database SID V716 (alias name V716)
Machine ierm5
.ie ie is the domain name
protocol sqlnet v2 tcp protocol adapter
ORACLE_HOME /home3/ora716
listener tcp port number 2022
(community name tcp_com)
[I created these files with the 716 version of netman, oracle has
newer tools
available]
files:
./tcp_com_ie [this directory is for the clients]
./tcp_com_ie/tnsnames.ora
./tcp_com_ie/sqlnet.ora
./ierm5_ie [this directory is for the server]
./ierm5_ie/listener.ora
./ierm5_ie/tnsnames.ora
./ierm5_ie/sqlnet.ora
Because of the different SID ,alias , machine name and oracle
home these files
will not work on your machine, on this machine;
I copy the client files to another machine, and set the TNS_ADMIN
environment
variable on both machines,
make sure oracle, lsnrctl , tnslsnr and the client side
executeable
(eg sqlplus) are linked with sqlnet v2 tcp protocol adapter.
<startup server database>
start up server listener
lsnrctl start
when this is up and listening
sqlplus scott/tiger@V716 on the client machine should connect.
If you have any questions please contact me,
Mr. Black
P.S. The netman generated *.ora files follow
tcp_com_ie (this is for clients)
tcp_com_ie/tnsnames.ora :::::::::::::::::::::::
# Filename......: tnsnames.ora
# Name..........: LOCAL_REGION.world
# Date..........: 26-JUN-95 08:52:57
V716.ie =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp_com.ie)
(PROTOCOL = TCP)
(Host = ierm5.ie)
(Port = 2022)
(CONNECT_DATA =
(SID = V716)
(GLOBAL_NAME = V716.ie)
tcp_com_ie/sqlnet.ora :::::::::::::::::::::::::
# Filename......: sqlnet.ora
# Name..........: tcp_com.ie
# Date..........: 26-JUN-95 08:52:57
AUTOMATIC_IPC = ON
TRACE_LEVEL_CLIENT = OFF
SQLNET.EXPIRE_TIME = 0
NAMES.DEFAULT_DOMAIN = ie
NAME.DEFAULT_ZONE = ie
SQLNET.CRYPTO_SEED = "77703457783395"
ierm5_ie (this is for server)
ierm5_ie/listener.ora :::::::::::::::::::::::::
# Filename......: listener.ora
# Name..........: ierm5.ie
# Date..........: 26-JUN-95 08:52:57
LISTENER =
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL=IPC)
(KEY= V716.ie)
(ADDRESS=
(PROTOCOL=IPC)
(KEY= V716)
(ADDRESS =
(COMMUNITY = tcp_com.ie)
(PROTOCOL = TCP)
(Host = ierm5.ie)
(Port = 2022)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = V716)
(ORACLE_HOME = /home3/ora716)
ierm5_ie/tnsnames.ora :::::::::::::::::::::::::::::::
# Filename......: tnsnames.ora
# Name..........: LOCAL_REGION.world
# Date..........: 26-JUN-95 08:52:57
V716.ie =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp_com.ie)
(PROTOCOL = TCP)
(Host = ierm5.ie)
(Port = 2022)
(CONNECT_DATA =
(SID = V716)
(GLOBAL_NAME = V716.ie)
ierm5_ie/sqlnet.ora :::::::::::::::::::::::::::::::
# Filename......: sqlnet.ora
# Name..........: ierm5.ie
# Date..........: 26-JUN-95 08:52:57
AUTOMATIC_IPC = ON
TRACE_LEVEL_CLIENT = OFF
SQLNET.EXPIRE_TIME = 0
NAMES.DEFAULT_DOMAIN = ie
NAME.DEFAULT_ZONE = ie
SQLNET.CRYPTO_SEED = "77703457783395"
Forwarded message:
From Mr. Black Fri Jun 23 15:35:50 1995
Subject: sqlnetv2 configuration
To: Mr. Blue
Date: Fri, 23 Jun 95 15:35:50 BST
Cc: Mr. X
X-Mailer: ELM [version 2.3 PL11]
Mr. Blue,
It is hard for me to make any inroads on the problem with the
information
in the mail, but the problem is likely to be a configuration
one.
There are also configuration utilities but they may not do quite
what you want.
Short list of things that could be wrong:
Host names incorrect
Listener port numbers confused
database names incorrect.
Database not up
Listener not up
sqlnet tcp v2 not installed
executables (eg oracle sqlplus lsnrctl tnslsnr)
not relinked with sqlnetv2 and sqlnet tcp v2
(use adapters command ie adapters <executable name>)
domain name in sqlnet.ora confused with internet domain name
different tnsnames.ora and sqlnet.ora being used due
to different ORACLE_HOME ...
note SID and SERVICE_NAME seem to be the same thing.
Regards,
Mr. Black
In your case what I can suggest is:
(SERVICE_NAME = trial.ftidc2.dc.ftinet.com)use
(SERVICE_NAME = trial)
TRIAL.DC.FTI-NET.COM =
(DESCRIPTION =use this only if DC.FTI-NET.COM is referenced in your sqlnet.ora
file otherwise use what is used there:
NAMES.DEFAULT_DOMAIN = USE_THIS
NAME.DEFAULT_ZONE = USE_THIS
then use
TRIAL.USE_THIS =
(DESCRIPTION =
your connection should be
sqlplus username/password@TRIAL
or TRIAL in the connection box
[you will probably get better error feedback from sqlplus]
Hope that helps,
Turloch,
Oracle Migration Team
Cynthia Savage (guest) wrote:
: Dear OMWT:
: Thanks for the prompt response I tried your suggestion and I
: still get the same error. So here is a copy of my tnsnames
: file. Hopefully, you will be able to figure out where I am
: still going wrong.
: TRIAL.DC.FTI-NET.COM =
: (DESCRIPTION =
: (ADDRESS_LIST =
: (ADDRESS = (PROTOCOL = TCP)(HOST =
fti-dc2.dc.fti-net.com)
: (PORT = 1521))
: (CONNECT_DATA =
: (SERVICE_NAME = trial.ftidc2.dc.ftinet.com)
: Cynthia Savage
: Oracle Migration Workbench Team wrote:
: : In your ORACLE_HOME\Network\Admin directory you should have a
: : tnsnames.ora file which contains Net8 connect entries for the
: : Oracle Instances you may have either on your local machine or
: on
: : another machine on the network
: : For example, in my tnsnames.ora file I have a Net8 connect
: string
: : as follows:
: : IEDMD631.IE.ORACLE.COM =
: : (DESCRIPTION =
: : (ADDRESS_LIST =
: : (ADDRESS = (PROTOCOL = TCP)(HOST = iedmd631)(PORT =
: 1521))
: : (CONNECT_DATA =
: : (SERVICE_NAME = iedmd631)
: : Within the access wizard I type in IEDMD631 for the Net8
: Connect
: : string.
: : In this example, IEDMD631 is my machine name.
: : Regards,
: : Marie
: : ===
: : Cynthia Savage (guest) wrote:
: : : I am using the Migration Assistant for MS Access (version
: : 8.1.5)
: : : to migrate a database from Access 97 to Oracle 8i. At the
: : : Provide Oracle Connection Information Page of the
Assistant,
: I
: : : get a Specifying Net8 Connection Error.
: : : So my question is what should I be putting in the Net8
: : : Connection box to make this work?
: : : Thanks for your help.
: : : Cynthia Savage
: : Oracle Technology Network
: : http://technet.oracle.com
Oracle Technology Network
http://technet.oracle.com
null

Similar Messages

  • ORA-28547: connection to server failed, probable Net8 admin error

    Hi all. I use Oracle 10G. My listener.ora is below
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.8.26)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = sened)
    (ORACLE_HOME = C:\Oracle\OraHome)
    (PROGRAM = extproc)
    I have database with name sened
    And my tnsnames is below:
    SENED =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.8.26)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = sened)
    When I start Windows, I can enter as sysdba . But when I issue "shutdown immediate", after that I can't connect as sys. And get this error:
    ORA-28547: connection to server failed, probable Net8 admin error
    And I stop my listener the I start it, it gives error:
    SQL> host lsnrctl start
    Service "sened" has 1 instance(s).
    Instance "sened", status UNKNOWN, has 1 handler(s) for this service...
    Why my database's status is UNKNOWN??
    Thanks....

    I get the error
    ORA-28546: connection initialization failed, probable Net8 admin error
    ORA-06512: at line 51
    when I try to run one of my sql scripts. The script tries to make an external procedure call. I am attaching the relevant .ora files.
    1.
    $ cat tnsnames.ora
    2.
    # tnsnames.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_2/network/admin/tnsnames.ora
    3.
    # Generated by Oracle configuration tools.
    4.
    5.
    ORCL =
    6.
    (DESCRIPTION =
    7.
    (ADDRESS = (PROTOCOL = TCP)(HOST = accord.novaglobal.com.sg)(PORT = 1521))
    8.
    (CONNECT_DATA =
    9.
    (SERVER = DEDICATED)
    10.
    (SERVICE_NAME = orcl)
    11.
    12.
    13.
    14.
    EXTPROC_CONNECTION_DATA =
    15.
    (DESCRIPTION =
    16.
    (ADDRESS_LIST =
    17.
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    18.
    19.
    (CONNECT_DATA =
    20.
    (SID = orcl)
    21.
    (PRESENTATION = RO)
    22.
    23.
    24.
    25.
    26.
    27.
    28.
    29.
    30.
    31.
    32.
    33.
    34.
    35.
    36.
    cat listener.ora
    37.
    # listener.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_2/network/admin/listener.ora
    38.
    # Generated by Oracle configuration tools.
    39.
    40.
    41.
    42.
    SID_LIST_LISTENER =
    43.
    (SID_LIST =
    44.
    (SID_DESC =
    45.
    (SID_NAME = orcl)
    46.
    (ORACLE_HOME = /home/oracle/oracle/product/10.2.0/db_2)
    47.
    (PROGRAM = extproc)
    48.
    (ENVS = "LD_LIBRARY_PATH=/home/oracle/DSAccord/lib,
    49.
    ACCORD_SYSTEM_6=/home/oracle/DSAccord/system/,
    50.
    ACCORD_SETTINGS_6=/home/oracle/DSAccord/accord6.ini,
    51.
    EXTPROC_DLLS=libaccora10.so.6:libaccosk10.so.6")
    52.
    53.
    54.
    55.
    56.
    LISTENER =
    57.
    (DESCRIPTION_LIST =
    58.
    (DESCRIPTION =
    59.
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    60.
    (ADDRESS = (PROTOCOL = TCP)(HOST = accord.novaglobal.com.sg)(PORT = 1521))
    61.
    62.
    63.
    64.
    65.
    66.
    67.
    cat sqlnet.ora
    68.
    # sqlnet.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_2/network/admin/sqlnet.ora
    69.
    # Generated by Oracle configuration tools.
    70.
    71.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

  • ORA-28544: connect to agent failed, probable Net8 administration error

    HI WHEN I TRY TO QUERY SQL SERVER DATABASE FROM ORACLE IAM GETTING THE FOLLOWING ERROR
    ORA-28544: connect to agent failed, probable Net8 administration error
    External procedure agent received SQL or transactional RPC
    CAN ANYONE HELP ME ON THIS

    I've got the same error, help!!!
    specs:
    0. issues
    #>cat /etc/issue
    Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel \r (\l).
    1. Checking ODBC connection
    #>cat /etc/unixODBC/odbc.ini
    [myodbc01]
    Description = my01
    Driver = my01
    Server = 192.168.0.xxx
    Database = mysqldb
    USER = oracle
    Password = orapasswd
    Port =
    Socket =
    Option =
    Stmt =
    #>cat /etc/unixODBC/odbcinst.ini
    [my01]
    Description = MYODBC351
    Driver = /usr/lib/unixODBC/libmyodbc3-3.51.06.so
    Setup = /usr/lib/unixODBC/libodbcmyS.so.1
    FileUsage = 1
    CPTimeout =
    CPReuse =
    #>isql myodbc01 oracle orapasswd
    | Connected! |
    | |
    | sql-statement |
    | help [tablename] |
    | quit |
    | |
    SQL> select * from mytable;
    | id| bug_id| reporter_id| bugnote_text_id| view_state| date_submitted | last_modified | note_type| note_attr|
    | 51| 5 | 2 | 51 | 10 | 2007-06-08 13:06:40| 2007-06-08 13:06:40| 0 | |
    | 50| 5 | 6 | 50 | 50 | 2007-06-08 13:05:54| 2007-06-08 13:05:54| 0 | |
    | 49| 5 | 5 | 49 | 50 | 2007-06-08 13:01:05| 2007-06-08 13:01:05| 0 | |
    | 48| 5 | 6 | 48 | 50 | 2007-06-08 13:00:42| 2007-06-08 13:00:42| 0 | |
    | 47| 5 | 5 | 47 | 50 | 2007-06-08 12:59:49| 2007-06-08 12:59:49| 0 | |
    | 46| 5 | 3 | 46 | 10 | 2007-06-08 12:58:27| 2007-06-08 12:58:27| 0 | |
    | 45| 5 | 2 | 45 | 10 | 2007-06-08 12:46:20| 2007-06-08 12:46:20| 0 | |
    | 44| 5 | 6 | 44 | 50 | 2007-06-08 12:45:52| 2007-06-08 12:45:52| 0 | |
    | 43| 5 | 2 | 43 | 50 | 2007-06-08 12:44:42| 2007-06-08 12:44:42| 0 | |
    | 39| 5 | 5 | 39 | 50 | 2007-06-08 12:37:48| 2007-06-08 12:37:48| 0 | |
    | 40| 5 | 6 | 40 | 50 | 2007-06-08 12:41:06| 2007-06-08 12:41:06| 0 | |
    | 41| 5 | 5 | 41 | 50 | 2007-06-08 12:41:41| 2007-06-08 12:41:41| 0 | |
    | 42| 5 | 6 | 42 | 50 | 2007-06-08 12:43:04| 2007-06-08 12:43:04| 0 | |
    SQLRowCount returns 13
    13 rows fetched
    SQL>
    ...so, it works
    2. Configuring HS
    #>hsodbc
    Oracle Corporation --- WEDNESDAY JUN 13 2007 13:23:56.886
    Heterogeneous Agent Release 10.2.0.3.0 - Production Built with
    Driver for ODBC
    #>cat /home/oracle/Ora10g/hs/admin/initmantis.ora --SID=mantis
    HS_FDS_CONNECT_INFO = myodbc01
    HS_FDS_TRACE_LEVEL = ON
    HS_FDS_SHAREABLE_NAME = /usr/lib/libodbc.so
    set ODBCINI=/etc/unixODBC/odbc.ini
    #>cat /home/oracle/Ora10g/network/admin/listener.ora
    LISTENER =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=MANTIS)))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=mantis)
    (ORACLE_HOME=/home/oracle/Ora10g)
    (PROGRAM=hsodbc)
    CONNECT_TIMEOUT_LISTENER = 5
    #>cat /home/oracle/Ora10g/network/admin/tnsnames.ora
    mantis =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (CONNECT_DATA=(SID=mantis))
    (HS=OK)
    3. Creating 'n testing db link..
    #>sqlplus ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Jun 13 13:53:00 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>select banner from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    SQL>create database link mantis_dblink connect to oracle identified by orapasswd using 'mantis';
    Database link created.
    SQL> select * from mytable@mantis_dblink;
    SQL> select * from mytable@mantis_dblink
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from MANTIS_DBLINK

  • Connection Errors between Oracle 8 Client and Oracle 8.1.6 EE

    Our current application has been developed using PowerBuilder 6.5 and Oracle 8.1.5. Since PB 6.5 does not have a "native driver" for 8.1.5, we have used their driver for Oracle 8.0.5 for Net8 connectivity to the server. Everything works fine.
    Recently, I downloaded the current version of Oracle 8.1.6 EE from Technet to try out the compatibilty of our software with the next version of 8I, it failed. The error seems to be somewhere between the 8.0.5 Oracle Client Software and the downloaded Oracle 8.1.6 EE Server software. Some how we have lost the ability to declare cursors. I tried declaring a cursor in a procedure through SQL*Plus and it failed their as well. I have even tried the Oracle 8.0.6 Client, with same results.
    Has anyone seen this? If so, what should I do?
    Thanks,
    Jason

    HOW TO SUPPORT TWO-TASK COMMON ERRORS - 1012295.102
    Troubleshooting
    ===============
    Two-task common errors are generally RDBMS related issues, but could be caused by a problem with SQL*Net, or an application (i.e. Pro*C).
    ORA-03106
    ======== Possible reasons for the ORA-03106 errors include:
    1. Incompatibilities between the client application and the RDBMS server.
    For example, version incompatibilities, or a client trying to use a feature not supported by the database kernel.
    2. When using database links or gateways.
    3. Network or SQL*Net problems.
    4. Corruptions.
    5. PL/SQL - language related.
    check the NLS_LANG variable on the client and server.

  • Data Federator data source not available causes Universe Connection error

    I created a Data Federator project that connects to 20 servers across US and Canada.  All data sources are SQL Server 2005.  The DF project maps 40 source objects into 4 target objects.  I created a universe based on the DF project and we have been quite pleased with Webi query response.  Today one of the source servers was taken off line and this generated a connection error when trying to access the universe (not trying to access the data source that failed).  We do not want the universe connection to error when one source server is not available u2013 is that possible?
    If the answer is no then I see us abandoning what appears to be a great solution for real time distributed reporting and resorting to ETL and moving data.

    Hi Chapman,
    Can you be little elobrate on what you have done to solve the issue.
    Thanks,
    Dayanand

  • RFC connection Error in SLDCheck

    Hi All,
    I am trying to logon to Integration builder for that i getting the ESR builder address is not maintain. for this i have chk in SLDCheck t code ,there i am getting LCRSAPRFC connection error.I have test the RFC connection in that i am getting the
    the error in register server program
    Error Details     ERROR: program LCRSAPRFC_XID not registered
    now wht i have to do for troubleshooting
    Regards

    Thanx  for reply
    when I test connection to  Connection Test SLD_UC     error
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: program SLD_UC not registered
    Error Details     LOCATION: SAP-Gateway on host sapdevpi / sapgw00
    Error Details     DETAIL: TP SLD_UC not registered
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 62
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1778
    Error Details     RETURN CODE: 679
    Error Details     SUBRC: 0
    Error Details     RELEASE: 701
    Error Details     TIME: Fri Jan  8 11:05:42 2010
    Error Details     VERSION: 2
    RFC SLD_UC is connection T 
    Gateway Host  sapdevpi
    Gateway server  sapgw00
    same error with
    Connection Test SLD_NUC
    Connection Test SAPSLDAPI   ( program Id SAPSLDAPI_DPI )
    Connection Test SAPJ2EE
    In Connection Test LCRSAPRFC error  program id LCRSAPRFC_DPI
    Logon     Cancel
    Error Details     max no of 100 conversations exceeded / CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=45
    Error Details     ERROR: max no of 100 conversations exceeded
    Error Details     LOCATION: CPIC (TCP/IP) on host sapdevpi
    Error Details     COMPONENT: CPIC (TCP/IP) with Unicode
    Error Details     COUNTER: 82
    Error Details     MODULE: r3cpic_mt.c
    Error Details     LINE: 10791
    Error Details     RETURN CODE: 466
    Error Details     SUBRC: 0
    Error Details     RELEASE: 701
    Error Details     TIME: Fri Jan  8 11:12:56 2010
    Error Details     VERSION: 3
    Regards
    shahid

  • RFC connection error between Netweaver 7 EHP1 and Ides ECC6

    Hi Friends,
    I try to create  source system  in BI from Netwever EHP1 to IDES ECC6 EHP3.
    During the creation I get a connection error, says. check connction parameter.
    I checked the parameter, everything is fine. Server, System and number.
    When I went to the SM59 and created a connction.
    I.E. with the same parameter like system = 06 and server = compi9 gave client 800 etc.
    The Host name is resolved to 192.168.2.111 wich is OK.
    But when I run the connection test it shows me  "ERROR: partner '80.156.86.78:sapgw06' not reached"
    I have no idea where this IP '80.156.86.78" is comming from.
    No Problem with the opposite way, from Ides to NW and login to the System is OK too.
    Can anybody help me with this problem.
    RG. Jimbob

    Hi,
    What is the next screen that comes up when you click on remote logon.
    If no screen comes up then:
    Check the user type of the user id used for this RFC.
    It should be either dialog or service user for able to remote login.
    If it open a new window and asks for password, then its excatly password issue.
    Also make sure that the password is in numeric and correct.
    Also make sure that the current user check box is unchecked.
    Even if it dosent work, delete the connection and create again.
    Please award points if helps.
    Thanks
    Santhosh

  • RFC connection Error

    Dear All,
        when i connect our BI System to R/3 system via RFC in SM59 ,i am getting following error in BI system and also The problem occur  in particular instance .(Other instance working fine in BI system)
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: timeout during allocate
    Error Details     LOCATION: SAP-Gateway on host chwslp05 / sapgw01
    Error Details     DETAIL: no connect of TP sapdp15 from host sapp3b.eame.syngenta.org after 20 s
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 162003
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1973
    Error Details     RETURN CODE: 242
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Error Details     TIME: Mon Apr 27 14:29:33 2009
    Error Details     VERSION: 2
    Any one please suggest.
    Thanks,
    Thirumoorthy.

    mostly your gateway servicve is not working check smgw tcode on that instance
    you can do this goto sm59->select the instace execute tcode smgw
    easy way is restart the instance
    it will start working
    Samrat

  • RFC Connection error in SM59 for SAP J2EE

    Hi All,
    i am getting the following error description while testing the connection for
    SAP J2EE ...
    Connection Test SAPJ2EE  
    Connection Type TCP/IP Connection  
    Logon              Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: program sapfallback not registered
    Error Details     LOCATION: SAP-Gateway on host filip / sapgw00
    Error Details     DETAIL: TP sapfallback not registered
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 1483
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1694
    Error Details     RETURN CODE: 679
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Error Details     TIME: Tue Mar 31 02:44:35 2009
    Error Details     VERSION: 2
    Help me resolve this
    Regards,
    Mahesh.

    Hi,
    Please follow this steps:
    Creating RFC Destinations in the ABAP and Java Environment
    You need to create the following RFC destinations in transaction SM59 (ABAP) and the Visual Administrator (Java):
    u2022 AI_RUNTIME_JCOSERVER
    u2022 AI_DIRECTORY_JCOSERVER
    u2022 LCRSAPRFC
    u2022 SAPSLDAPI
    Depending on your client settings, it may be necessary to be logged on your SAP Exchange Infrastructure host as SAP system user with the authorization to maintain customizing tables and to release transport orders. Note, that user "SAP*" or "DDIC" does not have these authorizations.
    Maintaining the RFC Connections (Transaction SM59)
    1. Log on to your SAP Exchange Infrastructure central instance host.
    2. Call transaction SM59.
    3. Choose Create.
    4. Enter at least the following:
    RFC destination: AI_RUNTIME_JCOSERVER
    Connection type: T
    Description: <your description>
    5. Choose ENTER
    6. Choose the tab Technical settings and do the following:
    a. Select Registered Server Program
    b. In the Program ID field, enter: AI_RUNTIME_<SID> where <SID> is the SAP system ID of your Integration Server host. Use uppercase letters only.
    c. Enter Gateway host and Gateway service of your Integration Server host. To find out the required parameters:
    a. On the Integration Server host, call transaction SMGW
    b. Choose Goto u2192 Parameters u2192 Display (see entries for gateway hostname and gateway service)
    7. Choose tab Special Options and select the flag Unicode in the box Character Width in Target System.
    8. Save your settings.
    9. Repeat the steps 3 u2013 8 for the remaining destinations:
    Destination
    Values
    AI_DIRECTORY_JCOSERVER
    Program ID: AI_DIRECTORY_<SID>, where <SID> is the SAP system ID of your SAP XI host
    LCRSAPRFC
    Program ID: LCRSAPRFC_<SID>, where <SID> is the SAP system ID of your SAP XI host.
    SAPSLDAPI
    Program ID: SAPSLDAPI_<SID>, where <SID> is the SAP system ID of your SAP XI host.
    10. Leave the transaction SM59 open for later tests.
    J2EE Configuration for the Destinations (Visual Administrator)
    1. On your SAP Exchange Infrastructure central instance host, start the J2EE Engine administration tool.
    2. Choose Cluster u2192 Server u2192 Services u2192 JCo RFC Provider
    3. In the section RFC destination, enter exactly the same program ID and gateway options for AI_RUNTIME_JCOSERVER that you used in the step Maintaining the RFC connection above. Additionally, set the number of processes to 10.
    4. In the section Repository, do the following:
    a. Enter the parameter for the SAP XI host: Application Server, System Number, Client and Language.
    b. For User and Password maintain the login parameters for the user SAPJSF.
    c. Select the flag Unicode.
    6. Choose Set.
    7. Repeat the steps 3 u2013 6 for the remaining destinations:
    Destination
    Values
    AI_DIRECTORY_JCOSERVER
    u2022 Corresponding values from SM59
    u2022 Number of processes: 10
    LCRSAPRFC
    u2022 Corresponding values from SM59
    u2022 Number of processes: 3
    SAPSLDAPI
    u2022 Corresponding values from SM59
    u2022 Number of processes: 3
    Testing the RFC Destination
    After you have maintained all RFC destinations in both the ABAP and Java environment, you can check all the connections above as follows:
    1. Call transaction SM59 again.
    2. Open your RFC destination.
    3. Choose Test Connection. No error should be displayed.
    This will solve your problem.
    Thanks
    Laxmi Bhushan

  • RFC connection error (VPN-access)

    Hi!
    I have the following error for the RFC connection:
    The RFC connection is setup as follows.
    /H/10.101.7.1/S/3299/H/10.151.6.194
    10.101.7.1 = IP of our SAP Router
    10.151.6.194 = IP of customer system
    The RFC connection is established:
    SAP Router (intern) --> Target systems
    The error is:
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: partner not reached (host 10.151.6.194, service sapgw20)
    Error Details     LOCATION: SAP-Gateway on host bksapp01 / sapgw20
    Error Details     DETAIL: NiPConnect2
    Error Details     CALL: SiPeekPendConn
    Error Details     COMPONENT: NI (network interface)
    Error Details     COUNTER: 592
    Error Details     ERROR NUMBER: 10060
    Error Details     ERROR TEXT: WSAETIMEDOUT: Connection timed out
    Error Details     MODULE: nixxi.cpp
    Error Details     LINE: 8777
    Error Details     RETURN CODE: -10
    Error Details     SUBRC: 0
    Error Details     RELEASE: 640
    Error Details     TIME: Thu Jun 19 10:42:42 2008
    Error Details     VERSION: 37
    Can some one help to solve the problem?
    Thank you very much
    Thom

    Hi
    Change the saprouter string to
    /H/10.101.7.1/S/3299/H/10.151.6.194/S/32<system number>
    and try !!!

  • RFC connection error when registering PROGRAM ID.

    Hi,
    I created a RFC connection of type T.
    I gave the following parameters ->
    gateway host: hostname and then ip-address
    gateway service: sapgwxx
    Registered program id: xxx
    It is giving me the following error:
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: program sapgwxx not registered
    Error Details     LOCATION: SAP-Gateway on host <hostname> / sapgwxx
    Error Details     DETAIL: TP sapgwxx not registered
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 2696
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1777
    Error Details     RETURN CODE: 679
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Can anyone help me in troubleshooting the issue.
    Also I am not able to register this program id in Visual Admin -> Services -> JCo RFC Provider. Here it is giving me an error. Can anyone guide me in this?
    Points to be rewarded for any kind of small help.

    Thanks Ramesh.
    I followed the blog. Here are the steps that I did.
    RFC destination:
    1. To create the RFC go to TCODE: SM59  <b>-> Done</b>2. Create new destination of type T (TCP/IP) <b>-> Done</b>
    3. Make sure you select Registered Server Program option before writing your program ID <b>-> Done</b>
    4. Write you program ID (remember it's case-sensitive) <b>-> gave the SID name</b>
    5. In the gateway host and gateway service write the values of your "Application system" - business system (not the XI server) <b>-> Typed the gateway hostname and gateway service "sapgw<instance no>", that I got from SMGW.</b>
    But still I face the same problem. It get the following error:
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: program <SID name> not registered
    Error Details     LOCATION: SAP-Gateway on host xxxxx / sapgwxx
    Error Details     DETAIL: TP <SID Name> not registered
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 2719
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1777
    Error Details     RETURN CODE: 679
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Error Details     TIME: Thu Nov  1 10:39:43 2007
    Error Details     VERSION: 2
    Kindly help me out.

  • RFC Connection Error during Web AS ABAP Database Instance

    I keep getting RFC Connection error installing the database instance.  The following are the pertinent logs:
    INFO 2007-05-09 20:10:04
    Working directory changed to C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\MSS\UC\DB.
    INFO 2007-05-09 20:10:04
    Output of C:\usr\sap\X22\SYS\exe\run\r3trans.exe -u 1 -i "C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\MSS\UC\DB\mssprocs640.dat" is written to the logfile r3trans.exe.log.
    INFO 2007-05-09 20:10:22
    Execution of the command "C:\usr\sap\X22\SYS\exe\run\r3trans.exe -u 1 -i "C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\MSS\UC\DB\mssprocs640.dat"" finished with return code 0. Output: This is C:\usr\sap\X22\SYS\exe\run\r3trans.exe version 6.13 (release 640 - 03.06.05 - 17:04:00).unicode enabled versionC:\usr\sap\X22\SYS\exe\run\r3trans.exe finished (0000).
    INFO 2007-05-09 20:12:23
    RFC parameter CLIENT set to value 000.
    INFO 2007-05-09 20:12:23
    RFC parameter USER set to value DDIC.
    INFO 2007-05-09 20:12:23
    RFC parameter LCHECK set to value 1.
    INFO 2007-05-09 20:12:23
    RFC parameter PCS set to value 1.
    INFO 2007-05-09 20:12:23
    RFC parameter LANG set to value EN.
    INFO 2007-05-09 20:12:23
    RFC parameter ASHOST set to value cix22.
    INFO 2007-05-09 20:12:23
    RFC parameter SYSNR set to value 00.
    INFO 2007-05-09 20:12:23
    RFC connection information checked successfully.
    ERROR 2007-05-09 20:12:24
    FRF-00007  Unable to open RFC connection.
    I tried the following fixes spread across different threads in this Expert Forums:
    1. Someone said network problem.  I rebooted, restarted the install and even redo it. 
    2.  Another suggestion was to use caps on the password.  Didnt work.
    3.  One suggestion was to update the keydb.xml file.  However, I could find such property name:
    search for the table t_SAPComponent_SAPSystemLogon_SHARED
    then look for <fld name="pPW">, <properties>,
    <property name ="GUIENG_USER_INPUT" and set the value
    "GUINEG_TRUE" to "GUIENG_FALSE".
    4. I even used the ddic password 19920706 which is supposed to be the default.
    5. Restarted the instance and applied all the fixes above.
    Does anyone know what is going on base on the logs above?  Thanks.

    try moving all your install disk onto local file system then rerun the install. That might work....

  • Haven't been able to connect to itunes for 3 days. Says connection error but im connected to the internet

    I haven't been able to connect to itunes for 3 days. It says theres a connection error, yet I am connected to the internet.  I have redownloaded itunes and still get this message.

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Problem with scanning - printer display shows "Server connection error"

    My printer has been working great and I have had no problems with scanning.  But two days ago, all of a succen I rec'd message "server connection error".  I tried to send to email as well as computer.  Got the same message.  As usual, I don't recall any action on my part that could have caused this problem.    The copying and printing functions work fine. Detailed advice to someone technically challenged will be much appreciated.  Thank you.

    Ran
    into a problem with connecting to the DB on the SQL server from the IPAM server.  The Dba and I checked the target SQL instance was enabled TCP and listening on a valid TCP port.  SQL server was set to use port 1443 for incoming connections. 
    IPAM was set by default to use 1433. 
    Also used
    netstat-n to identify issue and verified 1443 on SQL server was
    being used.  Made the correction under the IPAM provisioning wizard and connected to the database.  Fixed. 
    Important note I was able to connect to the database with a .udlfile
    without any issues
    Also note that 2012 R2 IPAM only supports 2012 SQL Enterprise.  Why?

  • TCP active open: Failed connect()    Error: Connection timed out SMTP

    Hi,
    Messaging server version is,
    ./imsimta version
    Sun Java(tm) System Messaging Server 6.2-6.01 (built Apr 3 2006)
    libimta.so 6.2-6.01 (built 11:20:35, Apr 3 2006)
    SunOS bglbbmr1-a-fixed 5.9 Generic_118558-28 sun4u sparc SUNW,Sun-Fire-V440
    17-Dec-2008 10:47:40.08 1730.8e.741
    tcp_local Q 4 [email protected] rfc822;[email protected] [email protected] /mta/queue/queue/tcp_local/013/ZUg0i1t9I0ZG~.00 <[email protected]>; TCP active open: Failed connect() Error: Connection timed out SMTP/xyz.my-domain.in
    I have been getting this above error on my mail server from last
    4-5 days. I am getting complaints from end users that the users can't
    send any mails using Outlook but I did check with my test user I can
    send mail by using webmail.
    The Failed MX lookup Errors also getting in my logs the error detail given bellow.
    17-Dec-2008 10:47:39.65 1730.91.737
    tcp_local - Y TCP|0.0.0.0||209.85.143.114|25 SMTP/airtelmail.in/aspmx.l.google.com
    17-Dec-2008 10:47:39.92 1754.41.255
    tcp_notify - Y SMTP/infomedia18.in/infomedia18.in
    17-Dec-2008 10:47:39.92 1754.41.256
    tcp_notify Q 7 rfc822;[email protected] [email protected] /mta/queue/queue/tcp_notify/017/ZXg0i1t3U_ZoD.00 <[email protected]>; Failed MX lookup; try again later
    17-Dec-2008 10:47:39.94 1754.41.257
    tcp_notify Q 6 rfc822;[email protected] [email protected] /mta/queue/queue/tcp_notify/010/ZXg0i1t3U_ZoF.00 <0KBZ003MRGU7MQ30@my-domain> Failed MX lookup; try again later
    I tried stopping and starting msg service using stop-msg and start-msg to sort out this above problem but no result. :(
    When I do check the tcp_local queue it has been growing every day as well the tcp_notification queue also.
    /opt/SUNWmsgsr/sbin/imsimta qm su
    Messages
    Channel Queued Size (Kb) Oldest
    tcp_notify 10741 1080610.61 16 Dec, 00:59:24
    tcp_local 8334 733849.31 15 Dec, 00:19:00
    tcp_lmtpcn 0 0.00
    tcp_be 0 0.00
    reprocess 0 0.00
    process 0 0.00
    conversion 0 0.00
    Totals 19075 1814459.92
    This queues are increasing day by day.
    One more thing is that I cant see a service/channel called CONVERSION running on my server when i do use this command.
    ps -aef | grep conversion
    root 6144 6000 0 11:14:28 pts/1 0:00 grep conversion
    When i try to start it using imsimta qm utility, output shows as
    qm.maint>; start conversion
    QM-I-STARTED, channel was not stopped
    qm.maint>;
    Later I stopped and started conversion channel
    qm.maint>; stop conversion
    QM-I-STOPPED, channel stopped
    qm.maint>; start conversion
    QM-I-STARTED, channel started
    qm.maint>;
    I can see that on other servers the conversion channel is running and few msges are in queue. I do have other servers which running the same messaging server. But I am not getting why don't on this server. Where both servers having the same configuration.
    Please, help me to sort out this issue.
    Thanks in advance....
    BSK

    Thanks Mr. Shane,
    The server which is running conversion channel.
    ps -eaf|grep conversion
    mailserv 16824 8472 3 17:08:11 ? 0:48 /opt/SUNWmsgsr/lib/conversion
    mailserv 28728 8472 0 17:17:30 ? 0:00 /opt/SUNWmsgsr/lib/conversion
    root 1057 26387 0 17:18:12 pts/1 0:00 grep conversion
    more /opt/SUNWmsgsr/config/conversions
    in-channel=*; in-type=application; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=x-zip-compressed; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=image; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=audio; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=video; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    Following entry from /opt/SUNWmsgsr/lib/config-templates/imta_tailor
    IMTA_CONVERSION_FILE=<msg.RootPathUNIX>/config/conversions
    The server which doesnt show running conversion channel
    #more /opt/SUNWmsgsr/config/conversions
    !in-channel=*; in-type=*; in-subtype=*; in-disposition=*;
    ! parameter-symbol-0=NAME; parameter-copy-0=*;
    ! dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    ! message-header-file=2; original-header-file=1;
    ! override-header-file=1; override-option-file=1;
    ! command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=application; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=x-zip-compressed; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=image; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=audio; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=video; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    Following entry from /opt/SUNWmsgsr/lib/config-templates/imta_tailor
    IMTA_CONVERSION_FILE=<msg.RootPathUNIX>/config/conversions
    Is this above information u r asking?
    As u wrote erlier, the conversion channel works some times and some times doesn't work.
    Thanks lot...
    BSKADAM

Maybe you are looking for

  • Setting background color in multi record block

    Hi all! I've a table with around 150 records of colors with html-color-names and rgb codes. I would like to have a sample item in my form 9.0.4 to display the color as a preview for each record in a multi-record block when querying the table. I would

  • Linkedin and Twitter not syncing in Blackberry Hub.

    I can't get Linkedin and Twitter to sync in the Hub.  No updates appear. I get do gmail and corporate emails, txts and BBM appearing in the Hub and Linkedin does send out emails with updates.  I have tried restarting the phone several times and pulli

  • Sort user by last name

    Hello there, can i change the sorting of user to last_name, first_name? Actually its always first_name, last_name. We need this specially for the overview of our vibe user when we click "Personal Workspaces" beside the "Global Workspaces". I found an

  • Query regarding Order of the column in a table

    We have a table called EMP in several of our schemas. JOB is the third column in order. But in some schemas, JOB is not the third column. How can i find the schemas with EMP table where JOB column is not the third column? SQL > desc emp Name         

  • Can't Import DualDisc on G5

    Hi, Can't seem to import (the sound is lousy with buzzing noise throughout songs) a DualDisc CD. It imports fine on my girlfriends ibook. Do I need a software upgrade? Thanks for any help.