bumerang
10th June 2002, 17:10
Hi
We use Hp-UX11/baan4c3. bshcmd6.1 was not correct working any time.
where can I find this program .
thanks
nizamudeen
10th June 2002, 17:43
Hi bumerang
Can you explain what is the exact problem ? We have HP -UX11.0/ Baan IVc4. It is working fine.
bshcmd6.1 will be under $BSE/bin
Regards
bumerang
10th June 2002, 18:15
Hi nizamudeen
I can to take bshcmd6.1 -? user usage and bshcmd6.1 -v (version Ýnfo) , But not working other options Example;
...
boytas:/home/hamdi#bshcmd6.1 -m -l 25669
boytas:/home/hamdi#
...
boytas:/home/hamdi#bshcmd6.1 -p -s -w 10 25669
boytas:/home/hamdi#
...
this command running after, nothing is return
Hamdi GULSOY
victor_cleto
10th June 2002, 18:42
Have you tried the same commands with several bshell's PIDs, eg., really "active" bshells?
bumerang
11th June 2002, 08:17
I tried bshcmd6.1 command with several bshell's PIDs.
{
b1scn5 3879 629 0 08:08:39 ? 0:01 bshell (b1scn5@b1scn5:-207945/SOCKET) -1 545 0 1
boytas:/home/hamdi/scripts#bshcmd6.1 -m 29255
boytas:/home/hamdi/scripts#bshcmd6.1 -m 3879
}
I'm sure active bshell.
-rwxr-xr-x 1 bsp bsp 514607 Jan 11 21:13 bshcmd6.1
Above, we have used bshcmd6.1 file. Do you think is this file about mistake and not curent?
Bertram
11th June 2002, 16:56
Hallo bumerang,
use the -u Option:
Your Try: bshcmd6.1 -s -p -u5 -w5 13153
Better working:
bshcmd6.1 -s -p -u5 -w5 13153
best regards
Bertram
norwim
12th June 2002, 12:11
Just a guess:
are your environment variables set up correctly?
$PATH seems ok, otherwise you couldn`t execute the program at all.
What about $BSE and $BSE_TMP? (The latter could give you trouble if not set, as the process-list is saved in a file in the Baan temp directory)
good luck
Norbert
bumerang
14th June 2002, 14:57
Problem is solved , Thank you for felp