Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Random post smartclient loading a whole table

    Hello,

    I am trying to find a random call from isc but I just can't, this make my back end try to load the whole table unfortunately I can't find from where the call is made,

    <request>
    <data/>
    <dataSource>regProle__User</dataSource>
    <operationType>fetch</operationType>
    <textMatchStyle>startsWith</textMatchStyle>
    <componentId>isc_PickListMenu_4</componentId>
    <oldValues></oldValues>
    </request>

    Is there anyway to get to know from where this call is coming from I tried the console but I have no trace,

    V. smartclient: SmartClient_v120p_2018-12-02_LGPL
    V. MySQL: 8.0.13

    Thanks,

    #2
    You can find that componentID in the Watch Tab.

    You can also enable the "ResultSet" and "fetchTrace" log categories to see where ResultSet-related fetches are being initiated.

    Comment


      #3
      Hello,

      Thanks for the answer I fixed my problem,

      Can you tell me how to enable ResultSet and fetchTrace I was not able to find how on the documentation,

      Thanks,


      Comment


        #4
        It’s on the 1st tab in the client side Developer Console.

        Comment

        Working...
        X