Error Messages
101. An error occurred while recording the macro.
- Occurs if recording fails when StartRecording function is called.
102. Please start the recording before calling StopRecording function.
- Occurs if StopRecording function is called without calling the StartRecording
function.
103. Please call StopRecording function to stop the current recording before
calling StartRecording again.
- Occurs if StartRecording function is called more than once without calling
the StopRecording function.
104. An error occurred while stopping the recording.
- Occurs if some unknown thing happens while calling the StopRecording function.
105. The Macro with the specified filename <filename> already exists. Please
specify a different filename or change the parameter to SaveRecording function
to allow overwriting the file.
- Occurs if SaveRecording function is called with pOverwrite
parameter set to 0 and the filename specified in the pFileName
parameter already exist.
106. Cannot create the specified folder <folderpath>. Please check the path
again.
- Occurs if SaveRecording function is called and the pFileName
parameter passed points to a drive which does not exist or the drive is Read-
Only.
107. The specified folder <folderpath> does not exist. Please check the path
again.
- Occurs if SaveRecording function is called with pCreateFolder
parameter set to 0, and the path specified in the pFileName
parameter does not exist.
108. Please specify the valid filename.
- Occurs if no filename is passed to the functions in which filename is not
an optional parameter for e.g. SaveRecording, SetRepeat, GetSpeed etc.
109. Please specify a valid Speed property for the macro.
- Occurs if SetSpeed function is called with an invalid pSpeed
parameter.
110. Please specify a valid Repeat Interval property for the macro.
- Occurs if SetRepeat function is called with an invalid pWaitMin
parameter or with an invalid pWaitSec parameter.
111. Please specify a valid RepeatOnError property for the macro.
- Occurs if SetRepeat function is called with an invalid pContinueonError
parameter.
112. Please specify a valid HH:MM:SS property for the macro.
- Occurs if SetRepeat function is called with an invalid pRepeatHour
or pRepeatMin or pRepeatSec parameter.
113. Please specify a valid Repeat times property for the macro.
- Occurs if SetRepeat function is called with an invalid pRepeatTimes
parameter.
114. Please specify a valid Repeat option property for the macro.
- Occurs if SetRepeat function is called with an invalid pRepeatType
parameter.
115. Cannot find the file <filename> that you want to run.
- Occurs if RunMacro function is called with pFilename parameter
pointing to a file which does not exist.
116. An error occurred while running the macro.
- Occurs if some error occurs while RunMacro function is called.
117. An error occurred in IsPasswordProtected function.
- Occurs if some error occurred while IsPasswordProtected function is
called.
118. Please specify a valid password.
- Occurs if RunMacro function is called with an invalid pPassword
parameter.
119. Error reading the password from the file. Please open a support case at
http://www.tethyssolutions.com/support_form.htm.
- Occurs if RunMacro function is called with pFilename parameter
pointing to a password protected macro and that macro file belongs to a
different version that is not supported.
120. Invalid macro file version.
- Occurs if RunMacro function is called with pFilename parameter
pointing to a macro file that belongs to a different version that is not
supported.
121. Cannot find window or application <name> that was open during recording of
the macro.
- Occurs during the execution of RunMacro function, when a window that was
opened during recording is not found.
122. Please call StopRecording function to stop the recording before saving the
macro using SaveRecording.
- Occurs if SaveRecording function is called without calling StopRecording
function.
123. An error occurred in SaveRecording.
- Occurs if some error occurs while SaveRecording function is called.
124. Invalid
username or key. Please specify the valid username and key provided to you upon
purchase of this product. If you are evaluating the trial version then please
use TrialUsername/TrialKey as your username/key.
- Occurs if RegisterProduct function is called with an invalid pUserName
or pKey parameter.
125. The Operating System is not supported.
- Occurs if the O/S is other than Windows XP, Windows 2000, Windows 2003 and
Windows NT.
126. Cannot run the macro. One macro is already running currently.
- Occurs if RunMacro function is called before completion of the previous
call to RunMacro function.
127. Required files to run the macro not found. Please check the help files to
find the complete list of files you need to include in the distribution package.
- Occurs if required files to run the macro does not exist in the
application path.
128. Turbo Speed option is not available in this version.
- In certain versions of the purchased product, this option is not provided.
129. Could not set the Description for the specified macro <macroname>.
- Occurs if some error occurs while SetDescription function is called.
130. Could not set the Notes for the specified macro <macroname>.
- Occurs if some error occurs while SetNotes function is called.
131. <ExeName> already registered. You have already registered your application
using RegisterApplication function.
- Occurs if RegisterApplication function is called more than one time, in a
process.
132. Please specify a valid Application name to RegisterApplication function.
- Occurs if RegisterApplication function is called and pExeName
parameter passed is empty.
133. An error occurred in SetConfigFile function.
- Occurs if some error occurred while SetConfigFile function is called.
134. Product not registered successfully. Please call RegisterProduct function
before calling any other function.
- Occurs if RegisterProduct function was not called
before calling any other functions.
- Occurs if RegisterProduct was called and the function returned 1, and an
attempt is made to call any other functions.
135. ManageMacros.exe file not found.
- Occurs when the ManageMacros function is called and
the file 'ManageMacros.exe' is not found in the same folder as the application
calling this function.
136.
Another
instance of ManageMacros is running.
- Occurs if ManageMacros function is called when an instance of ManageMacros
is already running.
137. The drive
specified in the Path for MacroFolder in Config.txt file does not exist.
138. Cannot create folder in the specified drive.
- Occurs if SaveRecording function is called with pCreateFolder
parameter is set to 1 and the drive specified in the pFileName
parameter points to an invalid drive or a drive which does not exist.
139. The specified
file <filename> does not exist. Please check the path again.
- Occurs if an invalid or non existent filename is passed to the
functions in which filename is not an optional parameter for e.g. SetRepeat, GetSpeed, SetSpeed, GetRepeat etc.
140. <filename> is
not a valid macro file.
-
Occurs if a filename passed to the functions does not have an extension .wksp,
in which filename is not an optional parameter for e.g. SetRepeat, GetSpeed,
SetSpeed, GetRepeat etc.
141. Cannot Run a
macro if Recording is going on. Please stop the Recording first.
142. Cannot Start Recording when Macro Run is going on.