3 encryption jars required #445
Unanswered
BilalHaniff
asked this question in
Q&A
Replies: 1 comment 4 replies
-
What version of SAS do you have installed? Are you connecting to a workspace server that uses one of the encryption methods that require these jars on the client? Yes, it would be great if I could include them in the repo, but that violates laws, so they can't be. If you contact Tech Support, I believe they can provide you these to download. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My SAS base installation does not include the 3 encryption jars specified below.
Any idea where I can download these jars from ?
It would be useful if these jars were installed by default.
ATTN, as of saspy version 3.3.3, the classpath is no longer required in your configuration file!
The 4 required IOM Java client jars are now included in the saspy repo, and they, along with the saspyiom.jar and the thirdparty CORBA jars will be automatically provided as the calsspath by saspy. This is generally all that is needed. If you require the 3 encryption jars, shown below, they still need to be acquired from your SAS deployment, and then put in the saspy/java/iomclient directory of the saspy install (where the 4 included jars are) so they will be included in the classpath for you.
Note that for AES encryption, at least prior to SAS 9.4M7, Java 8 (release greater than 151), has the needed support in it, so if your workspace server is configured for AES, just having a current version of Java 8 or higher will allow it to work, without needing the 3 encryption jars. That doesn’t work w/ M7 however, so you would need the encryption jars when connecting to M7.
The 3 encryption jars, if needed, can be found in a SAS deployment in a location similar to, but not exactly the sam as, the following. If you get any error about encryption, adding these 3 jars is the proper way to address it.
$SASHome/SASVersionedJarRepository/eclipse/plugins/sas.rutil_904600.0.0.20181017190000_v940m6/sas.rutil.jar
$SASHome/SASVersionedJarRepository/eclipse/plugins/sas.rutil.nls_904600.0.0.20181017190000_v940m6/sas.rutil.nls.jar
$SASHome/SASVersionedJarRepository/eclipse/plugins/sastpj.rutil_6.1.0.0_SAS_20121211183517/sastpj.rutil.jar
Beta Was this translation helpful? Give feedback.
All reactions