Custom Query (122 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 122)

Ticket Resolution Summary Owner Reporter
#39 fixed Argument of put_ComponentName call not displayed Michael Halloran michelpons

Reported by michelpons, 14 years ago.

Description

I am using the material of Ticket#28. When examining the log obtained with COLTT 1.08.4, I find the following sequence:

Unit <Anonymous> : Call to put_ComponentName Unit <Anonymous> : Return from put_ComponentName - Succeeded Unit <CO1> : Call to get_ports Unit <CO1> : Return from get_ports - Succeeded

My belief is that \"CO1\" is the name that is put on the UO by the call to put_ComponentName so it would be fitting to have it appearing within the log of put_ComponentName such as in:

Unit <Anonymous> : Call to put_ComponentName ComponentName: CO1 Unit <Anonymous> : Return from put_ComponentName - Succeeded

#40 fixed Error log from ResolvePropertyPackage Michael Halloran michelpons

Reported by michelpons, 14 years ago.

Description

While making a test of a Simulis Thermo System Property Package in UniSim Design, I made a mistake entering the IP address of the Simulis license server. Then I got a run involving a Simulis PP in UniSim Design to go wrong while the PP was logged with COLTT. The log shows:

LOG FORMAT

  • Call on a given Object is indicated by 'Object<[Object Name]>: Call to [method name]'. *
  • Input arguments and returned values(if any) are then indicated. *
  • End of the call is indicated by 'Object<[Object Name]>: Return from [method name] - <Success Status>.' *

Log generated by C:
Program Files
Honeywell
UniSim Design R390
unisimdesign.exe Using configuration from C:
Program Files
CAPE-OPEN
COLTT
CAPE-OPENLogs.ini COLTT Version is 1.08.4

ClassFactory : Loading Simulis CAPE-OPEN® Thermo System (1.0) / P.P.M. (1.1) implemented by C:
PROGRA~1
Simulis
THRMST~3.DLL ClassFactory : Created instance of Simulis CAPE-OPEN® Thermo System (1.0) / P.P.M. (1.1) successfully ClassFactory : Logging enabled for Thermo System Simulis CAPE-OPEN® Thermo System (1.0) / P.P.M. (1.1) ThermoSystem <Anonymous> : Call to GetPropertyPackages ThermoSystem <Anonymous> : GetPropertyPackages returns:

Bender-Kiwi-01-07-2009 Boite_froide_CO-1.0

ThermoSystem <Anonymous> : Return from GetPropertyPackages - Succeeded ParameterCollection Parameter Collection Final Release... Simulation Context <Anonymous> : Final Release ThermoSystem <Anonymous> : Final Release ClassFactory : Loading Simulis CAPE-OPEN® Thermo System (1.0) / P.P.M. (1.1) implemented by C:
PROGRA~1
Simulis
THRMST~3.DLL ClassFactory : Created instance of Simulis CAPE-OPEN® Thermo System (1.0) / P.P.M. (1.1) successfully ClassFactory : Logging enabled for Thermo System Simulis CAPE-OPEN® Thermo System (1.0) / P.P.M. (1.1) ThermoSystem <Anonymous> : Call to ResolvePropertyPackage ThermoSystem <Anonymous> : PropertyPackage to be resolved : Bender-Kiwi-01-07-2009

Bender-Kiwi-01-07-2009 is a valid package name

ThermoSystem <Anonymous> : Error returned from ResolvePropertyPackage - 0x8007000e ParameterCollection Parameter Collection Final Release... Simulation Context <Anonymous> : Final Release ThermoSystem <Anonymous> : Final Release

To me it seems that there is no attempt by COLTT to retrieve info on the error. For sure the error code is not a CAPE-OPEN one still...

#42 fixed Change of error message when UO logged Michael Halloran michelpons

Reported by michelpons, 14 years ago.

Description

I am using a UO made at University of Trieste (Trieste HX). The source/installation is provided as attachment. A number of tests had been made with this UO in the past in ProSimPlus, PRO/II or UniSim Design. I think I have a problem getting the UO properly registered. The RegUnit.bat does not work or rather it is RegUnitAsm.exe that seems to fail (folder bin). However, I double-clicked on the RegistrationInfo.reg file and the registry was updated. The HeatExchanger UO appears in COLTT Controller as well as in the list of UOs available to the PME, here ProSimPlus.

When the UO is not logged, when trying to instantiate the UO in ProSimPlus I get the following error message:


ProSimPlus - Sans nom.pmp3


Le module spécifié est introuvable.


OK


I would translate that as \"the specified module can't be found\". Now, when I enable COLTT on the HeatExchanger UO, I get as error message for the same step:


ProSimPlus - Sans nom.pmp3


Access violation at address 774D1404 in module 'ole32.dll'. Read of address 00000000.


OK


while the log file contains:

LOG FORMAT

  • Call on a given Object is indicated by 'Object<[Object Name]>: Call to [method name]'. *
  • Input arguments and returned values(if any) are then indicated. *
  • End of the call is indicated by 'Object<[Object Name]>: Return from [method name] - <Success Status>.' *

Log generated by C:
Program Files
ProSimPlus3
ProSimPlus.exe Using configuration from C:
Program Files
CAPE-OPEN
COLTT
CAPE-OPENLogs.ini COLTT Version is 1.08.4

ClassFactory : Loading HeatExchanger implemented by mscoree.dll ClassFactory : Failed to load mscoree.dll

For sure, the UO is not properly installed. However is it right to have a different error message with COLTT enabled on the UO and with the UO on its own?

Note: See TracQuery for help on using queries.