Search: 
Pervasive
Skip Navigation LinksHome > Integration > Maintenance Releases > Change Log for Cosmos 8.8.0
Skip navigation links
Integration Updates and Service Packs
Business Integrator
Data Integrator
Data Profiler
Integration Server (IS) SDK
Support Assistance
Support Guide
Product Support Life Cycle
Support Offerings
Submit Service Ticket
Check Ticket Status
Support Offices
Feedback
Defect Submission

 Change Log for Cosmos 8.8.0 

Data Browser

17983

Problem: The "Total Record Count" option of Data Browser does not display the record count the first time it runs. It displays only the message.

Solution: Data Browser now displays total record count on first run.

Date Fixed: 02/18/05

Data Access Connectors

21514

Problem: Need an option to not request IDs from salesforce.com.

Solution: Added code to not download IDs when doing updates or deletes, and the action key is the ID field, and the batch size is 1. Added a property (ClientSideValidate) to allow the user to disable downloading IDs when doing updates or deletes and the action key is the ID field.

Date Fixed: 07/08/05

21650

Problem: The Connect button on the salesforce.com Target does not connect.

Solution: If the table is empty, but the Connector supports multimode, an attempt will still be made to connect.

Date Fixed: 08/01/05

21375

Problem: Would like to be able to leave the OwnerID field blank and let salesforce.com create the ID with its own dynamic rules.

Solution: If a field is not nillable, but indicates a default value will be applied, do not allow it to be mapped. Send AssignmentRuleHeader for inserts and updates of Case and Lead entities. Provided property for setting value of AssignmentRule to use.

Date Fixed: 08/01/05

21721

Problem: Setting the maxbatch to any value other than 500 results in map using 400.

Solution: Set a batch size limit to 2000 or less for queries.

Date Fixed: 07/29/05

21787

Problem: Getting invalid data (null) when using the bit datatype in MS SQL2000 target.

Solution: Added a method for assigning a decimal value to the DJBooleanField object.

Date Fixed: 08/19/05

21940

Problem: Get Error "263: Insufficient memory" when running to an existing Lotus Notes target using replace mode.

Solution: Changed to close document after form check is completed.

Date Fixed: 08/23/05

21922

Problem: Performance of the MSSQL native connector is very slow.

Solution: Now releasing the accessor and accessor handle used during Update when eachUpdate finishes. This eliminates a memory leak and fixes the non-linearity problem.

Date Fixed: 08/22/05

21473

Problem: When running a Process where SalesLogix connector is a target, an error is generated: " Process step Transform_1: Error, ExecuteSQLCommand(UPDATE sysdba.ACCOUN...): HResult of -2147217900 (80040e14) Error 28025 running process".

Solution: Added the SalesLogix OLE DB provider connection string properties (RW Password, Synch Log, Time Zone) to the SQL connection object so that Process Designer can specify those values in a SalesLogix session. Added the proper values to the new properties in the Process Designer session and the Process will successfully execute the ASCII-to-SalesLogix transformation.

Date Fixed: 08/18/05

21446

Problem: TIMEZONE property translation is not working properly.

Solution: Changed the handling of connection string related properties (Synch Log, Time Zone, ReadWrite Password) so that when the user applies new values an existing connection is automatically disconnected (the Map Designer GUI will not reflect the change in connection status). This forces a new connection string with the new value(s) to be built and passed to the SLX OLE DB provider.

Date Fixed: 08/17/05

Document Schema Designer

19815

Problem: Error in definition of Record Type 50, 60, and 61 in UB92 v6.0 document schema.

Solution: Corrected error in the schema.

Date Fixed: 02/09/05

21662

Problem: After installation of a new build, by default, Workspace in Document Schema Designer is set to C:\Cosmos_Work\. This should be changed to C:\Cosmos_Work\\Workspace1.

Solution: Document Schema Designer now checks the Workspaces.xml file in the same directory to find the workspace. New workspace is recorded in the designer.properties file.

Date Fixed: 08/01/05

Integration Engine

19789

Problem: Unable to run signed or sealed packages (jar files) at the command line with the djengine command.

Solution: Process engine changed so that the Import method takes a key. Process and control loading code changed to use that key as a password for the zip file. The command line engine itself was modified to pass the key to the step(s), which supplies the key when loading the Process/Transformation.

Date Fixed: 06/06/05

21491

Problem: Integration Engine closes when trying to run certain Processes on the command line.

Solution: Changed all CoUninitializeEx calls to call ComManager::UnInitialize.

Date Fixed: 07/11/05

21572

Problem: A run time error occurs when trying to run a Map with lookups.

Solution: The issue is not related to lookups. Changed code to wrap the assignment of the DecimalValue of the incoming RIFL Operand in a try/catch block.

Date Fixed: 07/14/05

21198

Problem: Receiving error "Unable to open Transformation with djar."

Solution: Changed code so that if "relative to the djar" fails, it falls back and tries "relative to the Process."

Date Fixed: 05/17/05

21367

Problem: Segmentation Fault when running Map via Java SDK on AIX.

Solution: This issue is the result of an empty incore lookup table. Changed code so that if the count of items to be searched is 0, the bsearch function is not called and treats the search as if it failed. On AIX, if bsearch is asked to search zero elements, it still calls the comparison function one time, with an invalid pointer. This causes a segmentation fault.

Date Fixed: 06/13/05

19494

Problem: Engine Profiler reads EngProfiler in the title bar.

Solution: Changed text for the title bar.

Date Fixed: 08/24/05

21860

Problem: Engine Profiler does not launch. It gives NullPointerException on launch.

Solution: Added a check to ensure the default file exists before attempting to display its name in the title bar.

Date Fixed: 08/24/05

General User Interface

19408

Problem: With a source file configured, open Source Data Browser then switch back to the Source tab to open a different source file. Leave the Source Data Browser open, and then select the magnifying glass icon. The Source Data Browser displays the data from the previous source file instead of the new file.

Solution: Changed code so that Map Designer closes any existing Source Data Browser or Target Data Browser window and recreate the window using the Connector data. This ensures that the Source Data Browser and Target Data Browser window always displays the right data.

Date Fixed: 01/17/05

19409

Problem: The Map Designer user interface minimizes the Source Data Browser for a Map Designer dialog box, but does not hand over control to the dialog box.

Solution: When a new connection is made, any open Source Data Browser and Target Data Browser is no longer minimized.

Date Fixed: 01/20/05

19712

Problem: Data Browser preferences window displays the "OK" button in the lower case.

Solution: Changed OK case to all capital letters.

Date Fixed: 01/17/05

19715

Problem: In the Dynamic SQL Lookup Wizard, an Error Window displays a truncated "OK" button.

Solution: Made room for the OK button so it displays correctly in Windows XP window borders.

Date Fixed: 01/24/05

17743

Problem: New "Style" parameter in SortArray Function does not display.

Solution: Added the Style parameter to the interface.

Date Fixed: 10/05/04

20016

Problem: Dynamic SQL Wizard throws message from run-time error.

Solution: The program will not try to produce SQL code if the source connection doesn't define any fields. When the wizard shows the message box to that effect, it will just revert to the same page and let the user go back and choose another source, or cancel the wizard. This way we leave the choice up to the user.

Date Fixed: 01/24/05

Rapid Integration Flow Language (RIFL)

21444

Problem: Using the Option Math Precise Statement in a Transformation along with a function passing a text/number sends a null to the function.

Solution: Changed code to copy the decimal value when assigning a RIFL Operand to a RIFL Variable.

Date Fixed: 07/14/05

18309

Problem: The Message interface does not have a method to let a client get the types of the properties in a Message object.

Solution: Added getPropertyType (name) method to the Message interface.

Date Fixed: 11/29/04

19372

Problem: DOMDocument.print() adds extra linefeeds at line end.

Solution: Added code to prevent the extra linefeed from being added.

Date Fixed: 04/06/05

Join Designer

19403

Problem: The introduction dialog in Join Designer instructs the user to hold the Shift key to join two sources.

Solution: Change the dialog text to read Control key.

Date Fixed: 01/17/05

19428

Problem: Test Join displays a Save Validation dialog with the message "There are validation errors. Save anyway? Yes/No". The test function should only test/validate the join and not prompt for Save.

Solution: Code changed to eliminate the prompt for Save.

Date Fixed: 01/27/05

19429

Problem: Validation Errors Dialog ellipsis (...) button does not work.

Solution: Dialog ellipsis buttons changed to be active.

Date Fixed: 01/25/05

20170

Problem: Join option is disabled when selecting source files using left click-drag.

Solution: Join option code changed to activate the Join option on click-drag.

Date Fixed: 02/10/05

18410

Problem: Validating a join after a clear join > undo option throws errors "Object variable or With block variable not set in Validate (frmJoinDesignerMain.frm) (91)".

Solution: Code changed to try the deletion later from a new array that holds the indexes of the boxes targeted for deletion.

Date Fixed: 06/15/05

21903

Problem: The output of the given join gives the wrong results.

Solution: Made changes to obtain the saved key from the data record during initialization.

Date Fixed: 08/24/05

20578

Problem: Unable to create a source view with macros in the Source URI.

Solution: Added macro expansion to User name and password.

Date Fixed: 07/19/05

21929

Problem: Editing a source from Join Designer gives a non-descriptive error when connecting to source.

Solution: This has been fixed by displaying a message box specifying that a Record layout mismatch has occurred.

Date Fixed: 08/25/05

21941

Problem: Unable to change from one table to another in Source View Designer for the database connectors.

Solution: Now display a message box specifying that a Record layout mismatch has occurred.

Date Fixed: 08/29/05

19506

Problem: Newly saved joins and views do not show up in the directory tree until it is refreshed.

Solution: Added code to properly build a full list of joins, refresh the tree automatically and show the newly created source.

Date Fixed: 01/26/05

21885

Problem: Opening an existing join throws errors.

Solution: Removed line that deleted a dictionary variable in open click.

Date Fixed: 08/30/05

22078

Problem: Join Designer gives wrong path to the Source View Designer.

Solution: Join Designer searches repositories in order to populate the tree. While it does that, it removes the initial part of the URI (xmldb:ref:///) from the repository paths so as to leave just a regular path. Repository paths were restored to their original URI format before using them with other Cosmos components.

Date Fixed: 08/31/05

22105

Problem: Join Designer loses field, key selection and join types.

Solution: Made changes to use a regular boolean variable instead of a property of the key grid. Also fixed incorrect processing that ended up in the loss of the settings.

Date Fixed: 09/01/05

Map Designer

21456

Problem: Getting an error with English Windows trying to convert MSSQL Unicode characters to Salesforce.com.

Solution: Changed code so that both the import and export indicate they are Unicode based.

Date Fixed: 07/01/05

21576

Problem: The Factory Connections tab of Map Designer is empty.

Solution: Fixed changes in the Shared component to correctly include the Connections File Group during component build.

Date Fixed: 07/19/05

18706

Problem: In the Map Designer Target, the pull down box under the Target file Append or Replace field is smaller than the field itself.

Solution: Changed the user interface so that the dropdown list of the Output Mode combo box has the same width as the field itself and resizes with the field.

Date Fixed: 01/25/05

19868

Problem: Opening Source or Target schema from the Map Designer then selecting (?) Icon for help failed to display Help.

Solution: Made changes to enable the Help icon to display the Help.

Date Fixed: 02/06/05

19187

Problem: Double-clicking in the Record Name grid causes the Target Field grid to appear.

Solution: Changed the user interface so that the tree node corresponding to the record name selected, the one the user double-clicks on is shown.

Date Fixed: 01/25/05

19419

Problem: Connection drop downs in Source/Target tabs are not sized to fit.

Solution: In Map Designer Source tab, the dropdown list of databases for field Source Database are now to be as wide as the combo box field itself. This size is adjusted as the user resizes the window so it will always fit.

Date Fixed: 01/25/05

19464

Problem: Within the file C:/Program Files/Pervasive/Cosmos/ Common800/Tutor2.ss.xml, the description reads: Field definitions for tutorial2.asc. This should read: Tutor2.asc.

Solution: Changed description tag to read correctly.

Date Fixed: 01/27/05

19520

Problem: The Global Variable dialog box should either be resized or the Maximize button should not be available for the dialog.

Solution: Includes these changes to the dialog box:Now non-resizable dialog can be exited with the Esc key.Increased bottom margin so the buttons are not blocked with window borders in Windows XP.

Date Fixed: 01/25/05

19596

Problem: The Clear log Action in logbrowser is unable to delete TransformMap.log file and throws an error.

Solution: Changed code to close Connector files so that the log can be cleared at any time.

Date Fixed: 01/18/05

19611

Problem: Right-click options on blank Map tab should be grayed out.

Solution: If there is no Source or Target tree, the expand and collapse commands are ignored.

Date Fixed: 01/24/05

19649

Problem: Font face is different for Preferences Window in Data Browser when invoked from Map Designer.

Solution: Fixed appearance of frame labels in dialog box Preferences. Removed 3D effects on drawing of frame labels.

Date Fixed: 01/24/05

19714

Problem: In Map Designer, the Preferences window buttons are truncated.

Solution: Expanded the window to accommodate the buttons.

Date Fixed: 01/21/05

19896

Problem: GUI text is incorrect in schema Origin dialog box.

Solution: Changed the text from "record(s)" to "Layout(s)", and adjusted the width of the check box and frame.

Date Fixed: 01/19/05

19901

Problem: Target Keys, Indexes and Options dialog needs to be changed.

Solution: Changed user option to "Ignore."

Date Fixed: 01/17/05

19919

Problem: Map tab does not clear when a new Map is invoked.

Solution: Changed the grid widgets refresh.

Date Fixed: 01/19/05

19947

Problem: When the user mouse clicks three times in the description cell either on the Source or Target level, focus shifts from the "All fields" tree node to the "R1 fields" tree node.

Solution: Changed code so that the double-click shortcut for listing record layout fields is only be activated only when the user selects the record name column. This fix includes the expansion of the Target tree.

Date Fixed: 01/20/05

19972

Problem: Under "ALL Record Type Rules" node, the user cannot change the name of a recognition rule.

Solution: Code changed to eliminate attempt to update the name if its key-node is not available.

Date Fixed: 01/20/05

19977

Problem: In Map Designer, when the user opens an existing Transformation from the Source tab, the Properties dialog box stays maximized when it should size to appropriate Connectors size.

Solution: Code for the elastic container of the Properties grid has been changed so that it resizes after loading a Map.

Date Fixed: 01/19/05

20077

Problem: Selecting Null as the Target Connector closes Map Designer.

Solution: This issue is related to the properties held for a bookmark for the Properties grid. Changed code to discard the bookmark for the Properties grid.

Date Fixed: 02/09/05

20571

Problem: Map Designer closes with the "invalid property array index" run time error.

Solution: Added error handler in case an empty tree is expanded. The error handler will ignore the error since nothing should happen on error.

Date Fixed: 03/28/05

19628

Problem: Test Control Panel displays even with invalid license file.

Solution: Added conditions to check for licensing before displaying the test control panel.

Date Fixed: 01/27/05

19572

Problem: When trying to insert a date value into a datetime field in MySQL through ODBC 3.5 multimode, it inserts either Null or 0000-00-00 00:00:00 value.

Solution: Changed code to fix the 'Now()' function. Note: If the user passes a date as string, it must be in the format "mm/ dd/yyyy" for date data type. For datetime data type, the format must be "mm/dd/yyyy hh:mm:ss"

Date Fixed: 03/21/05

19230

Problem: Incorrect record layout seen in Target data browser (Excel Target with multiple worksheets).

Solution: Changed code in X-mbrowse.bas and browse.frm to display correctly.

Date Fixed: 08/02/05

21511

Problem: COM error is displayed when Map Designer is opened.

Solution: Changed repository dialog code to check up front whether the path exists or not, and if not give an error message.

Date Fixed: 07/20/05

21649

Problem: When Excel field contains a "+", running the Map causes Map Designer to return an automation error.

Solution: The issue occurs when a large double value is assigned to a clsNumDbFld and generates an uncaught exception. Changed code to catch the exception, and if it occurs, print the double value out.

Date Fixed: 07/28/05

19434

Problem: Error occurs when the user drag-drops fields to change Map Source structure in Map Designer.

Solution: Changed code to ignore the drop gesture. Change also applies to Structured Schema Designer.

Date Fixed: 01/25/05

21424

Problem: Unable to design and execute Maps.

Solution: Issue caused by an If statement that tests whether it is valid to call a method, then in the same If statement called the method. This fails because logical operators do not short-circuit evaluation in Visual Basic. Changed code so that the second condition is tested only if the first is valid by using nested If statements.

Date Fixed: 07/05/05

21680

Problem: Macro replaced with path.

Solution: Made changes so that the macro is preserved when loading a map with a macro in the schema name.

Date Fixed: 08/22/05

22063

Problem: Map Designer closes when an Action name gets deleted.

Solution: Fixed an index that was becoming -1.

Date Fixed: 08/31/05

22071

Problem: Changing target connection on existing map clears variables.

Solution: Changed code to retain the variables when the target connection is changed.

Date Fixed: 08/31/05

21817

Problem: Connect button does not gray out when you select salesforce.com 6.0 as source connection.

Solution: The value will be negated before setting to connect button. So if connected then the button will be disabled. If not able to connect then the button will remain as enabled.

Date Fixed: 08/24/05

21895

Problem: If user selects an empty connection for dynamic SQL without a table selected, a create object error is thrown.

Solution: When the UNSELECT button is clicked, if more than one row then only execute commands to unselect.

Date Fixed: 08/22/05

21949

Problem: Naming a Dynamic SQL Definition with special character causes Map Designer to hang.

Solution: Made changes to not allow special characters to be entered as a Dynamic SQL Definition name.

Date Fixed: 08/26/05

21341

Problem: Error using macro with .cxl script in Map Designer.

Solution: If the error indicates this situation (error number 25066), Connect function is called again to resolve this issue.

Date Fixed: 07/15/05

21467

Problem: On the Select Connection window, clicking on Cancel Button throws an error.

Solution: The error was due to Map Designer automatically setting the connector type FileSniffer if nothing is selected. Disabled the automatic setting to FileSniffer.

Date Fixed: 07/15/05

21874

Problem: Not able to select Source File/URI from Source Connection of Map Designer.

Solution: Made changes to retain the connection when Cancel is pressed.

Date Fixed: 08/23/05

21902

Problem: When Map Designer is loaded with a map file that does not exist, an error occurs loading the transformation.

Solution: Assign the map file name to application since no default map file name was reassigned; if error occurs, refresh Map Designer.

Date Fixed: 08/24/05

Process Designer

20529

Problem: In Tutorial 2, a queue creation error occurred with a Japanese path broken character.

Solution: Changed the directory naming convention in Process Designer Tutorial 2 topic.

Date Fixed: 06/02/05

21646

Problem: COM error occurs from Process Designer.

Solution: Fixed a problem with switching between open Processes in different repositories.

Date Fixed: 07/20/05

21647

Problem: Multiple repository type errors from Process Designer.

Solution: Fixed a problem where an extra slash was inserted in the path when the root of a repository is the root directory of a drive.

Date Fixed: 07/20/05

22082

Problem: The EDI Functional Group Iterator drops the last character.

Solution: Added a check when getting the next segment for the end of the file.

Date Fixed: 09/01/05

21426

Problem: The help icon is disabled in the Icon bar of the Process Designer, and the help text says "Paste Macro".

Solution: Fixed help icon code and added the missing bitmap for the Paste Macro button.

Date Fixed: 08/19/05

21701

Problem: The GUI - LLP Client Component password parameter is not masked.

Solution: Added support to mask the password in Process Designer component dialogs and properties grid.

Date Fixed: 08/24/05

21827

Problem: Running a JMS session with a global transaction causes Process Designer to close.

Solution: Fixed a problem with connecting for a transactional session.

Date Fixed: 08/22/05

21892

Problem: PD closes on creating a File Transfer Splitter Iterator session.

Solution: Fixed a null pointer reference.

Date Fixed: 08/22/05

21921

Problem: Process Designer closes when "Paste Macro" gets enabled in XML validator, doc validator, EXE Application, SQL, or Transformation in the process element tree.

Solution: Fixed some null pointer references.

Date Fixed: 08/22/05

21822

Problem: Process Designer freezes when you switch applications when the logging tab is open.

Solution: Fixed a null pointer reference.

Date Fixed: 08/22/05

21862

Problem: Profile file is not created even when turned on in the Execution options.

Solution: Made changes to make sure the profiling options are used for the currently open Process.

Date Fixed: 08/22/05

21971

Problem: Memory can't be read error occurs when using a map containing a structured schema.

Solution: Made changes to use the correct variable containing the schema filename to load and expand macros.

Date Fixed: 08/30/05

Repository Explorer

19378

Problem: No License File!' error when MDEMBEDNO feature is enabled.

Solution: Changed code for a Map Designer generated "no license" to "Map Designer has invalid or expired license."

Date Fixed: 01/26/05

19690

Problem: Runtime error using Find/Go To Record.

Solution: Changed code to find record number with an exact match.

Date Fixed: 01/24/05

19691

Problem: Find command does not work with the ID column.

Solution: Changed code to compare the given ID against the row number.

Date Fixed: 01/24/05

19716

Problem: Should not allow users to change default dropdown values in the Find dialog.

Solution: Changed the combo box to have a fixed list of choices so that user can select one but not edit the list.

Date Fixed: 01/25/05

20014

Problem: Repository Documents Pane Sort by ID does not work for descending sort.

Solution: Changed code to allow Column ID sort ascending and descending.

Date Fixed: 01/24/05

20364

Problem: Show success or failure of CVS source control actions.

Solution: Status of the operations is now displayed to the user and allows entry of user comments.

Date Fixed: 04/13/05

19263

Problem: Repository is blank when copied from an existing Workspace.

Solution: Changed code so that the xmldb folder is created under new workspace and copies only the folder structure.

Date Fixed: 01/28/05

19467

Problem: Save Following Files dialog should have Close and Close All buttons.

Solution: Added Close and Close All buttons.

Date Fixed: 01/28/05

21567

Problem: Not able to open Join Designer using File / New / Join menu option.

Solution: Minor Class name modification is updated for all the other modules.

Date Fixed: 07/28/05

21430

Problem: Large structured schema file created in Structured Schema Designer causes errors in Repository Explorer.

Solution: Changed code to determine if a document is too large to be displayed. If so, the error dialogs are not displayed and the file is described as "File Too Large" for the type.

Date Fixed: 06/25/05

18313

Problem: "Save Modified Files" menu option does not list modified Documents, Joins, Sources, and Processes.

Solution: All the file types are now listed on the Save Modified Files window.

Date Fixed: 02/03/05

22021

Problem: Modifications made to the existing map do not get saved.

Solution: Made changes to set the correct file name when saving.

Date Fixed: 08/29/05

22030

Problem: Unable to open Document Schema Designer from Repository Explorer.

Solution: The problem was that the user was trying to open a file in Document Schema Designer that was invalid. Made changes to detect this and display a descriptive error message.

Date Fixed: 08/27/05

21754

Problem: Click on the Cancel button of CVS login in Repository Explorer and the application hangs.

Solution: This was due to unchanged status flag when Cancel button was clicked. Correctly set the status flag when the Cancel button is clicked.

Date Fixed: 08/04/05

21685

Problem: Unable to login to CVS from Repository Explorer.

Solution: Made changes to pass the user name and password correctly.

Date Fixed: 08/23/05

Repository Manager

21453

Problem: Remove rollback Processes functionality and increment the document version when the document is updated in the component version support enhancement.

Solution: Removed code for the rollback Processes functionality; added code to increment the document version.

Date Fixed: 06/30/05

21561

Problem: Unable to view reports in Repository Manager.

Solution: Fixed in Repository Manager by passing the FileWriter object instead of the File object to the StreamResult.

Date Fixed: 07/22/05

21715

Problem: Repository Manager does not recognize the new deployment descriptor.

Solution: Added code to display the attributes and the DOM tree of new deployment descriptor.

Date Fixed: 08/01/05

19578

Problem: Repository Manager does not reset the browser path in the same session.

Solution: Code modified to reset the browser path in the same session.

Date Fixed: 07/21/05

21753

Problem: The Component View does not handle the package.xml deployment descriptor correctly.

Solution: The code is updated to display the component names and their versions extracted from package.xml in the component view. The user can select the particular component and the version extracted from package.xml to upgrade the processes. The details about the package will be displayed in the 'Attributes' pane of Repository Manager if the component belongs to a particular package.

Date Fixed: 08/03/05

21695

Problem: 'Out of Memory' error occurs when generating reports.

Solution: The error occurs when generating reports with more than 2000 artifacts. Increased the JVM heap size.

Date Fixed: 08/23/05

21696

Problem: Search throws a NullPointer Exception.

Solution: Updated the code to find the artifacts even if it has the file extension in upper case.

Date Fixed: 08/25/05

21713

Problem: Repository Manager can't find the Application Data folder with Italian Windows operating system.

Solution: Made changes to constructing the path to the Repository Manager settings.

Date Fixed: 08/22/05

21800

Problem: Special characters cause bad djar when creating djar via Repository Manager.

Solution: Repository Manager was reading the XML documents using character reader. Now this is changed to use the byte reader so that the Repository Manager can read the special characters from the process document and create the djar.

Date Fixed: 08/17/05

Structured Schema Designer

19795

Problem: Getting one record short when the Map is run.

Solution: Changed code to ensure that the current record indicator is updated accurately when seeking directly to a record position.

Date Fixed: 01/16/05

19974

Problem: Getting the error "Invalid Property Array index (381) in ReadMultipleRecords (Browse.frm).

Solution: Changed code so that the grid that shows the values has at the appropriate number of columns to accommodate the largest field count from any record layout.

Date Fixed: 05/17/05

20073

Problem: Help button on Structured Schema Designer's "Enter External Connection Info" screen does not work.

Solution: Make changes to enable the Help button on Structured Schema Designer's "Enter External Connection Info" screen.

Date Fixed: 02/18/05

Messaging Components

20853

Problem: Appending data to force a DJMessage object to resize is slow.

Solution: Changed allocation strategy to support an initial size and a maximum growth amount. Added support for MCF components to get/set the initial and maximum growth settings, and to get the current capacity and set the capacity.

Date Fixed: 05/24/05

21765

Problem: Custom option values aren't retained in Environment or set when a Process reloads.

Solution: Made changes to the component framework to properly send custom option values back to Process Designer.

Date Fixed: 08/05/05

Integration Services

20067

Problem: The Integration Services product name, version and the Resource adaptor name and version are wrong.

Solution: Made changes to correct the name, version, resource adaptor name and version.

Date Fixed: 07/26/05

21498

Problem: The compile-ejb target of the build.xml for the JCA/RA example has an error.

Solution: Made changes to the packaging of the IntegrationTester.java file.

Date Fixed: 07/27/05

Extract Schema Designer

21884

Problem: Unable to launch Extract Schema Transfer utility.

Solution: Included the latest version of MSMASK32.OCX in the installers.

Date Fixed: 08/24/05

Contact Us|Legal|Privacy Policy|Update Account

Embeddable Data Management and Integration

© 2008 Pervasive Software Inc. All Rights Reserved.