Clarity

Expand all | Collapse all

Dynamic Lookup error - Can't update lookup as it's either system or in use.

Deactivated User

Deactivated UserJul 25, 2016 10:00 AM

  • 1.  Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 16, 2016 10:37 AM

    Hello All,

    In 14.2 we had been using a Dynamic look up for testing SQL queries and never had any issues with saving it as we would never actually use it anywhere else.

     

    We recently upgraded to 14.4 and now I can only create a Dynamic Lookup and save it once. Essentially making it impossible to change the query for the lookup without making a new lookup.

     

    This is the error i receive -

    Error ODF-0001: Unable to register dynamic query lookup:

    Could not retrieve or register the nsql::NsqlLookupHandler::updateNsql()

    =>Can't update lookup: TEST as it's either system or in use.

     

    Any ideas how to fix this? It's quite time consuming to create a new dynamic lookup anytime i want to test a sql query?



  • 2.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 16, 2016 01:09 PM

    Yesterday I experienced that same with the Community test Sandbox which has been updated from 14.2.

    Until now I thought more that it is a feature of the heavily modified system.

    I tried the same on prod sandbox which is a fresh install and did not experience that at all.

    Yes it is a pain.

    What I was doing was just testing and using the lookup in question just as a query tool, so it was not a big deal to delete it in order to enter a modified version of the query in a new lookup. I don't think it allowed any kind of modification (not even changing a letter from small to capital).

    Open a case with support.



  • 3.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 18, 2016 04:01 AM

    There was some odd-behaviour with dynamic lookups in 14.3 ; discussed here ; Problem to change a dynamic lookup query

     

    That isn't the same problem though (the 14.3 issue involved not having the 'Save' option in the application), but there might be similar underlying "problems"?  GUESSing here of course, we need someone from CA-development to comment really.



  • 4.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 18, 2016 06:59 AM

    Implementing fixes which cause other problems does not sound very professional.

    Just wondering if there was a difference with the other problem with between upgrade and fresh install.



  • 5.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 19, 2016 06:36 AM

    I am not in front of a 14.4 environment so can't test this myself, but are you able to update the lookup through XOG or is it the same error?

     

    -Sankhadeep



  • 6.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 20, 2016 09:20 PM

    We are on 14.3, where edits to Look-ups are also now not possible.

     

    Try XOG'ing out the Lookup, modify the XML output and XOG back in again.

     

    Had to do this yesterday on 14.3 and worked for me.

     

    Note, always do on testing environment first.



  • 7.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 21, 2016 01:58 AM

    Just tested on 14.3 and don't get an error messages but I cannot adjust the lookup query anymore. :-(

    After continue it does not display the new field.



  • 8.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 22, 2016 08:34 PM

    Did you edit the query in the XML output file from the XOG?  And the XOG back into your test environment?

     

    I'm also confused why you are testing a sql query this way (ie via a look-up).  I generally write my Studio Queries as:

    SELECT   @SELECT:DIM:USER_DEF:IMPLIED:INV:D.CODE:CODE@,

             @SELECT:DIM_PROP:USER_DEF:IMPLIED:INV:D.NAME:NAME@

    from

    (select

    i.code,

    i.name

    FROM     INV_INVESTMENTS I

    ) d

    where      @FILTER@

    Above code has not been tested, just using as an example.

     

    This way I can pull out the real query

    select

    i.code,

    i.name

    FROM     INV_INVESTMENTS I

    and run in query tool like TOAD, SQLDeveloper which I'm used to and then do my QA on the data.



  • 9.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

     
    Posted Jul 22, 2016 05:35 PM

    Hi R.McIntire - Did any of the responses help answer your question? If so please mark as Correct Answer. Thanks!



  • 10.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 25, 2016 05:14 AM

    As long as people keep getting different results with this in the same version I do not think there can be declared an answer.



  • 11.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 25, 2016 07:23 AM

    I'm currently working with CA Support on this issue. No solution as of yet.

     

    As a side note, clearing the system cache temporarily resolves the issue; but it eventually shows up again.



  • 12.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 25, 2016 05:11 AM

    The common reason for using lookups for queries is that you do not have database access and cannot run the queries in a query tool. Using a lookup allows you to see the results which NSQL query preview does not.

     

    Tested dynamic lookup query modification on my 14.3.

    No problem. That is an upgrade so inconsistent result compared with the Community sandboxes where I had the problem with the upgrade, but not with fresh install.



  • 13.  Re: Dynamic Lookup error - Can't update lookup as it's either system or in use.

    Posted Jul 25, 2016 10:00 AM

    No problem with my upgraded 14.4 either.