Hi, after installing your package from Newsletter_Studio_1.4.4.2.zip i went to create newslatter feature and after setting the name and press ok. Content tree reload, but when trying to open the newsletter content page i got the following issue.
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.Insert(String tableName, String primaryKeyName, Boolean autoIncrement, Object poco)
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.Insert(String tableName, String primaryKeyName, Object poco)
at NewsletterStudio.Infrastucture.Data.PPDatabaseAdaptor.Insert(String tableName, String primaryKeyName, Object obj)
at NewsletterStudio.Infrastucture.Data.SkinRepository.Save(Skin skin)
at NewsletterStudio.Install.Actions.AddSkinTemplateAction.Do()
at NewsletterStudio.Install.NewsletterStudioInstaller.Execute(String packageName, XmlNode xmlData)System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'ns_Templates'.
full log for, unistall -> reinstall and access settings node without create a new newsletter.
2014-08-18 17:20:16,609 [247] INFO umbraco.BusinessLogic.Log - [Thread 246] Log scrubbed. Removed all items older than 2014-06-19 17:20:16
2014-08-18 17:20:19,362 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2014-08-18 17:20:19,620 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 18 (took 257ms)
2014-08-18 17:20:19,663 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2014-08-18 17:20:19,727 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 11 (took 63ms)
2014-08-18 17:20:19,734 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2014-08-18 17:20:19,792 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 7 (took 58ms)
2014-08-18 17:20:19,792 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2014-08-18 17:20:19,837 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 4 (took 44ms)
2014-08-18 17:20:19,839 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2014-08-18 17:20:19,879 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 39ms)
2014-08-18 17:20:19,892 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2014-08-18 17:20:19,962 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 69ms)
2014-08-18 17:20:20,795 [267] INFO Umbraco.Web.Search.ExamineEvents - [Thread 212] Initializing Examine and binding to business logic events
2014-08-18 17:20:22,146 [267] INFO Umbraco.Web.Search.ExamineEvents - [Thread 212] Adding examine event handlers for index providers: 3
2014-08-18 17:20:22,162 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of umbraco.interfaces.IApplication
2014-08-18 17:20:22,207 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of umbraco.interfaces.IApplication, found 8 (took 44ms)
2014-08-18 17:20:22,413 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:20:22,557 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 144ms)
2014-08-18 17:20:30,028 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2014-08-18 17:20:30,044 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 17 (took 15ms)
System.ArgumentException: No macro property type found with the id specified
at umbraco.cms.businesslogic.macro.MacroPropertyType.setup()
at umbraco.cms.businesslogic.macro.Macro.Import(XmlNode n)
2014-08-18 17:20:31,675 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of umbraco.interfaces.ICacheRefresher
2014-08-18 17:20:31,713 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 22 (took 37ms)
2014-08-18 17:20:39,386 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of umbraco.interfaces.IPackageAction
2014-08-18 17:20:39,424 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of umbraco.interfaces.IPackageAction, found 43 (took 38ms)
2014-08-18 17:20:40,676 [267] INFO umbraco.BusinessLogic.Log - [Thread 255] Redirected log call (please use Umbraco.Core.Logging.LogHelper instead of umbraco.BusinessLogic.Log) | Type: Error | User: 0 | NodeId: 0 | Comment: There is already an object named 'PK_Subscribers' in the database.
Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.Execute(String sql, Object[] args)
at NewsletterStudio.Infrastucture.Data.Schema.DatabaseDefaultSchema.Execute(Database db, String sql)
at NewsletterStudio.Infrastucture.Data.Schema.DatabaseDefaultSchema.CreateTables()
at NewsletterStudio.Install.Actions.CreateDatabaseTablesAction.Do()
at NewsletterStudio.Install.NewsletterStudioInstaller.Execute(String packageName, XmlNode xmlData)System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'PK_Subscribers' in the database.
Could not create constraint. See previous errors.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
2014-08-18 17:20:41,694 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2014-08-18 17:20:41,905 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 18 (took 207ms)
2014-08-18 17:20:41,936 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2014-08-18 17:20:42,020 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of umbraco.interfaces.IDataType
2014-08-18 17:20:42,146 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of umbraco.interfaces.IDataType, found 82 (took 125ms)
2014-08-18 17:20:41,986 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 11 (took 49ms)
2014-08-18 17:20:41,997 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2014-08-18 17:20:42,017 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 7 (took 19ms)
2014-08-18 17:20:42,017 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2014-08-18 17:20:42,028 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 4 (took 11ms)
2014-08-18 17:20:42,030 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2014-08-18 17:20:42,120 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 89ms)
System.IO.IOException: The process cannot access the file 'C:\Users\marcoteodoro\Source\Repos\cloudrooms\cloudrooms\cloudrooms\PresentationLayer\App_Data\TEMP\PluginCache\umbraco-plugins.MARCOTEODORF470.list' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalDelete(String path, Boolean checkHost)
at Umbraco.Core.PluginManager.UpdateCachedPluginsFile[T](IEnumerable`1 typesFound, TypeResolutionKind resolutionType)
at Umbraco.Core.PluginManager.LoadViaScanningAndUpdateCacheFile[T](TypeList typeList, TypeResolutionKind resolutionKind, Func`1 finder)
at Umbraco.Core.PluginManager.ResolveTypes[T](Func`1 finder, TypeResolutionKind resolutionType, Boolean cacheResult)
at Umbraco.Core.PluginManager.ResolveTypes[T](Boolean cacheResult)
at Umbraco.Web.WebBootManager.InitializeResolvers()
at Umbraco.Core.CoreBootManager.Initialize()
at Umbraco.Web.WebBootManager.Initialize()
at Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e)
2014-08-18 17:20:44,613 [267] INFO umbraco.BusinessLogic.Log - [Thread 246] Redirected log call (please use Umbraco.Core.Logging.LogHelper instead of umbraco.BusinessLogic.Log) | Type: Error | User: 0 | NodeId: 0 | Comment: Invalid object name 'ns_Templates'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteScalar()
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.Insert(String tableName, String primaryKeyName, Boolean autoIncrement, Object poco)
at NewsletterStudio.Infrastucture.Data.PPDatabaseAdaptor.Insert(String tableName, String primaryKeyName, Object obj)
at NewsletterStudio.Infrastucture.Data.SkinRepository.Save(Skin skin)
at NewsletterStudio.Install.Actions.AddSkinTemplateAction.Do()
at NewsletterStudio.Install.NewsletterStudioInstaller.Execute(String packageName, XmlNode xmlData)System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'ns_Templates'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
2014-08-18 17:20:46,847 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2014-08-18 17:20:46,898 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 18 (took 50ms)
2014-08-18 17:20:46,902 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2014-08-18 17:20:46,904 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 11 (took 1ms)
2014-08-18 17:20:46,909 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2014-08-18 17:20:46,911 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 7 (took 1ms)
2014-08-18 17:20:46,911 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2014-08-18 17:20:46,912 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 4 (took 0ms)
2014-08-18 17:20:46,924 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2014-08-18 17:20:46,926 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 2ms)
2014-08-18 17:20:46,927 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2014-08-18 17:20:46,928 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
2014-08-18 17:20:47,355 [9] INFO Umbraco.Web.Search.ExamineEvents - [Thread 264] Initializing Examine and binding to business logic events
2014-08-18 17:20:48,412 [9] INFO Umbraco.Web.Search.ExamineEvents - [Thread 264] Adding examine event handlers for index providers: 3
2014-08-18 17:20:48,469 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of umbraco.interfaces.IApplication
2014-08-18 17:20:48,471 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of umbraco.interfaces.IApplication, found 8 (took 2ms)
2014-08-18 17:20:48,766 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:20:48,768 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 1ms)
2014-08-18 17:20:49,271 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of umbraco.interfaces.IApplication
2014-08-18 17:20:49,451 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of umbraco.interfaces.IApplication, found 8 (took 179ms)
2014-08-18 17:20:49,661 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:20:49,706 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 44ms)
2014-08-18 17:20:49,881 [267] INFO umbraco.content - [Thread 283] Loading content from database...
2014-08-18 17:20:50,046 [267] INFO umbraco.BusinessLogic.Log - [Thread 281] Log scrubbed. Removed all items older than 2014-06-19 17:20:49
2014-08-18 17:20:54,496 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2014-08-18 17:20:54,957 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 18 (took 459ms)
2014-08-18 17:20:55,069 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2014-08-18 17:20:55,160 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 11 (took 89ms)
2014-08-18 17:20:55,164 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2014-08-18 17:20:55,190 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 7 (took 26ms)
2014-08-18 17:20:55,191 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2014-08-18 17:20:55,225 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 4 (took 33ms)
2014-08-18 17:20:55,227 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2014-08-18 17:20:55,235 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 8ms)
2014-08-18 17:20:55,235 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2014-08-18 17:20:55,244 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 8ms)
2014-08-18 17:20:55,702 [263] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Initializing Examine and binding to business logic events
2014-08-18 17:20:56,611 [263] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Adding examine event handlers for index providers: 3
2014-08-18 17:20:56,638 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplication
2014-08-18 17:20:56,706 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplication, found 8 (took 67ms)
2014-08-18 17:20:56,875 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:20:56,923 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 48ms)
2014-08-18 17:21:03,941 [263] INFO umbraco.BasePages.BasePage - [Thread 281] User bn-commelius bn-commelius (Id: 0) logged in
2014-08-18 17:21:04,590 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:21:04,687 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Completed resolution of types of umbraco.interfaces.ITree, found 41 (took 96ms)
2014-08-18 17:21:04,695 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:21:04,696 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Completed resolution of types of umbraco.interfaces.ITree, found 41 (took 0ms)
2014-08-18 17:21:04,701 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Starting resolution types of umbraco.BusinessLogic.Actions.IActionHandler
2014-08-18 17:21:04,715 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Completed resolution of types of umbraco.BusinessLogic.Actions.IActionHandler, found 1 (took 13ms)
2014-08-18 17:21:04,715 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Starting resolution types of umbraco.BusinessLogic.Actions.IActionHandler
2014-08-18 17:21:04,715 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Completed resolution of types of umbraco.BusinessLogic.Actions.IActionHandler, found 1 (took 0ms)
2014-08-18 17:21:05,205 [263] INFO umbraco.BasePages.BasePage - [Thread 283] User bn-commelius bn-commelius (Id: 0) logged in
2014-08-18 17:21:05,851 [263] INFO umbraco.BasePages.BasePage - [Thread 281] User bn-commelius bn-commelius (Id: 0) logged in
2014-08-18 17:21:27,260 [263] INFO umbraco.presentation.publishingService - [Thread 265] sinqEvents has been called with response: True
2014-08-18 17:21:28,025 [263] INFO umbraco.presentation.publishingService - [Thread 265] newsletterstudioBounces has been called with response: True
2014-08-18 17:21:28,826 [263] INFO umbraco.presentation.publishingService - [Thread 265] newsletterstudioSendout has been called with response: True
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'ns_Templates'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.umbraco_newsletterstudio_pages_settings_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e8080968\d400fdb2\App_Web_settings.aspx.1d10c459.xeeyjha-.0.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Looks like the installer did not manage to create all the needed tables in the db. Does the db-user has the right to create tables? Can you see any tables starting with ns_ in your database?
Installing newsletter studio umbraco 6.1.6
Hi, after installing your package from Newsletter_Studio_1.4.4.2.zip i went to create newslatter feature and after setting the name and press ok. Content tree reload, but when trying to open the newsletter content page i got the following issue.
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.Insert(String tableName, String primaryKeyName, Boolean autoIncrement, Object poco)
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.Insert(String tableName, String primaryKeyName, Object poco)
at NewsletterStudio.Infrastucture.Data.PPDatabaseAdaptor.Insert(String tableName, String primaryKeyName, Object obj)
at NewsletterStudio.Infrastucture.Data.SkinRepository.Save(Skin skin)
at NewsletterStudio.Install.Actions.AddSkinTemplateAction.Do()
at NewsletterStudio.Install.NewsletterStudioInstaller.Execute(String packageName, XmlNode xmlData)System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'ns_Templates'.
full log for, unistall -> reinstall and access settings node without create a new newsletter.
2014-08-18 17:20:16,609 [247] INFO umbraco.BusinessLogic.Log - [Thread 246] Log scrubbed. Removed all items older than 2014-06-19 17:20:16
2014-08-18 17:20:16,612 [247] INFO Umbraco.Core.UmbracoApplicationBase - [Thread 246] Application shutdown. Reason: BinDirChangeOrDirectoryRename
2014-08-18 17:20:19,231 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Determining hash of code files on disk
2014-08-18 17:20:19,267 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Hash determined (took 19ms)
2014-08-18 17:20:19,362 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2014-08-18 17:20:19,620 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 18 (took 257ms)
2014-08-18 17:20:19,663 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2014-08-18 17:20:19,727 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 11 (took 63ms)
2014-08-18 17:20:19,734 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2014-08-18 17:20:19,792 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 7 (took 58ms)
2014-08-18 17:20:19,792 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2014-08-18 17:20:19,837 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 4 (took 44ms)
2014-08-18 17:20:19,839 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2014-08-18 17:20:19,879 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 39ms)
2014-08-18 17:20:19,892 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2014-08-18 17:20:19,962 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 69ms)
2014-08-18 17:20:20,795 [267] INFO Umbraco.Web.Search.ExamineEvents - [Thread 212] Initializing Examine and binding to business logic events
2014-08-18 17:20:22,146 [267] INFO Umbraco.Web.Search.ExamineEvents - [Thread 212] Adding examine event handlers for index providers: 3
2014-08-18 17:20:22,162 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of umbraco.interfaces.IApplication
2014-08-18 17:20:22,207 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of umbraco.interfaces.IApplication, found 8 (took 44ms)
2014-08-18 17:20:22,413 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:20:22,557 [267] INFO Umbraco.Core.PluginManager - [Thread 212] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 144ms)
2014-08-18 17:20:30,028 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2014-08-18 17:20:30,044 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 17 (took 15ms)
2014-08-18 17:20:31,649 [267] ERROR umbraco.cms.businesslogic.macro.Macro - [Thread 283] Error creating macro property
System.ArgumentException: No macro property type found with the id specified
at umbraco.cms.businesslogic.macro.MacroPropertyType.setup()
at umbraco.cms.businesslogic.macro.Macro.Import(XmlNode n)
2014-08-18 17:20:31,675 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of umbraco.interfaces.ICacheRefresher
2014-08-18 17:20:31,713 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 22 (took 37ms)
2014-08-18 17:20:39,386 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of umbraco.interfaces.IPackageAction
2014-08-18 17:20:39,424 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of umbraco.interfaces.IPackageAction, found 43 (took 38ms)
2014-08-18 17:20:40,676 [267] INFO umbraco.BusinessLogic.Log - [Thread 255] Redirected log call (please use Umbraco.Core.Logging.LogHelper instead of umbraco.BusinessLogic.Log) | Type: Error | User: 0 | NodeId: 0 | Comment: There is already an object named 'PK_Subscribers' in the database.
Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.Execute(String sql, Object[] args)
at NewsletterStudio.Infrastucture.Data.Schema.DatabaseDefaultSchema.Execute(Database db, String sql)
at NewsletterStudio.Infrastucture.Data.Schema.DatabaseDefaultSchema.CreateTables()
at NewsletterStudio.Install.Actions.CreateDatabaseTablesAction.Do()
at NewsletterStudio.Install.NewsletterStudioInstaller.Execute(String packageName, XmlNode xmlData)System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'PK_Subscribers' in the database.
Could not create constraint. See previous errors.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.Execute(String sql, Object[] args)
at NewsletterStudio.Infrastucture.Data.Schema.DatabaseDefaultSchema.Execute(Database db, String sql)
at NewsletterStudio.Infrastucture.Data.Schema.DatabaseDefaultSchema.CreateTables()
at NewsletterStudio.Install.Actions.CreateDatabaseTablesAction.Do()
at NewsletterStudio.Install.NewsletterStudioInstaller.Execute(String packageName, XmlNode xmlData)
ClientConnectionId:0d29b92b-3df1-4112-99a4-48d27aebaccc
2014-08-18 17:20:41,634 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Determining hash of code files on disk
2014-08-18 17:20:41,657 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Hash determined (took 10ms)
2014-08-18 17:20:41,694 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2014-08-18 17:20:41,905 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 18 (took 207ms)
2014-08-18 17:20:41,936 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2014-08-18 17:20:42,020 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of umbraco.interfaces.IDataType
2014-08-18 17:20:42,146 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of umbraco.interfaces.IDataType, found 82 (took 125ms)
2014-08-18 17:20:41,986 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 11 (took 49ms)
2014-08-18 17:20:41,997 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2014-08-18 17:20:42,017 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 7 (took 19ms)
2014-08-18 17:20:42,017 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2014-08-18 17:20:42,028 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 4 (took 11ms)
2014-08-18 17:20:42,030 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2014-08-18 17:20:42,120 [280] INFO Umbraco.Core.PluginManager - [Thread 249] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 89ms)
2014-08-18 17:20:42,122 [280] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 249] An unhandled exception occurred
System.IO.IOException: The process cannot access the file 'C:\Users\marcoteodoro\Source\Repos\cloudrooms\cloudrooms\cloudrooms\PresentationLayer\App_Data\TEMP\PluginCache\umbraco-plugins.MARCOTEODORF470.list' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalDelete(String path, Boolean checkHost)
at Umbraco.Core.PluginManager.UpdateCachedPluginsFile[T](IEnumerable`1 typesFound, TypeResolutionKind resolutionType)
at Umbraco.Core.PluginManager.LoadViaScanningAndUpdateCacheFile[T](TypeList typeList, TypeResolutionKind resolutionKind, Func`1 finder)
at Umbraco.Core.PluginManager.ResolveTypes[T](Func`1 finder, TypeResolutionKind resolutionType, Boolean cacheResult)
at Umbraco.Core.PluginManager.ResolveTypes[T](Boolean cacheResult)
at Umbraco.Web.WebBootManager.InitializeResolvers()
at Umbraco.Core.CoreBootManager.Initialize()
at Umbraco.Web.WebBootManager.Initialize()
at Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e)
2014-08-18 17:20:44,613 [267] INFO umbraco.BusinessLogic.Log - [Thread 246] Redirected log call (please use Umbraco.Core.Logging.LogHelper instead of umbraco.BusinessLogic.Log) | Type: Error | User: 0 | NodeId: 0 | Comment: Invalid object name 'ns_Templates'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteScalar()
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.Insert(String tableName, String primaryKeyName, Boolean autoIncrement, Object poco)
at NewsletterStudio.Infrastucture.Data.PPDatabaseAdaptor.Insert(String tableName, String primaryKeyName, Object obj)
at NewsletterStudio.Infrastucture.Data.SkinRepository.Save(Skin skin)
at NewsletterStudio.Install.Actions.AddSkinTemplateAction.Do()
at NewsletterStudio.Install.NewsletterStudioInstaller.Execute(String packageName, XmlNode xmlData)System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'ns_Templates'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteScalar()
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.Insert(String tableName, String primaryKeyName, Boolean autoIncrement, Object poco)
at NewsletterStudio.Infrastucture.Data.PPDatabaseAdaptor.Insert(String tableName, String primaryKeyName, Object obj)
at NewsletterStudio.Infrastucture.Data.SkinRepository.Save(Skin skin)
at NewsletterStudio.Install.Actions.AddSkinTemplateAction.Do()
at NewsletterStudio.Install.NewsletterStudioInstaller.Execute(String packageName, XmlNode xmlData)
ClientConnectionId:0d29b92b-3df1-4112-99a4-48d27aebaccc
2014-08-18 17:20:44,623 [280] INFO Umbraco.Core.UmbracoApplicationBase - [Thread 246] Application shutdown. Reason: ConfigurationChange
2014-08-18 17:20:46,825 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Determining hash of code files on disk
2014-08-18 17:20:46,836 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Hash determined (took 8ms)
2014-08-18 17:20:46,847 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2014-08-18 17:20:46,898 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 18 (took 50ms)
2014-08-18 17:20:46,902 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2014-08-18 17:20:46,904 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 11 (took 1ms)
2014-08-18 17:20:46,909 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2014-08-18 17:20:46,911 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 7 (took 1ms)
2014-08-18 17:20:46,911 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2014-08-18 17:20:46,912 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 4 (took 0ms)
2014-08-18 17:20:46,924 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2014-08-18 17:20:46,926 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 2ms)
2014-08-18 17:20:46,927 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2014-08-18 17:20:46,928 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
2014-08-18 17:20:47,355 [9] INFO Umbraco.Web.Search.ExamineEvents - [Thread 264] Initializing Examine and binding to business logic events
2014-08-18 17:20:48,412 [9] INFO Umbraco.Web.Search.ExamineEvents - [Thread 264] Adding examine event handlers for index providers: 3
2014-08-18 17:20:48,469 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of umbraco.interfaces.IApplication
2014-08-18 17:20:48,471 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of umbraco.interfaces.IApplication, found 8 (took 2ms)
2014-08-18 17:20:48,766 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:20:48,768 [9] INFO Umbraco.Core.PluginManager - [Thread 264] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 1ms)
2014-08-18 17:20:49,271 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of umbraco.interfaces.IApplication
2014-08-18 17:20:49,451 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of umbraco.interfaces.IApplication, found 8 (took 179ms)
2014-08-18 17:20:49,661 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:20:49,706 [267] INFO Umbraco.Core.PluginManager - [Thread 283] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 44ms)
2014-08-18 17:20:49,881 [267] INFO umbraco.content - [Thread 283] Loading content from database...
2014-08-18 17:20:50,046 [267] INFO umbraco.BusinessLogic.Log - [Thread 281] Log scrubbed. Removed all items older than 2014-06-19 17:20:49
2014-08-18 17:20:50,048 [267] INFO Umbraco.Core.UmbracoApplicationBase - [Thread 281] Application shutdown. Reason: ConfigurationChange
2014-08-18 17:20:54,289 [9] INFO umbraco.BusinessLogic.Log - [Thread 281] Log scrubbed. Removed all items older than 2014-06-19 17:20:54
2014-08-18 17:20:54,290 [9] INFO Umbraco.Core.UmbracoApplicationBase - [Thread 281] Application shutdown. Reason: ConfigurationChange
2014-08-18 17:20:54,361 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Determining hash of code files on disk
2014-08-18 17:20:54,406 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Hash determined (took 18ms)
2014-08-18 17:20:54,496 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2014-08-18 17:20:54,957 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 18 (took 459ms)
2014-08-18 17:20:55,069 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2014-08-18 17:20:55,160 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 11 (took 89ms)
2014-08-18 17:20:55,164 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2014-08-18 17:20:55,190 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 7 (took 26ms)
2014-08-18 17:20:55,191 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2014-08-18 17:20:55,225 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 4 (took 33ms)
2014-08-18 17:20:55,227 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2014-08-18 17:20:55,235 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 8ms)
2014-08-18 17:20:55,235 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2014-08-18 17:20:55,244 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 8ms)
2014-08-18 17:20:55,702 [263] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Initializing Examine and binding to business logic events
2014-08-18 17:20:56,611 [263] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Adding examine event handlers for index providers: 3
2014-08-18 17:20:56,638 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplication
2014-08-18 17:20:56,706 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplication, found 8 (took 67ms)
2014-08-18 17:20:56,875 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:20:56,923 [263] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 48ms)
2014-08-18 17:21:03,941 [263] INFO umbraco.BasePages.BasePage - [Thread 281] User bn-commelius bn-commelius (Id: 0) logged in
2014-08-18 17:21:04,590 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:21:04,687 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Completed resolution of types of umbraco.interfaces.ITree, found 41 (took 96ms)
2014-08-18 17:21:04,695 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Starting resolution types of umbraco.interfaces.ITree
2014-08-18 17:21:04,696 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Completed resolution of types of umbraco.interfaces.ITree, found 41 (took 0ms)
2014-08-18 17:21:04,701 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Starting resolution types of umbraco.BusinessLogic.Actions.IActionHandler
2014-08-18 17:21:04,715 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Completed resolution of types of umbraco.BusinessLogic.Actions.IActionHandler, found 1 (took 13ms)
2014-08-18 17:21:04,715 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Starting resolution types of umbraco.BusinessLogic.Actions.IActionHandler
2014-08-18 17:21:04,715 [263] INFO Umbraco.Core.PluginManager - [Thread 255] Completed resolution of types of umbraco.BusinessLogic.Actions.IActionHandler, found 1 (took 0ms)
2014-08-18 17:21:05,205 [263] INFO umbraco.BasePages.BasePage - [Thread 283] User bn-commelius bn-commelius (Id: 0) logged in
2014-08-18 17:21:05,851 [263] INFO umbraco.BasePages.BasePage - [Thread 281] User bn-commelius bn-commelius (Id: 0) logged in
2014-08-18 17:21:27,260 [263] INFO umbraco.presentation.publishingService - [Thread 265] sinqEvents has been called with response: True
2014-08-18 17:21:28,025 [263] INFO umbraco.presentation.publishingService - [Thread 265] newsletterstudioBounces has been called with response: True
2014-08-18 17:21:28,826 [263] INFO umbraco.presentation.publishingService - [Thread 265] newsletterstudioSendout has been called with response: True
2014-08-18 17:21:50,382 [263] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 255] An unhandled exception occurred
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'ns_Templates'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at NewsletterStudio.Infrastucture.Data.PetaPoco.Database.<Query>d__8`1.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at NewsletterStudio.Infrastucture.Data.PPDatabaseAdaptor.Fetch[T](String sql, Object[] obj)
at NewsletterStudio.Pages.Settings.get_AllSkins()
at NewsletterStudio.Pages.Settings.LoadTemplatesDdl(Int32 activeTemplateId)
at NewsletterStudio.Pages.Settings.LoadTemplatesDdl()
at umbraco.BasePages.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
ClientConnectionId:f5faa76d-f80f-4851-bfcd-5391933aa18d
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.umbraco_newsletterstudio_pages_settings_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e8080968\d400fdb2\App_Web_settings.aspx.1d10c459.xeeyjha-.0.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Hi!
Was this a clean install or an upgrade?
Looks like the installer did not manage to create all the needed tables in the db. Does the db-user has the right to create tables? Can you see any tables starting with ns_ in your database?
Hi Markus,
yes i see some tables : ns_newsletters,ns_subscribers and ns_subscriptions.
it is a new installation... i've created the table ns_templates now with the following script
/****** Object: Table [dbo].[ns_Templates] Script Date: 08/19/2014 11:37:45 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[ns_Templates](
[Id] [int] IDENTITY(1,1) NOT NULL,
[name] [nvarchar](50) NOT NULL
) ON [PRIMARY]
GO
but i fear that i'm missing some other files or tables. can you replicate the issue?
Hi!
I have not seen this issue before but I bet that it's due to some permissons problem that caused errors during the installation.
If the package works you are probably good to go - post any errors here and I'll help you out.
is working on a reply...