Hi,
I run an VRA7 enviroment and the bulk import generate csv works fine until yet.
If I click genearte CSV file I get the following error:
Error has occurred. For more information, see event logs on the IaaS server or contact your system administrator.
On the IaaS Server I see the following entry in the application logs:
Timestamp: 5/24/2016 8:26:26 AM
Message: [sub-thread-Id="49" context="" token=""] <?xml version="1.0" encoding="utf-16"?>
<boolean>false</boolean>
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at DynamicOps.Web.Discovery.AddBulkExport.<LoadConvergedBlueprintsAsync>d__6.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at DynamicOps.Web.Discovery.AddBulkExport.LoadConvergedBlueprints()
at DynamicOps.Web.Discovery.AddBulkExport.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
at DynamicOps.Web.Discovery.AddBulkExport.<LoadConvergedBlueprintsAsync>d__6.MoveNext()<---
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 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
INNER EXCEPTION: System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at DynamicOps.Web.Discovery.AddBulkExport.<LoadConvergedBlueprintsAsync>d__6.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at DynamicOps.Web.Discovery.AddBulkExport.LoadConvergedBlueprints()
at DynamicOps.Web.Discovery.AddBulkExport.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
at DynamicOps.Web.Discovery.AddBulkExport.<LoadConvergedBlueprintsAsync>d__6.MoveNext()<---
Category: Error
Priority: -1
EventId: 0
Severity: Error
Title:
Machine: VRADMO01
App Domain: /LM/W3SVC/1/ROOT/vcac-1-131085052800422421
ProcessId: 6500
Process Name: c:\windows\system32\inetsrv\w3wp.exe
Thread Name:
Win32 ThreadId:5396
Extended Properties:
Anyone has an idea?