March 11th, 2010 |
xumi |
Question:
Hi All,
I created a linux ftp server and its been working fine. I created an account login for ftp called IPND and when people logged in with this account, they could see all the files and folders. We had a power outage and after bringing up the server and restarting the service, when someone logs [...]
March 11th, 2010 |
xumi |
Question:
Hi guys hope you are all well and can kindly assist.
Guys we would like to test the performance of Active Directory tasks on a newly built Windows Server 2003 Domain Controller.
Because this domain controller sits in a vm inside a Riverbed device, we want to test how well it performs Active Directory tasks and compare [...]
March 11th, 2010 |
xumi |
Question:
I have created an .as file that search for matching elements in an external XML file. However, the file does not format. It runs fine, its just annoying that I can’t format it properly. Can anyone advise? Also, I had to move everything to the initialize function because I kept getting package nesting errors. Shouldn’t [...]
March 11th, 2010 |
xumi |
Question:
I am wondering if it is possible to automate the process of creating PDF’s for the purpose of document management/distribution. We have a range of word documents which are currently controlled by version number and have a distribution list for paper distribution to authorised staff. They are broken into chapters and different staff have access [...]
March 11th, 2010 |
xumi |
Question:
How do I check whether mysql reaches 90% of usage.
I have to do it periodically and send an email through perl when it reaches 90%.
Solution:
Part of the answer will depend on the OS and type of DB storage (InnoDB or MyISAM).
I haven’t needed to do this myself, but I believe you’ll need to check each [...]
March 11th, 2010 |
xumi |
Question:
Hi,
How can I export Attributes(Size, Date Modified, etc…) of files and folders in a directory.
Solution:
You can do this from DOS command prompt. Use the following command to export to a text file at the DOS command prompt:
dir > c:\files.txt
You’ll want to run this command within the folder that you want the information that you want [...]
March 11th, 2010 |
xumi |
Question:
Our team is currently developing in VB6 and checking into Visual Source Safe. The department is busy moving to C#, checking into Team Foundation Server.
In the middle of that transition, we’re looking at alternate source control for our VB6 code, because the well documented problems of VSS are holding up our workflow. Our admins are [...]
March 11th, 2010 |
xumi |
Question:
My clients sbs box is not allowing users to authenticate a vpn connection. This just happened all of a sudden. When a user tried to connect, it stops for a few seconds at verifying username and password then gives error 800. Its not a router problem because its the same from within the lan, connecting [...]
March 11th, 2010 |
xumi |
Question:
I have a user form with 86 test boxes.
When the macro is executed, the user form is populated and the 86 boxes are filled in with values from an excel sheet. The user can select which spreadsheet to take the values from.
The user can then change the values in the user form, without affecting the [...]
March 11th, 2010 |
xumi |
Question:
I have a table that holds a MS Access Report Name and Associated Printer the Reports is to print to. Many Reports can go to many printers .
Basically I want a VBA that will run and look at the table and for each line item will send that report to the listed printer. Example Table [...]