I. Welcome
II. Installation Notes
III. What's New
IV. Known Problems
V. Revision History
VI. Important Notes
VII. Contacting the Brahms development team for Technical Support
Welcome to NASA's Brahms Agent Viewer 1.10 for Windows XP, Vista, Linux and Mac OS X. Please take a few minutes to read this file, which contains the latest information regarding this release.
The Brahms Agent Viewer is installed as part of the Brahms Agent Environment as a plug-in for the Brahms Composer. In order to use the Brahms Agent Viewer you are required to install MySQL 5.0.51 or better http://dev.mysql.com/downloads/mysql/5.0.html#downloads (MySQL 4.1.x is also still supported and can be downloaded from http://downloads.mysql.com/archives.php?p=mysql-4.1). We recommend the use of MySQL 5.0. History files generated by the Brahms virtual machine can only be parsed into a MySQL database.
This release allows for the workframe and activity elements in the time line view to display a custom tooltip text by encoding the tool tip text in the display text field for the workframe or activity. The tooll tip text is encoded in the display text field as '{ tool tip text }', i.e. the tool tip text must be enclosed by curly braces. The modeler must ensure that the display text itself for that element is still included outside of the curly braces or else no display value is displayed in the time line view.
The revision history for the Brahms Agent Viewer can be found in the file named Changes.
-> mysql -u root -p
-> Enter password: <enter your root password>mysql> use mysql;mysql> GRANT ALL PRIVILEGES ON *.* TO 'brahms'@'localhost'
IDENTIFIED BY 'brahms';
This will allow the brahms user working on the system on
which the database is
running to create databases, delete databases, and perform all necessary queries on all databases.mysql> GRANT ALL PRIVILEGES ON *.* TO 'brahms'@'localhost.localdomain'
IDENTIFIED BY 'brahms';In case you have problems with the installation or questions and problems with the use of the Brahms Agent Viewer you can reach Technical Support at:
E-mail: support@agentisolutions.com
www: http://www.agentisolutions.com/support/support.htm
Thank you for trying the Brahms Agent Viewer. We hope you find it useful in your modeling and agent development efforts.
Sincerely,
The Brahms Development Team