Can no longer connect to database via Windows Script File

On my new laptop the following does not work:
Windows Script File

Set Conn = CreateObject("ADODB.Connection")
Conn.Open "Provider=IBMDADB2; DSN=FACTSSIC; UID=FACTSDB; PWD=hidden; Server=hidden;"

The same script file works on other developer's laptops.

It use to work fine on my previous laptop.
Previous laptop got trashed due to battery blowing up.

It just will not connect on the new laptop.

"DB2 v11.5.4000.1449"

Here is screen shot of the error.

image

Any Ideas?????

TIA