--> Inside the directory torque-3.0-b4\sql\base\sapdb :
* VARBINARY mapping to LONG BYTE could be made inside the file db.props
* to avoid the ("col1,col2,...") problem while creating a primary key,
modify the primarykey.vm file to look like this :
ALTER TABLE $table.Name
ADD PRIMARY KEY ($table.printPrimaryKey()) ;
--> Inside the directory newapp\WEB-INF\conf :
* last problem, for the "ant init" step, is that the turbine-schema.xml is
using the SAPDB keyword SECOND and MINUTE inside the TURBINE_SCHEDULED_JOB.
I replaced them by :
<column name="SECONDS" default="-1" required="true" type="INTEGER"/>
<column name="MINUTES" default="-1" required="true" type="INTEGER"/>
<column name="HOURS" default="-1" required="true" type="INTEGER"/>
Hope this helps !
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.394 / Virus Database: 224 - Release Date: 03/10/2002
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>