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)
DD Problem in invoking External Tuple Processor
Pavan
Data Deploy doesn't invoke External Tuple Processor class which is used to proces the tuple before inserting into database.
I am using all the current versions of Interwoven products on windows.
I am using DAS.
I am foillowing as per the instructions.
Any insights ??
Thanks in advance !!
Pavan
Find more posts tagged with
Comments
Migrateduser
If you are using DAS mode, you must have added the <external-tuple-processor> tag and its attributes after _dd.cfg file was generated. the class-name attribute should be set to the fullyqualified name of the class., i.e. with the package name. for example, com.interwoven.****.****.MyTupleProcessor
Create a standlalone configuration file, setup the TPP and see if everything is ok. Make sure you add the jar file to iwdd.ipl script. The jar file should have been copied to ddhome/lib and appropriate entry should have been added to the list of jar files in iwdd.ipl.
And, do you see any error message in the log file? Like unable to load the class etc?
Pavan
I am doing everything as you have described like adding jar and adding fully qualified classname. also, i don't see any error messages in logs.
I am checking logs in /iw_home/local/logs/
Is there any other place i should check logs for ?
Thanks in advance !!
Pavan
Migrateduser
can you post the following files or send them through private email to me?
-- iwdd.ipl
--DD config file (since you are using DAS, the _dd.cfg file for the template type)
-- your .jar file that contains the tuple processor that you wrote
--a sample DCR that you were trying to deploy for the template type