Disable or Auto deletion of Personalization in Portal 702

Dear all,
we have a portal based on NW 702 SPS9. We are wondering if there is away we schedule somehow automatic deletion of the Personalization Clean up (system administration > Support > Portal Content Directory > Personalization Cleanup) check the screenshot. For now we go there and manually delete these objects. Can this be done automatically or can we disable this at all?
Do not mix this with the AllowUserPersonalization ..its already set to FAILS in our environment.
Thank you
Vladi
BR

Hi,
You can write code for cleaning personalization:
Cleaning Up Personalization
http://help.sap.com/saphelp_nw70/helpdata/EN/44/70edb7209112d1e10000000a422035/content.htm
Then in that code have some service to automatically run the cleanup every scheduled time you want.
Best Regards,
Tal

Similar Messages

  • Drafts auto delete: how can I disable this?

    I periodically get a message that Ff has auto deleted x drafts. How does Ff choose drafts to delete? How can I disable auto delete?

    (Please update to Firefox 22 [[Update Firefox to the latest version]])
    Drafts of? If you mean emails, Firefox doesn't delete your drafts. This may however be a feature of your webmail. This isn't the fault of Firefox, just something your webhost does on their own.

  • I want to change my region and everytime it says my itunes match subscription is active. I disabled the auto renewal without any success!! I even called apple support that promised me to call within 2 I want to change my, that was 10 days ago!! Any help??

    I want to change my region and everytime it says my itunes match subscription is active. I disabled the auto renewal without any success!! I even called apple support that promised me to call within 2 hours, that was 10 days ago!! Any help??

    Hi Roger
    Thank you for your reply.
    My original feed is: http://casa-egypt.com/feed/
    However, because I modified the feed http://feeds.feedburner.com/imananddinasbroadcast and nothing changed, I redirected it to another feed and then I deleted this feed.
    Is there any way to change the feed in itunes? The only feed I have now is  http://feeds.feedburner.com/CasaEgyptStation
    I tried to restore the feed http://feeds.feedburner.com/imananddinasbroadcast but feedburner refused.
    I know that I missed things up but I still have hope in working things out.
    Thanks is advance.
    Dina
    Message was edited by: dinadik

  • Disable iPhoto auto launch w/ plist?

    I know you can disable iPhoto auto launch from the Image Capture app, but I would like to know where Image Capture saves its preferences so I can disable it by editing or replacing a plist.
    I need to change preferences on a whole lab of Macs, and I would prefer to do it remotely on all of them at once if possible.
    I looked but I can't seem to find where the preferences are saved. If anyone knows or knows of an easy way to do it let me know. Thanks.
    Power Mac G4   Mac OS X (10.4.7)  

    It seems to be this file:
    "/Users/yourname/Library/Preferences/ByHost/com.apple.ImageCapture2.00039343a1a8 .plist"
    At any rate, that is the file that contains this entry, as the sole thing in the file:
    HotPlugActionPath String /Applications/Image Capture.app
    So you can try adding/deleting this file and see if that will do what you want.
    Francine
    Francine
    Schwieder

  • I am need to disable an auto start program on my iTunes on my mini Mac

    I am need to disable an auto start program on my iTunes on my mini Mac

    Is there a way to have itunes delete the WMA file after creating mp3 copy?
    No.  But after the MP3s are created and you are satisfied that things went OK, just delete the WMAs manually and say "Good Riddance."
    You can use an MP3 in multiple players, but you need to turn off any features that automatically change or move files, since one player will change something that messes up the other:
    In iTunes, that means go to Edit > Preferences > Advanced and uncheck "Keep..." and "Copy..." 
    In Windows Media Player, that means go to Tools > Options > Library, and uncheck everything that starts with a verb such as "Rename...," "Rearrange...," etc.

  • Auto delete everything but specified folder contents from txt file

    Hey Guys,
    I am brand new to using Powershell (like 48 hours into using it for work) and I've run into a bit of an issue.  I've only taken a programming concept classes so some of the stuff makes sense to me but a lot of it is new.  Basically I've made a
    script that automatically deletes any files over X amount of days.  My next step is to have an exceptions text that will have a list of folders that should not have its contents deleted.  This is what I have so far.
    $Date= Get-Date 
    $Days = "7"
    $Folder = "C:\publicftp\users"
    $LastWrite = $Now.AddDays(-$Days)
    #----- getting DO NOT DELETE listing from TXT ----#
    $Exceptions = Get-Content "c:\exclude.txt"
    $Files = Get-Childitem $Folder -Recurse -Exclude "c:\exclude.txt" | Where {$_.LastWriteTime -le "$LastWrite"}
    foreach ($File in $Files)
        if ($File -ne $NULL)
            Remove-Item $File.FullName -Exclude $Exceptions | out-null
    I've seen a lot of threads that show how to auto delete contents or how to exclude specific file types but I haven't seen an answer to my particular problem.  Any help would be greatly appreciated!  Thanks!

    Hi Rabbot,
    The script below may be also helpful for you, and uses the -whatif parameter in Remove-Item cmdlet, which doesn’t actually remove anything but simply tells you what would happen if you did call Remove-Item.
    $Exceptions = @()
    Get-Content "c:\exclude.txt" | foreach{
    $Exceptions += $_} #store the exception file to array
    $Folder = "C:\publicftp\users"
    $LastWrite = (get-date).adddays(-7) #over 7 days.
    $Files = Get-Childitem $Folder -Recurse | Where {$_.LastWriteTime -le $LastWrite} #filter files which over 7 days.
    Foreach ($file in $files){
    if ($Exceptions -notcontains $file.fullname){ #if the file is not listed in the exception array.
    Remove-Item $File.FullName -whatif} #use -whatif to test
    I hope this helps.

  • Disable or Deactivate Delete Button in SAP Easy DMS.

    Dear All,
    My client is using Easy DMS and is working fine. Now the issue is as soon as files become more in Private or Public folder he is Deleting Documents using DELETE Button which is available on the Tool Bar. Whereas if he uses Delete Document from Context Menu it shows Authorization is not given to delete the Document.
    Is there any way to overcome this by Disabling or Deactivating Delete Button on the Toolbar.
    rgds,
    Dayanand

    Dear Anubhav,
    I have already tried this option. It shows this can not be implemented.
    Please let me know any other option is there to overcome this issue.
    rgds,

  • How to disable yum auto-update in OL6

    Hello,
    What is the correct procedure to disable yum auto-updates?
    The "yum-updatesd" daemon that existed in OL 5 does no longer exist in OL 6.
    I found out that the "PackageKit Update Applet" seems to be responsible for running the auto-update. It can be enabled or disabled in the new Preferences/Startup Applications control panel. There is also the "gpk-prefs" control panel to set the update interval to "never". However, both control panels work on a per-user/login basis and cannot be used to disable yum auto-update system-wide.
    Finally I found /etc/PackageKit/PackageKit.conf, which has a DefaultBackend parameter, but I don't know what I should put there.
    Is there here a way, to disable the yum auto-update system-wide without uninstalling PackageKit?
    I already checked the documentation at http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/ch-PackageKit.html but it was not helpful.
    Thanks!

    The actuall problem I'm trying to fix is the following error:
    <pre>
    Another app is currently holding the yum lock; waiting for it to exit...
    The other application is: PackageKit
    Memory : 45 M RSS (357 MB VSZ)
    Started: Tue Jul 10 09:27:04 2012 - 04:09 ago
    State : Sleeping, pid: 2317
    </pre>
    The above error can happen if you have an active Gnome session and e.g. connect as root using ssh session and try to use yum.
    I may have found a way now to disable the automatic system updates, however, I don't know if this is the proper solution since I cannot find any information about it.
    I modified */etc/PackageKit/PackageKit.conf* and changed:
    <pre>
    DefaultBackend=yum -> DefaultBackend=nobackend
    </pre>
    It requires a re-login of your Gnome X session to take affect.
    Then Administration/Software update does no longer scan for updates, and apparently no longer lock yum at the system level. At least the problem seems to be fixed globally that way.
    I will mark this question as answered, but any ideas are still welcome.
    Thanks!
    Btw, here is a link to previous older thread to disable it on a per-user basis:
    Disable PackageKit Update Applet

  • Podcasts no longer "Auto Delete"

    Hello,
    Wasn't sure which forum was best for this but just wanted to voice my frustration with Itunes 7.7 and the fact that my podcasts no longer "Auto-Delete" after being played. I checked my settings for each podcast and they are still set to "AUto-Delete". If anyone has any suggestions, please respond.
    Thanks!

    The auto-delete functionality in iTunes refers to deleting the podcasts from your computer. The control for removing played podcasts from the device is on the podcasts tab available when the device is attached.
    Whether or not podcasts are auto-deleted from you computer is based on the podcasts settings in iTunes. The settings button is on the bottom of the podcasts page (next to the undelete button). In the popup window under "Settings for:", select "Podcast Defaults" to change to default for all podcasts, or a specific podcast that you want to behave differently from the default settings.
    When choosing "Podcast Defaults", the two selections at the bottom of the window will be unlocked. When choosing any single podcast, uncheck the "Use Defaults" checkbox to unlock these fields.
    Changing the selection "When new episodes are available:" will affect how many (zero, one, or all) podcasts to download.
    Changing the selection "Episodes to keep:" will affect which, if any, podcasts are auto-deleted.
    As to removing podcasts from the device, this changed for me with the most recent update to the iPod software. Podcasts are removed from the iPhone if they have been played, but they remain on the iPod until they have been deleted from iTunes. I have not experienced a case where a podcast persisted on the device after it was deleted from the computer. I am hopeful that Apple will fix this with the next iPod software update.

  • Can i disabled swip to delete on some cell?

    Hello All,
    I've categorized item list on category section. and I've implement commitEditingStyle: for swipe to delete.
    my Problem is when item not in any category at that time i display "No Data" on cell. i want to disabled swipe to delete for this cell.
    When we add UITableViewDelegate Method
    - (void)tableView:(UITableView *)tv commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath;
    It's handle the automatically swipe to delete button and pass
    "editingStyle == UITableViewCellEditingStyleDelete"
    Please Guide me how to disable / enable for some cell.
    Amit Kalariya
    iPhone Developer

    Implement:
    - (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath
    and return UITableViewCellEditingStyleNone for the cells that you don't want to allow swipe-to-delete for.

  • Is there a way to disable the auto play video and audio ads that are showing up on the web these days?

    A lot of sites have video ads that load and start playing while safari is loading the entire page - slows everythiing down. Also a couple news sites I go to have autoload/play content.  Is there a way to disable these auto loads?

    Install the ClickToFlash or ClickToPlugin Safari extension.

  • Adobe Reader leaving temp files, which are not auto-deleting.

    Adobe reader is leaving temp files all over and I can't delete them. The temp files are left in my "My Documents" folder, which is redirected to the server. Anytime I open a PDF, it leaves a temp file (ie:U17F7.tmp) and it does not auto-delete. The temp files are 0 bytes in size, just really annoying when my folders get cluttered with all these temp files.  I also cannot delete the files, because it says the location is incorrect. I am able to delete the temp files when I'm not connected to the company network. How do I get these temp files to remove themselves once I close out of Adobe Reader?  This is driving me crazy!

    Hi burdurboy05
    What is the version of reader that you're using?
    Are you trying to print files ?
    Did you try to uninstall and re-install the product?
    ~Mandy

  • Disable JRE Auto update in Vista for all users?

    I feel like a complete idiot that I can't figure this out, but it's either so obvious I'm overlooking it, or I just plain can't figure it out, so I'm hoping someone here can help.
    We have not yet been able to figure out how to simply disabled the Auto Update option when installing JRE under Vista, so it will never check for updates, no matter what user is logged into a pc. I've just installed the newest version 1.6.0_05-b13, but get the same results.
    Basically, we are creating a "base clone image" of a Vista workstation and we need the auto update feature of the JRE to be disabled so it doesn't check for updates. When a new user logs into the pc, we want them to 'inherit' this setting from the default user profile, or we simply want a 'global' setting on the pc that stops all JAVA update checks from occuring. But even though there are multiple registry keys that 'look' like they control the auto update function, no matter how we set them the update option still shows it is enabled when you open the JAVA control panel.
    We have 2 basic problems:
    - When a standard user runs the JAVA Control Panel applet and they select the 'Update' tab, the option to "uncheck" autoupdates is "grayed out". If we make the user a local administrator, then it is not grayed out anymore and they can set the option. Problem is, we have thousands of users and none of them are local administrators, hence the problem of getting it to already be defaulted to not check for updates. How do we get the update checkbox to NOT be grayed out for a NON-administrator?
    - How do we set the 'global' (or default) option to disable the auto update checkbox for ALL users? No matter what we try, when a new user logs in, the auto update feature is still enabled after their initial profile is generated from the first time login.
    I was able to figure out if I change the "EnableJavaUpdate" value in the below registry key, it will "remove" the Update tab from the JAVA Control Panel. But does the simply remove the tab? Or does it remove the tab AND disable auto updates for ALL users on the computer?
    HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy
    I've sent multiple emails to Sun asking for help on what should be a simple thing to do, but have never received a reply from them.
    Keith Hemmelman

    Thank you for the reply. I apologize for not getting back here sooner.
    We actually already use a deployment.properties file located under the Default User profile on our Vista setup. It's located under the "C:\Users\Default\AppData\LocalLow\Sun\Java\Deployment" folder. This file does get copied over to a new user profile when a new person logs in. This is what we want since we have set things like the maximum cache size and temporary file location.
    The problem though is there is no setting that disables the automatic update check within this file. The best I can figure out is that for some reason under the Vista environment, the auto update setting is controlled in the registry at: HKEY_CURRENT_USER\Software\JavaSoft\Java Update\Policy
    There is a REG_BINARY key there that appears to control this option. It is named "EnableAutoUpdateCheck". The problem is that the value of this key is "several" characters long and it is "different" from one user to the next. I tried disabling auto update under the Java Control Panel and then copied the value of this key into the same aread of the Default User hive but when a new user logs in, it ignores that setting and auto update is still enabled. I also tried using a simple "0" to disable the autoupdate or a "1" to enable it for this key, but it doesn't work either. (This is very frustrating why there isn't a simple 1 or 0 setting to turn the auto update setting on/off.)
    We had no problem getting this to work under XP. Basically we didn't have to do anything special in XP. We simply created a temporary user account and made all the settings we wanted and then copied that profile over to our Default User profile and the Java autoupdate setting under the Java Control Panel was disabled for all new users. We did the same thing under Vista, but the auto update setting was ignored and re-enabled for all new users.
    I read through the settings for the deployment.properties file located at the below link, but there is nothing there to control the auto update setting.
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html
    Thus, we can't get the auto update setting to be disabled in the default user profile so it will in turn be disabled for all new users that log into the computer. This is extremely frustrating.
    The other equally frustrating problem we have run into under the Vista environment is that when you run the Java Control Panel, the option to disable the auto update check is "grayed out" and the user can't uncheck this option to disable auto update. We have found you must be an administrator before this option is no longer grayed out. Since none of our thousands of users are admins, this is also a problem for us. (This option works fine for a standard user if you are on a XP machine though. It's just Vista where things have changed.)
    I've sent repeated emails to Sun in the past asking for help, but they never replied.
    Keith

  • Disable updates of deleted apps

    How do I disable updates on deleted, inappropriate apps (17+) downloaded by my kid?  He deleted them but they come back in updates.  I understand they can't come off history but how can we get rid of them for good?

    I was under the impression that ALL the apps you have acquired will show up in the Purchased list on the iPad's App Store, free or not. Just checked in the iPad and all 602 apps I have entitlement to, all free but one, show up there. Most are not on the device and a few I have not used in ages. This is the same list that appears on a computer's iTunes program, when logged into the corresponding AppleID and in the Library / Apps / All pane. Might need to do a Show Sidebar in the View menu if the Library item is not immediately visible
    Beware, however, that items on that list can be hidden so a crafty kid may use the feature to keep the parents in the dark. Hiding can only be currently done via iTunes on a computer, not on the iPad. See here: http://support.apple.com/kb/HT4919

  • Sent Items in Mail not Auto-Deleting

    Hi all,
    I have sent items in mail to auto delete when quitting mail but this is not happening. Any ideas?

    If I quit Mail manually, items get deleted.

Maybe you are looking for