Access to Samba\vfiler share via shortname

I wasn't sure which section to post this under as it occurs on different
operating Systems (Windows XP SP3, WIndows 7, Windows 8, Server 2003, Server
2008) and is random.
Basically, some of our end users experience problems accessing shares to a
vfiler for example with shortname \\example\share.
They can access this specific share via ip address or fqdn
\\example.domain.local\share. The
user can even access \\example and be
able to
view shares there but when clicking on the share it comes back with network
error or access denied.
This does not happen to all users at a time and on the same
workstations\servers and there are no specific times. On the end users
workstation DNS and wins is working, they have
no problems accessing other
vfilers or F&P Windows shares.
I tried all flushing DNS and wins cache, tried rebuilding CSC (Offline files)
to no avail. We don't have this enabled in our environment in any case
but
gave it a try.
One way I got it working via shortname is by adding a new security group to
the security permissions on the share.  The group only had my account as a
member
and exsiting groups remained. After this the end user was able to map
via shortname.
I've tried many things and just can't figure this out or where to look. My
team doesn't manage the vfilers or samba shares so
can't look at the logs or
anything.
Another scenarion I have is for a Samba share, very similar situation but
this time its accessing the share on a Windows 2008 R2 server.
Basically
similar symptoms, can't access via shortname, get 'Network Error', tried several
things, even Windows Network Diagnostic
where it states that "The remote
device or resource won't accept the connection', "The device or resource (samba)
is not setup to accept connection
on port "The File and printer sharing
(SMB)". Port 139 is open, can access other shares on different storage devices
successfully.
What's weird is that after some time, An hour, 2 or 3 later functionality
returns without any changes. Obviously restarting the server resolved this
quicker.
There are no scheduled tasks or tasks running in the background,
Windows firewall is disabled, disabled AV etc.
I managed to get a log  from this Samba device but not sure if its
related or not.
[root@samba] [09:30:52]  /var/log/samba
# tail /var/adm/messages
Apr 
3 08:33:06 samba adbindd[24524]: [ID 323999 auth.error] ERROR samba.adbindd2
Task exit with cims error: Error sending response: Broken pipe
Apr  3
09:10:07 samba adbindd[24524]: [ID 323999 auth.error] ERROR samba.adbindd2 Task
exit with cims error: Error sending response: Broken pipe
Only other thing I can think of is that is may have something to do with the
device, folder redirection, cache or something of that sort.
I'm stuck, anyone have any ideas. I would like to know what else to try if
the issue re-coccurs.
MCSE: 2003, MCITP: Enterprise Administrator, MCITP: Enterprise Messaging Administrator

Hi,
I installed KB 2194664 and haven't had the problem since. 
http://support.microsoft.com/kb/2194664
If it happens again I will revisit.
Thanks.
MCSE: 2003, MCITP: Enterprise Administrator, MCITP: Enterprise Messaging Administrator

Similar Messages

  • Windows 2012 R2 - Access problems to NFS shares via IPv6

    Hello,
    we setup some NFS shares on HNAS storage box. The connection to this storage is only possible over IPv6 network.
    My server with Windows 2012 R2 has the feature 'Client for NFS' installed and a 'showmount -e servername/or IPv6 address' works. I can see all shares when i try to open the storagebox in Windows Explorer with the command "\\servername" or "\\IPv6
    address", too. 
    My problem is, when I try to mount the share via "Map network drive" or "mount \\servername\sharename *" I get Error 53 - Network path not found.
    The share is configured that every server in the IPv6 subnet could access it and it works on Unix machines, but not on Windows. 
    It does not matter if i set some option parameters for the "mount" command like sec=sys or anon, everytime error 53.
    I don't know, if the share needs special options for Windows. I hope somebody can help.
    Kind regards

    Hi,
    here is the output of your 2 commands:
    PS C:\Users\admin> get-SmbConnection
    PS C:\Users\admin> get-SmbServerConfiguration
    AnnounceServer                  : False
    AsynchronousCredits             : 64
    AutoShareServer                 : True
    AutoShareWorkstation            : True
    CachedOpenLimit                 : 0
    AnnounceComment                 :
    EnableDownlevelTimewarp         : False
    EnableLeasing                   : True
    EnableMultiChannel              : True
    EnableStrictNameChecking        : True
    AutoDisconnectTimeout           : 0
    DurableHandleV2TimeoutInSeconds : 30
    EnableAuthenticateUserSharing   : False
    EnableForcedLogoff              : True
    EnableOplocks                   : True
    EnableSecuritySignature         : True
    ServerHidden                    : True
    IrpStackSize                    : 15
    KeepAliveTime                   : 2
    MaxChannelPerSession            : 32
    MaxMpxCount                     : 50
    MaxSessionPerConnection         : 16384
    MaxThreadsPerQueue              : 20
    MaxWorkItems                    : 1
    NullSessionPipes                : HydraLsPipe
    NullSessionShares               :
    OplockBreakWait                 : 35
    PendingClientTimeoutInSeconds   : 120
    RequireSecuritySignature        : False
    EnableSMB1Protocol              : True
    EnableSMB2Protocol              : False
    Smb2CreditsMax                  : 2048
    Smb2CreditsMin                  : 128
    SmbServerNameHardeningLevel     : 0
    TreatHostAsStableStorage        : False
    ValidateAliasNotCircular        : True
    ValidateShareScope              : True
    ValidateShareScopeNotAliased    : True
    ValidateTargetName              : True
    EncryptData                     : False
    RejectUnencryptedAccess         : True
    I try to access the file share with Windows Explorer. When I enter \\fe08--babe-face-cafe-dead.ipv6-literal.net (just example), I can see all shares on the storage box. When I double-click the share, I want to access, where an access is definitely allowed,
    it takes a while and then the error "\\fe08--babe-face-cafe-dead.ipv6-literal.net\share is not accessable. You might not have permission to use this network resource. ..." appears.  Of this action a recorded the trace.
    Another way I tried is to open command line an type "mount \\fe08--babe-face-cafe-dead.ipv6-literal.net\share *". After this an error 53 occurs immediately without any wait time.

  • How to use jcifs to access SMB share via webdynpro app ?

    Hello All,
    I am trying to access a protected intranet share via my webdynpro application. I have uses jcifs api to access the jcifs functions. However, I am stuck with running the application on webAS as it gives a runtime exception  java.lang.NoClassDefFoundError: jcifs/smb/SmbFile .
    I included the jcifs jar into a lib project and also deployed it onto the j2ee engine. Compilation works fine now, but it fails it runtime. Can someone please tell me what is the best way to use external libraries i.e jars in one's application so that it has no runtime errors on j2ee engine ?

    thkx Mahesh for the info, i had been trying the destination service method for some time now
    but there is a portal runtime exception when i try
    destinationService.getDestinationNames("RFC") or for WebService or HTTP
    i check the default trace and this is the error stated there
    Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: /usr/sap/<>/<>/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_util.jar(com/sap/security/core/server/util0/IDException.java):20: class IDException is public, should be declared in a file named IDException.java
    (source unavailable)
    /usr/sap/<>/<>/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_util.jar(com/sap/security/core/server/util0/IDMessage.java):48: class IDMessage is public, should be declared in a file named IDMessage.java
    (source unavailable)
    /usr/sap/<>/<>/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_util.jar(com/sap/security/core/server/util0/IDExceptionMessage.java):10: class IDExceptionMessage is public, should be declared in a file named IDExceptionMessage.java
    (source unavailable)
    /usr/sap/<>/<>/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_util.jar(com/sap/security/core/server/util0/ExternalizableException.java):19: class ExternalizableException is public, should be declared in a file named ExternalizableException.java
    (source unavailable)
    /usr/sap/<>/<>/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_util.jar(com/sap/security/core/server/util0/LogUtil.java):26: class LogUtil is public, should be declared in a file named LogUtil.java
    (source unavailable)
    5 errors
    Please help regarding this.

  • Accessing Windows CIFS Shares via Nautilus

    Hi,
    I've recently installed and configured Solaris 11, am having problems accessing Windows CIFS shares via Nautilus.
    I've installed both samba (needed for CUPS to print to printers connect to a windows pc) and smb/client. The smb/client and samba services are running. The smb/server service is not installed.
    I can print to any printer on the windows PC I'm trying to access via Nautilus, so I know my username/password for accessing the pc are correct.
    I can also manually mount any share on the windows PC via the cli (eg mount -F smfs -o user=elin //elink/users /mnt), and browse the files directly that way, except the file permisssions don't seem to align with any unix user. Again this just shows that the username/password combination is ok.
    For Samba, I'm using the default smb.conf file as /etc/samba/samba.conf. Workgroup is set to WORKGROUP in smb.conf.
    On the Windows pc, in the security event viewer, I can see the auth request, however is failing with bad password (event ID 4776, error code 0x006a). In the default group policy object for networking, I've set to accept "LM & NT, NTLMv2 when neogiatated", as this allows legacy clients to connect. (Legacy meaning NT4, Win95, etc, and also has the benefit of allowing other OSes to connect as well).
    I'm also able to access the WIndows PC CIFS shares from an Arch Linux based setup (running GNOME 3.2 w/ Nautilus 3.2), so I doubt it's the Windows side of things causing the problems. Additionally, when I was running Solaris 10u9 (just before upgrading to Sol11), I was able to access the shares via Nautilus as well.
    So my question is:
    1. Does Nautilus use Samba or the Oracle smb/client service to handle mount windows CIFS shares?
    2. What log files or configuration files do I need to looking at to help with this error?
    As a side question,
    I've found that on a clean installation running the "Print Manager" accesses CUPS fine, but once you install a printer, it'll no longer connect to CUPS, unless run from the cli "sudo system-config-printers". So this is a permissions issue, where's the best place to fix/handle that one.

    Replying to my own thread, as I have a possible but very-hackish solution.
    To add some further details to my original post.
    There are 4 PCs on the LAN.
    1. Hellfire - OS = Solaris 11 11/11
    2. Brimstone - OS = Arch Linux
    3. Elink - OS = Win7 Pro x64 SP1
    4. IsaacPC - OS = WinXP Home SP3
    Attempting to connect to Elink from Hellfire, accessing CIFS shares via Nautulis fails. (Mounting shares via Nautulis fails, but works fine from CLI using 'mount' command which to my understanding uses the smb/client service to work). Elink also hosts all the printers on the LAN, a HP LJ1200 and an Epson Fax/Printer/Scanner.
    Helfire does attempt to authenticate, as listed in the event logs on the Win7 PC (elink), but is returning bad password when using Nautulis. (but printing from hellfire to either printer on elink works fine, as does mounting CIFS shares using 'mount').
    Booting the live CD of Solaris 11, also exhibits the same non-working behaviour when attempting to mount CIFS shares in Nautulis.
    Attempting to access CIFS shares on elink from Brimstone (via Nautulis 3.2 within GNOME 3.2), or from IsaacPC works fine.
    Hellfire configuration.
    Samba is installed, but NOT running (samba is needed for accessing the printers on elink, as CUPS needs smbspool which is part of the samba package), and the native smb/client service is also running.
    smb.conf is a direct copy of the default *.conf file, except the WORKGROUP is set to 'WORKGORUP'. There is a symlink to smb.conf in /etc/sfw/smb.conf -> /etc/samba/smb.conf
    Onto the hackish-fix.
    I've noticed that there are 2 copies of libsmbclient.so installed on the system, one in /usr/sfw/lib (part of the "libsmbclient" package) and another in /usr/lib/samba (part of the "samba" package).
    "libsmbclient" appears to be based on samba 3.5.8 codebase, and is linked to the gvfsd-smb daemon (this is the software that Nautulis uses to talk SMB to access CIFS shares).
    "samba" is based on the samba 3.5.10 codebase, and it's installation has nothing to do with GNOME or Nautulis in any manner.
    Using any of the samba included tools to test SMB/CIFS functions, work with 1 minor exception (which I'll list below). eg, using smbclient I can list all shares on any PC on the LAN, etc.
    So as a hunch, I renamed the libsmbclient.so.0 in /usr/sfw/lib, and symlinked /usr/sfw/lib/libsmbclient.so.0 -> /usr/lib/samba/libsmbclient.so.0 (so that gvfsd-smb is linked against the slightly newer version of the libsmbclient.so as included in the samba package located in /usr/lib/samba).
    I rebooted Hellfire, and now I'm able to access CIFS shares via Nautulis, provided that some form of authentication is needed (that is a username and password is needed - guest access and blanks passwords don't work - but these IMO should be disabled immediately as part of a baseline security package in regards to Windows - so no harm there).
    Now to the minor exception I noted earlier. When using smbclient to actually connect and transfer files, I get:
    ld.so.1: smbclient: fatal: relocation error: file /usr/lib/libreadline.so.5: symbol tgetent: referenced symbol not found
    As far as I know, tgetent is part of libtermcap.so, so I guess when building smbclient or libreadline.so, the link reference to termcap was left out? (or something like that). Anyway, that's another issue...

  • Window 8.1 system unable to access network shares via VPN connection

    Is there something inherent to Windows 8.1 that prevents it from accessing shares on a domain?
    I know that it cannot join a domain, but does that also mean that it cannot access shares which are on a domain?
    My problem is that I have several user that are running windows 8.1 that are connecting to our network via a VPN.
    The users have domain accounts but their computers as windows 8.1 cannot joined to the domain.
    So to access network shares they have to use their domain credentials to create a VPN connection.
    Once connected the user can RDP to systems on the domain using their domain accounts, so I know that their user names/passwords and permissions are correct. They can access these systems using the computer name, so I don't feel that I have a DNS issue.
    They can see the shares on our file server, but when they try to access their departments shared file, they receive an access denied message. There are a few shares that are completely wide open, shared to all users and all departments but they cannot access
    those shares either.
    You can ping the file server, from the the client when they are connected to the VPN but you just cannot access any of the shares.
    So...
    I am thinking that it has something to do with windows 8.1 and not being able to join a domain, but I cannot find anything to explicitly support this thought.
    Other users running a variety different OS (windows 7, OSX, Linux) can all access the shares without any problems via the VPN, so I am a little stumped.

    I have done some more testing and oddly enough I can map a drive if I use the IPaddress, but not the computer name, when checking the check box "connect using different credentials"and providing they users domain credentials.
    This seems to point to a DNS issue, one would think, but I can hit the file share server by name \\fileserver.dev.lan
    I can see all the shares, so dns seems to be fine right?
    So I don't understand why I can map a drive using do the IPaddress and not the machine name, but yet I can see and ping the server by name?
    When I try to create a mapped drive by machine name I receive the following message:
    Windows cannot access \\fileserver.dev.lan\all
    You do not have permissions to access \\fileserver.dev.lan. contact your network administrator  to request access.
    But if I use the \\x.x.x.x\all using the very same user and password I get connected with no problem.
    This only seems to happen on windows 8.1, which leads me to think that has something to do with OS. 
    I am thinking about upgrading to windows 8.1 pro, but I don't want to go though the hassle and expanse is the OS is not the problem.

  • Server 2012 Local Shares - Cannot access using \\IP but works via \\localhost

    I've been stuck on this problem for the last couple of days and I can't find a solution on the internet that works.
    I have a Windows Server 2012 instance running on Amazon AWS with a public IP address. I am using it as an SCCM (System Center 2012 Configuration Manager) Server (so it is a Domain Controller also). I realize that it's probably not best practice to use a public
    IP here, but I'm in a weird position where we are not connecting any of the Clients to the actual Domain (they are Workgroup computers all around the world). The goal here is to use SCCM to deploy software packages to all of the Clients, which are not on the
    same LAN/VPN/Domain.
    This is my first time setting something up like this, so I followed this guide. I am able to get the Workgroup computers to show up in the SCCM Server Device list (via manual client install), but these Workgroup computers need access to the Server's shares
    to download the software packages. On Amazon, I opened all ports and allowed all IPs to communicate with the Server. I am able to RDP into the Server from any Workgroup computer using the IP address, but cannot access the Server's SMB shares even though I
    am attempting the connection with a Domain account with access to those shares.
    I decided to see if I can even connect to the shares locally on the Server. Logging in with an account with administrator privileges, I can access \\localhost\shares without
    a problem. But when I try to do \\X.X.X.X\shares,
    it asks for user/pass (confirming that it is able to connect) and I put in the correct credentials for the account with administrator privileges (using DOMAIN\ACCOUNT), but it continually says that the user/pass is incorrect. After I click cancel, an error
    comes up saying "Error Code 0x80004005 Unspecified Error".
    It is crazy to me that the administrator account that is logged in cannot access the local shares via the public IP address... obviously no remote computer would be able to access the shares if the Server itself cannot. I have tried disabling the firewall,
    but this makes no difference. I am able to ping the IP from the Server and I get a response.
    I have searched around the internet for a solution but nothing has worked. Here are some of the suggestions I've found (that have failed): 
    - Making sure "Client for Microsoft Networks" and "File and Printer Sharing for Microsoft Networks is installed and enabled for the Ethernet Adapter 
    - Enabling NetBIOS over TCP/IP in IPv4 properties 
    - Ensuring IPv6 is disabled 
    - Server, TCP/IP NetBIOS Helper, and Workstation (services) are all running
    Any ideas? Sorry for such a long post, just wanted to get as many details as I could. All help is appreciated. Thanks! 
    Shawn

    Hi,
    Are there any anti-virus software or other third party products running on the server? If yes, please disable them to see if it resolves the issue.
    Here is a similar thread below I suggest you refer to:
    Shared Folder Access
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/c0bbbe8e-55d8-467c-bb85-2b98f122cc15/shared-folder-access?forum=winserverPN
    Best Regards,
    Amy

  • Multiple users accessing document on network share

    In our small office we have a couple of numbers douments that are regulary accessed and updated by 3 different people on three different machines, the numbers documents they access are stored on a network share on the Mac Server in the office.
    The problem we have is that all three able to open a file at the same time, obviously this is causing all sorts of isues. People losing data they have put into the file and also causes issues with someone being unable to save the file while someone else has it open.
    Surely there must be some sort of feature that when one person has the file open, its is locked for editing to everybody else that attempts to access it, I have searched around but cant seem to find anything to solve the problem. Anybody here have any suggestions?
    Thanks
    Craig

    Once  a document is all set up, and then you are just making relatively minor edits, then you might find it useful to "share" it on iCloud and have everyone access it and edit it via Numbers on icloud.com rather than Numbers on the Mac.  That way you can all work on it at the same time without losing changes.
    SG

  • Unable to access a windows 7 Workstation via RDP

    Hi,
    I have a windows 7 Pro SP1 workstation that I’m unable to access from any other machine via RDP...
    This is a domain environment.
    The machine in question is 100% up to date. (WSUS)
    It's running an up-to-date anti-virus solution and has been scanned. (Panda cloud) (No firewall)
    This is on a local network, no router involved.
    Can ping the machine, can see network shares.
    Checked that it's listening on the correct port.
    Necessary services are running and are starting correctly.
    Configured RDP correctly and tried different configurations (with and without NLA and adding/removing users)
    This machine seems to be able to RDP into other machines, it just wont accept any sessions.
    Assigning the necessary exclusions in firewall - no effect
    Firewall is disabled by GPO and I have stopped the service - no effect.
    Deleted the computer certificate - no effect.
    uninstalled the RDP 8 update - no effect
    Tried using both the IP and hostname - no difference
    I'm completely out of ideas, no other machine I tested with is having this issue and all the domain machines are running same AV and same GPO's are applied.
    Re-installation is not an option.
    Below is the error - very unhelpful.
    Kind Regards,
    Stephen

    Hi Hinte,
    Here are the results:
    Here is the netstat result - can't see 3389 anywhere:
    Active Connections
      Proto  Local Address          Foreign Address        State           PID
      TCP    0.0.0.0:135            0.0.0.0:0              LISTENING       1060
      RpcSs
     [svchost.exe]
      TCP    0.0.0.0:445            0.0.0.0:0              LISTENING       4
     Can not obtain ownership information
      TCP    0.0.0.0:623            0.0.0.0:0              LISTENING       4124
     [LMS.exe]
      TCP    0.0.0.0:16992          0.0.0.0:0              LISTENING       4124
     [LMS.exe]
      TCP    0.0.0.0:18226          0.0.0.0:0              LISTENING       2476
     [WAHost.exe]
      TCP    0.0.0.0:49152          0.0.0.0:0              LISTENING       532
     [wininit.exe]
      TCP    0.0.0.0:49153          0.0.0.0:0              LISTENING       1140
      eventlog
     [svchost.exe]
      TCP    0.0.0.0:49154          0.0.0.0:0              LISTENING       1292
      Schedule
     [svchost.exe]
      TCP    0.0.0.0:49185          0.0.0.0:0              LISTENING       624
     [lsass.exe]
      TCP    0.0.0.0:49187          0.0.0.0:0              LISTENING       600
     [services.exe]
      TCP    0.0.0.0:49192          0.0.0.0:0              LISTENING       3268
      PolicyAgent
     [svchost.exe]
      TCP    127.0.0.1:5939         0.0.0.0:0              LISTENING       2360
     [TeamViewer_Service.exe]
      TCP    127.0.0.1:5939         127.0.0.1:49206        ESTABLISHED     2360
     [TeamViewer_Service.exe]
      TCP    127.0.0.1:5939         127.0.0.1:49234        ESTABLISHED     2360
     [TeamViewer_Service.exe]
      TCP    127.0.0.1:49204        127.0.0.1:49205        ESTABLISHED     3856
     [TeamViewer_Desktop.exe]
      TCP    127.0.0.1:49205        127.0.0.1:49204        ESTABLISHED     3856
     [TeamViewer_Desktop.exe]
      TCP    127.0.0.1:49206        127.0.0.1:5939         ESTABLISHED     3856
     [TeamViewer_Desktop.exe]
      TCP    127.0.0.1:49232        127.0.0.1:49233        ESTABLISHED     2660
     [TeamViewer.exe]
      TCP    127.0.0.1:49233        127.0.0.1:49232        ESTABLISHED     2660
     [TeamViewer.exe]
      TCP    127.0.0.1:49234        127.0.0.1:5939         ESTABLISHED     2660
     [TeamViewer.exe]
      TCP    127.0.0.1:49241        0.0.0.0:0              LISTENING       4552
     [UNS.exe]
      TCP    192.168.100.22:139     0.0.0.0:0              LISTENING       4
     Can not obtain ownership information
      TCP    192.168.100.22:49201   92.51.156.72:443       ESTABLISHED     2360
     [TeamViewer_Service.exe]
      TCP    192.168.100.22:49203   197.85.190.46:443      ESTABLISHED     2360
     [TeamViewer_Service.exe]
      TCP    192.168.100.22:49211   192.168.100.5:445      ESTABLISHED     4
     Can not obtain ownership information
      TCP    192.168.100.22:49231   192.168.100.5:49159    ESTABLISHED     1732
     [spoolsv.exe]
      TCP    [::]:135               [::]:0                 LISTENING      
    1060
      RpcSs
     [svchost.exe]
      TCP    [::]:445               [::]:0                 LISTENING      
    4
     Can not obtain ownership information
      TCP    [::]:623               [::]:0                 LISTENING      
    4124
     [LMS.exe]
      TCP    [::]:16992             [::]:0                 LISTENING      
    4124
     [LMS.exe]
      TCP    [::]:49152             [::]:0                 LISTENING      
    532
     [wininit.exe]
      TCP    [::]:49153             [::]:0                 LISTENING      
    1140
      eventlog
     [svchost.exe]
      TCP    [::]:49154             [::]:0                 LISTENING      
    1292
      Schedule
     [svchost.exe]
      TCP    [::]:49185             [::]:0                 LISTENING      
    624
     [lsass.exe]
      TCP    [::]:49187             [::]:0                 LISTENING      
    600
     [services.exe]
      TCP    [::]:49192             [::]:0                 LISTENING      
    3268
      PolicyAgent
     [svchost.exe]
      TCP    [::1]:49179            [::]:0                 LISTENING       2008
     [jhi_service.exe]
      TCP    [::1]:49237            [::1]:49239            ESTABLISHED     4124
     [LMS.exe]
      TCP    [::1]:49239            [::1]:49237            ESTABLISHED     4124
     [LMS.exe]
      UDP    0.0.0.0:123            *:*                                   
    1256
      W32Time
     [svchost.exe]
      UDP    0.0.0.0:500            *:*                                   
    1292
      IKEEXT
     [svchost.exe]
      UDP    0.0.0.0:4500           *:*                                   
    1292
      IKEEXT
     [svchost.exe]
      UDP    0.0.0.0:5355           *:*                                   
    1540
      Dnscache
     [svchost.exe]
      UDP    0.0.0.0:21226          *:*                                   
    2476
     [WAHost.exe]
      UDP    127.0.0.1:50083        *:*                                   
    1400
      gpsvc
     [svchost.exe]
      UDP    127.0.0.1:55096        *:*                                   
    624
     [lsass.exe]
      UDP    127.0.0.1:60632        *:*                                   
    1540
      NlaSvc
     [svchost.exe]
      UDP    127.0.0.1:64416        *:*                                   
    4416
     [IntelSmallBusinessAdvantage.exe]
      UDP    192.168.100.22:137     *:*                                   
    4
     Can not obtain ownership information
      UDP    192.168.100.22:138     *:*                                   
    4
     Can not obtain ownership information
      UDP    [::]:123               *:*                                   
    1256
      W32Time
     [svchost.exe]
      UDP    [::]:500               *:*                                   
    1292
      IKEEXT
     [svchost.exe]
      UDP    [::]:4500              *:*                                   
    1292
      IKEEXT
     [svchost.exe]
      UDP    [::]:5355              *:*                                   
    1540
      Dnscache
     [svchost.exe]
      UDP    [fe80::3447:c85a:1d2d:4ff9%11]:546  *:*                                   
    1140
      Dhcp
     [svchost.exe]

  • Mapping to Windows Share via Terminal

    Any one know the syntax to map to a Windows share via Terminal?
    Thanks.

    You can use the terminal to mount a windows sharepoint using the samba protocol.
    This howto shows you the syntax for doing so.

  • HT4906 I have upgraded my OS to Mountain Lion and updated Iphoto to latest, however, I still can not access photos sent to me via photo stream. what else do I need to do? I'm $30 into this effort, and no results!

    I have upgraded my OS to Mountain Lion and updated Iphoto to latest, however, I still can not access photos sent to me via photo stream. what else do I need to do? I'm $30 into this effort, and no results!

    Log out of iCloud in the System/iCloud preference pane and disable Photo Stream in iPhoto's Photo Share preference pane.  Then log back in and re-enable, respectively.  That should jump start Photo Stream.
    OT

  • Share via mail, Pages

    Hello, May pages wont share via mail. The option is there but when I click on it it just double flashes then nothing happens. It used to have a mail page pop up with the file chosen attached. Can anyone help. In the same bar there is a export option. This works.

    The Pages '09 v4.3 Share > Send via Mail feature is no longer operational in Yosemite 10.10.3. You will need to export in the file format that you want to attach to your email, and then drag/drop that exported document into Apple Mail. Additionally, the installation of Photos in 10.10.3 now disables any access to pictures from the Media tool, so images will need to be drag/dropped, or inserted in Pages '09 v4.3.
    Despite the above, Pages '09 v4.3 still has over 100+ features/functionality than Pages v5.5.3 on Yosemite. That means that if you open a Pages '09 document in Pages v5, what is not supported will either be mangled, or removed from the original document. And, the Pages v5 documents are not directly backwards compatible to Pages '09.
    Not much of a bargain updating to Pages v5, which is not even based on Pages '09 v4.3.

  • Pages document will not share via email

    After completing a document in Pages and then want to email it, I click Share via email and then Word. Nothing happens. Not even an error message.
    Any ideas about why?

    When you attempt to send an IOS Pages v1.7+ (older Pages ’09 format) document via gmail, it arrives with the file extension .pages, and if Pages v5 is installed, the attached document acquires the new icon style.
    Within Apple Mail, you can hover over the horizontal line and with selection of the paperclip icon, you can open the .pages attachment with Quick Look. Again, if you have Pages v5 installed, the Open with Pages button in Quick Look will use that as a default version with the following cautionary dialog. If you press and hold on that Quick Look Open button, it will appear as the Finder's open with menu and you can choose to open in Pages v4.3.
    When you originate the .pages document from IOS Pages v2+ (new format compatible with Pages v5 on OS X), and choose to send it via Gmail (or iCloud), it will arrive as filename.pages.zip. This is a compressed file format that Pages v5 cannot access without first uncompressing it.
    If you revisit the original second paragraph above, Quick Look will show you a large compressed icon dialog. However, there is an uncompress button in the upper right that will open a new Finder window with the original .pages and .zip files within it. You can then select the .pages document and click Open with Pages. By default, this document will open in Pages v5 if installed, or fail in Pages v4.3 with the following warning dialog because of a document format mismatch. Anything Pages v5 opens is poisoned for subsequent Pages ’09 v4.3 access, unless first exported as Pages ’09 from within Pages v5.
    And intuitively, it is pointless to send a .pages document via email to anyone without the proper version of Pages installed.

  • Ios8 cannot share via itunes

    I updated to iOS8, launched garageband, created a song, and found that the option to share via itunes is no longer available.
    I chose the upload to icloud option--but cannot access the song in icloud on my windows 7 pc.
    I cannot access the song in iTunes on my PC--I used to be able to--has something changed? Is this a bug?
    Thanks.

    bump
    the exact same thing happens to me

  • Server 2012 R2 SMB - The process cannot access the file '\\server\share\test.txt' because it is being used by another process.

    Hi,
    We are having issues with Server 2012 R2 SMB shares.
    We try to write some changes to a file, but we first create a temporary backup in case the write fails. After the backup is created we write the changes to the file and then we get an error:
    The process cannot access the file '\\server\share\test.txt' because it is being used by another process.
    It looks like the backup process keeps the original file in use.
    The problem doesn't always occur the first time, but almost everytime after 2 or 3 changes. I have provided some code below to reproduce the problem, you can run this in a loop to reproduce.
    The problem is that once the error arises, the file remains 'in use' for a while, so you cannot retry but have to wait at least several minutes. 
    I've already used Process Explorer to analyze, but there are no open file handles. 
    To reproduce the problem: create two Server 2012 R2 machines and run the below code from one server accessing an SMB share on the other server.
    Below is the code I use for testing, if you reproduce the scenario, I'm sure you get the same error.
    We are not looking for an alternative way to solve this, but wonder if this is a bug that needs to be reported?
    Anybody seen this behavior before or know what's causing it?
    The code:
    string file =
    @"\\server\share\test.txt";
    if (File.Exists(file))
    File.Copy(file, file +
    ".bak", true);
    File.WriteAllText(file,
    "Testje",
    Encoding.UTF8);
    The error:
     System.IO.IOException: The process cannot access the file '\\server\share\test.txt' because it is being used by another process.

    Hi,
    There is someone else having the same issue with yours. You could try code in the article below:
    “The process cannot access the file because it is being used by another process”
    http://blogs.msdn.com/b/shawncao/archive/2010/06/04/the-process-cannot-access-the-file-because-it-is-being-used-by-another-process.aspx
    If you wonder the root cause of the issue, the .NET Framework Class Libraries forum can help.
    Best Regards,
    Mandy 
    If you have any feedback on our support, please click
    here .
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Importing Data from MS Access into SQL Serevr 2005 via Linked Server: User-Dependent failure

    I am operating an Express version of SQL Server 2005 on a Windows XP machine.
    I have successfully setup a linked server to a remote Access (.mdb) database. With my user account (Windows authentication) I can retrieve and store data without any problem.
    I have another user (apparently with same settings as my own account) that is always failing to get the data.
    The Error message he gets is:
    OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "TSU_Tmp" returned message "The Microsoft Jet database engine cannot open the file '\\DSITSO-NT0001\Exchange\Database5.mdb'.  It is already opened exclusively by another
    user, or you need permission to view its data.".
    Msg 7303, Level 16, State 1, Line 1
    Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "TSU_Tmp".
    Here below the code used to set up the linked server (coming from the Code Snippets of SQL Server 2005).
    EXEC sp_addlinkedserver
    @server = N'TSU_Tmp',
    @provider = N'Microsoft.Jet.OLEDB.4.0',
    @srvproduct = N'OLE DB Provider for Jet',
    @datasrc = N'\\DSITSO-NT0001\Exchange\Database5.mdb'
    EXEC sp_addlinkedsrvlogin
    @rmtsrvname = N'TSU_Tmp',
    @useself = N'TRUE',
    @locallogin = NULL,
    @rmtuser = N'Admin',
    @rmtpassword = NULL
    We both run the script, actually is a Stored Procedure, (see code below) on the same XP machine where SQL Server is running.
    EXEC('INSERT INTO tblFcst
    (StartBUCode, StartBUType, StartBUSeq, StartTrz, StartCty,
    EndBUCode, EndBUType, EndBUSeq, EndTrz, EndCty,
    FcstCreationPeriod, FcstValidForPeriod, Fcst, FcstExternalReference,
    IsProcessed, IsSolved)
    SELECT TSU.BUCodeSend, TSU.BUTypeSend, TSU.BuaNoSend, Null AS StartTrz, Null AS StartCty,
    TSU.BUCodeRcv, TSU.BUTypeRcv, TSU.BuaNoRcv, Null AS EndTrz, Null AS EndCty,
    TSU.[Current week], TSU.[Forecast for week], TSU.[Volume trp m3], TSU.[TSU_ID (Don''t touch me)],
    0 AS IsProcessed, 0 AS IsSolved
    FROM TSU_Tmp...tbl_TSU_trpm3 AS TSU;')
    PS: it is run using an 'EXEC(String)' format as at compile time of Store Procedure the Linked Server is not existing and otherwise compile would fail.
    We tried it with different files, in different locations. It always wors for me, never for him...
    The files were not used by anyone else. The folder(s) where they were stored are open to "Everyone".
    So I concluded it should be something linked to the User... :) But I really do not know what, as said apparently we have exactely the same setup in our Login profiles.
    Any idea or suggestion is welcome.
    Thanks
    Luca

    Hi Luca Lentati,
    According to your description and T-SQL statement, we need to verify if the download and install the Microsoft.Jet.OleDB.4.0 as a provider.
     If the 64bit SQL Server is running on the server,  The error, the Microsoft.Jet.OleDB.4.0 is not support, I reommend you download and install the Microsoft.ACE.OLEDB.12.0 as a provider.
    The error 7303 message indicates that the linked server does not have correct login mapping. You can execute the sp_helplinkedsrvlogin stored procedure to set the login information correctly. Also, verify that you have specified the correct parameters
    for the linked server configuration.
    In addition, if the issue still exists, I recommend you copy the access file to local Server, and create linked server between them , check if it can run well. If yes, it means that
     the account which SQL server uses to run the service does not have read/write access to that file share.
    There is an article about configuring a Linked Microsoft Access Server on SQL 2005 Server , you can review the following article.
    http://www.aspfree.com/c/a/Microsoft-Access/Configuring-a-Linked-Microsoft-Access-Server-on-SQL-2005-Server/
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

Maybe you are looking for

  • Itunes comes up with error report when i try to open it and then it closes

    i have tried re installing quicktime and making sure that quicktime.qts and quicktimeVR.qtx are the only folders in my directory and it still wont work please help!

  • IPhone 3GS Charging/Battery Problem: Hardware, Software, or Both?

    Hello everyone, I'm a long time Apple user, but this is the first time I've ever posted on the Apple Support forums. I hope you will please excuse the length of my post, as I believe that relaying the approximate sequence of events here is important

  • Mediator not detecting faults when WS-Security Message Encryption enabled

    We are using a SOA 11g composite to call a set of OSB proxy/business pairs which in turn call further web services and return the responses. The OSB proxy services are trivial: they each expose the WSDL of the downstream web service and route all mes

  • GREP search crashes InDesign

    Hi, I have a script which imports XML and formats it. As part of the formatting, there's numerous GREP searches which remove redundant spaces, returns and so on. One in particular crashes InDesign and it's driving me nuts. It's supposed to remove red

  • ICloud Storm Rains on Safari

    After adding a bookmark to Safari on my iPhone, Safari on my Mac mini and MBP came up with everything reset.  I only want Safari bookmarks to sync between my iOS devices and my Macs, I don't want Safari to reset on the Macs when I add a bookmark to a