Still no luck...

Here is my code

code:
$DOMAINUSER="NTCMI\"+$USER
$DN=TranslateName (2, NTCOMM.CONMET.DOM, 3, "$DOMAINUSER", 1)
? $DN[0]

$LDAPVALUE="LDAP://NTCOMM.CONMET.DOM/"+$DN[0]

$USERDETAILS=GETOBJECT("$LDAPVALUE")
? "@error @serror"

$USEROFFICE=$USERDETAILS.GET("OfficeLocations")
? "@error @serror"

? "Office" $USEROFFICE

The line: $USEROFFICE=$USERDETAILS.GET("OfficeLocations") is still returning the error:

CN=MGorretta,CN=Users,DC=conmet,DC=dom
0 The operation completed successfully.
-2147352567 COM exception error "GET" (Active Directory - The Active Directory property cannot be found in the cache.
) [-2147352567/80020009]