Remoting forum problem

I am only seeing the first 10topics and there is no next link
like the other forums. Is this a known problem with this forum?
Supposedly there are 2091 topics.

Am I the only one seeing only the first page of
topics?

Similar Messages

  • Remote Control and Remote View Problem

    Hi,
    I work at a High School running Netware 6.0 SP5 and Zen works 4.01 ir7.
    Remote Control and Remote View works great but I noticed one problem.
    We have a logo of the school that is forced down on to the desktop when a
    user logs in through group policies. This logo works perfect for the
    desktop wall paper and loads every time a user logs in.
    When I Remote Control or Remote View a computer the users desktop wall
    paper turns from the logo being forced down through group policies to the
    desktop to a blue desktop wall paper.
    I would prefer the desktop wall paper staying the schools logo when I
    Remote Control or Remote View because if the desktop wall paper changes to
    the blue color I mentioned above when I Remote Control or Remote View the
    users computer, they will know that someone is taking over their computer
    which sometimes we dont want them knowing.
    We have Windows 98SE computer running Novell Client 3.4 and we have some
    computers running Windows XP Professional SP1 and Windows XP Professional
    SP2 both running Novell Client 4.91 SP2.
    The Remote Control and Remote View problem of the desktop wall paper
    changing on the users computer occurs on all operating systems mentioned
    above.
    Is there a solution to my above problem? When Remote Controlling and
    Remote Viewing someone's computer I don't want the desktop wall paper to
    change.
    Thanks!

    Bpilon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Remote JDBC Problem with Oracle BPM Studio

    Hi all, i am facing the Remote JDBC Problem with Oracle BPM Studio.
    When i configure a Remote JDBC Connection for SQL in BPM Studio, it prompt me an error.
    The SQL Connection is configured as following :
    External Resource:
    Name : MyDS
    Type : SQL Database
    Supported Types : Remote JDBC
    Details:
    Database Type : BPM's Oracle Driver Version:10, 11
    J2EE : WLS
    Lookup Name : MyAppDS
    Configuration for "WLS"
    Name : WLS
    Type : J2EE Application Server
    Supported Types : GENERIC_J2EE
    Details:
    Initial Context Factory : weblogic.jndi.WLInitialContextFactory
    URL : t3://localhost:7001
    But, when i try to connect to the Database by using this configuration, I will get an Exception.
    An exception occurred while getting a resource from a connector.
    Detail:The connector [[ MyDS : SQL : REMOTE_JDBC ]] caused an exception when getting a resource.
    Caused by: An exception occurred while getting a resource from a connector.
    Detail:The connector [[ WLS : J2EE : J2EE ]] caused an exception when getting a resource.
    Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [[ Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory ]]
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at fuego.jndi.FaultTolerantContext.createContext(FaultTolerantContext.java:726)
         at fuego.jndi.FaultTolerantContext.<init>(FaultTolerantContext.java:79)
         at fuego.connector.impl.GenericJ2EEConnector.createInitialContext(GenericJ2EEConnector.java:177)
         at fuego.connector.impl.GenericJ2EEConnector.createStandaloneContext(GenericJ2EEConnector.java:98)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:92)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:76)
         at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:86)
         ... 12 more
    Edited by: user2262377 on Jun 22, 2009 4:01 PM

    I guess the weblogic.jar is not included in the studio.
    So, i added weblogic.jar (Weblogic 10.3) and wlclient.jar (Weblogic 10.3)
    It is working in my simple java code. But, still not working in BPM Studio.
    The error logs:
    An exception occurred while getting a resource from a connector.
    Detail:The connector [OFT_APP_DS:SQL:REMOTE_JDBC] caused an exception when getting a resource.
    Caused by: java.lang.Object cannot be cast to java.io.Serializable
    fuego.connector.ConnectorException: An exception occurred while getting a resource from a connector.
    Detail:The connector [OFT_APP_DS:SQL:REMOTE_JDBC] caused an exception when getting a resource.
         at fuego.connector.ConnectorException.exceptionOnGetResource(ConnectorException.java:88)
         at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:93)
         at fuego.sqlintrospector.BrowserPanel.connect(BrowserPanel.java:395)
         at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:200)
         at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
         at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassCastException: java.lang.Object cannot be cast to java.io.Serializable
         at weblogic.iiop.IIOPOutputStream.writeAny(IIOPOutputStream.java:1588)
         at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2231)
         at weblogic.utils.io.ObjectStreamClass.writeFields(ObjectStreamClass.java:413)
         at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:235)
         at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:225)
         at weblogic.corba.utils.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:182)
         at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:1963)
         at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:2001)
         at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2266)
         at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • Forum problem witn BC

    I left several messages to technical support but never reply. I create a Forum with Business Catalyst. The site is created with Muse. The forum appear but i cannot create a new topic. I cannot go n the texte element. I dont undestand wy Thank you for your help.
    http://www.syndicat-sim.com/ForumRetrieve.aspx?ForumID=3766#

    >>> Well, I'm getting quite a few hits... <<
    Users need all the help they can get ;-) The traffic here is down significantly... no way of knowing if that's due to the forum problem or the product.
    Apologies for my obvious frustration... this problem has been wasting my time for too long and since generous individuals such as you and others are doing the work that adobe abdicates for free, the least they should do is to remove the blockades that their (adobe's) apathy places in their path.
    The page I am sending this from at the moment shows "logged in as Beverly Howard" at the top but clicking "post message" results in a "login delay" failure, so the only option is to navigate back to the top, log in, navigate back to the message an try again... sometimes several times... tip for others... copy the message body from the edit box before you navigate back.
    Beverly Howard [MS MVP-Mobile Devices]

  • !!! Forum Problem "Login Delay"

    There is a problem with the forum when responding to email digest messages...
    Responding to any post by clicking the message link in the digest email, then clicking "post..."
    results in a login screen...
    however, at least all of this week, immediately logging in results in
    "Login Delay" meaning that the message cannot be posted or salvaged.
    Beverly Howard [MS MVP-Mobile Devices]

    >>> Well, I'm getting quite a few hits... <<
    Users need all the help they can get ;-) The traffic here is down significantly... no way of knowing if that's due to the forum problem or the product.
    Apologies for my obvious frustration... this problem has been wasting my time for too long and since generous individuals such as you and others are doing the work that adobe abdicates for free, the least they should do is to remove the blockades that their (adobe's) apathy places in their path.
    The page I am sending this from at the moment shows "logged in as Beverly Howard" at the top but clicking "post message" results in a "login delay" failure, so the only option is to navigate back to the top, log in, navigate back to the message an try again... sometimes several times... tip for others... copy the message body from the edit box before you navigate back.
    Beverly Howard [MS MVP-Mobile Devices]

  • OS X Lion and Apple remote control problem

    After installing OS X Lion my apple remote control no longer works properly.  The menu wont come up on the screen, but it plays music if you press the buttons, but you are riding blind, can anyone help on this one?

    It's not a problem with the remote, the problem is that Lion no longer has FrontRow.

  • No Reply on Flash Remoting Forum

    Hi everyone,
    just to say that I posted a subject on the Flash Remoting
    Forum (
    Here)
    but I'm not sure it's still active.. so if you have an idea don't
    hesitate.. :)

    A little searching and mone works fine now!!!:))
    Here is the link:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=44&catid=184&threadid =1194639&highlight_key=y&keyword1=no%
    Just go to: Applications>Utilities>Audio MIDI Setup
    Using the Audio Devices TAB at the top, make sure that the "
    Properties For:" is set for
    Built-In Audio
    and the Audio Input and Audio output are set at 48000khz
    cheers

  • Remote Sharing Problems with my MacBook Pro. Please help...:)

    Hi all. Could really use some advice from any network pros out there.
    I'll be as detailed as possible.
    I am about to travel overseas for a month and wanted to setup remote access to my old G5 Dual 2.5 tower in my studio.
    I found that the new OS, phones etc. have the remote management and screen sharing options so I thought I would set it up.
    The first day I did it, it all worked properly and I, and my friends could all log in no problem from our phones via VNC, or computers using the 'Connect To Server' option as well as Chicken of the VNC.
    I also set up my friends computer across town to do the same.
    So, the next day I was fiddling with my wireless that happens to drop out every once in a while, thinking its a phone or printer interfering, but anyways, when I restarted the network, the local IP of the server computer had changed, so no problem, I went back through all of my settings and changed the IP, but then it wouldn't connect anymore. AFter 4 hours of fiddling, restarting, changing the port-forwarding etc. in the routers, I finally got it working...
    Then this morning, I couldn't get it to work, and none of the IP's have changed....
    Now I'm confused as it seemed to be setup fine.
    My setup is as follows.
    DSL modem, I have the external IP 76.166......etc.
    This DSL modem connects via ethernet to a Linksys BEFSR41 Router, which then connects via ethernet to an older Airport Extreme Base Station and also a newer Airport Express.
    The G5 I am running as a server is connected via Ethernet to another Airport Express in my studio which is setup to be a wireless 'remote' on a WDS network where the older Extreme Base Station is the 'main'.
    Current local IPs are standard.
    Base Station is 10.0.1.1
    'Remote' Airport Express is 10.0.1.5
    G5 'server' computer is 10.0.1.2
    Linksys router is 192.168.1.1
    I have logged into the Linksys router, gone to the Applications & Gaming/Port Range Forwarding section and enabled a port on 5900, both TCP and UDP, to go to the IP 192.168.1.102.
    I have gone into the Airport Utility of the base station, clicked Advanced, and added the port forwarding of 5900 to local IP 10.0.1.2.
    The remote management section on the Server G5 is on, with vnc password etc. all users.
    When I try and access this computer using the 10.0.1.2 IP on the local network, it works fine, but when I try the external IP, I get the 'connection failed' error.
    Am I missing something....?
    And sorry for the long email but if you are going to help, I know you'd want all the info.
    Oh, and I have repaired permissions although not sure if that helps any.
    Thanks in advance for any help.
    Wiz

    What sort of videos? What are you trying to do?
    We can't advise anything that violates breaking copy protection schemes or violating copyrighted material on this forum.
    If your sure your not violating, then there is SnapZProX that will record anything playing on the screen into Quicktime file with sound, and there is Firefox browser with various add-ons for downloading Flash/YouTube videos and there is Transmission to download p2p files. However with that last one you really have to be extra careful the content is not a stolen copy or malware as you can be sued and/or have your machine compromised.
    For safe downloading of videos, you should take a look at Netflix, for $8 a month and installing Silverlight (they will provide it) you can stream tons of videos to your browser for viewing (not copying) and see the videos again if you wish so it isn't necessary to copy them and clog up your drives with large files.
    Movie videos are usually watch once and never watch again, so it's really unnecessary to store them (especially illegal copies) and clog up your machine or be paranoid having the content and possibly being sued over it.
    There is also iTunes that allows rentals, but it's not as inexpensive as Netflix $8 all you can eat monthly, but it has newer titles.

  • Cisco VPN Software and Remote Desktop Problem

    Hello-
    Please have patience as I just got my first mac and I'm really just learning how everything works.
    Anyway, I'm trying to connect to my office network from my iMac (OS X 10.5.3) using the Cisco VPN client ver. 4.9.01 (0030) and the Remote Desktop Connection v2.0.0 Beta 3. I'm able to connect via the VPN but I cannot connect to the remote machine using either the machine's hostname or IP address.
    In order to troubleshoot the issue, I tried to ping the remote machine after connecting via VPN and it fails. The name is resolving but ping fails with a "No route to host" and then "Host is down error." However, I know the host is up since when I connect via VPN from my PC I can ping the remote machine without a problem.
    Anyone have any ideas? Does the Cisco VPN client for Mac not work well? Is there some simple configuration setting I'm missing somewhere? BTW, I'm connecting to the Internet via WiFi and am using a Linksys WRT54G router.
    thx,
    ian

    Hello Ian:
    Welcome to Apple discussions (and to the wonderful world of Macs). I think you will find these forums represent the best on-line community anywhere - and everyone is a volunteer!
    I am no help with your problem as I have not used a Cisco VPN. However, in my previous business life I did connect my home Mac to my business VPN. I found that our IT people were most helpful in smoothing connection issues.
    This forum addresses connection issues if you want to post there:
    http://discussions.apple.com/forum.jspa?forumID=1222
    Barry

  • Remote Icom8500 problem variable hex

    Hello. (First, sorry for my english, I translate it with google...à
    I try to remotely control an ICOM 8500. (There's a topic here http://forums.ni.com/t5/Discussions-de-produit-de-​NI/conversion-en-hexa/m-p/821160#M25265 , but a bit old)
    I have a problem with the gain:
    I want to send the following command (in hex):
    FEFE 4AE0 1401 0255 FD (with the red variable from 0000 to 0255 per slide).
    The problem is that I can only set the variable of my hex value (eg. For 0255: 3032 3535).
    Find Out How?
    And
    supplementary (but less important), is it possible with the slide,
    having the scale of 0 to 100, but to send values from 0000 to 0255??
    Thank you for your answers

    Here the solution
    http://forums.ni.com/t5/Discussions-de-produit-de-​NI/T%C3%A9l%C3%A9commande-Icom8500-probl%C3%A8me-v​...

  • Remote server problems

    hello i am having issues with one of your remote servers which is making game playing inpossable drop out and latercy is the problem once i hit the server it drops out the name is ip 62.6.201.164 core-te0-7-0-0.faraday.ukcore.bt.net. if it cannont be fixed then it could be time to move on to a new isp..... been like this for 3 days now the same remote server each time.....

    Welcome to this forum.
    This is a customer to customer forum only,
    This is where customers help each other get the most out of BT products & services.
    Anything you post here does not go to BT. Although the forum is moderated by BT, not all posts are read.
    Try restarting your BT Home hub, so you get a different public IP address, and possibly a different routing.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Remote control problems

    One of my remotes only works to turn the tv on/off and adjust volume. None of the cable features work. I've reset the box but it didn't help. I've tried calling in and have been on hold so long I have to hang up.

    Charles,
    It appears that in the past few days you have not received a response
    to your posting. That concerns us, and has triggered this automated
    reply.
    Has your problem been resolved? If not, you might try one of the
    following options:
    - Do a search of our knowledgebase at
    http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com in both the "free product support" and "paid
    product support" drop down boxes.
    - You could also try posting your message again. Make sure it is
    posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept
    our apologies and rest assured we will issue a stern reprimand to our
    posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Urgent remote access problem!

    hi dear all,
    i have a 2800 router who is connected via dialout to 1 871 router,
    I can ping the async interface on the 871 router but not the loopback address.
    here are the configuration of both of them:
    router 2800
    hostname 2800
    boot-start-marker
    boot-end-marker
    enable secret xxxx
    no aaa new-model
    resource policy
    ip subnet-zero
    ip cef
    no ip domain lookup
    chat-script Dialout ABORT ERROR ABORT BUSY ABORT "NO ANSWER" "" "AT" OK "ATDT\T" TIMEOUT 40 CONNECT \c
    modemcap entry pooria
    username xxx password xxx
    username xxx password xxx
    interface FastEthernet0/0
    ip address 172.20.1.4 255.255.255.128
    duplex auto
    speed auto
    interface FastEthernet0/1
    no ip address
    duplex auto
    speed auto
    interface Async1/0
    no ip address
    encapsulation ppp
    no ip route-cache cef
    dialer in-band
    dialer pool-member 1
    dialer-group 1
    async dynamic routing
    async mode dedicated
    routing dynamic
    interface Dialer1
    ip address 192.168.0.1 255.255.255.252
    encapsulation ppp
    no ip route-cache cef
    no ip route-cache
    no ip mroute-cache
    dialer pool 1
    dialer idle-timeout 0
    dialer fast-idle 180
    dialer string Dilaout
    dialer string 44843763 modem-script dialout
    dialer-group 1
    ppp authentication chap
    router eigrp 7
    network 172.20.1.0 0.0.0.127
    network 192.168.0.0 0.0.0.3
    no auto-summary
    ip classless
    ip route 0.0.0.0 0.0.0.x.20.1.1
    ip route 172.25.150.0 255.255.255.252 192.168.0.2
    ip http server
    dialer-list 1 protocol ip permit
    control-plane
    line con 0
    line aux 0
    line 1/0 1/15
    exec-timeout 0 0
    no flush-at-activation
    script dialer Dialout
    modem InOut
    modem autoconfigure discovery
    transport input all
    transport output all
    stopbits 1
    flowcontrol hardware
    line vty 0 4
    login local
    scheduler allocate 20000 1000
    end
    the configuration of 871 router
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname 871
    boot-start-marker
    boot-end-marker
    enable secret xxx
    enable password xxx
    aaa new-model
    aaa authentication login default local
    aaa authentication login no_login none
    aaa authentication ppp default local none
    aaa session-id common
    resource policy
    ip cef
    no ip domain lookup
    modemcap entry POL:MSC=&F1S0=1
    username cisco password xxx
    username 2800 password xxx
    interface Loopback0
    ip address 172.25.150.1 255.255.255.252
    interface FastEthernet0
    shutdown
    interface FastEthernet1
    shutdown
    interface FastEthernet2
    shutdown
    interface FastEthernet3
    shutdown
    interface FastEthernet4
    no ip address
    duplex auto
    speed auto
    interface Vlan1
    no ip address
    interface Async1
    ip address 192.168.0.2 255.255.255.252
    encapsulation ppp
    dialer in-band
    dialer idle-timeout 0
    dialer fast-idle 180
    async dynamic routing
    async mode interactive
    peer default ip address 192.168.0.1
    ppp authentication chap
    routing dynamic
    ip route 0.0.0.0 0.0.0.0 192.168.0.1
    no ip http server
    no ip http secure-server
    control-plane
    line con 0
    modem autoconfigure type POL
    modem enable
    transport output all
    speed 115200
    line aux 0
    exec-timeout 0 0
    login authentication no_login
    modem InOut
    modem autoconfigure type POL
    autocommand ppp default
    transport input all
    transport output all
    stopbits 1
    speed 115200
    flowcontrol hardware
    line vty 0 4
    transport input all
    transport output all
    scheduler max-task-time 5000
    webvpn context Default_context
    ssl authenticate verify all
    no inservice
    end
    please help me!

    ehsan
    You have also posted this issue on the WAN Routing and Switching forum where I have provided an answer. I suggest that we consolidate the discussion on that forum.
    vanesh
    A quick glance at the 5 FastEthernet interfaces on the remote router reveals the problem without any need for show ip route. When interfaces are shut down or have no IP address there can be no routes to those interfaces.
    HTH
    Rick

  • Cisco ASA 5505 VPN Remote Acces Problem

    Hello Guys .. i have cisco 5505 Asa security Adaptive , and i have two local networks 192.168.1.0 /24   and 192.168.2.0/24 , and i have my ISP public connection,,,,,what i want to do is i want to connect Remote VPN connection and access my  Private Network of 192. my public ip is like 155.155.155.0 /24    ...
    i put my ISP connection in the EO/0 and my private networks into E0/1 and E0/2.
    so i created a remote vpn connection ,, and then i connected to the VPN ..
    My problem i can't reach and access my private networks .. this probem frustrated me a lot .. so cisco guys please help me
    and iam using ASDM cisco graphic interface

    Hi Timothy,
    Could you please try disabling UAC in Win 7. Also try to connect from a machine where you have admin privileges (in case you are trying connection from a restricted machine.
    Also, add the site under trusted sites in IE. i.e if you are connecting to https://1.1.1.1 or https://vpn.abc.com then please add it under the trusted sites:
    Let me know if this helps.
    Thanks,
    Vishnu Sharma

  • Remote Shutdown problem

    Hi,
    I am trying to shutdown (and restart) a Windows 7 (RC1) PC on my home network from another PC running Windows 7 (RC1). I am running the following command at a command prompt (I have tried with and without Administrator privilege):
    shutdown /r /f /m \\backup
    Originally I was getting "Access Denied" but after searching the internet I disabled file sharing on the remote PC and I now get the following error message:
    "backup: The entered computer name is not valid or remote shutdown is not supported on the target computer. Check the name and then try again or contact your system administrator. (53)"
    I have also tried using the IP address and the result is the same.
    I am using the same user name on both PCs, with the same password and the user is a member of the administrator group on both PCs. I have also checked the following policy settings on the remote PC:
    Local Policies:User Rights Assignment:Access this computer from the network: Administrators...
    Local Policies:User Rights Assignment:Force shutdown from a remote station: Administrators
    Local Policies:User Rights Assignment:Shutdown the system:Administrators
    Local Policies:Security options:Network access: Sharing and security model for local accounts: Classic - local users authenticate as themselves
    Local Policies:Security options:Shutdown:Allow system to be shutdown without having to log on.
    Is there anything else to check?
    Thanks
    Patrick

    I know this is a late response, but when I had the same problem, I discovered that the problem was the firewall setting related to File and Printer Sharing (SMB-IN).  That rule was disabled for the Public profile; I'm not sure what triggers that profile's
    use over the Domain or Private because the machine is on a LAN with the Domain Controller.  When I enabled that rule, I was able to shutdown the servers.  The puzzling thing for me is that the rule seemed to be "disabled" on its own. 
    I distinctly remember shutting down all 6 of my servers.  Then 2 weeks ago, I could only shutdown 5.  This week I could only shutdown 4, so I had to enable this rule on 2 servers, and I don't know what would have caused that setting to be changed. 
    Obviously, if any firewalls change on their own, that would appear to be a large disconcerting bug.
    Just to reiterate, the firewall rule which prevented me from remotely shutdown was the File and Printer Sharing (SMB-IN) Inbound Firewall rule associated with the Public profile.  I enabled it, and I could execute a remote shutdown command.

Maybe you are looking for