Changes between Initial Version and Version 1 of Ticket #851
- Timestamp:
- Nov 29, 2007, 2:16:11 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #851 – Description
initial v1 3 3 4 4 The wizzard transfer works like this (when comes to mapping): 5 1. it parses mapping string from Base1 database using regular expression looking for (key:value) pairs separated by comma. Example part of a mapping string: 5 1. it parses mapping string from Base1 database using regular expression looking for (key:value) pairs separated by comma. Example part of a mapping string: 6 6 7 {{{ 7 8 _r_block:1,_r_x:\"Column"\,_r_y:\"Row"\,reporterId:\"Probe_ID"\, … … 13 14 14 15 {{{ 15 10:58:47,690 DEBUG WizzzardTransfer:281 - Setting parameter values for a16 reportermap-FormatType16 10:58:47,690 DEBUG WizzzardTransfer:281 - Setting parameter values 17 for a reportermap-FormatType 17 18 10:58:47,690 DEBUG WizzzardTransfer:314 - 18 net.sf.basedb.core.InvalidUseOfNullException: Invalid use of null. The19 'columnColumnMapping' value cannot be set to null.19 net.sf.basedb.core.InvalidUseOfNullException: Invalid use of null. 20 The 'columnColumnMapping' value cannot be set to null. 20 21 10:58:47,690 DEBUG WizzzardTransfer:314 - 21 net.sf.basedb.core.InvalidUseOfNullException: Invalid use of null. The22 'rowColumnMapping' value cannot be set to null.23 10:58:47,690 WARN WizzzardTransfer:321 - The wizzard [11:Agilent test24 map format w/o block] could not be transfered22 net.sf.basedb.core.InvalidUseOfNullException: Invalid use of null. 23 The 'rowColumnMapping' value cannot be set to null. 24 10:58:47,690 WARN WizzzardTransfer:321 - The wizzard 25 [11:Agilent test map format w/o block] could not be transfered 25 26 }}}