Hi, I have a very strange problem. One of our templates is causing issues while editing/ creating a new form entry of that type. It gives the following error:A problem was encountered trying to parse the datacapture.cfg file for type standard_article. Please contact your system administrator.Root cause:Error transforming the body of DOMSOurce.In the code(ipl file) if have found the line that is causing issue, it is the line or iwpt_output("COULD NOT CONNECT DB:". $DBI::errstr . ""); in the below code: use DBI;use lib 'F:/iw-home/custom/adidasGroup/';use AdidasGroupConfig;$dbh = DBI->connect($db_connection_string, $db_user, $db_password,{RaiseError => 0,PrintError => 0,AutoCommit => 1}) or iwpt_output("COULD NOT CONNECT DB:". $DBI::errstr . "");Even if i try to print anything, it gives the same error, and only after removing this line can I edit the template. This code is perfectly working fine in our existing enviornment.Teamsite version we are using is 6.5.Can someone help.Regds