- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- Unable to logon to Jbase - Error 123
×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
Unable to logon to Jbase - Error 123
- Adam
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
16 years 9 months ago #267
by Adam
Unable to logon to Jbase - Error 123 was created by Adam
I installed Windows jbase few days back and it worked fine for 5 days. Since then I am getting error while trying to login. The remote.cmd runs fine till jprofile.bat is called and failed with the following error:
'
c:\T24\bnk\bnk.run>set /P START.GLOBUS='START GLOBUS Y/N='
START GLOBUS Y/N=Y
c:\T24\bnk\bnk.run>if /I 'Y' EQU 'Y' (
jsh - -c EBS.TERMINAL.SELECT
jsh - -c EX
) else (C:\C:\jbase5\5.0\bin\jsh - )
jBASE: Error 123 while creating a user object
MutexLock: Error: Result 128, Error 0
jBASE: Error 123 while creating a user object
MutexLock: Error: Result 128, Error 0
'
Need your help and thanks in advance.
Adam
'
c:\T24\bnk\bnk.run>set /P START.GLOBUS='START GLOBUS Y/N='
START GLOBUS Y/N=Y
c:\T24\bnk\bnk.run>if /I 'Y' EQU 'Y' (
jsh - -c EBS.TERMINAL.SELECT
jsh - -c EX
) else (C:\C:\jbase5\5.0\bin\jsh - )
jBASE: Error 123 while creating a user object
MutexLock: Error: Result 128, Error 0
jBASE: Error 123 while creating a user object
MutexLock: Error: Result 128, Error 0
'
Need your help and thanks in advance.
Adam
Please Log in or Create an account to join the conversation.
- msurii
- Offline
- Premium Member
-
Less
More
- Posts: 89
- Thank you received: 1
16 years 9 months ago #268
by msurii
Check your REMOTE.CMD file from bnk.run for the below configuration
001 set HOME=c:\T24\bnk\bnk.run
002 set JBCRELEASEDIR=C:\jbase5\5.0
The last line should be like
027 jprofile.bat
Change your jprofile.bat file as one shown below and then try
jprofile.bat
001 @echo off
002
003 set START.GLOBUS=N
004 set /P START.GLOBUS='START GLOBUS Y/N='
005 if /I '%START.GLOBUS%' EQU 'Y' (
006 jsh - -c EBS.TERMINAL.SELECT
007 jsh - -c EX
008 ) else (
009 %JBCRELEASEDIR%\bin\jsh -
010 )
Replied by msurii on topic Check REMOTE.CMD & jprofile.bat
Check your REMOTE.CMD file from bnk.run for the below configuration
001 set HOME=c:\T24\bnk\bnk.run
002 set JBCRELEASEDIR=C:\jbase5\5.0
The last line should be like
027 jprofile.bat
Change your jprofile.bat file as one shown below and then try
jprofile.bat
001 @echo off
002
003 set START.GLOBUS=N
004 set /P START.GLOBUS='START GLOBUS Y/N='
005 if /I '%START.GLOBUS%' EQU 'Y' (
006 jsh - -c EBS.TERMINAL.SELECT
007 jsh - -c EX
008 ) else (
009 %JBCRELEASEDIR%\bin\jsh -
010 )
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- Unable to logon to Jbase - Error 123
Time to create page: 0.033 seconds