In our project, I wanted to implement TIBCO Hawk Event Service and write Hawk alerts and changes to agent status to my Microsoft SQL Server database.
The documentation states that in order to conclude the configuration, you need to add JARS to the classpath. After some fiddling, I discovered that you need to put te following line to the Java Virtual Machine Command Line Options:
-cp [path]\sqljdbc.jar;[path]\tibcrypt.jar
Screenshot:

The documentation states that in order to conclude the configuration, you need to add JARS to the classpath. After some fiddling, I discovered that you need to put te following line to the Java Virtual Machine Command Line Options:
-cp [path]\sqljdbc.jar;[path]\tibcrypt.jar
Screenshot: