Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Help with installation from scratch with 3 serversHelp with installation from scratch with 3 servers
Previous
 
Next
New Post
2/5/2011 7:03 PM
 
ASP.Net installed with a success message.
The site now displays:

Server Error in '/' Application.
Keyword not supported: 'MyPa$$w0rd;application name'.

So is this an error in the syntax of the connection string?
(I changed the actual password for posting)

In the web.config file are these two lines:
<add name="SiteSqlServer" connectionString="Server=ACSQL;Database=DotNetNuke;uid=DNNuker;pwd=;'MyPa$$w0rd;" providerName="System.Data.SqlClient" />
and
<add key="SiteSqlServer" value="Server=ACSQL;Database=DotNetNuke;uid=DNNuker;pwd='MyPa$$w0rd;"/>

In the ASP.Net tab of IIS, in the Edit Configuration Manager button, in the Connection String Manager section, it has two lines:
(in italics)
LocalSqlServer     data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true
and
SiteSqlServer       Server=ACSQL;Database=DotNetNuke;uid=DNNuker;pwd=;'MyPa$$w0rd;

... and in the Application Settings section, the top string is:
SiteSqlServer       Server=ACSQL;Database=DotNetNuke;uid=DNNuker;pwd='MyPa$$w0rd;


"All the solutions are simple, but only after you already know them" Robt. Pirsig
 
New Post
2/5/2011 7:55 PM
 
Ok - firstly this means the the web server is now running and doing its thing with asp.net. and the error means that there is a typo in your connection string. Now - what i would suggest is that you revert back to the default web.config ... the one that comes in the install.zip --- and DONT make any changes to it. We will make the sql server setting from the DNN installer What we now what is to get DNN running without touching any settings in the web.config. Now try opening the web site. You should see the DNN installer start running. ->> Looking at this block of code however - there are three issues that I can see the server name should be a fully qualified domain name as a rule acsql.argosy.local pwd=;'My there is a semi colon that should not be there - should be pwd='My also I'm thinking there is a quote mark that should not be their either - full string should be connectionString="Server=acsql.argosy.local;Database=DotNetNuke;uid=DNNuker;pwd=MyPa$$w0rd;" Also the quote make in the Application Settings section, im thinking it should be: SiteSqlServer Server=acsql.argosy.local;Database=DotNetNuke;uid=DNNuker;pwd=MyPa$$w0rd; You could just make these changes and try again but you can get DNN to make these changes for you automatically as part of the installation wizzard. NOTE all you will need your smtp server email settings during the install Westa
 
New Post
2/5/2011 8:08 PM
 
Ok - firstly this means the the web server is now running and doing its thing with asp.net.
and the error means that there is a typo in your connection string.

Now - what i would suggest is that you revert back to the default web.config ...
 the one that comes in the install.zip --- and DONT make any changes to it.

We will make the sql server setting from the DNN installer

What we now what is to get DNN running without touching any settings in the web.config.

Now try opening the web site.

You should see the DNN installer start running.


 ->> Looking at this block of code however - there are three issues that I can see


the server name should be a fully qualified domain name as a rule acsql.argosy

local pwd=;'My there is a semi colon that should not be there
 - should be
pwd='My

also I'm thinking there is a quote mark that should not be their either - full string should be connectionString="Server=acsql.argosy.local;Database=DotNetNuke;uid=DNNuker;pwd=MyPa$$w0rd;"

Also the quote make in the Application Settings section, im thinking it should be:

SiteSqlServer Server=acsql.argosy.local;Database=DotNetNuke;uid=DNNuker;pwd=MyPa$$w0rd;

You could just make these changes and try again but you can get DNN to make these changes for you automatically as part of the installation wizzard. NOTE all you will need your smtp server email settings during the install

Westa
 
New Post
2/6/2011 3:20 AM
 
Ok, with the original web.config in place, the install begins and I can connect to the Database and then I get to the Run Database Install Scripts page and there is an error:

Installing Database - Version 05.00.00...FAILURE 400 - The stored procedure 'DotNetNuker.UpdateDatabaseVersionAndName' doesn't exist.

There's no Back button and the Next button is disabled.

"All the solutions are simple, but only after you already know them" Robt. Pirsig
 
New Post
2/6/2011 3:31 AM
 
OK, I needed to leave Run as db_owner checked, but in the installing Database Scripts section I hit the following lengthy error:

Upgrading Database to Version 05.06.00...Success
Upgrading Database to Version 05.06.01...FAILURE ERROR: Error: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\djowk_j0.0.cs' could not be found
error CS2008: No inputs specified
   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type)
   at DotNetNuke.Common.Utilities.XmlUtils.Serialize(Object obj)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, String LogType)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, EventLogType objLogType)
   at DotNetNuke.Services.Installer.Packages.PackageController.AddPackage(PackageInfo package, Boolean includeDetail)
   at DotNetNuke.Services.Upgrade.Upgrade.AddModuleDefinition(String DesktopModuleName, String Description, String ModuleDefinitionName, String BusinessControllerClass, Boolean IsPortable, Boolean Premium, Boolean Admin)
   at DotNetNuke.Services.Upgrade.Upgrade.AddModuleDefinition(String DesktopModuleName, String Description, String ModuleDefinitionName, Boolean Premium, Boolean Admin)
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeToVersion_510()
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication(String strProviderPath, Version version, Boolean writeFeedback)
Error: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\s56r_uue.0.cs' could not be found
error CS2008: No inputs specified
   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type)
   at DotNetNuke.Common.Utilities.XmlUtils.Serialize(Object obj)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, String LogType)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, EventLogType objLogType)
   at DotNetNuke.Services.Localization.Localization.SaveLanguage(Locale locale)
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeToVersion_513()
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication(String strProviderPath, Version version, Boolean writeFeedback)
Error: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\tutcmntz.0.cs' could not be found
error CS2008: No inputs specified
   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type)
   at DotNetNuke.Common.Utilities.XmlUtils.Serialize(Object obj)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, String LogType)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, EventLogType objLogType)
   at DotNetNuke.Services.Installer.Packages.PackageController.AddPackage(PackageInfo package, Boolean includeDetail)
   at DotNetNuke.Services.Upgrade.Upgrade.AddModuleDefinition(String DesktopModuleName, String Description, String ModuleDefinitionName, String BusinessControllerClass, Boolean IsPortable, Boolean Premium, Boolean Admin)
   at DotNetNuke.Services.Upgrade.Upgrade.AddModuleDefinition(String DesktopModuleName, String Description, String ModuleDefinitionName, Boolean Premium, Boolean Admin)
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeToVersion_520()
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication(String strProviderPath, Version version, Boolean writeFeedback)
Error: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\uzldzghi.0.cs' could not be found
error CS2008: No inputs specified
   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type)
   at DotNetNuke.Common.Utilities.XmlUtils.Serialize(Object obj)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, String LogType)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, EventLogType objLogType)
   at DotNetNuke.Services.Installer.Packages.PackageController.AddPackage(PackageInfo package, Boolean includeDetail)
   at DotNetNuke.Services.Upgrade.Upgrade.AddModuleDefinition(String DesktopModuleName, String Description, String ModuleDefinitionName, String BusinessControllerClass, Boolean IsPortable, Boolean Premium, Boolean Admin)
   at DotNetNuke.Services.Upgrade.Upgrade.AddModuleDefinition(String DesktopModuleName, String Description, String ModuleDefinitionName, Boolean Premium, Boolean Admin)
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeToVersion_530()
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication(String strProviderPath, Version version, Boolean writeFeedback)
Error: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\rsgvo_dt.0.cs' could not be found
error CS2008: No inputs specified
   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type)
   at DotNetNuke.Common.Utilities.XmlUtils.Serialize(Object obj)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, String LogType)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, EventLogType objLogType)
   at DotNetNuke.Services.Installer.Packages.PackageController.AddPackage(PackageInfo package, Boolean includeDetail)
   at DotNetNuke.Services.Upgrade.Upgrade.AddSkinControl(String ControlKey, String PackageName, String ControlSrc)
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeToVersion_540()
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication(String strProviderPath, Version version, Boolean writeFeedback)
Error: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\lzkn2vsu.0.cs' could not be found
error CS2008: No inputs specified
   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type)
   at DotNetNuke.Common.Utilities.XmlUtils.Serialize(Object obj)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, String LogType)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, EventLogType objLogType)
   at DotNetNuke.Common.Lists.ListController.UpdateListEntry(ListEntryInfo ListEntry)
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeToVersion_550()
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication(String strProviderPath, Version version, Boolean writeFeedback)
Error: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\b5rxxqcb.0.cs' could not be found
error CS2008: No inputs specified
   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type)
   at DotNetNuke.Common.Utilities.XmlUtils.Serialize(Object obj)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, String LogType)
   at DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, EventLogType objLogType)
   at DotNetNuke.Services.Installer.Packages.PackageController.AddPackage(PackageInfo package, Boolean includeDetail)
   at DotNetNuke.Services.Upgrade.Upgrade.AddModuleDefinition(String DesktopModuleName, String Description, String ModuleDefinitionName, String BusinessControllerClass, Boolean IsPortable, Boolean Premium, Boolean Admin)
   at DotNetNuke.Services.Upgrade.Upgrade.AddModuleDefinition(String DesktopModuleName, String Description, String ModuleDefinitionName, Boolean Premium, Boolean Admin)
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeToVersion_560()
   at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication(String strProviderPath, Version version, Boolean writeFeedback)




"All the solutions are simple, but only after you already know them" Robt. Pirsig
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Help with installation from scratch with 3 serversHelp with installation from scratch with 3 servers


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out