Menu

#1188 Performance Counter Creation Incomplete

v3.0
closed
2012-09-15
2008-05-06
No

I have the following wix source:

<util:performancecategory id="user-content-CounterCategoryWebService" name="CardPayment FullRefund Operation" help="Performance counters for the FullRefund operation in the CardPayment service">
<util:performancecounter language="english" name="number of operations executed" type="numberOfItems32" help="number of operations executed">
<util:performancecounter language="english" name="number of operations / sec" type="rateOfCountsPerSecond32" help="number of operations / sec">
<util:performancecounter language="english" name="average time per operation" type="averageTimer32" help="average time per operation">
<util:performancecounter language="english" name="average time per operation base" type="averageBase" help="average time per operation base">
<util:performancecounter language="english" name="time taken per operation" type="elapsedTime" help="time taken per operation">
</util:performancecounter></util:performancecounter></util:performancecounter></util:performancecounter></util:performancecounter></util:performancecategory>

When i install used the msi produced, the Performance category is created successfully, however, each Performance Counter that is created is displayed using what appears to be an internal ID, e.g. 7920, rather than the name I have assigned.

Also the help text does not appear.

I am using v3.0.4014

Discussion

  • Kristen Southward

    Logged In: YES
    user_id=2075273
    Originator: YES

    Note have just tried with nightly 3.0.4102.0 and results were the same

     
  • Rob Mensching

    Rob Mensching - 2008-05-23

    Logged In: YES
    user_id=991639
    Originator: NO

    Problem was that the default language was not being defaulted and not erroring out. Chose to default to 0x09 ("english") rather than error out. That's consistent with rest of the WiX toolset.

     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 15 days (the time period specified by
    the administrator of this Tracker).

     
MongoDB Logo MongoDB