Installation Problem

Last post 01-20-2005 2:21 AM by alex30. 6 replies.

Sort Posts:

  • Installation Problem

    03-23-2004, 10:36 PM
    • Member
      5 point Member
    • kmccallum
    • Member since 10-05-2002, 6:18 PM
    • Posts 1
    I've tried installing this several times and the setup wizard hangs at the same point. Here's the contents of the Install.log file if it helps. I have MSDE but not Access installed on my machine.

    [3/23/2004 10:12:11 PM] ================================
    [3/23/2004 10:12:11 PM] Issue Tracker Setup Starting...
    [3/23/2004 10:12:22 PM] FORM: Welcome form loaded
    [3/23/2004 10:12:26 PM] FORM: CreateVirtualDirectory form loaded
    [3/23/2004 10:12:32 PM] START: Creating virtual directory
    [3/23/2004 10:12:32 PM] INFO: Creating virtual directory "IssueTracker" for Web Site "Default Web Site"
    [3/23/2004 10:12:33 PM] END: Created virtual directory
    [3/23/2004 10:12:33 PM] START: Adding permissions to Access database
    [3/23/2004 10:12:33 PM] /c echo y| CACLS "C:\Program Files\ASP.NET Starter Kits\IssueTracker\IssueTrackerStarterKit\Data\IssueTracker.mdb" /E /G "ASPNET":w
    [3/23/2004 10:12:33 PM] /c echo y| CACLS "C:\Program Files\ASP.NET Starter Kits\IssueTracker\IssueTrackerStarterKit\Data\IssueTracker.mdb" /E /G "NETWORK SERVICE":w
    [3/23/2004 10:12:33 PM] END: Adding permissions to Access database
    [3/23/2004 10:12:33 PM] START: Creating mobile virtual directory
    [3/23/2004 10:12:33 PM] INFO: Creating virtual directory "MobileIssueTracker" for Web Site "Default Web Site"
    [3/23/2004 10:12:35 PM] END: Created mobile virtual directory
    [3/23/2004 10:12:36 PM] FORM: SelectDatabase Form Loaded
  • Re: Installation Problem

    03-24-2004, 4:04 AM
    • All-Star
      15,569 point All-Star
    • Colt
    • Member since 06-16-2002, 9:01 PM
    • Hong Kong
    • Posts 1,986
    • ASPInsiders
      TrustedFriends-MVPs
    Hi,

    I installed the Issue Tracker Starter Kit, where the Install.log have a line:
    "Creating SQL Server database" after SelectDatabase Form Loaded , so
    I guess it's due to the permission issue for your account to create or use
    existing database.

    Regards,
  • Re: Installation Problem

    04-24-2004, 6:45 AM
    • Member
      5 point Member
    • rocksnow
    • Member since 04-24-2004, 3:15 AM
    • Posts 1
    I am a new person ,i want to study it
  • Re: Installation Problem

    07-13-2004, 8:28 PM
    • Member
      5 point Member
    • marcmm1
    • Member since 07-13-2004, 7:57 PM
    • Posts 1
    Hi,

    I've another installation problem. I'm wondering if anyone knows how to get around this. I get this error message after creating the SQL-Server database and trying to configure the connection string to SQL-Server database.

    Error Message:
    "Could not add ASPNET account to database
    Windows NT user or group 'LAWEB02DEV\ASPNET' not found. Check the name again.
    The login 'LAWEB02DEV\ASPNET' does not exist."

    where "LAWEB02DEV" is my web server machine name. Is it necessary to create a new user account named "ASPNET" for this?

    My web server is running Windows 2000 Server with SP4, IIS 5, and .NET Framework 1.1
    My SQL-Server is on a separated machine, which does not have trusted security setup between the SQL-Server and the web server.

    Thank you!
  • Re: Installation Problem

    07-19-2004, 9:15 AM
    • Member
      5 point Member
    • framemy
    • Member since 07-01-2004, 9:41 AM
    • Posts 1
    hi, i have the same Problem, but my environment is

    Window XP SP1
    IIS5.1
    MSDE 2000


    i have created a local account with the name aspnet, but the result is the same.

    following the install.log


    [19.07.2004 14:56:42] ================================
    [19.07.2004 14:56:42] Issue Tracker Setup Starting...
    [19.07.2004 14:56:55] FORM: Welcome form loaded
    [19.07.2004 14:56:58] FORM: CreateVirtualDirectory form loaded
    [19.07.2004 14:57:05] START: Creating virtual directory
    [19.07.2004 14:57:05] INFO: Creating virtual directory "IssueTracker" for Web Site "Default Web Site"
    [19.07.2004 14:57:06] END: Created virtual directory
    [19.07.2004 14:57:06] START: Adding permissions to Access database
    [19.07.2004 14:57:06] /c echo y| CACLS "C:\Program Files\ASP.NET Starter Kits\ASP.NET IssueTracker (CSVS)\IssueTrackerStarterKit\Data\IssueTracker.mdb" /E /G "ASPNET":w
    [19.07.2004 14:57:06] /c echo y| CACLS "C:\Program Files\ASP.NET Starter Kits\ASP.NET IssueTracker (CSVS)\IssueTrackerStarterKit\Data\IssueTracker.mdb" /E /G "NETWORK SERVICE":w
    [19.07.2004 14:57:06] END: Adding permissions to Access database
    [19.07.2004 14:57:06] START: Creating mobile virtual directory
    [19.07.2004 14:57:06] INFO: Creating virtual directory "MobileIssueTracker" for Web Site "Default Web Site"
    [19.07.2004 14:57:06] END: Created mobile virtual directory
    [19.07.2004 14:57:06] FORM: SelectDatabase Form Loaded
    [19.07.2004 14:57:09] Creating SQL Server database
    [19.07.2004 14:57:10] FORM: CreateDatabaseCon form loaded
    [19.07.2004 14:57:13] INFO: Install db account is trusted for (local)
    [19.07.2004 14:57:14] FORM: CreateDatabase form loaded
    [19.07.2004 14:57:17] START:Creating new database IssueTrackerStarterKit
    [19.07.2004 14:57:17] INFO: Database already exists: IssueTrackerStarterKit
    [19.07.2004 14:57:21] START: Deleting database IssueTrackerStarterKit
    [19.07.2004 14:57:22] END: Deleted database IssueTrackerStarterKit
    [19.07.2004 14:57:24] END: Created database IssueTrackerStarterKit
    [19.07.2004 14:57:24] FORM: CreateDatabaseObjects form loaded
    [19.07.2004 14:58:36] START: Creating database objects
    [19.07.2004 14:58:37] INFO: Executing 457 database commands
    [19.07.2004 14:58:40] END: Created database objects
    [19.07.2004 14:58:45] START: Creating ASPNET connection for application database connection
    [19.07.2004 14:58:45] END: Created ASPNET connection
    [19.07.2004 14:58:45] START: Creating NETWORK SERVICE connection for application database connection
    [19.07.2004 14:59:17] ERROR: Error creating NETWORK SERVICE connection. Der Windows NT-Benutzer oder die -Gruppe 'NT Authority\NETWORK SERVICE' wurde nicht gefunden. Überprüfen Sie den Namen.
    Der Benutzername 'NT Authority\NETWORK SERVICE' ist nicht vorhanden.
    [19.07.2004 14:59:25] END: Created NETWORK SERVICE connection
    [19.07.2004 14:59:25] FORM: SelectAuthentication Form Loaded
    [19.07.2004 14:59:28] Authentication Type Forms
    [19.07.2004 14:59:28] FORM: CreateAdmin form loaded
    [19.07.2004 14:59:43] INFO: Assigned community admin account
    [19.07.2004 14:59:43] START: Updating Web.Config file
    [19.07.2004 14:59:43] END: Updated Web.Config file
    [19.07.2004 14:59:43] START: Initializing Issue Tracker
    [19.07.2004 14:59:43] END: Initialized Issue Tracker
    [19.07.2004 14:59:43] START: Updating WebInfo file
    [19.07.2004 14:59:43] END: Updated WebInfo file
    [19.07.2004 14:59:43] FORM: Completed form loaded


    Thanks
  • Re: Installation Problem

    09-22-2004, 11:34 PM
    • Participant
      873 point Participant
    • swalther
    • Member since 08-04-2002, 10:55 AM
    • Seattle, WA
    • Posts 173
    • AspNetTeam
    Dear Framemy,

    Thank you for downloading the Issue Tracker!

    If you have the ASP.NET Framework installed, the ASP.NET Framework installation should automatically install the ASPNET account on the same machine (The NETWORK SERVICES ACCOUNT in the case of Windows Server 2003.)

    So there are two things I can think of as reasons for why it isn't working: the asp.net framework isn't installed or is corrupted.

    Or you can change the account under which ASP.NET executes in the processModel section of the Machine.Config file. By default ASP.NET executes under the ASPNET account. This is the alias to the machine account.

    Best,
    Stephen
  • Re: Installation Problem

    01-20-2005, 1:09 AM
    • Member
      5 point Member
    • alex30
    • Member since 01-19-2005, 7:35 PM
    • Posts 1
    I get the exact same msg as the guys above...
    The login 'NT Authority\NETWORK SERVICE' does not exist.
    [20-01-2005 00:21:51] START: Creating NETWORK SERVICE connection for application database connection

    but the user ASPNET does exist and everything is fine (nothing is corrupted).

    i'm running windows 2000 (french), iis 5.0, framework 1.1, and the development environement is 2003.

    btw, i did get IssueTracker running without a glitch even tough i get that error message while installing ... si this seems to be purely an installation glitch that does not affect functionnality.

    Here's my install log :
    [20-01-2005 00:19:19] ================================
    [20-01-2005 00:19:19] Issue Tracker Setup Starting...
    [20-01-2005 00:19:31] ERROR: Could not retrieve list of db servers
    [20-01-2005 00:19:31] FORM: Welcome form loaded
    [20-01-2005 00:19:37] FORM: CreateVirtualDirectory form loaded
    [20-01-2005 00:19:47] START: Creating virtual directory
    [20-01-2005 00:19:47] INFO: Creating virtual directory "IssueTracker" for Web Site "Site Web par défaut"
    [20-01-2005 00:19:47] END: Created virtual directory
    [20-01-2005 00:19:47] START: Adding permissions to Access database
    [20-01-2005 00:19:48] /c echo y| CACLS "C:\Program Files\ASP.NET Starter Kits\ASP.NET IssueTracker (CSVS)\IssueTrackerStarterKit\Data\IssueTracker.mdb" /E /G "ASPNET":w
    [20-01-2005 00:19:48] /c echo y| CACLS "C:\Program Files\ASP.NET Starter Kits\ASP.NET IssueTracker (CSVS)\IssueTrackerStarterKit\Data\IssueTracker.mdb" /E /G "NETWORK SERVICE":w
    [20-01-2005 00:19:48] END: Adding permissions to Access database
    [20-01-2005 00:19:48] START: Creating mobile virtual directory
    [20-01-2005 00:19:48] INFO: Creating virtual directory "MobileIssueTracker" for Web Site "Site Web par défaut"
    [20-01-2005 00:19:48] END: Created mobile virtual directory
    [20-01-2005 00:19:48] FORM: SelectDatabase Form Loaded
    [20-01-2005 00:19:53] Creating SQL Server database
    [20-01-2005 00:19:53] FORM: CreateDatabaseCon form loaded
    [20-01-2005 00:20:12] INFO: Install db account is sa for glachance-info\equipeX
    [20-01-2005 00:20:14] FORM: CreateDatabase form loaded
    [20-01-2005 00:20:17] START:Creating new database IssueTrackerStarterKit
    [20-01-2005 00:20:19] END: Created database IssueTrackerStarterKit
    [20-01-2005 00:20:19] FORM: CreateDatabaseObjects form loaded
    [20-01-2005 00:20:26] START: Creating database objects
    [20-01-2005 00:20:26] INFO: Executing 457 database commands
    [20-01-2005 00:20:30] END: Created database objects
    [20-01-2005 00:21:20] START: Creating NETWORK SERVICE connection for application database connection
    [20-01-2005 00:21:20] ERROR: Error creating NETWORK SERVICE connection. Windows NT user or group 'NT Authority\NETWORK SERVICE' not found. Check the name again.
    The login 'NT Authority\NETWORK SERVICE' does not exist.
    [20-01-2005 00:21:51] START: Creating NETWORK SERVICE connection for application database connection
    [20-01-2005 00:21:51] ERROR: Error creating NETWORK SERVICE connection. Windows NT user or group 'NT Authority\NETWORK SERVICE' not found. Check the name again.
    The login 'NT Authority\NETWORK SERVICE' does not exist.
    [20-01-2005 00:22:56] START: Creating NETWORK SERVICE connection for application database connection
    [20-01-2005 00:22:56] ERROR: Error creating NETWORK SERVICE connection. Windows NT user or group 'NT Authority\NETWORK SERVICE' not found. Check the name again.
    The login 'NT Authority\NETWORK SERVICE' does not exist.
    [20-01-2005 00:31:35] START: Creating NETWORK SERVICE connection for application database connection
    [20-01-2005 00:31:35] ERROR: Error creating NETWORK SERVICE connection. Windows NT user or group 'NT Authority\NETWORK SERVICE' not found. Check the name again.
    The login 'NT Authority\NETWORK SERVICE' does not exist.
    [20-01-2005 00:36:41] START: Creating NETWORK SERVICE connection for application database connection
    [20-01-2005 00:36:41] ERROR: Error creating NETWORK SERVICE connection. Windows NT user or group 'NT Authority\NETWORK SERVICE' not found. Check the name again.
    The login 'NT Authority\NETWORK SERVICE' does not exist.
    [20-01-2005 00:37:40] END: Created NETWORK SERVICE connection
    [20-01-2005 00:37:40] START: Creating SQL Server connection
    [20-01-2005 00:37:42] END: Create SQL Server connection
    [20-01-2005 00:37:42] FORM: SelectAuthentication Form Loaded
    [20-01-2005 00:43:07] Authentication Type Forms
    [20-01-2005 00:43:07] FORM: CreateAdmin form loaded
    [20-01-2005 00:43:20] INFO: Assigned community admin account
    [20-01-2005 00:43:20] START: Updating Web.Config file
    [20-01-2005 00:43:20] END: Updated Web.Config file
    [20-01-2005 00:43:20] START: Initializing Issue Tracker
    [20-01-2005 00:43:22] END: Initialized Issue Tracker
    [20-01-2005 00:43:22] START: Updating WebInfo file
    [20-01-2005 00:43:22] END: Updated WebInfo file
    [20-01-2005 00:43:22] FORM: Completed form loaded
Page 1 of 1 (7 items)