the variable ClientName has been changed ?!

  • Thread starter Thread starter Redg
  • Start date Start date
R

Redg

Guest
Good Morning,

After some experimentations, I found that my environnement
variable "clientName" has been changed. Last week, this variable had given me
the ComputerName for the client who connects with the TS, but now, it gives
me "localhost". So, my problem is that I would like to find a mean that
retreives the compute client name or its ip ? Someone plz help me ?!?
 
RE: the variable ClientName has been changed ?!

Need more info, how are you checking "ClientName" Variable? Are you working
with TS03/TS08?
--
HS


"Redg" wrote:

> Good Morning,
>
> After some experimentations, I found that my environnement
> variable "clientName" has been changed. Last week, this variable had given me
> the ComputerName for the client who connects with the TS, but now, it gives
> me "localhost". So, my problem is that I would like to find a mean that
> retreives the compute client name or its ip ? Someone plz help me ?!?
 
RE: the variable ClientName has been changed ?!

I tested with the TS03 in command line. Normally, I use a command #1 to mount
a USB with samba. But last week, I had a problem on one of my servers. With a
few checks, I found in command line with the command #2 that the command
return "localhost" inside of "S008" (the client computer name).

I just don't know if someone have done some updates :(.


Commande :
#1 : net use u: \\%CLIENTNAME%\USBKEY /user:QWERT 543654gfd /persistent:no
#2 : %clientname%


Redg

"HS" wrote:

> Need more info, how are you checking "ClientName" Variable? Are you working
> with TS03/TS08?
> --
> HS
>
>
> "Redg" wrote:
>
> > Good Morning,
> >
> > After some experimentations, I found that my environnement
> > variable "clientName" has been changed. Last week, this variable had given me
> > the ComputerName for the client who connects with the TS, but now, it gives
> > me "localhost". So, my problem is that I would like to find a mean that
> > retreives the compute client name or its ip ? Someone plz help me ?!?
 
RE: the variable ClientName has been changed ?!

I just tested c:\%clientname% and it did give me the correct remote computer
name. My TS03 fully patched.
--
HS


"Redg" wrote:

> I tested with the TS03 in command line. Normally, I use a command #1 to mount
> a USB with samba. But last week, I had a problem on one of my servers. With a
> few checks, I found in command line with the command #2 that the command
> return "localhost" inside of "S008" (the client computer name).
>
> I just don't know if someone have done some updates :(.
>
>
> Commande :
> #1 : net use u: \\%CLIENTNAME%\USBKEY /user:QWERT 543654gfd /persistent:no
> #2 : %clientname%
>
>
> Redg
>
> "HS" wrote:
>
> > Need more info, how are you checking "ClientName" Variable? Are you working
> > with TS03/TS08?
> > --
> > HS
> >
> >
> > "Redg" wrote:
> >
> > > Good Morning,
> > >
> > > After some experimentations, I found that my environnement
> > > variable "clientName" has been changed. Last week, this variable had given me
> > > the ComputerName for the client who connects with the TS, but now, it gives
> > > me "localhost". So, my problem is that I would like to find a mean that
> > > retreives the compute client name or its ip ? Someone plz help me ?!?
 
Back
Top