| jeremyAK 2005-09-28, 12:06 pm |
| Hello everyone. I'm new to the forums and am hoping someone can assist me with a Clarion problem I've inherited just recently!
I'm trying to chain a program but am receiving the error "Not enough memory to chain"
My systems are running Windows 2000 and we have current users working just fine with this program. When I setup new users on the workstation and map appropriate drives etc, I get the exact same error message regarding memory to chain. However, another user that has been working just fine logs onto that same workstation and no problem at all.
Per other articles I've found, I've checked the TMP environmental variables and changed them to c:\windows\temp
I've also tried removing the /v=0 handle from chain on my new Windows XP machines to see if this will work for them but no go. Here is the batch file my new users are attempting to run, completely identical to the working users:
quote:
@echo off
REM This file is used to run the .EXE files
f:
cd\programs
rem set clavm0=d:\,64,M
rem set clavm1=f:\temp,512
chain adevice /L v=0
set clavm0=
set clavm1=
pause
cls
If there's anything else I can provide please let me know and thank you in advance!
-Jeremy |