Created a ODBC data connection
Tested the coonection while creating and the alert box was displayed saying the connection was successful.
When opened the Source Analyzer and tried connecting to Oracle driver created earlier, it throws architecture mismatch issue.
4.Powercenter client is of 32bit architecture and oracle driver created was on 64bit.
Please let me know how can I fix tihs....I am unable to fix this problem as the ODBC data source 32bit doesn't list the option of OracleDB2 drivers. Although this is available in ODBC data source 64bit when tried connecting the architecture mismatch errors pops up.
Appreciate your valuable inputs.
Regards,
Dex.
I too got the same error.Please follow the below to avoid this error.
1.Go to: $INFA_CLIENT_INSTALLATION_DIR\client\bin\
2.Open powmart.ini file
3.Under the section ODBCDLL,add Entry = PMODBC.DLL or EXTODBC.DLL
Then try to connect again!
This should work for sure.
Thanks,
Surya Prakash.
Related
I have installed tableau desktop version 2020.1.3 (with its license) and also its required drivers from here.
Now, according to what is considered in installation guides, what I am supposed to do as first step, would be just to open the tableau software and enter the needed connection information to connect to Oracle DB.
Although I done these steps in the said way, I get the following error:
An error occurred while communicating with the data source
Bad Connection: Tableau could not connect to the data source.
Error Code: 37CE01A3
No details available.
Can anyone help me with this error? Are there any settings or configurations that I did not attention to?
Thanks
By reading the related log file, I have found that the wrong is with Java version. So, I installed a higher version of Java, and everything went well. To me, available Java version was 1.7 that I change it to 1.8.
Got a really weird issue.
I am writing a small program that will connect to an oracle DB and pull some stats.
My issue is that I can not get my program to connect to oracle. I am getting a "ORA-12545: Connect failed because target host or object does not exist" error.
My understanding is that this is a connection issue....IE It cant find the oracle DB. But I had several of my teammates download the code and it works fine on their machines. I can connect to the oracle DB using PL/SQL on my machine. I have checked the TNS values and they match what my teammates have.
I have been troubleshooting this for hours...anyone have any ideas?
Thanks
Turns out the issue was me. I had my code stored on a network drive and it Visual Studio will not run it if that is the case. Moved the code to a local drive and all worked fine. – user2115732 18 secs ago edit
I'm trying to install Oracle BIEE 11g on my computer, but something wiered happend.
I've tried on a x86 computer with 2GB memory and a x64 computer with 4GB memory. Both of them are running Windows OS. I want to connect a MS-SQLSERVER database, and I've finished creating related DEV_ tables using RCU.
I followed the tutorial from the doc.oracle.com, but then I stopped at the 14th step, it says "设置数据库连接失败". I can continue install, but another error occurs, service obisch1 cannot start. I can open localhost:9704 after installation, but it will return a 500-error after I restart my computer.
I searched the internet, it says I should set my database source using "Net Manager" Tool, but I don't know how. And after install I got a database source using driver "MERANT OEM 5.3 32-BIT SQL Server Wired Protocol", but I can't make change to it, cause the system says can't find the driver...
I don't know what to do now... Anybody can help me? Thanks very much.
Well, I've kind of solved it.
I still don't know why my computer cannot find the odbc drier "MERANT OEM 5.3 32-BIT SQL Server Wired Protocol", which seems to be the reason why I can't connect to the database at the 14th step while I install OBIEE.
However, I add an odbc-connect through the system's function, I found it in the control panel.
On the other hand, the url http://localhost:7001/em and http://localhost:7001/analytics can be still accessed(after a long time, it can be accessed).
So, then I create a rpd file use my own odbc-connect, and it seems work fine.
Thanks everybody, anyway, and hopes can help
I'm having a problem upgrading a c# app from WinXP to Win7 64 bit. The app queries data from our iSeries. I've set up a 64 bit ODBC DSN, which works if I try from within MS Access. But, when I try to establish a connection in the C# code, I'm getting the following error:
ERROR [08S01] [IBM][iSeries Access ODBC Driver]Communication link failure. comm rc=10022 - CWBCO1003 - Sockets error, function returned 10022
My connection code is as follows:
cn = new OdbcConnection("dsn=as400data;UID=user;PWD=password;");
cmd = new OdbcCommand(sql, cn);
cn.Open();
Anyone have any ideas as to what may be raising this error?
I'll put this here in case someone else has this problem one day.
The resolution to this problem was to put the code under development directly on the C:\ drive of the development machine. Typically, I keep my code out on a network drive, so that it gets backed up. There's some kind of issue with doing that in Win7, however.
adhoc queries using opendatasource microsoft.ace.olebd.12.0 reading excel file
Everthing was working fine on my local even on production for a long time already "months". As long as the user is a sysad.
And then, just all of a sudden the script using OpenDataSource using microsoft.ace.olebd.12.0 raised an error
OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)" returned message "Unspecified error".
Msg 7303, Level 16, State 1, Line 1
Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)".
No one is altering the script
No one has updated the server nor my local.
All of the servers for different apps that uses the script encoutered the error.
I'm really confused already on what happened on the driver? Is this some kind of a expiration on the ace driver??
Hope someone could help me.
Do you still have this issue?
Is it a x32 or a x64 server?
Did you install any windows update?
I get this error using AccessDatabaseEngine_x64 driver, and then just installed the x32 driver (no x64 removal) and it worked just fine. The might be a dll dependency or something. Check if you had any windows update regarding these drivers.
Hope you fixed your problem :D
Regards