Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image Enterprise Scan OLE Program

Status
Not open for further replies.

mr522

Programmer
Jan 21, 2015
19
SG
Hi,

I have a requirement to use the Enterprise Scan COM API to develop a scan client scripts.When I try to use the sample below script in the Scan client machine and try to run through the command prompt , it gives the below error.
VBScript:

Option Explicit

Dim scan
Dim profile

Set scan = CreateObject("IXOS.ScanProcessingScript")
scan.Init()

profile = "(Default)"
scan.Archive(profile)

scan.Exit()
Set scan = Nothing

Error:
Microsoft VBScript runtime error:ActiveX component can't create object:'IXOS.ScanProcessingScript'

Thank you in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top