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)
iwmtdebug –script summary.script generates an error
Developer
iwmtdebug –script summary.script –lang english -db mm_summ -db_home d:\mt-home\conf -dump_xml d:\mt-home\conf\tmp\lcl.txt
The above command generated the following error:
Failed to open 'summary.script' as script
I also tried to name the file as summary.txt and this aslo generates the same error
thanks for the assistance
Find more posts tagged with
Comments
Migrateduser
The
summary.script
should be in the current working directory as well as a valid rack script. Could you post your rackscript?
Developer
Thanks for the replay
The summary. script is saved at the conf folder along with all the db files that have been generated for the index as well as the summary.smf file
Here is my rackscript:
parse -case -ignorenumbers -ignorepunctuation -mode sentence;
summarize -generic -compression 0.1 -globalmax 0.75
Migrateduser
-script is relative to the current working directory, not DB_HOME. If you cd to %DB_HOME%, you should be good.