Home
TeamSite
TeamSite, LiveSite and OpenDeploy
extended attributes are not collected into $asso_files variable
catorarn
TS65SP1/Solaris8
Hi all,
I am migrating a win32 working functionality in perl on a save of a form onto solaris and then this functionality breaks. This is the description of the problem.
In a presentation template the following metadata is set:
TeamSite/Metadata/asso_files
This is done via this line in the tpl:
$cmd = qq($iwhome/bin/iwextattr -s TeamSite/Metadata/asso_files=$asso_files $wa$output_file);
$rc = `$cmd`;
where $iwhome,$asso_files,$wa and $output_file are all certainly populated before the command executes.
We see that this command is working on our existing windows2k environment, but now that we moved the tpl over onto solaris8, TeamSite cannot do this in the UI, while iwpt_compile.ipl does work on the command line.
Does anyone have suggestions on how to run this command successfully in TeamSite on solaris?
regards,
catorarn
Find more posts tagged with
Comments
There are no comments yet