11-13-2012, 06:47 PM
Hi Ankur,
Could you please help me, while running the below code externally thru .vbs file, I am getting an error "ActiveX object can't create component for Mercury.ObjectRepositoryUtil":
my OS is Windows 7, 64 bit, (I googled this issue, I got info as Mercury.ObjectRepositoryUtil works fine for 32 bit windows OS)
I want to use "Mercury.ObjectRepositoryUtil" object in my system using .vbs file, Is it possible to run it
i.e. if you have any patch info available, could you please reply/send it to me.
awaiting for your reply.
Thanks and Regards,
Gauravkumar.
Could you please help me, while running the below code externally thru .vbs file, I am getting an error "ActiveX object can't create component for Mercury.ObjectRepositoryUtil":
my OS is Windows 7, 64 bit, (I googled this issue, I got info as Mercury.ObjectRepositoryUtil works fine for 32 bit windows OS)
Code:
Dim RepositoryTest,TOCollection,TestObject,PropertiesCollection,ObjDialog,Root
Set RepositoryTest = CreateObject("Mercury.ObjectRepositoryUtil")
RepositoryTest.Load "D:\Test\Resource_1.tsr"
' will Launch the application
intStartRow = func_Launch_The_Application()
intRowCnt = DataTable.GetSheet("Execution").GetRowCount
i.e. if you have any patch info available, could you please reply/send it to me.
awaiting for your reply.
Thanks and Regards,
Gauravkumar.