ARAS - Filtering Block error

Hi guys, 

Need some help since we can't figure this one out.

In ARAS 12, on Administration, Query Definition, "Block to Doc(MI)", when adding the WHERE CONDITION 'Aras Doc No' LIKE $item_number and then executing the query, the following query error shows up:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../">
<SOAP-ENV:Body>
<SOAP-ENV:Fault xmlns:af="">www.aras.com/InnovatorFault">
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>
<![CDATA[Specified method is not supported.]]>
</faultstring>
<detail>
<af:legacy_detail>
<![CDATA[Specified method is not supported.]]>
</af:legacy_detail>
<af:exception message="Specified method is not supported." type="System.NotSupportedException" />
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

but when taking the WHERE CONDITION and executing again, no errors shows up.

We are following steps from ARAS Community article community.aras.com/.../tech-tip-filter-a-tree-grid-view-with-parameters but don't seem to work.

Any ideas why?