Incoming Payment Error(-2028) Data source - No data found, pls help me

Dear friend,
Im struggle in Adding Incomming Payment, I got -2028 Error msg,
DATA SOURCE – NO DATA FOUND pls help me to solve
Its My code
Public Sub incopay(ByVal oform As SAPbouiCOM.Form)
        Dim incom As SAPbobsCOM.Payments
        Dim value As Integer
        Dim strerror As String
        Try
            Dim rset As SAPbobsCOM.Recordset
            oitem = oform.Items.Item("om")
            oedit = oitem.Specific
            vfd1 = oedit.String
            incom = ocompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments)
            incom.AccountPayments.AccountCode = acc
            incom.AccountPayments.AccountName = accn
            incom.AccountPayments.Decription = "deposit"
            incom.AccountPayments.SumPaid = vfd1
            'incom.CardCode = "C1"
            'incom.CardName = "Shama Broadcast Contents & Services (P) Ltd."
            incom.DocDate = Now
            incom.DueDate = Now
            incom.TaxDate = Now
            incom.DocCurrency = "INR"
            incom.Reference2 = 2
            incom.JournalRemarks = "Incoming Payments - 161020"
            'incom.AccountPayments.Add()
            'value = incom.Add
            incom.CheckAccount = "102020"
            incom.Checks.DueDate = Now
            incom.Checks.CountryCode = "IN"
            incom.Checks.BankCode = "HDFC"
            incom.Checks.Trnsfrable = SAPbobsCOM.BoYesNoEnum.tNO
            incom.Checks.CheckSum = 100
            incom.Checks.Add()
            incom.AccountPayments.Add()
            value = incom.Add
        Catch ex As Exception
            oapp.MessageBox(ex.Message)
        End Try
        ''incom.AccountPayments.Add()
        ''value = incom.Add()
        If value <> 0 Then
            ocompany.GetLastError(value, strerror)
            MsgBox(value & "   " & strerror)
        End If
    End Sub
Regards,
Hempradeep.S

Hi Hempradeep,
I haven't tried executing your code, but suggest that you try and solve it with elimination. This means you make your code shorter and shorter until it posts.
So firstly take out the account payment and the check payments and just do a cash payment and see if it posts. If it posts then you gradually add the code you hade previously until it gives you that error again.
That error you got can be because of many reasons. It could be that the cardcode, gl account, currency, etc, etc, etc does not exist. It could be because of any data you specify from another table does not exist or does not relate to this object. Like when you're posting to a customer and you actually specify a supplier (just an example and not your problem).
Start with a very basic incoming payment and work your way up to the code you've got there now.
Good luck,
Adele

Similar Messages

  • ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified in windows server 2008 r2

    ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified in windows server 2008 r2.I made a application in asp.net c#.I am using ODBC connection.When I deployed my application in windows server2008 r2.There
    is no Microsoft ODBC driver shown in ODBC Data source administrator.Then I go to the C:\Windows\SysWOW64 and open  Odbcad32.exe and add Microsoft ODBC2 driver for Oracle and when I run my application I got following error
    ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
    I am using follwoing string
     <connectionStrings>
    <add name="theconnetion" connectionString="DSN=abdb;UID=abc;PWD=xyz"/>
     </connectionStrings>
    Guide me What I do?

    Did you add a System DSN or a User DSN? If you added a User DSN from your own login, the asp.net application will not be able to use it unless its application Pool in IIS is configured to run under the same credentials that you used for creating
    the DSN. It's better if you add a System DSN.
    Also, be careful to ensure that you are using a 64 bit DSN, unless you configure the application to run in 32 bits. If the 64 bit application attempts to use the 32 bit driver you get the same error message "Data source name not found and no default
    driver specified". See this KB article:
    http://support.microsoft.com/kb/942976/en-us

  • SQL Server Reporting Services: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

    Hey everyone, So I am trying to get a report onto the server, and in BIDS I kept getting a login screen repeating over and over when I tried to deploy my report, so I tried to upload the file at http://<servername>/Reports This worked, but then trying
    to run this report from http://<servername>/Reports did not work either because "An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'FTYDataSource'. (rsErrorOpeningConnection) For more information
    about this error navigate to the report server on the local server machine, or enable remote errors" Anyways I tried to add a New Data Source (which I would use in the report) at http://<servername>/Reports, type ODBC, with the connection string Dsn=blah_blahblah.
    I try to test the connection here and get the error ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified This is really getting old fast, everything I try, a new error comes up. Granted I am new at this,
    but this still should not be this troublesome. Does anyone have any ideas on what could FINALLY allow me to just put a report out onto the server?!? THANK YOU in advance for ANY help.

    Hi,
    Please try setting the credentials of the datasource.
    1. Double click and open the datasource in your project.
    2. Click on the credentials tab, and click on option button 'Use this username and password'
    3. Enter the username and password to connect to the datasource
    4. Deploy or upload the datasource to the report server and try accessing the reports.
    Hope this helps.
    Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
    BH

  • IDT ODBC Error - Data source name not found...

    Hello,
    In the IDT, I have created a successful connection to a Relational Connection to my SQL Server datasource.  However, when I try to access the data in the Data Foundation, I get the error, "ODBC Driver Manager.  Data source name not found and no default driver specified.  I am trying to use a shortcut to the connection in the repository.  I am able to make a local connection to this database using the same steps above but I'm only getting this error when using the respository connection.
    I appologize if I have not explained this well or used the right terminology as I've only been using this tool for about a month with very little support.  The support I do get does not know what this problem is as they are able to connect to it fine on their computer.
    Thank you for your time and responses,
    Aaron

    Hi Aaron
    This is the product limitation.
    Combination of 32-bit and 64-bit data providers in a Multi-source enabled Data Foundation is not supported.
    Remove ODBC Drivers 32-bit for SQL Server from the user's workstation and Install ODBC Drivers
    64-bit.
    Regards,
    Veer S.

  • Error on SQL-DMO ( ODBC Driver data Source name not found)

    I Found the below error and all my maintenance jobs were failing with the same error.
    Do any one have any clue on it. help is much appriciated.
    Microsoft (R) SQLMaint Utility (Unicode), Version ??????
    Copyright (c) Microsoft Corporation.
    [Microsoft SQL-DMO (ODBC SQLState: IM002)] Error 0: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
    Sreeni

    Let us know if you see this issue in SQL 2014 as well. You can quickly create a SQL Server 2014
    Virtual machine on Windows Azure .
    http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-provision-sql-server/
    Thanks, Sethu Srinivasan [MSFT] SQL Server http://blogs.msdn.com/sqlagent -------------------------------------------------------------------------------- This posting is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights.
    Please remember to click &amp;quot;Mark as Answer&amp;quot; and &amp;quot;Vote as Helpful&amp;quot; on posts that help you. This can be beneficial to other community members reading the thread.

  • OBDC Data Source Error - Data source name not found and no default driver specified

    Hello,
    I get this error whenever I try to use the "Modify Microsoft Access Database" tab to update my
    Access 2000 database after a conversion:
    Unable to connect to target database.
    java.sql.SQLException: [Microsoft] [ODBC Driver Manager]
    Data source name not found and no default driver specified
    Now, the weird thing is that when I log in as Administrator and go to the "Control Panel" there is
    no "ODBC Data Sources" option to chose from. So I went to the "Microsoft ODBC Administrator"
    from the "Configuration and Migration Tools" tab instead. I tried configuring "omwb_msaccess"
    under the "User DSN" tab with both the name of my Access file, and the "small.mdb" file that was
    in the omb directory. No go for either one. Whatever I try I still get the same pop-up box.
    Question:
    (1) What should I be putting for the "ODBC Data Source" when I try to Migrate my Access Database?
    (2) Any other idea/configuration issue I might be missing that could do this? The process works up
    to the Access Update point, and I configured the repository correctly.
    Thanks
    Aaron - [email protected]

    Nope, I'd already tried both of those things. I checked again, but no go.
    I think the problem may be that I'm not entering the right value in the
    "ODBC Data Source" field on the Migration Workbench "Modify Microsoft
    Access Database" form - the same one where you enter a "Username" and
    "Password" for the conversion. What should I be entering here? What is
    the standard filename?
    The log files aren't very informative to me. Here is the odbcconf.log:
    ==============
    ODBCConf called with arguments: '/S /Lv odbcconf.log /F C:\WINNT\System32\mdaccore.rsp'
    Data Struct:
         Reboot First : 0
         Use Response File : 1
         Response File : 'C:\WINNT\System32\mdaccore.rsp'
         Erase Response File: 0
         Silent : 1
         Continue on Error : 0
         Log Mode : 2
         Log File : 'odbcconf.log'
         Actions:
              8, '(null)', '(null)', ''
              6, 'MS Code Page Translator|Translator=MSCPXL32.dll||', '(null)', '"MS Code Page Translator|Translator=MSCPXL32.dll||"'
              5, 'Microsoft ODBC for Oracle|Driver=msorcl32.dll|Setup=msorcl32.dll||', '(null)', '"Microsoft ODBC for Oracle|Driver=msorcl32.dll|Setup=msorcl32.dll||"'
              1, 'Microsoft ODBC for Oracle', 'CPTimeout=60', '"Microsoft ODBC for Oracle" "CPTimeout=60"'
              17, 'simpdata.tlb', '(null)', '"simpdata.tlb"'
    EXECUTING ACTIONS
    Executing Action: INSTALLDRVRMGR
              arg1: '(null)'
              arg2: '(null)'
              args: ''
    Install Driver Manager succeeded
              Return HR: 0x0
    Executing Action: INSTALLTRANSLATOR
              arg1: 'MS Code Page Translator|Translator=MSCPXL32.dll||'
              arg2: '(null)'
              args: '"MS Code Page Translator|Translator=MSCPXL32.dll||"'
    INSTALLTRANSLATOR SQLInstallTranslatorEx succeeded
              Return HR: 0x0
    Executing Action: INSTALLDRIVER
              arg1: 'Microsoft ODBC for Oracle|Driver=msorcl32.dll|Setup=msorcl32.dll||'
              arg2: '(null)'
              args: '"Microsoft ODBC for Oracle|Driver=msorcl32.dll|Setup=msorcl32.dll||"'
    INSTALLDRIVER SQLInstallDriverEx succeeded
              Return HR: 0x0
    Executing Action: CONFIGDRIVER
              arg1: 'Microsoft ODBC for Oracle'
              arg2: 'CPTimeout=60'
              args: '"Microsoft ODBC for Oracle" "CPTimeout=60"'
    CONFIGDRIVER SQLConfigDriver succeeded
              Return HR: 0x0
    Executing Action: REGTYPELIB
              arg1: 'simpdata.tlb'
              arg2: '(null)'
              args: '"simpdata.tlb"'
              Return HR: 0x0
    ===========
    Here is a snippet from the error.log:
    ==========
    ** Oracle Migration Workbench
    ** Release 9.2.0.1.0 Production
    ** ( Build 20020308 )
    ** ORACLE_HOME: c:\
    ** user language: en
    ** user region: US
    ** user timezone: PST
    ** file encoding: Cp1252
    ** java version: 1.1.8.16
    ** java vendor: Oracle Corporation
    ** o.s. arch: x86
    ** o.s. name: Windows NT
    ** o.s. version: 5.0
    ** Classpath:
    c:\\Omwb\olite\Oljdk11.jar;c:\\Omwb\olite\Olite40.jar;C:\Program Files\Oracle\jre\1.1.8\lib\rt.jar;C:\Program Files\Oracle\jre\1.1.8\lib\i18n.jar;c:\\Omwb\jlib;c:\\Omwb\jlib\Omwb.jar;c:\\Omwb\jlib\oembase-9_2_0.jar;c:\\Omwb\plugins\SQLServer6.jar;c:\\Omwb\plugins\SQLServer7.jar;c:\\Omwb\plugins\SQLServer2K.jar;c:\\Omwb\plugins\Sybase11.jar;c:\\Omwb\plugins\Sybase12.jar;c:\\Omwb\plugins\MSAccess.jar;c:\\Omwb\plugins\MySQL.jar;c:\\Omwb\drivers\mm.mysql.jdbc-1.2a;c:\\Omwb\plugins\Informix7.jar;c:\\Omwb\drivers\ifxjdbc.jar;c:\\Omwb\plugins\db2400v4r5.jar;c:\\Omwb\drivers\jt400.jar;c:\\lib\xmlparserv2.jar;c:\\rdbms\jlib\xsu111.jar;c:\\jdbc\lib\classes111.zip;c:\\lib\vbjorb.jar;c:\\jlib\netcfg.jar;c:\\jlib\ewt3.jar;c:\\jlib\ewtcompat-3_3_15.jar;c:\\jlib\share.jar;c:\\jlib\help3.jar;c:\\jlib\oracle_ice5.jar;c:\\jlib\kodiak.jar
    ** Started : Tue Jul 23 12:13:42 PDT 2002
    ** Workbench Repository : Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    ** The following plugins are installed:
    ** Microsoft Access Release 9.2.0.1.0 Production
    ** Active Plugin : MSAccess
    ** Shutdown : Tue Jul 23 12:14:59 PDT 2002
    I appreciate any assistance you could render me.
    Thanks - Aaron

  • Infa Error: Data source name not found and no default driver specified

    All,
    Infa version 8.1, DAC 795. Plain vannila installation with SQL server. Both client and server installed in same machine.
    DAC connectivity both with infa and oltp working fine. When ETL is run, Informatica session logs are giving following error:
    ERROR 10/2/2008 3:49:01 PM node01_PPMBIDEV1 MAPPING CMN_1022 Database driver error...
    CMN_1022 [
    [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
    Database driver error...
    Function Name: Connect
    Database driver error...
    Function Name: Connect
    Database Error: Failed to connect to database using user [MDVYAS] and connection string [PPMCRMDEV1@OracleBI_Warehouse].]
    Any pointers appreciated

    Hi,
    Did you follow step 4.13.2 - 'Configuring Relational Connections in Informatica PowerCenter Workflow Manager' of the installation and configuration guide?
    Manoj.

  • Data source name not found and no default driver specified in Database Error Code -2147467259

    When I say it works, I mean that it gets no errors and writes the data to the SQL Table. The Connection name and table name are correct as written.

    Hey people,
    I'm having issues when trying to use the DB Tools open connection.vi in order to write data to a SQL data table. In my VI I have two different states that handle different data based on a specific test specified to run, but both are inserted into the same SQL table. I get the unspecified error "NI_Database_API.lvlibB Tools Open Connec (String).vi->Main.vi<ERR>ADO Error: 0x80004005
    Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified in NI_Database_API.lvlibB Tools Open Connec (String).vi->Main.vi"
    when running one test but not the other...since the error is unspecified I'm having a hard time finding any information that might help me.

  • Connect to MS Access using NetBeans, data source name not found!

    Hi
    NetBeans IDE 7.3 and OS was Windows 7 (64-bit )
    When I run my program by NetBeans, it complain about the following errors.
    java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
    In fact, the MS Access file had exist the specify path, I can run the jar file (not in IDE environment) and connect to MS Access DB successfully.
    And I had search from network, and found it said "the ODBC source was run by different server", one was C:\Windows\SysWOW64\odbcad32.exe for 32-bit and c:\windows\system32\odbcad32.exe for 64-bit.
    So the question is, why IDE cannot connect to MS Access DB, How to set NetBeans IDE to make it connectable to 32 bits or 64 bits ODBC, like the program run without IDE?
    Thanks!

    user13005878 wrote:
    java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifiedThat reads like "your datasource configuration is not good, fix it"
    And I had search from network, and found it said "the ODBC source was run by different server", one was C:\Windows\SysWOW64\odbcad32.exe for 32-bit and c:\windows\system32\odbcad32.exe for 64-bit. It would make a whole lot of sense if that was the other way around, don't you think? SysWOW64 for 64 bits and system32 for 32 bits.
    So the question is, why IDE cannot connect to MS Access DBBecause something is wrong
    How to set NetBeans IDE to make it connectable to 32 bits or 64 bits ODBC, like the program run without IDE?By setting the correct connection configuration properties.
    I'm not 100% positive, but I believe that doing ODBC connections from a 64 bits environment is not actually supported in Java. You may be outraged by that - in Java 8 the ODBC-JDBC bridge is going to be completely dropped, no more connecting to Access from Java without third party libraries (which tend to be commercial). In any case for now try to use a 32 bits Java runtime if you're using a 64 bits one.

  • Data Source Name Not Found

    Hey, wonder if anyone has had this problem and knows how to
    solve it. I have a book with details on how to solve the error but
    its hard to understand. The error is: 80004005 - Data source name
    not found and no default driver specified.
    In the book it says "To solve the problem, first be sure that
    the DSN exists on the web server as a system DSN. If the DSN exists
    as a Local DSN, delete the Local DSN and create a System DSN". How
    do I know if it exists as a Local DSN and how do I make sure it
    exists on the web server as a system DSN?? I also deleted the
    locked Access file (.ldb) as suggested in the book.
    I know this is a specific problem and maybe I've missed
    something out, but I'd be really grateful for any help. Thanks very
    much.

    Try here:
    http://tinyurl.com/pbnon
    "ferrarikid123" <[email protected]> wrote in
    message
    news:e3b64c$mqp$[email protected]..
    > Hey, wonder if anyone has had this problem and knows how
    to solve it. I
    > have a
    > book with details on how to solve the error but its hard
    to understand.
    > The
    > error is: 80004005 - Data source name not found and no
    default driver
    > specified.
    >
    > In the book it says "To solve the problem, first be sure
    that the DSN
    > exists
    > on the web server as a system DSN. If the DSN exists as
    a Local DSN,
    > delete the
    > Local DSN and create a System DSN". How do I know if it
    exists as a Local
    > DSN
    > and how do I make sure it exists on the web server as a
    system DSN?? I
    > also
    > deleted the locked Access file (.ldb) as suggested in
    the book.
    > I know this is a specific problem and maybe I've missed
    something out, but
    > I'd
    > be really grateful for any help. Thanks very much.
    >

  • Data source name not found and no default driver specified.

    Hi all,
    I am using Microsoft Accessas as backn'd. when I am starting my Presentation Services I am getting this error> Data source name not found and no default driver specified.

    Your presentation services configuration file
    $SADATADIR/web/config/instanceconfig.xml
    contains an entry DSN which is the connection to the bi server
    then inside your RPD(s) loaded by the bi server
    you will have various connection pools in the physical layer
    which connect to physical data sources such as MS Access
    you can test a physical database connection
    by right clicking a physical table
    then "View Data" or "Update Row Count"

  • EIS : Data source name not found and no default driver specified

    Hi
    I have Oracle Essbase installed in a x86_64 machine.
    I have configured odbc 64 bits how is indicated in SQL Interface Guide, but when try to create catalog the message "ODBC Error [DataDirect][ODBC lib] Data source name not found and no default driver specified"
    The is.sh script set these environment variables:
    #!/usr/bin/ksh
    export ISHOME=/u01/app/oracle/Middleware/EPMSystem11R1/products/Essbase/eis/server
    export EPM_ORACLE_HOME=/u01/app/oracle/Middleware/EPMSystem11R1
    export HYPERION_HOME=/u01/app/oracle/Middleware/EPMSystem11R1
    export ARBORPATH=$ISHOME
    export ESSBASEPATH=$ISHOME
    export ISLOADINFO=$ISHOME/loadinfo
    export ISODBC=$EPM_ORACLE_HOME/common/ODBC-64/Merant/6.0
    export ODBCINI=$EPM_ORACLE_HOME/common/ODBC-64/Merant/6.0/odbc.ini
    export TEMP=/tmp
    case `uname` in
    AIX)
    export JAVA_HOME=$EPM_ORACLE_HOME/../jdk160_11
    export LIBPATH=$ISHOME/esslib:$ISHOME/islib:$ISODBC/lib:$JAVA_HOME/lib:$LIBPATH;;
    HP-UX)
    export JAVA_HOME=$EPM_ORACLE_HOME/../jdk160_11
    export SHLIB_PATH=$ISHOME/esslib:$ISHOME/islib:$ISODBC/lib:$JAVA_HOME/lib:$SHLIB_PATH;;
    Linux)
    export JAVA_HOME=$EPM_ORACLE_HOME/../jdk160_11
    export LD_LIBRARY_PATH=$ISHOME/esslib:$ISHOME/islib:$ISODBC/lib:$JAVA_HOME/lib:$LD_LIBRARY_PATH ;;
    SunOS)
    export JAVA_HOME=$EPM_ORACLE_HOME/../jdk160_11
    export LD_LIBRARY_PATH=$ISHOME/esslib:$ISHOME/islib:$ISODBC/lib:$JAVA_HOME/lib:$LD_LIBRARY_PATH;;
    echo `uname -a`;;
    esac
    export CLASSPATH=$EPM_ORACLE_HOME/common/jlib/11.1.2.0/epm_j2se.jar
    export PATH=$JAVA_HOME/bin:$ISHOME/bin:$PATH

    Hi Andres, Can you please tell me how you resolved this issue? I'm getting the same error when I start EIS as windows services, but when I start from console it works fine.
    Updated................Issue resolved!!!
    OK. Upon researching other windows forums found that I had to add System DSN to ODBC administrator under "C:\Windows\*SysWOW64*\odbcad32.exe". This is because the server is a windows 64-bit machine.
    Thanks
    Edited by: U12345 on Dec 14, 2010 5:58 AM
    Edited by: U12345 on Dec 14, 2010 6:01 AM

  • Getting "Data source name not found and no default driver specified"

    Hi all,
    I'm trying to create a connection in SQL Developer (1.5.0.53) to an Access MDB using the Access Tab on the "New / Select Database Connection" window. I navigate to my MDB and then click the Test button and this is what I get:
    "Status : Failure - Test failed: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified"
    I do have the 1.6 JVM.
    Not a show stopper, but would like to see how SQL Developer works with Access tables, so any help would be appreciated.
    TIA,
    Steve

    This error message sounds like the MS Access ODBC driver or the Jet Engine drivers are not found. First of all you need to check the PATH environment setting if it includes the windows/system32 directory as this is the default directory for the MS Access ODBC drivers.
    Next check if you are a normal user or a local admin user. As local admin open the ODBC Adminstartor (Control Panel/administrative tools) and check if a MS Access ODBC driver is registered.
    If all above is true, please get from www.sysinternals.com and et the process monitor. Open it and apply a filter: Process name is sqldevloper.exe
    Then start SQL Developer and open your created MS Access link. Process mon will now track all info containing all additional DLLs it tries to load.
    Check out the generated log file from the bottom (last info about the mdb file load) to the top and look if it really finds all libraries, especially the MsAccess and Jet libraries.

  • WIS: 10901 Data source name not found and no default driver specified(ODBC)

    Hi, gurus.
    We've created a universe based on Excel spredsheet or MS Access which is using ODBC connection. Then, I try to create query (which is using these universe) in QAAWS or in InfoView, and when I add a filter object to the query, the error occurs:
    "GetDatasourceObject LOV exception (error WIS: 10901)".
    If I don't choose any filter options and want to create query, I'm getting the error: ' [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (error WIS: 10901)'.
    We tried to do this in different operations systems - Windows 7 (32 bit) and XP (32 bit).
    Anymore, we can use this universes at web intelligence rich client with or without filters.
    Need to solve this problem. Please help us.

    Dear all,
    I got the same problem, I have installed BOE 4.0 at Win XP 64 bits, and also installed Sybase IQ 15.2 (32bit) ODBC, and has create the odbc entry "shkdemo" at the System Tab. However, I still got the same error when using the the "Interactive Analysis" thru "BI Launch pad".
    For BOE 4.0, I found that I could only use the BOE Client tools (Universal Design Tool) to create the connection, this client tool I installed it at another 32 bit XP laptop, and I also installed the Sybase IQ 15.2 (32bit) ODBC with the same odbc entry "shkdemo", and using the "Interactive Analysis Desktop, I could be able to create report with data from IQ 15.2.
    Kindly advise, why I still got the error of "10901 Data source name not found and no default driver specified(ODBC)" when I use the "Interactive Analysis" thru "BI Launch pad".
    Cheers,
    Hilda

  • 10901 Data source name not found and no default driver specified(ODBC)"

    Dear all,
    I have installed BOE 4.0 at Win XP 64 bits, and also installed Sybase IQ 15.2 (32bit) ODBC, and has create the odbc entry "shkdemo" at the System Tab. However, I still got the above error when using the the "Interactive Analysis" thru "BI Launch pad".
    For BOE 4.0, I found that I could only use the BOE Client tools (Universal Design Tool) to create the connection, this client tool I installed it at another 32 bit XP laptop, and I also installed the Sybase IQ 15.2 (32bit) ODBC with the same odbc entry "shkdemo", and using the "Interactive Analysis Desktop, I could be able to create report with data from IQ 15.2.
    Kindly advise, why I still got the error of "10901 Data source name not found and no default driver specified(ODBC)" when I use the "Interactive Analysis" thru "BI Launch pad".
    Cheers,
    Hilda

    Remember the client tools are 32 bit, BOE 4.0 is 64 bit. Thus a document using a 32 bit client will connect to 32 bit ODBC datasource. A 64 bit application (BOE 4.0) will be looking for 64 bit ODBC datasource. You mention you installed Sybase IQ 15.2 (32bit) ODBC which is great for the 32 bit client tools, but 64 bit BOE will not be able to use this.
    See a related article; [Crystal Reports support of 64 bit Operating Systems|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e]
    - Ludek

Maybe you are looking for

  • Reset NVIDIA GeForce 8600M GT graphics driver

    How can I reset my NVIDIA GeForce 8600M GT graphics driver in my MBP 2.2 GHz, 2 Gb RAM, Mac OS X 10.7.2?  When I start it up, white screen appears OK, but when the login window should appear, the screen goes black, and I need to connect my external m

  • I know its Friday but please reply with some real time scenerios...

    Please let me know the kind of challenges you faced on your current project and the kind of approach you took to solve them... Regards by heart Bhalout

  • Archive log generation in standby

    Dear all, DB: 11.1.0.7 We are configuring physical standby for our production system.we have the same file system and configuration for both the servers.. now primary archive destination is d:/arch and the standby server also have d:/arch .Now archiv

  • Regarding dynamic repository variable

    Hi Experts, I have made one dynamic repository variable. this variable calculates start date of week. i am using this variable in prompt as default value. the problem i am geeting its value is not getting refreshed. it shows static value that i have

  • Problems with 8220 WiFi and battery

    I'm not sure if these 2 problems are related. I've had a 8220 for 11 months and notice my battery life has really deteriorated the last few days. at the same time accessing WiFi from my phone is not as reliable. I know there is no problem with my Wif