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
How to identify the source of a workflow email in RSA Identity Governance and Lifecycle 74Number of Views RSA SecurID Access: Identify Java Authentication API version/build 85Number of Views 'System SSL: SHA-512 crypto assist is not available' is displayed on mainframe 15Number of Views Database fails to start with ORA-03113: end-of-file on communication channel error in RSA Identity Governance & Lifecycle 88Number of Views RSA Identity Governance & Lifecycle requests stuck in an open state due to datafile resizing 251Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?