User bio
404 bio not found
Member since Nov 9, 2015
Posts:
Replies:
Excellent. It reminded me of the Translate example from my REXX programmer days, which I slightly reworked for Caché:
This example shows how to use the $TRANSLATE function to reorder the characters in a string. In the example, the last character of any four-character string specified as the third argument would be moved to the beginning of the string:
USER>write $Translate("4123","1234","abcd") dabc
How about 'novice'? I suppose any term has its associations (good and bad) - maybe I'm thinking back to my chess playing days, but 'novice' has a nice ring for me.
Certifications & Credly badges:
Jonathan has no Certifications & Credly badges yet.
Global Masters badges:
![1,000 Points](https://community.intersystems.com/sites/default/files/badges/290121674-53216c4b-fe0c-44e7-9d75-2f24390135ed.png)
![Challenge Starter](https://community.intersystems.com/sites/default/files/badges/295959213-b83dd91a-663f-4f07-8e0e-e3287b7c2309.png)
![DC Author](https://community.intersystems.com/sites/default/files/badges/dc_author_0.png)
![DC Commenter](https://community.intersystems.com/sites/default/files/badges/dc_commenter_1.png)
Followers:
Jonathan has no followers yet.
Following:
Jonathan has not followed anybody yet.
Hi Rich. I verified on my 2016.2.0 instance that Delegated Authentication works for SOAP requests. Initially I had problems similar to yours. Check the following:
1. ZAUTHENTICATE.mac is in the %SYS namespace.
2. It has a line similar to
set Properties("Roles")="%Developer"
Otherwise you’ll get <PROTECT> errors.
Also, you may wish to check Devchange STC2188 – apparently Caché versions prior to 2014.1 had a problem with SOAP delegated authentication.
HTH,
Jonathan