->What error do you get? Why using such outdated/ancient NodeJS versions?
I'm using Ensemble (v2014.15.851.0). In the Bin folder i got only cache0100.node file. So i'm using NodeJs v0.10.
In this version Network connection code throws error mentioned below.
"{ ErrorMessage: 'Error loading Cache Library: _SYSTEMcache.dll; Error Code : 126 (The specified module could not be found.)',
ErrorCode: 1009,
ok: 0 } "
For testing i'm using Cache2017 . It support NodeJs v6.
We can't upgrade Ensembe Version 2014 to 17. Can you pls give me any solution for this ?
Thanks
Hi ,
Thank you for your answer. I did checked with TCP port 1972. Its not worked in node Node version (0.10).
But for testing i'm using node v6.17 Its working. I don't understand why its not working in the NodeJs v0.10
And i need one more answer.
I need to get file from Cache Database. File stored as a FileBinaryStream in DB.
Thanks.
->Do you have renamed cache0100.node into cache.node an copied it into location specified in environment variable NODE_PATH ?
Yes i did.
->you can test your Node environment within a simple windows command window (CMD.exe)
Its working i can get 'Node.js Adaptor for Cache: Version: 1.0.63 (CM)'
Thanks