Custom Query (122 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 122)

Ticket Resolution Summary Owner Reporter
#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.

#73 fixed Crash on get_MaterialTemplate michelpons michelpons

Reported by michelpons, 14 years ago.

Description

I am using ChemSep Lite in Aspen Hysys 7.2 while relying on 1.1 Thermo (a COMThermo PP here). I am logging just ChemSep UO when configuring the case. As shown in the attachment, just at the beginning of the Edit method, there seems to be a call to get_MaterialTemplate. With COLTT enabled on ChemSep UO, Aspen Hysys crashes. Without cOLTT enabled on ChemSep UO, there is no crash.

#74 fixed Log of error interfaces on Port following Disconnect failing michaelhalloran michelpons

Reported by michelpons, 14 years ago.

Description

I set up a scenario in Aspen Plus 7.2 where I reload a saved case where a COUSCOUS splitter is configured with three outlets. All ports are connected to streams. During the reload of the case, the call to Disconnect on each of the UO Port fails: \"Error returned from Disconnect - 0x80040501\". I don't see COLTT attempting to call the error handling interfaces on the Port. My understanding is that a Port should implement the error handling interfaces and so could be queried for further information. I attach the log file obtained.

Note: See TracQuery for help on using queries.