using Automation interface to 'Reconcile model'
Hello,
I have a issue in using Automation interface to 'Reconcile model' using vbscript error.
I am using below coomand but getting error( cannot use parenthesis when calling a sub):
---------------------
Set objManager = CreateObject("Studio.ModelManager")
objManager.ReconcileModel("\\SQL\MyServer@MODELER\MyDatabase\MyModel\0.0.1","C:\MyLogFiles\MyLogFile.txt")
-----------------
When i remove parenthesis, get a error ( wrong number of arguments or invalid property assignment).
your feedback is appreciated.
Thanks,

