SMS: OS/2 Client Trap 000d in CLI_OS2Last reviewed: February 18, 1998Article ID: Q163483 |
The information in this article applies to:
SYMPTOMSSome OS/2 Warp and OS/2 2.11 clients may receive the following message when running the Smsls.cmd or Runsms.cmd files:
Sys 1811 The process has stopped. The software diagnostic code (trap#) is 000DThey may also receive OS/2 messages SYS3186 and/or SYS3175.
CAUSEThere is a section of the Smsls.cmd and Runsms.cmd files that checks for necessary environment space on the client. When this check is in the .cmd files, the computers generate the error. When the check is removed, the computers function normally.
WORKAROUNDNOTE: The following workaround removes the test for environment space. If this file is run on a computer with too little environment space, you may receive other error messages. To work around this problem, remark out the following lines from the Smsls.cmd, and/or the Runsms.cmd files:
REM Check to see if you can save the path and reserve the necessary REM environment space before continuing. set SMS_P=%PATH% set SMS_TEMP=123456789012345678901234567890123456789012345 if %SMS_TEMP%==123456789012345678901234567890123456789012345 goto FIND_OS goto LOW_ENV |
Additional query words: prodsms OS2
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |