I have no clue what "obtained different version" might mean but SAS license keys have been tied to versions very closely for a long time and I would not expect a license for Release: 20231028.(anything) to work with Release: 20231028.(something else) in general.
We have downloaded the deployment package named "SASViyaV4_9CX9K5_0_stable_2023.10_20231028.1698456203725_multipleAssets_2023-10-30T124407" which contains deployment assets and a license key. Using Kubernetes commands, we successfully deployed the software and applied the provided license key.
Subsequently, due to the expiration of the license key, we obtained a new deployment package named "SASViyaV4_9CX9K5_1_stable_2023.10_20240104.1704333550501_multipleAssets_2024-01-04T181205" which contains deployment assets and a license key. Extracted the license key from this package, we attempted to apply it. However, the updated license key did not take effect, and the system still reflects the previous license's expiration status.
We have followed all the steps mentioned in the document(SAS Help Center: How to Apply a New License).
Observation 1:
The last numbers highlighted in RED are different in Old vs New Deployment Package:
NEW deployment Package: SASViyaV4_9CX9K5_1_stable_2023.10_20240104.1704333550501_multipleAssets_2024-01-04T181205
OLD deployment Package:
SASViyaV4_9CX9K5_0_stable_2023.10_20231028.1698456203725_multipleAssets_2023-10-30T124407
Observation 2:
It seems that renewing the license key only requires the .JWT file, yet the package includes both deployment assets and the .JWT license key. There might be something overlooked in this process.
Could you please suggest on this?
@Narendra_P - moved your post to a more relevant area where experts like @gwootton are very responsive.
I am attempting to establish a connection to Oracle data using SAS Studio and encountering the following issue:
ERROR: ORACLE connection error: ORA-12170: TNS: Connect timeout occurred.
ERROR: Error in the LIBNAME statement.
Could you please suggest on this?
Note:
Please locate the environment variables I've configured below:
ORACLE=/access-clients/oracle/product/19.3.0/lib
ORACLE_HOME=/access-clients/oracle/product/19.3.0
ORACLE_BIN=/access-clients/oracle/product/19.3.0/bin
Tried both:
TNS_ADMIN=/access-clients/oracle/product/19.3.0/network/admin
OR
TNS_ADMIN=/access-clients/oracle/product/19.3.0/network/admin/tnsnames.ora
Please locate the following sample content in the tnsnames.ora file:
ABC =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =(PROTOCOL = TCP)(HOST = example.com)(PORT = 1234))
)
(CONNECT_DATA =
(SERVER=DEDICATED)
(SERVICE_NAME = XYZ)
)
)
Check with your Kubernetes engineer that the firewall rule is opened to your Oracle server with specific port no.
It is the exact tnsnames.ora you are using? Does the connection is in secure connection mode or configured with Oracle wallet?
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.