History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-85
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: James House
Reporter: bernhard huber
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

pointbase dbtable definition

Created: 21/Oct/04 09:11 AM   Updated: 23/Nov/04 10:48 AM
Component/s: Documentation
Affects Version/s: 1.4.2
Fix Version/s: 1.4.3

Environment: PointBase Server Version: 4.4 ECF build 230


 Description  « Hide
The pointbase blob definition requires a size specifiction, otherwise BLOB(1) is assumed by pointbase.

fixing the blob definitions to:
    JOB_DATA BLOB(2K) NULL,
    BLOB_DATA BLOB(2K) NULL,
    CALENDAR BLOB(2K) NOT NULL,

it was possible for me to use pointbase as job store


 All   Comments   Change History      Sort Order:
James House - [23/Nov/04 10:48 AM ]
updated the file.