Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
iwextattr problem
Saif
I am trying to view the the extended variables for a file. I used the CLT iwextattr but it keep saying "Error:02006: Error locating Y:\default\main\path\testfile.html "
The command that I typed is -
iwextattr -l y:\default\main\path\testfile.html
The path to the file is correct. Any idea why it keep saying error locating file?
Find more posts tagged with
Comments
james1
As has been mentioned previously in these forums, there is a distinction between
file system paths
and
TeamSite vpaths
. Most TeamSite CLT's want vpaths, but, as a convenience, many CLT's often work just fine with file system paths. But when file system paths are giving you trouble, you should try giving the CLT a proper vpath.
-- James
--
James H Koh
Interwoven Engineering
Migrateduser
This command expects a vpath, not a file path.
Try iwextattr -l /default/main/path/testfile.html
Brinko Kobrin
Interwoven Staff Engineer
Saif
It worked. Thank you very much.