Troubleshooting a specification file

If you have a specification file that is incorrect or corrupt, you may want to troubleshoot it using an XML editor. One possible cause is an incorrect path to the IntegratedTemplateSpec.dtd file in the XML for your form specification. You can fix this problem by following this procedure:

1.
Navigate to the \tools\admin\form_editor directory under your Unica Marketing Operations installation.
2.
Extract IntegratedTemplateSpec.dtd from uapformeditor.jar.
*
Windows - You can use an application like WinZip® to extract the file
*
UNIX - You can run the command jar xvf
3.
For example, assume you saved the file to the following path:
c:/Unica/MarketingOperations/dev/MarketOps8.0/template_editor/src/com/unica/uap/
template/IntegratedTemplateSpec.dtd
You need to replace the following code in the specifications file:
<!DOCTYPE TemplateSpecSYSTEM"classpath:/com/unica/uap/template/IntegratedTemplateSpec.dtd">
with this code:
<!DOCTYPE TemplateSpec SYSTEM“c:/Unica/MarketingOperations/dev/MarketOps8.0/template_editor/src/com/unica/uap/template/IntegratedTemplateSpec.dtd”>


IBM Unica Marketing Operations
 
8.5.0
For more information, see our support and community site: Customer Central