How to identify the deployed version of the HXTT Text JDBC Driver in RSA Identity Governance & Lifecycle
Originally Published: 2020-07-08
Article Number
Applies To
RSA Version/Condition: 7.1.0, 7.1.1, 7.2.0
Platform/Application Server: WildFly, WebSphere, WebLogic
Issue
At times RSA Identity Governance & Lifecycle Customer Support may ask for the exact version of the HXTT Text JDBC Driver file that is deployed. This RSA Knowledge Base Article explains how to determine the version of the HXTT Text JDBC Driver on all RSA Identity Governance & Lifecycle platforms.
Resolution
WildFly
As the oracle user, execute the following commands to determine the location of the jar file and the location and contents of the manifest file on WildFly.find $AVEKSA_HOME/wildfly/ -name "Text_JDBC*.jar" -print unzip -p `find $AVEKSA_HOME/wildfly/ -name "Text_JDBC*.jar" -print` META-INF/MANIFEST.MF
WebSphere
As the oracle user, execute the following commands to determine the location of the jar file and the location and contents of the manifest file on WebSphere.find /opt/IBM/WebSphere/AppServer/ -name "Text_JDBC*.jar" -print unzip -p `find /opt/IBM/WebSphere/AppServer/ -name "Text_JDBC*.jar" -print` META-INF/MANIFEST.MF
WebLogic
As the oracle user, execute the following commands to determine the location of the jar file and the location and contents of the manifest file on WebLogic. Note that for WebLogic you may need to modify the command to point to the actual location of your WebLogic deployment.
find /user_projects/domains/ -name "Text_JDBC*.jar" -print unzip -p `find /user_progects/domains/ -name "Text_JDBC*.jar" -print` META-INF/MANIFEST.MF
Example on WildFly:
# find $AVEKSA_HOME/wildfly/ -name "Text_JDBC*.jar" -print /home/oracle/wildfly/standalone/tmp/vfs/deployment/deployment3a370c3679c5ca68/aveksa.war-595c31543f670531 /WEB-INF/LocalAgent/common/lib/Text_JDBC42.jar # unzip -p `find $AVEKSA_HOME/wildfly/ -name "Text_JDBC*.jar" -print` META-INF/MANIFEST.MF Manifest-Version: 1.0 Created-By: HXTT Version Robot Main-Class: com.hxtt.sql.admin.Admin Name: com/hxtt/sql/text/ Implementation-Title: com.hxtt.sql.text Copyright: Yonghong Zhao Implementation-Version: 7.0.067 on January 31, 2020 Specification-Vendor: Heng Xing Tian Tai Lab Specification-Title: HXTT Text (CSV) JDBC 4.2 Package Comment: JDBC 4.2 Package for plain text, binary file, CSV Specification-Version: 7.0.067 on January 31, 2020 Implementation-URL: http://www.hxtt.com/text.html Implementation-Vendor: Heng Xing Tian Tai Lab Name: com/hxtt/sql/admin/ Implementation-Title: com.hxtt.sql.admin Copyright: Yonghong Zhao Implementation-Version: 0.5 on January 31, 2020 Specification-Vendor: Heng Xing Tian Tai Lab Specification-Title: HXTT Database Admin Comment: HXTT Database Admin Specification-Version: 0.5 on January 31, 2020 Implementation-URL: http://www.hxtt.com/text/dbadmin.html Implementation-Vendor: Heng Xing Tian Tai Lab
Related Articles
'System SSL: SHA-512 crypto assist is not available' is displayed on mainframe 16Number of Views AFX new or updated Connectors remain in a Deployed state and the MMC application fails to load in RSA Identity Governance … 190Number of Views RSA SecurID Access: Identify Java Authentication API version/build 87Number of Views Offline authentication fails for users with multiple tokens in RSA Authentication Manager 8.2 SP1 147Number of Views Database fails to start with ORA-03113: end-of-file on communication channel error in RSA Identity Governance & Lifecycle 88Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device How to replace the RSA Authentication Manager self signed console certificate with a signed certificate from Microsoft Act… RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide How to Request Access to the RSA Authentication Manager AMI for AWS via RSA Support
Don't see what you're looking for?