How to work around this error? RML Utilities for SQL Server report fails to run -


i've used msft's rml utilities several years , find them great tool.

recently switched laptops. installed rml utilities, fails run. analyzes .trc files fine, 'report part' fails follows:

exception source: microsoft.reportviewer.winforms
message: definition of report 'main report' invalid.
stack
@ microsoft.reporting.reportcompiler.compilereport(catalogitemc

exception source: microsoft.reportviewer.winforms
message: item has been added. key in dictionary: 'tmp' key being added: 'tmp'
stack
@ system.collections.hashtable.insert(object key, object nvalue, boolean add)
@ system.collections.specialized.stringdictionary.add(string key, string value)
@ system.codedom.compiler.executor.execwaitwithcaptureunimpersonated(safeusertokenhandle usertoken, string cmd, string currentdir,

environment:

  • windows 7
  • sql server 2008 r2
  • rmlutilities: "9.01.0109 built x64"
  • reporter: 09.01.0109

any suggestions?

thanks

i found solution: "run administrator".

opened command line via "run administrator", ran 'readtrace.exe' per usual

note: our new environment has windows uac (user account control). environment--rather merely new laptop--caused problem


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -