
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2010 12:37 PM
Setup Error;
Prerequisites installation status
Microsoft SQL 2005 Express Edition done.
Error: Dropping Lansweeper Database
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of de toegang tot de server is geweigerd
Error: Creating Lansweeper Database
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of de toegang tot de server is geweigerd
Error: Building Lansweeper Table Objects
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of de toegang tot de server is geweigerd
Error: Building Lansweeper View Objects
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of de toegang tot de server is geweigerd
Error: Building Lansweeper Procedure Objects
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of de toegang tot de server is geweigerd
Error: Populating Lansweeper Database
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of de toegang tot de server is geweigerd
Error: Create login lansweeperuser
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of de toegang tot de server is geweigerd
Error: Grant DB access to lansweeperuser
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of de toegang tot de server is geweigerd
Error: Add rolemember to lansweeperuser
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of de toegang tot de server is geweigerd
Error: Updating table "tsysIPScanRanges"; Query: INSERT INTO [tsysIPScanRanges] ([Servername],[Ipstart],[Ipend],[Enabled],[SnmpCommunity],[SSHlogin],[SSHPassword],[DefaultDomain],[PingTimeout],[IPIgnoreWindows],[Day1],[Day2],[Day3],[Day4],[Day5],[Day6],[Day7]) VALUES('AU03','192.168.32.1','192.168.33.254',1,'public','','','BUVA_DOM',3,1,1,1,1,1,1,1,1)
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of de toegang tot de server is geweigerd
Error: Updating table "TSysConfig"; Query: IF (SELECT COUNT(*) FROM [TSysConfig]) >= 1 UPDATE [TSysConfig] SET [Config]='LSW', [ActionPath]='\AU03$' ELSE INSERT INTO [TSysConfig] ([Config], [ActionPath]) VALUES ('LSW', '\AU03$')
Error: [DBNETLIB][ConnectionOpen (Connect()).]De SQL-server bestaat niet of
This is what the stup gave me as an error.
It says that either the server doesn't exist or acces is denied.
This is what i can see on my errorlog;
8-3-2010 11:23:28: Cannot connect to database, check your config file, will try again in 1 minute
Er is een fout opgetreden bij het opzetten van een verbinding met de server. Bij het maken van een verbinding met SQL Server 2005, wordt deze storing mogelijk veroorzaakt door het feit dat bij de standaardinstellingen van SQL Server geen externe verbindingen zijn toegestaan. (provider: SQL-netwerkinterfaces, error: 26 - Fout bij zoeken van opgegeven server/exemplaar)
It was just a standard installation.
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2010 03:39 PM
After that i needed to run that script ;
cd C:\Windows\Microsoft.NET\Framework\v2.0.50727
aspnet_regiis.exe -i
TY for helping me out.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2010 11:16 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2010 10:55 AM
If yes go to the command prompt.
Type:
cd C:\Windows\Microsoft.NET\Framework\v2.0.50727
aspnet_regiis.exe -i

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2010 11:01 AM
Lansweeper wrote:
do you have the folder "C:\Windows\Microsoft.NET\Framework\v2.0.50727"?
If yes go to the command prompt.
Type:
cd C:\Windows\Microsoft.NET\Framework\v2.0.50727
aspnet_regiis.exe -i
He installed it but unfortunately it didn't helped me out of the error.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2010 10:18 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2010 10:16 AM
C:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe -i

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2010 10:54 AM
Lansweeper wrote:
Could you try running this command:C:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe -i
Running this didn't work, it says that it can't recognized as a intern or extern command, program or batch.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2010 10:00 AM
Did you use IIS or the lansweeper build in webserver?
which version / SP of the dotnet framework do you have?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2010 10:10 AM
Lansweeper wrote:
This error hasn't been reported so far.
Did you use IIS or the lansweeper build in webserver?
which version / SP of the dotnet framework do you have?
I use the IIS.
The version of .Net framework is listed on the error log (last line).
Versiegegevens: Microsoft .NET Framework Versie:2.0.50727.3082; ASP.NET Versie:2.0.50727.3082
