14000 |
"Macro Engine
creation failed (ERR=<xxxx>). Macro support will be
disabled for this session." |
Description: |
PASSPORT was unable to create the engine
required to run .zmc macros. |
Solution: |
This error generally occurs
when the passmac.dll file required to run the macro scripting
engine is missing or has not been registered properly on your
system. Please follow the steps below to resolve:
Perform
a search to make sure the passmac.dll file exists on your
system. This file normally resides in the C:\Program
Files\PASSPORT\ or installed directory. If it is missing,
copy it from a working system, or reinstall PASSPORT PC TO
HOST to restore the file.
At
the Run command line (from the Start Menu), type in:
regsvr32 "C:\Program Files\PASSPORT\passmac.dll".
This will register the passmac.dll with the operating system.
OR
Reinstall PASSPORT.
|
14001 |
"An error
occurred on line <LineNumber>, position <ColumnNumber>,
of the script. <Details>" |
Description: |
A macro scripting error occurred at the
specified location. |
Solution: |
Use
the error message details to determine the reason for the
error.
Edit
your macro accordingly.
PASSPORT macros
use VBScript. More information on VBScript functionality is available
through Microsoft's VBScript Reference: http://msdn.microsoft.com/en-us/library/d1wf56tt.aspx |
14003 |
"An error
occurred reading the macro. Unable to execute." |
Description: |
Failed to load the macro file. |
Solution: |
Make
sure the macro exists in the selected location. To re-map
the appropriate function to an existing macro with a valid
path, select the appropriate function from the following:
- Using
the Keyboard
- Using
the Toolbar
- Using
the Keypad
- Using Hotspots
- Using
the Mouse
Make
sure the file is a valid .zmc or .zam PASSPORT macro.
Make
sure you have at least read permissions to the macro.
|
14004 |
"Creating
the ActiveX Scripting engine failed. Scripting engine is
probably not correctly registered or CLSID incorrect." |
Description: |
Failed to create the VBScript Scripting
engine. |
Solution: |
Check
to make sure the vbscript.dll exists in your Windows System32
directory.
Check
the version of vbscript.dll in your Windows System32 directory
to make sure you are using the most recent version.
After
verifying that the vbscript.dll exists and is up-to-date,
make sure the vbscript.dll is properly registered. At the
Run command line (from the Start Menu), type in:
regsvr32 "C:\Windows\System32\vbscript.dll". This
will register the vbscript.dll with the operating system.
|
14005 |
"ActiveX
Scripting engine does not support IActiveScriptParse." |
Description: |
You may not have a valid version of Vbscript.dll
installed. |
Solution: |
Check
to make sure the vbscript.dll exists in your Windows System32
directory.
Check
the version of vbscript.dll in your Windows System32 directory
to make sure you are using the most recent version.
After
verifying that the vbscript.dll exists and is up-to-date,
make sure the vbscript.dll is properly registered. At the
Run command line (from the Start Menu), type in:
regsvr32 "C:\Windows\System32\vbscript.dll". This
will register the vbscript.dll with the operating system.
|
14006 |
"Unable
to run macro. Error connecting to the presentation space." |
Description: |
Failed to connect to the presentation
space of the emulation session. |
Solution: |
This
error will occur if you are attempting to run a macro before
a connection with the host has been successfully established.
You can verify an active connection by selecting "Connection
Log" from the Communication menu and looking for the
text "Connected to <your host ip address:port number>"
This
error message can occur when a macro is started when there
is an X-condition on the OIA line. To
resolve the problem, clear the X-condition before running
your macro. Or, you can add functionality to your macro
that checks and clears the OIA line before proceeding with
the remainder of the steps in the macro.
|
14200 |
"Macro Engine
creation failed (ERR=<xxxx>). Macro support will be
disabled for this session." |
Description: |
PASSPORT was unable to create the engine
required to run .zam macros. |
Solution: |
This error generally occurs when the
passobj.dll, SAS7_000.DLL, or SAS7_CTL.OCX files required to run
the macro scripting engine are missing or has not been registered
properly on your system. Please follow the steps below to
resolve:
Perform
a search to make sure these files exist on your system. They
normally reside in the C:\Program Files\PASSPORT\ or installed
directory. If they are missing, copy them from a working
system, or reinstall PASSPORT PC TO HOST to restore the file.
At
the Run command line (from the Start Menu), type in:
regsvr32 "C:\Program Files\PASSPORT\xxxx.xxx" where
xxxx.xxx is the name of the missing file. This will register
the file with the operating system.
Repeat
this process for each of the 2 files (passobj.dll, SAS7_CTL.OCX).
OR
Reinstall PASSPORT.
|
14201 |
"An error
occurred on line <LineNumber>, position <ColumnNumber>,
of the script. <Details>" |
Description: |
A macro scripting error occurred at the
specified location in the .zam macro. |
Solution: |
Use
the error message details to determine the reason for the
error.
Edit
your macro accordingly.
PASSPORT .zam macros
use SAX Basic Language which is Visual Basic for Applications
(VBA) compatible. |