Hi,
I'm trying to make a network ring (for fail over) for the connection between our three datacenters.
The hardware i can use are four Procurve 2824 Switches.
In the tests i'm doing (with copper instead of fiber), it doesn't seem to work..
I have setup the config according to the...
Hi,
I need to monitor the status of the software mirror I have running on several of the servers i'm responsible for !
Is this possible in VB.net, vbscript using WMI ??
thanx
Lon
Thanx,
Lon
Thanx,
Lon
Hi,
I need to monitor the status of the software mirror I have running on several of the servers i'm responsible for !
Is this possible in VB.net, vbscript using WMI ??
thanx
Lon
Thanx,
Lon
Hi,
I need a script that can monitor of the software raid on 2 disks/partitions is still OK or if it has problems..
Can this be done with wmi ?
Lon
Thanx,
Lon
Hi,
I have a piece of javascript that works very nice in IE but doesn't work in a Firefox browser..
function Check_Prod()
{
theForm = document.order_form;
var total = 0;
for ( i = 1 ; i <= nr_of_prod ; i++ ) {
if(theForm.elements['Product' + i].checked == true) {
tmp_pric = 0...
Hi there,
My windows nt 4.0 with excahgne 5.5 crashed :(
As the backup device recently crashed i have no backup of the database in Arcserve or any backup system.
Is it possible to install a new server with exchange 5.5 put the edb's to this new server and use the recovery util's to get all...
Hi there,
I'm having a problem on my site with date formats...
In holland we use "day-month-year" as commenly known date format, BUT according to the Microsoft system when I use the SetLocale(1043) it is: "month-day-year"...
Am I doing something wrong or is Microsoft making there rule's on...
Sub Test()
Dim oApp
Dim oNS
Dim oMsg
Set oApp = New Outlook.Application
Set oNS = oApp.GetNamespace("MAPI")
Set oFolder = oApp.ActiveExplorer.CurrentFolder
Set myDestFolder = oFolder.Folders("Test")
Set oFolder =...
My question about these two version is:
I need to update the 3.23 to 4.0, but do not want to add all the permissions on the new version
Can I copy only the binairies? or do is the MySql Database ( which has all permissions ) different in these two version ??????
Thanx for your advice !!!
Lon
Hi,
I use the following code to set the desired cookie:
Response.Cookies("mozis").Expires = Date() + 365
Response.Cookies("mozis")("lang") = Session("lang")
The Session variable contains a value selected by the client.
Now when I reload the page...
Hi,
My windows 2000 pc is doing very strange things..
when I browse my webserver i can open index.htm but get a 404 when trying to open index.asp ( they both exist!! )
Service Pack 4 did not solve the problem..
Any one who had this problem and has a sollution for it ??
Hi,
When I import a dump file created with mysqldump the following part:
CREATE TABLE s_menu (
id int(11) NOT NULL auto_increment,
description varchar(40) default NULL,
order int(11) NOT NULL default '1',
PRIMARY KEY (id)
) TYPE=MyISAM;
Generates:
ERROR 1064: You have an error in...
Hi,
I need to open an excel sheet with ole db.. but when the sheet has a comment on A1 I get an error that the object could not be found...
I use the following code to open the sheet:
strExcelString = "Data Source=" & strExcelFile & "; Extended Properties=Excel 8.0;"
Set...
Hi,
I need to open an excel sheet with ole db.. but when the sheet has a comment on A1 I get an error that the object could not be found...
I use the following code to open the sheet:
strExcelString = "Data Source=" & strExcelFile & "; Extended Properties=Excel 8.0;"
Set...
Hi,
I need some help with the followijng issue..
I need to import a csv file uploaded to a website into the database, the uplaod works.. but the import gives errors..
I use data = Split(readline,",") to split the readline from the csv into an array, that is where it goes wrong :S...
Hi,
I need to select only those records of table1 that are not in table2.
In both table's there is a field called: order_id to determine this, but as a sql newbie i can't figure out how to do this.
Hopefully you guru's can help me.
Thanx
Lon
Hi there,
I just made a website in flash, and was wondering what you flash guru's think of it.
This is the site's url: http://www.angelparties.nl
Thanx
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.