View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000892 | .NET API | Implementation Bug | public | 2009-10-13 12:27 | 2010-12-20 01:09 |
Reporter | Maciej Zbrzezny (CAS) | Assigned To | Randy Armstrong | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000892: Async Write miss the result if any error occurs | ||||
Description | Steps to reproduce the error: Sample Client -> Create Subscription with readonly items -> call Async Write -> result is S_OK (but we should see E_READONLY) Code: The problem is inside code of the function: Opc.Com.Da.Request.EndRequest (IdentifiedResult[] callbackResults) (file: C:\Program Files\OPC Foundation\NET API 2.00\Source\NET API\COM Wrapper\Da\OpcCom.Da.Subscription.cs): Client handles are compared with Server handles and the result is missed. In the attached file there is proposal of the fix. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-10-13 12:27 | Maciej Zbrzezny (CAS) | New Issue | |
2009-10-13 12:27 | Maciej Zbrzezny (CAS) | File Added: rpt03290.htm | |
2010-12-20 01:09 | Randy Armstrong | Status | new => resolved |
2010-12-20 01:09 | Randy Armstrong | Resolution | open => fixed |
2010-12-20 01:09 | Randy Armstrong | Assigned To | => Randy Armstrong |
2010-12-20 01:09 | Randy Armstrong | Note Added: 0002199 |