5.5.0.217 - building DDL script hangs

Tried to build ddl script for a simple DB

(table, PK, UK, FK, Check Constraints)
marked all the objects and got this:

System.ArgumentNullException
Value cannot be null.
Parameter name: input
Stack Trace:
at System.Text.RegularExpressions.Regex.Replace(String input,
MatchEvaluator evaluator)
at
Quest.Schema.MSSQL.ComparePlugin.Logic.Markers.StarMarkerEngine.Generate(String
template, MarkerEngineContext context)

at

Quest.Schema.MSSQL.ComparePlugin.Logic.BaseEngine.GetFileName(DatabaseMarkerEngineContext
context)

at

Quest.Schema.MSSQL.ComparePlugin.DDLScripting.Logic.SearchDDLScriptingEngine.GetWorkers(DateTime
startTime)
at Quest.Schema.MSSQL.ComparePlugin.Logic.BaseEngine.Run(ICallBack
callback, ResultListener listener)

at

Quest.Schema.MSSQL.ComparePlugin.ObjectsSearch.BuildDDLScriptControl.b__0(ICallBack
callback)

at

Quest.Schema.MSSQL.ComparePlugin.ObjectsSearch.BuildDDLScriptControl.RunProcessContext.Run(Object
callback)

Than it just hangs until I cancel the process…
Same behavior if I limit it to tables only.
DB is Sql 2008 R2.

Dani

Hello Dani,

Can you please double check this issue on current Beta build? We were not able
to reproduce this on our databases, but there were some code changes in this
area so we hope that this issue is no longer exists.

regards,

Alexander Maximov