Displaying 2 results from an estimated 2 matches for "snapshot_id".
Did you mean:
snapshot3d
2012 Jun 19
0
validation method breaks cucumber scenario
...ompt an error. If the user chooses to, only one field should
be allowed to be submitted.
I tried the following but it seems to be breaking my cucumber scenario.
Only the first if statement works. The rest are breaking the scenario.
if !database.blank? and !auto_generate_database.blank? and
!snapshot_id.blank?
errors[:Database_Selection] = msg
elsif !database.blank? and !auto_generate_database.blank?
errors[:Database_Selection] = msg
elsif !snapshot_id.blank? and !database.blank?
errors[:Database_Selection] = msg
elsif !auto_generate_database.blank? and...
2008 May 07
0
RODBC sqlSave with multiple schema in DB2
...dimnames(x) <- dn :
length of 'dimnames' [2] not equal to array extent
>
> traceback()
3: `colnames<-`(`*tmp*`, value = c("COC_ID", "ACCOUNT_ID", "COMPETENCY",
"SERVICE_LINE", "WORKSTREAM_ID", "SPC_LEVEL", "SNAPSHOT_ID",
"SEVERITY_ID", "MR", "PERCENTSLA_NOTMET", "TIME_STAMP", "WID",
"ACCOUNT_NAME", "SNAPSHOT_ID", "SEVERITY_ID", "MR",
"PERCENTSLA_NOTMET",
"TIME_STAMP", "WID"))
2...