1 / 31

Upgrading to Serena Business Mashups

Upgrading to Serena Business Mashups. Presented by: Ethan Goldberg. Before you Begin. Review the moving to SBMS guide. Know your ODBC connection Username and Password and the port number for your database (Default is 1521 for Oracle and 1433 for SQL Server)

janus
Download Presentation

Upgrading to Serena Business Mashups

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Upgrading to Serena Business Mashups Presented by: Ethan Goldberg

  2. Before you Begin • Review the moving to SBMS guide. • Know your ODBC connection Username and Password and the port number for your database (Default is 1521 for Oracle and 1433 for SQL Server) • Know Database server name\Instance name. • Back up your database prior to the upgrade. • Make sure you have enough disk space for the upgrade, if you use the Unicode upgrade utility the size of your database could potentially double.

  3. Multi-Environment Upgrade • The multi-environment upgrade requires a specific process to keep these multiple databases synchronized. A very high-level view of the process is as follows: • 1. Complete all in-progress changes and move them to your production environment. • 2. Upgrade your production environment. • 3. Re-establish the other environments using a copy of the upgraded production database.

  4. Always run the utility if your Database is SQL If using an Oracle database running the utility depends on a combination of factors. When to run the Uuencode Utility

  5. During the Unicode Upgrade Utility, in a nutshell, all text fields are translated to Unicode text fields.  For example all varchar fields are converted to nvarchar.  But, how is that accomplished?The utility steps through each table in the database and does this:- Creates a Temp table with columns matching the target table's text fields, but in Unicode.- Copy the data from the target table into the temp table- Drop the columns in target tables and recreate them as Unicode compliant columns- Copy the data back from the temp table to the target table- Drop the temp table and start over again with the next target table Because Unicode uses 2 bytes to describe each character, there can be significant increases in the size of each ROW in a table.  This is especially important in MS SQL Server because of the row size limitation of 8060 bytes.  This is a hard limit and will cause the Unicode Upgrade Utility to halt.  You will need to clean out some columns and restart the upgrade from the beginning. Two important points to remember:1.  The resulting database may be twice as large as the old TT 6.6.1 database, so make sure that they have plenty space for the database to grow.2.  Always, always backup the database before doing the utility, so that you have a clean copy to revert to in case of a failure. What the Unicode Utility does

  6. Installation Welcome Screen

  7. End User License Agreement

  8. Installation Path

  9. Installation Type

  10. Component Selection

  11. License Server

  12. Sample Database Screen

  13. Select Database Type

  14. Database Connection Information

  15. Website Selection Screen

  16. Single Sign-on Screen

  17. JBoss Port

  18. Mail Server Information

  19. Installation Summary Screen

  20. Installation Running

  21. Post Installation Summary

  22. Unicode Upgrade Utility

  23. Unicode Upgrade Utility Running

  24. Unicode Upgrade Utility Complete

  25. Administrator Upgrade Screen

  26. Mashup Administrator

  27. Mashup Manager Login screen

  28. Mashup Manager

  29. Repository Options Screen

  30. Answers For Your Questions

  31. Thank you for Attending

More Related