-
Notifications
You must be signed in to change notification settings - Fork 6
Troubleshooting
phantasm4489 edited this page Jun 25, 2018
·
2 revisions
Problem |
---|
ACP will not start. |
- Make sure ACP is being run from the startup-sequence or WB
- Goto an AmigaDos shell, go to the directory where the command is located and type ACP, this should give you an error message indicating that perhaps a file is missing. |
- Be sure that you have the ICON in the same directory as the Main Program
Problem |
---|
Express will not start, but ACP will. |
- Make sure that if you are using a batch file to execute express that the batch file has a 's' bit assigned to it, ie:
PROTECT S:BBS.Startup +s
^
|
batch filename
- Goto the directory in which express exists and type from a shell:
Express 0
^
|___ (node number)
This should tell you why the program is not running.
Problem |
---|
ACP and EXPRESS run but express gurus every time someone enters the msgbase scan. |
- The stack size of express is not getting set. You must have a stacksize of 50000 for this to work.
Problem |
---|
ACP comes up but there is no NODE buttons. |
- Make sure the statement: NUMBER_OF_NODES x exists, where should be replaced with the number of nodes you are going to have.
Problem |
---|
My modems will not initialize |
-
Make sure the UNIT statements reflect the correct UNIT number.
-
Make sure the DEVICE_NAME is correct.
-
Make sure you have aMODEM_INIT string in the MODEM ICON.
Problem |
---|
In the CALLERSLOG: Error Reading MsgBase Pointer is listed |
- Make sure you started the CONFDB Utility the Right way: 1> CONFDB BBS:CONF/ <max.Usernumber>
- Make sure CONF.DB is in each conference you have.
- Make sure that the Usernumber you choose in the creating of CONF.DB is not lower than the actual one.
Original 3.36 Documentation written by Jens Langner (/X DocWriter). Original 4.0 Documentation written by The Outlaw (Andy). Updated in 2018 to include many previously undocumented v4.0 features and also to include the new v5.x configuration options by Darren Coles
-
Ami-Express-BBS-Software
- Introduction
- Copyright Information
- Requirements
- Ami-Express Version 5
- Installation of AmiExpress
- How to install Configs
- How to configurate Startup
- Setting up the /X FTP Server
- All ToolTypes Information
- The Standard Documentation
- Programlogic of AmiExpress
- Main Menu Commands
- SysCmd Documentation
- AmiExpress HOST Addresses
- MCI imbedded Control Sequence
- Connecting to QWK and FTN message networks
- Notable Features
- Note worthy of Mention
- Offline Mail Support
- Icon Script Language Support
- Trouble Shooting
- Future planned Enhancements