Custom Query (122 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 122)

Ticket Resolution Summary Owner Reporter
#69 worksforme Discreminating between calls made by COLTT itself and by PME/PMC michaelhalloran michelpons

Reported by michelpons, 14 years ago.

Description

The issue raised in Ticket#68 makes me feel that there is a need to clear discreminate between calls made by COLTT to obtain additional info in order to display better info in the log and calls made by PME/PMC. COLTT is supposed to trace the interaction between PME and PMCs so this interaction should be clearly delineated. Any call on top of that should be marked differently. The attached log files obtained with COLTT and OATS exemplify that GetCompoundList calls are added by COLTT to the interaction between PME and PMC.

#70 worksforme Multiple log entries about connecting a Port michaelhalloran michelpons

Reported by michelpons, 14 years ago.

Description

I am using a Scilab UO from AmsterCHEM in Aspen Hysys 7.2. In the attached log file obtained with COLTT built of Aug 16, 2010, I see only once: Port <Feed 1> : Call to Connect Port <Feed 1> : Return from Connect - Succeeded

while in the attached screenshot obtaiend with COLTT Viewer, I see this entry repeated a number of times.

#71 fixed PMC mentioned instead of PME for COSESimulationContext michaelhalloran michelpons

Reported by michelpons, 14 years ago.

Description

I am using the NOOperation COUSCOUS UO in Aspen Plus 7.2. Early on in the log I see:

Simulation Context <B1> : Call to get_NamedValueList[1304] Simulation Context <B1> : Error returned from get_NamedValueList - 0x80040509[1304]

In that the NamedValueList property is a property of the ICapeCOSEUtilities class that is implemented as an interface on the PME (Aspen Plus). As it is written in the log, one could think that a call is made on an interface that belongs to the PMC (B1) while the call is made by the PMC on the PME. So the log should be something like:

Simulation Context <PME> : Call to get_NamedValueList[1304] Simulation Context <PME> : Error returned from get_NamedValueList - 0x80040509[1304]

If the name of the PME is not available. Still I think it is available since it is used to name the log file so:

Simulation Context <apmain> : Call to get_NamedValueList[1304] Simulation Context <apmain> : Error returned from get_NamedValueList - 0x80040509[1304]

Could be more logical.

Note: See TracQuery for help on using queries.