Lukas Eder
2014-08-06 14:30:29 UTC
I made another installation of Informix. This time I named the default
sbspace 'def_sbspace'. The initialization failed again. The JDBC SQL
exception returns now "Invalid default sbspace name (def_sbspace)." as
expected. So, it is not really the name that bothers Informix...
Johannes.
In case anyone is still looking for this issue, I found a recent blog post explaining what to do in this case:sbspace 'def_sbspace'. The initialization failed again. The JDBC SQL
exception returns now "Invalid default sbspace name (def_sbspace)." as
expected. So, it is not really the name that bothers Informix...
Johannes.
http://blog.facilelogin.com/2013/03/deploying-ibm-informix-on-microsoft.html
Essentially, I needed to create an sbspace.dbs file and register it with onspaces:
C:\> onspaces -c -S sbspace2 -p c:\informix_data\data.dbs -o 100 -s 20000 -Df "LOGGING=ON"
Hope this helps,
Lukas