I am running a classic asp page and trying to connect to a postgresql database. I installed the 64 bit and was having issues - then realized need 32 bit because of asp. So did this from ftp.postgresql.org/pub/odbc/versions/msi/…
Now I'm getting
"Specified driver could not be loaded due to system error 5: Access is
denied"
when loading asp page. Went into manager %SystemRoot%\syswow64\odbcad32.exe, but when try to add new DSN, getting
"The setup routines for the PostgreSQL Unicode ODBC Driver could not
be loaded due to a system error code 126: The specified module could
not be found. (C:\Program
Files(x86)\psqoODBC\0903\bil\psqlodbc35W.dll)".
Does anyone know of a good link for step by step setup of a 32 bit postgresql odbc driver because i am having so many issues. Or has anyone else had these issues that might be able to lead me in the right direction?
Thanks so much,
Denise
I ran into the same issue, saw your solution the comments and tried it to no avail, however I did keep searching and fixed it for my situation. It wasn't the 2008 redist but rather the 2010 x86 one for me.
Related
I have install the Oracle web logic server, SOA and setup Domain. Now I am trying to install the Oracle Fusion Middleware 12c Business Process Management Quick start. The installation progress stuck at generating Libraries (49%). I left it over night but it was still 49%.
I follow this [post][1] but its not show any solution. My error are exactly the same.
What I have checked;
I have checked all the version of Oracle installations which are same 12.2.1.3.0.
JDK is also 64 bit installed on windows server 2019 64 bit.
I have run the same process as administrator user but still stuck.
I have try clean the server and reinstall full setup again no success.
I dont have anything else to try but ask for Stackoverflow. Can you please tell me how can I find the core problem and how to fix this?
Please try to help me with this issue I just started Oracle. I really thanks full in advance.
[1]: https://community.oracle.com/tech/apps-infra/discussion/3946996/webcenter-portal-12c-installation-is-stopping-at-49
When I run the setup prompt as administrator the process completed.
I'm really in trouble having Wincc RT Professional running on my computer. It has consistently come with an error "Compilation not possible. the "WinCC" SQL instance is either not running or not available" anytime I compile it. I searched that it dues to SQL server (WINCC) is not running so I was gonna enable it in Sql server configuration manager but it didn't have such thing like that in the list of SQL Server services. How can I install it manually or make Wincc Pro run successfully? I'm using TIA Portal V14 that worked well with Wincc RT Advanced and the SIMATIC WinCC Runtime Professional has also installed formerly. Hope this description enough and clear for you. Thanks in advance.
This error has been reported a number of times on the Siemens forums. Unfortunately, it seems every time the forum users stop short of saying what they did to fix it (or they didn't fix it)...
As you may have guessed, the backbone of WinCC RT Professional is a Microsoft SQL Server database, although what flavor and version of SQL they embed in their product, I'm not sure.
Your installation has gone bad in some way. Sorry that's not a helpful description, but it's hard to tell why without further information, so here are some fault finding steps I would take.
If you haven't done so already, have a quick scan of forum to see if you can find a quick fix.
If you were never, ever able to compile with this installation, can I suggest the following as general fault-finding:
A. if a working installation on another machine is available, compare the installs as much as possible to find out what's different. You might find the compatibility tool useful for this: compatibility tool
B. If (A) is not possible, perform a fresh installation on a different machine without any other siemens software, and try to compile.
C. if (B) works, you might have a software conflict. It happens. I thought that the installers for the different flavors of WinCC check for this before installing, but I'm not sure.
Check if your SQL service is started, as shown in the picture below
Using Delphi 10.3.3 I need to access a Postgress database on a remote server. I am trying using FireDac. I am not able to connect to the remote database, so I thought to create a testprog and a local PostgreSQL-database first. So I installed PostgreSQL 32 bit on my machine. Copied the libpq.dll to the same location as my exe, copied the libpq.dll to Windows\System32 as well. Checked the PATH, System32 is there. But still I get "Cannot load vendor library (libpq.dll). The specified module could not be found"
I tried 64 bit versions as well, I found different versions of the libpq.dll which I tried without success.
Do you have any experience in how to solve this ?
If you have the latest libpq.dll, does the remote database version matter ? I am new to PostgreSQL, how can I find the version ?
Just libpq.dll is not enough, you need other DLLs. You will find the full list here.
I have been trying to install Oracle SQL Developer on my 64bit Windows 8.1 machine. I have tried to install it with the embedded jdk and without the jdk. when I remove Java and I start SQL Developer it comes up and asks for the location of Java, I then tell it where it is. In either situation when starting SQL Developer it come up and starts to install for about 10 seconds, the progress bar says loading and the SQL Developer screen goes away with no errors and no explaniation. I have been trying this for days. I have removed and redownloaded all files and I get the same result.
Please if anyone can help I would be grateful. I need this for my course and I am unable to get anything completed.
Thank you for any help you can provide.
I had the same problem. I created an account with Oracle, accept the Terms and licences agreement. Search for the version you are trying to install and make sure it is the right one for the OS, 32 OR 64 bits with JDK 8. After extracting the files make sure you run as Admin, your SQL will complete installing. When you are installing they go into a default folder in C-drive or you can choose the path. Hope it helps.
I am using JDBC to connect to my microsoft access database.
I get the following exception when I try to connect to the database:
java.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
I am using 64bit windows7, and I am using eclipse which is also a 64bit version My database is a microsoft access database and it seems that the driver is a 32bit driver which is causing the problem.
Any help on how to solve this problem would be greatly appreciated.
Check out the access 2010 redist
Microsoft Access Database Engine 2010 Redistributable
This download will install a set of components that can be used by non-Microsoft Office applications to read data from and write data to Office 2010 system files such as Microsoft Access 2010 (mdb and accdb) files and Microsoft Excel 2010 (xls, xlsx, and xlsb) files. Connectivity to text files is also supported.
ODBC and OLEDB drivers are installed for application developers to use in developing their applications with connectivity to Office file formats.
This should suit your needs. Good luck!
I don't have enough reputation yet to vote Yoda up, but I have to say that his solution is the most elegant I've come across. You could have also used a 32-bit JVM, but that is kind of silly. (If you encounter this on IIS you can make the application pool 32-bit, which is sort of the same thing.)