Re: [foxboro] Running scripts through Exceed DM on XP

Ahmed,
It sounds like the script is running because you mentioned
you get a message in the message line.  I would suggest you
put a trace in the script to see if you get the WELLNO from
the display.  You can do this by adding the following two
lines near the top of the script but not on the first line:

set -x
exec 1> /opt/scriptname.log 2>$1

This will produce a log file, scriptname.log (where
scriptname would typically be the name of the script which
is executing but can be anything), which you can use to see
what is happening while it executes.  

John Kinsley
P&CSD/PCD/PASU
Phone:  966-3-873-0952

-----Original Message-----
From: foxboro-bounce@xxxxxxxxxxxxx
[mailto:foxboro-bounce@xxxxxxxxxxxxx] On Behalf Of Ahmed
Al-Mazrouie
Sent: Wednesday, November 17, 2004 7:54 AM
To: foxboro@xxxxxxxxxxxxx
Subject: [foxboro] Running scripts through Exceed DM on XP

HI List,

I am trying to run a script from Exceed DM on WinXP, but
never got any
success.

The scripts is running fine on local AW/WP.

The script is using two arguments one is DMNAME and other
one is WELLNO.

WELLNO is being entered from Display.

DMNAME is fine as I am getting the Message line on the XDM,
which is part of
the script using "pref" command.

I am at Exceed 7.0 running on XP. The xstart method uses
REXEC (TCP/IP). I
could not use RLOGIN in xstart as the DM is exiting
immediately after
opening on PC.

Can anybody provides some help on this please.

Thanks in advance.

Ahmed

 
 
____________________________________________________________
___________
This mailing list is neither sponsored nor endorsed by
Invensys Process
Systems (formerly The Foxboro Company). Use the info you
obtain here at
your own risks. Read
http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:
http://www.freelists.org/list/foxboro
to subscribe:
mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:
mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 

 
 
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:             http://www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 

Other related posts: