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
RSA SecurID Access: Identify Java Authentication API version/build 85Number of Views How to identify the source of a workflow email in RSA Identity Governance and Lifecycle 76Number of Views How to identify the original StealthAudit Console Machine in RSA Identity Governance & Lifecycle 24Number of Views Error 4780073 - KMS_INIT_P12_PARSE with the mainframe client 8Number of Views 'System SSL: SHA-512 crypto assist is not available' is displayed on mainframe 16Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA Authentication Manager Patch Updates How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?