Error whenever I try to import a monster from the old monster builder

Post/Author/DateTimePost
#1

Los_Grak

Apr 03, 2011 23:03:44
Below is the error, for those of you that can read it.  Should I also report this to CS?

Monster Builder Error
System.ServiceModel.FaultException: System.Data.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'Details', table 'DDIVault.dbo.Content'; column does not allow nulls. INSERT fails.
The statement has been terminated.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
   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)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   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.Mapping.Update.Internal.DynamicUpdateCommand.Execute(UpdateTranslator translator, EntityConnection connection, Dictionary`2 identifierValues, List`1 generatedValues)
   at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter)
   --- End of inner exception stack trace ---
   at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter)
   at System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options)
   at WotC.ContentManagement.ContentVaultService.<>c__DisplayClass1a.<>c__DisplayClass1c.b__18() in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 345
   at WotC.ContentManagement.Isolation.<>c__DisplayClass1`1.b__0() in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 83
   at WotC.ContentManagement.Isolation.Do(ContentVaultEntities vault, Nullable`1 level, Action action) in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 62
   at WotC.ContentManagement.Isolation.Do[TResultType](ContentVaultEntities vault, Nullable`1 level, Func`1 action) in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 81
   at WotC.ContentManagement.ContentVaultService.<>c__DisplayClass1a.b__16(ContentVaultEntities vault) in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 292
   at WotC.ContentManagement.ContentVaultService.<>c__DisplayClass1`1.b__0(ContentVaultEntities vault) in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 116
   at WotC.ContentManagement.ContentVaultService.<>c__DisplayClass7.b__3() in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 130
   at WotC.ContentManagement.Isolation.Do(ContentVaultEntities vault, Nullable`1 level, Action action) in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 62
   at WotC.ContentManagement.ContentVaultService.DoWithVault(Nullable`1 level, Action`1 action) in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 130
   at WotC.ContentManagement.ContentVaultService.DoWithVault[TResultType](Nullable`1 level, Func`2 action) in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 114
   at WotC.ContentManagement.ContentVaultService.Commit(ContentIdentifier id, ContentIdentifier targetID) in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 268
   at WotC.ContentManagement.ContentVaultService.Import(Int32 typeID, Byte[] data, String details) in e:\DDiApps\trunk\ContentVault\DDiApps\ContentVault\trunk\ContentVault\ContentVault.Web\App_Code\ContentVault.cs:line 600
   at SyncInvokeImport(Object , Object[] , Object[] )
   at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
   at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
   at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
   at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result)
   at WotC.ContentManagement.ContentVaultService.ContentVaultServiceClient.ContentVaultServiceClientChannel.EndImport(IAsyncResult result)
   at WotC.ContentManagement.ContentVaultService.ContentVaultServiceClient.WotC.ContentManagement.ContentVaultService.IContentVaultService.EndImport(IAsyncResult result)
   at WotC.XAMLUtilities.GeneralHelpers.<>c__DisplayClass14`2.b__13(IAsyncResult ar)
   at
#2

Dunk

Apr 04, 2011 12:15:48

I am pretty sure everyone has the same error at this time. I know I do. It has been reported in the bug thread. I am hoping it gets cleared up sooner than later. Import was working until they did the quick fix to allow export to the VT so hopefully it is easy to track down.