RE: Change of IP address

2003-03-25 Thread Chris Jordan
LOTS of things need changing. LOTS of things to plan. DNS; WINS; all of those legacy LMHOSTS and HOSTS files that are still in use; every router that remembers routes; all default gateways; -Original Message- From: Bailey, Matthew [mailto:[EMAIL PROTECTED] Sent: 24 March 2003 22:05

RE: Adding a Contact via Visual Basic

2003-02-11 Thread Chris Jordan
How are you creating the Contact? Try: Set myOlApp = CreateObject(Outlook.Application) Set myItem = myOlApp.CreateItem(olContactItem) or even: Set myOlApp = CreateObject(Outlook.Application) Set myNameSpace = myOlApp.GetNameSpace(MAPI) Set myFolder = _

RE: Thin Clients

2003-01-20 Thread Chris Jordan
What applications? My take is that Terminal Services works best for one server running one application and accessed by many users. For the car rental application of 5,000 users all using one application - that is a good approach. But for normal professional workers, who typically use 5 or 6

RE: OofO Assistant - Forward Rule - Changes to the rule could no t be saved

2003-01-10 Thread Chris Jordan
Make sure you have added the address you want to use to your Personal Address Book. Then point the rule at this entry, rather than entering the name directly. Be aware that this will be a client based rule, so you will need to have Outlook logged in for it to fire. You might get it to be a server

RE: How do I explain NDRs Question

2003-01-07 Thread Chris Jordan
Telephone analogy again. Once the phone connection is complete, then you might still talk English at one end, and try to talk to someone who only understands Russian at the other end. This type of fully connected but of no use at all can be used to explain the problems with the different

RE: Very OT - txt handling

2002-12-11 Thread Chris Jordan
And if you want a little VBS script to start from, you can always take this and develop it further. Paste this into Notepad, and save as a .VBS file. Then double click it. If it goes wrong (as it surely will), you will need to close the Excel process that has been started - use Ctrl-Alt-Del

RE: eoo.log files

2002-12-06 Thread Chris Jordan
That made me smile as much as the original - but at least this time I was smiling happily :-) -Original Message- From: Bob Sadler [mailto:[EMAIL PROTECTED]] Sent: 05 December 2002 17:10 To: Exchange Discussions Subject: RE: eoo.log files Our virus system replaced the message body with

RE: DL Export question

2002-11-28 Thread Chris Jordan
You could try this script. Not sure if it gives you what you want, but it might be a starting point: Save the code to a .VBS text file and double-click it. [START CODE] set fso = wscript.createobject(Scripting.FileSystemObject) set folder=fso.getFolder(C:\Temp) Set OStream =

RE: Getting email addresses from Inbox

2002-11-28 Thread Chris Jordan
Its probably not what your users want, but it might help to move in the right direction. Paste this code into a text file in Notepad, and save it as a .VBS file. Then run it. (Change the file location from C:\Temp if you want...). Comment out with a single quote mark any lines you don't want

RE: No more free/busy data?

2002-11-13 Thread Chris Jordan
You asked: why the hell do we want our users in control of when their calendars are available? The answer is because they know a lot more about their calendars than you do! Why would a user want some lowly e-mail admin controlling how much information they show?? -Original Message-

RE: Forms and VB or any other solutions welcome

2002-11-04 Thread Chris Jordan
, including contacts and appointments. -Original Message- From: Chris Jordan [mailto:Chris.Jordan;cmg.com] Sent: Thursday, October 31, 2002 5:42 AM To: Exchange Discussions Subject: RE: Forms and VB or any other solutions welcome Either: - Edit the form and add an e-mail send option

RE: X.400 issues

2002-11-04 Thread Chris Jordan
How many X.400 connectors do you have defined on the central machine? (And maybe on remote ones as well). If you have too many: you will need to increase the number of Control Blocks being used. Take a search through MS KB for TCPIP Control Blocks. These are set in the Registry at

RE: Forms and VB or any other solutions welcome

2002-10-31 Thread Chris Jordan
Either: - Edit the form and add an e-mail send option in there. On re-publishing the form, Outlook should down-load your latest version when it is needed. - Push a macro out to everyone using Outlook. This will be called on a Send event. This will check the form name that is being sent - and

RE: Public Folder Reporting Tool

2002-10-29 Thread Chris Jordan
? Ken Hatley, MCSE Messaging Consolidation VM/Pgr. 877.500.2511 Office 972.997.9261 -Original Message- From: Chris Jordan [mailto:Chris.Jordan;cmg.com] Sent: Monday, October 28, 2002 8:58 AM To: Exchange Discussions Subject: RE: Public Folder Reporting Tool

RE: .Net Server and Exchange 5.5

2002-10-28 Thread Chris Jordan
Running Exchange 5.5 on a .NET server will very likely demonstrate a big difference between Does it work? and Is it supported?. -Original Message- From: Tony Hlabse [mailto:thlabse;hotmail.com] Sent: 28 October 2002 01:46 To: Exchange Discussions Subject: Re: .Net Server and Exchange 5.5

RE: Public Folder Reporting Tool

2002-10-28 Thread Chris Jordan
This is NOT a good Public Folder reporting tool - but as it gets the result in about a minute, it could be quicker than searching for a tool on the Internet... Take this code, and cut and paste it into a text file with a .VBS extension. Double click on the file. Then look in C:\Temp (or a

RE: Maximum OWA concurrent users

2002-10-28 Thread Chris Jordan
And, with the known RPC issues of timing and drop-outs when running it over a slow link, what will happen when it is tunnelled through HTTP?? -Original Message- From: Mellott, Bill [mailto:bmellott;SND.com] Sent: 28 October 2002 14:53 To: Exchange Discussions Subject: RE: Maximum OWA

RE: Comp Time Question

2002-10-28 Thread Chris Jordan
Nope. You have to work an EXTRA 4 hours to fix all the problems you introduced in the first 4 hours. We are professionals you know getting paid for what we do is purely a bonus! :-) -Original Message- From: Brian Dugas [mailto:brian;summit-technical.com] Sent: 28 October 2002 15:07

RE: nice one for a Friday

2002-10-25 Thread Chris Jordan
Is the PC on a network? Where will you analyse the information? On the same PC or on another one? If on another one, how will you transfer it? What disk space is on the old PC? How can you control the application? Can you use the DOS copy command to append the data to an existing file?

RE: Outlook Rules

2002-10-24 Thread Chris Jordan
If the rule doesn't do anything, then there are a number possibilities: 1. Rules don't work. Restart Outlook with a /ClearRules parameter (which doesn't exist!, but there is one similar). 2. Rules work, but nothing has arrived to cause this one to fire. Check to make sure this rule actually fires

RE: DL information

2002-10-22 Thread Chris Jordan
When you run the Admin Extract and specify a filename, it looks in filename to see what heading line you have given it. It will extract all elements that match your heading line. Either use Admin in /R format to get the correct field names, or better still use the HEADER.EXE that does this in a

Recovering servers

2002-07-17 Thread Chris Jordan
We are writing the procedures that are needed to recover our hub Site: - Its a hub and spoke environment, with 100 or so spokes. - We have two servers in our hub Site. - We are running Exchange V5.5 SP 3. - Exchange on-line backups available. - NT server backups available. - Full server

Only server in a site

2002-07-17 Thread Chris Jordan
I have in the past followed the instructions involved with removing the first server in a site. However, we have a Site with just one server in it. We wish to remove the whole of this site / server. Is there anything particular we need to do to the rest of the Sites within the Organisation? Or

RE: Archives

2002-07-12 Thread Chris Jordan
They probably analysed the statistics and realised that someone who posts as much as you do can't be saying anything useful - so kept you off to make it easier for the rest of us to make a mess of things! :-) -Original Message- From: Ed Crowley [mailto:[EMAIL PROTECTED]] Sent: 11 July

RE: Store.exe and NT backup

2002-07-12 Thread Chris Jordan
a) STORE.EXE at 100% CPU is not normal. Typical values for a well used system would be 30 to 50% CPU. b) STORE.EXE can take close to 100% of memory without a worry - but NOT CPU. c) Stop and start the Information Store if you like - it sounds as though it wouldn't do any harm and may do some

RE: Exchange 2000 Conferencing Server

2002-07-03 Thread Chris Jordan
Minimum: About 9.6K Minimum to avoid errors: About 64K Minimum to avoid users shouting: About 256K (although this does depend on whether the users will use the conferencing server, and how many users there are, and how often they will want to use it, and what sort of performance they expect to

RE: VB - Retrieving contacts from Exchange Server

2002-07-03 Thread Chris Jordan
You can't do it. Yes you can write code to get all your contacts [see below], but to get other peoples contacts you need one of two things: 1 - E-mail account name and NT Password for each and every account. 2 - Permissions set on each users account so that you can go and look at their e-mail.

RE: Exch 5.5 Backup Server?

2002-06-26 Thread Chris Jordan
You might need to define what you mean by Backup mail server. If you mean a message store (e.g. Exchange's Information Store) where e-mail gets delivered and placed in a users mailbox... then you can't do this with Exchange. If you mean a routing server, then you are continuing the idea that

V5.5 SP3 to SP4

2002-06-21 Thread Chris Jordan
We have a concern with an Exchange V5.5 SP3 to SP4 upgrade issue. The issue we have is: - We have over 300 X.400 connectors coming into a central hub site consisting of 4 servers. (150 remote sites, each with two connectors to different servers). - At present we need to stop and restart the

RE: Allocation Unit (Cluster) Size Question

2002-06-18 Thread Chris Jordan
This topic seems to arise every other year or so since early in Exchange 4.0. There is a heated debate on e-mail, with no-one really proving anything. Then it all goes quiet. At least this time we seem to have two valid approaches for those that want to bother. A book by Curt Aubley and a

RE: Stand-by servers

2002-06-13 Thread Chris Jordan
one of your BDCs to PDC if the need arises. Ed Crowley MCSE+Internet MVP kcCC+I Tech Consultant hp Services Protecting the world from PSTs and Bricked Backups! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Jordan Sent: Thursday, May 30, 2002 6

Stand-by servers

2002-05-30 Thread Chris Jordan
We have a hub and spoke network of 150 Exchange 5.5 Sites. The centre Site of the hub is just a routing Site with 2 servers (no user mailboxes). All spoke Sites are connected to the hub Site with X.400 connectors (to one or other of the servers). We now need a Business Continuity / Disaster