If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have a Database Server. On their onconfig file I have defined two variables:
SPSPACENAME blobdbs
SYSSBSPACENAME blobdbs
When I want to register Spatial Datablade I get the following error:
blade: spatial.8.20.UC2
err expct: unexpected
SQL stmt: select SE_TestSbspace("SBSPACENAME") from informix.systables where tabname="systables";
SQl state: XUSE54:-937 : You must define a SBSPACENAME sbspace before you can register the Spatial DataBlade.
the problem was that I got the scripts to create the Database Server (Chunks, DBSpaces, Logs) from another person and he forgot to define a sbspace. I have create this sbspace and now I registered the Spatial DataBlade with problem.