-
as seen on Server Fault
- Search for 'Server Fault'
Mailman is giving off this error when any changes are made to the list:
=======================
Bug in Mailman version 2.1.14
We're sorry, we hit a bug!
Please inform the webmaster for this site of this problem. Printing of traceback and
other system information has been explicitly…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
What would be the correct combination of NTFS special access permissions to allow an AD group (Authenticated Users) to copy files to a share, but after copying no one in the AD group should be allowed to edit, overwrite, rename, or delete the file? The AD group should also be able to copy files from…
>>> More
-
as seen on Super User
- Search for 'Super User'
hi,
I'm browsing a server with my ftp client. When I try to get the information about a folder, I cannot see the permissions (all rwx checkboxes are uncecked).
If i try to check one of it, the opeartion is succesfull (I don't get any error), but then when I come back it is again unchecked.
What…
>>> More
-
as seen on Super User
- Search for 'Super User'
Sometime ago, I used carbon copy as I was replacing my hard drive in my Mac Mini running Snow Leopard. Afterwards, on my new drive I had some permission problems.
I've tried several times running a repair permissions / repair disk from disk util. It shows that there are problems and I think it says…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I currently have a Windows Server 2003 setup to serve multiple sites via IIS. One of our directories needs to allow access to only 1 specific AD Security Group.
I know there are two ways to accomplish this. One is using IIS to add permissions and the other is to set permissions on the folder/directory…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My solution architects and I have exhausted both pure Dataset and Datareader solutions. Basically we have a Microsoft.NET 2.0 windows service application that pulls data based on a query and processes additional tasks per record; almost a poor mans workflow system. The recordsets are broader (in terms…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm writing a program for a company that will generate a daily report for them. All of the data that they use for this report is stored in a local SQLite database. For this report, the utilize pretty much every bit of the information in the database. So currently, when I query the datbase, I retrieve…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We are having some issues with our data layer when large datasets are returned from a SQL server query via a DataReader. As we use the DataReader to populate business objects and serialize them back to the client, the fetch can take several minutes (we are showing progress to the user :-)), but we've…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Good Guys,
I need your help. Please help me as I am a newbie using VB.NET.
I have been asked to transfer DATAREADER rows into Crystal Report DATASET1.XSD
Here are the coding
Private Sub BtnTransfer()
dim strsql as string = "Select OrderID, OrderDate from ORDERS"
dim DS as new dataset1…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Please help me as I am a newbie using VB.NET.
I have been asked to transfer rows from a DataReader into a Crystal Report dataset.
Here are the coding:
Private Sub BtnTransfer()
dim strsql as string = "Select OrderID, OrderDate from ORDERS"
dim DS as new dataset1 '<---crysal report dataset1…
>>> More