Can not set security settings explicitly

Hi,
I'm trying to create a workspace(library) and a folder via APIs and need the program NOT TO INHERIT security setting from the library to the sub folder.
Given below are my attribute for the workspace creation and folder creation respectively,
Attributes for the workspace:
NamedValue[] wsDef = WsUtility.newNamedValueArray(new Object[][] {
{ Attributes.NAME, workspaceName },
{ Attributes.DESCRIPTION, workspaceDesc },
{ Attributes.SECURITY_CONFIGURATION,
WsUtility.newNamedValueArray(new Object[][] {
{ Attributes.GRANTS, wsGrants }}) } });
Where wsGrants,
contains row with
NamedValue[] wsReaderGRPGrant = WsUtility.newNamedValueArray(new Object[][] {
{ Attributes.GRANTEE, attr[0].getValue()},
{ Attributes.ROLES, new long[] { readerRole.getId() }},
{Attributes.PROPAGATING, Boolean.FALSE}});
Attributes for the folder:
NamedValue[] fDef = WsUtility.newNamedValueArray(new Object[][] {
{ Attributes.NAME, folderName },
{ Attributes.DESCRIPTION, folderDesc},
{ Attributes.HAS_EXPLICIT_SECURITY_CONFIGURATION,Boolean.TRUE} });
With these setting, the sub folder still inherits security settings from the workspace.
Can anyone help me please?
Thanks,
Tenjuka

I haven't tried to create this sort of setup using code, yet. Some thoughts though...
In what order are you performing these steps? One of things I've observed is that when using the Content UI, when switching from Inherit to Modify, the base security configuration starts out the same as the parent. Are you still seeing the "inherit" switch set to on your subfolder?
Another thought, it would appear that you are setting each GRANT to be non-propagating for the user being added with the READER role to the workspace. This would imply that only accounts added in with this should not propagate to the folder that isn't inheriting. Are you seeing these additional readers?
Is the workspace security configuration set to CONFIGURATION_FINAL? Are you supplying a security configuration for the subfolder after providing the HAS_EXPLICIT_SECURITY_CONFIGURATION attribute for the folder? Perhaps the system doesn't like having a null security configuration when it's been instructed that there is one.

Similar Messages

  • How can i access security settings to stop PDF being copied?

    How can i access security settings to stop PDF being copied?
    I'm trying to secure my documents so others can not convert file to word or copy and paste information to edit

    Keep in mind (and Acrobat will alert you to this fact) that protections that you set in Acrobat are enforced by all Adobe products but the 3rd-party PDF Viewers may ignore them. There are even Web sites that will strip protections that you set in Acrobat. This is not a reliable technology these days. Acrobat keeps it mostly for backward compatibility for those users who use only Adobe Acrobat/Reader.

  • TS2972 My Apple TV 3 can not set time network, since one week from now, before was working perfectly

    My Apple TV 3 just stop working, it can not set the time network I have call for support and done everything as requested and still nothing, can somebody help me with This it has pass a week and nothing yet. I even restored as support toll me too, no timé still can be set. HELP PLEASE

    I have the exact same problem as KAR1973, and have tried everything.  Relatively new latest Gen ATV, worked fine for couple  months, then suddenly today will not set network time, will not activate, and only shows the "computer" and "settings" icons on menu screen.   Will not allow me to log into AppleID/Itunes account.
    Very frustrating.  Tried resetting, restoring (on screen and directly connected to Itunes) mutliple times, rebooted router multiple times, even checked the ntp settings in router (get network time shows as "enabled"), tried it all on wireless and ethernet, and still same problem. 
    Appears many people have same problem based on google searches.   My question is what is Apple doing about this??  Am tired of spending hours trying to figure this out, so am putting it away, and will buy a Roku or another competitor's box instead. 
    Apple needs to do a better job standing by its product, figure out what the problem is, and put out some helpful guidance, particularly for people who don't have advanced computer or network expertise (inculding myself.) 

  • Lightdm - can not set wallpaper and empty shutdown dialog.

    hello guys!
    i can not set wallpaper in my lightdm-gtk-greeter - screen behind login dialog is still black.
    besides when i click on the shutdown button - where are no options at all!
    here is my lightdm-gtk-greeter.conf and lightdm.conf:
    # logo = Logo file to use, either an image absolute path, or a path relative to the greeter data directory
    # background = Background file to use, either an image path or a color (e.g. #772953)
    # theme-name = GTK+ theme to use
    # icon-theme-name = Icon theme to use
    # font-name = Font to use
    # cursor-name = Cursor theme to use
    # xft-antialias = Whether to antialias Xft fonts (true or false)
    # xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
    # xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
    # xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
    # show-language-selector (true or false)
    [greeter]
    logo=/usr/share/icons/hicolor/64x64/devices/archlinux-icon-crystal-64.svg
    background=/usr/share/pixmaps/backgroundlfm.png
    theme-name=Adwaita
    icon-theme-name=mate
    font-name=Sans Regular 11
    cursor-name=Human
    xft-antialias=true
    xft-dpi=96
    xft-hintstyle=slight
    xft-rgba=rgb
    show-language-selector=true
    # General configuration
    # start-default-seat = True to always start one seat if none are defined in the configuration
    # greeter-user = User to run greeter as
    # minimum-display-number = Minimum display number to use for X servers
    # minimum-vt = First VT to run displays on
    # lock-memory = True to prevent memory from being paged to disk
    # user-authority-in-system-dir = True if session authority should be in the system location
    # guest-account-script = Script to be run to setup guest account
    # log-directory = Directory to log information to
    # run-directory = Directory to put running state in
    # cache-directory = Directory to cache to
    # xsessions-directory = Directory to find X sessions
    # remote-sessions-directory = Directory to find remote sessions
    # xgreeters-directory = Directory to find X greeters
    [LightDM]
    #start-default-seat=true
    #greeter-user=lightdm
    #minimum-display-number=0
    #minimum-vt=7
    #lock-memory=true
    #user-authority-in-system-dir=false
    #guest-account-script=guest-account
    #log-directory=/var/log/lightdm
    run-directory=/run/lightdm
    #cache-directory=/var/cache/lightdm
    #xsessions-directory=/usr/share/xsessions
    #remote-sessions-directory=/usr/share/lightdm/remote-sessions
    #xgreeters-directory=/usr/share/xgreeters
    # Seat defaults
    # type = Seat type (xlocal, xremote)
    # xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
    # xserver-layout = Layout to pass to X server
    # xserver-config = Config file to pass to X server
    # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
    # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
    # xdmcp-port = XDMCP UDP/IP port to communicate on
    # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
    # greeter-session = Session to load for greeter
    # greeter-hide-users = True to hide the user list
    # greeter-allow-guest = True if the greeter should show a guest login option
    # greeter-show-manual-login = True if the greeter should offer a manual login option
    # greeter-show-remote-login = True if the greeter should offer a remote login option
    # user-session = Session to load for users
    # allow-guest = True if guest login is allowed
    # guest-session = Session to load for guests (overrides user-session)
    # session-wrapper = Wrapper script to run session with
    # display-setup-script = Script to run when starting a greeter session (runs as root)
    # greeter-setup-script = Script to run when starting a greeter (runs as root)
    # session-setup-script = Script to run when starting a user session (runs as root)
    # session-cleanup-script = Script to run when quitting a user session (runs as root)
    # autologin-guest = True to log in as guest by default
    # autologin-user = User to log in with by default (overrides autologin-guest)
    # autologin-user-timeout = Number of seconds to wait before loading default user
    # autologin-session = Session to load for automatic login (overrides user-session)
    # exit-on-failure = True if the daemon should exit if this seat fails
    [SeatDefaults]
    #type=xlocal
    #xserver-command=X
    #xserver-layout=
    #xserver-config=
    #xserver-allow-tcp=false
    #xdmcp-manager=
    #xdmcp-port=177
    #xdmcp-key=
    greeter-session=lightdm-gtk-greeter
    #greeter-hide-users=false
    #greeter-allow-guest=true
    #greeter-show-manual-login=false
    #greeter-show-remote-login=true
    #user-session=default
    #allow-guest=true
    #guest-session=UNIMPLEMENTED
    session-wrapper=/etc/lightdm/xsession
    #display-setup-script=
    #greeter-setup-script=
    #session-setup-script=
    #session-cleanup-script=
    #autologin-guest=false
    #autologin-user=
    #autologin-user-timeout=0
    #autologin-session=UNIMPLEMENTED
    #pam-service=lightdm-autologin
    #exit-on-failure=false
    # Seat configuration
    # Each seat must start with "Seat:".
    # Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section.
    #[Seat:0]
    # XDMCP Server configuration
    # enabled = True if XDMCP connections should be allowed
    # port = UDP/IP port to listen for connections on
    # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
    # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
    # it can be a word and the first 7 characters are used as the key.
    [XDMCPServer]
    #enabled=false
    #port=177
    #key=
    # VNC Server configuration
    # enabled = True if VNC connections should be allowed
    # port = TCP/IP port to listen for connections on
    [VNCServer]
    #enabled=false
    #port=5900
    #width=1024
    #height=768
    #depth=8
    any ideas?
    upd: here is lightdm.log
    [+0.08s] DEBUG: Logging to /var/log/lightdm/lightdm.log
    [+0.12s] DEBUG: Starting Light Display Manager 1.4.0, UID=0 PID=504
    [+0.12s] DEBUG: Loaded configuration from /etc/lightdm/lightdm.conf
    [+0.12s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
    [+0.58s] DEBUG: Registered seat module xlocal
    [+0.58s] DEBUG: Registered seat module xremote
    [+0.58s] DEBUG: Adding default seat
    [+0.58s] DEBUG: Starting seat
    [+0.58s] DEBUG: Starting new display for greeter
    [+0.58s] DEBUG: Starting local X display
    [+3.88s] DEBUG: Could not run plymouth --ping: Failed to execute child process "plymouth" (No such file or directory)
    [+3.88s] DEBUG: Using VT 7
    [+3.93s] DEBUG: Activating VT 7
    [+3.93s] DEBUG: Logging to /var/log/lightdm/x-0.log
    [+3.95s] DEBUG: Writing X server authority to /run/lightdm/root/:0
    [+3.95s] DEBUG: Launching X Server
    [+3.95s] DEBUG: Launching process 534: /usr/bin/X :0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
    [+3.96s] DEBUG: Waiting for ready signal from X server :0
    [+3.97s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
    [+3.97s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
    [+5.56s] DEBUG: Got signal 10 from process 534
    [+5.56s] DEBUG: Got signal from X server :0
    [+5.56s] DEBUG: Connecting to XServer :0
    [+5.58s] DEBUG: Starting greeter
    [+5.58s] DEBUG: Started session 558 with service 'lightdm-greeter', username 'lightdm'
    [+6.15s] DEBUG: Session 558 authentication complete with return value 0: Success
    [+6.15s] DEBUG: Greeter authorized
    [+6.15s] DEBUG: Logging to /var/log/lightdm/x-0-greeter.log
    [+6.18s] DEBUG: Session 558 running command /usr/sbin/lightdm-gtk-greeter
    [+7.77s] DEBUG: Greeter connected version=1.4.0
    [+7.77s] DEBUG: Greeter connected, display is ready
    [+7.77s] DEBUG: New display ready, switching to it
    [+7.77s] DEBUG: Activating VT 7
    [+16.32s] DEBUG: Greeter start authentication for shohart
    [+16.32s] DEBUG: Started session 649 with service 'lightdm', username 'shohart'
    [+16.49s] DEBUG: Session 649 got 1 message(s) from PAM
    [+16.49s] DEBUG: Prompt greeter with 1 message(s)
    [+24.87s] DEBUG: Continue authentication
    [+25.00s] DEBUG: Session 649 authentication complete with return value 0: Success
    [+25.00s] DEBUG: Authenticate result for user shohart: Success
    [+25.01s] DEBUG: User shohart authorized
    [+25.01s] DEBUG: Greeter sets language ru_RU.utf8
    [+25.02s] DEBUG: Greeter requests session mate
    [+25.02s] DEBUG: Using session mate
    [+25.02s] DEBUG: Stopping greeter
    [+25.02s] DEBUG: Session 558: Sending SIGTERM
    [+25.03s] DEBUG: Greeter closed communication channel
    [+25.03s] DEBUG: Session 558 exited with return value 0
    [+25.03s] DEBUG: Greeter quit
    [+25.18s] DEBUG: Dropping privileges to uid 1000
    [+25.18s] DEBUG: Calling setresgid
    [+25.18s] DEBUG: Calling setresuid
    [+25.24s] DEBUG: Restoring privileges
    [+25.24s] DEBUG: Calling setresuid
    [+25.24s] DEBUG: Calling setresgid
    [+25.24s] DEBUG: Dropping privileges to uid 1000
    [+25.24s] DEBUG: Calling setresgid
    [+25.24s] DEBUG: Calling setresuid
    [+25.24s] DEBUG: Writing /home/shohart/.dmrc
    [+25.33s] DEBUG: Restoring privileges
    [+25.33s] DEBUG: Calling setresuid
    [+25.33s] DEBUG: Calling setresgid
    [+25.46s] DEBUG: Starting session mate as user shohart
    [+25.46s] DEBUG: Session 649 running command /etc/lightdm/xsession mate-session
    [+25.51s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
    [+590.03s] DEBUG: Session 649 exited with return value 0
    [+590.03s] DEBUG: User session quit
    [+590.03s] DEBUG: Stopping display
    [+590.03s] DEBUG: Sending signal 15 to process 534
    [+590.89s] DEBUG: Process 534 exited with return value 0
    [+590.89s] DEBUG: X server stopped
    [+590.89s] DEBUG: Removing X server authority /run/lightdm/root/:0
    [+590.89s] DEBUG: Releasing VT 7
    [+590.89s] DEBUG: Display server stopped
    [+590.89s] DEBUG: Display stopped
    [+590.89s] DEBUG: Active display stopped, switching to greeter
    [+590.89s] DEBUG: Switching to greeter
    [+590.89s] DEBUG: Starting new display for greeter
    [+590.89s] DEBUG: Starting local X display
    [+590.89s] DEBUG: Using VT 7
    [+590.89s] DEBUG: Logging to /var/log/lightdm/x-0.log
    [+590.89s] DEBUG: Writing X server authority to /run/lightdm/root/:0
    [+590.89s] DEBUG: Launching X Server
    [+590.89s] DEBUG: Launching process 2172: /usr/bin/X :0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
    [+590.89s] DEBUG: Waiting for ready signal from X server :0
    [+591.33s] DEBUG: Got signal 10 from process 2172
    [+591.33s] DEBUG: Got signal from X server :0
    [+591.33s] DEBUG: Connecting to XServer :0
    [+591.33s] DEBUG: Starting greeter
    [+591.33s] DEBUG: Started session 2177 with service 'lightdm-greeter', username 'lightdm'
    [+591.35s] DEBUG: Session 2177 authentication complete with return value 0: Success
    [+591.35s] DEBUG: Greeter authorized
    [+591.35s] DEBUG: Logging to /var/log/lightdm/x-0-greeter.log
    [+591.35s] DEBUG: Session 2177 running command /usr/sbin/lightdm-gtk-greeter
    [+591.41s] DEBUG: Greeter connected version=1.4.0
    [+591.41s] DEBUG: Greeter connected, display is ready
    [+591.41s] DEBUG: New display ready, switching to it
    [+591.41s] DEBUG: Activating VT 7
    [+591.41s] DEBUG: Stopping greeter display being switched from
    [+591.57s] DEBUG: Greeter start authentication for shohart
    [+591.57s] DEBUG: Started session 2197 with service 'lightdm', username 'shohart'
    [+591.58s] DEBUG: Session 2197 got 1 message(s) from PAM
    [+591.58s] DEBUG: Prompt greeter with 1 message(s)
    [+595.21s] DEBUG: Continue authentication
    [+595.26s] DEBUG: Session 2197 authentication complete with return value 0: Success
    [+595.26s] DEBUG: Authenticate result for user shohart: Success
    [+595.26s] DEBUG: User shohart authorized
    [+595.26s] DEBUG: Greeter sets language ru_RU.utf8
    [+595.27s] DEBUG: Greeter requests session mate
    [+595.27s] DEBUG: Using session mate
    [+595.27s] DEBUG: Stopping greeter
    [+595.27s] DEBUG: Session 2177: Sending SIGTERM
    [+595.27s] DEBUG: Greeter closed communication channel
    [+595.27s] DEBUG: Session 2177 exited with return value 0
    [+595.27s] DEBUG: Greeter quit
    [+595.28s] DEBUG: Dropping privileges to uid 1000
    [+595.28s] DEBUG: Calling setresgid
    [+595.28s] DEBUG: Calling setresuid
    [+595.28s] DEBUG: Restoring privileges
    [+595.28s] DEBUG: Calling setresuid
    [+595.28s] DEBUG: Calling setresgid
    [+595.29s] DEBUG: Dropping privileges to uid 1000
    [+595.29s] DEBUG: Calling setresgid
    [+595.29s] DEBUG: Calling setresuid
    [+595.29s] DEBUG: Writing /home/shohart/.dmrc
    [+595.38s] DEBUG: Restoring privileges
    [+595.38s] DEBUG: Calling setresuid
    [+595.38s] DEBUG: Calling setresgid
    [+595.55s] DEBUG: Starting session mate as user shohart
    [+595.55s] DEBUG: Session 2197 running command /etc/lightdm/xsession mate-session
    [+595.57s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session1
    it seems that lightdm does not even trying to make background.... wierd.
    Last edited by shohart (2012-11-15 08:08:09)

    I have the same problem...  IDK why I have an empty shutdown dialogue.  I also have a bunch of non user users appear through it's menu.
    It appears the problem has to do with most Arch installs not having consolekit anymore...
    https://bbs.archlinux.org/viewtopic.php?id=151799
    Last edited by akspecs (2012-11-17 23:59:40)

  • DPM 2012 R2 UR4 - DPM could not set security permissions on the replica or recovery point volume that was created.

    Hi All,
    I am running a fresh install of SCDPM 2012 R2 with a protection group that is backing up the 'C:\', Bare Metal and System State of some VMs. If i add any additional servers to the group since the first creation it returns the following error: 
    Modify protection group: System State & Bare Metal Recovery failed:
    Error 419: DPM could not set security permissions on the replica or recovery point volume that was created.
    Error details: The process cannot access the file because it is being used by another process
    Recommended action: Review the error details, take appropriate action and retry the operation.
    If i re-create the whole protection group it works fine.
    Could any one advise any further diagnostics I can do to try and locate the reason behind not being able to modify the group after the first creation? I can add new servers to other PGs without any issues.
    Thanks in advance,
    Dan

    If you are protecting any of the system state/BMR protection. Can you stop protection by deleting the older recovery points and then recreate the protection group.
    This thread mentions this to be a hardware issue, albeit with less information on what exact hardware issue:
    https://social.technet.microsoft.com/Forums/en-US/480679c2-1079-4847-ab38-5cc8f454ef86/error-419-dpm-could-not-set-security-permissions-on-the-replica-or-recovery-point-volume-that-was?forum=dataprotectionmanager
    Regards, Trinadh [MSFT] This posting is provided AS IS with no warranties, and confers no rights. If you found the reply helpful, please MARK IT AS ANSWER. Looking for source of information for DPM? http://blogs.technet.com/b/dpm/ http://technet.microsoft.com/en-in/library/hh758173.aspx

  • Can not set  multicastRelayMarginDuration

    hello
    i try set the multicastRelayMarginDuration in my p2p application multicast broadcaster
    netStream.multicastWindowDuration = 31;  // change default for everybody
    netStream.multicastPushNeighborLimit = 10; // change default for everybody
    netStream.multicastRelayMarginDuration = 5; // change default for everybody
    netStream.publish("stream");
    netStream.multicastRelayMarginDuration = 5; //test for HD
    //netStream.multicastPushNeighborLimit = 10;
    //netStream.multicastWindowDuration = 30;
    i test with http://osmf.org/dev/1.6gm/setup.html and see the
    multicastWindowDuration is set to 31 sec for everybody this works fine
    the multicastPushNeighborLimit is alwys 4 i think this is ok because its an security limit set this value to more than 4
    but the multicastRelayMarginDuration is alwys 2 sec is this normal? i can not set this value?
    best regards

    the multicastPushNeighborLimit and multicastRelayMarginDuration are set individually at each member; they are not inherited from the publisher. the defaults are 4 and 2 seconds respectively.
    you can override any of the multicast parameters (including the window duration) at each peer. listen for NetStream.MulticastStream.Reset (which signals (re)attachment of a low-level multicast stream) and set/override the ones you want to change each time.
    the parameters that are inherited from the publisher (but can still be overridden at each peer) are:
      multicastWindowDuration
       multicastAvailabilitySendToAll
       multicastAvailabilityUpdatePeriod
    also, if multicastPushNeighborLimit is 0, peers will inherit 0. if the publisher has a non-zero multicastPushNeighborLimit, peers will start with the default of 4.
    these parameters are not inherited from the publisher, and have default initial values at each peer:
      multicastFetchPeriod
       multicastPushNeighborLimit (see exception/explanation above)
       multicastRelayMarginDuration

  • Nas can not access secure parts from Macbook pro

    Black Armor 220 nas can not access secure parts from Macbook pro, although access sucess Public parts (no password), is any setting in Lion or else needed setup?
    Late 2006 model , 15'

    is any network sharing files Setting for secure files sharing in a NAS(wifi with mac via internet gateway), or to be able access Public files (but not secure), the password must be the problem?

  • When I open the settings and messages of the iPhone 4s I get stuck in a white screen, what should I do? the keyboard to open there is minute, I can not open the settings in any way.

    when I open the settings and messages of the iPhone 4s I get stuck in a white screen, what should I do? the keyboard to open there is minute, I can not open the settings in any way.

    Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray BEFORE doing the reset.

  • Hello, I have a Macbook pro retina-2013.  About Mavericks I could set my 4K monitor via HDMI on 2560x1440.  This I can not set at Yosemite. Can someone help me there?

    Hello, I have a Macbook pro retina-2013.  About Mavericks I could set my 4K monitor via HDMI on 2560x1440.  This I can not set at Yosemite. Can someone help me there?

    They really pushed that it would all work great! Has anyone had the same struggle? Are there any step-by-step instructions to get linked up?
    Call Verizon's wireless tech support & explain your problem to them.  They will provide "step-by-step" instructions over the phone. 
    Take notes too!
    TIP:  If you do call & don't want to go through all those darn promps, when you initially call, just don't say anything.  The automatic voice will then say,  "will connect you to a service rep."

  • HT1277 i have set up an email account on my iPad, but i can not set up same account on iMac or iPhone , it keeps saying wrong password for account, any help please

    i have set up an email account on my iPad, but i can not set up same account on iMac or iPhone , it keeps saying wrong password for account, any help please

    i am trying to use my sky email on imac & iphone 4gs

  • I can not set Yahoo as my default search engine in my Firefox. How can I fix it?

    My Firefox's default searc h engine is Google. I have updated my Firefox to 35.0, but still I can not set Yahoo as default search engine.
    Please help me to fix this probeblem. I want to use Yahoo for searching.
    Thanks,
    Munir

    Check these out;
    Book mark and use this;
    '''Download the [https://addons.mozilla.org/en-US/firefox/addon/searchreset/ Mozilla Search Reset]''' {web link}
    This add-on is very simple: on installation, it backs up
    and then resets your search preferences and home page
    to their default values, and then uninstalls itself. This
    affects the search bar, URL bar searches, and the home
    page.
    '''[https://addons.mozilla.org/en-US/firefox/addon/searchthissite/ SearchThisSite]''' {web link}
    Allows you to search the website currently viewed with
    the website's internal search engine (and not the default
    FF search engine or an external engine)
    '''[https://addons.mozilla.org/en-US/firefox/addon/add-to-search-bar/ Add to Search Bar]''' {web link}
    Make any pages' search functionality available in the Search Bar

  • I can not set up a firewall for my computer.  I can get to the place I'm supposed to get to but am unable to click start.

    I can not set up a firewall for my computer.  I can get to the place I'm supposed to get to but am unable to click start.

    If the Start Firewall button is grey (inactive) check to see if the pad lock is "locked" in the lower left corner of the screen.  If so, click it and enter the Administrator password to unlock it.  Then you can start the firewall.
    Hope this helps.

  • I cannot open my Yahoo Mail but everything else is OK.  When I click Yahoo Mail Icon, I get this error message "Safari Cannot open this page.  Safari can not establish secure connection with Yahoo Mail.

    I cannot open my Yahoo Mail but everything else is OK.  When I click Yahoo Mail Icon, I get this error message "Safari Cannot open this page.  Safari can not establish secure connection with Yahoo Mail.

    It sounds as though a script on the site, or an advertisement, is not working quite right...
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove the site's cookies using either of these. Save any pending work first.
    While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • SAPCAR: can not set permissions for /EPS/in/SIGNATURE.SMF

    We are running SUM 1.0 SP10 on IBM i with V7R1 to put EHP6 and SP's on an ERP 6.0 system.  Phase PREP_PRE_CHECK/SCANDIR_EPS0 repeatedly ends with multiple errors that SAPCAR: can not set permissions for /EPS/in/SIGNATURE.SMF file.  We tried increasing the sidADM and R3GROUP authority to the file, but it changes them back and ends with a different number of errors each time, see example:
    SAPup> Starting subprocess with PID 4295601 in phase 'SCANDIR_EPS0' at 20140319101619
        ENV: DIR_LIBRARY=/usr/sap/Y60/SUM/abap/bin
        ENV: ILE_PATH=/usr/sap/Y60/SUM/abap/bin:/usr/sap/Y60/SYS/exe/run:/usr/bin:.
        ENV: LIBPATH=/usr/sap/Y60/SUM/abap/bin:/usr/sap/Y60/SUM/jvm/jre/lib/ppc64/server:/usr/sap/Y60/SUM/jvm/jre/lib/ppc64:/usr/sap/Y60/SUM/jvm/jre/../lib/ppc64:/usr/sap/Y60/SUM/jvm/jre/lib/ppc64/jli:/usr/sap/Y60/SUM/jvm/jre/../lib/ppc64/jli:/usr/sap/Y60/SYS/exe/run:/usr/sap/Y60/hdbclient:/sapdb/clients/Y60/lib/lib64:/sapdb/clients/Y60/lib:/sapdb/programs/lib/lib64:/sapdb/programs/lib
        ENV: PASE_LANG=en_US
        ENV: PASE_LC__FASTMSG=true
        ENV: PASE_LIBPATH=/usr/sap/Y60/SUM/abap/bin:/usr/sap/Y60/SYS/exe/run:/usr/sap/Y60/hdbclient:/sapdb/clients/Y60/lib/lib64:/sapdb/clients/Y60/lib:/sapdb/programs/lib/lib64:/sapdb/programs/lib
        ENV: PASE_LOCPATH=/usr/lib/nls/loc
        ENV: PASE_NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/en_US/%N:/usr/lib/nls/msg/en_US/%N.cat
        ENV: PASE_PATH=/usr/sap/Y60/SUM/abap/bin:/usr/sap/Y60/SYS/exe/run:/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:/usr/bin:.:/usr/sap/Y60/hdbclient:/sapdb/clients/Y60/bin:/sapdb/programs/bin
        ENV: PASE_STDIO_ISATTY=N
        ENV: PASE_THREAD_ATTACH=Y
        ENV: PASE_TZ=<EST>5<EDT>,M3.2.0,M11.1.0
        ENV: PASE_USRGRP_LIMITED=
        ENV: PATH=/usr/sap/Y60/SUM/abap/bin:/usr/sap/Y60/SYS/exe/run:/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:/usr/bin:.:/usr/sap/Y60/hdbclient:/sapdb/clients/Y60/bin:/sapdb/programs/bin
        ENV: SAPSYSTEMNAME=Y60
        ENV: dbms_type=db4
        ENV: dbs_db4_schema=R3Y60DATA
        ENV: ILE_DIR_LIBRARY=/usr/sap/Y60/SUM/abap/bin
        ENV: PASE_DIR_LIBRARY=/usr/sap/Y60/SUM/abap/bin
        ENV: DIR_LIBRARY_RMT=/usr/sap/Y60/SUM/abap/bin
        ENV: ILE_DIR_LIBRARY_RMT=/usr/sap/Y60/SUM/abap/bin
        ENV: PASE_DIR_LIBRARY_RMT=/usr/sap/Y60/SUM/abap/bin
        ENV: ILE_LIBPATH=/usr/sap/Y60/SUM/abap/bin
    EXECUTING /usr/sap/Y60/SUM/abap/bin/SAPCAR -flat -R /usr/sap/transD60/EPS/in -xvf /tmp/NO_SAVE/ERP_EHP6_Download/K-60609INECCDIMP.SAR
    SAPCAR: processing archive /tmp/NO_SAVE/ERP_EHP6_Download/K-60609INECCDIMP.SAR (version 2.01)
    x CSR0120031469_0080800.PAT
    x SIGNATURE.SMF
    SAPCAR: can not set permissions for /usr/sap/transD60/EPS/in/SIGNATURE.SMF (error 13). No such file or directory
    SAPup> Process with PID 4295601 terminated with status 13 at 20140319101623!
    Has anyone lse exprienced this and can share a fix?
    Thank you,
    -Margie

    Hi,
    We had the same issue, and in my opinion it is caused by the parallelisation of sapcar during SUM phase PREP_PRE_CHECK/SCANDIR_EPS0
    I did see several parallel SAPCAR jobs running during this phase.
    So what happens when one job extracts SIGNATURE.SMF at the same time another job tries to finalize its extraction by setting the permissions for /usr/sap/trans/EPS/in/SIGNATURE.SMF?
    It can happen that permissions are being set at the same time another sapcar yust deletes this file to begin extracting.
    Since we had 146 SAR archives that needed to be extracted, a retry allways ended up in 4 to 12 conflicts.
    What did do the trick was adding
    /sapcar/extrcact_parallel = 0
    to the file
    ../SUM/abap/bin/SAPup.par
    Just as Christoph Langer suggested.
    We had to restart the whole phase, a repeat was not enough to solve the problem.

  • Can not set the default printer

    Hello,
    we have HP LaserJet Pro MFP M125-M126 PCLmS network all in one printer, as the installation in every user was successful, and was working fine on installation day, after a day all user facing issue like can not set default pritner , can not print, all user are facing  issue at a time, 
    prompt reply is appreciated,
    This question was solved.
    View Solution.

    Hi @darshan9 ,
    I see that you are experiencing issues setting the default printer for users and you are unable to print over the network.
    I would be happy to help you.
    Do you mean individual computers setup with the printer over the network users or one computer with multiple users?
    Do you have Admin Rights on the computer to make changes?
    What is the full name and product number of your printer? How Do I Find My Model Number or Product Number?
    Download and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it. http://www.hp.com/go/tools>Using HP Diagnostic Tools for HP Printers in Windows.
    I would suggest you to check if you have a different user account or from an administration account.
    I would also suggest you to create a new user account and check if you are able to set the printer as default.
    Create a user account. Create a user account.
    If you are still having issues run the Fixit Tool. Diagnose and fix printer and printing problems automatically.
    What were the results when you ran the Print and Scan Doctor? (did it print or scan, any error messages)
    If there is anything else I can help you with, just let me know.
    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

Maybe you are looking for

  • Dump Error while Creating the Info Package

    Hi, I have created Customized ODS and used Generic data sources.I have loaded full Upload to ODS. Created Info Packages for Init delta and Delta for delta loading. I have ran Full Upload and while I am trying to run Init, I am getting the error. Whil

  • Error in billing docuemnt

    hi guys i hve created invoice docuemnt and in VF02, iam releasing to accounting system shows error "There is no item category assigned to account xxxx/compnany code xxxx" is ti Fi confugration or SD pelase help

  • Web movies for TV viewing

    I have some videos I downloaded from the web I would like to import into iMovie and then create a DVD to watch on TV. Just a standard 32" TV, not a high definition TV or anything like that. What resolution do the web videos need to be in order to loo

  • RAC Guard or RAC?

    If I want load balancing in 2 node RAC environment. I shouldn't install MSCS, but only RAC. Then I don't have a virtual host or virtual IP. If I use RAC Guard with MSCS, then I have a virtual ip but no load balancing. Please anyone confirm me this is

  • Elements 6 on windows 8

    Is there an update for Elements 6 to work on windows 8? I can't size or change the paper type.