Problem with provisioning and external SQL server connection

I am configuring IPAM 2012 R2 on a our management server.  Completed the first step by enabling the feature.  No issues.
Now I am on the Provisioning IPAM step.  I get to the Configure Database step...
I choose Microsoft SQL server,
What should those values be in the Server name and Database name fields.  Instructions show fqdn or ip address but that doesnt seem to be working for me.
I get the following error at the end of the Provisioning IPAM wizard,
IPAM Deployment failed with the following error.
Failed to connect to database server. Check the database name, connectivity and remote access.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
(provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)
You can restart this provisioning wizard from the IPAM overview page.
From the management server I have tested the SQL Connection with a udl file.  I used myServer\myInstance and it works.  It reports that I have made the Connection to the server and database with the sql credentials i have provided.
Thanks

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?

Similar Messages

  • Problems with printer and external HD connected via Time Capsule with Windo

    Hello everyone!
    In January I bought an iMac 27 "(OS version: OS X 10.6.2) and a week ago a Time Capsule 1TB.
    I connected the iMac and a laptop with Windows XP SP3 both via ethernet to the TC, and to the USB port of the TC a USB hub to which I connected a Canon iP4200 and a LACIE 500GB HARD DISK.
    I reformatted the hard disk file system to Lacie Mac OS Extended (Journaled) and installed MacDrive 8 in the laptop.
    Now (after formatting the HD), with the iMac everything works: internet connection via ethernet or wireless, printing via ethernet or wireless as well as hard disk connection via ethernet or wireless.
    Laptop, instead, is only able to connect to the internet via ethernet or wireless while it isn't able to see and use printer and external hard drive, even though I installed AirPort Utility for Windows!
    The laptop also detects the AirPort disk of the TC but if I enter the (correct) password I get an error message!..
    Please, somebody help me, I do not know what to do!
    Thanks

    Have you run Bonjour on the Win PC's? Do a search on the support page and there's a description on getting things up and running from a WinPC in a Mac environment.

  • 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?

  • Problem with "Database Gateway for SQL Server"

    Hello,
    i am testing the different technologies for connecting an oracle database with a sql-server database.
    The way using 10g-generic-connectivity with ODBC works fine, but the 11g-DG4MSQL makes problems.
    Environment:
    Server PEGASUS (32bit Windows Server 2003 R2 SP2) with Oracle Database 10g Release 10.2.0.4.0
    Server OBELIXUS (32bit Windows 2000 Sp4) with MS-SQL-Server 2005
    On PEGASUS i have installed the gateway in a new oracle home directory:
    "D:\oracle\product\10.2.0\db_1" => home directory of 10g
    "D:\oracle\product\11.1.0\tg_1\" => home directory of the gateway
    D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora:
    MSSQLDG =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PEGASUS)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = DG4MSQL)
    (HS = OK)
    MSSQL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PEGASUS)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = MSSQLTEST)
    (HS = OK)
    D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = INTEGRAT)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (SID_NAME = INTEGRAT)
    (SID_DESC =
    (SID_NAME = MSSQLTEST)
    (PROGRAM = D:\oracle\product\10.2.0\db_1\bin\hsodbc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (SID_DESC=
    (SID_NAME=DG4MSQL)
    (ORACLE_HOME=D:\oracle\product\11.1.0\tg_1)
    (PROGRAM=D:\oracle\product\11.1.0\tg_1\BIN\dg4msql)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = pegasus.cursor.de)(PORT = 1521))
    D:\oracle\product\11.1.0\tg_1\dg4msql\admin\initDG4MSQL.ora:
    HS_FDS_CONNECT_INFO=OBELIXUS/MSSQLSERVER/testuju
    HS_FDS_TRACE_LEVEL=DEBUG
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    D:\oracle\product\10.2.0\db_1\hs\admin\initMSSQLTEST.ora:
    HS_FDS_CONNECT_INFO=DSN_MSSQL
    HS_FDS_TRACE_LEVEL=OFF
    HS_LANGUAGE=AMERICAN_AMERICA.WE8MSWIN1252
    HS_FDS_FETCH_ROWS=100
    HS_RPC_FETCH_REBLOCKING=OFF
    How mentioned above, the access from oracle to sqlserver using MSSQL(10g hsodbc.exe) works fine.
    But when trying to acces the sqlserver using MSSQLDG (11g dg4msql.exe) I get the following error:
    ORA-28500: Verbindung von ORACLE zu Fremdsystem gab diese Nachricht zurück:
    [Oracle][ODBC SQL Server Driver][DBNETLIB]Ungültige Verbindung.
    [Oracle][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (ParseConnectParams()).
    [Oracle][ODBC SQL Server Driver]Ungültiges Attribut für die Verbindungszeichenfolge
    ORA-02063: vorherige 2 lines von DBL_MSSQL4
    Here the contect of the file "DG4MSQL_agt_2332.trc":
    Oracle Corporation --- FREITAG AUG 22 2008 16:17:42.198
    Heterogeneous Agent Release
    11.1.0.6.0
    Oracle Corporation --- FREITAG AUG 22 2008 16:17:42.198
    Version 11.1.0.6.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "DEBUG"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    HOSGIP returned value of "RECOVER" for HS_FDS_RECOVERY_ACCOUNT
    HOSGIP returned a value for HS_FDS_RECOVERY_PWD
    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 "AL16UTF16"
    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 "FALSE"
    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 "DG4MSQL"
    Product-Info:
    Port Rls/Upd:6/0 PrdStat:0
    Agent:Oracle Database Gateway for MSSQL
    Facility:hsa
    Class:MSSQL, ClassVsn:11.1.0.6.0_0006, Instance:DG4MSQL
    Exiting hgogprd, rc=0
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=178
    HOCXU_DRV_NCHAR=2000
    HOCXU_DB_CSET=178
    HOCXU_SEM_VER=102000
    Entered hgolofn at 2008/08/22-16:17:42
    RC=-1 from HOSGIP for "PATH"
    PATH from environment is "d:\oracle\product\11.1.0\tg_1\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\IBM\Informix\Client-SDK\bin"
    Exiting hgolofn, rc=0 at 2008/08/22-16:17:43
    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 2008/08/22-16:17:43
    Entered hgolgon at 2008/08/22-16:17:43
    reco:0, name:testuju, tflag:0
    Entered hgosuec at 2008/08/22-16:17:43
    uencoding=UTF16
    Entered shgosuec at 2008/08/22-16:17:43
    Exiting shgosuec, rc=0 at 2008/08/22-16:17:43
    shgosuec() returned rc=0
    Exiting hgosuec, rc=0 at 2008/08/22-16:17:43
    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 testuju as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2008/08/22-16:17:43
    HS_FDS_CONNECT_INFO = "OBELIXUS/MSSQLSERVER/testuju"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2008/08/22-16:17:43
    dsn:OBELIXUS/MSSQLSERVER/testuju, name:testuju
    optn:
    Entered shgogohn at 2008/08/22-16:17:43
    ohn is 'OraGtw11g_home1'
    Exiting shgogohn, rc=0 at 2008/08/22-16:17:43
    Entered hgocont_OracleCsidToIANA at 2008/08/22-16:17:43
    Returning 2252
    Exiting hgocont_OracleCsidToIANA at 2008/08/22-16:17:43
    ##>Connect Parameters (len=223)<##
    ## DRIVER=Oracle 11g dg4msql-OraGtw11g_home1;
    ## SERVER=OBELIXUS\MSSQLSERVER;
    ## Database=testuju;
    #! UID=testuju;
    #! PWD=*
    ## AnsiNPW=Yes;
    ## QuotedId=Yes;
    ## IANAAppCodePage=2252;
    ## ArraySize=100;
    ## PadVarbinary=0;
    ## SupportNumericPrecisionGreaterThan38=1;
    Exiting hgogenconstr, rc=0 at 2008/08/22-16:17:44
    Entered hgopoer at 2008/08/22-16:18:00
    hgopoer, line 159: got native error 14 and sqlstate 08001; message follows...
    [Oracle][ODBC SQL Server Driver][DBNETLIB]Ungültige Verbindung.[Oracle][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (ParseConnectParams()).[Oracle][ODBC SQL Server Driver]Ungültiges Attribut für die Verbindungszeichenfolge
    Exiting hgopoer, rc=0 at 2008/08/22-16:18:00
    hgocont, line 1890: calling SqlDriverConnect got sqlstate 08001
    Exiting hgocont, rc=28500 at 2008/08/22-16:18:00 with error ptr FILE:hgocont.c LINE:1910 ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2008/08/22-16:18:00 with error ptr FILE:hgolgon.c LINE:612 ID:Calling hgocont
    Entered hgoexit at 2008/08/22-16:18:00
    Exiting hgoexit, rc=0 at 2008/08/22-16:18:00
    Many thanks in advance for any help!
    Regards Hartmut

    At first your configuration is not really correct.
    =====================================================
    In the LISTENER.ORA from 10g, you must only refer to the database and hsodbc 10g
    D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = INTEGRAT)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (SID_NAME = INTEGRAT)
    (SID_DESC =
    (SID_NAME = MSSQLTEST)
    (PROGRAM = D:\oracle\product\10.2.0\db_1\bin\hsodbc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = pegasus.cursor.de)(PORT = 1521))
    ===========================================================
    Then you have to create a new listener (new name) in the gateway oracle_home on a different port than instance database:
    D:\oracle\product\11.1.0\tg_1\network\admin\listener.ora
    SID_LIST_LISTENERGTW =
    (SID_LIST =
    (SID_DESC=
    (SID_NAME=DG4MSQL)
    (ORACLE_HOME=D:\oracle\product\11.1.0\tg_1)
    (PROGRAM=D:\oracle\product\11.1.0\tg_1\BIN\dg4msql)
    LISTENERGTW=
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = pegasus.cursor.de)(PORT = 1522))
    To start it, use the command below:
    D:\oracle\product\11.1.0\tg_1\bin\LSNRCTL start listenergtw
    ===========================================================
    D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora:
    match the DG4MSQL with the listener on 1522 port
    HSODBC match with binary10g on listener 1521 port
    MSSQLDG =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PEGASUS)(PORT = 1522))
    (CONNECT_DATA =(SERVICE_NAME = DG4MSQL))
    (HS = OK)
    MSSQL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PEGASUS)(PORT = 1521))
    (CONNECT_DATA =(SERVICE_NAME = MSSQLTEST))
    (HS = OK)
    Try to configure and let me know your feedback
    regards,
    Mireille

  • Problem using JDBC and MS SQL Server

    I got a problem trying to acces a database on my SQL Server. I created the table and my connection seems ok, but when i try to get some data from a table, this happens (see below).
    java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'players'.
    at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6879)
    at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7036)
    at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(JdbcOdbc.java:3065)
    at sun.jdbc.odbc.JdbcOdbcStatement.execute (JdbcOdbcStatement.java:338)
    at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:253)
    at Team.<init>(Team.java:18)
    at Simulator.main(Simulator.java:5)
    here's the code that i used to access the db with:
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection conn = DriverManager.getConnection
    ("jdbc:odbc:BRAIN2WINXPPJH","sm","sm");
    Statement stm = conn.createStatement();
    String query = "Select * from players where teamnr = " + nr +
    " order by squadnr";
    ResultSet rs = stm.executeQuery(query);
    any help is more than welcome
    tnx
    Jo

    If all the tables are in the same database, you can use
    Connection.setCatalog("db-name")
    to change the current database. But the suggestion to include the database name in the SQL statement is safer, because you do not need to worry about changing the database at the right point.
    Thomas

  • CFMX7 and Local SQL Server Connections

    I recently upgraded from CF5 to CFMX7. All went well, but I
    am now not able to access SQL Server DBs on the local Machine.
    When I Verify the Datasource via CF Admin, I am getting the
    following error.
    Connection verification failed for data source: lo_db_laptop
    java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver]Error establishing socket. Connection refused: connect
    The root cause was that: java.sql.SQLException:
    [Macromedia][SQLServer JDBC Driver]Error establishing socket.
    Connection refused: connect
    These Datasources were working fine in CF5, and have not been
    changed since migration.
    Has anyone experienced similar issues? Any suggestions as to
    what may be causing this?
    Many Thanks in advance

    Hi dimaint, thanks for your reply.
    The datasources are created via ODBC Administrator as a
    System DSN. They are working fine via ODBC Data Source
    Administrator. And they were fine via CF5 before upgrading to MX7.
    This is the case for Datasources that existed prior to
    upgrade, as well as any created post upgrade.
    I'm not specifying the username and password when creating or
    connecting to the Data Sources. Datasources are configured with
    Windows Authentication.
    Thanks again

  • Problem with restore database in sql server 2008

    hi,,,when i want to restore database from a .bak file i see this error
    TITLE: Microsoft SQL Server Management Studio
    Restore failed for Server 'ALI-PC'.  (Microsoft.SqlServer.SmoExtended)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1447.4+((KJ_RTM).100213-0103+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476
    ADDITIONAL INFORMATION:
    System.Data.SqlClient.SqlError: The database was backed up on a server running version 10.50.4000. That version is incompatible with this server, which is running version 10.00.1600. Either restore the database on a server that supports the backup, or use a
    backup that is compatible with this server. (Microsoft.SqlServer.Smo)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1447.4+((KJ_RTM).100213-0103+)&LinkId=20476
    BUTTONS:
    OK
    i checked overwrite the existing database(WUTH REPLACE) in option,but i cant restore again,,,please help me

    Hi,
    You need to install SQL Server 2008 R2 Service Pack 2
    Download
    http://www.microsoft.com/en-us/download/details.aspx?id=11093, you are currently running the RTM and the backup was from Version 10.50.4000 and your attempting to restore to version 10.00.1600.
    To find your current SQL Version open a New Query and paste the following then execute
    SELECT @@VERSION AS 'SQL Server Version
    Reference:
    http://sqlserverbuilds.blogspot.com/
    http://support.microsoft.com/kb/321185
    http://technet.microsoft.com/en-us/library/ms177512.aspx
    Cheers,
    -Ivan

  • Problem with Sensitive ResultSet in SQL Server 2000

    Hi,
    I am trying to use SCROLL_SENSITIVE and CONCUR_UPDATABLE ResultSet accessing SQL Server 2000. I am using JDK 1.3 and supported JDBC driver. When I tried to insert a row, I got the following message:
    sp_cursor: The cursor identifier value provided (0) is not valid
    Is there any setting in SQL Server that I need to configure or do I miss something in my code?
    Thanks,
    Andi Setiyadi
    Here are my codes:
    cs = connection.prepareCall("{call sp_deptInfo (?,?,?)}", ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
    cs.setInt(1, 0);
    cs.setString(2, "");
    cs.setString(3, "name/orderbyid");
    rs = cs.executeQuery();
    rs.last();
    int rows = rs.getRow();
    rs.afterLast();
    rs.moveToInsertRow();
    rs.updateInt(1, rows + 1);
    rs.updateInt(2, Integer.parseInt(parentDept));
    rs.updateString(3, newDept);
    rs.updateInt(4, 1);
    rs.insertRow();

    I am getting the resultset by calling a stored procedure. I am not changing the stored procedure itself.Database drivers create 'connections' and 'statements' which match the SQL that you pass it. You are passing it a stored proc. The only information that it has is on a stored proc. It doesn't matter where the stored proc got its info from. The stored proc doesn't return tables and indexes into tables. It returns a result set (that is what your code suggests.) That is all the information that the driver has.
    Consider your stored proc might return this
    select * from mytable where ....
    But it could also do this
    select 'value1', 'value2', ... from dual
    On the java side it isn't not going to know which of the above that you did. Nor should it. And you can't update/insert into that second example.
    Or at least that is how I look at it.
    Your code looks like it is trying to 'update' the result set that a stored proc returned. And I simply don't see how that is possible. Or even why anyone would want to do it.

  • Problem with T400 and external monitor (1920x1200 resolution)

    Hi there
    My laptop:
    ThinkPad T400 2767-C99* (graphics is: ATI Mobility Radeon HD 3470 256MB / X4500MHD (Switchable Graphics)), OS is WinXP
    I just installed the newest video driver from the lenovo page (which also installs "ATI catalyst")
    Externale Monitor:
    I just bought a Samsung SyncMaster 2443FW, 24" TFT monitor with maximum resolution 1920x1200
    Problem:
    Monitor works great with my newer T400s and my old Acer laptop. However, with my T400 (described above), I can't make the monitor use the 1920x1200 resolution. However, all the other resolutions look ugly so I need it to work with 1920x120
    - If i change the resolution by rightclicking on the Windows XP desktop (and then properties=>settings) and set the screen resolution there to 1920x1200, then my monitor only used a lower resoltion (1440x900) and I get a scrolling effect as I move my pointer across the screen
    - if I use ATI catalyst software to set the resolution, I can only chose smaller resolutions (it does no go up to 1920x1200)
    Questions
    Is that a hardware (maybe the graphic card does not support 1920x1200) or a software problem (maybe some problem with the driver) or just a matter of setting?
    What can I do?
    Help would be very much appreaciated!
    *Original description: Based 2767-2JG: T9550(2.66GHz), 4GB RAM, 250GB 5400rpm HD, 14.1in 1440x900 LCD, 256MB ATI Radeon 3470HD, CDRW/DVDRW, Intel 802.11agn wireless, Bluetooth, Modem, 1GB Ether, UltraNav, Sec Chip, FPR, Camera, 9c Li-Ion, DOS License
    Solved!
    Go to Solution.

    bfrey wrote:
    Thank you for your answer.
    I have already installed the newsest drivers from Lenovo. I don't really see why I should install a non-official driver. I am convinced that it must work somehow with the official driver.
    Kind regards
    there are plenty of instances where the official driver have glitches... just look around the forum to find instances of which.... while official drivers maybe better in most instances, there are always the odd case where it doesn't work as well as it should. If they perfectly out of box, then there would never need to be multiple revisions and updates. 
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • Problems with TIMESTAMP Field from SQL Server

    OBIEE 11g
    Hi All,
    I want to convert data into OBIEE that is coming from a TIMESTAMP field in SQL Server Database. So in SQL Server field has data like '9/20/2012 12:05:08 AM'. I have first changed the datatype in physical layer to DATETIME and then in BMM I do a CAST(<DATE_FIELD> AS DATE). On the frontend when I use this column the error I get back is [nQSError: 59030] Illegal data type conversion from source type: VARBINARY to target type: TIMESTAMP. (HY000). Does anyone know a workaround or solution.
    Thanks in Advance!

    Hi Guys,
    None of the solutions you mentioned have worked unfortunately. I have a date column and another column that holds user id. I basically want to do a count of all the user id's where that particular date column is NULL. I have checked in the physical layer and the date column in question is coming from SQL Server as a TIMESTAMP datatype. So I initially did not change anything and brought the column in as is but that did not work out. I then tried to change the datatype in the physical layer to DATETIME and then also DATE. After changing the datatype in the physical layer in the BMM I would do a CAST(<date column> as DATE) and this still did not work. I then tried to just change the datatype to DATETIME and DATE without doing the CAST in the BMM and this still did not work. Not too sure what to do now.

  • Problem with Installing and Configuring MS Server 2012 Essentials trial and MS Server 2012 Standard trial

    My name is John Grace.  I have been an MS customer for years.  Never before in my experiences with MS up to this point have I experienced such POOR product support.  Your pre-sales agents have no knowledge to offer with pre-sales config or
    install issues, your support personnel are trained not to provide any reasonable help with even minor questions and concerns helping to make sure your trial experiences are progress and successful, your product support Mgrs show lack luster concern if you
    need some technical direction.  The first thing that is asked is do you have a support contract or credit card for this session.  Now, if I am evaluating products a support contract should not be necessary as you should want customers to have good
    outcomes with their trials.
    I have been trying to configure test servers with the above mentioned products for the past 6 days with no success.  Each install is different and the configurations some times work and some times they don't.  I reach out for help in your forums,
    etc., and am still at square one.
    This frustrating and breeds a lack of confidence in your organization.  When Bill Gates was in charge I experienced none of the nonsense today. 
    I have identified bugs and issues to your product teams and they gladly accept these.  But when help is needed...it is send us an email type attitude.  I have 8 8 core servers running  windows 2008 server R2 slated for upgrading to windows
    2012 server, and more after that.  If I don't get the trial software to work, the upgrades are terminated.
    Please give me some help or you will loose me as a customer, and customers that I installed systems for.
    John Grace
    (937) 286-4912
    John Grace

    Hi again Alan,
    Thanks for the reply, i have however not been able to find any viable hotfix from MS addressing this problem so far. I only found the QFE for 2008 R2, but this is not applicable in my enviroment.
    Sadly, we are experiencing the same issue with the 2008 R2 server as print server now. So the problem seems to be with the 2012 R2 RDS servers.
    We have been able to narrow it down to a probable cause though:
    The issue seems to be the cause of Client Side Rendering, even if it is disabled on the shared printers. We are seeing heavy bloating in the registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider
    The same printers are listed multiple times in subkeys for each user-SID.
    The print server is listed twice under the 'Servers' key, once with just the hostname and once with the fqdn. Benath these two many of the printers are also listed multiple times.
    Consequences are that printers are showing as clones for the users and they cannot set them as default printer. If they remove the printer manually, it just reappears. Setting a delete on the shared printer through GPP does not work either.
    The only manual workaround we have found working is to delete the entire "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider" key on the
    terminal server in question, and then restart the print spooler. This fixes the problem for the user, but once they start logging off and on again, the bloating of the registry is at it once more - and the problems following with it.
    In an enviroment with 70+ printers and 15 RDS servers, spread on 3 different farms, it's not a good solution though.
    Any ideas?

  • Sync Problems With Ipod and External HDD

    Ive just got a new 4G ipod after returing it because of HDD problems and when i try to sync with itunes, it manages to sync a random number of songs (ill get to that later) often about a 100 and the says "Ipod could not be written or read from". The thing is that i use an Lacie 80Gb External USB 2.0 Powered Harddrive as my Music library. Also it seems not to be USB timeout because ive tried to power both the External HDD and Ipod with an external powered USB 2.0 Hub. Ive found out that the number of songs that syncs each time depends on the songs, because it seems that some songs cannot just be copied (ive tried to copy them through finder and it dosent work either, but moving and/or deleting them works) and they arent in anyway different(what i know of) to the songs that manages to be synced to the ipod. None of the songs have any kind of DRM restrictions.
    Ibook G4   Mac OS X (10.4.7)   Use An External USB 2.0 powered HDD as main media storage

    Ive had it on my Ibook before and then moved it to the HDD because of Space Shortage, and then just added as ive aquired more music. Idon't Really Remeber but i think it worked before without any hiccups. oh well otherwise i can just delete those files because theyre only single files here and there. but its quite irritating because they don't seem to have any kind of corruption.

  • Firefox problems with slow and unreliable dialup internet connection

    I have a slow an unreliable dialup internet connection. This is all that is available in my area -- no form of 'broadband' internet is available, not even satelight (I have too many trees in the way).
    What happens is that due to the poor quality of the analog telephone system (very old and poorly maintained copper cables), my modem drops the internet connection from time to time -- it *usually* dials back, but sometimes I have to manually restart the connection. Because the the connection is so slow, it takes a long time to completely load pages and if the connection is lost in the middle of loading a page, Firefox seems to become 'confused' and even if I stop loading the page and then try to reload it, it does not do so. I have an external modem, so I can watch the blinking lights, so I know when data is being transfered (I also have a connection monitor feature as part of my dialup connection software which shows a bar chart of data transfers over the dialip connection).
    I *seems* like what is happening is that Firefox has open network connections that become 'void' when the connection is lost and then reconnected and Firefox attempts to re-cycle these connections. Or else it has 'worker threads' that have become confused or wedged.
    Are there settings that I can set (eg with 'about:config') to deal with these issues?

    Maybe it helps if you toggle the File > Work Offline setting on/off.
    You can also try to reload web page(s) and bypass the cache.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Cmd + Shift + R" (MAC)

  • Problem with itunes and external hard drive

    I've have recently downloaded the newest version of itunes, I also have an external hard drive with 40gbs of music on.
    When I open itunes preferences and set library to an external one, none of my music copies to itunes.
    I have tried to individually copy music folders to itunes, but my whole mac freeze's
    Any advice please?

    You might find this article useful: iLounge - Managing your iTunes Library on an External Hard Drive

  • Problem with iTunes and external drive

    I moved my files to an external hard drive months ago but apparently forgot to uncheck the auto synch button.  It seems that I just managed to copy them all back to my computer hard drive where I now only have 6gb.  Since I originally moved the files I have put some movies and a little music on the computer and have iPad files in the mix.  How to I get it all synched so that I know I have everything and then delete it from my hard drive?
    I then would like to add some new CDs to the IPod, but do not want them stored on my computer drive, just external drive.
    Please feel free to treat me like I am clueless because I am.  Once I burned my entire Cd collection and moved it I have not done anything else with iTunes except buy the occasional app.
    Thanks in advance for the help. 
    I was trying to follow directions on another post which did not seem to fit so I began trying random things.  Very bad idea!
    Cyndi

    Nevermind.  I figured it out.

Maybe you are looking for

  • Help needed in adding effects of certain HTML tags in Flex spark Richtext

    I want to apply the effects of the following HTML tags/ attributes, in my HTML text rendered in Flex Spark Richtext Component. Superscript - <sup> Subscript - <sub> Blockquotes - <blockquotes> Ordered Lists - <ol><li> Unordered List - <ul><li> Horizo

  • Issue with fill in the blank field and back button.

    I am working in CP4 AS2.  I have create a page of fill in the blank fields to simulate filling in a form.  On the next slide, I show the answers by extracting the variables into text boxes.  I have a back and a next button and instruct the user to re

  • MacBook Air (2009) with Windows 7

    Hello everybody, I use my MacBook Air (2009,1.86GHz Intel Core 2 Duo, 2GB 1067 MHz DDR3, OS X 10.9.3), also with Windows 7 for a software design: ( Rhinoceros 4 (all original softwares). In my case, when I use Windows 7 the temperature of the hardwar

  • Printer output does not match Print Preview

    I'm just starting out with this and did a layout of some photos I took with captions. Using File>Print and then clicking "Preview in the resulting dialogue box shows that everything fits on the sheet of paper. HOWEVER, after printing the page, the bo

  • Upgrading from panther to (tiger?)

    Hi im on os x 3,9. Im getting to the point where i need to move onto os x 10.4 with some software i want to use. What are my options ? : 1. What should i move on to Tiger - Leapord - whats suitable for my emac 800mhz? Also am i limited to only upto a