Vantage - Shopfloor terminals - SOLVED

If the clients are just running MES without any other apps, you can create a logon script for the relevant users as below, that calls
the app and waits for it to close before logging off the user.
Copy the text into something like runmes.vbs, and set it as logon script for relevant users (I put relevant users into a new OU and create a GPO for them, so can restrict access to items in start menu etc.)

I'm running this for some handheld pda barcode scanners, so you'd need to change the run path to use the MES shortcut.

--
set wshShell = wscript.createobject("wscript.shell")
'Run the app

return = wshShell.Run("""D:\Program Files\Epicor Software\Client\client\MfgSys.exe"" -HH /config=liveauto.mfgsys /skipcheck",0,True)

'Run logoff utility
wshShell.Run "c:\windows\system32\logoff.exe"

--



--- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@...> wrote:
>
> Is there any way to get a thin client (that is connected to a server via
> terminal services) to log off or shut down when Epicor MES is exited?
>
>
>
>
> ________________________________
> From: brucewbrannan <bruce.brannan@...>
> To: vantage@yahoogroups.com
> Sent: Wed, 9 February, 2011 20:25:58
> Subject: [Vantage] Re: Vantage - Shopfloor terminals
>
> ÂÂ
> We bought a cheap server for our terminal server. We evaluated WYSE clients but
> found the HPs were better priced. The HPs also come with free software to manage
> them all remotely, including imaging on the fly. Once you get one configured
> properly, you can also back its configuration up to a flash drive, pop in
> another one, and restore it. All you have to do then is change the unit's name
> or customize the RDP ID and/or password if you desire.
>
> Check out the HP t5325 clients. They ran $180 each when we bought them. I think
> I set them up with the kiosk mode, which gave the users no local things to
> click. When you turn them on, they immediately load the RDP client to the
> terminal server. If there's a power outage or interruption, the MES portion
> continues on the terminal server and the thin clients simply resume the RDP
> connection when it comes back online. They work great. Haven't had a problem
> with them and been running for a year now.
>
> They also offer a wireless adapter that can be plugged in to the USB port but we
> haven't tested it.
>
> --- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@> wrote:
> >
> > Hi All
> >
> > Our shopfloor terminals are gradually dying.
> >
> > Originally they were ex-office PCs which we used.
> >
> > We are looking to replace a couple of them and were considering some of these
> > very small form factor units (low budget due to low spec).
> >
> > At present we have Epicor MES installed on the PC directly.
> >
> > An option would be to us TS to a server but it starts getting messy for the
> > users as there are more things to press and more things that can go wrong.
> >
> > What you you use?
> >
> > What would you recommend?
> >
> > Thanks.
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
Thanks.

Whats this bit "/skipcheck",0,True"
Â
I know what the /skipcheck is but what's the 0 True.
Â
Thanks.




________________________________
From: cwm2k10 <chris.m10@...>
To: vantage@yahoogroups.com
Sent: Mon, 28 March, 2011 10:03:55
Subject: [Vantage] Re: Vantage - Shopfloor terminals

Â
If the clients are just running MES without any other apps, you can create a
logon script for the relevant users as below, that calls
the app and waits for it to close before logging off the user.
Copy the text into something like runmes.vbs, and set it as logon script for
relevant users (I put relevant users into a new OU and create a GPO for them, so
can restrict access to items in start menu etc.)

I'm running this for some handheld pda barcode scanners, so you'd need to change
the run path to use the MES shortcut.

--
set wshShell = wscript.createobject("wscript.shell")
'Run the app

return = wshShell.Run("""D:\Program Files\Epicor
Software\Client\client\MfgSys.exe"" -HH /config=liveauto.mfgsys
/skipcheck",0,True)

'Run logoff utility
wshShell.Run "c:\windows\system32\logoff.exe"

--

--- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@...> wrote:
>
> Is there any way to get a thin client (that is connected to a server via
> terminal services) to log off or shut down when Epicor MES is exited?
>
>
>
>
> ________________________________
> From: brucewbrannan <bruce.brannan@...>
> To: vantage@yahoogroups.com
> Sent: Wed, 9 February, 2011 20:25:58
> Subject: [Vantage] Re: Vantage - Shopfloor terminals
>
> ÂÂ
> We bought a cheap server for our terminal server. We evaluated WYSE clients but
>
> found the HPs were better priced. The HPs also come with free software to
>manage
>
> them all remotely, including imaging on the fly. Once you get one configured
> properly, you can also back its configuration up to a flash drive, pop in
> another one, and restore it. All you have to do then is change the unit's name

> or customize the RDP ID and/or password if you desire.
>
> Check out the HP t5325 clients. They ran $180 each when we bought them. I think
>
> I set them up with the kiosk mode, which gave the users no local things to
> click. When you turn them on, they immediately load the RDP client to the
> terminal server. If there's a power outage or interruption, the MES portion
> continues on the terminal server and the thin clients simply resume the RDP
> connection when it comes back online. They work great. Haven't had a problem
> with them and been running for a year now.
>
> They also offer a wireless adapter that can be plugged in to the USB port but
>we
>
> haven't tested it.
>
> --- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@> wrote:
> >
> > Hi All
> >
> > Our shopfloor terminals are gradually dying.
> >
> > Originally they were ex-office PCs which we used.
> >
> > We are looking to replace a couple of them and were considering some of these
>
> > very small form factor units (low budget due to low spec).
> >
> > At present we have Epicor MES installed on the PC directly.
> >
> > An option would be to us TS to a server but it starts getting messy for the
> > users as there are more things to press and more things that can go wrong.
> >
> > What you you use?
> >
> > What would you recommend?
> >
> > Thanks.
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>







[Non-text portions of this message have been removed]
Hi Chris,

both refer to the wshshell command - 0 indicates the window appearance of the script window (hidden in this case),the true parameter tells the script to wait until called program terminates before continuing with the rest of the script - ie the logoff bit..

regards,Chris

--- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@...> wrote:
>
> Thanks.
>
> Whats this bit "/skipcheck",0,True"
> ÂÂ
> I know what the /skipcheck is but what's the 0 True.
> ÂÂ
> Thanks.
>
>
>
>
> ________________________________
> From: cwm2k10 <chris.m10@...>
> To: vantage@yahoogroups.com
> Sent: Mon, 28 March, 2011 10:03:55
> Subject: [Vantage] Re: Vantage - Shopfloor terminals
>
> ÂÂ
> If the clients are just running MES without any other apps, you can create a
> logon script for the relevant users as below, that calls
> the app and waits for it to close before logging off the user.
> Copy the text into something like runmes.vbs, and set it as logon script for
> relevant users (I put relevant users into a new OU and create a GPO for them, so
> can restrict access to items in start menu etc.)
>
> I'm running this for some handheld pda barcode scanners, so you'd need to change
> the run path to use the MES shortcut.
>
> --
> set wshShell = wscript.createobject("wscript.shell")
> 'Run the app
>
> return = wshShell.Run("""D:\Program Files\Epicor
> Software\Client\client\MfgSys.exe"" -HH /config=liveauto.mfgsys
> /skipcheck",0,True)
>
> 'Run logoff utility
> wshShell.Run "c:\windows\system32\logoff.exe"
>
> --
>
> --- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@> wrote:
> >
> > Is there any way to get a thin client (that is connected to a server via
> > terminal services) to log off or shut down when Epicor MES is exited?
> >
> >
> >
> >
> > ________________________________
> > From: brucewbrannan <bruce.brannan@>
> > To: vantage@yahoogroups.com
> > Sent: Wed, 9 February, 2011 20:25:58
> > Subject: [Vantage] Re: Vantage - Shopfloor terminals
> >
> > ÂÂÂ
> > We bought a cheap server for our terminal server. We evaluated WYSE clients but
> >
> > found the HPs were better priced. The HPs also come with free software to
> >manage
> >
> > them all remotely, including imaging on the fly. Once you get one configured
> > properly, you can also back its configuration up to a flash drive, pop in
> > another one, and restore it. All you have to do then is change the unit's name
>
> > or customize the RDP ID and/or password if you desire.
> >
> > Check out the HP t5325 clients. They ran $180 each when we bought them. I think
> >
> > I set them up with the kiosk mode, which gave the users no local things to
> > click. When you turn them on, they immediately load the RDP client to the
> > terminal server. If there's a power outage or interruption, the MES portion
> > continues on the terminal server and the thin clients simply resume the RDP
> > connection when it comes back online. They work great. Haven't had a problem
> > with them and been running for a year now.
> >
> > They also offer a wireless adapter that can be plugged in to the USB port but
> >we
> >
> > haven't tested it.
> >
> > --- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@> wrote:
> > >
> > > Hi All
> > >
> > > Our shopfloor terminals are gradually dying.
> > >
> > > Originally they were ex-office PCs which we used.
> > >
> > > We are looking to replace a couple of them and were considering some of these
> >
> > > very small form factor units (low budget due to low spec).
> > >
> > > At present we have Epicor MES installed on the PC directly.
> > >
> > > An option would be to us TS to a server but it starts getting messy for the
> > > users as there are more things to press and more things that can go wrong.
> > >
> > > What you you use?
> > >
> > > What would you recommend?
> > >
> > > Thanks.
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
We are using a GPO to force IE to use a bad proxy - only problem is, it's taking up to 2 minutes before MES comes up for a log in.

If I take the user out of the container with the GPO or log in as myself, MES pops right up.

I did notice in the config file there are https links . I removed those URLs, leaving "" for the path. No change.

You mentioned in an earlier post to force the same GPO we are - curious if you enforced it... and if you did, were the users seeing long delays before MES launched afterwards?

Jenn

--- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
Force IE to use a bad proxy instead. No browsing, without all the annoyance of broken DNS.
There are also simple tools available to do process blacklisting.
Right now, I'm looking at HP's running Thin Pro OS. No windows licensing fees make for a cheap box ($250).

No moving parts and it logs into our Term Server.

You can download a virtual machine and try it in your environment here:
http://www.hp.com/sbso/busproducts-thinpro.html


So far, no issues on my end.
Mike