chingi
29th September 2003, 14:48
I was getting above error, after running followiing script. only tools tables got registered. when the script cane to executer the
tbase6.1 command for the tables for live company it gave error as
There is not enough memory available now.
Please let me know what could be the issue. or which parameter I should change.
the script what i used is as
for i in `cut -f3 -d":" $BSE/lib/isamdef6.1 |sort -u | sed 's/\/#//'`
do
for j in `find $i -name "*.bid" -print | sed 's/.bid//'`
do
tbase6.1 R r $j
done
done
Regards
Chingi
tbase6.1 command for the tables for live company it gave error as
There is not enough memory available now.
Please let me know what could be the issue. or which parameter I should change.
the script what i used is as
for i in `cut -f3 -d":" $BSE/lib/isamdef6.1 |sort -u | sed 's/\/#//'`
do
for j in `find $i -name "*.bid" -print | sed 's/.bid//'`
do
tbase6.1 R r $j
done
done
Regards
Chingi