Thanks for the quick replies chaps

Rene, have you defined the routing "stats" on statserver, or am I correct in thinking they will be created/deleted on an ad-hoc basis after at least one interaction has taken place (and checked/started the stat accumulating data).. ??
Here are 3 particular defined statistics on IRD I am using :
Category - AverageTime
(Queue/Routing Point Statistic)
Subject - DNAction
Interval - Last Calls 10
Filter - Blank (none selected)
Time Range - N/A
Mask - Active
Selection - CallAnswered
Category - EstimTimeToEndCurrentNumber
(Queue/Routing Point Statistic)
Subject - DNAction
Interval - Last Seconds 600
Filter - Blank (none selected)
Time Range - N/A
Mask - Active
Selection - CallWait
Category - ServiceFactor1
(Queue/Routing Point Statistic)
Subject - DNAction
Interval - GrowingWindow
Filter - Blank (none selected)
Time Range - Left 0, Right 20
Mask - Active
Selection - CallAbandoned, CallAnswered, CallAbandonedFromRinging
To call SData, I am initially building a variable "strFull_Object_Name" check first
e.g : Cat[Cat['VQ_&ExampleName@', strStatsServerName],'.Q']
Then doing the check like this :
SData[strFull_Object_Name,'StatExpectedWaitTime']
The reason I am having to use varibles is that we have more than one URS and more than one StatServer.
I have tried building the object manually, choosing the VQ and statserver from the list (forcing my call through one URS/Statserver) but to no avail.
I have requested some fresh logs, shouldn't be too long.