Mono Support databases list empty (Closed)

Viewed 73471 time(s), 16 post(s), 3/27/2012 1:04:36 AM - by irbanjit
3/27/2012 7:46:28 PM
1871 Reputation 252 Total posts

MonoX uses the same user as configured in the monox webconfig
I am pretty sure though the setup lets you configure this yourself during the setup.

<connectionStrings>
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="Data Source=localhost\instance;uid=username;pwd=password;database=databasename;Connect Timeout=300;" providerName="System.Data.SqlClient"/>
<add name="ADConnectionString" connectionString="LDAP://server.domain"/>
</connectionStrings>
<system.web>

You can try setting this in the webconfig yourself.

11
3/27/2012 8:06:27 PM
7207 Reputation 956 Total posts

MonoX actually uses the credentials you enter on a previous screen to connect to the db server. Data from the config file is not used during the installation process, as they are written when it is finished. If you entered the sa password correctly, everything should work. In any case, you could use the trace utility in sql management studio to see if MonoX reaches your server and under which credentials. Alternatively, one of our support technicians could connect to your machine to diagnose your problems.

12
3/27/2012 10:27:49 PM
40 Reputation 6 Total posts

I am not have any luck with it. Can you look at this on my machine, please. Thanks.

13
3/28/2012 9:17:45 PM
7207 Reputation 956 Total posts

Please contact us via e-mail or messaging panel on this site to exhange information neede to connect to your machine.

14
3/30/2012 9:49:29 AM
7207 Reputation 956 Total posts

This issue has been solved - the problem was once again caused by a local OS blocking the downloaded MonoX zip file. Unpacking the zip file without first unblocking it (right click on the zip file in the Windows explorer, Properties, and click on the "unblock" button) causes all sorts of strange issues - this was one of them.

15
3/30/2012 3:43:16 PM
40 Reputation 6 Total posts

Thanks a million for all of your help, you were great!!!

16
1 2
This is a demo site for MonoX. Please visit Mono Software for more info.