SeanHoppe.com > CLEO Tips > Cleo EDI Integrator > CRTAPPDTA - Monitor for Error Messages (MONMSG)

CRTAPPDTA - Monitor for Error Messages (MONMSG)

25th September 2014

CRTAPPDTA is used on a daily basis by most EXTOL EDI Integrator (EEI) clients. Monitoring for error messages should not be difficult and can allow users to perform certain actions if an error does occur.

Below are the error messages we can monitor for:

Error msg: UEX0029
Severity: 20
Description: Log of message not found
Error msg: UEX0033
Severity: 20
Description: Trading partner message class not found
Error msg: UEX0035
Severity: 20
Description: Trading partner not found
Error msg: UEX0109
Severity: 20
Description: Trading partner group not found
Error msg: UEX0121
Severity: 20
Description: Log of application data not found
Error msg: UEX0122
Severity: 20
Description: Log of application data already exists
Error msg: UEX0124
Severity: 20
Description: Application file set not found
status for translation
Error msg: UEX0196
Severity: 20
Description: Translation job not created
Error msg: UEX0288
Severity: 40
Description: Trans job &9/&8/&7 could not find master job &11
Error msg: UEX0336
Severity: 20
Description: Application file set &1 type &2 is invalid
Error msg: UEX0502
Severity: 20
Description: Application data log override not found
Error msg: UEX0503
Severity: 20
Description: Application data log override already exists
Error msg: UEX0507
Severity: 20
Description: Group and interchange envelope logs not created
Error msg: UEX0547
Severity: 20
Description: Cannot create envelope logs-another job must finish
Error msg: UEX0606
Severity: 20
Description: At least one send conn ended in error-see previous
Error msg: UEX9899
Severity: 40
Description: Error occurred during processing of command
Error msg: Y2U0004
Severity: 20
Description: Database operation failed (see previous messages)
Error msg: Y2U0009
Severity: 20
Description: Change or delete op could not find requested rcrd
Error msg: Y2U0021
Severity: 20
Description: Call to program ended in error


By: on
load('http://www.seanhoppe.com/EXTOL-Blog-Feed2/'); $feed2 = array(); foreach ($rss2->getElementsByTagName('item') as $node2) { $item2 = array ( 'title' => $node2->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node2->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node2->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node2->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed2, $item2); } $limit2 = 5; $rss3 = new DOMDocument(); $rss3->load('http://www.ebithree.com/EBIThree-RSS/'); $feed3 = array(); foreach ($rss3->getElementsByTagName('item') as $node3) { $item3 = array ( 'title' => $node3->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node3->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed3, $item3); } $limit3 = 5; $rss4 = new DOMDocument(); //$rss4->load('http://www.ebithree.com/EBIThree-RSS/'); $rss4->load('http://www.ebiworld.com/EBI-Feed/'); $feed4 = array(); foreach ($rss4->getElementsByTagName('item') as $node4) { $item4 = array ( 'title' => $node4->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node4->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed4, $item4); } $limit4 = 5; echo ' '; ?>