Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Batch Data Source Generator - Only HSQLDB

    Hello,

    I have a small problem with the data source generator.
    I added a new SQL Server to my connection. I can also browse throw the integrated SQL Browser but
    if I start the batch data source generator I can only select the HSQLDB (Standard) database and not my SQL Server Database.

    Are there any config files for the datasource generator that have to be edit before use?




    #2
    There is no separate configuration file - if you see the configured connection in the Admin Console then it should appear in the Batch DataSource generator too. You may simply need to restart the server or your IDE to get rid of some kind of caching.

    However see also DataSource.autoDeriveSchema. It's more common to use this approach than the batch generator, as it works better for schema that change over time.

    Comment

    Working...
    X