similar to: Mapped samba drive missing in MS SQL Admin console

Displaying 20 results from an estimated 10000 matches similar to: "Mapped samba drive missing in MS SQL Admin console"

2003 Dec 17
1
NT4 & DOS Users rejected by PAM through winbind.
Hi All, I have a member server on debian unstable using 3.0.0.final, member of 2000 AD, in ADS security mode & authenticating through winbind. XP/2000/2003 clients connect to shares OK, NT4 & DOS fail (suspect 9x the same not tested). NOT using NTLM v2. The logged error is "auth/pampass.c:smb_pam_accountcheck(781) smb_pam_accountcheck: PAM: Account Validation Failed - Rejecting
2004 Jan 29
0
3.0.1-2 failed to decode PDU
Hi All, come acrross a curious issue with 3.0.1-2 from Debian unstable. Looks like a bug of sorts to me... Have a PDC configured and basically working well, apart from single recurrent issue that keeps popping up in the logs below, related to failure or breaking of remote procedure calls. The pipes more often break when using the UNC path as opposed to IP. couldn't find service netlogon
2004 Feb 23
0
Unable to access printers
Hi All, Since updating a from 3.0.1-2 to 3.0.2-1 a few weeks back I've been unable to print. I checked all the obvios settings, but as they had been working perfectly for some time prior was not surprised to find the configuration was correct. The authentication is configured via winbind to a 2000 ADS PDC. security = DOMAIN I've since updated again to 3.0.2-2 and found the issue
2004 Jan 08
1
debian packages at download samba are broken
Just thought I bring attention to the state of the debian packages at http://download.samba.org/samba/ftp/Binary_Packages/ the samba_3.0.1-2_i386.deb and samba-common_3.0.1-2_i386.deb have errors associated with the packaging of the debs. An underscore seems to have found it's way into the template definitions eg. _Description: and generates an error as an unkown symbol when installing.
2004 Dec 20
0
Warning for SP2 net share point on Samba 3.0.7
Hi All, Just a word of caution for those who are intending to roll out XP SP2 via a network share. I've encoutered an issue with SP2 and Debian Samba 3.07 when more than 5 simultaneous connections are in place. I'd set-up and tested a rollout using the samba share, but come roll-out day most of the 20 odd machines were still copying files some 48 hours after. No specific errors were
2005 May 06
0
Perf difference between Windows mapped drive and UNC share accessing Samba share?
we're using Samba 3.0.10 on a Mac OS X server (XServe), and are accessing files on the XServe from Windows Server 2003. for the specific situation of creating thumbnails of images, i'm seeing a huge perf difference between accessing the same file via mapped drive vs. UNC path. if we map the Z: drive to \\usseast01\assetstorage (Z:\foo.tif), and create a thumbnail of a 1.5MB TIFF file,
2004 May 24
1
debian unstable 3.0.4-3 panics
Hi All, I had been doing some testing with the Debian 3.0.4-x versions of samba. On two sepearte systems, running different configs, I've found that smbd panics unless the [printers] section is removed from smb.conf. Errors generated as follows... (System #1) Server role: ROLE_DOMAIN_MEMBER Smb.conf... [Global] security = DOMAIN printcap name = cups printing = cups [printers]
2004 Jul 12
0
Multipath load balance issues
Hi All, I''ve configured a mutlipath as detailed in the HOWTO. For the most part it''s great, but when the cheap DSL line drops it''s connection, as it regularly does, the outbound routing doesn''t automatically use the remaining path for internal outbound traffic. Ip route show lists no default route once the default path dies, and if the ppp connection is
2002 May 07
0
rsync on cygwin: can't access mapped network drive remotely
I posted this message to the cygwin mailing list, but I thought I'd try it here too... flip --------------------------------------------------------------------- Hello, I am using rsync 2.5.5 protocol version 26 with cygwin 1.3.10-1. When I connect to a directory that resides on the computer, everything works great. When I connect to a directory that is a mapped UNC drive, rsync
2004 Jul 01
0
MS OLAP -- RODBC to SQL Server "Slice Server" pass-through query to MS OLAP
Olivier Collignon wrote: > I have been doing data analysis/modeling in R, connecting to SQL databases > with RODBC (winXP client with R1.9.0 and win2k SQL server 2000). > > I am now trying to leverage some of the OLAP features to keep the data > intensive tasks on the DB server side and only keep the analytical tasks > within R (optimize use of memory). Is there any package
2006 Aug 14
3
Rails on Linux with a MS SQL Database
So, does anyone know much about getting rails (on Linux) to talk to mssql? There is a mssql driver, but it only works in Windows. A site said that using ODBC might be an option, but I didn''t see a specific ODBC driver for rails mentioned. The nix machine runs php and it can connect to the mssql db just fine, I don''t recall if it was using ODBC or free TDS though. I hoped
2006 Jun 03
1
Unable to connect to ms sql server.
I get the following error message when trying to connect to ms sql server: Open OLE error code:80040E4D in Microsoft OLE DB Provider for SQL Server Login failed for user ''XXXXXXXX''. HRESULT error code:0x80020009 Exception occurred. I google''d for those error codes but nothing useful so far. To set up ruby for ms sql server, I followed the
2006 Jun 28
4
Problem with nvarchar in MS SQL Server 2000
Hello, after putting ADO.rb into Directory \ruby\lib\ruby\site_ruby\1.8\DBD\ADO\ I created a Rails-Application with MS SQL Server 2000 as Database. Everything works fine, but into the nvarchar-Field "notice" i can''t store more than about 50 or 60 characters MS SQL Server Query analyzer says, this field has a length of 510 characters. What can i do to save up to the 510
2006 Apr 05
0
MS-SQL Server dropping connections
This isnt a rails specific issue, but the way I may try to fix it might be. Im using ms-sql server on 1 windows server 2003 pc, connecting to apache/rails on another. Intermittantly I get the following exception: Execute OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server Connection failure HRESULT error code:0x80020009 Exception occurred.: SELECT * FROM
2006 Jan 06
0
Performance problem w/ Rake on MS SQL 2000 1-GB database
Hello all, I have a legacy 1Gb MS SQL 2000 database in production. A copy of this is my dev db. rake prepare_test_database on this database takes 20+ minutes. Can someone PLEASE tell me if there is a solution to improving the prepare time for this DB ? Thank you thank you thank you in advance! -- ------------------------------ me in you, you in me - the primal empathic mirror in all of us.
2010 Jun 25
0
activerecord + ms sql.. rowguid field for merge replication breaking inserts
i got my app running with ms sql server as the database and everything worked fine. migrations, indexes, constraints, find, create, update, etc.. the app isn''t actually a web app, butwill be running isolated on severally diff machines that may not have consistent internet access.. part of the requirements was to setup replication so that eventually the separate instances would
2010 Oct 22
1
MS-SQL / Freetds -- func_odbc
Hi folks, How would I go about running a stored procedure call from asterisk via func_odbc. I'm after an example entry in func_odbc if possible for ast 1.4 Also, if someone could post an insert statement that actually works, would be nice. Thanks, :)
2001 Mar 11
0
MS SQL with Linux in Samba
Hello there, I would like to implement an LVS in my organization. The topology is as follows: (i) On the highest level, there is a storage (possibly RAID5) which will store all my databases of images and important information. (LINUX) (ii) Under it, I will want to have a load-balancer and 2 servers (one as FOS) to handle the clients' requests. (LINUX) (iii) Below the 2 servers, I have to
2008 Mar 01
1
Help asterisk connectivity with MS SQL
hi all I want to connect my asterisk system with a MS sql .I have done it with MYSQL but i want to connect it with MS SQL.I have tried a lot but not getting anything.Can anybody help me on this.' Thanks in advance Rahul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080301/48ee67ee/attachment.htm
2004 Apr 30
0
RODBC & MS SQL Server: repeated calls to sqlGetResults() problem
Dear list, RODBC is mostly working very well on Windows XP talking to MS SQL Server. However, when trying to retrieve a result set in repeated batches the first batch returns results ok, but then subsequent calls return no data (see code below). I tried setting believeNRows=FALSE both in odbcConnect() and in sqlGetResults() but this doesn't appear to make any difference. Also odbcFetchRows()