cancel
Showing results for 
Search instead for 
Did you mean: 

Out of Memory Error when Exporting from Studio or Configuration

Julie_Brown
Star Contributor
Star Contributor

I am trying to export a Unity Form from my Test System (22.1) 

Some will export and others wont

I get the same results from Studio and Configuration

The Unity Form I want is erroring "An unspecified issue has occurred"

 

From the Diagnostic Console:

System.OutOfMemoryException: Array dimensions exceeded supported range.
at System.Collections.Generic.Queue`1.SetCapacity(Int32 capacity)
at System.Collections.Generic.Queue`1.Enqueue(T item)
at Hyland.Common.Core.ChangeControl.BusinessLayer.PackageGraph.<BreadthFirstTraverse>d__34`2.MoveNext()
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Linq.Enumerable.<SelectManyIterator>d__23`3.MoveNext()
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Linq.Enumerable.<TakeWhileIterator>d__27`1.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Hyland.ChangeControl.Engine.Engine.GuidManager.AssignBaseGuids(IEnumerable`1 exported, PackageGraph graph)
at Hyland.ChangeControl.Engine.Engine.GuidManager.AssignGuids(IEnumerable`1 referencePairs, ExportPackage package)
at Hyland.ChangeControl.Engine.Engine.ObjectExport.ExportRelatedItems(RowData baseObjects, ExportDefinition excludedObjects)
at Hyland.ChangeControl.Engine.Engine.ObjectExport.PerformAllExportSteps(ExportDefinition expDef)

 

I am running 64bit Studio & AppServer

1 ACCEPTED ANSWER

Theresa_Yu
Employee
Employee

Hi @Julie 

What build of 22.1 are you on?

There was a known issue with larger exports not succeeding that was fixed in 22.1.19.1000 (JIRA#CONFIG-2190)

View answer in original post

3 REPLIES 3

Theresa_Yu
Employee
Employee

Hi @Julie 

What build of 22.1 are you on?

There was a known issue with larger exports not succeeding that was fixed in 22.1.19.1000 (JIRA#CONFIG-2190)

I believe I am the first build

22.1.3.1000

I upgraded to 22.1.34.1000 and I am able to export

Thanks