go to post Ricardo Paiva · Nov 2, 2016 Thank you all for your inputs. This issue was solved a few weeks ago. Solved it considering www.googleapis.com instead of googleapis.com.
go to post Ricardo Paiva · May 6, 2016 When running the following: $ZF(-4,1,"C:\Windows\System32\pteidlibj.dll"), I’m getting DYNAMIC LIBRARY LOAD and nothing is written to cconsloe.If I use $ZF(-4,1,"pteidlibj.dll"), the error persists but I’m getting this on cconsole: (4584) 1 Error loading dll (c:\intersystems\ensemble\mgr\testing\pteidlibj.dll) is 126.In my java code, I’m using: System.load("C:/Windows/System32/pteidlibj.dll"), dll is properly loaded. It’s exactly the same dll.