On CHOW: What is soy lecithin?
1 Resources for

err.number

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Diskspace VBScript Help needed
How do I edit this script so that it will output the diskspace for each computer?To run the script the syntax is cscript diskspace.vbs computernameHere is the code: On Error Resume NextConst CONVERSION_FACTOR = 1048576Const WARNING_THRESHOLD = 100If WScript.Arguments.Count = 0 Then Wscript.Echo "Usage: FirstScript.vbs server1 [server2] [server3] ..." WScript.QuitEnd...
Tags: computer, Err.Number, keebmachine, Microsoft VBScript, programming, Wscript.Echo Computer
Q&A 2004-12-10

Additional Resources

Scripting
Looking for a script that will rename and change password on all of the local administrators user accounts. I can do this through GPO I know, but I want to run this particular script on a list of servers without having to reboot. I have found a couple...
Tags: arrSubAut, BlitzSonik, bSID, CStr, err.description, Hex, oUser.objectSID, password, security
Q&A 2005-05-19
How do I... Fill Word form fields with Access data?
How do I... Populate Access data with Word fields?Is it possible to create an Access database from data entered into word form fields?Just what I've been trying to do... Now if only I could get it to workI've been using the script below with Office 2003 Professional to send...
Tags: Word processors, Microsoft Office, Databases, charles.levea@..., Doc, Word.Application, Microsoft Access, Microsoft Word
Discussion threads 2007-07-11
Router Log Reports err. What is ?
I have a symantec firewall vpn router. The log shows the following error every minute.. ERR:message from 24.94.53.9:500, but no connection has been authorized device
Tags: VPNs, Routers & switches, NETWORKING, Network security, Network technology
Q&A 2005-10-06
EDGEing towards the iPhone
Network improvements before the iPhone arrives at ATTAre you happy with the ATT Wireless, err, Cingular, err, ATT cellular network, for both data and voice?
Tags: johnbartley, ATT, Apple iPhone
Discussion threads 2007-06-05
Getting 80070003 Error with vbscript
All --I have a vbscript running in an ASP page that I am trying to get to access a virtual directory in IIS 6. I can get the metapath of the site, but when the script tries to access the virt dir, I get a path can not be found...
Tags: A1, cmptrwhz, Getting 80070003 Error, Microsoft VBScript, programming, Wscript.Echo
Q&A 2005-12-13
Cannot open xyzcomp.err Advent 7011
Hi, I'm resetting my computer back to factory settings. I have 3 cd's for doing this. When I put the second cd in, it downloads to about 75% and then I get an error. "Cannot open xyzcomp.err", press ok and i get "Cannot read from file 437 Application error". Is...
Tags: PRODUCTIVITY, bgethings@..., factory setting
Discussion threads 2007-07-09
Attach employee photo to database
I want to link an employees photo to their record in MSAccess 2000. How can I do this?How to Link a Picture to an Access Form:Use an unbound image frame named: ImageFrameand add a field to your table called ImagePath.To add the picture to a report just use code like...
Tags: database, dliby@..., ImagePath, Me!, photograph, Picture, software
Q&A 2004-11-30
Outlook Express 6 keeps asking for a password
Outlook Express keeps asking for a password and I get the following error messages:There was a problem logging into your mail server Server Response - ERR Login failed, Port 110, Secure SSL: No, server Error 0X800CCC90,Error Number 0X800CCC92There was a problem logging into your mail server: Your password was rejected....
Tags: SSL/TLS, Authentication/Encryption, Groupware, Microsoft Outlook Express 6.0, artzelda@..., server, password, Microsoft Outlook Express, SSL, Microsoft Outlook, e-mail
Discussion threads 2007-08-22
EDGEing towards the iPhone
Improved connectivity for AT&T mobile users is on the way, due to upgrades and tuning before the iPhone arrives. This is important for every AT&T cellular caller, because with more T-1 lines into cell towers, there's more chance to call out when there's a call peak (when,...
Tags: Apple iPhone, AT&T Corp., Cell, 3G, Smart Phones, Advertising & Promotion, Cellular Phones, Consumer Electronics, Personal Technology, Marketing, John Bartley K7AAY
Blog posts 2007-06-05
Got an error with this script, cannot connect to computer...
PLEASE HELP!!!The computer list was created manually.'-------------------------------------------------------------------------------' Initialization - Declare variables'-------------------------------------------------------------------------------Dim fsoIn, fsoOutDim inFile, outFileDim arrComputerNamesDim objUserDim strComputerDim newPasswordDim ErrorOccurredConst ForReading = 1Const ForWriting = 2Const ForAppending = 8Const inFilename = "computers.txt"Const outFilename = "ChangePwdcomputers.log"'-------------------------------------------------------------------------------' Main script'-------------------------------------------------------------------------------On Error Resume NextErrorOccurred = False' Insert WARNING here...Msgbox ("WARNING: This script will change...
Tags: julliadarc@..., strComputer, password, Now & vbTab, newPassword Dim ErrorOccurred Const ForReading, outFile.writeline Now & vbTab, computer
Discussion threads 2007-06-15
Deleting Reg Key
I need to delete a registry keys through a login script . I am not sure I have the right syntax.=========================================DelRegKey.vbs'' This script should handle deleting a registry key which may, or may not, exist' and does, or does not, have subkeys.Option ExplicitConst HKEY_CURRENT_USER = &H80000001Dim strComputerDim strKeyDim strValueNameDim strValueDim...
Tags: aSubKeys, ByVal strKey, Deleting Reg Key, networking, rocky5689, strKey, strKey End, vbs, Wscript.Echo
Discussion threads 2006-01-11
A Console Terminal for JARs
A JAR is a great way of packaging and deploying a Java SE project. But there is a problem with console input/output - the standard I/O files (System.out, System.err, and System.in) do not work when a JAR is activated by a double-click. System.out and System.err are simple, intuitive, and frequently...
Tags: Console, I/O, JAR
White papers 2006-01-31
Access - form to sub form automatic entry
I'm trying to refine my Invoice Tracking program to have to vendor name automaticly entered on the parts sub form. Made a text box on the subform and clicked on the table line in the data box to the vendor table on the sub form. Then tried [Form]![Name...
Tags: access, automatic entry, form to sub form, Goto, Microsoft Access, ricky4143@..., software, vName
Discussion threads 2005-12-03
Photos of "Star Wars: Where Science Meets Imagination"
I can not get an ainside Look th epictureErr msg :Princess Leia costume, " R2-D2, and C3PO "
Tags: hardware, photograph, Star Wars, wanchail@..., windows
Discussion threads 2005-11-28
Upload .xls file to SQL Server table w ASP.NET app
Here's what I have to do: 1. Allow user to locate a .xls file on their machine 2. Upload this .xls data into an existing table on a remote SQL Server I can pull the file from my local machine to another directory on the local machien, but...
Tags: chip@..., database, Dim strSQL, Label2.Text, local machine, Microsoft ASP.NET, Microsoft SQL Server, programming, server, software
Discussion threads 2005-08-09
connecion of VB with Sql server 2000
i don't know how o connec vb with sql server via code.send me the code. all are welcomeyou need to create a DSN. you can create DSN programatically too. Then Create a ADODB Connection object. and use Openmethod to setup the connection.create recordset object ans supply the query. you...
Tags: Microsoft Visual Basic, DSN, cn.Dispose, Nothing GC.Collect, ADODB.Connection Dim strConnect, nizam8194@..., programming, strConnect, Nothing, Microsoft SQL Server, Microsoft SQL Server 2000
Q&A 2006-07-09
DTS package error Plz Help
Hi Iam facing a problem with DTS package. and i was trying to execute the code which u gave in this sitetype casting error is coming at this lineoCustomTask = oTask.CustomTaskfull code is belowDim oPackage As New DTS.Package2Dim oConnection As DTS.ConnectionDim oStep As DTS.Step2Dim oTask As DTS.TaskDim oCustomTask As DTS.BulkInsertTaskTryoConnection...
Tags: hari_612@..., Nothing, oConnection oConnection.Catalog, DTS.Task Dim oCustomTask
Discussion threads 2007-06-18
DTS package error Plz Help
Hi Iam facing a problem with DTS package. and i was trying to execute the code which u gave in this sitetype casting error is coming at this line oCustomTask = oTask.CustomTaskfull code is belowDim oPackage As New DTS.Package2 Dim oConnection As...
Tags: hari_612@..., Nothing, oConnection oConnection.Catalog, DTS.Task Dim oCustomTask
Discussion threads 2007-06-18
Quickly identify problems using the Exchange Error Code Look-up tool
The Exchange Error Code Look-up tool can look at a variety of error values, including decimal, hexadecimal, and exact error strings, and let you know all of the possible meanings. Alright, quick: What does it mean when you see an error -528 in your event log and you're...
Tags: Scott Lowe MCSE, PRODUCTIVITY, tool, E-mail Administration Tips Newsletter, Error, Windows NT Application Log
Technical articles 2006-07-20
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic's Gaming Policy
Computer games--including those installed from floppy disks, USB "thumb" drives, CDs, DVDs, or accessed online or as part of any massive, multiplayer ...
Buy Now
Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now

Fusion