Hello there,
I am working on the migration of the old workflows to new workflow modeler. I am facing a problem in loading the class for TPP which is used in DD config.
Old TS version == 6.5
Old OD version == 6.2
New TS version == 7.4.1
New OD version == 7.4.1
I have recomplied the java file (which is called for TPP ) on JDK 6 environment and placed the .class file it under ODHOME/userlib and restarted the OD. When I execute the DD from command line, the logs says it failed to load the class file. class file is not in any package so I have directly put the name of class file.
I have tried to put the class file in a jar and placed it in ODHOME/userlib and restarted OD but it still throws error.
DBD: Attempting to load class: custom_class_name
DBD: ERROR:Unable to load class custom_class_name:Class Not found
Thanks
Rajesh