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)
2 metadata CLTs in TS6
gzevin
I've found 2 binaries in <iw-home>/bin on our TS 6.0 installation:
iwmetadata & iwmetatag
As far as I understand, iwmetadata is used by MetaTagger (Retrieves, sets, deletes, and copies subject metadata associated with TeamSite assets.)
The other one is a CLT that inject metadata into HTML files.
When I try to run iwmetadata , I am getting the following error:
gzevin@itucmt3:/usr/iw-home/bin > ./iwmetadata -get /default/main/wwwsport/WORKAREA/sp_state/welcome.htm
ld.so.1: ./iwmetadata: fatal: libiwmtfoundation.so: open failed: No such file or directory
Killed
Does anybody know whether this CLT is supposed to be there, and if so, why I am getting the error.
Greg Zevin, Ph.D. Comp. Sc.
Independent Interwoven Consultant/Architect
Sydney, AU
Find more posts tagged with
Comments
nipper
Don't know about the clts but the error indicates that the CLT cannot find a loadable library named libiwmtfoundation.so (usually ends with some number so.1 etc) try to find that.
You should have an env variable called LD_LIBRARY_PATH which tells solaris where the loadable libraries are, may need to add a directory into that.
(From way back in early solaris days, don't think it has changed much, but it could have)
HTH
ANdy
gzevin
yep, thanks, it worked from command line. Gotta try from within a system-executed script..
however, it does not display metadata, even though it is there, I am getting <metadata/> and that's it
...Ok... found it.. that tool captures only 'subject metadata', so it's pretty useless in what I want to use it for. ...
thanks anyway for your help
Greg Zevin, Ph.D. Comp. Sc.
Independent Interwoven Consultant/Architect
Sydney, AU