| 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 |