
Patch: r501_070323_0069.jar

Case: 4422
Description: 08/11/2006 Corrected query criteria for three DTC queries and rebuilt DTC

Case: 4327
Description: 08/18/2006 Enhancement to push eligible criteria after the join tree is chosen.

Case: 4421
Description: 08/17/2006 Fixed NPE when no password/trustore was defined and SSL was enabled and client auth was disabled

Case: 4315
Description: 08/18/2006 Fix of JDBC client handling of batching (determined by setFetchSize on the statement) results for CallableStatements.
  Fix for reading batches from connectors returning results for stored procedures.
  Usage Note: To avoid errors, CallableStatments should be created as scroll insensitive.
  Enhancement to allow the fetch size for procedures to be set as a connector binding property.  To enable this property, an entry in the ConfigurationInfo.def or server config file is needed.  For exmample:
  <Connector Name="My Sybase Connector" ComponentType="Sybase ANSI JDBC Connector" ...
    <Property Name="FetchSize">5000</Property>
    ...
  Sets a fetch size of 5000 for My Sybase Connector.  This setting can be exposed for editing through the console by adding it to the appropriate component definition.  For example:

  <ComponentType Name="Sybase ANSI JDBC Connector" ...
    <ComponentTypeDefn Deprecated="false">
      <PropertyDefinition Name="FetchSize" DisplayName="Fetch Size" ShortDescription="Fetch Size For Procedure Execution." DefaultValue="0" Multiplicity="0..1" PropertyType="Integer" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="true" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false"/>
    </ComponentTypeDefn>
    ...
  Allows the fetch size to be edited for all Sybase ANSI JDBC Connectors

Case: 4489
Description: 08/30/2006 Fixed mmshell/refresh command to prevent it from issuing new UUIDs

Case: 4239
Description: 09/1/2006 Fixed error generated when sending results from cache

Case: ----
Description: 08/30/2006 Allows connection via API to a secure server 

Case: 4556
Description: 09/01/2006 Fix to the generation strategy of SQL containing inline views.

Case: 4531
Description: 09/5/2006 Fixed error with unions and symbols that cannot be projected at runtime.

Case: 4504
Description: 09/08/2006 Fix for issue with a NullPointerException from select into statements whose columns are expressions.

Case: 4603
Description: 09/11/2006 Fixed error with using the hostname of the firewall in the firewall list when the local inetaddress for the firewall is different on the server.

Case: 4580
Description: 09/11/2006 Fixed JDBC URL format error that would occur if a password passed as part of the JDBC URL contains the @ symbol.

Case: ----
Description: 09/14/2006 Enhancement: JDBC connectors will now create PreparedStatements instead of Statements in many situations.  A JDBC connector can be forced to use PreparedStatements in all situations where Statement would have been used with the connector binding property UseBindVariables set to true.

Case: 4612
Description: 09/14/2006 Fixed problems with Option NoCache not getting propogated down to subcommands (Uncovered when loading dependent MatViews)

Case: 4704
Description: 10/6/2006 Fixed issue with Insert Into commands not getting translated by command logger

Case: 4673
Description: 10/10/2006 Resolve issues with DBLogger being unable to reconnect after network failure

Case: 4670
Description: 10/18/2006 Resolve issues SSL properties supplied via JVM arguements getting overwritten at server setup.

Case: 4624
Description: 10/20/2006 Fixed resolver issue with SELECT INTO temp group commands

Case: 4564
Description: 10/24/2006 Fixed problem of queries hanging under load

Case: 4556b
Description: 10/25/2006  Fix to generation of inline views - Update to fix NoSuchMethod errors

Case: 4784
Description: 10/30/2006 Resolve issues with XML planning relating to passing criterial against staging tables

Case: 4717
Description: 10/31/2006 Resolve issues with importusers scripts and console groups display

Case: 4708
Description: 11/06/2006 Allows for multiple models bound to the same connector to be optimized as if they were part of the same model.

Case: 4814
Description: 11/09/2006 Correct "unable to find symbol with matching shortname" problem with Right Outer Joins

Case: 4845
Description: 11/15/2006 Resolve issues with Redeploy VDB action in console throwing missing VDB exception.  Requires VDBs to be modifed and rebuilt in Designer with a new version deployed the server

Case: 4691
Description: 11/22/2006 Fixed hanging query problem

Case: 4918
Description: 11/28/2006 Resolve issue with server bounce failing due to error loading configuration due to column value bing too long for DB

Case: ----
Description: 12/1/2006 Enables Extension Models to be shredded into the DTC

Case: 4898
Description: 12/04/2006 Resolve issue using constants from a virtual layer in unions under an XML Doc

Case: 4814
Description: 12/05/2006 Fix but in Request that prevented option virtualdep from working.

Case: 4668
Description: 12/11/2006 Fixed XA Exception with > 1000 rows

Case: 4954 
Description: 12/12/2006 Resolves issue where correct protocol was not getting passed to nested resources in the wsdl.

Case: 4997
Description: 12/12/2006 Adds validation error check for Procedure which has group reference to itself.

Case: 5095
Description: 01/02/2007 Allows the metamatrix.encryption.client property to be respected

Case: 5042
Description: 01/12/2007 Enh: Allow user to specify alternative to MMDriver for SOAP in a properties file

Case: 5155
Description: 01/25/2007 Fixed NPE during UPDATE

Case: ----
Description: 01/29/2007 Enhanced union planning to minimize the number of source queries issued

Case: 5061
Description: 01/30/2007 Fixes issue with duplicate queries displayed in console

Case: 5190
Description: 02/01/2007 Fixes password encryption problem adding users

Case: 4902 5266
Description: 02/02/2007 Fix to support nillable=true in complex types

Case: 5266 4902
Description: 02/02/2007 Fix to emit empty tags when choice rules select empty sequence

Case: ----
Description: 03/14/2007 Added Designer Export and Import actions for Sql Transformations

Case: 5278
Description: 03/23/2007 Fixes issue with uncommitted transactions.
