I tried to follow the tutorial from DocCommentXchange and while deploying the create database-step, my mlagent seems to get stuck.
Inside log it prints:
I. 2015-07-30 15:04:34. Serveranforderung zum Ausführen von Aufgabe Create DB_3 (ID 7)
which say something like; Request to execute task Create DB_3 -- which is my task from tutorial (after some retries). Obvioulsy I did something not correct so the execution is stuck. Unfortunately I have no idea what went wrong and now I'm wondering how to get more verbose information about.
the configuration of task looks like:
(Encoding was changed by me during playing around. The error occurs also for UTF8 and cp1252latin1)
Is there a flag to make mlagent more verbose or is there stdout of dbinit/dbisql written to somewhere? How to debug these scenario?