13.07.2015 Views

TIBCO ActiveMatrix Runtime UDDI Server Administrator's Guide

TIBCO ActiveMatrix Runtime UDDI Server Administrator's Guide

TIBCO ActiveMatrix Runtime UDDI Server Administrator's Guide

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Upgrading <strong>TIBCO</strong> <strong>ActiveMatrix</strong> <strong>Runtime</strong> <strong>UDDI</strong> <strong>Server</strong>| 53After configuring the uddi.war file, you will find the upgrade.sql file in<strong>TIBCO</strong>_HOME/<strong>Runtime</strong><strong>UDDI</strong><strong>Server</strong>/3.0/war/dist/CONTAINER_TYPE/DATABASE_TYPE. Execute the upgrade.sql file before deployment.The content in the upgrade.sql file may be different according to a specifieddatabase type.For example, the content in the upgrade.sql file for MySQL is shown below:alter table addresslines add column keyname varchar(255);update uddiversion set versionstr='001.001', changedate = now();alter table addresslines add column keyvalue varchar(255);update uddiversion set versionstr='001.002', changedate = now();You must execute all the four statements above to upgrade your database.Error HandlingIf you have not successfully upgraded the database tables, you will get thefollowing error message while running Ant-based tasks in the command line oraccessing the Administration Console:You are not allowed to log in. Please upgrade the database toversion 001.002.<strong>TIBCO</strong> <strong>ActiveMatrix</strong> <strong>Runtime</strong> <strong>UDDI</strong> <strong>Server</strong> Administrator’s <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!