Ticket #48 (closed defect: fixed)

Opened 14 years ago

Last modified 12 years ago

No error log on Item from Collection

Reported by: michelpons Owned by: Michael Halloran
Priority: major Milestone: 2.2
Component: COLoggers Version: 1.08.4
Keywords: Cc: michaelhalloran

Description

In PRO/II 8.3 the items of the Port Collection of a Unit Operation has successively called starting at index 0 or index 1. Consequently, if the collection index starts at 1, a call to Item requesting Item 0 returns an error (0x80040501) when for example it is COUSCOUS PropertyTester UO that is used. The log file does not show any attempt by COLTT to interrogate any further the error handling methods of the Port Collection. I thought it was a general practice to do so however.

Change History

comment:1 Changed 13 years ago by michelpons

  • Milestone set to 1.10

comment:2 Changed 12 years ago by michaelhalloran

  • Status changed from new to closed
  • Resolution set to fixed

Fixed by the fix to #74 which was included in the 2.0 release. COLTT can be made to generate calls to error interfaces when any error occurs by adding:

COLTT.AlwaysLogPMCErrors=true

to the CAPE-OPENLogs.ini file

Use

COLTT.AlwaysLogPMCErrors=false

to switch it off.

Note: See TracTickets for help on using tickets.