Problems with Managed Printers

Our school has two main types of users: Faculty and Students. We want Students to be able to print to one list of printers and Faculty to print to a different list. In Workgroup Manager I have specified the lists and when a user logs in they can see that list and print with no issues. The problem is that after they log out of a public computer, their list is not cleared away. So if a Faculty user logs in after a Student user (or vice-versa), they can now see both lists of printers combined. Is there something I am missing to make this work?
Thanks for your help.

Hi Jason,
Before going further, sorry for the late response.
>>If I create a test account and login to the same PC as a student that doesn't get the printers it works fine for about 9-10 logins and then it starts happening to the test account. Its like the problem takes a few logins to occur
Based on the description, after the issue occurs, please log out the users, log in again, and then run the command
gpresult/h gpreport.html to collect group policy result to check if the group policy settings still apply correctly.
Besides, what printers do we use? For this involves third party hardware product, and in order to better troubleshoot the issue, we can also contact vendor company to see if they have some suggestions for this issue.
Best regards,
Frank Shen

Similar Messages

  • Problems with managed beans on included JSPs

    I've got a problem with managed beans within an included JSP
    The included page looks as follows:
    <f:subview id="includedPage" binding="#{testBean.component}">
         <h:outputText value="Hallo from the included page"/>
         <h:outputText value="#{testBean.msg}" />
    </f:subview>The including page is also very simple
    <f:view>
         <html>
              <head>
                   <title>Test include</title>
              </head>
              <body>
                   <h:outputText value="Hello from the including page"/>               
                   <jsp:include page="included.jsp"/>
              </body>
         </html>
    </f:view>The testBean is a managed bean with page scope and looks as follows:
    public class TestBean {
        public UIComponent fComponent;
        public TestBean() {
            System.out.println("TestBean Constructor called " + toString() );
        public String getMsg() {
            return "Component = " + fComponent ;
        public void setComponent(UIComponent component) {
            System.out.println("setComponent called " + component);       
            fComponent = component;
        public UIComponent getComponent() {
            System.out.println("getComponent called " + fComponent);
            return fComponent;
    }The output to the console is:
    TestBean Constructor called de.kvb.athena.web.beans.TestBean@1bc16f0
    getComponent called null
    TestBean Constructor called de.kvb.athena.web.beans.TestBean@18622f3
    setComponent called javax.faces.component.UINamingContainer@160877b
    TestBean Constructor called de.kvb.athena.web.beans.TestBean@5eb489
    and the page displays
    Hello from the include page
    Hello from the included page Component = null
    Can anyone explain this behavior ? What's the reason that the page displays
    Component = null
    and is it possible to display the parent naming container (subview) this way ?
    how ?
    Thanks

    By "page scope" I assume you mean "none"? If so JSF creates a new bean for each place it's referenced. The closest to the behavior you want, once per "page", is really request scope.
    (I'm not sure why the constructor is being called thrice, though. I should look into this.)
    I assume you want a bean-per-subview scenario. This should be doable, and one way that allows a dynamic number of subviews would be as follows:
    --create a "manager" bean in request scope
    --give it get/set methods that retrieves a Map of "TestBean" instances; the idea is that each subview use a different key "s1", "s2", etc
    back the manager method with Map implementation that checks if there's already a TestBean associated with the key returns it if yes, else null.
    If that seems messy, the component solution is hairy :-) See http://forum.java.sun.com/thread.jspa?threadID=568937&messageID=2812561
    --A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problems with deployed printers

    We have printers deployed to our buildings via Group Policy. We're having intermittent problems with the printers getting mapped for the users. We have a mixed Windows 7 and 8.1 environment. From what I can tell the Windows 7 almost always work. However
    for the Windows 8.1 ones its intermittent. The error in the Application log for the machines that do not get the printers is this: 
    The user 'Hard-IMC-1nb-test' preference item in the 'Student Mandatory {0FA26CC5-C001-4A02-AACE-930581B7A1CF}' Group Policy Object did not apply because it failed with error code '0x80070057 The parameter is
    incorrect.' This error was suppressed.
    Hard-IMC etc is the printer share name. Student Mandatory is the name of the policy.
    The strange thing is some students login and get all printers, some it gets this. I tried adding another printer share to the same printers with say a PCL5 driver vs a PCL 6. And it'll work fine for a few days then that one falls into the mix of not getting
    mapped. This is happening in all of our buildings each has its own local 2008 R2 print server. If I create a test account and login to the same PC as a student that doesn't get the printers it works fine for about 9-10 logins and then it starts happening to
    the test account. Its like the problem takes a few logins to occur. I've looked at some of our printers and they use the same manufacturer driver for both Win 7 and 8.1 so its not a driver issue especially since a lot of the times they do map. 
    The only thing I've been able to find out is that on Win7 its not happening. Nothing else makes sense. There is no pattern to time of day or account. The machines all have the same image and updates etc. Can anyone give me a direction to look at. We have
    too many PC's to do printers individually.
    Thanks
    Jason

    Hi Jason,
    Before going further, sorry for the late response.
    >>If I create a test account and login to the same PC as a student that doesn't get the printers it works fine for about 9-10 logins and then it starts happening to the test account. Its like the problem takes a few logins to occur
    Based on the description, after the issue occurs, please log out the users, log in again, and then run the command
    gpresult/h gpreport.html to collect group policy result to check if the group policy settings still apply correctly.
    Besides, what printers do we use? For this involves third party hardware product, and in order to better troubleshoot the issue, we can also contact vendor company to see if they have some suggestions for this issue.
    Best regards,
    Frank Shen

  • Problem with Managed Server pointing to a different JDK

    Hi,
    My Adminserver is pointing to JDK 1.7 which is shown in the startup, but my managed servers are pointing to a different 1.6_43 . We are running into Java version mismatch problem while deploying our application built with jdk 1.7 onto these managed servers . How do i change the version of my managed server ?
    Thanks
    Sam

    Hi Sam,
    You generally only have to change it in two places.
    DOMAIN_HOME/bin/setDomainEnv.sh and MW_HOME/wlserver_12.1/common/bin/commEnv.sh
    See examples below.
    If you are on Linux you can quickly fix it. For example:
    cd /u01/app/oracle/product/fmw
    find . -type f -exec sed -i "s/\/u01\/app\/oracle\/product\/jdk1.6.0_39/\/u01\/app\/oracle\/product\/java_current/g" {} \;
    It is a good idea to make a softlink to your Java installation, then you will not have this problem in the future. If you are on Windows you can use a symlink.
    Linux example:
    ln -s /u01/app/oracle/product/jdk1.7.0_25 /u01/app/oracle/product/java_current
    Windows example:
    mklink /d D:\oracle\product\java_current D:\oracle\product\jrockit-jdk1.6.0_26-R28.1.4-4.0.1
    setDomainEnv.sh
    /u01/app/oracle/domains/eksudv/bin/setDomainEnv.sh
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
            JAVA_HOME="${BEA_JAVA_HOME}"
            export JAVA_HOME
    else
            if [ "${JAVA_VENDOR}" = "Sun" ] ; then
                    JAVA_HOME="${SUN_JAVA_HOME}"
                    export JAVA_HOME
            else
                    JAVA_VENDOR="Sun"
                    export JAVA_VENDOR
                    JAVA_HOME="/u01/app/oracle/product/java_current"
                    export JAVA_HOME
            fi
    fi
    commEnv.sh
    /u01/app/oracle/product/fmw/wlserver_12.1/common/bin/commEnv.sh
    # Reset JAVA_HOME, JAVA_VENDOR and PRODUCTION_MODE unless JAVA_HOME
    # and JAVA_VENDOR are pre-defined.
    if [ -z "${JAVA_HOME}" -o -z "${JAVA_VENDOR}" ]; then
      # Set up JAVA HOME
      JAVA_HOME="/u01/app/oracle/product/java_current"
      # Set up JAVA VENDOR, possible values are
      #Oracle, HP, IBM, Sun ...
      JAVA_VENDOR=Sun
      # PRODUCTION_MODE, default to the development mode
      PRODUCTION_MODE=""
    fi
    Regards Peter
    http://theheat.dk

  • Problem with Management Console

    This is not really an installation issue, but this seemed the most appropriate category.
    Whenever I try to access any functions of the Users Tool in the Solaris Management Console (gui), such as viewing users, viewing roles, etc., an error msg pops up stating "CIM_ERR_FAILED" . This occurs whether I load locally or over network from another machine's Management Console.
    The box is running Solaris 8 04/01 with several packages from the Sun companuon CD installed, as well as the latest Sun recommended patch cluster. Any help and/or suggestions would be greatly appreciated.

    I think I temporarily fixed this problem I am not sure how this will affect the development.
    But atleast I can start the J2EE/DB services so that I can start and stop services from the MMC
    What was happening was that the services
    SAPJ2E_00
    SAPJ2E_01
    were not starting up because of the logon problems, the default account that was created SAPService( something like that ) was not able to log on, I changed the logon permissions to "Local System" and started the service, this time atleast the service started.
    I need to launch the Development Studio and see if I am able to work with the new account permissions on the J2EE server

  • Problem with Manage link on Creative Cloud Files page

    When I click the Manage link from https://creative.adobe.com/files it just opens up another Files page. The View link works fine. Is this a known problem at the moment? It was working fine until a couple of days ago. I can still access these pages from links elsewhere, but it was useful at times to just use the links from the Files page.
    I've tried from all three of my Macs and my iPad and it's the same every time.
    Safari 5.1.7, Mac OS X 10.7.4, Creative Cloud subscription

    It seems to be a compatability issue with the Safari browser platform. I'm encountering the same issue using Safari (same version - 5.1.7), but the link works fine using Google Chrome. I'm going to go ahead and submit a bug report regarding the issue, so hopefully this will get cleared up soon.
    For now, if you have Chrome (I haven't tested this on Firefox), the Manage link should work fine.
    Thanks for posting!

  • HP LaserJet Pro MFP M125nw problem with printing printers key

    Hi
    I would like to print page with printers code for HPePrint center in order to add printer to the service. When I switch on this service - I get information that test page with configuration will be printed - and HP is not printing anything.
    Other reports are printed correctly, just after click, only that one does not work.
    Thank you
    This question was solved.
    View Solution.

    Hi @Martin1982,
    Thank you for taking the time to answer my questions, I do appreciate it.
    Please set a manual IP address and manual DNS servers for the printer.  The steps can be found in the Printer Does Not Maintain Wireless Connection document.  It is Solution Three.  For the Primary DNS Server please use 209.244.0.3 and for the Alternate DNS server please use 209.244.0.4.  These are Level3’s public DNS servers.
    Please let me know the outcome.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Problem with Management Console for Netweaver Development Studio

    I installed the  Netweaver Development Studio and all works fine
    Normally the MMC shows SAP Systems and a J2E instance below it which is used to start the services
    But when I shutdown my machine and restart it again the J2E item below the SAP Systems does not appear and  I cannot restart the J2E/SAP/DB/J2EE services
    Is there another way I could restart all the related services from a batch file or a utility that takes a config file
    because for the last few days I am having to re-install the Developer studio to get it to work
    Please help me on this because I am wasting atleast 2 hrs daily to reinstall so that I can control all my services
    thanks
    Tony

    I think I temporarily fixed this problem I am not sure how this will affect the development.
    But atleast I can start the J2EE/DB services so that I can start and stop services from the MMC
    What was happening was that the services
    SAPJ2E_00
    SAPJ2E_01
    were not starting up because of the logon problems, the default account that was created SAPService( something like that ) was not able to log on, I changed the logon permissions to "Local System" and started the service, this time atleast the service started.
    I need to launch the Development Studio and see if I am able to work with the new account permissions on the J2EE server

  • ADF Faces and BC: Scope problem with managed bean

    Hi,
    I am using JDev 10.1.3 and ADF Faces with ADF BC.
    I have created a managed bean which needs to interact with the binding layer and also receive actions from the web pages. I have a managed property on the bean which is defined as follows:
    <managed-bean>
        <managed-bean-name>navigator</managed-bean-name>
        <managed-bean-class>ecu.ethics.view.managed.Navigator</managed-bean-class>
        <managed-bean-scope>session</managed-bean-scope>
        <managed-property>
          <property-name>bindings</property-name>
          <value>#{bindings}</value>
        </managed-property>
      </managed-bean>I need the been to session scope because it needs to keep previous and next pages to navigate the user through their proposal. If i use session scope (as above) i get the following error when i click on a comand link which references a method in the above bean: #{navigator.forwardNext_action} which returns a global forward.
    this is the exception:
    javax.faces.FacesException: #{navigator.forwardNext_action}:
    javax.faces.el.EvaluationException: javax.faces.FacesException:
    javax.faces.FacesException: The scope of the referenced object: '#{bindings}' is shorter than the referring object     at
    com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:78)     at
    oracle.adf.view.faces.component.UIXCommand.broadcast(UIXCommand.java:211) at
    javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)at
    javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)     at
    com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)     at
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)     
    at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)     at
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)how can i get around this?
    Brenden

    Hi pp,
    you need to create a managed (not backing) been set to session scope.
    You can call/reference the managed bean from your page.
    the backing bean is designed around a page lifecyle which is request oriented in it's design.
    This is a simple managed bean from faces-config.xml
    <managed-bean>
        <managed-bean-name>UserInfo</managed-bean-name>
        <managed-bean-class>ecu.ethics.admin.view.managed.UserInfo</managed-bean-class>
        <managed-bean-scope>session</managed-bean-scope>
          <managed-property>
          <property-name>bindings</property-name>
          <property-class>oracle.adf.model.BindingContext</property-class>
          <value>#{data}</value>
        </managed-property>
      </managed-bean>and the getters and setters for bindings in your session scope managed bean:
        public void setBindings(BindingContext bindings) {
            this._bindings = bindings;
        public BindingContext getBindings() {
            return _bindings;
        }you can access the model from the managed bean using the the BindingContext if needed.
    also have a look at JSFUtils from the ADF BC SRDemo application, there are methods in this class such as resolveExpression which demonstrate how to get the values of items on your page programatically using expression language. You can use this in your managed bean to get values from your pages.
    regards,
    Brenden

  • Problems with Ricoh printers.

    Hello,
    I have installed a ONPLUS agent in a network and where the device is connected to the network the Ricoh SP 5100N printers becomes unreachables in the network. It seems that the printers locks.
    Somebody knows this issue?
    Regards,
    Vicente Ilerbaig.

    Vicente,
    Shot in the dark here. If you're not using SMB Discovery on the ON100, you might consider turning that off. Shouldn't be an issue since it's a printer but the perfect set of circumstances might trigger some sort of security protocol or preventative measure on the Ricoh to self preserve. Another option might be to turn off the NetBIOS Discovery in the ON100. Though this will deminish the value of OnPlus it might help in troubleshooting down the root cause if it does remedy it. Both can be turned off by drilling into the ON100 for the site in OnPlus, selecting Device Options and unchecking the respective boxees. For troubleshooting purposes I would recommend doing one at a time.  If you're not using the SMB Discovery, I would recommend turning it off by default to prevent getting security failures on Windows devices with the source of ON100.
    Questions
    If you remove the ON100 from the network and restart the Ricoh printers, do they go back to working without issue?
    If so, when you put the ON100 back on the network, how long does it take before they become unreachable again?
    As well, when you look in OnPlus, did the ON100 detect them and if so what did it determine the devices to be?

  • Reader 9 PDF printing problem with Canon printers

    If you get no job output but only a blinking LED on various Canon network printers this might help:
    1. Open Acrobat or Adobe Reader.
    2. Choose File > Print.
    3. Click the Advanced button.
    4. Check "let printer determine colors"
    Additionally you might need to set the "Font and Resource Policy" dropdown to "Send for Each Page" as described in http://kb.adobe.com/selfservice/viewContent.do?externalId=kb408015&sliceId=1
    Good luck!

    Abhigyan,
    The Java Script hasn't changed in 2 years. It was developed by an Adobe Partner. Adobe Reader and Acrobat have changed.
    I'll try to step through the script but haven't had much luck in past.
    Here are the lines that Reader likely is throwing the error:
    oDoc.print(pp);
    if ( bCloseNoSave )  oDoc.closeDoc({bNoSave:true});
    As I stated, it works in previous versions of Reader (9.0 through version 9.3.2). The issue began when Adobe released version 9.3.3.
    Doug

  • Problem with manage/consume content separation approach

    Hi,
    In the Portal 10G manual and in several other sources, ORACLE recommends separating content-management from content-publication in different page groups. That's the approach we've adopted, and it seems reasonable. BUT now I find that contents published as portlets are like black boxes not searchable in the page group where they are published! That and not giving search feature at all to the users is almost the same! There must be some solution for this, I find it a major drawback difficult to ignore, since it makes this approach unacceptable.
    Please, any help on this will be very appreciated, for it may yield critical decisions in our portal development approach.
    Big thanks in advance.

    The default portal search is a respository-based search, so will always return the page on which the item is managed. In your use case, it probably makes sense to either (1) not expose the page attribute in your search result (2) use UltraSearch as your end user facing search. Note that UltraSearch creates its index via a crawler, therefore will only return content that is 'public'.
    If you have additional, follow-up questions on search options, I recommend a post on the portal search forum: http://forums.oracle.com/forums/forum.jsp?forum=12

  • Problem with Managing Subscriptions (URL)

    The problem consists of which I cannot create the sindicador, entrance the URL of the subscriber and the respective user, but at the time of Get Catalogue sends the following message:
    Error: Error en la conexión con el sindicador (No ICE server)
    I hope that they can help me.

    you have a sandbox security issue.  you can allow your local swf to access that html by going to the following:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l
    but you'll probably run into the same problem when you upload your files to a server.

  • I am facing some problems with managing the local storage of my iPad !!

    SO i wanted to download asphalt 7 on my iPad 16gb with 1.9gb left ! And the size of the game is 1.27gb but when i tried to install it, a message appeared saying that THERE IS NOT ENOUGH LOCAL STORAGE TO DOWNLOAD ASPHALT 7 HEAT !!  so i went to Settings>General>Usage>Storage>Show All Apps n i started deleting apps and  the free space increased to about 2.4gb but still the message appeared !! PLS HELP !!

    It takes about twice the amount of storage space free as the actual game size for the process to get it installed.

  • Problem with default printers

    Post Author: Nataly
    CA Forum: Crystal Reports
    I had SQL Server 2000 and Crystal Reports 8.0 installed on Windows 2000. ASP intranet application was working fine and users had their crystal reports on their default printers. After upgrading Windows 2000 to Windows 2003 Crystal doesn't recognize users default printers any more  and choose one particular printer on network no matter what users default printer is. They can choose the necessary one still, but it realy bothers them because they get use to have it in a right way.Please, help!

    What information should I provide?
    AMD Phenom II X4
    GeForce GTX 550ti 1GB GDDR5
    8 GB DDR3
    Windows 7 Ultimate 64 Bit

Maybe you are looking for

  • Best Replacement AC Adapter?

    Why-oh-why does Apple refuse to make a better adaptor for their laptops? I know they could do it if they just put their minds to it. Another sad AC adaptor is looking like it is going to fail me soon. I am now only allowing it to be used when I am ri

  • Image Zoom movie

    I've created a small flash movie which is basically a 7 second zoom on a photo. When I export the final movie though it's not a smooth effect at all - the only way I can describe it is 'juddering'. I've tried this movie on 15 pfs and 30fps and the ef

  • E4200 guest network access restrictions

    I have the E4200 router with fw v1.0.01. I need to provide guest access and limit the hours it is available. I am not able to use access restrictions because when I attempt to enter the range of IP addresses it forces me to use 192.168.1 and the gues

  • Calculating Date Fields in SQ01

    Hi Friends, I'm new to SAP so I apologize if my question sounds rudimentary.  I've created a query in SQ01.  I would like to be able to report on data from the current year regardless of the year.  My ultimate goal is to schedule the query to run as

  • Printing a single page document multiple times on a page

    I have a half page document that I am trying to print 2 up to a page and make multiple copies of. Is this something that is possible with Acrobat? I know how to do it with publisher and it's pretty easy. The way that I have done it with my pdf's norm