CKF, RKF or Structures locking queries in Development sytem.

Our BW environment is set up to allow "Z" and "Y" queries. When creating a "Z" or "Y" query in the dev environments if a previously transported CKF, RKF or structure is added to the query, it locks after closing. Our QEA and PEA system allows creation of a "Y" query using transported CKF, RKF or structure without the query becoming locked. (The CKF, RKF or structures remained locked). Can anyone tell me how to get the DEA system to behave like the other two systems? Or if there is an OS Note that addresses this issue?
The development system is open and the ELEM type is set to everything changeable.
Thanks for your responses in advance

CKF = Calculated Key figures, RKF = Restricted Key figures.  Our "Z" queries are transported queries and "Y" queries are for temporary ad-hoc reports and can be created in the production and quality control systems.
Thanks,
Joe

Similar Messages

  • Transport of changes to quereis and CKFs & RKFs

    Hi Gurus,
    I have a Multicube and a  number of queries that has been transported to HIQ already.  I have made a significant changes to these queries in HID, i.e. chges to CKFs, RKFs, including description changes as well as deleting some KFs, and additional KFs.
    I have tried to transport to HIQ by collecting these specific queries and all below and putting the multicube in a separate transport with only necessary objects.
    I transported the Cube first and then all 25 queries in one transport.
    My problem is that in HIQ I have RKFs & CKFs and Queries that I have deleted or renamed in HID.  How do I get both enviroments back in sync ?
    Thanks for your help.
    Laura

    Hi,
    1) Do I need a separate transport for each query ?
    No you can capture multiple queries in one transport
    2) Do I include the Multiprovider in one of these transports ? and/or the Cubes in the MultiCube ?
    No, there is no need to include multiprovider or cube.
    -Mayuri

  • SAP BI CKF,RKF descrptions are not reflecting in the universe

    Dear Gurus,
    I have couple of questions
    1.I have created a BI quey with 2 calculated keyfigures and 2 Restricted keyfigures. When i am creating a universe on  top of the BI query, Desrptions for Calculated and Restricted keyfigures are not reflecting in the universe, Rather the universe is showing UID(unique ID)'s of the CKF and RKF.
    To get the descriptions into the universe, Do i need to do any settings?
    2. In one of the documents I have read that we have to create one universe for one language if i want to see the report in Multiple languages. if it is so,
    Do i need to create universe in each and every language or is there any option that i can create the universe in one language and replicate into the required languages?
    Please help.
    Thanks and Regards
    Jagadeesh Ambati

    Hello Jagadeesh,
    I recommend to post this query to the [Integration Kits - SAP|BusinessObjects Integration Kits; forum.
    This forum is dedicated to topics related to the BusinessObjects Integration Kit for SAP.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all SAP Kit queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

  • Exporting Queries from Developer Reports .rdf file

    Is there a way I can extract the queries from the Developer Reports .rdf file.
    We have the reports on a NT File server from where the users access the reports. We do not have the Report tables installed in the database.
    We are using Developer Reports 3.0
    Your help is highly appreciated.
    Thanks,
    Chegi Reddy

    This isn't possible directly. You could use the conversion utility to convert the rdf files to rex files (textual representations), or XML files with the 9i release, and then parse these files to get the queries. Note that since rex is considered an 'internal' representation there's no documentation on the structure, but it shouldn't be too difficult to figure out where the queries are.
    Hope this helps,
    Danny

  • Structure locking

    Hi all,
         I have developed a program to upload material master data using BAPI. Here the BAPI is not updatin few fields, so that i immediately running a BDC program to update other fields also. everything is going fine till now.
        Now i got a requirement to create the same material in some other plant also. The program is working fine for first plant , for the remaining plants the error is coming like structure is locked. if i keep wait step working fine but taking long time to execute the programe.
       Any one can suggest any idea to resolve this locking issue.
    Thanks in advance.
    Prakash.

    Hi,
    Then try this .... first finish of creating all the materials using BAPI. Now have the details of those materials which you wish to extend to some other plants.
    user bapi_transaction_commit and aslo wait and here give some value ( eg 2 or 3 ... depends. )
    After all these records, got processed, now call the bdc for those records.
    If it is not working then we will think for another way.........
    regards,
    Venkatesh

  • Able to edit items on a page locked by another developer

    Is this a known issue, or should we raise a bug? In Apex 2.0 if a developer locks a page, any other developer can change items on that page using the links created by "Show Edit Links". The "Apply Changes" button is then available and changes can be successfully saved.

    This has been fixed in 2.2.
    Scott

  • How to lock Oracle SQL developer 1.5.1

    Hi,
    If you run a PL/SQL block on a page that takes some time and while still processing you try to see a table it locks.
    Running: Windows XP, Oracle SQL Developer 1.5.1, jdk 1.6.07, Orcacle 10g.
    Greetings,

    This is well known. Everything uses the same connection so while the query is busy, you can't do anything else.
    The workaround is to use the Unshared Worksheet feature. Typing ctrl-shift-N in a worksheet will create new worksheet using a copy of the current connection.
    Unfortunately, unless you remember to do this first, the object browser is still unusable because it is using the same connection as the original worksheet.

  • Event Structure - Lock Event: Does it Queue ?

    I had couple of question related to this post in other posts but I thought I'd use a new one since it might be more relevant (others were related to local variables, and VI file sizes)
    I have this event structure running about 10 different tasks. For some I would like to lock the panel when it runs. I used "Lock panel ..." but during the run, if you click on any boolean and menu ... for some reason it queues the task and performs it after the event is complete ... is there any way I can lock the event and not have any event queued ? Thnks !
    Kudos always welcome for helpful posts

    If you were to change the value of the Block Panel Event boolean using a local variable it wouldn't fire an event so I'm not sure that would be the way to go.  I had intended that just to be an example control.
    I have further modified the example to show how a custom user event can be programatically fired to signal that the front panel should be "unlocked" and that new events should be added to the event queue.  In the new example you will see that while the LED is flashing no events are queued.  Once the LED is done flashing it communicates to the event structure via a user event.
    It may also be possible to change the value of the "locked?" boolean without requiring an event to do so.  I didn't explore this option but it may be a valid approach.
    Also please remember that any example I have posted here is not meant to be incorporated into an application - I am merely attempting to demonstrate ideas and concepts.  It will be more beneficial for you to examine and understand how I programmed a certain behavior and then use those concepts to create your own application than to try to make my code fit into your application.
    Regards,
    ~ Simon
    Attachments:
    lock event 2-1.vi ‏75 KB

  • Query CKF & RKF

    Hi ...
    I have created a master Query, I noticed that I need to have Calculated Key Figure and Restricted Key Figure, from another query .... how can I copy all the CKF and RKF from that query to my query which I have created is there a way ...
    TQ
    Nathan

    Hi Murali ...
    What happen's if my Info Provider is Multi Cube ..... can I get tht from another InfoProvider ?
    If can .... can show me thes teps .....
    TQ
    Nathan

  • Looking for package locking to avoid developing colisions

    Hi,
    I need a mechanism (either in database or some tool) which will allow me to lock the package for the time I am modifying it to prevent other developers from making changes at the same time. Is there such a mechanism built in Oracle it self or maybe you know some tool providing some functionality basing on some kind of repository?
    Thanks!
    Wojtek

    WojtusJ wrote:
    But if you are talking about version control software it's clear, I know that it is possiblethis way, I'm just looking for possible alternatives, becouse I don't need version control, the only thing needed is package locking mechanism for the modification time.There is no such thing (package locking mechanism) in the database.
    If you are using a tool that reads the source straight from the database (USER_SOURCE), allows you to edit it, and then save it by CREATE OR REPLACE - ing it back into the database, then yes you run a big risk that developers "overwrite" each others changes.
    The real solution to this problem is to not use the database as your environment of master sources, but instead use a version control system that uses a filesystem with lots of ascii-files as your master source environment.
    If you run into the problem only now and then, and find introducing a version control system a too heavy solution for your problem, then you could also look into developing a few DDL triggers (triggers that fire when you CREATE OR REPLACE something) that copy the current source into a 'backup'-table, before having it overwritten by the create-or-replace ddl command. Then you can always query your backup-table to get the overwritten source changes.
    Toon

  • Exploded vs. Archived EAR structure (when using split development)

    Using the split development structure suggested in Weblogic 8.1 with wlpackage
    ant task, I noticed that the exploded ear and the archived ear generation creates
    a "flat" deployment structure. i.e. all the files inside the ear hierarchy are
    bundled without any intermediate respective jars.
    Is there a provision to package the ejb modules in one or more jar files when
    building a qa and/or production ear ? Is this possible to accomplish or do I need
    to write separate ant "targets" in the ant script that would manually jar up the
    necessary ejbs. If so, how would this work in conjunction when I have a "ant ear"
    target ?
    I also noticed that the medrec example app has application specific value/dto
    classes bundled in a separate jar file using a build.xml file. My question, when
    running wlcompile at a higher level how does it know NOT to put the value classes
    separately under APP-INF/classes, i.e. why does the build not build/see these
    common value classes twice.
    Thanks for your help!

    DP wrote:
    Using the split development structure suggested in Weblogic 8.1 with wlpackage
    ant task, I noticed that the exploded ear and the archived ear generation creates
    a "flat" deployment structure. i.e. all the files inside the ear hierarchy are
    bundled without any intermediate respective jars.
    Is there a provision to package the ejb modules in one or more jar files when
    building a qa and/or production ear ? Is this possible to accomplish or do I need
    to write separate ant "targets" in the ant script that would manually jar up the
    necessary ejbs. If so, how would this work in conjunction when I have a "ant ear"
    target ? You would have to do this manually. Typically wlpackage would have to
    modify your application.xml to archive the modules. For instance, your
    application.xml probably has uris like myweb, myejb in it now because
    that's how you named your directories. If we archived those, they'd
    become myweb.war and myejb.jar, and the application.xml would need to be
    modified to reflect the new uris.
    It's all possible for us to do, but we ran out of time during 8.1 to get
    this one in.
    >
    I also noticed that the medrec example app has application specific value/dto
    classes bundled in a separate jar file using a build.xml file. My question, when
    running wlcompile at a higher level how does it know NOT to put the value classes
    separately under APP-INF/classes, i.e. why does the build not build/see these
    common value classes twice. I'm not sure I exactly understand your question, but let me explain how
    wlcompile works and see if that answers your question.
    wlcompile looks at each directory under the srcdir and decides whether
    it's an EJB, a webapp, or a java module. It supports an
    includes/excludes list to let you filter those directories.
    Anything that's not recognized as an EJB or webapp is compiled into
    APP-INF/classes.
    -- Rob
    >
    Thanks for your help!

  • LR5 will not let me import, keeps locking up in develop mode, how do I fix this?

    About a week ago LR5 started working very slowly in the develop module. Then it started locking up while doing edits or toggling from one view to the other forcing me to repeatedly close and reopen it.  Then, it failed to complete an import. Now, it won't do an import at all.

    Hey 6bigdog6,
    Thanks for the question. It sounds like the album has been synced to your iPhone from iTunes. To delete synced photos, you’ll want to uncheck the album in iTunes:
    iTunes: Syncing photos
    http://support.apple.com/kb/ht4236
    To delete synced photos and videos from your device
    1. In iTunes, click the Device button in the upper right corner. (If viewing the iTunes Store, click the Library button in the upper-right corner first.)
    2. Click the Photos tab in the resulting window.
    3. Choose "Selected albums" and deselect the albums or collections you want to delete.
      Note: To delete all synced photos, deselect "Sync Photos from" and, when asked, click "Remove photos."
    4. Click Apply.
    Thanks,
    Matt M.

  • Use of structures in queries designer

    hi experts,
                       using structures in  Bex query designer increase the performance of query??

    Nope, using structure has nothing to do with increasing  the performance of query execution time. Actually if you use two structures and use those structures to create cell, that would have adverse effect on performance.
    thanks.
    Wond

  • No Lock entries for structure Lock in project

    Hi
    I had uploaded the blueprint first time with wrong logical components from standard excel template from SOLAR_PROJECT_ADMIN.  Second time, I am trying to upload with correct logical components. but its end up in the below error.
    The batch job is ending with below error when uploading using the standard template from SOLAR_PROJECT_ADMIN .
    Please help
    thanks
    Sol Man

    Hello  Novice,
    Please check following note 1973194 - Not able to upload project structure from solar_project_admin
    BR,
    K.

  • While loop with stop button within event structure locks up front panel.

    I am not sure if this is a bug with my program or a bug within LabVIEW.  If you believe that this is a bug with my program then I will post my program to be looked at.
    The problem I am having is there is a while loop within an event structure that fires when a particular value changes.  Once the "Activate" button is pressed the while loop within the event structure starts going with a polling frequency of 1hz (1000ms wired to the "wait till next ms multiple" vi).  There is a "Deactivate" button that is wired to the stop control of the while loop and an outter while loop that resets the event structure so that the activate button is being listened to again.
    Once inside the while loop, however, none of the button are responsive within the front panel.  The VI continues to run, and only 60% of my CPU is being consumed, but none of the button or scroll bars work.  The only way for me to terminate the program is with the "Abort" button next to the "Run" button.  If I remove the event structure so that the while loop in question runs as soon as the program starts, the front panel remains responsive.  I've inserted probes within the while loop and verified that it is not running prior to the "Activate" button being asserted, and it is running after the assertion of the "Activate" button with the expected polling frequency set by the "wait till next ms multiple" vi.
    Can anyone help?  Do I need to post my code?
    -Nic

    It is typically not a good idea to stall an event structure by placing loops inside event cases. What good is an event structure if it is not free to repond to events?
    Have a look at some alternative solutions, such as in the following link:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=224817#M224817
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • Contract update with reference to an order

    Hello everybody, I'm trying to find a way to update the contract value released (AWERT field in RV45A structure) when an additional order is created with reference to an existing one. Thank you in advance. Mike Edited by: Michael Papadakis on Dec 22,

  • How to set up XMLA webservice for Essbase 7.1.5?

    <p>Hi</p><p> </p><p>I would like to set up XMLA webservice for Essbase so that I canquery Essbase OLAP databases on the web using XMLA Discover andExecute methods from client application.</p><p> </p><p>Will anybody point to the right document / provi

  • Queued Vs Unserialized V3 Update.

    Hi BW experts,   I am not clear about the difference between Queued delta and Unserialized V3 Update.And what are the disadvantages of V3 Update. Thanks in Advance. Thanks, Jelina.

  • How to uninstall and reinstall network drivers on a Samsung 580?

    Hi. During the summer, I got a new laptop. It was all fine and dandy when I was at home, using a dial up connection, but when I went to school, I immediately had problems. Neither the cable connection nor the wireless worked. I've got the wireless to

  • Data files for Desktop ver. 4.1.4

    I am searching for the data files for my Palm Desktop application.  My computer self destructed, I am able to get files off of the old HDdrive but I cannot locate data files for my Palm application.  I was running Palm Desktop version 4.1.4 (PalmOne)