Hi Martin, This seems to depend on the database server that you are using.
Everything works ok in hsqldb, SQL Server and in PostgreSQL, but (IIRC) on MySQL for example you need to create the schemas manually. So if that's your DB, that's probably the issue. (I also found this ticket on Estatio's issue tracker relating to this: https://github.com/estatio/estatio/issues/32) HTH Dan On 9 September 2016 at 08:53, Martin Vogel <[email protected]> wrote: > Hi all, > > did any of you experience the absence of the schema for the isiscommand / > isisaudit add-on during deployment? > The repective user had sufficient rights to create a new schema. > > It helped to create both of them manually, but i was just wondering if > that was a usual behaviour. > The datanuclues option datanucleus.schema.autoCreateAll was set true in > both cases. > > Thx a lot in advance for your help! > > Cheers, > Martin > >
