09-28-2009 10:15 AM
I am trying to read the StationID string variable in TestStand,which holds the computer name. It currently truncates to 14 characters.
How can increase the size?
Thanks in advance.
Solved! Go to Solution.
09-29-2009 01:18 PM
Hi WDLV,
What version of TestStand are you using? I tried this in 3.5, 4.0, and 4.2 and verified that the StationID (RunState.Root.Locals.StationInfo.StationID) was able to contain a name longer than 14 characters. Are you using this method to access the stationID, or something else? Also, are you seeing this with any sequence or just a particular one?
09-29-2009 02:45 PM
09-29-2009 04:14 PM
Hi again, never mind I found out that the Computer NetBios name is limited to 15 characters from within windows.
The problem stems from there and not from TestStand.