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)
Not able to import file in test index
jiten
hi...
I m new to metatagger... I hav installed Metagger 4.11 on teamsite interwoven 6.5sp1 on win 2003 server...
i hav created a dummy project named "Test" just to chk if its workin properly....i created some nodes...
I build index...now for testing when i enter txt in txt area and click on run test it shows the which are the tags....
But now when i click on import and import an html file....it shows this error..
[MT Studio server]failed to execute "C:\Teamsite\MetaTagger\conf\processors\CLT\filepath.pl" -crackedText "C:\Teamsite\MetaTagger\conf\tmp\577616285328" -originalText "C:\Teamsite\MetaTagger\conf\mtstudio_home\niktest\tmp\31578728.html"
Even if i import some file in civiewer its hows same error
So please help me out with this...
Find more posts tagged with
Comments
Migrateduser
From the looks of it, you have not setup 'runtime.cfg' file in DB_HOME, which has info to tell metatagger on how to run a PERL file(filePath.pl)
For example: a sample file given as 'runtime.cfg.civiewer' will have;
pl
c:\perl\bin\perl.exe
if you have perl in C:\perl\bin, simply rename this file to 'runtime.cfg'.
Nikunj
Thanks....actually i had given a path where my perl.exe is...but the problem was i had not renamed the file correctly....
Thank you...for ur reply it really helpd me...