Theo Galanakis wrote:
I have tried to install farcry using a mssql backend. However I keep
getting this error :
Creating container and rule tables.....
[unknown type]
Has anyone else seen this issue?

Yup. This is a topic thread on the current beta mailing list (sorry you can't currently subscribe to it). There is a minor bug in the installer files with regards to the MSSQL installer (please remember that this is a BETA and the guys at Deamon are doing a great job. After you get by this part the BETA is quite stable).

For some reason the installer is appending the string "dbo." twice (looing like "dbo.dbo.tblName").

What I did was edit fourq/gateway/MSSQLGateway.cfc line 111 and change it from:
CREATE TABLE #variables.dbowner##arguments.tablename#
to:
CREATE TABLE #arguments.tablename#

Please keep in mind that this is a bandaid to just get you up and running with the beta. The installer (once its fixed) will still need append the string "dbo." properly.

Another person decided to remove the string "dbo." during the installation (its one of the form fields with the installer). This will work, but you must remember to edit <project>/config/_serverSpecificVars.cfm and set the required value to "dbo." again after the installer has completed.

Either option above should get you by. I'm sure this will be resolved in the installer soon. :)

-Jeff C.

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to