- error 1
Invalid set command , might be a typo in your script....
- error
2 Invalid string command ,
check out the syntax....
- error
3 No script or file, check your label or pointer....
- error
4 Invalid time or timing parameter , check the format....
- error
5 Invalid color or color command, peek at color.vue....
- error
6 Script too large , best break it up....
- error
7 Invalid 3270 key - wrong key file for right connection....
- error
8 Key allowed only in 3270 mode - check your emulation....
- error
9 Invalid command - looks like a typo somewhere....
- error
10 Invalid pc-key, dos does not understand this one....
- error
11 Error erasing file, is the floppy write protected?....
- error
12 Invalid PC DOS file id, there are only 8 characters
allowed....
- error
13 File already exists, look into erase or append....
- error
14 Error attempting to rename file, this is DOS error....
- error
15 Error attempting to create file, is the disk write
protected?....
- error
16 Error while attempting to read file, is the file
on the floppy?....
- error
17 Bypassing error detection, data is being seriously
garbled....
- error
18 Retransmitting data to host, the host did not like
data....
- error
19 Requesting retransmission, incoming data is invalid
....
- error
20 Abnormal exit while exiting script, no big whoop!....
- error
21 Found non-sendable character : translated to ?....
- error
22 "?" character encountered upon reception....
- error
23 Printer offline or out of paper, check online status
....
- error
24 Invalid command option, you entered an invalid option
for the command....
- error
25 Printer error, your printer is not responding, check
the cables, online status....
- error
26 Invalid drive specification, do you have a drive
B ?....
- error
27 Label not found, your scripts sub routine does not
exist or named incorrectly....
- error
28 File not found or invalid path name, is the file
where you think it is?....
- error
29 String not found, your script is waiting for something
that does not arrive....
- error
30 Invalid integer, you set a SimPC parameter to a non-alphanumeric
character or....
- error
31 Invalid time, the wakeupat command was entered incorrectly....
- error
32 Must run DOS ver 2 to use this command, does your
DOS support the....
- error
33 Invalid path name or path not found, does the sub
directory exist?....
- error
34 MSC library error not handled, some files have been
corrupted or....
- error
35 Not enough memory, are you shelled out of simpc,
running a BIG script?....
- error
36 Incompatible resident data or environment variable,
install again....
- error
37 Data error in incoming block, associated with error
19 sometimes, ....
- error
38 Cannot modify while hotkey is active, you have a
dos app running in the back....
- error
39 File transfer already in progress, wait until current
transfer ends....
- error
40 Access to DOS not allowed, someone configured your
SimPC to disallow you....
- error
41 Command not allowed while hot-key is active, you
have an active dos shell....
- error
42 Not enough stack space to execute, you call whenevers
from whenever in script...
- error
43 There is no error 43 - this is coming from another
application.!
- error
44 Invalid command syntax, probably a typo in your script,
use command mode....
- error
45 Command line too long, too many parameters passed
in DOS command line
- error
46 Interpreter stack failure, also see error
42....
- error
47 Labels cannot be nested.., to call another script
(label) it must be alone....
- error
48 Invalid operator, SimPCs script language is not C,
"++" and " -- " are no no's....
- error
49 Iffail or ifsucceed cannot be nested, must be on
its own line in a script...
- error
50 Invalid assignment statement, "=" assigns
a string to a variable, not a number, ...
- error
51 String must be true or false, boolean logic must
prevail....
- error
52 String must be numeric, %a = a +1, oops, try %a=%a+1....
- error
53 Division by zero is not allowed, anything/0=0, why
try....
- error
54 Incomplete if or while, hey where is your endif....
- error
55 Label does not exist, hey where is the script you
are calling?....
- error
56 Access to data denied, someone says you are not allowed
here!....
- error
57 Disk is full, time for a bigger hard drive....
- error
58 Disk is read only, oops, better check out the floppy....
- error
59 Disk drive is not ready, is the floppy fully inserted....
- error
60 General input/output error, bad news, scandisk your
hard drive....
- error
61 Could not create new directory, does this sub directory
already exist?....
- error
62 Invalid directory or directory not empty, try attrib
-h to get rid of those....
- error
63 Timed out, Requesting retransmission, hello host,
are you there?, set timeout 0....
- error
64 Invalid incoming SIMPC directive string, really bad
line/connection or....
- error
65 Exceeded DOS or FILEUTIL open files limit, check
FILES in config.sys....
- error
66 Error while closing file, might be related to error
60, DOS is having....
- error
67 Could not locate command.com, check c:\dos for a
command.com....
- error
68 Command line in DOS is too long, shorten it up....
- error
69 - there is no error 69, its coming from some other
app....
- error
70 File SIMUTIL.OVL not found, better re-install SimPC....
- error
71 Invalid compiled script, better recompile the ".sim"
file....
- error
72 - there is no error 72 its coming from another app....
- error
73 Keyboard type not found, is your keyboard an enhanced
101....
- error
74 Data compression not supported by host, disable SimPCs
data comp....
- error
75 Cannot enable data compression, are you set up for
a 3270 connection....
- error
76 Expanded memory unavailable, choose DOS mem manager
in hardware....
- error
77 Extended memory unavailable, choose DOS memory manager
in hardware....
- error
78 Handle dereference failed, your memory manager is
having problems....
- error
79 Invalid translate table format, try issuing the TRANSLATE
command....
- error
80 Duplicate view name, you already have a view by that
name....
- error
81 View not found, where did you place the .vue file?....
- error
82 Can't modify element, addelement command to an already
open view....
- error
83 Duplicate element name, each element should have
a distinct name....
- error
84 Invalid location for element, does the element fit
into your view, check size....
- error
85 Element not found, addelement XXX before setelement
XXX....
- error
86 Too many items in element, no more than 255 characters!....
- error
87 No items in element, setelement ????....
- error
88 Invalid size, you made the view too big or wide for
the screen!....
- error
89 Addview/addelement only allowed in vue file, not
in a ".sim" file....
- error
90 Command not allowed in .vue file, you entered a ".sim"
file command....
- error
91 Data compression failure, disabling, no host compression
support....
- error
92 Simxfer can only run with simpc master, you typed
simxfer on the host with some....
- error
93 Key definition cannot be assigned, did you add the
function key ....
- error
94 Attempted to define more than 32 views, oops no more
than 32....
- error
95 Invalid format for a view resource file, better recompile
the .vue you want....
- error
96 Memory manager error, are you using qemm, emm386,
try disabling to test....
- error
97 Disk cache unavailable, are you using an AT with
no hard drive?....
- error
98 Cannot initialize communications port, check asynchronous
settings....
- error
99 Better give us a call at 613-727-1127, report error
99....
Error 1 :
You will encounter this error running a
script you have written or while in the SimPC Command Mode
(press alt F8). Generally, you have used the syntax of a set
command not supported by your version of SimPC. You should
try to ensure that the endusers you are writing scripts for
will be running the scripts on the same version of Sim
[ Top of SimPC Error
Messages ]
Error 2 :
Make sure there are no typo's in your script
and that there are appropriate spaces between commands and
options. Examples are provided in your reference manual. Also
all string functions are enclosed with [ .... ]
[Top of SimPC Error Messages
]
Error 3 :
In a script or in the SimPC command mode,
you are trying to call another script. You may have mispelled
the name of the script or it does not exist in the sub-directory
you are specifying. Also, if you compiled your script, remember
that the extension of the file is now ".csm" and
not ".sim".
[Top of SimPC Error Messages
]
Error 4 :
With SimPC, you can specify a time INTERVAL
(e.g., delay or pause) from 0 to 2,000,000,000 milliseconds.
Make sure your pause or wait command is within this interval
[Top of SimPC Error Messages
]
Error 5 :
In your SimPC sub-directory, there is a
script called Color.vue. It provides an excellent example
of the colors you can use. However, changing colors for views
is different than changing colors for the emulation screen.
For example, to use the color "bright green" you
would use : "set normunprot bright green" for emulation,
however "bgreen" would be used for a view.
[ Top
of SimPC Error Messages ]
Error 6 :
SimPC reads the entire script(s) during
execution. If you run into this error, your script is just
too long for your computers memory. Break it into 2 or 3 smaller
scripts to reduce the amount of overhead on memory.
[ Top of SimPC Error Messages
]
Error 7 :
See the ascii code mnemonics
in your SimPC manual. You are most likely using the wrong
SimPC Code Mnemonic in your key file. An EBCDIC 3C is a
DC4 in SimPC. If you see this error, you are probably using
a customized key file.
[ Top of SimPC Error
Messages ]
Error 8 :
Check your settings in the Connections
manager. You are trying to talk to a 3270 mainframe using
tty or vt100 emulation. In a script or in command mode (alt
F8), you will want to "set 3270mode on".
[ Top of SimPC Error
Messages ]
Error 9 :
You are trying to define a key
or a function improperly, either you have a typo or are
using the incorrect syntax. Your best bet is to enter the
SimPC command mode (alt F8) and try entering the command
you want there. If the error is eliminated, you can be sure
you did not enter it the same way in your script.
[ Top of SimPC Error
Messages ]
Error 10 :
Like error 9, you are trying
to define a key - however in this case, the key you are
trying to define may not be available for use or you are
using the wrong syntax. At the command mode try define a-o
= msg "help!". Now press alt o. Next put a [ and
] around the msg "help" .... define a-o = [msg
"help"]. The error is gone :: remember the "[...]"
means to execute - thus you had a syntax error.
[ Top of SimPC Error
Messages ]
Error 11 :
You are trying to erase a file
either through a download or simply shelling out to DOS.
Essentially, the file cannot be found. Make sure it is where
you said it is. Secondly, if on a floppy, ensure that the
floppy is not write protected or damaged. This is rare and
usually signifies a problem with the file. Often it is write
protected or has somehow become corrupted...it really is
outside the realm of SimPC's control.
[ Top of SimPC Error
Messages ]
Error 12 :
In Win95, filenames can
be longer than 8 characters with a 3 character extension
separated with a dot. This is not true in dos. Error 12
means you are looking for something DOS does not recognize.
Enter a proper DOS file name.
[ Top
of SimPC Error Messages ]
Error 13 :
You are most likely trying
to download a file. Using the file transfer option panel
(alt f), select append or overwrite in the "If the
file already exists area". You most likely have downloaded
an earlier version of the file in the past.
During a file transfer
(simxfer)-you will encounter this message if you did not
specify the erase option on the command line or in the file
transfer panel options (ALT F). However, if the problem
persists, it generally means that the software on the host
end has been upgraded. Contact your host people and inform
them of the problem. They will need to obtain a new codeword.
[ Top of SimPC Error
Messages ]
Error 14 :
You've run into a snag at the
DOS level. If the file is on a floppy, make sure it is not
damaged or write protected. If on your hard drive, you are
experiencing DOS I/O errors. Better do a scandisk or chkdsk
immediately.
[ Top of SimPC Error
Messages ]
Error 15 :
Same as error 14, exit to DOS
and do a scandisk, chkdisk or some other diagnostic on the
hard-drive or floppy. There is something interfering with
DOS's ability to perform basic input output commands.
[ Top of SimPC Error
Messages ]
Error 16 :
DOS is having trouble trying
to read your file. Make sure it is not on a write protected
floppy. Perhaps you should do a scandisk or chkdsk (any
diagnostic) to ensure the file has not become corrupted.
If you are trying to read from a floppy, make sure it is
fully inserted and you are specifying the correct drive
later.
[ Top of SimPC Error
Messages ]
Error 17 :
Serious interference in the data
transmissions. This error will often be accompanied by many
error 18's and 19's. If a file transfer, reduce the block
size in your file transfer options (alt f). This could be
a bad modem, bad line, lots of noise etc... Also try disabling
your modem compression (see "AT command set" in
your modems manual, try at&k0). You should also slow
down your connection rate, reduce the baudrate option in
"Asynchronous Settings (alt x).
[ Top of SimPC Error
Messages ]
Error 18 :
The host did not like what it
was sent. If this is during a script, disconnect and try
performing a completely manual connection. Perhaps the script
writer used pauses instead of Waitfors in the script and
therefore the timing is off. If all ran OK on a 386 or 486
and now are running on a pentium, try "set charwait
50 (or 100 )" in command mode (alt f8). You may also
want to disable the modems data compression and flow control
(on-off) (e.g. at&k0%c0 - see your modems manual for
"AT COMMANDS"). If logging onto sim3278, try terminal
id of "39" instead of 45. If this is a sudden
"out of the blue" error and you are absolutely
certain nothing has changed on your end - check your host
people. Either the host is overloaded or they have changed
something. (maybe "set timeout 0" in command mode).
[ Top of SimPC Error
Messages ]
Error 19 :
SimPC did not like what it was
sent. If this is during a script, disconnect and try doing
a completely manual connection. Perhaps the script writer
used pauses instead of Waitfors in the script and therefore
the timing is off. If all ran OK on a 386 or 486 and now
are running on a pentium, try set charwait 50 in command
mode (alt f8). Disable the modems compression (e.g. at&k0%c0
- see your modems manual for "AT COMMANDS"). If
logging onto sim3278, try terminal id of "39".
If this is a sudden "out of the blue" error and
you are absolutely certain nothing has changed on your end
- check your host people. Either the host is overloaded
or they have changed something.
[ Top of SimPC Error
Messages ]
Error 20 :
You simply hit the scroll lock
key to cancel a script. No damage has been done, however
if the script is used to set parameters used later on in
your connection, then you may experience further errors
depending on when you cancelled out.
[ Top of SimPC Error
Messages ]
Error 21:
During a file transfer, a non-ascii
character was detected - because of this, SimPC will substitute
the character with a ?. Check the validity of your file,
if binary - specify a binary transfer in the file transfer
panel (alt-f).
[ Top of SimPC Error
Messages ]
Error 22 :
The host did not recognise a
character and therefore translated it to a ? before sending
it off to simpc. Make sure you are specifying the proper
file type (binary vs. text). Also the file may have been
created by a word processor and is therefore a binary file
unless the word processor is told to explicitly save the
file as a text file.
[ Top of SimPC Error
Messages ]
Error 23 :
Some printers use different flags
as online status indicators. SimPC does not know all the
flags for all the printers and therefore sometimes will
issue this error when it cannot determine if the printer
is online. To disable this error message, enter command
mode (alt F8) and type "set chkprint off" or enter
this command in a script. If the problem persists, go to
hardware setup from the Services Panel (alt S) and make
sure you have selected the proper printer port.
[ Top of SimPC Error
Messages ]
Error 24 :
You did not enter an option correctly,
For example, to initiate the baudrate at 9600, use "set
baudrate 9600" NOT "set baudrate = 9600"
These commands are entered in a script or in the command
mode (alt F8).
[ Top of SimPC Error
Messages ]
Error 25 :
If you are using a network printer,
check with the system administrator to ensure the queue
is alive. If you are using a locally attached printer -
check the power, cable, and check that the printer is
online. You should also ensure you have the proper
printer port selected (go to hardware setup from the services
panel - alt S).
[ Top of SimPC Error
Messages ]
Error 26 :
It is highly unrecommended, but
it is possible that the script writer assumed a specific
drive letter that your machine does not support. For example
- if you have an older machine - perhaps you placed your
new high density drive in drive b: and not a:. If the script
tries to save a file to drive a:, you can be sure you will
see an error 26! This error is also encountered during file
transfers. Commonly, users will not specify file reception
locations correctly (check the path for the file you are
receiving in the file transfer panel - alt F).
[ Top of SimPC Error
Messages ]
Error 27 :
In a script you instructed SimPC
to "goto" a specific point (label) - this is often
used to go to a sub routine ( a second script) - however
the section you pointed to in the script cannot be found,
check the name, perhaps you simply mispelled it.
[ Top of SimPC Error
Messages ]
Error 28 :
Go to DOS and see if the filename
or script you specified actually does exist. Perhaps you
simply specified an incorrect sub-directory or file extension
(.sim instead of .csm).
[ Top of SimPC Error
Messages ]
Error 29 :
A script has instructed SimPC
to waitfor or checkfor a specific string (e.g., "userid")
. However, the connection you are using never returns such
a string. You should always perform a connection manually
and note all prompts and solicits before actually coding
a script. This can also occur if your host people have changed
the setup on their end such that a prompt that used to occur
does not appear anymore. You will have to modify your script
accordingly.
[ Top of SimPC Error
Messages ]
Error 30 :
You have specified an integer
beyond the limits of -2,000,000,000 and +2,000,000,000 in
a set command.
[ Top of SimPC Error
Messages ]
Error 31 :
Error 31 is commonly seen when
the "wakeupat" command is utilized in a script
but the proper "hour:minute" format was
incorrectly applied. You will have to edit your script and
correct the formatting for the command.
[ Top of SimPC Error
Messages ]
Error 32 :
You are using an extremely old
version of DOS, probably before ver 2.0. A DOS upgrade is
highly recomended.
[ Top of SimPC Error
Messages ]
Error 33:
The DOS sub-directory specified
either in your script or through your command does not exist.
If it is a simpc file you are looking for, check to see
if you did in fact install simpc in the c:\simpc sub-directory.
You can also check in the simpc services panel (alt S) under
personalizing simpc section. There it specifies the location
of simpc files.
[ Top of SimPC Error
Messages ]
Error 34 :
Something has most likely been
corrupted during your installation Re-install. If the problem
persists then perhaps one of the disks is bad. Contact your
sales rep to have the disks replaced.
[ Top of SimPC Error
Messages ]
Error 35 :
You are simply out of memory
- make sure you do not have another application running
in the background via SimPC's shell to DOS. If you are running
a script, also ensure you did not shell out to DOS and start
another application or instance of SimPC. If not, then the
script may be too large. Try to compile it. If you are still
unsuccessful, the script will have to be broken into smaller
units.
[ Top of SimPC Error
Messages ]
Error 36 :
This can occur when you are trying
to run a module of SimPC with other modules of an older
version. When upgrading, you should not just copy files
from say version 7.1 into the sub-directory for version
6.1 and assume all will be ok. Perform a complete installation.
[ Top of SimPC Error
Messages ]
Error 37 :
During a file transfer with 3287
print or forsimpc, your computer requested a retransmission
of the data from the host. There are bad blocks of data
coming from the host. This could be due to a bad connection.
Reduce block size in the file transfer options (alt f).
Perhaps try connecting at a slower baud rate. Disable the
modems data compression. Look at the suggestions for error
18 and error 19 for further suggestions.
[ Top of SimPC Error
Messages ]
Error 38 :
You are trying to load a driver
perhaps while you have an active DOS shell running in the
background, or are currently in a DOS shell and are trying
to initiate another instance of SimPC. Quit and then type
exit at the DOS prompt.
[ Top of SimPC Error
Messages ]
Error 39 :
You are doing line - by line
file transfer (.e.g, tty). You must wait until the current
file transfer completes before initiating another.
[ Top of SimPC Error
Messages ]
Error 40 :
A script may have issued "set
dosaccess off". You can change this by going to command
mode (alt f8) and issuing "set dosaccess on".
If you are not in a script, then whoever installed simpc
has set dos access off in the personalizing simpc section
of the SimPC services panel. You can access this panel by
hitting (alt s) from the emulation screen or by simply quitting
and restarting SimPC.
[ Top of SimPC Error
Messages ]
Error 41 :
You have a DOS shell active -
press cntrl and the left shift key and then type exit to
kill the DOS shell.
[ Top of SimPC Error
Messages ]
Error 42 :
In a script you have a whenever
loop with other whenevers and scripts nested inside it.
You have to "set whenever recursive" to do such
a thing.
[ Top of SimPC Error
Messages ]
Error 43 :
What other application are you
calling - this is not a simpc error !
[ Top of SimPC Error
Messages ]
Error 44 :
You probably made a typo - this
error means you made a syntax error in the command you are
trying to execute - better get the manual out for this one.
You can test parameter entries and syntax options for commands
by entering them in command mode (alt F8).
[ Top of SimPC Error
Messages ]
Error 45 :
A command line cannot be any
greater than 255 characters. Sometimes script writers may
parse a string to a variable and then try to issue a command
using the variable or variables. Make sure the entire line
is less than 255 characters - also DOS sees a space as a
valid character.
[ Top of SimPC Error
Messages ]
Error 46 :
Better brush up on your DOS.
In the config.sys file, increase the number associated to
FILES. You are not allowing enough files to be opened simultaneously.
[ Top of SimPC Error
Messages ]
Error 47 :
When calling another script using
a lable, it must be on its own seperate line in a script.
[ Top of SimPC Error
Messages ]
Error 48:
The scripting language does not
recognize the double use of operators. For example, "++"
is a no no.
Here is a simple example incrementing an integer variable.
%a=1
%a=[%a+1]
[ Top of SimPC Error
Messages ]
Error 49:
You cannot do this ::
[iffail].....
...[iffail]
iffails and ifsucceeds cannot be nested
[ Top of SimPC Error
Messages ]
Error 50:
In a script, you are trying to
assign a variable to a string using "= =". Use
only one "=" sign.
[ Top of SimPC Error
Messages ]
Error 51:
The function in your script must
return true or false...
[ Top of SimPC Error
Messages ]
Error 52:
The string you are evaluating
is not numeric, do not compare apples to oranges, nor text
strings to integers.
[ Top of SimPC Error
Messages ]
Error 53:
Anything divided by 0 = 0, there
is no need to do this in your script. However you may have
a varible that you believe is numeric but is actually a
string. Performing an arithmetic operation on this variable
may cause the script engine to view the variable as a 0
and cause the error.
[ Top of SimPC Error
Messages ]
Error 54:
Remember to end an if with an
"endif", and a while statement with an "endwhile".
[ Top of SimPC Error
Messages ]
Error 55:
You issued a goto but the label
specified does not exist, better check what you are going
to!
[ Top of SimPC Error
Messages ]
Error 56:
The script is trying to write
to a file that is write protected, hidden etc.. Use the
attrib command in dos to fix the file for your needs.
[ Top of SimPC Error
Messages ]
Error 57:
While downloading, your hard
drive or floppy disk became full. Time to do some cleaning
up and free some space.
[ Top of SimPC Error
Messages ]
Error 58:
You are trying to write to a
read only disk.
[ Top of SimPC Error
Messages ]
Error 59:
Make sure your floppy is inserted
in the drive and/or you are specifying the correct drive.
If a network drive is specified, this error is generated
when the network is down, the network drive is full, or
you do not have read/write access to the network drives(s).
[ Top of SimPC Error
Messages ]
Error 60:
DOS is having trouble with basic
I/O communication with your file. Perhaps it has become
corrupted, its attributes have changed etc.. Do a chkdsk
or scandisk, you will want to test the integrity of the
file and the media it is stored upon.
[ Top of SimPC Error
Messages ]
Error 61:
The "mkdir" command
could not create the new sub-directory you wanted. Make
sure such a sub-directory does not already exist. If accessing
a network drive, ensure you have the proper access and priviledges
to do so.
[ Top of SimPC Error
Messages ]
Error 62:
The "rmdir" command
could not remove the directory you wanted erased. Ensure
the directory exists and is empty. You might need to use
the DOS attrib command to expose hidden files (attrib -h
*.*). Once exposed, you can delete these files thus allowing
you to successfully remove the directory.
[ Top of SimPC Error
Messages ]
Error 63:
The host did not respond in the
time interval specified. Perhaps your waiting time interval
is not long enough (e.g., the host is extremely busy). To
cancel the timeout procedure go to command mode (alt F8)
and enter "set timeout 0" or enter this command
in your script. If your patience level is low, you may want
to contact your host people to make sure the system is up
and running.
[ Top of SimPC Error
Messages ]
Error 64:
SimPC received invalid data.
This error is commonly associated with a noisy connection
or bad line. Have the line checked or try connecting to
the same host with another line. If the problem persists
you can try reducing the baudrate of your connection to
free up some bandwidth on the phone line - perhaps also
try to disable the lapm compression on your modem (e.g.,
AT&K0).
[ Top of SimPC Error
Messages ]
Error 65:
Only three files may be
opened with the [fileutil] function at any one time.
[ Top of SimPC Error
Messages ]
Error 66:
An error occurred while SimPC
was closing a file. Check the integrity of the files and/or
the media upon which the files are being stored.
[ Top of SimPC Error
Messages ]
Error 67:
Ensure that there is a "command.com"
file on your hardrive. Most often it is in the c:\dos subdirectory.
Furthermore, type "path" at the DOS prompt to
ensure the dos sub-directory is listed in your path statement.
If not, you will have to edit your autoexec.bat file and
place the name of the sub-directory containing "command.com"
in the "set path=" line.
[ Top of SimPC Error
Messages ]
Error 68:
Reduce the size of the DOS command
line! Perhaps create a "bat" file to execute a
series of DOS commands if need be.
[ Top of SimPC Error
Messages ]
Error 69 ?
There is no message 69 from
SimPC...
[ Top of SimPC Error
Messages ]
Error 70:
A feature of SimPC called "SIMUTIL.OVL"
was not found. Your installation is the most likely culprit.
Check the integrity of your installation diskettes (e.g.,
scandisk) and re-install the entire package.
[ Top of SimPC Error
Messages ]
Error 71:
The compiled or ".csm"
script is most likely corrupted. Locate the original ".sim"
and run it before compiling to ensure it is OK. Then try
re-compiling it.
[ Top of SimPC Error
Messages ]
Error 72:
You have some other application
running - this is not a SimPC error
[ Top of SimPC Error
Messages ]
Error 73:
If you check your hardware setup
in the SimPC Services Panel (alt S), you will see that the
keyboard type selected does not match yours. If your keyboard
is not an enhanced 101 keyboard, select the 84 key option
or simply enter "set kbdtype std" from the command
mode (alt F8).
[ Top of SimPC Error
Messages ]
Error 74:
You are trying to use datacompression,
however your host end does not support it. Go to command
mode (alt F8) and enter "set datacompress off"
or enter it in your script.
[ Top of SimPC Error
Messages ]
Error 75:
To enable datacompression with
the host, make sure you are in 3270 asynchronous mode. Go
to your connections manager (alt M) and modify your connection
for the proper emulation (3270), and host name/type. An
alternative would be to enter "set 3270mode on"
from the SimPC command mode (alt F8).
[ Top of SimPC Error
Messages ]
Error 76:
Go to the hardware setup in the
SimPC services panel (alt S). You do not have expanded memory
available. Therefore choose DOS as the memory manger.
[ Top of SimPC Error
Messages ]
Error 77:
Go to the hardware setup in the
SimPC services panel (alt S). You do not have extended memory
available. Therefore choose DOS as the memory manaqer.
[ Top of SimPC Error
Messages ]
Error 78:
Your memory manager is having
trouble allocating memory. Go to the hardware setup of the
SimPC services panel (alt S) and select DOS as the memory
manager. If the problem persists, you might want to remark
out the initialization of qemm, or emm386 in your boot up
to see if the problem is stemming from there.
[ Top of SimPC Error
Messages ]
Error 79:
You are using the translate command
however you entered an option incorrectly. You have to know
exactly what you are translating, i.e, ebcdic to ascii.
If using the 3174 option, remember the value of the 3174
character is a hexadecimal value.
[ Top of SimPC Error
Messages ]
Error 80:
You are trying to create a view
that already exists. Try renaming it.
[ Top of SimPC Error
Messages ]
Error 81:
You are trying to open a view
that does not exist or has already been opened but not closed
earlier on in the script. Check the view name and precisely
how you call it.
[ Top of SimPC Error
Messages ]
Error 82:
Most likely in a script, you
opened a view and then tried an "addelement" or
"setelement". The defining characteristics (elements)
of your view must be set before opening it. To enact changes,
you must "closeview".
[ Top of SimPC Error
Messages ]
Error 83:
You have tried to give two distinct
elements in your view the same name.
[ Top of SimPC Error
Messages ]
Error 84:
When you defined the size of
your view, you specified explicit rows and columns. However,
you are now trying to display an element that exceeds the
boundaries you specified. Try increasing your boundaries
or replace the positioning of the element.
[ Top of SimPC Error
Messages ]
Error 85:
You will encounter this error
when you are trying to set an element which has not been
added to the view yet. Preceed setelement with addelement
for each item in your view.
[ Top of SimPC Error
Messages ]
Error 86:
The maximum size for text elements
is 255.
[ Top of SimPC Error
Messages ]
Error 87:
You most likely have an addelement
statement but no setelement statement to specify the items
belonging to the element.
[ Top of SimPC Error
Messages ]
Error 88:
You are trying to make the view
just too large (try less than 80 columns).
[ Top of SimPC Error
Messages ]
Error 89:
You are most likely trying to
use view commands in a script file (".sim"). View
commands are placed in the ".vue" file.
[ Top of SimPC Error
Messages ]
Error 90:
You are using a NON-view command
in a vue file.
[ Top of SimPC Error
Messages ]
Error 91:
Your connection to the host has
detected a problem with the data compression schemes and
has disabled it.. this error just notifies you of this fact.
[ Top of SimPC Error
Messages ]
Error 92:
To use SimXfer file transfer
protocol, you must be using a SimPC "master" version
and not SimPC "async". Enter SimPCs' command mode
(alt F8) and enter "version". The details of your
SimPC version will be displayed on the status line underneath
the panel. If you do have the master version, go to the
command mode (alt F8) and enter "xferopts install"
- this will load SimPCs SimXfer components and ensure you
are set for a SimXfer file transfer.
[ Top of SimPC Error
Messages ]
Error 93:
You must add the function key
to the function key area in your view, otherwise the assignment
will not occur.
[ Top of SimPC Error
Messages ]
Error 94:
You cannot define more than 32
views.
[ Top of SimPC Error
Messages ]
Error 95:
Something has gone wrong with
the view file that you compiled. Best to try it before compiling
and then recompile.
[ Top of SimPC Error
Messages ]
Error 96:
You might have to give us a call
on this one....there is something gone wrong with your memory
manger. You can try disabling the one you load at boot up
to see if the problem is stemming from there....but first
go to hardware setup (alt s) and select DOS as your memory
manger.
[ Top of SimPC Error
Messages ]
Error 97:
This error means that access
to the hard disk is unavailable - wow- you are most likely
crashed and have accessed this web page with another computer...
I imagine a new hard drive is in order.
[ Top of SimPC Error
Messages ]
Error 98:
You have selected a comm port
that your system does not have. From DOS run MSD to see
the commports available. Otherwise, go to your simpc sub-directory
and enter "findcomm r". Now when you start SimPC,
go to hardware setup and ensure that you have the commport
selected that your modem is attached to. If in a script
- hit the scroll lock key until you see "proceed"
in the bottom right of the screen. Now hit (alt X) and ensure
you have the proper commport and commirq settings chosen.
If not, you will have to enter the new ones in your script.
[ Top of SimPC Error
Messages ]
Error 99:
This could be due to faulty installation,
however you are probably experiencing a vast amount of problems,
you better give us a call.
[ Top of SimPC Error
Messages ]