in

Dotnetpanel Forums

Community support forums for DotNetPanel products

loging on for the first time with "serveradmin"

Last post 06-10-2007 5:04 AM by redIT. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 06-09-2007 1:34 PM

    • redIT
    • Top 500 Contributor
    • Joined on 06-06-2007
    • England
    • Posts 9

    loging on for the first time with "serveradmin"

    Hi all,

    I'm new to all this and I thought I would try setting up my Dotnetpanel on an internal network before putting it all live on my new server (that way I can break it and it wont matter).

    After getting both Windows Server 2003 Web Edition and all the updates installed I then installed MS SQL Express 2005 (for the testing of Dotnetpanel as I dont have a full copy of SQL yet).

    Next came the install of Dotnetpanel, where I started off with installing the Enterprise Server on 127.0.0.1:9002 which is showing as running, then I installed the Server on 127.0.0.1:9003 which is also shown as running. Finaly I insalled the Portal which opens up with the login page but when I enter the login and password as "serveradmin" it comes up with the scrip code below.

     I was just wondering if someone could please point me in the right direction as I'm now lost. 

     

    Server Error in '/' Application.

    System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'AUTHENTICATE' task on 'serveradmin' USER ---> System.Data.SqlClient.SqlException: Login failed for user 'DNPEnterpriseServer1'. The user is not associated with a trusted SQL Server connection.
      at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
      at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
      at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
      at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
      at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
      at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
      at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
      at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
      at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
      at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
      at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
      at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
      at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
      at System.Data.SqlClient.SqlConnection.Open()
      at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
      at DotNetPark.DotNetPanel.EnterpriseServer.DataProvider.GetUserByUsernameInternally(String username)
      at DotNetPark.DotNetPanel.EnterpriseServer.UserController.AuthenticateUser(String username, String password, String ip)
      --- End of inner exception stack trace ---
      at DotNetPark.DotNetPanel.EnterpriseServer.UserController.AuthenticateUser(String username, String password, String ip)
      at DotNetPark.DotNetPanel.EnterpriseServer.esAuthentication.AuthenticateUser(String username, String password, String ip)
      --- End of inner exception stack trace ---

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'AUTHENTICATE' task on 'serveradmin' USER ---> System.Data.SqlClient.SqlException: Login failed for user 'DNPEnterpriseServer1'. The user is not associated with a trusted SQL Server connection.
      at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
      at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
      at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
      at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
      at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
      at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
      at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
      at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
      at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
      at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
      at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
      at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
      at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
      at System.Data.SqlClient.SqlConnection.Open()
      at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
      at DotNetPark.DotNetPanel.EnterpriseServer.DataProvider.GetUserByUsernameInternally(String username)
      at DotNetPark.DotNetPanel.EnterpriseServer.UserController.AuthenticateUser(String username, String password, String ip)
      --- End of inner exception stack trace ---
      at DotNetPark.DotNetPanel.EnterpriseServer.UserController.AuthenticateUser(String username, String password, String ip)
      at DotNetPark.DotNetPanel.EnterpriseServer.esAuthentication.AuthenticateUser(String username, String password, String ip)
      --- End of inner exception stack trace ---

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'AUTHENTICATE' task on 'serveradmin' USER ---> System.Data.SqlClient.SqlException: Login failed for user 'DNPEnterpriseServer1'. The user is not associated with a trusted SQL Server connection.
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
       at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
       at DotNetPark.DotNetPanel.EnterpriseServer.DataProvider.GetUserByUsernameInternally(String username)
       at DotNetPark.DotNetPanel.EnterpriseServer.UserController.AuthenticateUser(String username, String password, String ip)
       --- End of inner exception stack trace ---
       at DotNetPark.DotNetPanel.EnterpriseServer.UserController.AuthenticateUser(String username, String password, String ip)
       at DotNetPark.DotNetPanel.EnterpriseServer.esAuthentication.AuthenticateUser(String username, String password, String ip)
       --- End of inner exception stack trace ---]
       DotNetPark.DotNetPanel.Portal.PortalUtils.AuthenticateUser(String username, String password, String ipAddress, Boolean rememberLogin, String preferredLocale, String theme) +148
       DotNetPark.DotNetPanel.Portal.Login.LoginUser(String username, String password, Boolean rememberLogin, String preferredLocale, String theme) +32
       DotNetPark.DotNetPanel.Portal.Login.btnLogin_Click(Object sender, EventArgs e) +128
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
       System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
    

     

    Thanks for your time and help

     

     

    Scott

  • 06-10-2007 4:01 AM In reply to

    Re: loging on for the first time with "serveradmin"

    Best regards,
    Pavel Tsourbelev, COO
    DotNetPanel Software - professionally developed software for hosting businesses
  • 06-10-2007 5:04 AM In reply to

    • redIT
    • Top 500 Contributor
    • Joined on 06-06-2007
    • England
    • Posts 9

    Re: loging on for the first time with "serveradmin"

     Hi Paul,

     Thanks for the posting but I managed to find this link

    http://msdn2.microsoft.com/en-us/library/ms143705(SQL.90).aspx

    which pointed me into the right direction, also for anyone else that has this problem and is using the Express Edition of MSSQL 2005 you will need to have the Management Studio Installed to change this.

     

    Scott
     

Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems