I am new to umbraco...Just read about it yesterday and thought of giving it a try as I have to buid my portfolio site.
The first thing I have problem is in Data Configuration page. It ask for select which database fits your need. I choosed . I am asked for database type...I gave Microsft SQL SERVER. Now for details I gave
Server: SQL07(my local sql express server)
Databse : ABC(the blank database I created)
For username password I gave ...windows authentication username and password..
Now when I hit enter it stars and shows -1% and stays like that forever.
Did you set up an account in the SQL07 that can create/modify db, and make sure it's in your connection string? It probably can't create db/tables, that's why it's just sitting there.
This does indeed seem like a connection-string problem. Yet, this 'bug' has also occured to me with a correct string. I 'fixed' it by just updating the browser, while it stood at -1%, might not work in your case, but worth a shot! :-)
Installling umbraco database
Hello,
I am new to umbraco...Just read about it yesterday and thought of giving it a try as I have to buid my portfolio site.
The first thing I have problem is in Data Configuration page. It ask for select which database fits your need. I choosed . I am asked for database type...I gave Microsft SQL SERVER. Now for details I gave
Server: SQL07(my local sql express server)
Databse : ABC(the blank database I created)
For username password I gave ...windows authentication username and password..
Now when I hit enter it stars and shows -1% and stays like that forever.
Can you please help me with this?
Did you set up an account in the SQL07 that can create/modify db, and make sure it's in your connection string? It probably can't create db/tables, that's why it's just sitting there.
Check the database section in the following link.
http://our.umbraco.org/wiki/install-and-setup/how-to-install-umbraco-on-windows-server-2008
-Rajeev
Hello,
This does indeed seem like a connection-string problem.
Yet, this 'bug' has also occured to me with a correct string. I 'fixed' it by just updating the browser, while it stood at -1%, might not work in your case, but worth a shot! :-)
- Thomas
is working on a reply...