ODBC Gateway error - hgopoer, line 159: got native error 0 and sqlstate HYC

Hi,
I am trying to connect to a RTDB by using the ODBC Gateway and a Simba Driver. When testing the connection I get the following error. I am using Oracle 11gR1(standard edition) on a 32bit Windows 2003 R2 server.
Link : "SIMBA"
Error : ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
[SimbaLNA][Simba][SimbaEngine ODBC Driver]Driver not capable.
ORA-02063: preceding 2 lines from SIMBA
It seems that I can connect to the server I am trying to reach, as shown in the trace log.
I am looking for suggestions as to what causes the problem, and solutions I can try.
Below is a copy of the init file, tnsnames, listener and trace log.
------------ initSimba.ora
# This is a sample agent init file that contains the HS parameters that are
# needed for the Database Gateway for ODBC
# HS init parameters
HS_FDS_CONNECT_INFO = BasicServer-RTDB
HS_FDS_TRACE_LEVEL = DEBUG
# Environment variables required for the non-Oracle system
#set <envvar>=<value>
------------tnsnames.ora
# tnsnames.ora Network Configuration File: e:\Oracle\product\11.1.0\db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
PDPPER =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = perap02applic)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = PDPPER)
Simba =
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST= perap02applic)(PORT=1521))
(CONNECT_DATA=(SID=Simba))
(HS=OK)
---------listener.ora
# listener.ora Network Configuration File: e:\Oracle\product\11.1.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = perap02applic)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
SID_LIST_LISTENER=
(SID_LIST=
(SID_DESC=
(SID_NAME=Simba)
(ORACLE_HOME=e:\Oracle\product\11.1.0\db_1)
(PROGRAM=dg4odbc)
#CONNECT_TIMEOUT_LISTENER = 0
----------trace log
Oracle Corporation --- MONDAY MAY 31 2010 12:40:54.656
Heterogeneous Agent Release
11.1.0.7.0
Oracle Corporation --- MONDAY MAY 31 2010 12:40:54.656
Version 11.1.0.7.0
Entered hgogprd
HOSGIP for "HS_FDS_TRACE_LEVEL" returned "DEBUG"
Entered hgosdip
setting HS_OPEN_CURSORS to default of 50
setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
setting HS_FDS_RECOVERY_PWD to default value
setting HS_FDS_TRANSACTION_LOG to default of "HS_TRANSACTION_LOG"
setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
setting HS_NLS_NCHAR to default of "UCS2"
setting HS_FDS_TIMESTAMP_AS_DATE to default of "TRUE"
setting HS_RPC_FETCH_REBLOCKING to default of "ON"
setting HS_FDS_FETCH_ROWS to default of "100"
setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
setting HS_FDS_CHARACTER_SEMANTICS to default of "FALSE"
setting HS_FDS_MAP_NCHAR to default of "TRUE"
setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
setting HS_FDS_QUERY_DRIVER to default of "TRUE"
setting HS_FDS_SUPPORT_STATISTICS to default of "TRUE"
Parameter HS_FDS_QUOTE_IDENTIFIER is not set
setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics"
Exiting hgosdip, rc=0
ORACLE_SID is "Simba"
Product-Info:
Port Rls/Upd:7/0 PrdStat:0
Agent:Oracle Database Gateway for ODBC
Facility:hsa
Class:ODBC, ClassVsn:11.1.0.7.0_0006, Instance:Simba
Exiting hgogprd, rc=0
Entered hgoinit
HOCXU_COMP_CSET=1
HOCXU_DRV_CSET=31
HOCXU_DRV_NCHAR=1000
HOCXU_DB_CSET=178
HOCXU_SEM_VER=110000
Entered hgolofn at 2010/05/31-12:40:55
Exiting hgolofn, rc=0 at 2010/05/31-12:40:55
HOSGIP for "HS_OPEN_CURSORS" returned "50"
HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
Exiting hgoinit, rc=0 at 2010/05/31-12:40:55
Entered hgolgon at 2010/05/31-12:40:55
reco:0, name:BMI_CIMS, tflag:0
Entered hgosuec at 2010/05/31-12:40:55
Exiting hgosuec, rc=0 at 2010/05/31-12:40:55
HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
using BMI_CIMS as default value for "HS_FDS_DEFAULT_OWNER"
HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
Entered hgocont at 2010/05/31-12:40:55
HS_FDS_CONNECT_INFO = "BasicServer-RTDB"
RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
Entered hgogenconstr at 2010/05/31-12:40:55
dsn:BasicServer-RTDB, name:BMI_CIMS
optn:
##>Connect Parameters (len=43)<##
## DSN=BasicServer-RTDB;
#! UID=BMI_CIMS;
#! PWD=*
Exiting hgogenconstr, rc=0 at 2010/05/31-12:40:56
DriverName:SIMCLT32.DLL, DriverVer:7.00.0101
DBMS Name:RTDB, DBMS Version:04.21.1630
Exiting hgocont, rc=0 at 2010/05/31-12:40:56
Entered hgopoer at 2010/05/31-12:40:56
hgopoer, line 159: got native error 0 and sqlstate HYC00; message follows...
[SimbaLNA][Simba][SimbaEngine ODBC Driver]Driver not capable.
Exiting hgopoer, rc=0 at 2010/05/31-12:40:56
hgolgon, line 626: calling SQLGetInfo got sqlstate HYC00
Exiting hgolgon, rc=28500 at 2010/05/31-12:40:56 with error ptr FILE:hgolgon.c LINE:626 ID:GetInfo: Support catalogs
Entered hgoexit at 2010/05/31-12:40:56
Entered hgopoer at 2010/05/31-12:40:56
hgopoer, line 159: got native error 0 and sqlstate HY010; message follows...
[Microsoft][ODBC Driver Manager] Function sequence error
Exiting hgopoer, rc=0 at 2010/05/31-12:40:56
hgoexit, line 118: calling SQLFreeHandle got sqlstate HY010
Exiting hgoexit, rc=0 at 2010/05/31-12:40:56 with error ptr FILE:hgoexit.c LINE:118 ID:Free ENV handle

Hi,
Since the Gateway for ODBC 11g version, you need to use ODBC driver level 3 compliant.
There is a strong probability that your driver is not level 3 compliant.
Please can you check with ODBC provider if the driver is level 3 compliant.
Regards,
Mireille

Similar Messages

  • DG4MSQL version 11.2.0.3.0, any query results in 'got native error 1007'

    I installed Oracle Gateway for MSSQL version 11.2.0.3.0 to a separate Oracle Home (platform is IBM AIX 6.1 64-bit). After setting up listener, init.ora file etc., I created database link and tried few queries (database version 11.2.0.2.0 with patches 12827726, 12827731 applied). All queries result in error message:
    SQL> select count(*) from s4user@imosprodnew;
    select count(*) from s4user@imosprodnew
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC SQL Server Legacy Driver]20450 {20450}[Oracle][ODBC SQL Server Legacy Driver][SQL Server]Changed language setting to us_english.
    {01000,NativeErr = 5703}[Oracle][ODBC SQL Server Legacy Driver][SQL Server]Changed database context to 'imosprod'. {01000,NativeErr = 5701}
    [Oracle][ODBC SQL Server Legacy Driver][SQL Server]The number '042100421004210042110421104211042190421904219' is out of the range for numeric
    representation (maximum precision 38). {22003,NativeErr = 1007}[Oracle][ODBC SQL Server Legacy Driver][SQL Server]Incorrect syntax near
    '042100421004210042110421104211042190421904219'. {10103,NativeErr = 102}
    ORA-02063: preceding 3 lines from IMOSPRODNEW
    Trace file shows:
    Heterogeneous Agent Release
    11.2.0.3.0
    ODBCINST set to "/app/oragw/product/11.2.0.3/dg4msql/driver/dg4msql.loc"
    RC=-1 from HOSGIP for "LIBPATH"
    LIBPATH from environment is "/app/oragw/product/11.2.0.3/dg4msql/driver/lib:/app/oragw/product/11.2.0.3/lib"
    Setting LIBPATH to "/app/oragw/product/11.2.0.3/dg4msql/driver/lib:/app/oragw/product/11.2.0.3/dg4msql/driver/lib:/app/oragw/product/11.2.0.3/lib"
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/app/oragw/product/11.2.0.3/dg4msql/driver/lib/odbc.so"
    treat_SQLLEN_as_compiled = 1
    uencoding=UTF8
    ##>Connect Parameters (len=226)<##
    ## DRIVER=Oracle 11g dg4msql;
    ## Address=10.1.0.20\IMOS;
    ## Database=imosprod;
    #! UID=IMOS;
    #! PWD=*
    ## AnsiNPW=Yes;
    ## EnableQuotedIdentifiers=1;
    ## IANAAppCodePage=2252;
    ## OctetSizeCalculation=1;
    ## PadVarbinary=0;
    ## SupportNumericPrecisionGreaterThan38=1;
    Exiting hgogenconstr, rc=0 at 2013/06/06-14:54:21
    Entered hgopoer at 2013/06/06-14:54:21
    hgopoer, line 231: got native error 0 and sqlstate 20450; message follows...
    [Oracle][ODBC SQL Server Legacy Driver]20450 {20450}[Oracle][ODBC SQL Server Legacy Driver][SQL Server]Changed language setting to us_english. {01000
    ,NativeErr = 5703}[Oracle][ODBC SQL Server Legacy Driver][SQL Server]Changed database context to 'imosprod'. {01000,NativeErr = 5701}
    Exiting hgopoer, rc=0 at 2013/06/06-14:54:21
    hgocont, line 2688: calling SqlDriverConnect got sqlstate 20450
    DriverName:HGmsss23.so, DriverVer:06.11.0052 (b0047, U0046)
    DBMS Name:Microsoft SQL Server, DBMS Version:10.00.4000
    Entered hgopoer at 2013/06/06-14:54:21
    hgopoer, line 231: got native error 1007 and sqlstate 22003; message follows...
    [Oracle][ODBC SQL Server Legacy Driver][SQL Server]The number '042100421004210042110421104211042190421904219' is out of the range for numeric represe
    ntation (maximum precision 38). {22003,NativeErr = 1007}[Oracle][ODBC SQL Server Legacy Driver][SQL Server]Incorrect syntax near '0421004210042100421
    10421104211042190421904219'. {10103,NativeErr = 102}
    Exiting hgopoer, rc=0 at 2013/06/06-14:54:21
    hgoulcp, line 1932: calling SQLGetTypeInfo got sqlstate 22003
    Exiting hgoulcp, rc=28500 at 2013/06/06-14:54:21 with error ptr FILE:hgoulcp.c LINE:1932 ID:SQLGetTypeInfo: LONGVARCHAR
    hostmstr: 349326: RPC After Upload Caps
    hostmstr: 349326: RPC Before Exit Agent
    hostmstr: 349326: HOA Before hoalgof
    Entered hgolgof at 2013/06/06-14:54:21
    tflag:0
    Entered hgopoer at 2013/06/06-14:54:21
    hgopoer, line 231: got native error 0 and sqlstate 20131; message follows...
    [Oracle][ODBC SQL Server Legacy Driver]20131 {20131}
    Exiting hgopoer, rc=0 at 2013/06/06-14:54:21
    hgolgof, line 180: calling SQLDisconnect got sqlstate 20131
    Exiting hgolgof, rc=28500 at 2013/06/06-14:54:21 with error ptr FILE:hgolgof.c LINE:180 ID:Disconnect
    hostmstr: 349326: HOA After hoalgof
    hostmstr: 349326: HOA Before hoaexit
    Entered hgoexit at 2013/06/06-14:54:21
    Entered hgopoer at 2013/06/06-14:54:21
    hgopoer, line 231: got native error 0 and sqlstate HY010; message follows...
    [DataDirect][ODBC lib] Function sequence error {HY010}
    Exiting hgopoer, rc=0 at 2013/06/06-14:54:21
    hgoexit, line 126: calling SQLFreeHandle got sqlstate HY010
    Exiting hgoexit, rc=0 with error ptr FILE:hgoexit.c LINE:126 ID:Free ENV handle
    hostmstr: 349326: HOA After hoaexit
    hostmstr: 349326: RPC After Exit Agent
    Could this be some sort of incompatibility between DG4MSQL version 11.2.0.3.0 and RDBMS version 11.2.0.2.0?
    I did not find anything relevant by searching, really (apart from one thread suggesting that this could be caused by misconfigured Linux OS, but my platform is AIX)

    I created test table and inserted data (using FreeTDS tsql tool):
    locale is "en_US.UTF-8"
    locale charset is "UTF-8"
    1> use imosprod
    2> go
    1> create table TEST_MSSQL (PKEY integer, DATA varchar(20))
    2> go
    1> insert into TEST_MSSQL values (1000,'Data for key 1000')
    2> go
    1> insert into TEST_MSSQL values (2000,'Data for key 2000')
    2> go
    1> select * from TEST_MSSQL
    2> go
    PKEY    DATA
    1000    Data for key 1000
    2000    Data for key 2000
    (2 rows affected)
    Then, I queried test table with:
    1) DG4ODBC 11.2.0.2 + IBM-branded DataDirect ODBC driver,
    2) DG4MSQL 11.2.0.2 and
    3) DG4MSQL 11.2.0.3
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning and Automatic Storage Management options
    SQL> select * from test_mssql@imos;
          PKEY DATA
    ========== ====================
          1000 Data for key 1000
          2000 Data for key 2000
    SQL> select * from test_mssql@imosprod;
          PKEY DATA
    ========== ====================
          1000 Data for key 1000
          2000 Data for key 2000
    SQL> select * from test_mssql@imosprodnew;
    select * from test_mssql@imosprodnew
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC SQL Server Legacy Driver]20450 {20450}[Oracle][ODBC SQL Server
    Legacy Driver][SQL Server]Changed language setting to us_english.
    {01000,NativeErr = 5703}[Oracle][ODBC SQL Server Legacy Driver][SQL
    Server]Changed database context to 'imosprod'. {01000,NativeErr = 5701}
    [Oracle][ODBC SQL Server Legacy Driver][SQL Server]The number
    '042100421004210042110421104211042190421904219' is out of the range for numeric
    representation (maximum precision 38). {22003,NativeErr = 1007}[Oracle][ODBC
    SQL Server Legacy Driver][SQL Server]Incorrect syntax near
    '042100421004210042110421104211042190421904219'. {10103,NativeErr = 102}
    ORA-02063: preceding 3 lines from IMOSPRODNEW
    Seems to be a change in internal logic of DG4MSQL in version 11.2.0.3 to me.

  • Error when trying to use ODBC Gateway on Windows7

    OS: Windows7
    DB: Oracle XE 11.2
    Gateway: ODBC for Windows 11.2
    Appears to be a setup issue on my Windows7 box as I cannot get the ODBC gateway to respond.
    Here is the error:
    SQL> select * from dual@TXEIS;
    select * from dual@TXEIS
    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 TXEIS
    tnsnames.ora
    TXEIS =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = TD-1K5S5R1)
    (PORT = 1521)
    (CONNECT_DATA =
    (SID = TXEIS)
    (HS=OK)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = TXEIS)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\gtw)
    (PROGRAM = db4odbc)
    sqlnet.ora
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    NAMES.DIRECTORY_PATH = (TNSNAMES)
    Any advice would be appreciated.
    Thanks.
    initTXEIS.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = TXEIS
    #HS_FDS_TRACE_LEVEL = debug
    HS_LANGUAGE=american_america.we8iso8859p1
    HS_NLS_NCHAR=UCS2
    tnsping TXEIS works ok.
    Any advice would be appreciated.
    Thanks.

    Still no luck. Same error.
    SQL> select * from dual@TXEIS;
    select * from dual@TXEIS
    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 TXEIS
    =============
    Database listener and tnsnames files under C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN:
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = TD-1K5S5R1)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = TD-1K5S5R1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    TXEIS =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = TD-1K5S5R1)
    (PORT = 1522)
    (CONNECT_DATA =
    (SID = TXEIS))
    (HS=OK))
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    Gateway listener and init files under C:\oraclexe\app\oracle\product\11.2.0\gtw\hs\admin (no tnsnames.ora for Gateway):
    listerner.ora
    LISTENER =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=TXEIS)
    (ORACLE_HOME=C:\oraclexe\app\oracle\product\11.2.0\gtw)
    (PROGRAM=dg4odbc)
    #CONNECT_TIMEOUT_LISTENER = 0
    initTXEIS.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = TXEIS
    #HS_FDS_TRACE_LEVEL = debug
    HS_LANGUAGE=american_america.we8iso8859p1
    HS_NLS_NCHAR=UCS2
    QUESTIONS and NOTES:
    (1) There are 2 locations under the Gateway install where there are listener.ora files -- C:\oraclexe\app\oracle\product\11.2.0\gtw\hs\admin and C:\oraclexe\app\oracle\product\11.2.0\gtw\NETWORK\ADMIN. Under which of these 2 directories do I install the listener.ora file for the gateway? The documentation is confusing as it states one directory but then says there are sample files to use (but those are in another directory different from what is stated).
    (2)TXEIS is the 'database' I am trying to connect to. TXEIS represents the ODBC DSN on my Windows system that points to a remote Sybase database running on another Windows system to which I am trying to connect.
    Thanks for all your help... :-)

  • Help with error message: Expected end of line but got identifier

    The following is a calculated applescript step in a Filemaker script. It tells iCal to go to the date of an iCal event that the script has previously created from Filemaker. The code below keeps generating an error message: "Expected end of line but got identifier." Note: "ACTIVITY::Date" below is Filemaker's way of indicating the file name (ACTIVITY) and the field in question (date). Help appreciated.
    "tell application \" iCal\" ¶
    activate ¶
    switch view to month view ¶
    set theDate to date \"" & ACTIVITY::Date & "\" ¶
    view calendar at theDate ¶
    end tell"

    It's not clear exactly what you're aiming for here, so it's not easy to tell you how to fix it.
    At first glance I'd say you're missing a quote symbol or two, but even then it doesn't make a lot of sense without more context - for example, 'ACTIVITY::Date' isn't valid as an AppleScript variable name (you can't have a : in a variable name), and your code isn't within a Filemaker block, so it doesn't appear to relate to Filemaker, either.
    In either case the only thing that looks remotely valid to me would be:
    set theDate to date "\"" & ACTIVITY::date & "\""
    but without knowing the context of ACTIVITY::Date it's impossible to tell if this is valid, or how it differs from:
    set theDate to date ACTIVITY::Date
    (i.e., why the quotes are needed at all)

  • ODBC gateway in windows connecting local oracle to local mysql

    I have setup a test system in my local Vista pc with oracle 11g and mysql. Just installed ODBC gateway and follow the instruction. The listener sid for ODBC started OK. But when I tried tnsping <sid>, it failed with tns-03505 failed to resolve name.
    Any suggestions?
    Thanks,
    Lawrence

    [email protected] wrote:
    Here is the listener.ora for the gateway:# listener.ora Network Configuration File: C:\oracle\Gateway\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENERMYSQLSERVERDSN =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 2522))
    SID_LIST_LISTENERMYSQLSERVERDSN=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=MYSQLSERVERDSN)
    (ORACLE_HOME=C:\oracle\Gateway)
    (PROGRAM=dg4odbc)
    ADR_BASE_LISTENER = C:\oracle\Gateway
    TRACE_LEVEL_LISTENER=16
    TRACE_FILE_LISTENER=listener.trc
    TRACE_DIRECTORY_LISTENER=$ORACLE_HOME/network/trace
    #CONNECT_TIMEOUT_LISTENER = 0
    Here is the tnsnames for the database:
    # tnsnames.ora Network Configuration File: C:\oracle\db\product\11.2.0\dbhome_2\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.myhost.COM)
    MYSQLSERVERDSN =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=2522))
    (CONNECT_DATA=(SID=MYSQLSERVERDSN))
    (HS=OK)
    Here is the output from listener:
    C:\>lsnrctl start listenermysqlserverdsn
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 23-JUL-2010 15:11
    :37
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Production
    System parameter file is C:\oracle\Gateway\network\admin\listener.ora
    Log messages written to c:\oracle\gateway\log\diag\tnslsnr\myhost\listener
    mysqlserverdsn\alert\log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.64)(PORT=2522)
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.64)(PORT=2522)
    STATUS of the LISTENER
    Alias listenermysqlserverdsn
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 23-JUL-2010 15:11:40
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle\Gateway\network\admin\listener.ora
    Listener Log File c:\oracle\gateway\log\diag\tnslsnr\myhost\listen
    ermysqlserverdsn\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.64)(PORT=2522)))
    Services Summary...
    Service "MYSQLSERVERDSN" has 1 instance(s).
    Instance "MYSQLSERVERDSN", status UNKNOWN, has 1 handler(s) for this service..
    The command completed successfully
    C:\>once again:
    03505, 00000, "Failed to resolve name"
    // *Cause:  The service name you provided could not be found in TNSNAMES.ORA,
    //          an Oracle Names server, or a native naming service.If the entry could not be found in tnsnames, the process never got far enough for the listener to come into play. Looking at the listener, the listener status, listener configuration, or listener logs is a waste of time for this error.
    You couldn't find the number you were looking for in the telephone directory. You don't solve that by looking to the telephone exchange switchboard.

  • NET8 timeout with ODBC Gateway

    Local:
    Database: Oracle XE 11gR2
    Oracle ODBC Gateway 11g
    Windows 7
    Sybase SQL Anyhwere 12 client
    Remote:
    Database: Sybase SQL Anywhere 10
    Windows Server 2008 R2
    ====================
    SQL:
    select * from mytable@dblink:
    Error returned:
    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 dblink
    Files:
    initdlink.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = dblink
    #HS_FDS_TRACE_LEVEL = 255
    HS_LANGUAGE=american_america.we8iso8859p1
    HS_NLS_NCHAR=UTF-8
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = XE)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (SID_DESC =
    (SID_NAME = dblink)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\gtw)
    (PROGRAM = dg4odbc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    dblink =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = localhost)
    (PORT = 1521)
    (CONNECT_DATA =
    (SID = dblink))
    (HS=OK))
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    ==========================
    (1) Similar setup works ok on Linux connecting to remote Sybase on Windows. But get error below when running on Windows 7.
    (2) Similar setup from Windows7 to Windows 2008 R2 works fine when ODBC Gateway on remote Windows 2008 server.
    (3) ODBC connectivity has been verified as ok to remote Sybase database on Windows 2008 server.
    (4) tnsping dblink verified ok.
    Problems started when moving ODBC Gateway to local system where Oracle target database resides.
    Please advise.
    Added to initdblink.ora the following (no change in results):
    HS_KEEP_REMOTE_COLUMN_SIZE = ALL
    HS_NLS_LENGTH_SEMANTICS = CHAR
    Edited by: user601798 on Dec 4, 2012 11:59 AM

    You're mixing different OH's in your listener. The gateway is located in C:\oraclexe\app\oracle\product\11.2.0\gtw, but the database and the listener in: C:\oraclexe\app\oracle\product\11.2.0\server
    When you're using DG4ODBC you can use the gateway which is automatically installed in the database home -> you'll find there as well a HS directory and the dg4odbc executable. The other option is to use separate listeners for both installations. For example using the Oracle database listener on port 1521 for the database connections and 1522 for the gateway.
    If you really want to use one listener (which is not the preferred solution), then you need also to specify the location to the executable, similar to:
    <space>(SID_DESC =
    <space><space>(SID_NAME = dblink)
    <space><space>(ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\gtw)
    <space><space>(PROGRAM = C:\oraclexe\app\oracle\product\11.2.0\gtw\dg4odbc)
    <space>)
    After changing the listener.ora file, please STOP and STAT the listener using lsnrctl utility and provide its output. Also provide the output of tnsping dblink.
    - Klaus

  • "This entry is already exists in tables(JDT1)(ODBC-2035)" Error.

    Hi experts,
    My Production_DB Database was got into  Suspect mode due to power problem,the users unable to open SAP. so  run the script file so production_db came into normal mode and sap opened.
    But which documents were posted at the time of database going to Suspect mode that documents are not visible and then users repost the documents they are getting "This Entry is already exists in Table(JDT1) (ODBC-2035)" Error.
    so we run the select query for JDT1 table in sql server 2005,we got "Msg 605, Level 21, State 3, Line 1
    Attempt to fetch logical page (1:394560) in database 7 failed. It belongs to allocation unit 72057596881666048 not to 72057596584198144".
    I am using SAP PL 20 and SQL server 2005.
    I am waiting for your response ASAP.
    Thanks & Regards.
    Srinu Boddeti.

    Hi Srinu,
    please refer below link for details..
    http://forums.sdn.sap.com/thread.jspa?threadID=1636430
    Thanks and Regards,
    kaviprashu

  • 502 gateway error

    Hi,
    I've come across a problem and not sure where the problem lies, hope
    someone can help me. When I access webmail through portal gateway
    (Portal 3SP2 on Solaris 8 (webmail from iMS 5.1), and attach big
    attachments (>400kb through dial up, over 2MB through DSL), I eventually
    receive this message while my attachment is uploading:
    Unable to fulfill your request
    Server returned 502 Gateway Error: Session: Unable to connect to host:
    hostname of portal+profile server.
    The timeout periods differ, which makes it hard in pinpointing the
    error. For example, using DSL, uploading a 2.25 MB attachment, I got
    the error after 7 minutes of uploading, while I received it after 4
    minutes on a modem line. I have no issues uploading small attachments.
    The portal server (not gateway) also has the messaging server residing
    on it, no messages in the error log of the messaging server.
    thanks in advance,
    Manon

    Generally 502 Gateway error occurs when the URL in the address bar is not reachable by the Gateway. Maybe the URL is not the correct one or some rewrite related issues. The best way to debug is to bypass the gateway and check if the URL works fine from all the servers (in http mode). Another workaround is, try pinging that particular domain from Gateway Host.
    If you still find the error, Turn the debug=message in /etc/opt/SUNWips/platform.conf and try to reach the same URL 2 or 3 times. Then send me the /var/opt/SUNWips/debug/iwtGateway file.

  • OBIEE 11g ODBC connectivity error

    Hi all,
    I am getting the following error when I tried to access a simple query through Answers.
    "*Odbc driver returned an error (SQLExecDirectW).*
    *Error Details*
    *Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P*
    *State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: IM002 code: 0 message: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. (HY000)*
    *SQL Issued: SELECT s_0, s_1, s_2 FROM ( SELECT 0 s_0, "BISample"."Product"."BRAND" s_1, "BISample"."Target"."REVENUE" s_2 FROM "BISample" ) djm*"
    What I did was
    1. Create a DSN 'orcl', 32 bit Oracle ODBC driver. Tested and worked against the Oracle database.
    2. Import metadata using Local, ODBC 3.5 and DSN = orcl
    3. Build a simple BMM and subject area
    4. In the phyiscal layer, right click on a table, and select view data/update row count. Error with message "The connection has failed"
    5. Hoping for the best, create a simple query in answer and got the above odbc driver error in results tab.
    Interestingly, if I edit the connection pool and use OCI (my SID is also orcl), then everything works fine.
    I'm new to OBIEE and hope someone can tell me if I have missed a step or make any mistakes!
    Thanks!
    Regards
    Han Kiat

    Hi All,
    I am able to connect SQL Server database with OBIEE 11g RPD offline and imported metadata and verified update row count/view data but when i was trying to publish the same RPD the data is not returning also "update row count/view data" is giving and error "The connection has failed."
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: IM002 code: 0 message: [DataDirect][ODBC lib] Data source name not found and no default driver specified. (HY000)
    Environment:
    OBIEE 11g/WLS 10.3.3/Oracle database 11g installed on RHL 5
    Client tools are installed on local Vista 32 bit system.
    Oracle database is working fin, where as SQL Server is giving issues.
    You want me to create a ODBC connection in RHL 5 server to connect to SQL Server ? i am little bit confused here how to create !
    same time i have created ODBC for oracle apps database and imported and able to view data in RPD when i am in Online mode.
    When i open RPD in online mode and trying to import the data i dont have access to local machine ODBC's which is expected and if i change to "Remote Server" nothing is showing here.
    Appreciate your comments on the above.
    Thanks

  • DataExport problem-ODBC Layer Error: [21S01]-ORA-00947

    Hi,
    I have one planning application from which I want to transfer data to Oracle DB in the table "t". I have 11 dimension in the planning application, so I have created 12 columns in the table "t"(11 for dimension-members and 1 col for value) with the following script---
    create table t (
    a varchar2(100),
    b varchar2(100),
    c varchar2(100),
         d varchar2(100),
         e varchar2(100),
    f varchar2(100),
         g varchar2(100),
         h varchar2(100),
    i varchar2(100),
    j varchar2(100),
         k varchar2(100),
         l number)
    I have created a wire protocol dsn. But when I execute the following calcscript ---
    fix (jan,budget,fy08)
    DATAEXPORT "DSN" "xz" "t" "tstschma" "password" ;
    ENDFIX
    then it is showing error below---
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021000)
    Connection With SQL Database Server is Established
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1012695)
    DataExport can not do batch insert to relational table. The ODBC driver and/or RDBMS doesn't support batch insert. Using record by record SQL export
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021013)
    ODBC Layer Error: [21S01] ==> [[DataDirect][ODBC Oracle Wire Protocol driver][Oracle]ORA-00947: not enough values]
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021014)
    ODBC Layer Error: Native Error code [947]
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Error(1012085)
    Unable to export data to SQL table [t]. Check the Essbase server log and the system console to determine the cause of the problem.
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021002)
    SQL Connection is Freed
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Warning(1080014)
    Transaction [ 0x920001( 0x4a5a097a.0x7918 ) ] aborted due to status [1012085].
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1012579)
    Total Calc Elapsed Time for [datexprt.csc] : [0.062] seconds
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1013274)
    Calculation executed
    Please guide me if I am doing anything wrong...
    Thanks & Regards.

    Hi,
    It all depends on you dense dimension being used in your export, it will use a column for each member.
    For example if the dense dimension on the export was period and you were doing a level 0 export (level0 members of time are Jan:Dec)
    Then there would need to be a column for each dimension and 12 columns for each of the periods (Jan:Dec)
    The best way to work it out is to export to a file first in column format and you will see how the table needs to look.
    The columns have to exactly match the data being exported.
    Take a look at this post, it something you may experience as well :- Re: DATAEXPORT command- Periods in the columns when sparse
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Odbc layer error 01004

    Using Essbase 7.0.1 I have several load rules calling SQL data I copied from one server to another.
    On the new server some rule files work fine but some dont .
    I am getting the following error message in the log file.
    ODBC Layer Error: 01004 ==> [[microsoft] [ODBC Sql server Driver]String data, right truncation]
    ODBC Layer Error: Native Error code [0] Info (1021014)
    can anyone help me in solving this issue
    and where I have to make necessary changes....
    Thanks

    I always kind of work backwards on these sorts of issues until I can isolate where the problem is.
    1. Is it a view or a table you are trying to load from?
    2. Using Query Analyzer or the current SQL Server admin tool, can you query the same table/view that your load rule is trying to load data from?
    3. Can you still query it when you login as the same user that the load rule is running as?
    4. Is there some sort of "weird" data type in the view/table that might be tripping things up?
    5. If you omit that particular column from the load rule, does it start working again?
    6. Does it work if you use CAST or something similar in the SQL query or in the construction of the View itself, in order to make it a more "basic" data type?
    These are all probably different things I would try to see if I can isolate where the problem is. Good luck --
    Jason
    [jasons hyperioni blog|http://www.jasonwjones.com]

  • Strange Gateway Error with one APP Server (WSAETIMEDOUT)

    Hello Everyone,
    We are experiencing a strange gateway timeout issue on one application server in our SAP environment.  This started happening after we applied a series of Microsoft patches and updated the SAP kernals from 179 (DB 172) to 185 (DB 182).
    From this App server we are seeing all kinds of gateway errors, the following is a sample from the dev_rd file from the server in question:
      LOCATION    SAP-Gateway on host sappe1exp5 / sapgw00
      ERROR       partner 'sappe1exp4:sapgw00' not reached
      TIME        Sat May 30 23:40:54 2009
      RELEASE     700
      COMPONENT   NI (network interface)
      VERSION     38
      RC          -10
      MODULE      nixxi.cpp
      LINE        2823
      DETAIL      NiPConnect2
      SYSTEM CALL connect
      ERRNO       10060
      ERRNO TEXT  WSAETIMEDOUT: Connection timed out
      COUNTER     67
    GwTraceHdlInfo:
    HANDLE   = 6   
    TIME     = Sat May 30 23:40:33 2009
    SOCKET   = 468
    STAT     = NI_CONN_WAIT
    TYPE     = STREAM IPv4
    OUT      = 0 messages 0 bytes
    IN       = 0 messages 0 bytes
    LOCAL    = 0.0.0.0:2604
    REMOTE   = -
    OPTIONS  = BUFFERED
      ni hdl      = 6
      type        = CLIENT
      net_stat    = CONNECT_TO_REM_GW_PENDING
      hostaddr    = 10.10.0.21
      opcode      = NORMAL_CLIENT
      conn opcode = REMOTE_GATEWAY
      conn vers   = 105
      index       = 59
      data        = 0000000000000000
      ext_info    = 000000000333DCA0
      offset      = 0
      rest_len    = 0
      snc_forced  = 0
    remote gateway infos:
      hostname =
      hostaddr = 10.10.0.21
      service  = sapgw00
      tpname   = sapdp00
    Sat May 30 23:46:17 2009
    ***LOG Q0I=> NiPConnect2: connect (10060: WSAETIMEDOUT: Connection timed out) [nixxi.cpp 2823]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 6 / sock 428
        (SI_ECONN_REFUSE/10060; I4; ST; 10.10.0.21:3300) [nixxi.cpp    2823]
    I have done alot of searching and I have tried the following things:
    1) Checked the services file of this machine, they line up with all other systems
    2) Attempted to telnet to other App servers on 3200, 3300, 3600 with no success
    3) tried to connect via SM59 to another App server with no success
    4) Attempted to do all of these things in reverse from the another app server with the same results.
    This is only happening with one app server in our landscape and this app server has no issues connecting to the CI.
    Any ideas on where I can look further?
    Edited by: James Wright on Jun 5, 2009 10:10 PM

    Hi,
    on sappe1exp5  try the following command in a dos prompt:
    telnet sappe1exp4 sapgw00
    this should also time out i.e. hang for a certain amount of time (~50 seconds) and then terminate with error.
    It simply means that the IP address 10.10.0.21 is not reachable from your client PC.
    Maybe you changed some IP addresses during patches. Usually there is an RFC destination that is not functioning properly.
    Best regards
    Carl Philipp

  • Hi All , Getting connection to Gateway error when synchronizing in MI

    Hi All , Getting connection to Gateway error when synchronizing in MI using MAU application .
    Please provide the solution ASAP.
    Also provide the notes which can be avilable in SERVICE.SAP
    Thanks&Regards.
    Bharat

    Hi,
    well, the error - you should get this error as well if you sync with a new and empty client? It seems your Sync service is down. Check the sync service itself. Is the URL accessible from the device itself?
    It is usually not related to the App (MAU in your case) it is related to the ladscape itself.
    Can you add the correct error message and the part of the trace that shows the message? Including the lines before with the ping if the server is available?
    Regards,
    Oliver

  • Copy Express -  ODBC-2028 Error

    Hai to All,
    I am using SAP B1 2005B . I want to Transfer Data From One Data Base To Another Data Base . I am using to Copy Express to Transfer. I am using Replace All Method in Copy Express. While I am Copying the Users from One DB to Another DB , i got the Error  "No Matching Records Found(ODBC-2028) " for Some user ..
    Thanks & Regards
    Madhu

    Hey ,
                I just transfer the User Master Only. I am not able to transfer ,  same problem ODBC-2028 Error is comming.
    Please help me out from this issue.
    thanks & regards
    Madhu

  • E71 gateway error

    I own a Nokia E71 device since 2 weeks now and i have been very satisfied with it till today. I went for a trip to some cool cities, when i suddenly found myself in need to consult the internet. I searched for and found an unsecured WLAN network. I connected succesfully. I waited some time but the page i was browsing too remained blank. Suddenly, a gateway error message popped up. I searched for other networks and i found another 6 unsecured networks. I got this error everytime. At home, i can succesfully browse the web on my E71. I am even typing this message on my E71 right now. I just can't seem to connect to other networks anymore. I already tried to disable energy saving, and i also fiddled around with the advanced settings. Nothing helped. The last thing i tried was upgrading the firmware which i did succesfully. The phone is fully resetted after an upgrade. I consciously did not backup my settings, to see if the problem would be gone. I spent alot of time to set up everything again, and i tried to connect again and guess what: just another gateway error. This cannot be a hardware faillure since i can still connect to my network. What can be the problem? Thanks very much in advance.

    Oh my dear, sorry for the bad formatting. It seems that my enters to part the text into paragraph, do not appear. I wrote it in Opera Mini. Sorry for the inconvenience, folks! I hope this will not shoo away any experts that may be able to help me. By the way: the networks that all failed were unsecured. My network is WEP secured and this works. This might be an interesting detail.

Maybe you are looking for

  • Features I'd like to see in 5th gen nano:

    1. Auto brightness - Put a light sensor by the hold switch so that it dims in dark rooms or brightens outside in the sun. Also allow it to dim much darker than currently able. 2. Micro SD card slot - The cards are cheap as can be. It'd be nice to hav

  • Dolby digital via Toslink

    Hardware Mac mini (mid 2011) Yamaha YAS-101 I've connected a mini to a Yamaha YAS-101 via Toslink hoping to receive Dolby Digital 5.1. The problem is that the YAS-101 detects the signal as stereo. I was under the impression that it shouldn't be a pro

  • Exporting for Dreamweaver - undefined object?

    When I attempt to export my document (just text, no images) I get this error message: "undefined is not an object." I have no idea what it means. There are no errors showing in the document and no links at all, so that not the problem. Any ideas?

  • Changing my dreamweaver licence over to a new computer. Microsoft laptop to an IMAC?

    Can anyone tell me how i go about transferring my Dreamweaver monthly licence from a Microsoft Laptop download over to an IMAC? Cheers Ellen

  • HT201442 How can I restore iOS6 on my iPad 3

    My iPad 3 is struggling to cope with iOS 7 - I wish I had never upgraded. When I try to restore the iOS6 .ipsw file - I get error 3194 Is Apple not allowing me to do this? And if so what's the reason ?