|
The fix must be installed with "/force" option. Tomcat restart is required. To apply this fix, you must also run an SQL script, "1000-002.sql", which creates new database columns in Maple T.A. database. The script file is located in the "files/sql" sub-directory of the hotfix directory.
The script should be applied manually against "mapleta" database. To do that:
- Start pgAdmin.
- Double-click the "PostgreSQL Server" node to open it. You will need to supply your Postgres password.
- Click on the "mapleta" database node to select it.
- Select [Tools][Query tool] menu.
- Paste the content of the "files/sql/1000-002.sql" script into the query pane (upper left)
- Press F5 to execute the command. You should see a response like the following, in the "Output pane", underneath the query pane.
• Query returned successfully with no result in 1703 ms.
The execution time may be different, of course.
- Exit the query tool, and exit pgAdmin III. You are finished.
Return to Maple T.A. 10 Hotfixes
|