Server 2008R2 mapping to shared folders fails users of Windows 8.1 but seems OK on Windos 8.0 and no problems for Windows 7

Having read what I could from the related questions, the answers still elude me.  This issue apparently is specific to Windows 8.1.
First, a little background.
1:  The server is not on a domain,  The system runs Server 2008-R2 standard with all folders shared across a standard "Workgroup" type network.  They would prefer to
leave this layout intact. 
2:  The shared folders are nothing but Data files.  There are no active system folders or anything used in an "active" environment.  They are mostly Word doc, excel
files, pdf, txt, etc.  However, due to the requirements of the software that needs to access these files, they Must
 reside on a mapped network drive letter. Nothing else works due to the way the SQL database program stores the reference points back to the data.
I have had some success using what amounts to a “simulated” mapping using  WebDAV to access the server.  But access speed is a lot slower ad file size is limited.
3:  The system has been configured as-is for the past 3 years with Users all on Windows 7 x64 (mixed OS, some Home Premium, some Professional) and the only problems that come up are when
access is through an ISP that blocks port 445.  This was the original reason for finding a WebDAV/Cloud method just for those Users since they were unable to Map drives to anything on the Office Servers from their Home Internet even when using a VPN.
When Windows 8.0 became the only version available, I added a few users whose new laptops came with 8.0 from the vendors.  While there were a very few minor problems, for all practical
purposes, I was still able to provide access to the mapped folders.
As the Windows 8.1 roll-out progressed, some users were successfully upgraded while others  are still stuck in Windows 8.0.  The issues with this seem to be hardware related and vary
depending on the Make and model of the laptop.  I have been assured that eventually all of these will be able to advance to 8.1.  But this delay has given me an excellent mixed OS environment for testing.
On the users who have not yet purchased new equipment and who are still using Windows 7.  There has been no change.  Their drive mapping is stable and they can always connect as usual. 
Those blocked from lack of port 445 or still blocked.  Systems inside the Office and those with ISP's who allow port 445 can use all mapped drives as normal.
Users who had Windows 8.0 and who have not yet been able to upgrade to 8.1 also have been unaffected.  Same results as Windows 7. 
Users who got the Windows 8.1 upgrade as well as those that came factory loaded with Windows 8.1 seem to be a never-ending list of problems.  The ones that came native with 8.1 are worst
of all.  The list of error codes runs through everything that has to do with “communication with the server”.  As far as I have seen, this appears to be the issue.
Whether they are in the office on a wired network connection or at home on a Wi-Fi connection, the issues have the same results but the actual error codes may vary slightly.  All of
them refer back to an inability to communicate with the server.
Nothing on the server has changed in any way.  Users with Windows 7 continue to have zero problems,  Users with Windows 8.0 seem to be doing fine as well.  Only those with Windows
8.1 are affected and their problems are dramatic with everything from a total loss of drive mapping to misdirected data when the maps are active.
I have tried to make the drives automatically remap on reboot. I have tried registry modifications.  I have done everything I can think of to make a difference but the results are the same
for every system using 8.1.  The mapped drive letters invariably disappear.  Sometimes while the system is in use ( I think I have been able to trace this to times when the system enters Sleep or Hibernate) but always when the system reboots. 
One detail that might point to somewhere is that the "time to connect" when mapping the drive is so long that I believe some of the original failures were due to not waiting for a
minimum of 3 or 4 minutes to give time for the Shares to show-up in order to map them.  Once the mapping is successful, the file access speed seems normal.  But invariably, the drive becomes "unmapped" repeatedly each day.
I know this was a long question but I have tried to provide every possible detail for anyone who has experienced events like this who may already have a solution.  I would even be glad
to purchase a 3rd party application if that is what it takes to get this to work.  My next planned effort is to try using Server 2013 but I am afraid that might open another can of worms for those who still use Windows 7.
I have also been told that this is in some way related to the push to "Cloud" support in Windows 8.1 OS but I do not see where this would come in.  I can say that this was the
one place where things continued to work as before.  People who had Windows 8.1 and who had to use the CLOUD copies of our data are still able to connect to it with no problems.
Any suggestions appreciated.  Preferably those that would not need extensive changes to the basic network structure.  This "workgroup" consists of less than 25 users and any
extreme measures would be hard to justify

Hi,
I sugget you try to ping server so that we can verify the connectivity.
Can windows 8.1 access Windows Server 2008R2?
Also,please check the event viewer to see if some error log appeared when the issue occurred.
Regards,
Kelvin Xu
TechNet Community Support

Similar Messages

  • Map linux shared folders to Z drive in Windows Client. Unable to login through Samba Server

    Hi,
    I am trying to map my linux machine to a network drive Z in Windows 7 . I added user guid in smbusers and created a password for this user through smbpasswd . Started Samba server on linuc, but when trying to create a network drive, it is asking for the login. I used credentials as GUID/<CREATEDPWD> . Not able to login with these credentials. Am I missing something. My Domain is ORADEV. I attached related files smb.conf,lmhosts,smbusers  files. Please let me know if i am not configuring samba server correctly.
    Here is the sm.conf file Details :
    # This is the main Samba configuration file. You should read the
    # smb.conf(5) manual page in order to understand the options listed
    # here. Samba has a huge number of configurable options (perhaps too
    # many!) most of which are not shown in this example
    # Any line which starts with a ; (semi-colon) or a # (hash)
    # is a comment and is ignored. In this example we will use a #
    # for commentry and a ; for parts of the config file that you
    # may wish to enable
    # NOTE: Whenever you modify this file you should run the command "testparm"
    # to check that you have not made any basic syntactic errors.
    #======================= Global Settings =====================================
    [global]
    # workgroup = NT-Domain-Name or Workgroup-Name
       workgroup = ORADEV
    # server string is the equivalent of the NT Description field
       server string = %L (ST Samba Host), RedHat AS %v
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    ;   hosts allow = 192.168.1. 192.168.2. 127.
    # if you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    #   printcap name = /etc/printcap
    #   load printers = yes
    # It should not be necessary to spell out the print system type unless
    # yours is non-standard. Currently supported print systems include:
    # bsd, sysv, plp, lprng, aix, hpux, qnx
    #   printing = lprng
    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
      guest account = adoddi
    # this tells Samba to use a separate log file for each machine
    # that connects
       log file = /var/log/samba/%m.log
    # Put a capping on the size of the log files (in Kb).
       max log size = 0
    # Security mode. Most people will want user level security. See
    # security_level.txt for details.
       security = server
    # Use password server option only with security = server
    # The argument list may include:
    #   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
    # or to auto-locate the domain controller/s
       password server = *
       password server =Samba Server
    # Password Level allows matching of _n_ characters of the password for
    # all combinations of upper and lower case.
    ;  password level = 8
    ;  username level = 8
    # You may wish to use password encryption. Please read
    # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
    # Do not enable this option unless you have read those documents
       encrypt passwords = yes
       smb passwd file = /etc/samba/smbpasswd
    # The following is needed to keep smbclient from spouting spurious errors
    # when Samba is built with support for SSL.
    ;   ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt
    # The following are needed to allow password changing from Windows to
    # update the Linux sytsem password also.
    # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
    # NOTE2: You do NOT need these to allow workstations to change only
    #        the encrypted SMB passwords. They allow the Unix password
    #        to be kept in sync with the SMB password.
    ;  unix password sync = Yes
    ;  passwd program = /usr/bin/passwd %u
    ;  passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
    # Unix users can map to different SMB User names
    ;  username map = /etc/samba/smbusers
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting
    ;   include = /etc/samba/smb.conf.%m
    # This parameter will control whether or not Samba should obey PAM's
    # account and session management directives. The default behavior is
    # to use PAM for clear text authentication only and to ignore any
    # account or session management. Note that Samba always ignores PAM
    # for authentication in the case of encrypt passwords = yes
    ;  obey pam restrictions = yes
    # Most people will find that this option gives better performance.
    # See speed.txt and the manual pages for details
       socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ;   interfaces = 192.168.12.2/24 192.168.13.2/24
    # Configure remote browse list synchronisation here
    #  request announcement to, or browse list sync from:
    # a specific host or from / to a whole subnet (see below)
    ;   remote browse sync = 192.168.3.25 192.168.5.255
    # Cause this host to announce itself to local subnets here
    ;   remote announce = 192.168.1.255 192.168.2.44
    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
       local master = no
    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    ;   os level = 33
    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
       domain master = no
    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
       preferred master = no
    # Enable this if you want Samba to be a domain logon server for
    # Windows95 workstations.
    ;   domain logons = yes
    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ;   logon script = %m.bat
    # run a specific logon batch file per username
    ;   logon script = %U.bat
    # Where to store roving profiles (only for Win95 and WinNT)
    #        %L substitutes for this servers netbios name, %U is username
    #        You must uncomment the [Profiles] share below
    ;   logon path = \\%L\Profiles\%U
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ;   wins support = yes
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
       wins server = 130.35.62.34
    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one WINS Server on the network. The default is NO.
    ;   wins proxy = yes
    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The built-in default for versions 1.9.17 is yes,
    # this has been changed in version 1.9.18 to no.
       dns proxy = no
    # Case Preservation can be handy - system default is _no_
    # NOTE: These can be set on a per share basis
    ;  preserve case = no
    ;  short preserve case = no
    # Default case is normally upper case for all DOS files
    ;  default case = lower
    # Be very careful with case sensitivity - it can break things!
    ;  case sensitive = no
    #============================ Share Definitions ==============================
    # a service which has a different directory for each machine that connects
    # this allows you to tailor configurations to incoming machines. You could
    # also use the %U option to tailor it by user name.
    # The %m gets replaced with the machine name that is connecting.
    [ade]
      comment = ADE Directory
      path = /ade_global/
      public = no
      writable = yes
    [homes]
       comment = Home Directories (UNIX Home Dirs auto_home)
       browseable = no
       writable = yes
       valid users = %S
       create mode = 0664
       directory mode = 0775
    # If you want users samba doesn't recognize to be mapped to a guest user
    map to guest = bad user
    security = user
    # Un-comment the following and create the netlogon directory for Domain Logons
    ; [netlogon]
    ;   comment = Network Logon Service
    ;   path = /usr/local/samba/lib/netlogon
    ;   guest ok = yes
    ;   writable = no
    ;   share modes = no
    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    ;[Profiles]
    ;    path = /usr/local/samba/profiles
    ;    browseable = no
    ;    guest ok = yes
    # NOTE: If you have a BSD-style print system there is no need to
    # specifically define each individual printer
    #[printers]
    #   comment = All Printers
    #   path = /var/spool/samba
    #   browseable = no
    # Set public = yes to allow user 'guest account' to print
    #   guest ok = no
    #   writable = no
    #   printable = yes
    # This one is useful for people to share files
    [tmp]
       comment = Temporary file space on %L
       path = /tmp
       read only = no
       public = yes
    # This is for the /private dir
    [private]
       comment = /private file space on %L
       path = /private
       read only = no
       public = yes
    # A publicly accessible directory, but read only, except for people in
    # the "staff" group
    ;[public]
    ;   comment = Public Stuff
    ;   path = /home/samba
    ;   public = yes
    ;   writable = yes
    ;   printable = no
    ;   write list = @staff
    # Other examples.
    # A private printer, usable only by fred. Spool data will be placed in fred's
    # home directory. Note that fred must have write access to the spool directory,
    # wherever it is.
    ;[fredsprn]
    ;   comment = Fred's Printer
    ;   valid users = fred
    ;   path = /home/fred
    ;   printer = freds_printer
    ;   public = no
    ;   writable = no
    ;   printable = yes
    # A private directory, usable only by fred. Note that fred requires write
    # access to the directory.
    ;[fredsdir]
    ;   comment = Fred's Service
    ;   path = /usr/somewhere/private
    ;   valid users = fred
    ;   public = no
    ;   writable = yes
    ;   printable = no
    # A publicly accessible directory, read/write to all users. Note that all files
    # created in the directory by users will be owned by the default user, so
    # any user with access can delete any other user's files. Obviously this
    # directory must be writable by the default user. Another user could of course
    # be specified, in which case all files would be owned by that user instead.
    [public]
       path =: /usr/somewhere/else/public
       public = yes
       only guest = yes
       writable = yes
       printable = no
    # The following two entries demonstrate how to share a directory so that two
    # users can place files there that will be owned by the specific users. In this
    # setup, the directory should be writable by both users and should have the
    # sticky bit set on it to prevent abuse. Obviously this could be extended to
    # as many users as required.
    ;[myshare]
    ;   comment = Mary's and Fred's stuff
    ;   path = /usr/somewhere/shared
    ;   valid users = mary fred
    ;   public = no
    ;   writable = yes
    ;   printable = no
    ;   create mask = 0765
    Here  is the smbusers file : adoddi is my GUID
    # Unix_name = SMB_name1 SMB_name2 ...
    root = administrator admin
    nobody = guest pcguest smbguest
    adoddi = adoddi
    lcmHosts File :
    127.0.0.1 localhost

    Hi,
    To clarify a couple of things:
    1- "reverse-route" does not have anything to do with this issue, the problem relies on the Windows 7 machine.
    2- Do you connect with an Admin account (Windows admin)?
    3- Do you run the VPN client as an administrator?
    4- Have you tried to disable any AV or software protection on the machine (just for testing).?
    Let me know.
    Portu.
    Please rate any helpul posts
    Message was edited by: Javier Portuguez

  • Open Directory and connection to shared folders fail

    Hi,
    For testing i've setup an Open Directory Master (Leopard server 10.5.2) with shared folders and portable home directories.
    Login and synhronizing works as it should. But once logged in, when i click on the server in finder i just get connection failed. When i choose "connect as" and log in as the same user and password as authenticated at the login to the computer (authenticated to OD) it works.
    I thought it should work like a single sign on?
    Any clues?

    Hi
    If you browse the discussion forum you should find this:
    http://discussions.apple.com/thread.jspa?threadID=1251475&tstart=0
    Basically browsing using the Finder or Side Panel does not work well or breaks easily (as far as I can tell it has been like this since 10.2). In an OD environment trying to connect and getting a ticket using that method will probably fail. The workaround - or the 'fix' - is to use 'Connect to Server' from the Go Menu using the Server's IP address. In my experience it does not seem to matter whether AFP is set to Kerberos, Any or Standard for the authentication method. It also does not seem to matter whether the Server is configured in Standard or Advanced.
    I've not come across anything yet regarding Workgroup. Probably in that configuration it may not be an issue as this mode - as far as I can see - is ideal for AD-OD integration. In that environment OSX Server would not be the KDC and mac clients will be using the AD for SSO.
    Since this has been happening since 10.2 I don't see Apple addressing this anytime soon, however you never know?
    Tony

  • OneDrive business - sharing folders with users that dont have onedrive licenses.

    So I want to try to accomplish something on the cheap. I work for a small company with a about 40 user mailboxes using Office 365 hosted exchange E1. About 15 of those users primarily work on the road as field techs doing service work at customer locations.
    What I want to do:
    Add 1 license of one drive for business to the admin user of the organization.Create folders in the OneDrive.
    Create user groups in O365.
    Add users without One Drive for business licenses / drives to the user groups.Share the Folders in OneDrive account with the O365 user groups.Questions:First of all does this violate any licensing? (If so might as well stop reading here, everything else is a moot point),I would assume it doesn't though - I could share files to other people like customers who are unlicensed by generating links and sending the link via email, so why...
    This topic first appeared in the Spiceworks Community

    Hi,
    You can learn how to share documents or folders in OneDrive for Business from this article:
    http://office.microsoft.com/en-001/sharepoint-server-help/share-documents-or-folders-in-onedrive-for-business-HA102788380.aspx#_Toc370821985
    Please also refer to the link below to learn how to share folders and files on an iPhone or iPad:
    http://office.microsoft.com/en-001/office365-sharepoint-online-enterprise-help/use-the-onedrive-for-business-app-on-an-iphone-or-ipad-HA104005688.aspx#_Toc383014599
    As for your request to share from a Desktop App, I admit that's a limitation so far. Since Microsoft will always improve its products to make them more powerful and easier to use, let's see what will happen in the future.
    Regards,
    Melon Chen
    TechNet Community Support

  • Subnet config and switch layout for windows 2012 ISCSI server

    I would like to ask about subnet design and switch layout in regards to using a Windows 2012 ISCSI solution. When you guys design subnets for ISCSI configurations do you use one subnet or multiple subnets?  Also do you link the switches together when
    designing your ISCSI layouts? These types of things are normally discussed in vendor deployment guides.  However, I have not come across a best practices guide for deploying Server 2012 ISCSI.

    I would like to ask about subnet design and switch layout in regards to using a Windows 2012 ISCSI solution. When you guys design subnets for ISCSI configurations do you use one subnet or multiple subnets?  Also do you link the switches together
    when designing your ISCSI layouts? These types of things are normally discussed in vendor deployment guides.  However, I have not come across a best practices guide for deploying Server 2012 ISCSI.
    For iSCSI you typically create a separate subnets around physical NICs you use for iSCSI traffic (assuming they are used by iSCSI target for MPIO of course). Here are few guides on how to do that (some for Windows Server 2008 R2 but you can ignore that fact
    as target itself did not change much and concepts are still the same). See:
    Configure iSCSI MPIO on Windows (full)
    http://blogs.technet.com/b/migreene/archive/2009/08/29/3277914.aspx
    (make sure you have at leas one connection before you try to enable MPIO)
    Setting up a Target and Initiator
    http://www.server-log.com/blog/2011/7/26/setting-up-an-microsoft-iscsi-target-and-initiator-using-mpi.html
    You need however be aware of a couple of facts... 
    1) MSFT does not see much future in iSCSI and is replacing it with SMB3 where it can. So if you want to use iSCSI to provide shared storage to your guest VMs you need to use shared VHDX hosted on SMB3 share, see:
    Shared VHDX for guest VM Cluster
    http://technet.microsoft.com/en-us/library/dn265980.aspx
    If you plan to use iSCSI to host CSV and VM images there you again can use SMB3 share, see:
    Hyper-V over SMB
    http://technet.microsoft.com/en-us/library/jj134187.aspx
    That's both simpler to manage (you don't configure anything except teaming for NICs to enable SMB Multichannel and create a shared folder in a few clicks) and faster: MSFT iSCSI target is not cached @ server side while (OK, Hyper-V ovens VMs in a pass-thru
    mode but other users typically don't do that). SQL Server is the same as Hyper-V in terms of SMB3 support, Windows clusters support SMB3 share as a witness and so on.
    2) That's a single point of failure. Think about using SoFS instead of a single SMB3 share and think about clustering your target (you'll need a separate fault tolerant back end of that) to increase uptime. See:
    MSFT iSCSI Target Failover Cluster
    http://techontip.wordpress.com/2011/05/03/microsoft-iscsi-target-cluster-building-walkthrough/
    Good luck! :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • POP3 and IMAP problem for one user

    Hi All,
    One of my users has recently connected her iPhone4 to our GW7. We set her up just like numerous other of our users, and she is having some issues. When set up as IMAP using the default application on her iPhone, she can see all her folders and all her mail up to December 21, 2011, but nothing after that. If she asks to download more messages, it successfully shows earlier messages, but still nothing more recent than December. When set up as POP, she is able to download recent messages, but there are wide gaps in what she can see. Whole days are missing. I can send her a new message, and she can POP it right away, but messages that came in just hours before will not come over. None of our other users have any such issues--including at least one with the same iPhone.
    The user swears that she has no other e-mail program POPing mail--and even if she did, I don't think it would explain the IMAP issue--but I may be wrong about that. This user does have an incredibly large online mail account--over 20,000 messages in her Mailbox folder alone. I have examined her POA indexes, and they show nothing un-indexed.
    I have used my own phone (Droid Bionic) to connect to her GWise account and I see the same behavior from her account.
    We are using GWIA 7.0.2, and I can see her phone making connections successfully. I see no errors, but I have not yet studied a Verbose display when she connects.
    Any suggestions about how to proceed to troubleshoot this?
    What could I do if I wanted to reset whatever information her account stores as to what messages have been POP'ed off or to reset whatever info about IMAP is maintained?
    Thanks in advance,
    Peter.

    On 1/12/2012 3:16 PM, pgsmick wrote:
    >
    > Many, or shall I say /imapreadlimit -10, thanks to you Michael.
    > Preumably there is a reason for this limit, and I don't feel like caving
    > in to pressure from users who refuse to clean out their mailboxes, but
    > what are the specific downsides to raising the limit? And does this
    > shed any light on the other issue with using the POP3 method?
    >
    > Again, you're a gem.
    >
    > Peter.
    >
    >
    My understanding is as you raise it, the memory usage of the POA and the
    CPU hit on the POA will increase. It's been explained to me that the
    IMAP standard requires certain correlations and bufferings to made
    between the different items, so the memory usage increases. (IMAP is
    fairly complex, so I doubt I can explain it all since I doubt I
    understand it all). For example IMAP requires synthetic UIDS to be
    correct for all the items in the mailbox during the session. There is
    room for improvement here, but it hasn't been a super-high priority is
    what I was told just this past BrainShare. It will never be a completely
    low memory "streaming" kind of solution though - a lot of state has to
    be built and maintained during the IMAP session.
    POP, I'm not sure about. I do know GW can get confused. Have her specify
    her pop UserID differently. For example if her normal gwmailbox is
    jsmith, have her try jsmith:v=2 .
    Also see other whacky POP switches
    you can set affect the date range, and #. The "v","l",and "t" are the
    most important.
    User ID Login Options
    With POP3 clients, users can add the options listed in the table below
    to the login name (GroupWise user ID) to control management of their
    mailbox messages. If used, these options override the POP3 settings
    assigned through the user’s class of service (see Section 47.1.2,
    Creating a Class of Service).
    Login options are appended to the user ID name with a colon character
    (:) between the user ID name and the switches:
    Syntax: user_ID:switch
    Example: User1:v=1
    You can combine options by stringing them together after the user ID and
    the colon without any spaces between the options:
    Syntax: user_ID:switch1switch2
    Example: User1:v=1sdl=10
    The syntax for the user ID options is not case sensitive. Login options
    are not required. If you do not want to include any login options, just
    enter the user ID name in the text box, or following the USER command if
    you are using a Telnet application as your POP3 client.
    Table 46-1 User ID Login Options
    Option
    Explanation
    Example
    v=number between 1-31
    The v option defines the POP3 client’s view number. If multiple POP3
    clients access the same GroupWise mailbox, each client must use a
    different view number in order to see a fresh mailbox.
    For example, if two POP3 clients access a mailbox and the first client
    downloads the unread messages, the second client cannot download the
    messages unless it is using a different view number than the first client.
    If this option is not used, the default value is 1.
    User_ID:v=1
    d
    The d option deletes the messages from the GroupWise mailbox after they
    have been downloaded to the POP3 client.
    User_ID:d
    p
    The p option purges the messages from the GroupWise mailbox after they
    have been downloaded to the POP3 client.
    User_ID:p
    t=1-1000
    The t option defines the download period, starting with the current day.
    For example, if you specify 14, then only messages that are 14 days old
    or newer are downloaded. If this option is not used, the default value
    is 30 days.
    User_ID:t=14
    n
    The n option downloads messages in RFC-822 format rather than the
    default MIME format.
    User_ID:N
    m
    The m option downloads messages in MIME format. This is the default.
    User_ID:M
    s
    The s option presets the file size when the STAT command is executed. If
    the user mailbox contains a lot of messages or large messages, it can
    take a long time to calculate the file size. With this option, the STAT
    command always reports an artificial file size of 1, which can save time.
    User_ID:S
    l=1-1000
    The l option limits the number of messages to download for each POP3
    session. For example, if you want to limit the number of messages to 10,
    you enter l=10. If this option is not used, the default value is 100
    messages.

  • Oracle Forms and Reports 10gR2 for Windows Server 2008 (64bit)

    Hi!
    I need to install Oracle Forms and Reports 10gR2 in a windows server 2008 64 bit machine. But I cannot find the installer of it. Is there a way to do it?
    Thanks...

    I need to install Oracle Forms and Reports 10gR2 in a windows server 2008 64 bit machine.Be aware that Oracle Forms and Reports 10gR2 (AS 10.1.2.0.2) is not certified for windows server 2008, as from Oracle Certification Matrices

  • Created the following in iShowU and need help for Windows User

    I know a Windows XP user who only sees green static type screen when viewing this short tutorial: http://www.abbcfellowship.com/Downloads/registration.mov
    The clip was generated using iShowU. Does anyone know why and if I can fix it? I could offer a Flash Version as well, but QuickTime is supposed to be cross-platform. Thanks for any help! The video was captured at 30 fps, h.264 codec, audio at 20 Kz stereo.

    I think its been answered:
    Help!! How to Link users informations to user page???

  • Server 2012 Standard license and VM license for windows instances

    Hi,
    A question about VM instances on standard server 2012 license exists here 
    I  cannot link it here as my account is not verified. The topic is titled "Windows Server 2012 Standard License and VMs"
    My question is tad different...
    If I understand this correctly, 1 windows server standard license provides support for 1 Physical Operating System Environment (The VM Host /  POSE) and permission to run 2 Virtual Operating System Environment(VOSE).
    Does this imply that I can install 2 additional instances of Windows Server 2012 Standard Edition on the permitted 2 VM instances on the server? Or... should I purchase additional licenses for each VOSE that runs windows?
    Does the standard license provide rights to run  2 Virtual instances AND offer install and activation rights for 2 MS windows (virtual) environments AND install and activation rights for the windows host?
    If license is require for each instance of server 2012 running on the VM ... can I avoid purchasing additional licenses for operating systems, say, if I run 2 Centos operating system instances in 2 VOSE?
    Please help!
    Thanks.

    Licensing questions should be asked of a trained Microsoft licensing specialist.  I haven't seen one of those lurking in this forum.  www.microsoft.com/licensing.
    That said, licenses are assigned to the physical host, not to VMs.  The License you assign to the host grants you the "right to run" addition virtual operating system environments running Windows Server.  It does not grant you additional licenses. 
    Licensing for Microsoft Windows Server operating system is controlled by Microsoft.  Licensing for any other operating system is not covered by the virtualization rights of the Windows Server operating system.  Therefore, if the CentOS virtual machines
    are properly licensed by whoever licenses them, you can run however many instances that license allows.
    A single Standard Edition license can be installed on the physical host granting you the right to run up to two virtual instances of Standard Edition.  However, if you run additional services, such as file services or Active Directory or IIS, etc.,
    on the physical instance, that means you can only run one additional virtual instance of Windows Server.
    Free advice is worth every cent.
    .:|:.:|:. tim

  • User profile creation problem for windows 7 clients with eap-fast

    Hi All,
    In our clients locations we implemented eap-fast authentication with domain integration in ACS for wlan users.Every thing working fine.We are facing problem with windows 7 laptops, in which client utility is not available to configure the user profiles.
      In xp laptops client utility softwares are available with all makes, but with win 7 utilitys are not coming by default......
    So what are options and available sourses for creating user profile with EAP-FAST in windows 7 laptops.
    Any free univarsal client utility is available for windows 7 laptop.
    Please guide me..............
    -Subhash

    Windows 7 should be able to do EAP-fast by default. If not you could download the latest Anyconnect client that also has the Cisco wireless supplicant in it.
    HTH,
    Steve
    Sent from Cisco Technical Support iPad App

  • Simple ways of sharing folders across users?

    Hi
    I realise this has been done to death, but after many attempts I am wondering if I am missing something. I am using the top level public folder and system preferences route to drop in a folder that contains several sub folders and then multiple documents in each folder. So far it looks like I need to set access rights for each user at a main folder and sub folder (which is painful, but OK), but then also for every document which is contained in them.
    Am I missing something - I am trying to quickly allow access to an existing file structure so we can both work on it retaining only one copy, and I don't want to start from fresh, or have duplicates.
    Any thoughts?

    Hi MartinR
    Yep tried this one and even sorting our the file preferences at an individual file level to ensure they were read & write by user does not seem to work. You can open the file, but you can't alter it unless, of course, you originated it - not unless I am missing something again.
    Ta

  • HP Pavilion p7-1451 USB 3.0 and Bluetooth drivers for Windows Server 2008 R2

    I bought an HP Pavilion p7-1451 so I could have an affordable, yet reasonably powerful machine to put a server software development environment on (I'm a software engineer).
    It came with Windows 8, but I needed Windows Server 2008 R2, which I own through an MSDN subscription.  I did what I always do in these cases, re-partioned the hard drive, re-formatted, and installed the new operating system.
    I have nearly all devices working properly, but it still won't recognize the USB 3.0 ports and the Bluetooth device.  I searched everywhere but cannot find anything that will work.  Anything from the HP site is targeted for either Windows 7 or 8, and when trying either one of those, it tells me "Your system does not meet the operating system requirements"  and MSI does not publish any drivers at all for this particular motherboard (that I can find anyway).
    Motherboard:  MSI MS-7778  also known as: MSI 2AEO version 1.0
    BIOS:  AMI 8.12
    This is the list of "Other devices" in Device Manager that Windows doesn't recognize:
        BCM20702A0
        Universal Serial Bus (USB) Controller
        Universal Serial Bus (USB) Controller
    Bluetooth Device ID:  USB\VID_0A5C&PID_21F1&REV_0012
    USB Controller device ID:  PCI\VEN_1022&DEV_7812&SUBSYS_2AE0103C&REV_03
    Windows still doesn't recognize them after allowing it to search the internet.
    And I've googled all over the place and I'm not getting anywhere.
    Does anyone have any advice?
    Any chance this could be related to the BIOS?
    I'm not having any luck finding a BIOS download for this motherboard either.
    Any help is much appreciated!
    This question was solved.
    View Solution.

    Holy crap, it worked!!
    My version number was slightly different in the .inf files, but I dropped the last ".1" off the end and that did the trick!
    So, the steps were:
    Get and extract the driver files:
    1. Download the AMD Chipset Drivers file from here:
          http://support.amd.com/us/gpudownload/windows/Pages/raid_windows.aspx#2
          (choose the first download in the list.  It's called "AMD Chipset Drivers")
    2. Download and install 7-Zip from here:
          http://7-zip.org/download.html
    3.  Right click the  13-4_vista_win7_win8_32-64_sb.exe  chipset file, select "7-Zip", then choose "Extract Here"
    Install the USB Host Controller driver:
    1. Open the USB Controller .inf file in Notepad from the following location:
        13-4_vista_win7_win8_32-64_sb\Packages\Drivers\SBDrv\hseries\USB30\amdxhc\W764A\amdxhc.inf
    2. Find all instances of:  .5.1.1   and replace with:  .5.1
         and save and close the file.
    3. In Device Manager, right click the first unknown "Universal Serial Bus (USB) Controller" and choose "Update Driver Software..."
    4. Choose "Browse my computer for driver software", navigate to the directory in Step 1, and click Next.
    5. Accept any warnings and choose to Install anyway...
    It should recognize and install the USB Controller driver (finally progress!)
    Repeat the same steps above for any other USB 3.0 controllers that are unrecognized.
    The devices should now say "Unknown device" instead of "Universal Serial Bus (USB) Controller".
    Windows recognizes your controllers now, but not the USB root hubs.
    For each of those "Unknown device" entries, do this to install the USB 3.0 Root Hub:
    1. Open the USB Hub .inf file in Notepad from the following location: (notice that it's a different directory)
        13-4_vista_win7_win8_32-64_sb\Packages\Drivers\SBDrv\hseries\USB30\amdhub\W764A\amdhub30.inf
    2. Find all instances of:  .5.1.1   and replace with:  .5.1
         and save and close the file.
    3. In Device Manager, right click the first "Unknown device" and choose "Update Driver Software..."
    4. Choose "Browse my computer for driver software", navigate to the directory in Step 1, and click Next.
    5. Accept any warnings and choose to Install anyway...
    I plugged in a USB 3.0 hard drive, and at first it didn't seem to work.  I tried another port and still nothin.  But after about 40 seconds the drive was recognized and all is well.  Yay!
    Thank you Paul for your help!
    Hopefully this post will help others too.
    USB 3.0 on a fresh install of Windows Server 2008 R2.
    That was easy.  :-P

  • OS 10.6.3 and Remote Desktop for windows server, PDF Printer problem

    We are using Remote desktop for mac by windows in the office to work on a remote windows server, On the server we are using a business software (Mamut) for sale. In OS 10.5 we are using the PDF Printer to transfer PDF (invoice) from the business software (Mamut) 'Mamut is seeing the PDF printer as any other printer' to the desk top of your mac, so we can attach the PDF to a mail before we send it out to a customer, but in OS 10.6 the PDF printer is removed! So we need a different way of transfer the PDF from the windows server to the mac desk top.
    So now I am wondering if any one has a suggestion on how to fix this! if not we can't upgrade to OS 10.6, and that would be a shame!

    The thing is that in Mamut, we hit print, and because we us the PDF printer as Printer for Remote desk top, it pup up on the desk top of the mac, as a PDF. But in OS 10.6 there isn't any PDF printer to install, so then we have to make a PDF on the windows server and move it from the server to the mac, by mounting the HD from the Mac to the remote desk top, so it become edible in from the server. I think this is cumbersome.

  • JDK and JRE comptability for Windows server 2008

    Hi,
    Could someone please let me know what are the JDK and JRE versions that are comptabile with Windows server 2008 ?
    Thanks.

    Hi,
    For security purposes, the IP address for the Windows Update web site constantly changes and it is not a fixed address. Also, there is no official publication of the
    IP addresses. We normally advise against defining IP addresses on the firewall for this purpose. Instead, we suggest either allowing all outbound connections to http & https ports or defining the DNS addresses as permitted destinations for traffic via
    the firewall.
    For up-to-date information about the IP's being used by Windows Update, use the DNS system, as this is the only reliable up to date source of information. If you use
    DNS, make sure the following destination hosts are specified:
    http://windowsupdate.microsoft.com
    http://*.windowsupdate.microsoft.com
    https://*.windowsupdate.microsoft.com
    http://*.update.microsoft.com
    https://*.update.microsoft.com
    http://*.windowsupdate.com
    http://download.windowsupdate.com
    http://download.microsoft.com
    http://*.download.windowsupdate.com
    http://wustat.windows.com
    http://ntservicepack.microsoft.com
    http://stats.microsoft.com
    https://stats.microsoft.com
    Thanks for your understanding.
    Best Regards,
    Nina
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • How to hide shared folders to some users...

    Hi,
    Is there a way to hide the shared folders from users and only give them access to the dashboards to run the reports? We are using OBIEE 10G

    if you remove read permission to the shared folder, you wont be able to see the dashboards associated with that folder. you can try using traverse folder option.
    if you want that the user should only be able to see the dashboards then you can restrict access to answers and assign read permissions to the dashboards so that they cant modify dashboards.
    to restrict the access to answers - goto administration>manage privileges>Access to Delivers
    to assign read only permissions to dashboards goto administration>manage interactive dashboards and change permissions accordingly.
    assign points if found helpful.

Maybe you are looking for