Custom Query (122 matches)
Results (88 - 90 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#70 | worksforme | Multiple log entries about connecting a Port | michaelhalloran | michelpons |
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 |
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. |
|||
#74 | fixed | Log of error interfaces on Port following Disconnect failing | michaelhalloran | michelpons |
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. |