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.
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.