DX NetOps

  • 1.  Issue generating events with Variables in Spectrum via Web Service for Event ID: 0xfff0021a

    Posted Nov 21, 2016 01:50 AM

    I have been trying to generate event on OneClick via Web Service. It is working with me. But when I give eventID in range of 0xfff12345 (like 0xfff0021a) it's not working properly gives me following as response

     

    For input string: "fff0021a".

     

    No matter how many events I give in 0xfff------ range, it is always returning this. But it works for 0xff123456 range.

     

    I checked the length and filter in xsd file as well.

    1. Its unsigned long and

    2. regex pattern also fulfill it.

    I tried changing length of string as well in xsd file, but it didn't work.

     

    <xs:simpleType name="numeric-id-type">
          <xs:union>
             <xs:simpleType>
                      <xs:restriction base="xs:unsignedLong">
                      </xs:restriction>
          </xs:simpleType>

          <xs:simpleType>
                   <xs:restriction base="xs:string">
                      <xs:pattern value="0x[0-9a-fA-F]{1,8}"/>
                </xs:restriction>
             </xs:simpleType>
       </xs:union>
    </xs:simpleType>

     

    Does it have to do anything with events in custom folder in $specroot/custom folder? or I have to bring custom events i.e. 0xfff_______ to $specroot/SS/CsVendor ??



  • 2.  Re: Issue generating events with Variables in Spectrum via Web Service for Event ID: 0xfff0021a
    Best Answer

    Broadcom Employee
    Posted Nov 21, 2016 07:25 PM


  • 3.  Re: Issue generating events with Variables in Spectrum via Web Service for Event ID: 0xfff0021a

    Posted Nov 22, 2016 01:37 AM

    Thanks Silvio, I got the idea.

    But within thread it is mentioned in few comments that it works on 10.1.

    I have 10.1 as well and I tested on it, but it didnt work and give me same error as for 9.x.

     

    Regards

    Sajid



  • 4.  Re: Issue generating events with Variables in Spectrum via Web Service for Event ID: 0xfff0021a

    Posted Nov 22, 2016 03:47 AM

    Hi Sajid,

     

    Please open a case with CA Support for this problem.

    As far as I am aware, this has not been addressed in Spectrum 10.1



  • 5.  Re: Issue generating events with Variables in Spectrum via Web Service for Event ID: 0xfff0021a

    Broadcom Employee
    Posted Nov 22, 2016 05:24 AM

    Hi Sajid,

    The following community idea is still under review:

    RESTful API supports 64bit data values