
Toad® for IBM DB2
Version 4.5.2 (Click here for previous versions)
Release Notes
November 2009
| Third-Party Known Issues | ||||
| System Requirements |
Toad for DB2 is a database development and administration solution that provides productivity features for rapidly creating and executing queries, automating database object management, developing SQL code, and instant access to DB2 expertise.
Developers and administrators have access to a community of users, peers, and experts to help solve development and administration issues and assist in developing applications and feedback for improving Quests products.
All of this comes with the backing of Quest Software, a healthy and growing corporate entity that can provide the necessary training, support, and superior customer service demanded by IT management.
Toad for DB2 4.5.2 is a maintenance release containing primarily internal fixes and enhancements to the previous 4.5 and 4.5.1 releases.
Click to review the updates and new features in the following areas:
Toad now requires .NET Framework 3.5 (Service Pack 1) or later. You can download the latest .NET Framework from this location: http://www.microsoft.com/Net/Download.aspx
Because of the new .Net Framework 3.5 (Service Pack 1) requirement, Toad can no longer be installed on Windows 2000 systems. However, Toad can still connect and manage databases running on Windows 2000 systems.
Toad ships and installs IBM DB2 for LUW Client 9.5 as the DB2 client. The new default location for the DB2 client is C:\Program Files\ Toad for DB2 4.5\SQLLIB.
To provide an easier installation for Citrix environments, the default location for settings files has been changed to the following: C:\Documents and Settings\Username\Application Data\Quest Software\Toad for DB2 4.5.
The Connection Manager and the Connections window provide more functionality to help you manage DB2 connections:
A new tree view option displays your connections in a hierarchical tree for easy system identification.
You can import local DB2 catalogs to the client to keep your cataloged connections synchronized with your DB2 environment.
You can import all connections currently defined on the DB2 client.

The System property for a connection profile on the Connections and Create New Connection windows now identifies the TCP/IP port number and operation system platform for a DB2 connection.

Optimized start-up code results in faster start-up times, especially for "warm restarts."
Code optimization and a reduction in the number of assemblies loaded has reduced Toad's memory footprint.
Toad offers new skins, such as Office 2007 and a default skin that more closely matches the standard Windows look-and-feel.
You must now click the tab of a pinned window or pane to display it. This enhancement eliminates the unwanted expansion of a pinned item when you accidentally mouse over its tab:

Document recovery now recovers any ER Diagram or Query Builder files to avoid losing your work. When you restart after an unexpected close, Toad checks the timestamp on the backup file against the original file, and opens the file that has the latest timestamp. The document recovery option is located in Tools | Options | Environment | General.
You can use the new File Transfer Protocol (FTP) utility to transfer scripts, reports, or other files from Toad. Toad supports unsecured (FTP) and secure (SFTP) file transfers. To open this utility, select View | FTP Connections from the menu.

After creating a connection, the following window displays:
You can also add an FTP connection to the Project Manager or an Automation script.
Toad Security lets you identify a RACF, Unix, or Linux group as a Toad role. Toad automatically enforces the role's restrictions on each user that belongs to the specified group. This feature is available for the following:
DB2 for LUW 9 or later databases
DB2 for z/OS 8 or later subsystems
All for DB2 licenses except for the DBA license
Note: You must have the Quest IBM DB2 z/OS Component 4.5 installed on the DB2 subsystems that use the RACF group.
Connection information for each Editor, Query Builder, or other document window is now available by selecting the Show connection info on document tabs checkbox under Tools | Options | Environment | General.
You can close the current tab in a window or all other tabs except the current one from the right-click menu.
You can no longer rename document tabs in the Toad environment.

Knowledge Xpert has been removed from Toad.
Most activities now include support for variables. Variables are a powerful feature that allow you to change data in your script or use a dataset collected from an activity in the automation script. For example, you can use variables to perform the following tasks:
Send an email to a group of people where the list of recipients is automatically selected with a query
Generate repetitive reports where only the product number, date, region, or any other single element changes
Customize file names by including a variable in the file name or automatically including the date that the automation script ran
Find content in a file and replace it with the value of a variable
See the Use Variables in Automation help topic for more information.
Automation now supports Find and Replace and FTP file activities.
Automation supports new system activities, including program execution, defining variables, and setting up If and While conditions and loop datasets.
The Select to File activity now supports Excel options.
Click a category in the list to view the features and updates for this release:
Toad offers the new Flat Tree view in which to display the object list in the Object or Database Explorer. (This view is similar to the view used to display the object list in Quest Central for DB2.)
Toad has introduced the Separate schema or database by type option in Tools | Options | Explorer | General. When you enable this option, you can set the schema filter to a different value for each object type in a specific DB2 database or subsystem. Toad then retains the schema settings as you move between the different object nodes. Additionally, these schemas are still in effect when you return to the database or subsystem.
Note: This option does not apply when the Treelist or Flat Tree view is in effect.
If you specify an asterisk for the Default schema/auth ID property in the profile for a specific connection, all objects for an object type initially display as you move between object nodes in the Object or Database Explorer for that connection.
You can now apply or remove filters using a drop-down list beside the filter icon.
You can hide object toolbars and use right-click menus instead to access object-management actions. To hide or re-instate the toolbars, toggle the Show Toolbar option.
The Create menu has been removed because it duplicated functionality in the File menu. To create objects from a menu, select File | New | object_type.
Code completion is now available when using object editors for views and MQ tables.
When you are editing objects in the Alter window or sending ALTER statements to the Editor, Toad now uses data directly from the database instead of using the cache.
Advanced alter scripts now preserve identity columns.
You can view, grant, or revoke privileges at the column level for DB2 for LUW and DB2 for z/OS tables. The Grants tab on the right side of the Database or Object Explorer shows current column privileges for the selected table.

The Edit Table Privileges or the Edit User (or Role or Group) Privileges functions let you grant or revoke column privileges for users on a table.

You can now grant or revoke permissions on a given object for multiple users, groups, or roles. In the Alter object Permissions window, select the multiple grantees, right-click the column heading for the permission type, and select the action.

The new Extract DDL feature generates the DDL script for existing objects and their dependencies. To open this feature, right-click one or more objects, and select Extract DDL.

Toad introduces support for DB2 9.5 roles. The new Roles node in the Database or Object Explorer lets you browse current roles, as well as create, alter, drop, or assign privileges to roles.
Toad now provides object editors to bind and rebind DB2 for LUW packages.
You can now create, alter, or drop nicknames on federated DB2 for LUW databases.
You can now browse the columns and data for aliases in the Database or Object Explorer, as well as right-click and select Generate SQL to generate SQL statements based on the alias DDL.
Toad provides enhanced support for federated objects. You can now browse, create, alter, or drop nicknames, servers, or wrappers defined on your currently connected database (as long as the database manager configuration parameter FEDERATED is set to YES for the database). You can also browse user, function, and type mappings defined on your federated database.
The enhanced Database node in the Database or Object Explorer provides the following features:
Applications tab (formerly a separate node in the Database or Object Explorer) showing information about the applications currently connected to the database
Connection tab showing the connection profile for the database
Utilities tab (formerly a separate node in the Database or Object Explorer) showing information about the DB2 utilities currently running on the database
Space Usage tab displaying space allocation and usage information for the database
Monitor tab graphing the number of current locks held and applications connected, the lifetime number of SQL statements executed, and current bufferpool hit rates
Grants tab listing current privileges on the database
Toad introduces the LUW Database wizard to create or drop databases.
Previous releases provided functionality to start or stop even monitors. This release provides an object editor to create or alter event monitors:
The Parameters node in the Database or Object Explorer now includes mouse-over hints and a Description column to provide information about each DB2 database or database manager configuration parameter.
You can now browse the columns and data for synonyms or aliases in the Database or Object Explorer, as well as right-click and select Generate SQL to generate SQL statements based on the synonym or alias DDL.
The Properties tab for the Tables node in the Database or Object Explorer shows the check-pending status for a table:
Toad now supports the XML data type in tables.
The Tablespaces node in the Database or Object Explorer now contains a Datasets tab on the right side, showing dataset, volume, and space information for a given tablespace.
Note: You must have the Quest IBM DB2 z/OS Component 4.5 installed on the DB2 subsystem to view this tab.
When altering a table, you can now add a tablespace partition. The generated script drops both the tablespace and table and re-creates them with the new partition added.
Toad provides an easy-to-use interface to execute the DB2 DISPLAY, START, and STOP commands.
Note: You must have the Quest IBM DB2 z/OS Component 4.5 installed on the DB2 subsystem to run these commands in Toad.
The Threads node in the Database or Object Explorer in previous versions has become the Threads tab on the right side of the new Subsystem node.
Note: You must have the Quest IBM DB2 z/OS Component 4.5 installed on the DB2 subsystem to view this tab.
The new Subsystem node shows connection profile information for the currently connected DB2 subsystem and information about the threads it is handling. (See the previous figure.)
Toad supports the management of DB2 for z/OS 9 universal tablespaces.
Enhancements to the Object Migration feature include the following:
To avoid the overhead of filtering objects for migration, you now invoke the Migration wizard from only the right-click menu for the objects you have selected. (Access to the feature is no longer available from the Tools menu.)
The Object Migration feature generates a migration script only. It no longer compares and synchronizes source and target objects. (The new Object Compare feature does this.) However, before the wizard generates the migration script, it detects and lists as conflicts those objects that already exist on the target. You can continue to generate the script or go back in the wizard to define transformation rules to resolve the conflicts.
The reworked Include DROP statements option inserts DROP statements before the CREATE statements for the migrated objects in the migration script.
When enabled, the new Process multiple object levels option analyzes and migrates all dependent levels of the selected objects. If the option is disabled, Object Migration analyzes and processes only one level of dependencies.
The new Object Compare feature compares source objects with objects on the target and generates a script that synchronizes the target objects with the source. The script creates objects missing on the target or alters existing target objects to be like the source objects. To launch Object Compare, right-click one or more source objects, and select Compare Object.

Object Compare features include the following:
Options to compare and synchronize dependencies, preserve data (including identity column data) on existing objects, migrate source data and objects statistics, and execute RUNSTATS:
Ability to customize synchronization options for individual objects:
Identification of potential conflicts before script generation:
Definition of transformation rules to resolve conflicts before script generation:
Toad provides object editors to bind and rebind packages.
The new Utility File Directory option in Tools | Options | Database | DB2 | LUW | General Utilities identifies the directory path that stores exported-data files created during advanced alters, object migrations, and Object Compare synchronization. The scripts for these processes insert the %DATA_PATH% variable to qualify the import, export, and load files. During script generation, Toad then replaces this variable with the path specified for the Utility File Directory option. The following picture is an example of an advanced alter script that contains the %DATA_PATH% variable.
Note: The %DATA_PATH% variable enables you to use the new Remote Script Execution feature, which executes remote scripts on database servers. See the Editor section for more information about this feature.
Toad now uses the LOAD command to preserve data during advanced alters, object migrations, and Object Compare synchronization. This command is often more efficient than the IMPORT command for loading large amounts of data in re-created tables. To specify that Toad use the LOAD command whenever possible to preserve data, select the Use LUW load utility when applicable option in Tools | Options | Database | DB2 | Advanced Admin.
Toad now generates and executes DB2 RUNSTATS statements for indexes. Right-click one or more indexes, and select Utilities | Runstats.
Note: Many of the following new features require that you have the Quest IBM DB2 z/OS Component 4.5 installed on the DB2 subsystem. See the Quest IBM DB2 z/OS Component Installation Guide for more information.
Toad ships with a set of dataset templates that it uses during utility script generation. Additionally, Toad provides an object editor that enables you to edit these templates or create and alter your own. You can browse the and user-defined templates on the new Dataset Templates node in the Database or Object Explorer.
Toad now leverages IBM DB2 parallel processing during UNLOAD, LOAD, and REORG utility execution on partitioned objects during database administration tasks.
Toad generates and executes DB2 REORG utility statements on tablespaces or indexes. Right-click the objects, and select Utilities | Reorg.
Toad generates and executes DB2 RUNSTATS utility statements for tablespaces, tables, or indexes. Right-click the objects, and select Utilities | Runstats.
Toad generates and executes REBUILD INDEX utility statements on tablespaces, tables, or indexes. Right-click the objects, and select Utilities | Rebuild Index.
Advanced alter, object migration, and Object Compare synchronization scripts now execute utilities at the tablespace level when applicable, instead of on individual tables in the tablespace. For example, the following advanced alter script uses a single UNLOAD statement to offload data from all tables in the tablespace, instead of a separate UNLOAD statement for each table.
Toad provides an option to insert a COPY statement before each REORG statement in scripts generated for ALTER, object migration, or Object Compare synchronization. This option ensures that a copy of the original data is available for recovery purposes.
New options for executing DB2 utilities during regular and advanced alters, object migration, and Object Compare synchronization are now available in Tools | Options | Database | DB2 | z/OS.
The Quest IBM DB2 z/OS Component 4.5 contains updates that many of the new Toad features require to manage your DB2 for z/OS subsystems.
A message now displays when you attempt to perform a database administration function that requires the Quest IBM DB2 z/OS Component, explaining that you need to install the component.
The installation wizard for the z/OS component now supports WLM environment names up to 32 characters.
The z/OS component includes the functions and procedures required to display the new Datasets tab for tablespaces in the Database and Object Explorer and to leverage RACF groups in Toad Security.
When sending tables or views to the Master Detail Browser, Toad now automatically selects all columns.

A new option lets you specify the unit of storage
used to display statistics in Space Management features. You can find this
option in Tools | Options | Database | DB2 | LUW | Space Management.

Click a category in the list to view the features and updates for this release:
Toad is now Federal Desktop Core Configuration (FDCC) Compliant; however changes to the architecture to ensure compliance will result in a loss of existing data filters when upgrading to this release.
Hexadecimal values of up to 255 bytes for binary data now display in the grid.
You can now copy and paste rows in the grid.
You can now create pivot grids and charts directly from the results by selecting the Pivot & Chart tab.
You can now format XML data.
You can now view BLOB and For Bit data in EBCDIC.
You can add a total value to a column of data or can add a subtotal value to grouped data if the Summary Footer Panel is displayed (right-click the data and select Show | Summary Footer Panel). To add a total value, right-click the data and select one of the following options:
If you have grouped columns using the Grouping panel (right-click and select Show | Grouping Panel), you can add a subtotal value to grouped records:
You can now export data to Microsoft Access files.
When you export to an Excel Instance only, columns are automatically resized to the width of the data.
You can now create a new table and tablespace within a database when exporting data.
The Export wizard now supports binary data types.
You can right-click tables or views in the Object Explorer and select Compare Data to compare data within the context of the current connection and database.
When comparing data, you can now auto-map target columns for selected source tables.
When you select a record, Data Compare displays a side-by-side comparison of the values of the source and target row automatically in the Row Viewer tab.
When you synchronize a script, Data Compare now opens a script using an existing connection.
Click a category in the list to view the features and updates for this release:
When you mouse over a Query Builder tab, Toad shows connection information and part of the query you are building to help you identify your Query Builder instance.
You can now sort columns alphabetically in the Diagram pane by selecting an option from the Sort columns in diagram by name drop-down list in Tools | Options | Database | Query Builder.
You can now create a view in the Query Builder.
When you save a Query Builder file, Toad prompts you to save query results with that file.
You can now add an INTERSECT, INTERSECT ALL, EXCEPT, EXCEPT ALL, UNION, or UNION ALL operator to queries.
For DB2 on LUW, a new Top row count option in the Query Builder lets you limit the number of rows returned. Use this option to reduce the size of your result sets as you build and test your queries.
You can use the right-click menu to compare results from a Query Builder query to data from the Database Browser window or the Editor Results pane.
Messages now show the SQL with which they are associated for better identification of the result or issue.
You can now view messages in text format. Right-click in the message pane, and select Text Output.
Toad provides the ability to restart scripts at
syncpoints. To enable script generation with syncpoints, select Generate scripts
with syncpoint statements in Tools | Options | Database | DB2 | General. To
restart a script at a syncpoint, click
in the Editor toolbar.
Toad has modified the default Result Sets layout to show result sets for multiple queries on a single Set x tab, greatly improving performance.

To display script result sets on individual tabs (as in previous releases of Toad), go to the Tools | Options | Database | Script Result, and select One tab per query in the Script Result Grouping section.

To enable this feature, navigate to Tools | Options | Editor | Tools, and select Block Comment and Dash Comment in the Code Navigator section.
Toad provides a new facility that transfers
scripts to remote DB2 for LUW servers for execution. To invoke this facility,
first open a script in the Editor. Then click
to open the LUW Remote Script
Execution wizard, which transfers the script and required control information to
the remote server. You can then telnet the remote
server and execute the script. Additionally, you have the option to change the
location of the log files that the remote script execution generates.
Note: The Remote Script Execution feature requires that Toad for DB2 Agent 5.1 be installed on the remote server to which you are transferring the script. (For information about installing this agent, see the Toad for DB2 LUW Agent Installation Guide, located in your Toad for DB2 client directory.)
Toad provides a new facility that transfers
scripts from the Editor to remote z/OS systems for execution. To invoke this
facility, first open the script in the Editor. Then click
to open the z/OS
Remote Script Execution wizard, which transfers the script to the mainframe and
submits it as a JCL job that runs against the specified DB2 for z/OS subsystem.
Optionally, you can save the script to a PDS.
Note: This feature requires that the Quest IBM DB2 z/OS Component 4.5 be installed on the subsystem against which you are executing the script. See the Quest IBM DB2 z/OS Component Installation Guide, located in your for DB2 client installation directory, for more information.
The Editor provides a launch point to Quest Benchmark Factory. This product lets you test the scalability of your SQL in the connected database.
You can now drag and drop an SQL file onto the toolbar to automatically open an Editor session containing the contents of the file.
You can share Formatter settings for your team in a network share folder in Tools | Options | Editor | Formatter to ensure consistent coding standards.
Toad supports deleting multiple statements in the SQL Recall window.
SQL Recall now logs only single statements.
You can right-click a breakpoint in the Editor to edit its properties.
Toad SQL Analysis for DB2 LUW is now available for tracking and analyzing SQL statements captured in SQL collections that you define and manage. You can view SQL statistics and trends at the workload level or at the individual statement level and send bad-performing SQL to the Quest SQL Optimizer for tuning.
Note:
Toad SQL Analysis is accessible only through your Toad session; it is not a stand-alone product.
SQL Analysis requires that the Toad for DB2 Agent be installed on each DB2 for LUW instance on which you are running SQL collections. See the Toad for DB2 LUW Agent Installation Guide for more information.
You can now open a Quest SQL Optimizer for DB2 LUW session on the SQL in a view, MQ table, or trigger definition. (Previously you could open a session on only the SQL used in packages or in Editor scripts.)
You can now open a SQL Tuning for DB2 z/OS session on the SQL in a view, MQ table, or trigger definition. (Previously you could open a session only on the SQL used in packages or plans or in Editor scripts.)
You can now invoke SQL Tuning for DB2 z/OS on multiple SQL statements, including the statements that you select in a package or plan or in an Editor script. Each statement opens a separate scenario in the SQL Tuning session.
Support for FTP connections, SQL Recall named SQL statements, and Database connections has been added to the Project Manager via the right-click menu. For Database connections, only databases that are currently connected can be added to the Project Manager.

Toad now supports TFS 2008.
When configuring TFS, you can now specify a user name and password, instead of using your Windows credentials, to log into TFS.
This release shows improved performance during the working-directory initialization and in the overall handling of the root folder and working directory.
Toad now supports multiple version-control configurations that are active simultaneously.
When you manage version-controlled SQL scripts from the Object Explorer, creating a script opens a new Editor.
Click the following links to view issues addressed and enhancements implemented in the Toad for DB2 4.5.x releases, including this latest release 4.5.2:
The following is a list of issues addressed and enhancements implemented in the current release:
|
Feature |
Resolved Issue |
Defect ID |
| Toad DB2 Command window | If you set the DB2 code page as a system variable and then launch a DB2 command window from Toad via Tools | DB2 Command Window, Toad no longer generates an exception. |
ST#67,626 Case#751438 |
| Database or Object Explorer |
(DB2 for z/OS) When returning a dataset creation date, Toad no longer
generates an exception due to conversion issues. However, to avoid the
exception, users need to upgrade to the latest Toad IBM DB2 z/OS
component available with this release. See
Upgrade the Quest IBM DB2 z/OS Component
for more information. Note: If you do not upgrade the z/OS component, Toad displays a ? in the date value to indicate a format conversion issue. |
ST#67,325, 67,326, Case#755001 |
| Editor | Multiple opened Editors executing queries no longer lock up Toad. |
ST#67,612 Case#758027 |
| Extract DDL | When the Toad client has a large number of connections defined, Toad no longer crashes when users attempt to extract DDL. |
ST#67,196 Case#747522 |
| When users attempt to extract DDL on a database cataloged with AUTHENTICATION set to CLIENT, Toad no longer causes an exception (even when users provide no ID and password at connection time). |
ST#67,371 Case#755054 |
|
| Object management | ||
| (DB2 for LUW) Toad now correctly includes commas between column names in the IMPORT command section of an advanced alter script. |
ST#67,524 Case#757166 |
The following is a list of issues addressed and enhancements implemented in the current release:
|
Feature |
Resolved Issue |
Defect ID |
| Licensing | Users with a Toad for DB2 Xpert license can now launch Spotlight on DB2 LUW. |
ST#66,460 Case#748677 |
| Users with a Toad for DB2 Xpert license can now launch Toad SQL Analysis for DB2 LUW. | ST#66,595 | |
| Editor | Editor now successfully opens, processes, and executes SQL files larger than 60K. | ST#64,806 |
| Object management | ||
| Toad no longer generates a "Missing bind file" error when you attempt to rebind a package with a modified parameter. |
ST#65,697 Case#741615 |
|
| Specifying the SQL delimiter @ for scripts no longer causes Toad tools (such as Extract DDL and Migration) to fail to generate scripts. |
ST#65,741 Case#741673 |
|
| (DB2 for LUW) Toad no longer performs an advanced alter to partitioned tables (containing the LONG IN clause) when you make no changes to the tables or changes that require a regular ALTER. |
ST#66,122 Case#744570 |
|
| Schema Compare | Schema Compare properly uses DB2 utilities to preserve data. | ST#65,132 |
The following is a list of issues addressed and enhancements implemented in the Toad for DB2 4.5 release:
|
Feature |
Resolved Issue |
Defect ID |
| General | ||
| Keyboard mapping issues are resolved. |
ST#49,841 Case#620808 |
|
| Authorization key issue has been fixed. |
ST#57,794 Case#684976 |
|
| Launching Toad by opening an Explain (.xpn) file no longer generates an exception. |
ST#62,807 Case#721521 |
|
| Toad ensures that proper privileges are granted on packages that IBM autobinds. |
ST#64,055 Case#729796 |
|
| Installation/Upgrade | The uninstall program now works properly. |
ST#55,055 Case#663575 |
| Connections | A new button in the Connection Manager and on the Connections window allows you to import or re-import the catalog entries from another local DB2 instance into your Toad for DB2 client instance catalog. |
ST#43,212 Case#582712 |
| The Degree value on the Advanced tab on a DB2 for z/OS subsystem connection profile now properly carries over to an Editor instance when it initially opens on the subsystem connection. |
ST#53,856 Case#654827 |
|
| Toad polls services on a connection only if Windows services are manually defined on the connection through the Services Manager. |
ST#56,863 Case#668610 |
|
| Data Grid | The pop-up editor for binary data on DB2 for z/OS subsystems that use EBCDIC code pages now contains an EBCDIC tab instead of an ASCII tab. |
ST#42,077 Case#521005 |
| Disabling auto-commit no longer causes Toad to hang when you attempt to shut down. |
ST#54,417 Case#600322 |
|
| Toad has resolved the "Index and length must refer to a location within the string" error generated when users attempt to edit certain data. |
ST#58,155 55,372 Case#680199 665110 671411 |
|
| Database or Object Explorer | ||
| The grid used to update Database Manager and Database configuration parameter values on the Parameters node now supports 64-bit environments and DB2's latest value ranges, as well as enforces valid values only. |
ST#45,198 Case#473610 |
|
|
Toad has added a Remove Notes option on the right-click menu for
an object. This update resolves an issue identified as a known issue in previous Release Notes versions. |
ST#52,941 | |
| "System.Xml.XmlException...is an invalid character..." error has been resolved. |
ST#54,249 Case#659087 |
|
| Toad has resolved the inconsistent behavior involving the Options | Extra Columns option on the right-click menu. |
ST#56,496 Case#674538 |
|
| (DB2 for LUW) Due to extensive overhead, the Auto-resize property no longer displays on the Tablespaces list, but does display on the Properties tab for the individual tablespaces. |
ST#57,090 Case#679397 |
|
| Toad has resolved the error generated when you both defined the Isolation level and Lock timeout properties on the Advanced tab of the connection profile and defined the SQL delimiter as a character other than a semi-colon on the Tools | Options | Database | DB2 | General page. |
ST#57,634 Case#682882 |
|
| You can now enter an asterisk in the connection profile to default to a list of all objects of each type in the Database Explorer or Object Explorer opened on that connection. |
ST#57,692 Case#683801 |
|
| Editor | Toad now provides Remote Script Execution wizards (LUW and z/OS) to transfer and execute your DB2 scripts on remote servers. |
ST#44,430 Case#565223 |
| Code completion performance has improved on large scripts. |
ST#54,370 Case#659253 |
|
| The right-click menu in the Editor now offers the Save As option. |
ST#57,114 Case#679598 |
|
| Editor performance has improved when handling large scripts. |
ST#59,101 60,559 Case#690239 694196 |
|
| The error generating the "Active queries are running on this connection...." message has been resolved. |
ST#63,304 Case#715317 |
|
| Extract DDL | ||
| Toad has improved performance when extracting the DDL for a database and its dependencies. |
ST#45,284 Case#587845 |
|
| Import Data (Toad core feature) | Import wizard now properly handles Unix LF FORMAT. |
ST#52,558 Case#644847 |
| Migration/Object Compare/Schema Compare | While Schema Compare does not create tablespaces to synchronize tablespace differences, the new Object Compare feature does perform this task. |
ST#41,983 CR#210132 Case#491910 |
| While Schema Compare compares objects at the schema level only, you can use the new Object Compare feature to compare individual objects. |
ST#42,753 CR#227219 Case#563243 |
|
| The new Object Compare feature generates both comparison results and a report that lists source and target differences. |
ST#45,272 CR#228265 Case#571236 577623 595890 |
|
| Migrating object lists containing tablespaces no longer generates the "Values cannot be null." |
ST#58,995 Case#693708 |
|
| Schema Compare now invokes DB2 utilities to preserve data if you select Use commands/utilities in the Preserve Data Method section of Tools | Options | Database | DB2 | Advanced Admin. |
ST#54,387 Case#660120 |
|
| The Schema Compare report does not identify source and target objects as missing, different, or same. However, the Object Compare feature provides a report that identifies the status (missing, different, or same) of each target object compared to the source. |
ST#55,459 Case#666073 |
|
| Object Compare and Migration scripts generate the necessary GRANT statements for dependent objects. |
ST#59,537 Case#691615 |
|
| Object management |
Toad supports the ability to grant or revoke privileges on table columns. This update resolves an issue identified as a known issue in previous Release Notes versions. |
ST#41,768 CR#184359 |
| Toad now supports the EXPORT-LOAD process during advanced alters. |
ST#46,826 Case#565223 652726 |
|
| (DB2 for LUW) Toad now allows you to create, alter, or drop nicknames, wrappers, and servers, as well as browse user, type, and function mappings on federated systems. |
ST#51,277 41,595 CR#149366 Case#636134 377886 |
|
| (DB2 for LUW) You can alter the Partitioned and Clustering properties for a table without an issue in the order in which you edited the values. |
ST#54,635 Case#659398 |
|
| (DB2 for LUW) The CREATE DATABASE statement now displays on the Script tab for the database (on the Database node in the Database or Object Explorer) and is generated when you run the Extract DDL feature on the database. |
ST#55,688 Case#669863 |
|
| (DB2 for LUW) Toad now fully qualifies package names in ALTER scripts. |
ST#57,565 Case#681690 |
|
| Generated scripts now insert single apostrophes (ticks) around DATE, TIME, and TIMESTAMP values used in partitioning keys for tables and indexes. | ST#57,991 | |
| (DB2 for LUW) The table object editor now supports NOT LOGGED INITIALLY and ACTIVATE NOT LOGGED INITIALLY options. |
ST#58,531 Case#691418 |
|
| (DB2 for z/OS) The definition for an alter partitioned index now identifies the correct index type. |
ST#58,667 Case#693106 |
|
| Query Builder | A new option in Tools | Options | Database | Query Builder lets you disable auto-joins when adding tables. |
ST#54,908 Case#663451 |
|
The Notes icon now displays for a relationship in the Query Builder and
in ER Diagrammer. This update resolves an issue identified as a known issue in previous Release Notes versions. |
ST#52,943 | |
| SQL Analysis for DB2 LUW | You can now collect and analyze SQL on DB2 9.5 databases. |
ST#54,144 Case#657261 |
| Space Management (DB2 for LUW) | (For DB2 9.1 or later databases) The new Database node in the Database or Object Explorer provides a Space Usage tab, showing space allocation and usage at the database level. |
ST#43,716 Case#122577 |
| Stand-alone Utilities (DB2 for LUW) | Import and Export utilities for DB2 now return columns in physical order, not alphabetical order. |
ST#55,766 Case#668992 |
| Version Control | ||
| Date fields in tables exported to CVS files retain their original formats. |
ST#63,051 Case#717751 |
The following is a list of issues known to exist at the time of the Toad for DB2 release.
|
Feature |
Known Issue |
Defect ID |
| General |
Attempting to launch Toad
results in a System.Security.Policy.PolicyException error.
Workaround: |
CR#166752 Case#408845 |
| Customized options defined in Toad's Configuration wizard are not applied if you are running as a Restricted user. | CR#216699 | |
|
As a security measure in Windows Vista, when a standard user belonging to an Administrators group launches a
process and the Vista User Access Control security feature is
enabled, the process launches with only standard user privileges.
However, under these restricted privileges, Toad can have problems cataloging DB2
systems (including transferring a DB2 catalog at Toad setup) and running
utilities through CLP, thus affecting advanced alters and other Toad
functionality.
Additionally, this user does not have write access to the Toad default storage folder (the Toad installation folder) where files, such a the license key file and export profiles generated in the Client Configuration wizard, are stored when no explicit path is specified. Instead, Vista automatically copies files to C:\Users\db2admin\AppData\Local\Virtual Store\Program Files\Quest Software\Toad for DB2 version. The Toad user can have the following issues:
Workaround: |
N/A | |
|
If a Vista standard user belonging to an Administrators group has launched
Toad with the Vista User Access Control security feature enabled, the
user cannot open a Spotlight on DB2 for z/OS session within Toad due to
insufficient privileges. Workaround: |
ST#60,819 | |
The Toad db2cli.ini file defines that Toad connects
to the catalog node on multi-partitioned DB2 for LUW databases.
To change the node to which Toad connects, use the
following steps to edit the file:
|
ST#53,860 | |
| Installation/ Upgrade |
The Toad for DB2 installation process installs a DB2 client in the specified Toad installation path. If the user chooses to override the default Toad installation path, the new path cannot include Unicode characters because the DB2 client installation does not support such characters. | N/A |
|
If a Vista standard user belonging to an Administrators group attempts to
uninstall Toad when the Vista User Access Control security feature is
enabled, the uninstall might hang.
Workaround: |
ST#52,914 | |
| If a DB2 for LUW 7 client is installed on the machine where you are installing Toad, you must upgrade the DB2 client to version 8 before installing Toad to avoid losing functionality in some DB2 native tools. |
CR#192879 Case#462823 | |
| Network and LAN installations are currently not supported. | N/A | |
|
If a Windows XP power user attempts to uninstall Toad, initially installed
by a power user, the uninstall might fail. Workaround: |
ST#63,284 | |
| Data Reports | Currently, you cannot create a Label Report in the Toad Data Report wizard. |
ST#42,133 CR#215945 |
| Database or Object Explorer | ||
|
Performance problems might occur when browsing a large number of
database objects. Workaround: |
CR#220761 CR#220757 | |
| Debugger | Currently, the debugger does not support Unicode schema names. |
ST#41,770 CR#184638 |
| Editor | ||
The following object types are not found when using the View Object at
Cursor feature:
|
ST#41,627 CR#164917 | |
| When you edit a script in Toad, you must delimit SQL identifiers that begin with @ to differentiate these identifiers from named parameters. For more information, refer to the following IBM documentation: |
CR#224375 Case#552946 | |
| Export Data (Toad core feature) | Binary data types cannot be exported in this release. |
ST#41,665 CR#170430 Case#419715 |
|
When exporting large result sets (approximately 500K), you might run out
of memory before the operation completes. Workaround: |
ST#41,935 CR#203483 Case#483802 | |
| FTP Connections | When you use Toad's FTP Connections feature to transfer scripts, reports, or files to a z/OS machine, you can transfer only in USS directory mode. Currently Toad does not support FTP connections in dataset mode to z/OS machines. | ST#62,340 |
| Help in Toad | The help does not state the DB2 restriction that you cannot drop packages containing triggers | N/A |
| Migration/Object Compare/Schema Compare | ||
| (DB2 for LUW only) If the source schema contains a table alias with the same name as the target schema, synchronizing the schemas results in the target schema name being replaced with the actual table name from the source table. | CR#140343 | |
| (DB2 for z/OS only) A comparison of materialized query tables generates an "undefined name" error. |
ST#42,913 CR#228511 | |
|
Schema Compare synchronization does not create tablespaces on target to
synchronize tablespace differences. Workaround: |
ST#41,983 CR#210132 Case#491910 | |
| (DB2 for LUW) The Object Compare synchronization script is not generating the required DROP statements for target functions and procedures that need to be recreated to synchronize them with those on the source. | ST#53,435 | |
| (DB2 for z/OS) Toad supports the migration and synchronization of LOB object DDL, but does not support the migration or preservation of LOB data. | ST#53,640 | |
|
(DB2 for z/OS) During synchronization, Schema Compare fails to create
the partitioned tablespace in which to place an index-controlled
partitioned table. Workaround: |
ST#61,109 | |
|
(DB2 for z/OS) During synchronization, Schema Compare places a newly
created index-controlled partitioned table in an implicit tablespace,
instead of the intended partitioned tablespace. A DB2 error is generated
during the creation of the partitioned index. Workaround: |
ST#61,112 | |
| (DB2 for z/OS) When synchronizing partitioned indexes, Schema Compare fails to create the partitioned tablespaces in which to place the partitioned tables that the indexes control. | ST#63,613 | |
| (DB2 for LUW) When synchronizing range-clustered tables, Schema Compare fails to generate CREATE TABLE statements. | ST#64,099 | |
| (DB2 for z/OS) Schema Compare synchronization is creating auxiliary tables in temporary tablespaces, instead of creating them in the proper existing (empty) tablespaces. | ST#64,130 | |
| When preserving target data, Schema Compare and Object Compare generate scripts that list columns for the re-created tables in source-table order, which can be different from the order in which the target data is unloaded. | ST#64,749 | |
| (DB2 for LUW) When you are migrating data only and the data contains XML and identity columns, the resulting script is invalid, causing the migration to fail. | ST#64,750 | |
| Object Management | ||
| Toad supports scripting, creation, and alteration of nicknames that are based on DRDA-type wrappers only. | N/A | |
| (DB2 for z/OS only) When you alter a table to reduce the size of a column referenced in other tables via RI, the LOAD phase in the advanced ALTER fails with a DSNU334I INPUT FIELD INVALID error. The load cards show the original column length. | ST#44,753 | |
| SQL Analysis for LUW | SQL Analysis does not provide support for Unicode, multi-language, or Microsoft cluster environments. | N/A |
|
DB2 truncates dynamic SQL statement text in a DB2 event monitor when
deadlock monitoring is enabled in SQL Analysis. The truncated statement
text displays in SQL Analysis with three consecutive periods (. . .) at
the end. Workaround: |
N/A | |
| Stand-alone Utilities (DB2 for LUW) | When you run the Reorg Tables or Runstats Tables feature from the right-click menu on a tablespace that contains partitioned tables, both the object list in the Reorg (or Runstats) Tables window and the resulting script omit the partitioned tables. |
ST#63,778 63,779 |
| Version Control | ||
|
The Update Schema function for version control often requires that
objects be dropped and recreated. If tables are referenced by foreign
key constraints, the following error occurs when executing the script: "Could not drop object N because it is referenced by a FOREIGN KEY constraint." |
ST#42,093 CR#214601 | |
| Currently Version Control handles only DB2-standard schema names and file and folder names that are compatible with the underlying Version Control repository. |
ST#42,184 CR#217475 | |
| You currently cannot check object list definitions into version control. |
ST#42,188 CR#217524 | |
| (CVS only) Each version control configuration should point to a unique Root Folder location on the Source Repository to avoid conflicting file usage. | CR#228422 | |
|
(CVS only) You
might receive an "Unknown Error..." message when using the sspi protocol
to connect to a CVSNT server. Possible
Workaround: |
CR#226256 | |
|
(CVS only) You cannot successfully configure CVS using the SSH protocol. Workaround:
|
CR#228718 |
The following is a list of third party issues known to exist at the time of the Toad for DB2 release.
|
Feature |
Known Issue |
Change Request |
| General | You cannot insert a double-byte character into a database with a single-byte codepage. IBM PMR30857,756,000 states that this configuration is not supported. |
CR#220327 Case#537948 |
| (DB2 for LUW only) Certain Toad functions use the DB2 snapshot monitor to capture information about containers used in a database. To capture this information in a multi-partition database, the snapshot monitor requires that all database partitions be active. Therefore, to ensure that Toad obtains container information across all partitions, execute the DB2 command ACTIVATE DATABASE real_database_name on the server before connecting Toad to the database. This command keeps all partitions on the database active. For more information about ACTIVATE DATABASE, refer to the IBM DB2 for Linux, Unix, and Windows documentation. | N/A | |
| Connections to Toad are lost, generating SQL0902 errors from the .NET driver. IBM has opened PMR 47384,756,000 to investigate this issue. |
ST#56,141 Case#669950 |
|
|
Installation/ Upgrade |
You cannot install DB2 for LUW 8 on the same system that already has Toad for
DB2 3.0 installed. This problem exists because of a current DB2 limitation in
which DB2 for LUW 8 cannot be installed on a system on which DB2 for LUW
9 resides. (Toad for DB2 includes a customized version of DB2 for LUW 9.) Workaround: If you need to install DB2 for LUW 8, uninstall Toad, install DB2 for LUW 8, and then reinstall Toad. For more information, refer to the Release Notes for IBM DB2 9 for Linux, Unix, and Windows. |
CR#187913 |
|
An SQL0805N error occurs when performing a DML statement on a database. Workaround: |
CR#220160 | |
| Database Explorer/ Object Explorer | ||
| Schemas containing empty names or special characters are not supported in this release and will display as QUEST_SCHEMA_PLACE_HOLDER when used. |
CR#133127 CR#133139 |
|
| (DB2 for LUW) Initially, an SQL0873N error occurred when you attempted to view tablespace container information. The error stemmed from running SNAP and SNAPSHOT-level table functions against a codepage 819 database. IBM addressed the issue with APAR IZ41782. | ST#59,222 | |
| Data Grid | A Microsoft .NET Framework issue causes an exception error when you attempt to browse the Data tab for a table containing a decimal value with a precision greater than 28 or 29. This issue is described in http://msdn2.microsoft.com/en-us/library/xtba3z33(vs.71).aspx. | CR#186529 |
| Timestamp data causes exceptions when you click the Data tab or attempt to query the table. This issue is related to the IBM DB2 APAR IY87346. | CR#220839 | |
| (DB2 for LUW) Attempting to update a table column value that is not generated causes an error when another column in the table is defined as GENERATED ALWAYS. IBM has opened PMR 48511,756,000 to investigate this issue. | ST#51,035 | |
|
(DB2 for z/OS) Tables that contain decimal data larger than 28 or 29 decimals
results in an error stating:
"Value was either too large or too small for a Decimal." This is due to a limitation in the .NET Framework in which the maximum decimal that the Framework can handle is 10^31 with 0 decimal.
Workaround:
Note: When using this workaround, if the number of characters is less than 32, leading zeros display. |
CR#186529, CR#186535 |
|
|
You cannot add data to tables that include columns that have the GENERATED
ALWAYS AS option enabled. The IBM Command Builder generates the INSERT statement
and includes the generated always column, which results in the following error:
"A value cannot be specified for column "GEN" which is defined as GENERATED ALWAYS. SQLSTATE=428C9" Workaround: |
CR#142504 | |
| Debugger | When compiling with debug, disable AutoCommit (Tools | Options | Database | General) to allow a rollback if there is a problem when dropping and creating the procedure. Once you successfully create the procedure, commit the changes before starting the debugging session. | N/A |
| When debugging, you must enter a value for every start parameter, regardless of whether they are input or output values or an error message incorrectly informs you that the procedure must be compiled with debug information. | CR#143234 | |
|
(DB2 for LUW) The following error message is displayed when you attempt to modify a
watch value during a Debug session on a DB2 for LUW 9 database: "ERROR [57011] [IBM][DB2/NT] SQL0954C Not enough storage is available in the application heap to process the statement. SQLSTATE=57011" The call to modify the watch value fails on DB2, and the server runs out of heap memory.
Workaround: |
CR#188846 | |
| (DB2 for z/OS) A message stating that a procedure is not compiled with the Debug code, when in fact it is, is being generated. This issue is due to an error in the z/OS implementation of Create_Session. | CR#207662 | |
| (DB2 for LUW) The "Unable to initialize debug session" error that is generated when you attempt to debug procedures in DB2 for LUW is a DB2-related issue. A future release of a DB2 unified debugger should help reduce the occurrence of this issue. |
Case#517909 Case#529227 CR#213765 |
|
| Editor |
Attempting to create an object in the Editor when the schema selected from
the drop-down list in the Editor toolbar is different than the schema you logged
into, results in an error. Toad issues a SET CURRENT SCHEMA statement the
first time you execute a script/statement. Workaround:
|
CR#183855 |
| (DB2 for LUW) Dropping a nickname does not drop its primary key. This issue (PMR 30432,756,000) was fixed in DB2 9.1 Fixpak 3. |
ST#42,503 CR#223155 |
|
| Export Data (Toad core feature) |
In order to export to an Office 2003 or 2007 Excel instance, the Office 2003 Primary Interop Assemblies (PIAs) must be installed. You can install the PIAs from
one of the following locations: |
CR#138239 |
| Migration/Object Compare/Schema Compare | (DB2 for LUW) You cannot synchronize schemas if the Code Pages on the compared schemas do not match. | CR#141383 |
| Object Management | (DB2 for z/OS) There is a known z/OS issue when attempting to ALTER partitioning index values for PRIQTY and SECQTY. If these values are changed in Toad, the subsequent ALTER statement is generated without ENDING AT values for the partition keys. The generated syntax is correct; however a database error will occur. IBM has issued z/OS APAR PK69271 to address the issue. | ST#49,829 |
| (DB2 for LUW) Running queries or performing database administrative tasks in Toad on DB2 databases running on an AIX 5.2 machine can cause the DB2 instance to crash. IBM has addressed this issue with APAR IY79365. | ST#57,962 | |
| (DB2 for LUW) db2bp.exe can fail with a Windows error during advanced alters, migrations, Object Compare synchronization, and regular object management. IBM has issued APAR JR33088 to address this issue. | ST#59,491 | |
| You cannot create a DB2 8 database from a DB2 9 client. Therefore, you cannot use Toad's DB2 LUW Create Database wizard to create a DB2 8 database. | N/A | |
|
(DB2 for z/OS) Attempting to drop a distinct type or sequence with a delimited
blank name results in following error due to server side abends: "IBM][CLI Driver] CLI0108E Communication link failure. SQLSTATE=40003" This is a known IBM DB2 issue and IBM has opened APAR PK3269 to track this issue. |
N/A | |
| (DB2 for z/OS) In some cases, a user can revoke INSERT privileges on a table for the owner and cause a cascading revoke of privileges for any user (including the revoker) who was granted privileges by the table owner. This is a known IBM DB2 issue and IBM has opened APAR PK30558 to track this issue. | N/A | |
|
(DB2 for z/OS) The following DB2 error is generated when you try to refresh an MQ table: "ERROR [58031] [IBM] SQL1034C The database is damaged..." This error is identified in APAR PQ97328. The APAR states that, if the statement text in the CREATE TABLE statement for a materialized table is more than 4K, the statement text stored in the SYSVIEW.VIEWS catalog table entries for the table (after the first three sequence number entries) contains unusable data. The APAR has been fixed with PTF UK00557. However, any materialized tables created before this fix need to be dropped and recreated and REFRESH rerun. |
N/A | |
| Space Management | (DB2 for LUW) APAR IY90197 states: RUNNING SNAPSHOT TABLE FUNCTIONS CAN CORRUPT MEMORY INSIDE THE DB2FMP (C) PROCESS DUE TO STACK OVERFLOW. This issue was fixed in DB2 8.1 Fixpak 14. | N/A |
| SQL Analysis for DB2 LUW | Databases on DB2 for LUW 8.1 (with FixPaks 1 through 4 applied) generate deadlock events that show a zero lock-wait start time. IBM has addressed this issue with APAR JR18739 in DB2 8.1 FixPak 5. | N/A |
Review upgrade information in the Toad for DB2 Installation Guide available from the Windows Start menu under Program Files | Quest Software | Toad for DB2 | Documentation.
An upgrade to the Quest IBM DB2 z/OS component is available with Toad for DB2 4.5.2. To ensure you have the latest z/OS component upgrade on a DB2 subsystem, do one of the following:
If neither the Quest Central for DB2 mainframe component nor the Quest IBM DB2 z/OS component resides on the DB2 subsystem, perform a complete installation of the Toad IBM DB2 z/OS component available with Toad for DB2 4.5.2. See the Toad IBM DB2 z/OS Installation Guide for more information.
If the Quest Central for DB2 mainframe component or a pre-4.5.0 Quest IBM DB2 z/OS component resides on the DB2 subsystem, perform the following two-part upgrade:
If Quest IBM DB2 z/OS Component 4.5.0 resides on the DB2 subsystem, perform Part 1: Update the LOADLIB only.
SELECT * FROM TABLE(QUEST.QCVER()) AS UDF;
If the returned value is 5.1.0.14, the component version is 4.5.0. A value less than 5.1.0.14 indicates a pre-4.5.0 version.
RECFM=FB
LRECL=80
BLKSIZE=3120
TSO RECEIVE INDATASET (‘sequential.file.name’)
DATASET(‘loadlib.name’)
The variable ’loadlib.name’ is either the name of the new PDS/E or the name of the old LOADLIB you are replacing, depending on whether you created a new PDS/E or are using the existing LOADLIB.
Update the WLM-started tasks and QPDSNAT procedures to reflect the new load library name.
APF-authorize the new LOADLIB.
Locate the U4045DDL member in the Plugins\DB2\zOS folder where the Toad for DB2 4.5.2 client is installed.
Open this file in the Toad Editor.
Change the %COLLID% and %MULTTCB% variables in the script to match those currently used in your system.
Execute the script to define the two new functions.
Grant these functions the same EXECUTE privileges granted to other QUEST functions.
Verify that your system meets the requirements described in the following sections:
Requirement for Capturing Container Information in a DB2 for LUW Multi-Partition Database
Recommended Indexes to Improve Toad Performance in DB2 for z/OS
Toad for DB2 client installation requires the following.
Note: If a DB2 for LUW 7 client is installed on the machine where you are installing Toad, you must upgrade the DB2 client to version 8 before installing to avoid losing functionality in some DB2 native tools.
| Platform | 1 GHz minimum |
| Memory | 512 MB of RAM minimum, 1 GB recommended Note: The memory required may vary based on the following:
|
| Hard Disk Space | 212 MB of disk space required to run Toad. Allocate the following additional space as needed:
|
| Operating System | Any of the following:
Note: The Toad SQL Analysis for DB2 LUW client is not supported on Windows Vista or Windows Server 2008. |
| .NET Framework |
.NET Framework Microsoft .NET Framework 3.5 (Service Pack 1) Notes:
|
| Other Requirements | SVGA monitor with a minimum resolution of 800x600, 1024x768 recommended |
Toad supports any of these DB2 and operating system versions.
| Database Versions |
Any of these database versions: Supported DB2 for z/OS versions
Note: At this time, Toad supports DB2 8.1 for z/OS running in Full Function mode, but does not support DB2 8.1 running in Compatibility mode. Supported DB2 for LUW versions
Notes:
|
| Database Operating System Platforms | Any of these operating systems: Supported z/OS platforms
Support Linux, Unix, or Windows platforms
|
| Operating System Platforms for the Toad for DB2 Agent | Toad requires that the Toad for DB2 Agent 5.1 reside on DB2 for
LUW server on which you intend to execute scripts server-side (using the
Toad LUW Remote Script Execution component) or to collect SQL using Toad SQL
Analysis for DB2 LUW. The agent supports servers running in any of these operation systems:
Notes:
See the Toad for DB2 LUW Installation Guide for agent requirements and installation instructions. |
| Hard Disk Space for Toad for DB2 Agent |
|
The following are user requirements for installing and running Toad:
Only Administrators and Power Users can install Toad.
Note: The following exceptions exist for Power Users:
If an Administrator installs Toad, the Administrator can share the Toad shortcut icon on the desktop and menu items with any user--a Power User, Restricted User, Vista standard user--on the computer.
If a Power User installs Toad, a Restricted User cannot do the following:
The following describes the requirements and restrictions for users who launch and run Toad:
http://www.toadsoft.com/toaddb2/ReleaseNotes/Latest/ToadDB2LUWAuthorizations.xls
http://www.toadsoft.com/toaddb2/ReleaseNotes/Latest/ToadDB2zOSAuthorizations.doc
- Select Control Panel from the Windows Start menu.
- Double-click Administrative Tools.
- Double-click Microsoft .NET Framework version Configuration.
- Select My Computer, and then select the Runtime Security Policy node.
- Select Evaluate Assembly from the list of tasks in the right panel.
- In the File field, locate and select Toad.exe.
- Click Next, and set the permission to Unrestricted.
Toad has been tested for Citrix support on Windows Server 2003 Enterprise Server (Service Pack 2) using the Metaframe Access Suite 4.0 and Citrix Presentation Server Clients 10.2. For information about installing Toad in a Citrix environment, refer to Install Toad on Citrix Systems in the Toad for DB2 Installation Guide.
To connect to a Lightweight Directory Application Protocol (LDAP) server, you must enable LDAP support and specify the host name and port number of the LDAP server for the DB2 client installed with Toad.
Note: Keep the following mind:
To configure Toad to use LDAP
db2set DB2_ENABLE_LDAP=YES
db2set DB2LDAPHOST=hostname[:port]
The port number defaults to 389 (default LDAP port) if you leave the port number blank.
Databases on the LDAP server should now be available from the Database Alias drop-down list in the Connections window. To complete the Toad connection setup, you must create a Toad profile for each database. See Create Toad Connection Profiles in the Toad for DB2 Installation Guide.
Certain Toad functions use the DB2 snapshot monitor to capture information about containers used in DB2 for LUW databases. To capture this information for a multi-partition database, the snapshot monitor requires that all database partitions be active. Therefore, to ensure that Toad obtains container information across all partitions, execute the DB2 command ACTIVATE DATABASE real_database_name on the server before connecting Toad to the database. This command keeps all partitions on the database active. For more information about ACTIVATE DATABASE, refer to the IBM DB2 for Linux, Unix, and Windows documentation.
The following are the requirements for using Toad to compile and debug stored SQL procedures in DB2 for z/OS.
To use the Toad debugger on stored SQL procedures, the following Toad client requirements must be met:
Each DB2 subsystem on which you want to compile and debug stored SQL procedures must meet these requirements:
To perform any of the following functionality in Toad, you must have Quest IBM DB2 z/OS Component 4.5 installed on your DB2 for z/OS subsystems:
Bind and rebind DB2 for z/OS packages and plans
Invoke DB2 for z/OS utilities and commands within scripts that Toad for DB2 advanced alters, migrations, and synchronizations generate
Run stand-alone DB2 for z/OS utilities and commands in Toad
Run DB2 for z/OS commands from the Editor
Execute remote DB2 for z/OS scripts
Create, alter, or drop dataset templates
Run Display, Start, and Stop commands on DB2 for z/OS databases, tablespace, and indexes
Access accurate buffer-pool information for the DB2 subsystem
View volumes available for defining storage
Access information about current threads connected to the DB2 subsystem
Assign a RACF group to a Toad Security role to control the Toad features available to all users belonging to the RACF group.
If you currently have the Quest Central for DB2 z/OS component or a previous Quest IBM DB2 z/OS component installed on your DB2 subsystem, perform an upgrade. Use the instructions found in Upgrade and Compatibility.
If the neither the Quest Central for DB2 z/OS component nor a previous Quest IBM DB2 z/OS component currently exists on your DB2 subsystem, perform a new installation of Quest IBM DB2 z/OS Component 4.5. Use the instructions found in the Quest IBM DB2 z/OS Installation Guide (available from the Windows Start menu under Program Files | Quest Software | Toad for DB2 | Documentation).
Note: A 32K character-size limit exists for each utility statement executing through DSNUTIILU.
User-defined indexes on specific system catalog tables can improve performance when you are browsing DB2 for z/OS objects in Toad. The following link contains the DDL for indexes that can optimize Toad performance on your DB2 for z/OS subsystem. Keep in mind that the creation of these indexes is a recommendation only. The indexes can have different results in different environments, depending on the number of DB2 objects and the amount of data involved. To create these indexes, edit and run the DDL contained in the following file:
http://www.toadsoft.com/toaddb2/ReleaseNotes/Latest/ToadDB2zOSIndexes.txt
Additionally, if the schema drop-down lists in the Object Migration wizard populate slowly, consider creating an index on the SCHEMA and CREATOR columns in the catalog table for each object type. Here is a list of some of the object-type tables:
SYSIBM.SYSSYNONYMS
SYSIBM.SYSSEQUENCES
SYSIBM.SYSROUTINES
SYSIBM.SYSTABLES
SYSIBM.SYSDATATYPES
SYSIBM.SYSINDEXES
SYSIBM.SYSTRIGGERS
SYSIBM.INDEXES
The following are specifications for using Toad's Object Migration wizard to migrate DB2 objects and their dependencies:
SQL Analysis requires the following configuration on the database servers on which you intend to run SQL collections:
Toad for DB2 supports the following version control providers for the versions and platforms listed. Testing is not complete for versions and platforms not listed:
| Supported Provider | Server Version Tested | Client Version Tested |
| Visual SourceSafe (VSS) | VSS 6.0d | VSS 6.0d |
| Concurrent Versions System (CVS) | CVS 1.11.22 on Solaris CVSNT 2.5.03 on Windows |
CVNT 2.5.03 |
| Subversion | Subversion 1.5.6 | CollabNet Subversion Command-Line Client 1.5.6 Notes:
|
| Team Foundation Server (TFS) | TFS 2005, 2008 | Visual Studio (2005 and 2008) Team Foundation Server MSSCCI Provider |
You must configure Toad to work with your existing version control system. Ensure that you install the following on the same computer where you installed Toad.
Note: Toad connects to your version control system based on login information included in your configuration. Your version control client does not need to run for Toad to connect.
| Provider | Prerequisite |
| VSS | VSS client |
| CVS | CVSNT 2.5 client |
| Subversion | Subversion client must be 1.5.6 or later,
and the client must include the Subversion binary executable (svn.exe)
in the client installation directory to work in Toad. Notes:
|
| TFS | Visual Studio Team Foundation Server MSSCCI
Provider Notes:
|
This section contains information about installing and operating this product in non-English configurations, such as those needed by customers outside of North America. This section does not replace the materials about supported platforms and configurations found elsewhere in the product documentation.
This release is Unicode-enabled and supports any character set. It supports simultaneous operation with multilingual data. This release is targeted to support operations in the following regions: North America, Western Europe and Latin America, Far-East Asia, Japan.
However, this release has the following known capabilities or limitations:
The Toad for DB2 release package contains the following products:
For important information about installing Toad for DB2, refer to the Toad for DB2 Installation Guide available from the Windows Start menu under Program Files | Quest Software | Toad for DB2 | Documentation.
Caution:
|
To install other Toad for DB2 components, refer to the following documentation:
| Component | Installation Instructions | Documentation Location |
| Quest IBM DB2 z/OS component | Quest IBM DB2 z/OS Component Installation Guide | From the Start menu, select Program Files | Quest Software | Toad for DB2 | Documentation |
| Toad for DB2 agent | Toad for DB2 LUW Agent Installation Guide | From the Start menu, select Program Files | Quest Software | Toad for DB2 | Documentation |
| Quest SQL Optimizer for DB2 LUW | Quest SQL Optimizer for IBM DB2 LUW Installation Guide | Downloaded from Quest SupportLink (http://support.quest.com/) or from the Quest product site (http://www.quest.com) |
| Toad SQL Tuning for DB2 z/OS | Toad for DB2 Installation Guide | From the Start menu, select Program Files | Quest Software | Toad for DB2 | Documentation |
| Toad SQL Analysis for DB2 LUW | Toad for DB2 Installation Guide | From the Start menu, select Program Files | Quest Software | Toad for DB2 | Documentation |
| info@quest.com | |
| Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656 USA | |
| Web |
Refer to our Web site for regional and international office information.
(Commercial and Trial Support only)
Quest Support is available to customers who have a trial version of a Quest product or who have purchased a commercial version and have a valid maintenance contract.
Quest Support provides around the clock coverage with SupportLink, our web self-service. Visit SupportLink at http://support.quest.com/.
From SupportLink, you can do the following:
View the Global Support Guide for a detailed explanation of support programs,
online services, contact information, and policy and procedures.
The guide
is available at: http://support.quest.com/pdfs/Global%20Support%20Guide.pdf.
(Freeware Support)
You can join the Toad for DB2 discussion group by sending an email to: toad_db2-subscribe@yahoogroups.com
© 2009 Quest Software, Inc.
ALL RIGHTS RESERVED.
This document contains proprietary information protected by copyright. The software described in this document is furnished under a software license or nondisclosure agreement. This software may be used or copied only in accordance with the terms of the applicable agreement. No part of this guide may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording for any purpose other than the purchaser’s personal use without the written permission of Quest Software, Inc.
If you have any questions regarding your potential use of this material, contact:
|
Quest Software World Headquarters LEGAL Dept 5 Polaris Way Aliso Viejo, CA 92656 Email: legal@quest.com |
Refer to our web site for regional and international office information.
Quest, Quest Software, the Quest Software logo, Aelita, Akonix, Akonix, AppAssure, Benchmark Factory, Big Brother, ChangeAuditor, DataFactory, DeployDirector, ERDisk, Foglight, Funnel Web, GPOAdmin, I/Watch, Imceda, InLook, IntelliProfile, InTrust, Invertus, IT Dad, I/Watch, JClass, Jint, JProbe, LeccoTech, LiteSpeed, LiveReorg, MessageStats, NBSpool, NetBase, Npulse, NetPro, PassGo, PerformaSure, Quest Central, SharePlex, Sitraka, SmartAlarm, Spotlight, SQL LiteSpeed, SQL Navigator, SQL Watch, SQLab, Stat, StealthCollect, Tag and Follow, Toad, T.O.A.D., Toad World, vAnalyzer, vAutomator, vControl, vConverter, vEssentials, vFoglight, vMigrator, vOptimizer Pro, vPackager, vRanger, vRanger Pro, vReplicator, vSpotlight, vToad, Vintela, Virtual DBA, VizionCore, Vizioncore vAutomation Suite, Vizioncore vEssentials, Xaffire, and XRT are trademarks and registered trademarks of Quest Software, Inc in the United States of America and other countries. Other trademarks and registered trademarks used in this guide are property of their respective owners.
The information in this document is provided in connection with Quest products. No license, express or implied, by estoppel or otherwise, to any intellectual property right is granted by this document or in connection with the sale of Quest products. EXCEPT AS SET FORTH IN QUEST'S TERMS AND CONDITIONS AS SPECIFIED IN THE LICENSE AGREEMENT FOR THIS PRODUCT, QUEST ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED OR STATUTORY WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. IN NO EVENT SHALL QUEST BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDENTAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION OR LOSS OF INFORMATION) ARISING OUT OF THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF QUEST HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Quest makes no representations or warranties with respect to the accuracy or completeness of the contents of this document and reserves the right to make changes to specifications and product descriptions at any time without notice. Quest does not make any commitment to update the information contained in this document.