Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help on ActiveX component can't create object: 'AcroExch.App'
#1
Solved: 10 Years, 8 Months, 4 Weeks ago
i am trying to run a piece of code mentioned below in QTP tool and is throwing an error - " ActiveX component can't create object: 'AcroExch.App'"
Code:
Dim AcroApp, AcroAVDoc
Dim gPDFPath, bReset, nCount
gPDFPath = "D:\abc.pdf"
' ** Initialize Acrobat by creating App object
Set AcroApp = CreateObject( "AcroExch.App" )
' ** show Acrobat
AcroApp.Show()
' ** Set AVDoc object
Set AcroAVDoc = CreateObject( "AcroExch.AVDoc" )
' ** open the PDF
If AcroAVDoc.Open( gPDFPath, "" ) Then
   AcroAVDoc.BringToFront()
   bReset = True : nCount = 0
   Do While AcroAVDoc.FindText( "Search String", True, True, bReset )
      bReset = False : nCount = nCount + 1
      If Window("Adobe Acrobat").Dialog("Text Not Found").Exist Then
         Window("Adobe Acrobat").Dialog("Text Not Found").WinButton("OK").Click
         Exit Do
      End If
      Wait 0, 200
   Loop
End If
AcroApp.CloseAllDocs()
AcroApp.Exit()
Print "The word 'Particulars' was found " & nCount & " times."
Set AcroApp = Nothing

My System details:
-------------------------------------------------------------
Microsoft Windows XP Professional Version 2002 Service Pack 3
-------------------------------------------------------------
QTP Tool Version: QTP 10.0

================================================

Please guide me what are all the things needs to be installed inorder to run the above script successfully...

I have checked in Registry as well and i could not find "AcroExch.App" and i am not able to proceed further..even tried searching in google but i could not find the proper solution for this..please help me out

Thanks in advance..
Reply
#2
Solved: 10 Years, 8 Months, 4 Weeks ago
The above statements work only when you have Acrobat Reader where you can create and view pdf files not Adobe Reader which is a free sw from adobe to read pdf files.

Do you have Adobe acrobat on your machine?

Thanks
anil
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ActiveX component can't create object: 'JavaWindow' JayeshK 0 1,469 01-07-2021, 01:12 PM
Last Post: JayeshK
  UFT unable to identify Java app objects consistently lester 1 1,784 07-12-2018, 08:28 PM
Last Post: Ankur
  Create Terminal as object dapeamel 0 2,960 02-16-2018, 07:09 PM
Last Post: dapeamel
  How to automate android app Naresh 2 2,788 06-11-2015, 06:37 PM
Last Post: venkatesh9032
Exclamation URGENT: ActiveX component can't create object citibank_ani 3 15,273 09-09-2014, 01:02 PM
Last Post: VarunKaushik

Forum Jump:


Users browsing this thread: 1 Guest(s)