Latest post Mon, Jun 21 2021 2:21 PM by nbcnydpsengineering. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • Mon, Jun 21 2021 2:21 PM

    SOAP API Calls are timing out

    API Calls using the following query are timing out even though there are not that many records:
     
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://avid.com/interplay/ws/assets/types" xmlns:typ1="http://avid.com/interplay/ws/archive/types">
    <soapenv:Header>
    <typ:UserCredentials>
    <typ:Username>MAAdmin</typ:Username>
    <typ:Password>B04Admin</typ:Password>
    </typ:UserCredentials>
    </soapenv:Header>
    <soapenv:Body>
    <typ1:Search>
    <typ1:InterplayPathURI>interplay://WG-05-SGL/</typ1:InterplayPathURI>
    <typ1:SearchGroup Operator="AND">
    <typ:AttributeCondition Condition="GREATER_THAN">
    <typ:Attribute Group="SYSTEM" Name="Creation Date">2012-01-01T00:00:00.000-0500</typ:Attribute>
    </typ:AttributeCondition>
    <typ:AttributeCondition Condition="LESS_THAN">
    <typ:Attribute Group="SYSTEM" Name="Creation Date">2012-01-01T12:00:00.000-0500</typ:Attribute>
    </typ:AttributeCondition>
    </typ1:SearchGroup>
    <typ1:ReturnAttributes>
    <typ:Attribute Group="User" Name="Display Name"></typ:Attribute>
    <typ:Attribute Group="System" Name="Duration"></typ:Attribute>
    </typ1:ReturnAttributes>
    <typ1:MaxResults>1</typ1:MaxResults>
    </typ1:Search>
    </soapenv:Body>
    </soapenv:Envelope>
    
    
    1.  We have noticed the issue this week but it may have been happening earlier
    2.  There were no software upgrades
    3.  We are currently using Avid Archive Provider. We do not use a 3rd Party provider.
Page 1 of 1 (1 items)

© Copyright 2011 Avid Technology, Inc.  Terms of Use |  Privacy Policy |  Site Map |  Find a Reseller