how to rectify errors...!
- takoor
- Topic Author
- Offline
- Senior Member
- Posts: 57
- Thank you received: 0
_________________
takoor
Please Log in or Create an account to join the conversation.
- dilip
- Offline
- New Member
- Posts: 8
- Thank you received: 0
these r the steps i followed
...at first i entered username & password and N.
.... after that i entered JED REMOTE.CMD
after that i entered PATH then entered FI.
SYSTEM SHOWS
WRITE_ERROR why it is happening,how to rectify it.
Please Log in or Create an account to join the conversation.
- dilip
- Offline
- New Member
- Posts: 8
- Thank you received: 0
i didn't understand ur replay if u don't mine ,can u explain clearly.
Please Log in or Create an account to join the conversation.
- dilip
- Offline
- New Member
- Posts: 8
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- takoor
- Topic Author
- Offline
- Senior Member
- Posts: 57
- Thank you received: 0
READ THAT. that is to do with permissions.
also ensure that the user you login as has 'administrator' rights.
_________________
takoor
Please Log in or Create an account to join the conversation.
- dilip
- Offline
- New Member
- Posts: 8
- Thank you received: 0
ar: E:g14new 24mbdemombdemo.runlibobjdirSCHZ_2ESEGMENT_2EFIELDS_2ETABLE.o:
No such file or directory
ar: E:g14new 24mbdemombdemo.runlibobjdirSCHZ_2ESEGMENT_2EFIELDS_2ETABLE.o:
No such file or directory
E:g14new 24mbdemombdemo.runjbuild_MingW2.in(RGS_2ETRANS_2ET24INV6.obj)(.text
+0x9):BASIC_0.c: undefined reference to `_chkstk'
E:g14new 24mbdemombdemo.runjbuild_MingW2.in(RGS_2ETRANS_2EYEST2.obj)(.text+0
x9):BASIC_0.c: undefined reference to `_chkstk'
E:g14new 24mbdemombdemo.runjbuild_MingW2.in(RGS_2ETRANS_2EYEST4.obj)(.text+0
x9):BASIC_0.c: undefined reference to `_chkstk'
E:g14new 24mbdemombdemo.runjbuild_MingW2.in(RGS_2ETRANS_2EYEST6.obj)(.text+0
x9):BASIC_0.c: undefined reference to `_chkstk'
0
/ failed , command returned 1
0
regarding
dilip
Please Log in or Create an account to join the conversation.
- dilip
- Offline
- New Member
- Posts: 8
- Thank you received: 0
just now i installed GLOBUS in my p.c. But it is accepting only to users inputter & authoriser.when am creating another user it is showing errors...
FATAL ERROR IN (JOURNAL.UPDATE)
error on commit,Transaction rolled back
AND....
When i am creating enquiry or template these errors or coming...
win32 API ERROR(267)-The directory name is invalid
File 'c:usersjasonsrcjbase44.0.1ctoolsjwinnt.c';line 1400;Get TEMP File name
thanks && regarding
dilip
Please Log in or Create an account to join the conversation.
- dilip
- Offline
- New Member
- Posts: 8
- Thank you received: 0
just now i installed GLOBUS in my p.c. But it is accepting only to users inputter & authoriser.when am creating another user it is showing errors...
FATAL ERROR IN (JOURNAL.UPDATE)
error on commit,Transaction rolled back
AND....
When i am creating enquiry or template these errors or coming...
win32 API ERROR(267)-The directory name is invalid
File 'c:usersjasonsrcjbase44.0.1ctoolsjwinnt.c';line 1400;Get TEMP File name
thanks && regarding
dilip
Please Log in or Create an account to join the conversation.
- raghu
- Offline
- New Member
- Posts: 1
- Thank you received: 0
can u set path for temp file.i.e
if u have any doubt post u r remote.cmd file.
Regard's
raghu
Please Log in or Create an account to join the conversation.
- dilip
- Offline
- New Member
- Posts: 8
- Thank you received: 0
am sending remote.cmd see...
Command->
001 rem set HOME=E:g14new 24mbdemombdemo.run
002 set HOME=E:g14new 24mbdemombdemo.run
003 rem Set up the directory of where jBASE is being run from.
004 rem The JBCRELEASEDIR shows where the executables,
libraries, scripts etc.
005 rem can be found for the particular release you want to run. The
006 rem JBCGLOBALDIR shows where a few of the global constants can be
007 rem found, such as the configuration file for the record locking
008 rem mechanism -- these should be common to all releases running on
009 rem the same system
010 set JBCRELEASEDIR=C:JBASE40
011 set JBCGLOBALDIR=C:JBASE40
012 set JBCRELNO=NT_jbc40
013 rem Set up the shared object file name where we will resolve
014 rem all the calls to subroutines made via.
the CALL @Var() statements.
015 rem The default is $HOME/lib, if you want to use
shared objects other
016 rem than in the default, set up a ;
delimited path of directory names
017 rem and/or object name to search in, by setting the
JBCOBJECTLIST varia
018 rem NOTE: When executing programs the PATH environment
variable is used
019 rem When locating subroutines the JBCOBJECTLIST
environment variable is
020 rem else by default the $HOME/lib directory.
Therefore when cataloging
021 rem that either the default $HOME/bin or $HOME/lib
directories are used
022 rem the executables and shared libraries or else
the environment variab
023 rem .JBCDEV_BIN and JBCDEV_LIB are configured to match PATH
and JBCOBJECTL
024 set JBCOBJECTLIST=%HOME%lib;%HOME%globuslib
025 rem Set up path of where to find data files.
By default if the JEDIFILEPAT
026 rem is not set then files will be looked for first in
the $HOME directory
027 rem if not found then in the '.' current directory.
028 set JEDIFILEPATH=%HOME%
029 rem Set up the path to the SAVEDLIST file
030 set JBCLISTFILE=%HOME%&SAVEDLISTS&
031 rem Set up base directory where we keep the
spooler (default == /usr/jspoo
032 set JBCSPOOLERDIR=%JBCRELEASEDIR%jspooler
033 rem Set up where the MD and SYSTEM files can be found.
034 rem By default, the MD and SYSTEM files are
undefined, so Q pointers
035 rem and other considerations
(such as PQ procs from jsh) will not work.
036 set JEDIFILENAME_MD=VOC
037 set JEDIFILENAME_SYSTEM=%JBCRELEASEDIR%srcSYSTEM
038 rem set JEDIFILENAME_SYSTEM=C:jbbase12006mbdemo.runSYSTEM
039 rem Setup the Unix PATH environment variable.
This variable specifies the
040 rem order in which directories will be search to find the
command line exe
041 set PATH=%JBCRELEASEDIR%in;%PATH%;.;%HOME%in;%HOME%globusbin;
042 REM C:Program FilesMicrosoft Visual StudioCommonMSDEV98in
043 REM ***** Satish, including the Path to the Visual Studio
stuff should NOT
044 rem Set the environment variable JBCDEV_LIB & JBCDEV_BIN. These
045 rem variable will decide the place where the bin
and lib directories
046 rem will reside in your environment. Any development done in jbase
047 rem will be placed into these locations.
If the source being compiled
048 rem is an executable it will be placed into the bin folder
and if it is
049 rem a subroutine it will be placed into a shared library
in the lib folder
050 set JBCDEV_BIN=%HOME%in
051 set JBCDEV_LIB=%HOME%lib
052 rem Tell jBASE where to create the tmp folder that it uses
053 set JBCBASETMP=%HOME% mp_workfile
054 SET TMP=E:g14new 24mbdemombdemo.run
055 rem This variable sets the jBASE emulation to be prime.
056 set JBCEMULATE=prime
057 set JBASE_WARNLEVEL=29
058 set JBASE_INHIBIT_ZERO_USED=1
059 set JEDIENABLEQ2Q=1
060 rem We have now set up all the environment variable
required by jBASE.
061 rem Now run jprofile.bat, which will start GLOBUS.
062 jprofile.bat[/url]
Please Log in or Create an account to join the conversation.
- malai
- Offline
- Platinum Member
- Posts: 508
- Thank you received: 11
Have u installed jBASE successfully?
If yes, how you verified?
Try to create a small jBASE program and try to compile using jbc command.
Then try to compile using EB.COMPILE.
First ensure this.
_________________
M A L A I
Please Log in or Create an account to join the conversation.
- dilip
- Offline
- New Member
- Posts: 8
- Thank you received: 0
i tried some programs,those r working fine.But when i want to compile subrotines and i want to enter any record in customer or any application those errors or triggering.Like SUBROUTINE CALL FAIL..
regards
dilip
Please Log in or Create an account to join the conversation.
- takoor
- Topic Author
- Offline
- Senior Member
- Posts: 57
- Thank you received: 0
backup and then delete globuslib and globusbin
recreate globuslib and globusbin
re-compile all your local routines.
the corruption generally happens when 2 users try to compile at the same time.
_________________
takoor
Please Log in or Create an account to join the conversation.
- ironmaiden
- Offline
- Premium Member
- Posts: 83
- Thank you received: 0
As per my knowledge the remote.cmd need not have these common settings, its only the jGlobus.bat file which should have all these things..
Can u perform the following checks...
a) jshow the routines for which u are getting the errors
b) Check all the environment variables are correct and have values as mentioned in ur remote.cmd.
BR
IronMaiden
_________________
NJOY LIFE TO THE FULLEST
Please Log in or Create an account to join the conversation.