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:
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