EBIworld.com > EBI/Clarify Tips > EXTOL Business Integrator - Set-up DEBUG mode to find errors

EXTOL Business Integrator - Set-up DEBUG mode to find errors

TAGS: EXTOL customization / EXTOL logs / EXTOL Business Integrator /


If WARNING or ERROR mode does not help find an issue in EXTOL Business Integrator (EBI) then DEBUG mode might be needed..

One: To turn on DEBUG MODE, select “Presences” from FILE drop-down menu

image

Two: Choose the “Logging” option on the left. Click on the Debug radio button. Note: Remember to change back the option to ‘Warning’ or 'Error’ when done debugging.

image



Copyright 2013 @ www.seanhoppe.com


By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.