go to post Jeffrey Drumm · Dec 12, 2016 Brendan,Are you fixing the documentation to remove the reference to scp, or fixing %Net.SSH.Session to support it? From the way your answer is worded, I'm suspecting the former ...sftp and scp are individually configurable services in ssh, and in my experience you can't be guaranteed that one or the other is available at a given customer site. If scp currently isn't supported, it would be useful to have. Getting sysadmins to turn on services that are purposely disabled can be ... challenging :)
go to post Jeffrey Drumm · Sep 13, 2016 My guess is that your transformation is attempting to set a field value in the request (source) message, or you're using the SetValueAt() method against it somewhere. You can't modify the request, but you can clone it (%ConstructClone() method) and modify the clone.
go to post Jeffrey Drumm · Sep 6, 2016 While I'm not the original poster, Dmitry, I find your answer to be useful. I've had occasions where the output from zw would have been useful in Ensemble traces. Thanks!
go to post Jeffrey Drumm · Jul 14, 2016 InterSystems CorpMashes Objects onto MumpsCan you handle it? ;)
go to post Jeffrey Drumm · Jul 13, 2016 According to the Caché log file, it's looking at the registry to get the version as well. I've "hacked" around the issue by creating two registry import files, one that sets the version of the JRE to 1.8 and the other to 1.6. I import the 1.8 version (regedit /s jre18.reg) in Squirrel's startup batch file just before Squirrel is launched, and the 1.6 version after (regedit /s jre16.reg). It all happens fairly seamlessly, although I did have to insert a short delay in the batch file before the return to version 1.6 using the Win 7 'timeout' (timeout /t 1) command.
go to post Jeffrey Drumm · Jul 13, 2016 I'm attempting to use Squirrel on a Windows system with a locally-installed version of Caché/Ensemble 2014.1. Unfortunately, the version of the JRE on that system is 1.6, with which Squirrel is incompatible. Updating the JRE to 1.8 allows Squirrel to work, but breaks the JDBC gateway and client functionality in Caché. Both applications check the JRE version in the Windows registry on initialization, so messing around with PATH and CLASSPATH don't solve the problem.Any thoughts? PS. Upgrading to a more current version of Caché is not currently an option; this is a customer system.
go to post Jeffrey Drumm · Jun 9, 2016 Code actions are also useful to get immediate feedback on operations performed in the DTL when using the Test facility. The output of write functions will display just above the transformation output.
go to post Jeffrey Drumm · May 18, 2016 Hi Mike,Might be worthwhile to add a tag for "Newbie's Corner" to make these easier to find. Search does a reasonable job, but brings up more than just these articles.