Is there a way to clear the history of all the reports

I would like to clear out the history of all the reports listed in InfoView because many of the links are broke because I was told to delete all the directories containing the pdf's in the Epic\EpicBI\Output folder. Can I  truncate the tables in the database or where does InfoView maintain those links?

If you want to delete all the scheduled instances for reports, it can use the code similar to the following:
IInfoObjects oInfoObjects = oInfoStore.query("select si_id from ci_infoobjects where si_instance=1 and si_name='<report name>'");
for(int i=0; i<oInfoObjects.size(); i++)
       IInfoObject oInfoObject = (IInfoObject)oInfoObjects.get(i);
       oInfoObject.deleteNow();
oInfoStore.commit(oInfObjects);
as a side note, do not try to alter the output file repository or the CMS database directly, it could create lot of issues\inconsistencies in your system and make it unusable.
Thanks
Aasavari

Similar Messages

  • Is there a way to clear internet history / cookies?  My phone is extremely slow.

    Is there a way to clear internet history / cookies?  My phone is extremely slow.

    On my iPhone the steps are, Tap Settings App > Safari > scroll down to Clear History button and Clear Cookies button.

  • Is there a way to download a folder or all the contents of a folder?

    Is there a way to download a folder or all the contents in a folder? I uploaded all the photos into my Creative Cloud but now I am out of the office and working on another computer so I need all those images so I can create a DVD Slide show for A&M. I need all the images, over 100 of them. Is there a way I can download this entire folder or at least all the images in the folder at one time? All I can find for download is to download each image separately one at a time. I can't even select them all and say download every image selected. I don't want to sit here for hours downloading one image at a time, that's just ridiculous.
    Help Please!

    Ken,
    Just wanted let you know the answer was not helpful but it was correct. Thank you for your time in answering me.

  • Is there a way ? changing font / color in all the title lips at once.

    i am making intro titles..  but now that i have made all the title clips... i really feel i need to change the font style....  also the color .. ( color i can go to the color board after making it to a compound clip..) but to change the font for all the title clips at on go  ,,,, what do i do ???  
    I really feel this will be a useful and much demanded feature... i dont know if there is a way which already exists... do let me know.. thank you..
    regards,
    arun kanth

    You can make multiple selections of titles and make changes to parameters (like color, font, etc.) and have them apply to all selected titles at once. Use the Text inspector especially if you have varied titles -- it's easier.
    Be careful you don't make changes you don't really want to make (changing font and size can bash the formatting of specific types of titles, like lower thirds or some of the bugs.)
    If you run into the situation where a value does not appear, for example: you select several titles of all different font sizes, the size slider will look disabled. The slider might be disabled, but you can click and drag up or down on where the number should be to adjust "relative" sizes (you'll see something like +6 or -4, etc.)
    HTH

  • Is there a way to undo "autofill" so that all the songs, artists, albums, etc on my iPod touch 4th gen coincide/are synchronized again?

    I don't know if you can help me, but I erroneously clicked on "auto fill" under the "on this ipod" category of the itunes screen that's located on my desktop.  As a result, all the songs, albums, artists, etc., are now out of sync, don't coincide with one another, and when I touch a song to play on my ipod touch (fourth generation) it flips to a different artist/song and plays it automatically.  Is there any way I can undo this, and if so, how?   This occurred while I was purchasing/downloading music onto my iPod, and the usb cord was plugged into the modem at the time.  Any suggestions/advice offered to solve this problem would be much appreciated. 

    - Unsync/delete all music and resync
    To delete all music go to Settings>General>Usage>Storage>Music>Tap edit in upper right and then tap the minus sign by All Music

  • Is there a way to monitor System Performance for all the computers in my domain?

    Like Resource Monitor for a local computer, Is there a way or tool to monitor the Resources usage of all the computers in my Domain. Can I do it using 2008 R2 server?

    You can monitor all performance counters with perfmon.msc, also for remote computers.
    If you want to monitor systems continuously and log the perforamnce data, you will need a real monitoring solution. Microsoft offers System Center Operations
    Manager for this purpose, but many other third party solution also exist for this purpose.
    MCP/MCSA/MCTS/MCITP

  • Is there any way to send an album without all the photos attaching and the file being huge? and the file being huge?

    Is there any way to send just a link to an album? (vs attaching everything and having a huge file?) Thanks!

    No.
    File -> Export and send them to a Folder on the desktop. Then do what you will with them from there.
    There is nothing to be gained by installing Picasa if you're using iPhoto.
    Regards
    TD

  • Is there a way to view Internet history if it has been cleared for the safari page on an iPad 2?

    Is there a way to view internet history on an ipad2 after it has been cleared from the safari page?

    If you had backed up your iPad prior to deleting the Safari history, that history should be in the last backup.
    This is what is contained in the iPad backups - copied from Apples support site.
    http://support.apple.com/kb/HT4079
    Information iTunes will back up
    Safari bookmarks, cookies, history, and currently open pages.
    Map bookmarks, recent searches, and the current location displayed in Maps.
    Application settings, preferences, and data.
    Contacts.
    Calendars.
    CalDAV and subscribed calendar accounts.
    YouTube favorites.
    Wallpapers.
    Notes.
    Mail accounts.
    Autocorrect dictionaries.
    Camera Roll.
    Home screen layout and web clips.
    Network settings (saved Wi-Fi hotspots, VPN settings, network preferences).
    Paired Bluetooth devices (which can only be used if restored to the same iPad that did the backup).
    Keychain (This includes email account passwords, Wi-Fi passwords, and passwords you enter into websites and some other applications. The keychain can only be restored from backup to the same iPad. If you are restoring to a new device, you will need to fill in these passwords again.)
    Managed Configurations/Profiles.
    MobileMe and Microsoft Exchange account configurations.
    App Store Application data (except the Application itself, its tmp and Caches folder).
    Per-app preferences allowing use of location services.
    Offline web application cache/database.
    Autofill for webpages.
    Trusted hosts that have certificates that cannot be verified.
    Websites approved to get the location of the device.
    In-app purchases
    You should be able to restore your iPad from the backup to restore Safari's history.

  • Is there a way to clear the cache on iPhone 4?

    Is there a way to clear the cache on iPhone 4?  Seems to be a bit slow checking for e-mail, etc., lately.

    Thank you for the info!!!!  I did go in and delete cookies and history, the only 2 options available.  Whether it helps or not, still a good thing to do once in a while, I would imagine.  Thanks so much!!!

  • Is there a way to clear the shell

    hi there,
    i am programming a game. since now i want to output the gameloop data with a shell.
    is there some way of clearing the shell?
    i would like to clear the shell and then output the data onto an emty shell?
    thx

    Why not just create another JFrame and add a JTextArea to that and then output all your game data there instead.
    Otherwise you'll need to possible send an escape code of some kind to the shell (depending on what terminal it is emulating) or simply output 25 (or more) empty lines.

  • I have Safari on an HP desktop running Windows 7, 64-bit. When I want to clear the history from Safari, the "Reset Top Sites Also" button is always checked. This can cause problems. Any way to have it unchecked all the time?

    I have Safari on an HP desktop running Windows 7, 64-bit. When I want to clear the history from Safari, the "Reset Top Sites Also" button is always checked. This can cause problems. Any way to have it unchecked all the time?

    Welcome to the HP Forums Hinalover,
    I see by your post that you are having issues with the print spooler on the Windows 7 computers.
    I can help you with this issue.
    Download and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it. Find and fix common printer problems using HP diagnostic tools for Windows?
    Try running the Microsoft Fix It Tool to see if it will fix the print spooler.
    Diagnose and repair Windows File and Folder Problems automatically.
    You can also run the System File Checker to repair corrupted or missing files.
    System File Checker: Run sfc /scannow & analyze its logs in Windows 7 | 8.
    You might end up having to do a repair of Windows.
    Please let me know the results.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • In the Messages app on the IPhone, If I enter a @ in the To: field, it shows a list of everyone I ever texted to. Is there a way to clear that list?

    In the Messages app on the IPhone, If I enter a @ in the To: field, it shows a list of everyone I ever texted to. Is there a way to clear that list?

    You are asking upon Numbers for iOS in a forum dedicated to Numbers for OSX.
    Yvan KOENIG (VALLAURIS, France) vendredi 6 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : http://public.me.com/koenigyvan
    For iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

  • I am a web designer and every time I make changes I have to clear my history to see the changes. Is there a setting I can change to fix this?

    I am a web designer and every time I make changes to my website I have to go in and clear my history so that the changes show up. Is there a setting that I can change so that I do not have to do this every time??

    You can reload the page and bypass the cache with:
    * Press and hold Shift and left-click the Reload button.
    * Press Ctrl + F5 or press Shift + Ctrl + R (Windows,Linux)
    * Press Shift + Cmd + R (MAC)
    See [[Keyboard shortcuts]] and [[Mouse shortcuts]]

  • Is there a way to clear top hits dropdown

    Is there a way to clear the top hits and google search that appears in a dropdown when you start typing in the unified search bar. I am running Safari 8.0.3 and Yosemite 10.10.2 I have unchecked just about everything in the preferences and deleted all history but they still pop up as i type a search.

    Remove a saved password here: Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    See:
    * http://kb.mozillazine.org/Deleting_autocomplete_entries
    * [[Remembering passwords]]

  • Clearing the History Folder on the Set Datasource Location dialog

    I am using Crystal Reports for .NET 2.0 and am using VS 2005 Pro. Does anyone know if there is any way of clearing out the items in the history folder in the SetDataSource Location dialog? I have been told there is no way to do this, but I figure VS is storing this information somewhere, right? Is it stored in the registry? If so, where is it? Thank you in advance!
    Ed Cohen

    Hi
    I have had a lot of failures with CR so I ended up with several datasource connections for CR. I wish to be able to clear them too. your answers that you can right-click them and select remove doesnt work for me. there is no option to remove them when you right click. also the path given for the key; i have tried searching my computer for a crystal decisions folder but couldnt find it. I use CR that comes with VS2005. could you be a little bit clearer on where that registry file would be found in my case: HKCU/?
    Thanks.
    Mambo

Maybe you are looking for