Changes between Initial Version and Version 1 of Ticket #851


Ignore:
Timestamp:
Nov 29, 2007, 2:16:11 PM (16 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #851 – Description

    initial v1  
    33
    44The 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
    67{{{
    78_r_block:1,_r_x:\"Column"\,_r_y:\"Row"\,reporterId:\"Probe_ID"\,
     
    1314
    1415{{{
    15 10:58:47,690 DEBUG WizzzardTransfer:281 - Setting parameter values for a
    16 reportermap-FormatType
     1610:58:47,690 DEBUG WizzzardTransfer:281 - Setting parameter values
     17for a reportermap-FormatType
    171810:58:47,690 DEBUG WizzzardTransfer:314 -
    18 net.sf.basedb.core.InvalidUseOfNullException: Invalid use of null. The
    19 'columnColumnMapping' value cannot be set to null.
     19net.sf.basedb.core.InvalidUseOfNullException: Invalid use of null.
     20The 'columnColumnMapping' value cannot be set to null.
    202110:58:47,690 DEBUG WizzzardTransfer:314 -
    21 net.sf.basedb.core.InvalidUseOfNullException: Invalid use of null. The
    22 'rowColumnMapping' value cannot be set to null.
    23 10:58:47,690  WARN WizzzardTransfer:321 - The wizzard [11:Agilent test
    24 map format w/o block] could not be transfered
     22net.sf.basedb.core.InvalidUseOfNullException: Invalid use of null.
     23The 'rowColumnMapping' value cannot be set to null.
     2410:58:47,690  WARN WizzzardTransfer:321 - The wizzard
     25[11:Agilent test map format w/o block] could not be transfered
    2526}}}