I am trying to invoke the Mediabin ECM connector via our templates to create multiple thumbnail sizes of 1 assets. i also need to set these paths as EAs on the dcr
1) i can get the import to work with a tpl, but we arent using preview/generate.
[HTML]
[/HTML]
2) so im trying to invoke the pt via a callserver/tpl, but its not allowing me due to missing a session string?
[HTML]function updateAssets() {
var params = new Object();
params.dcrPath = IWDatacapture.getDCRPath();
IWDatacapture.callServer("/iw-bin/iw_cgi_wrapper.cgi/setAssets.ipl", params, false);
}[/HTML]
[HTML]#!d:\interwoven\teamsite\iw-perl\bin\iwperl
use CGI;
my $in = new CGI;
my $iw_home = 'd:/interwoven/teamsite';
system(qq($iw_home/bin/iwpt_compile.ipl -pt \\Csdcmsadm01\default\main\common\WORKAREA\Content\templatedata\PR\SuccessStories\presentation\html.tpl));[/HTML]
[HTML]
TeamSite:

T::iwov_import_mediabin: Could not obtain a session string
[/HTML]