How do i delete this workbook?

This following workbook (W0178756.PERF Performance Contracts) has been created for a specific user. In the mean time the user has been end dated on oracle.
How do i now delete this workbook? If i go to Manage Workbooks > Delete then this workbook does not display. If i try and look up the user (W0178756) then he/she also does not display as he/she has been end dated.
However if i try and open the workbook i can find it on the database. It does open but no data displays.
The reason i want to delete the workbook is cause the client no longer wants to see the workbook anywhere.

Hi,
If you cannot re-enable your user then it is best to delete the workbook directly from the EUL tables. Provided the workbook is not scheduled then you just need to find the developer key for the workbook (from the properties) then run the script below:
DELETE FROM eul5_access_privs privs
WHERE privs.ap_type = 'GD'
AND privs.gd_doc_id IN
(SELECT doc.doc_id
FROM eul5_documents doc
WHERE doc.doc_developer_key = '&DEVELOPER_KEY');
DELETE FROM eul5_documents doc
WHERE doc.doc_developer_key = '&DEVELOPER_KEY';
Rod West

Similar Messages

Maybe you are looking for

  • Need help setting up wirless network

    Hi all, I am new at setting up wireless networks. I am thinking about setting up a wireless network and share out my internet connection with a neighbor. The only problem is my neighbor is 800ft away from me. There is also a line of trees in the way.

  • Problem with CFDOCUMENT

    I upgraded to CF 7.0.2. My requirement is to convert .doc/.pdf/.xls to Flashpaper. I used <cfdocument format=Flashpaper" src="d:\test.doc" mimetype="application/msword" /> The Flaspaper does generate but it displays junk. Is it related to charsets? A

  • Videos stopped playing on iweb

    I built my website for my video production business using iweb - hosted by mobile me.  Videos played fine until recently all videos stopped playing when you load the website.  All videos show a QT logo with a "?" over it.  Any idea how to fix this??

  • Saving a Pages file as a jpg

    I am using Pages from iWork 06. I want to save/turn the file I created in Pages into/as a jpg file. Is this at all possible? Or is there another process first to change it from pdf to jpg. Thank you veedeekay

  • DATEDIF question

    I need to use DATEDIF function, currently i am using this for calculating the date difference between "create" and "resolve date" and if suppose no "resolve date" it gave me answer as "Open Ticket" =IF(ISERROR(DATEDIF(Created,[Resolve Date],"d")),"Op