[SOLVED] Unable to load usol32; error 126
Author: jverdugocall@csc.com (jverdugocall)
Hi All, We are migrating our application in Uniface 9.7.04 from SQL server 2012 to SQL Server 2016. In the ASN file we have changed the MSS connector to U5.1: [DRIVER_SETTINGS] SOL U3.2 SEQ U1.0 MSS U5.1 TXT U1.0 USYS$MSS_PARAMS = step:9999,mapping:2, procs:off, ids:quoted, gran:row The following error appears when running the application: "Unable to load usol32; error 126 ('No se puede encontrar el módulo especificado') -> Translated -> ('Specified module not found') *** The DLL could not be loaded either in the USYSBIN directory or via the PATH variable. *** Check if its directory is in the correct place in the PATH variable. Current PATH shown below. (Here is the windows PATH) ... " The INI file is well configured: [paths] helpdir=C:\\Program Files (x86)\\Uniface\\Uniface 9.7.04\\common\\doc\\help usys=C:\\Program Files (x86)\\Uniface\\Uniface 9.7.04\\common\\usys usysadm=C:\\Program Files (x86)\\Uniface\\Uniface 9.7.04\\common\\adm usysins=C:\\Program Files (x86)\\Uniface\\Uniface 9.7.04 usyscom=C:\\Program Files (x86)\\Uniface\\Uniface 9.7.04\\common usysuniface=C:\\Program Files (x86)\\Uniface\\Uniface 9.7.04\\uniface javascript=C:\\Program Files (x86)\\Uniface\\Uniface 9.7.04\\uniface\\webapps\\uniface\\dspjs I have tried also to add: usysbin=C:\\Program Files (x86)\\Uniface\\Uniface 9.7.04\\common\\bin and put all the locations with double quotes. I have also tried to copy the usol40.dll file to one of the locations from the windows PATH. Any idea? Thanks in advance and regards.