ODBC in server 64 bits

Dear all.
In my test server (W2003 Server 32bits) I have installed an ODBC to external DB , and with transaction DBCO I have made the connection.
Finally in Z program with Native SQL , I can establish the connection to DB, and do querys to external DB..., and ALL it's OK.
I have transported the program to my production server (W2003 Server 64 BITS) , I have installed the same ODBC, I have made the same in DBCO..., and I have tested the ODBC run correctly...
What it's the problem???... In my ABAP program, the connection it's not established... why if all configurations are the same as in test server???...
I think the problem it's the ODBC driver it's for 32 bits..., and I need to indicate SAP that use drivers of 32 bits too...
Do you know how can I do it??
One key point --> If I go to configure ODBC throught Control Panel (odbcad32.exe in folder Windows\system32)..., not appear the driver that I need... Then, I execute the program odbcad32.exe in folder Windows\SysWOW64 appear all drivers to 32 bits system, and it's in this place where I create my ODBC connection because the driver that I need appear.

> There is not ODBC driver to my external DB in 64bits..., I check it.
Then you are pretty lost...
> But the ODBC connection run OK in 64 bits... because I have done querys through this ODBC from my server with special program to check if ODBC it's OK or no.
Yes - because your run a 32bit application which can load the 32bit ODBC driver.
> Then I don't understand why if the ODBC it's OK and run in 64 bits, why SAP cannot read this ODBC ....,
A 64bit program (mainly disp+work.exe) can not load a 32bit ODBC driver (a 32bit DLL). If you do a connection test, the program you do that with (the ODBC panel) is 32bit and hence it's working. That's also the reason why you can't do the connection test using the 64bit ODBC panel (when not using the one in sysWOW64).
> It's very easy tell me that I install the 64 bits driver..., but if I cannot get it... what can I do??
contact the database developers - they should be able to recompile their software for 64bit.
Markus

Similar Messages

  • Problem: [Microsoft][ODBC SQL Server Driver][SQL Server]The Microsoft Distributed Transaction Coordinator (MS DTC) has cancelled the distributed transaction.

    Hi Gurus,
    I have this problem in my MS SQL Server 2012 that is running in SQL Server 2008 R2 Enterprise 64 bit.. Not sure why... Here is the full details of the error:
    Microsoft OLE DB Provider for ODBC Drivers 80040E14
    [Microsoft][ODBC SQL Server Driver][SQL Server]The Microsoft Distributed Transaction Coordinator (MS DTC) has cancelled the distributed transaction.
    /Libraries/DBA/DBA.asa, line 717
    Line 717 is this:
    rs.open destTableName,,,,adCmdTable
    Full details of the code:
        'Field object used to iterate through each field of the rs
        dim rs, fld
        'call dbInitRS(rs)
        set rs = server.createobject("adodb.recordset")
        'On Error Resume Next
        'Open rs
        set rs.activeConnection = myConnection
        rs.cursorType = adOpenKeyset
        rs.lockType = adLockOptimistic
        'rs.open destTableName
        rs.open destTableName,,,,adCmdTable
        'if err.number <> 0 then
        '    goto HandleError
        'end if
        rs.addNew
    Any ideas how to solve this problem?
    Thanks

    Still does not work. I have allow MSDSTC in my firewall list.
    Hi dudskie,
    Have you try to use DTCTester or DTCPing to verify MSDTC functionality over the network? Please refer to the following article:
    Troubleshooting Problems with MSDTC:
    http://msdn.microsoft.com/en-us/library/aa561924.aspx
    Use the DTCTester utility to verify transaction support between two computers if SQL Server is installed on one of the computers. The DTCTester utility uses ODBC to verify transaction support against a SQL Server database. For more information about
    DTCTester see How to Use DTCTester Tool.
    Use DTCPing to verify transaction support between two computers if SQL Server is not installed on either computer. The DTCPing tool must be run on both the client and server computer and is a good alternative to the DTCTester utility when SQL Server
    is not installed on either computer. For more information about DTCPing, see
    How to troubleshoot MS DTC firewall issues.
    If you have any feedback on our support, please click
    here.
    Hope this helps.
    Regards,
    Elvis Long
    TechNet Community Support

  • Oracle 8i Server (32 bit) and oracle 9i client (32) bit on Win 2003 64bit??

    Hi,
    1st server (DB Server)
    OS : Windows 2000 Server
    Oracle 8i Server (32 bit)
    2nd server (Web Server)
    OS : Windows 2003 SP2 (64 bit)
    Oracle 9i client (32 bit)
    After i installed, oracle 9i client (32 bit) in Windows 2003 SP2 (64 bit), i managed to install and configure tnsnames and connects using SQL Plus. However, i CANNOT see Oracle in ODBC.
    Que 1 : Why? Why i cannot see any Oracle in ODBC? Is it because of 64 bit?
    Que 2: If i installed Oracle 9i client (64 bit), will it solve the problem?
    Que 3: Will my .Net software gives problem when application installed in IIS interacts with DB server???
    thanks
    rama

    user632098 wrote:
    I ahev Oracle 11.2 64 bit client installed on a Windows Server Now I have a reuqireemnt to install Oracle 11.1 32 bit for some SQL Server SSIS connectivity to Oracle.
    I can install 11.1 in a separate HOME. Porblem I have is if I install 11.1, it will put 11.1 ORACLE_HOME\bin before 11.2. How can I sendure that 11.2 is before 11.1, so sqlplus is exceuting from 11.2. I do not wnat to deisntall 11.2 and then resinstall it.
    Thanks.
    establish the PATH variable to contain the desired order

  • Question On How to Install Teradata ODBC on CF9 64-bit?

    Need to install Teradata drivers on 2 different servers:  A Windows 7 64-bit, and a Windows Server 2008 R2, both running IIS 7.5 and CF 9.0.1 64-bit.  Am fairly sure this needs to be set up as an ODBC Socket in CF Admin.  I've downloaded both the 32 and 64-bit Teradata drivers from Teradata web site (version 13, latest ones).   But have not installed or done anything yet.
    First, is it correct with CF9 64-bit, in CF Admin, that the ODBC Socket drop-down will only display 64-bit drivers?  Thus only allowing ODBC connections using 64-bit drivers?   For example, I've been unable to get a 32-bit IBM DB2/UDB ODBC driver to appear in the drop-down.  However, the same 64-bit DB2 driver shows up in the drop-down, but when I test the connection in CF Admin, I get a "type mismatch" error message.  Have not been able to resolve.  Am hoping I don't experience the same issue with Teradata.
    On a development Windows 7 server at work, I successfully installed the 32-bit Teradata drivers, but on a Windows 7 32-bit server, and CF9.0.1 32-bit.  After installing and configuring the Teradata 32-bit driver in Control Panel/ODBC Data Sources, the driver DID show up in ODBC Socket drop-down, and tested fine.
    But not sure what to do on 64-bit servers, and 64-bit CF9?   If anyone has been able to successfully install and configure a Teradata ODBC-Socket connection on either Win 7 or Windows Server 2008 R2, 64-bit, using CF9 64-bit and IIS, would greatly appreciate any help/advice on what you did to create a successful connection in CF Admin.  Thank you,
    Gary

    No luck.  After installing Teradata 64-bit ODBC drivers, and successfully configuring them in Windows 7 64-bit, <Control Panel, ODBC Data Sources>, and IIS 7.5, I got the same architechture mis-match when trying to add them as an ODBC-Socket DSN. 
    After running into same problem with IBM's UDB/DB2 64-bit drivers, and after reading additional posts, I've come to the conclustion that CF9 64-bit does not support 64-bit drivers in an ODBC-Socket connection.  And if you install/configure 32-bit drivers, they won't appear in CF9's drop-down list of available ODBC-Socket connections.  It appears to only display 64-bit drivers, including the built-in ones (which I believe are mostly JDBC drivers).  If anyone disagrees, please advise.
    Yet, on a test server with 32-bit Windows 7 and 32-bit CF9, and 32-bit DB2 and Teradata drivers, everything works fine.  Don't understand why this doesn't work on 64-bit platforms.
    At work, we are upgrading our production servers from Win2K 32-bit to Win Server 2008 R2 64-bit.  And upgrading our testing servers at our desks to Win7 64-bit.  And switching the main database from Oracle and SQL Server to Teradata.  (We do have about 4 Oracle DSNs, and 1 SQL Server DSN, and they all work fine using native Oracle/SQL Server drivers that come with CF9 64-bit).  If I can't get the DB2 and Teradata (particularly the Teradata drivers) to work on this new Win Server 2008 R2 64-bit production server, we won't be able to run any of our ColdFusion programs. 
    Here are some options I've come up with, and would appreciate advice/recommendations from anyone who may have some experience with this:
    OPTIONS:
    1.  Un-install CF9 64-bit and and install CF9 32-bit on both Win Server 2008 R2 64-bit and Win 7 64-bit.  Not sure if either of these 64-bit OS will run a 32-bit CF9 installation normally, without problems or errors.  If this is the best way, will all existing Oracle and SQL Server DSNs need to be re-configured, and will those work properly?
    2. Run CF9 64-bit in 32-bit mode.  Can this be done?  If so, where do you find out how to do this?  And how does this impact current DSNs using Oracle and SQL Server, that are already configured and running normally? 
    3. Leave all "as is" and install Teradata JDBC Drivers.  They are available from their web site.  If this is best solution:
       A. Do you need to un-install the Teradata 64-bit ODBC drivers, or is it OK to just leave them there? 
       B.  I've never installed 64-bit JDBC drivers.  After install, how are these added as a CF DSN? Do they just show up on the main DSN driver drop-down list in CF Admin?  Or do you have to use OTHER?    I've looked at doing a CF "OTHER" configuration, and it asks some questions I don't have the answers to off-hand, and our Teradata DBAs aren't familiar with ColdFusion, so no help there.  So am hoping Teradata will just "show up" as an available driver when adding new DSNs in CF Admin. And I won't need to use OTHER.  Anyone know?
    Appreciate any help/advice.  I cannot ask my company to purchase additional licenses of CF9, until I know:
    1.  Whether I can get, and how I can get, a Win Server 2008 R2 64-bit server to use CF9 to connect to our Teradata Data Warehouse.
    2.  Which version of CF9 to purchase and install on these 64-bit servers (32 or 64 bit)
    Really appreciate any help/advice.  Thank you.
    Gary

  • Dg4odbc on windows server 64 bit

    windows server 64 bit
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    Gateway : Heterogeneous Agent Release 11.2.0.1.0 - 64bit Production Built with Oracle Database Gateway for ODBC
    Oracle Home :D:\Oracle\Ora10G
    Gateway Home : C:\product\11.2.0\tg_1\
    Steps Done :
    1) COnfigured Gateway Intialisation Parameter file
    HS_FDS_CONNECT_INFO = dg4odbc
    HS_FDS_TRACE_LEVEL = 02)configured listner.ora
    LISTENERSQLDB =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = xx.xx.xx.xx)(PORT = 1522))
    SID_LIST_LISTENERSQLDB =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = dg4odbc)
          (ORACLE_HOME = C:\product\11.2.0\tg_1)
          (PROGRAM = dg4odbc)
      )I have another listner listening to port 1521
    3)configured tnsnames.ora for gateway in Gateway home(C:\product\11.2.0\tg_1\NETWORK\ADMIN )
    dg4odbc  =
      (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST= xx.xx.xx.xx)(PORT=1522))
        (CONNECT_DATA=(SID=dg4odbc))
        (HS=OK)
      )4)created database link from SQL*plus
    tested database link
    Returned withe following error
    25-OCT-2010 12:31:44 * (CONNECT_DATA=(SID=dg4odbc)(CID=(PROGRAM=)(HOST=ISSL\ISSLDMUM01PC092)(USER=Renjith.Madhavan))) * (ADDRESS=(PROTOCOL=tcp)(HOST=xx.xx.xx.xx)(PORT=4225)) * establish * dg4odbc * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
      TNS-00530: Protocol adapter error
       64-bit Windows Error: 2: No such file or directoryI am able to tnsping dg4odbc ;
    tried running dg4odbc from command prompt and its OK .
    Please let me know what else can be done .
    Thank You .

    Dear Mike ,
    I thank you for your valuable time ......
    Let me list out my issues again at this point of time .
    Lets begin from my first post :
    1) Post 1 above .
    I would like to add little more info to my post 1 . The listner.ora shown there is of 10g database . I have 2 listeners configured there one listening to port 1521 and another listening to port 1522 .
    2)if i add another listener for my gateway , configure it in gateway home , should i use a differnet - third port .
    3)I already added a listener using gateway netmgr
    4)
    11.2 gw bin is set before 10g bin
    C:\Documents and Settings\oraadmin>set
                                                           Path=C:\product\11.2.0\tg_1\bin;****;D:\Oracle\Ora10G\bin;
                                                          ****;*******;Still the listener shows as below
    C:\product\11.2.0\tg_1>lsnrctl
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 25-OCT-2010 15:08
    :08
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> status
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 10.2.0.4.0 - Produ
    ction
    Start Date                16-OCT-2010 00:31:08
    Uptime                    9 days 14 hr. 37 min. 3 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\Oracle\Ora10G\network\admin\listener.ora
    Listener Log File         D:\Oracle\Ora10G\network\log\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ISSLDP-DB015.issl.in)(PORT=1521)))
    Services Summary...
    Service "LADSLXDB" has 1 instance(s).
      Instance "ladsl", status READY, has 1 handler(s) for this service...
    Service "LADSL_XPT" has 1 instance(s).
      Instance "ladsl", status READY, has 1 handler(s) for this service...
    Service "ladsl" has 1 instance(s).
      Instance "ladsl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> status listener1
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ISSLDP-DB015)(PORT=1522)
    STATUS of the LISTENER
    Alias                     LISTENERSQLDB
    Version                   TNSLSNR for 64-bit Windows: Version 10.2.0.4.0 - Produ
    ction
    Start Date                25-OCT-2010 15:52:46
    Uptime                    0 days 0 hr. 18 min. 15 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\Oracle\Ora10G\network\admin\listener.ora
    Listener Log File         D:\Oracle\Ora10G\network\log\listenersqldb.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.80.41.22)(PORT=1522)))
    Services Summary...
    Service "dg4odbc" has 1 instance(s).
      Instance "dg4odbc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully5) Tnsnames.ora entry is in the 10.2 D:\Oracle\Ora10G\network\admin directory now .
    6)* In the services.msc , i can see only the listeners created by 10g net manager , i cannot see any service for gateway or listner created for gateway . *
    Edited by: Renjith Madhavan on Oct 25, 2010 4:34 PM

  • Error: [Microsoft][ODBC SQL Server Driver]Protocol error in TDS stream

    hello,
    our application vendors are receving the below errors while running their data load job.I spoke to our networking team member and he said everything looks good on the networking side .Can someone please help me with the below errors.we are using
    Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64) Enterprise
    Edition: Core-based Licensing (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1).
    Windows OS:windows server 2008 R2 sp1
    7280
    6920
     DBS-070401
    6/5/2014 1:17:24 PM
    |Data flow DIM_CONTRACT_SWAM_INIT_LOAD_DF|Loader Key_Generation_DIM_CONTRACT
    7280
    6920
     DBS-070401
    6/5/2014 1:17:24 PM
    ODBC data source <HPWDBOE001> error message for operation <SQLExecute>: <[Microsoft][ODBC SQL Server
    7280
    6920
     DBS-070401
    6/5/2014 1:17:24 PM
    Driver][DBNETLIB]ConnectionWrite (send()).
    7280
    6920
     DBS-070401
    6/5/2014 1:17:24 PM
    [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.>.
    6760
    6164
     DBS-070401
    6/5/2014 1:17:24 PM
    |Data flow DIM_EMPLOYER_GROUP_SWAM_INIT_LOAD_DF|Reader TCRdr_9
    6760
    6164
     DBS-070401
    6/5/2014 1:17:24 PM
    ODBC data source <serverName> error message for operation <SQLExecute>: <[Microsoft][ODBC SQL Server Driver]Protocol error in
    6760
    6164
     DBS-070401
    6/5/2014 1:17:24 PM
    TDS stream
    6760
    6164
     DBS-070401
    6/5/2014 1:17:24 PM
    [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionRead (recv()).
    6760
    6164
     DBS-070401
    6/5/2014 1:17:24 PM
    [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.>.
    I googled and found the below link the below link which asked me to enable named pipes.I enabled
    namped pipes in the sql server Network configuration.I havent yet restarted the sql services as this is a prod box.I will do it later in the evening today.
     http://social.msdn.microsoft.com/Forums/sqlserver/en-US/69149a71-3c15-4c95-9f95-a30db458abeb/sql-server-2005-communcations-errors-through-odbc?forum=sqldataaccess 
    Can someone help me with these errors.
    Thanks
    lucky

    Thank you Erland.
    I dont see any crash dumps in sql server.I checked the tcp chimney and its set to automatic.I am not knowing what to look at to resolve this issue.
    if its the issue with the client API can i ask our vendor to check the client? 
    Our networking member gave the following report:
    No problems on vlan 14 or your port   the top is from the switch to your server then bottom is from my pc to your server
    SP_DC_CORE_VSS# ping 10.10.12.228
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.10.12.228, timeout is 2 seconds:
    Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
    SP_DC_CORE_VSS#
    lucky

  • Full load failed with  [Microsoft][ODBC SQL Server Driver]Datetime field

    Hi,
    we are doing a full load with RDBMS SQLServer.
    It failed due to the below error.
    [Microsoft][ODBC SQL Server Driver]Datetime field overflow. Can you please help
    thank you

    968651 wrote:
    Hi,
    we are doing a full load with RDBMS SQLServer.
    It failed due to the below error.
    [Microsoft][ODBC SQL Server Driver]Datetime field overflow. Can you please help
    thank youhttp://bit.ly/XUL950
    Thanks,
    Hussein

  • Strange ODBC problem with 64 bit (x64) 10.2 client

    Hi,
    I'm encountering a strange problem with the 64 bit ODBC driver that comes with the 64 bit (x64) 10.2 client. I have installed the client and that all went fine, and I can use sqlplus to access my databases.
    Now, I have setup an ODBC datasource using the Oracle ODBC driver that gets installed and if I click on the Test button and provide correct login information I get connected just fine.
    So, now if I attempt to use this ODBC datasource from a 64 bit program that I am writing, I get the following error message :
    [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified.
    I'm know my program is ok because I have tested it with other ODBC drivers and they work. I can't seem to determine what exactly I'm missing that is making this not work. I have set the environment variables TNS_ADMIN and ORACLE_HOME to point to the correct places - I think, but that doesn't help. Also, the Oracle \bin directory is in the path as I thnk it should be.
    I'm stumped. Does anybody have any idea what could be the problem here ?
    Thanks,
    Nick

    Hi,
    I tried that and I couldn't get it to connect using the Oracle ODBC driver. It worked fine if I picked a SQL server ODBC datasource, but not an Oracle one. With the Oracle ODBC DSN, I don't even get an Oracle message, I get an ODBC configuration error.
    I'm pretty sure that the Oracle ODBC driver is 64-bit since the ODBC admin program is a 64-bit program and it is able to do the test ok.
    I'm think that the when using the ODBC driver, there is something in the environment or in the naming of the DSN that I am doing wrong

  • Installing problem on Windows 2003 Server 64 bit

    Dear All,
    I'am trying to install XE onto a Windows 2003 Server 64 bit.. The installation process ends without any errors but the database itself seems not to start.
    I tried several hints that have been mentioned here within the forum. But none of them worked. While experimenting I saw that there is not a single registry entry of Oracle within HKEY_LOCAL_MASCHINE\Software .
    Is there a possiblity to set those needed registry entries manually? Is there a script for that purpose?
    Thank you very much for your help!
    Regards
    Matthias

    Hi,
    thank you for your reply. As 32bit programs should run under Windows 64bit I thought the XE should run under 64bit, too.
    The installation of XE itself seems to finish without any errors. But within the log files it can be read that the database has not started up due to a out of memory problem. This causes many log entries within all other logfiles as no database could be created.
    The out of memory problem might be the same as within Advice on running XE on a small virtual Linux host ("Virtuozzo") because I am using a virtual windows 2003 server with "Virtuozzo", too.
    At this time I am on discussing the issue with the provider. Maybe I will get a dedicated server with Windows Server 2003 64bit. Hopefully the XE could be installed on the 64bit Windows Server because 32bit dedicated servers are rare.
    Best regards
    Matthias

  • I have a Windows 2003 Server 64-Bit, and when I upgraded to Firefox 4.0.1 now it won't run, it keeps saying to restart to complete the installation, but I've restarted theserver 4 times, and I still can't use it.

    I have a Windows 2003 Server 64-Bit, and when I upgraded to Firefox 4.0.1 now it won't run, it keeps saying to restart the computer to complete the installation, but I've restarted theserver 4 times, and I still can't use it.

    I ended up putting it in DFU mode.  It's kinda hard to tell it was in DFU mode because nothing showed on the screen, it was just black, but the sounds from the computer helped to tell me it was connected.
    Itunes still didn't recognize the device for whatever reason.
    So I used redsn0w.  I don't know if I can say that on these forums, but considering itunes was worthless at this point I am going to give credit where credit is due.
    Now I am giving itunes a second chance to upgrade to 5.1, if it doesn't work, well, back to redsnow and maybe I will even jailbreak it this time rather than just using the fecovery fix found under extras.

  • BO XI 3.1 SP2 error while installing in Windows 2008 ENT Server 32 Bit

    Hi
    We have  windows 2008 enterprise edition 32 Bit SP2 , While installing  BO 3.1 SP2 we are getting the following error.
    "Some files could not be created.
    Please close all applications, reboot Windows and restart this installation."
    1.we do have enough space as well as we are installing it through administrator account.
    2.I increase the virtual memory size from 2 GB to 4 GB, still same error.
    3.we downloaded the software in two diffrent machines. We tried extracting the "exe" file in two machine but still getting the same error.
    4.We dont have any firewall connected and windows firewall is off.
    Is there BO 3.1 Sp2 is available for windows 2008 ent server 32-Bit?
    Because In the download site there is Windows Server on IA32 32-bit.
    is it the correct version?
    Please help us to solve this problem
    Thanks

    We have opened a ticket for this. After subsequent discussion with the forum support person we have installed BO Enterprise 3.1 SP2 fixed pack 2.5 on the server (Windows Server 2008 SP2). On the client side, we have also installed BO Enterprise 3.1 SP2 fixed pack 2.5 and Live Office SP2 fixed pack 2.5.
    Once we tried to use the Web Intelligence document based on OLAP Universe in excel through Live Office it gives the following error.
    "Failed to get the document information. (LO 26315)  A database error occured. The database error text is: Failed to set properties (The component Microsoft® OLE DB Provider for Analysis Services returned server error (Database 'Sales' does not exist.)). (WIS 10901)(6315)".

  • Windows 2008 server 32 bit support

    Hello,
    Is MaxDB officially supported for Windows 2008 server 32 bit  platform?
    Thanks,
    Jose

    Jose Lopez wrote:>
    > OK, then perhaps mention specifically W2003 in the download link?
    Hmm... about what download link are you talking?
    The one in the download area here in SDN?
    If so, then this is not relevant for SAP customers as they should get all their software via DVD delivery or the Service Marketplace downloads!
    In the service marketplace download sections there are no restrictions given, since the Product Availability Matrix (https://service.sap.com/pam) contains all the release/support information.
    In general, the PAM is the one single place to check for supported versions.
    regards,
    Lars

  • Windows 2008 server (64 bit) setup not starting?

    To all,
    Windows 2008 server (64 bit) setup not starting? downloaded v17228-01-2of2 and v17228-01-1of2? Any ideas why the installer not starting?

    Installing oracle database 11g( 64bit) on a windows 2008 server (64bit). I do not get the setup tool to start
    Downloaded
    Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 (Part 1 of 2) V17228-01 Part 1 of 2
    and
    Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 (Part 2 of 2) V17228-01 Part 2 of 2
    Edited by: user731811 on Oct 14, 2010 1:11 PM

  • [[DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Column name or number of supplied values does not match table definition.]

    Hii ..
    need help on this ..
    This what I am doing ..
    I am using a DATAEXPORT function to export level0 data from my essbase 11.1.2.2 to Microsoft SQL 2008 tables.
    So what I did first I exported the level0 data to a flat file using DATAEXPORT and the created the SQL columns by the same  in that order only in my SQL table.
    When I run it fails with this error:
    ODBC Layer Error: [21S01] ==> [[DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Column name or number of supplied values does not match table definition.]
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1021014)
    ODBC Layer Error: Native Error code [213]
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Error(1012085)
    Unable to export data to SQL table [dataexp]. Check the Essbase server log and the system console to determine the cause of the problem.
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1021002)
    SQL Connection is Freed
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Warning(1080014)
    Transaction [ 0x1c50001( 0x51ee7d66.0x80342 ) ] aborted due to status [1012085].
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1012579)
    Total Calc Elapsed Time for [test.csc] : [1.44] seconds
    =============================================================
    I did a simple test on my Sample.basic application then ..
    loaded the calc data to it and then used the below script to export to a flat file
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET DATAEXPORTOPTIONS
                    DataExportLevel "Level0";
                    DataExportOverwriteFile ON;
                    DataExportColFormat OFF;
                    DataExportDimHeader OFF;
    FIX(
                "Jan",
                "Sales",
                "Actual"
    /*DATAEXPORT "File" "," "/home/hypadmin/samtest.txt";*/
    DATAEXPORT "DSN" "Abhitest" "sample" "sa" "welcome1";
    ENDFIX
    out put as below:
    "Sales"
    "100-30","California"
    "Jan","Actual",145
    Now In sql I created only 3 columns with name Jan/Sales/Actual and when I run this script again with comments removed .. I get the same error as what I have got in my first test case with other application ..
    but when I create the columns with same name as what its in export
    Sales/100-30/Califirnia/Jan/Actual
    It created the new rows successfully ..
    So with this I think the error which I am getting with my other application might be because of the same column issue  .. but then I have created all the columns by looking at the export file only as I did in sample ..
    Any idea would be helpful ..
    Thanks
    Abhishek
    I

    First make sure you add
    DataExportRelationalFile ON;
    to your set commands it is missing
    I alwats like to also add
    DataExportColHeader dimensionName;
    so I am sure what dimension is getting put into the columns.
    Then count the number of dimensions in your outline (exclude attribute dimensions). You need at least that many columns in your table  -1 + the number of  members you will be returning as columns in the export
    Taking your example Sample basic has 5 dimensions
    Measures
    Years
    Scenario
    Product
    Market
    Since you did not specify a dataexportcolheader it took the dense dimension Scenario as the columns. Your fix statement is limiting that to one member. Doing the math
    5 -1 + 1 = 5 columns in your table which is what you found works.  Suppose you fixed on bothe Actual and budget in scenario then you would need 6 columns 5 -1 +2

  • SAPSprint installation on Windows 2008 R2 Server 64-bit

    Dear Gurus,
    as we change our print server to Windows 2008 R2 Server 64-bit I need to install SAPSprint for SAP printing with connection type 'S' out of a NW7.0 based system on HP-UX.
    Till now we used SAPlpd on a 32-bit Windows Server......
    1) Do I simply need to install the xSPrint.exe or can this happen only in combination with the whole SAPGui?
    2) According to note 66971 for Windows 2008 R2 Server 64-bit only SAPGui 7.20 is supported.
    Does this mean that I also have to use SAPSprint release 7.20 or can I use any other release as well.
    On our Windows clients we run SAPGui 7.10.
    Is there any correlation between the SAPGui running on the clients and the SAPGui / SAPSprint release running on the print server or can I simply install the highest SAPSprint release 7.20 on the print server to be sure that it will work with WK8 R2 64-bit?
    I hope I could explain my problem and I am looking forward to your reply.
    Thanks a lot in advance!
    Günter

    Dear Günter.
    Your question is spread over some different areas. Let me point out some tracks to follow:
    There is only a 32-bit version of SAPSprint but that one works also under 64-bit; please refer to SAP note 894444.
    Regarding SAPgui, in general it is recommended to have the last version as it is downwards-compatible with older versions.
    But specially, let me highlight that Windows 2008 R2 is not yet listed in the PAM - and hence not yet supported. The technical prerequisites are met (with a special kernel patch) but not all software is released.
    In fact, and just to provide you further details it is not possible to expect the 710 products released for Windows Server 2008 R2 before around four weeks; 700 products will be released even after 710.
    See SAP note 1383873 ("Windows Server 2008 R2 Support").
    You can be always up to date with the latest Windows news at:
    --> Support of Microsoft Windows Server 2008 R2
    Cheers!

Maybe you are looking for

  • What is the purpose why we define partner determination

    hi my question is what is use of partner determination.  How many partner functions we should create in customer master.  Is there any thumb rule we have create sd,bp,py,sh thanks in advance

  • "Statement not accessible" error in Implicit enhancement - SAPMF05A

    Hi,   I am trying to implement Implicit Enhancement in program SAPMF05A, in module transaktions_init. When I click on Edit -> Enhancement Option -> Show implicit enhancement, it displays implicit enhancement at end of module ( after ENDMODULE) statem

  • Itunes acting up in one user

    Hello all, I have two users in my mac and iTunes is getting ridiculously slow in one of the users. With he other user is fast as it should be, no complains. I tried deleting the preference file (plist) and import all over again like starting from scr

  • Exported Lightroom 3 files

    I exported LR3 edited files as web files with a watermark on them. However, I can't seem to find the edited un-watermarked images in the Library, ony the original unedited RAW files and the watermarked web files. I need the edited files prior to my e

  • While importing file error msg - 7.5NW

    Hi, I am working on 7.5 NW, when i am trying to import the transaction data I am getting the following error. XML file (...OR\TRANSFORMATION FILES\EXAMPLES\TRANSFORMATION.TDM) is empty or is not found I am new to 7.5, please help me in this regard. T