Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-985

Create Table for SYBASE and table SCHEDULER_INSTANCES creates the field param as not null. Should be null

    XMLWordPrintable

Details

    Description

      WORKAROUND:
      Please change the "PARAM" field in the table SCHEDULER_INSTANCES for sysbase manually.

      SET QUOTED_IDENTIFIER ON
      go
      SET CHAINED ON
      go
      SET CLOSE ON ENDTRAN ON
      go
      
      ALTER TABLE SCHEDULER_INSTANCES MODIFY "PARAM" VARCHAR(100) NULL
      go
      COMMIT
      go
      

      Attachments

        Activity

          People

            oh Oliver Haufe
            ur Uwe Risse
            Oliver Haufe Oliver Haufe
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: