How to delete the queries in  BW Production which are no longer existing.

Hi,
How to  delete the queries in BW production which are no longer existing in DEV.
1. I tried Using RSZDELETE in Production it is not getting deleted and the below message given.
Query object 4A7V83T3RB4ABIOKSDJT2HWDL is blocked. Deletion has been cancelled.
2. I tried creating another query in dev with the same technical name and send a transport with deletion
it is not working.
Please advise me on this for any function module or any other method.
Thanks
Surya

Hi,
If you transported the query from DEV and now you want to delete it, you should open a BEx request (Dev Class under which it was originally transported -- or-- Standard - type) in DEV delete the query and move the transport to Production.
As far as your error is concerned, usually  when you  can delete a query using the delete option in query designer itself,
Business Explorer> query-> delete objects , when you press execute the system offers you a list of dependent objects on the query(workbook,views), in case the sysytem is unable to delete them i.e.they being used as a input query for a characteristic variable (replacement path),then system throws this error.You can delete these all depndents under there prescribed roles , fav s & then proceed.
Hope this will be expedite.
Thax & regards.
Vaibhave Sharma

Similar Messages

  • How to list the files in a directory which are recently modififed few mins

    Hi,
    I need command to list the files in a directory which are modified few minutes ago in SunOS. like "find . -cmin 2 -print " which list files that are modified 2 mins ago in Linux platform.
    Thanks in advance.
    sudha85

    The find command that comes with solaris doesnt have the cmin operator. Only mtime whose option is days.
    So install gnu find from sunfreeware which is the same one that comes with linux.

  • How to delete the queries and WAD templates from the SAP BI

    HI,
         We had a task to delete the list of quires and WAD templates from the SAP BI landscape(development,quality and production servers)
    Please suggest the process to follow for removing the quires from the SAP BI landscape.

    Hi Venkata,
    I assume that the DEV-QA -PRD are in Sync with each other.
    When you are deleting a query from the DEV,it should ask for a NEW transport request.IF not it means it is collected in some other request ,may be in NA or in Junk request.So see to it that it is FIRST saved in your request and then using RSZDELETE T .Code you can delete it.When you transport the request to QA or to PRD ,the query automatically gets deleted from that landscape.
    Let me know if there are any issues.
    Rgds
    SVU123

  • How to delete the games in asha 305 which has writ...

    games like casino, golf tour, maze and other inbuilt games are saves in phone how to delete it as they r write protected .... thank u 

    Unfortunately you(we) can't do that.

  • How to delete all TABLEs in Schema SYS which are created since 09:15?

    Unfortunately a script created lots of tables in the wrong Tablespace (=SYSTEM) and Schema (=SYS).
    How can I delete (in one DDL command) all TABLES which are created inTablespace=SYSTEM and SCHEMA=SYS
    during the last 3 hours resp. since 09:15 of 25th Sep 2011 ?
    Alternatively: How can I move these TABLEs to another Schema (e.g. ATEST) and Tablespace (USERS)?
    Is this possible with Oracle XE or only with Oracle Enterprise?
    Peter

    user559463 wrote:
    Unfortunately a script created lots of tables in the wrong Tablespace (=SYSTEM) and Schema (=SYS).
    How can I delete (in one DDL command) all TABLES which are created inTablespace=SYSTEM and SCHEMA=SYS
    during the last 3 hours resp. since 09:15 of 25th Sep 2011 ?
    Alternatively: How can I move these TABLEs to another Schema (e.g. ATEST) and Tablespace (USERS)?
    Is this possible with Oracle XE or only with Oracle Enterprise?
    PeterYou can query dba_objects and join it with dba_tables where tablespace_name='SYSTEM' , then drop the tables result of the query; the idea is to use the following query;
    SQL> select OWNER, OBJECT_NAME from dba_objects where OBJECT_TYPE='TABLE' and OWNER = 'SYS' and CREATED >= sysdate - 3 / 24;Please consider marking your questions as answered, when it is the case;
    Handle:      user559463 
    Status Level:      Newbie
    Registered:      Feb 18, 2007
    Total Posts:      583
    Total Questions:      266 (186 unresolved)Edited by: orawiss on Sep 26, 2011 4:03 PM

  • How to calculate the difference of two totals which are of the same group?

    Post Author: mingli
    CA Forum: Formula
    Hello,
    I have an existing report which has a group defined. The group generates two set of data, at the footer of each set of data, the total is calcuated. Now I need to calculate the difference between the totals. For example:
                             value
    set 1
          item 1         100
          item 2         200
          item 3        300
    set 1 total         600
    set 2
         item 1         200
         item 2          20
         item 3        300
         item 4         40
    set 2 total       560
    difference       40
    My question is: how can I do this? I'm thinking about create a formula. But the problem is, these two totals have the same field name. Could someone help me out?
    Thanks.

    Post Author: deejayw
    CA Forum: Formula
    Hi,I have a similar type of query...my Sets only ever contain two entries but there is an unknown number of sets.                        value
    set 1
          item 1         100
          item 2         200
    difference (item2 - item1) =   100
    set 2
         item 1         200
         item 2          20difference (item2 - item1) =    -180
    Set 3, Set 4, etc, etc I need to figure out how to calculate the "difference (item2 - item1)" total above. I am really confused by this and need assistance. Many thanks. 

  • How do I "re-find" an IP address which suddenly "no longer exists"?

    I have a GoFlex NAS drive operating on IP addres 192.168.1.65 and a Ucam247 camera which was successfully operating on IP address 192.168.1.66 for a few hours. Then suddenly the camera output stopped recording because the IP address "no longer exists". I read on an earlier discussion the following possible solution but this has not worked:
    I think I figured it out. I went into System Preferences\Accounts and checked to see what was loading when I log in. I removed two items related to the external drive software (which never really worked well with the Mac OS anyway) and rebooted. I haven't seen the error since.
    Any other thoughts? Thanks

    One of my requirements is "Only accept connections from localhost".All you need is to bind to the loopback address:
    ss = new ServerSocket(port, 0, InetAddress.getByName("127.0.0.1"));Then it isn't listening at any other IP addresses, so no other host can connect to it: they will get 'connection refused'.
    You don't need to check the incoming IP addresses at all.

  • How to Delete the Standard Database table KONV which is Related to ME47

    Hi Experts,
                   i am having the Query that i want to delete some condition types in ME47 Transaction which is related to MM in my requirement. that i have checked that all data is storing in KONV Cluster table but deleting data for standard table we should not delete it directly.so i searched for BAPI and Functional Module i did not get it . can you prefer and BAPI OR Functional Module through that we can delete Record in the KONV Table for this Issuse.

    WHY would you want to do that directly with a function?  Why don't you just fix the pricing issue in the RFQ's in question?

  • How to delete photos from iPad when original pics are no longer on computer

    Hi
    I need to clear photos from my iPad that were synced from my computer some time agi.
    Since sycing those pics from the pc to the ipad, I cleared up my pc and backed up the photos onto discs.
    How do I now delete those pics from the iPad, as the the images cant be selected and resynced from the pc anymore?
    Please help.
    Thanks
    Angela

    If you create an empty folder on your computer and you sync that folder as your photos folder, that will erase the photos from the iPad when you sync. Or you can unselect the Sync Photos From heading in the iTunes window and then sync to remove the photos.

  • How to get the values of drop downs, which are gonna create at run time.

    As per my design requirement, I have to create drop downs in an ADF display table.
    The no# of rows of the table are gonna decide the no# of the drop downs. User can select the values from drop downs. My issue is, how can I capture the selected values of those drop downs as those are gonna created run time.

    Hi
    ohh ,ok ,then as u said that u r storing twenty values ,thats y i aksed earlier ,are these form values part of tbale ,or as u said 20 values are there ,for these u r creating 20 form values ???.
    My suggestion would be ,u do four calculation and put all your results in a hashmap ,and keep this hash map in to sesion ,using the following method
    pageContext.putTransactionTransientValue("HashMapName",myHashMap);
    and inside the PFR method when u want to display these values ,u can loop through your hashmap and can display these values.
    like this
    HasMap hm=pageContext.getTransactionTransientValue("HashMapName");
    thanx
    Pratap

  • How to get the data from a table which are availble in MD04

    Hello,
    Can you please let me know the tables in which the 'data available in MD04' are stored.
    I would like to have the data pertaining to the customer order/Item with requirements available in MD04.
    Thanks and Regards,
    Jana.

    Probably the easiest way in this case is to run the performance trace (System/Utilities/Performance trace). Start transaction MD04, put on the trace in another window, press enter to see the stock/requirements list, then stop the trace and list the results. Then you'll see which tables were accesses with which queries.

  • How to send the notification email to users which are in workflow in ucm

    Hi All,
    Does anyone know how to configure ucm to send the actionable notification email to particular users in workflow?
    Please Help!!!!

    The send mail function will send mail to the users and or alias in the workflow step where you invoke it. The IDOC script guide will help you with implementing these kinds of things.
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/sdk/idoc_script_reference/wwhelp/wwhimpl/js/html/wwhelp.htm
    IDOC script by usage / Workflow
    wfNotify is the one you want to look at specifically.
    Workflow
    The following Idoc Script variables and functions are related to workflows.
    Configuration Variables
    isRepromptLogin
    IsSavedWfCompanionFile
    PrimaryWorkQueueTimeout
    WorkflowDir
    WorkflowIntervalHours
    Global Functions
    getValueForSpecifiedUser
    Workflow Functions
    wfAddActionHistoryEvent
    wfAddUser
    wfComputeStepUserList
    wfCurrentGet
    wfCurrentSet
    wfCurrentStep
    wfDisplayCondition
    wfExit
    wfGet
    wfGetStepTypeLabel
    wfIsFinishedDocConversion
    wfIsNotifyingUsers
    wfIsReleasable
    wfLoadDesign
    wfNotify
    wfReleaseDocument
    wfSet
    wfSetIsNotifyingUsers
    wfUpdateMetaData
    Other Variables
    AllowReview
    dWfName
    dWfStepName
    entryCount
    IsEditRev
    IsWorkflow
    lastEntryTs
    SingleGroup
    wfAction
    wfAdditionalExitCondition
    wfJumpEntryNotifyOff
    wfJumpMessage
    wfJumpName
    wfJumpReturnStep
    wfJumpTargetStep
    wfMailSubject
    wfMessage
    wfParentList
    WfStart

  • How to open the forms in Form 9i which are saved and compiled in Forms 10g?

    Dear all,
    i have froms created with form 10g. now i want to open it in form 9i it gives the following error:
    FRM-30085 : Unable to adjust form for output.
    can i open it in form 9i?
    Regards:
    Muhammad Nadeem
    [email protected]

    you can't downgrade forms through different versions. Never ever do that. It's not supported.

  • How to remove old iWeb pages off internet which are no longer in iWeb program?

    This is my current looking website - www.pholife.co.uk
    which goes to - 'www.pholife.co.uk/pholife/Start.html'
    when googling 'pholife tom bird' an older website under the same domain name appears in the search list before the pholife/start.html page
    The old website and various pages -
    http://www.pholife.co.uk/pholife/pholife/Home.html
    this website ^^^ was the same project as the professional looking one which i changed 6 months ago. If people google me, they will be led to a page which isnt the page I wish for them to see as it is ranked higher in the google search as it is older.
    Some how along the line I removed the second 'pholife' from the URL so my new looking website has a different path I suppose.
    How do i remove the 'www.pholife.co.uk/pholife/pholife/home.html' website all together, i have opened the package contents of iweb in application support but not sure where to start.
    Lastly how do i remove the pholife/start so when people go to my website the URL is simply 'www.pholife.co.uk' in the URL bar, would it involve a homemade nav bar?
    Thanks in advance!

    Connect to your server and remove the files and folders you do not want there.
    In time Google will forget about them.
    If that's too much, simply rename the folder of your old site and never mention it to anyone.

  • How to delete the many versions of the same song?

    Help please, how do I delete old versions of a song? When I add to or tweak a piece, I first save it with a new name, like song 1, then song 2, etc. so that I have a copy of every change. This takes up space when I have 50 versions each of 10 songs. Now my hard drive is down to 7.4 and I was told to keep it in the double digits. I went to Logic,
    chose the song from the next column, then in the next column filled with versions of the same song, I selected one, like old version 1, hit delete and nothing happened. I held down the apple key too and hit delete. Nothing. HELP please. I have not used this before but my 1-1 has ended since Apple won't allow renewals anymore. Also. I have all versions saved on 2 external hard drives.
    D

    Hi,
    now first you'll need the right permissions for the folder where your songs are stored. I assume that you have the read/write permissions (or supervisor permissions).
    Let's assume your songs are named "songxversiony.logic". They will reside in a main folder named "songx" containing all the "songxversiony.logic" files, and there will be subfolders called "audio files" "bounces" "Fade files" "Project File Backups" "Sampler Instruments" (maybe) and "Undo Data" and maybe one or two others.
    1st: Usually, Logic stores your songs in /(your username)/music/Logic/... , so please open your finder and look if they are there.
    2nd: You can delete all unneeded "songxversiony.logic" files from the finder. This should be possible by hitting the delete button. Otherwise check your permissions.
    3rd: Now getting rid of the Song file (xy.logic) won't delete the really big Disk-Hogs, which are the Audio Files you used in earlier versions (but don't need them anymore). They still reside in the "Audio Files" subfolder.
    4th: Fire up Logic, load your Project. Tap the "B" key to open the Bin and there you'll have all the audio files that ever were used in your project. Now many of them aren't needed anymore. So *within the bin* hit Shift-U to select all unused Audio files (or in the menu: edit -> select all unused). Hit DEL to remove them from the bin.
    5th: Now these hogs are *still there* (what the...? ) To finally get rid of them, go to Logic's Menu bar: File -> Project -> clean up. You will be asked if you really want to delete the unused files, and yes, off they go to the trash.
    You may also look inside the bounces folder if there are old bounces you don't need anymore.
    Problem solved.
    Fox

Maybe you are looking for

  • Connecting ipod to new mac book os x from dell windows xp....

    Hey, I just bought a new mac book yesterday and finally made the conversion over to apple. I have roughly 6000 songs on my ipod and definetly do not want to lose them. If i plug in my ipod to my new mac book, will I lose all my songs or will they jus

  • Script for Alerts

    Hi I have 3 databases in my enviroenment and I wanted to sent email alert if finds a data two tables for all the 3 tables in single email. I have written a script but, it the problem is it is also sending the alerts if having no records i.e no rows s

  • Range or Value Help in VC 7.2

    Hello Guys, I'm using VC 7.2 SPS 02, and also I am not able to use a range filter. In previous versions there was the option of Value Help. No more? If anyone can help, thank you! Thanks! Milton

  • IMovie 9 video syncing problem...

    I just started my first editing project on iMovie 9. When I imported the footage, the video seem to be in a fast forward mode but the audio was normal. How do I slow down the video to match the audio?

  • Icmp poller on solaris 10: lot's of unexplained ping failed

    Hello to everybody, and if someone can help me on the following problem... I use the IBM tivoli netcool network manager icmp poller on a solaris sparc local zone server, and for a reason I don't understand, regularly, I have lot's of unexplained ping