How to install windows IBM db 2 database 32 bit on a 64 bit computer - db2

This launchpad is not intended to run on the current platform. Check the product documentation or contact your vendor for more information about supported platforms.
Information about your machine
Operating System (top.OS) =
Locale (top.LOCALE) = en
Launchpad compatibility version =
Compatibility checks defined for this launchpad
version = 9.7
It keeps showing this even after i use run as admin or run in compatibility .

The message can be returned when install DB2 V9.7 on Windows Server 2016. Unfortunately, V9.7 is supported on Windows 2008, 2012, 8, 7 and some older versions of Windows according to below:
System requirements for IBM Db2 for Linux, UNIX, and Windows
https://www.ibm.com/support/pages/system-requirements-ibm-db2-linux-unix-and-windows
And here is recommended Fix Packs list for each versions:
Recommended Fix Packs for DB2 for Linux, UNIX and Windows
https://www.ibm.com/support/pages/recommended-fix-packs-db2-linux-unix-and-windows
Here is key note from the link:
End of Support for DB2 Version 9.1 is April 30, 2012 More Info...
End of Support for DB2 Version 9.5 is April 30, 2015 More Info...
End of Support for DB2 Version 9.7 is September 30, 2017 More Info...
End of Support for DB2 Version 10.1 is September 30, 2017 More Info...
Db2 V9.7 is out of support now so it is recommended to upgrade V11.1/V11.5 instead.
Hope this helps.

RUN WINZIP THEN AFTER EXTACTING go to the directory/path
C:\Users\USER\AppData\Local\Temp\EXPC\db2\Windows THEN LOOK FOR DB2 Express -c
then run and it will install
this will avoid computer from checking compatibility

I have just getting the same issue.
If you want to really install this V9.7 version, I have found a workaround, which works great for me.
You need to download a more recent version of Db2, says the Db2 V10.1 version. Then you extract the V10.1 archive and copy the file called "getOS.bat" from the following folder "C:\Temp\db2_10.1\SERVER\db2\Windows\launchpad" and then you paste this file into the same path for the V9.7 extracted archive folder. It works well for me (it seems that they have corrected the script for the OS determination). I hope it will work for you or other people !

Related

How to create connection on SQL Developer?

i installed SQL Developer on my MacBook
when i tried to run the sql code it says must create new connection
it required username/password
so how can i solve this
before i was using oracle database XE 12 on windows 10
but now i am using macOS and i see i cant use this software anymore (oracle database XE 12)
so i tried to install SQL Developer
Oracle SQL Developer is a tool that lets you connect to an (Oracle) database. But - you have to have the database as well (apparently, there's none on your Mac).
Express Edition database you previously used on Windows 10 was (probably) 11g (not 12; it doesn't exist), but it woks on Windows an Linux - not macOS.
Moreover, none of the modern Oracle databases can be installed on Mac; the last one was, I think, 10g (but - as it is out of support, you can't even download it any more).
Therefore, you could install a virtual machine on Mac, put Windows OS onto it, download and install 11gXE along with SQL Developer and use it.
But, why bother? Install VirtualBox and then download one of Pre-Built Developer VMs (for Oracle VM VirtualBox).

How to get DB2 LUW trial version for Windows or where to practice online?

First I downloaded the VMware and Redhat 6.5 on my 64bit Windows machine, created virtual machine, set the network and host as needed.
Downloaded the db2 LUW 11.1 AMD64 for Linux, winscp the product to the redhat, unzip and tar -vxf the product.
But when I am checking the ./db2_prereqchk its fails, conveying that certan packages are not there to install the product.
Where can I download a trial version for Windows? Is anyone aware of an emulator online or cloud offer where DB2 can be practiced?
You can download trial versions of DB2 LUW at the IBM website. For testing DB2 online I would recommend to check out dashDB on IBM Bluemix. There are also Docker images available for DB2 Express-C, the free edition of DB2. So overall plenty of options.

Where to get db2 express-c 10.1 version

I want to download db2-express-c 10.1 version.
But,there is only db2 express-c 11.1 version in ibm-site . And i don't know why ibm-site has no other version's download site.
Where can i get 10.1 version?
thank you.
IBM only offers a current DB2 Express-C version for download. It is free and has community support, but it only has the current code for download on the IBM website and usually is available some days after the other editions have been GA.
You would need to ask other developers in your community if they still have that image. I would recommend using DB2 11.1 as it has more features and several updates. It is compatible to the V10.1 you have been asking for.

mongo.exe - Entry point not found

I'm trying to set up a MEAN stack and I'm having the following issue when trying to execute mongo.exe: "The procedure entry point K32GetProcessMemoryInfo could not be located in the dynamic link library KERNEL32.dll"
I'm using Windows Vista 64bit, mongo is the latest, and I'm logged as administrator.
Thanks.
For Vista you need to install the Legacy version of MongoDb.
The 64-bit legacy build lacks newer features of Windows that enhance performance. Use this build for Windows Server 2003, 2008, or Windows Vista.
HereĀ“s the Download link

What is SRU in solaris? How to find the SRU number?

I used pkg list entire command , and i got the output for version column as follows :
0.5.11-0.175.1.0.0.24.2.
How to find the SRU from this?
Can we upgrade/ downgrade to a particular SRU ?
SRU is an abbreviation for Support Repository Update, installing new package versions from the support repo for that OS, much like installing a patch cluster for older Solaris releases.
The various fields in the version is explained in Oracle Solaris Package Versioning.
Oracle only makes SRUs available to customers with support contracts - if you have a support contract you can read more about SRU's in the Oracle Support Knowledgebase at Solaris 11 Support Repositories Explained, and see what fixes are available in each SRU for Solaris 11.1 and Solaris 11.2.
If you run 'pkg info entire' it will show the SRU name in human readable format also (if you have installed from the support repo - otherwise it shows the Release info). The 4th digit in 0.175.1.0.0.24.2 is the SRU number
In the example above it is the base Solaris 11.1 release - no SRU has been installed yet.
If an SRU had been installed on top of that you'd get a version like 0.5.11-0.175.1.21.4.1 (aka Oracle Solaris 11.1 SRU21.4.1)
You can easily upgrade to an SRU but you can't downgrade unless you have an older Boot Environment (BE) from which to upgrade to the SRU you want.