RE: VB Question

2003-11-18 Thread Fred Skrotzki
Build is as a distributable package.  the exe must need some dependency that exists on 
the server build but not on the server deployed to.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Fyodorov,
Andrey
Sent: Tuesday, November 18, 2003 10:54 AM
To: Exchange Discussions
Subject: OT: VB Question


Hi all. I am trying to understand why a piece of VB code works on my PC
but doesn't do anything on a server.
All I want it to do is to show me the names of all COM+ applications.

I compile it into an EXE and run on my PC and it works great. Then I
copy it to one of my servers and run it there - nothing.

Here is the code - 

Private Sub cmdStart_Click()
Dim oCatalog As COMAdminCatalog
Dim oApps As COMAdminCatalogCollection
Dim oApp As COMAdminCatalogObject
  
  Set oCatalog = New COMAdminCatalog
  Set oApps = oCatalog.GetCollection(Applications)
  oApps.Populate
  
  For Each oApp In oApps
  MsgBox oApp.Value(Name)
  Next
  
End Sub




Any ideas?

Thanks in advance!


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


OWA (E2k) issue with messages appearing to some systems as having attachments.

2003-11-03 Thread Fred Skrotzki
Ok it seems that when I reply to many messages from mailing lists via OWA the replied 
message seems to have an attachment (and some new postings also) .  At first we 
noticed that all messages were using UTF-8 so found the setting to change it from that 
to our regional setting.
 
That didn't solve the problem.
 
I've tried to search the archive to no luck also searched the support.microsoft.com 
site.
 
Config is W2k server with latest sp(4) and hotfixes, E2k with sp3, with post sp3 
rollup and latest security patches applied.
 
Anybody have any ideas?  I have my profile set to send all my e-mails as text only 
which as you know OWA doesn't pay attention to.
 
Doesn't seem to make a differance which version IE we use.  tried from IE 5.0 sp4 up 
to latest IE 6.0 sp1 + rollup

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


rules and filtering on un-deliverable messages, help please.

2003-10-28 Thread Fred Skrotzki
Sorry if this is posted posted twice I got a error back the first time because of 
subject.

Ok I've not figured out a way to filter on the exception/undeliverable report or 
informaion contained in it.

This is how we have it configured and working so I do get the messages:

We Collect e-mails that are bounced for several web servers we have that send e-mail 
notices from web page visits requesting additional info or when items become available 
or is ordered (so the addresses are stored in a DB).

Of course there are those people that can not type, provide invalid addresses or older 
ones that are no longer available.

So when we send e-mail and it gets bounced at the server all of these get forwarded to 
a special account on our exchange server then sorted into folders (Sort by from 
address in originally message) for each server and DB.

This is all no problem

Now I want to extract the information on the reason for the failure..

you know the:

--

Your message did not reach some or all of the intended recipients.

  Subject:  We've received your order!
  Sent: 10/28/2003 11:02 AM

The following recipient(s) could not be reached:

  [EMAIL PROTECTED] on 10/28/2003 11:02 AM
The e-mail system was unable to deliver the message, but did not report a 
specific reason.  Check the address and try again.  If it still fails, contact your 
system administrator.
someserver.com #5.0.0 smtp;550 [EMAIL PROTECTED] unknown user account

--

this is what I'm looking for:

I can't seem to get access to the information in a undeliverable report portion or 
have it exported.

1. Anybody have any ideas?

What I'm trying to do is grab all the of the 550 errors so I can create a list of 
e-mail accounts that are dead.

2. I also can't seem to create a rule that will filter on this specific information. 
If I could then I could create a subfolder then export just the e-mail addresses from 
that folder and I've have the list also.

so any help is appricated.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchangetext_mode=lang=english
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


RE: help with error 9562 please...

2003-01-24 Thread Fred Skrotzki
more infor I should have provided to start:
e2k with sp3

-Original Message-
From: Fred Skrotzki 
Sent: Thursday, January 23, 2003 5:06 PM
To: Exchange Discussions
Subject: help with error 9562 please...


This one is listed in the event viewer as MSExchangeIS error 9562

Failed to read attribute msExchUserAccountControl from Active Directory for 
/o=Corporate/ou=First Administrative Group/cn=Recipients/cn=help. 

Found a artical on MS's support site saying to rebuild the recipient databases...
open exchange system manager, Recipients, Recipient update services, right click on 
each service listed and select rebuild.  Did that over 24 hours ago and this is a 
SMALL Ad with 17 users.  No luck.

Here is somebackground that might help.

There was origionaly a global distribution list by the same name.  Problem was there 
was no incoming or outgoing message tracking.  So I wanted to create a shared mailbox 
that all allowed people on this distribution list could access (When a message comes 
in you get a copy but goto the mailbox inbox and reply to it there then it's placed 
into the proper send folder for all to see and also keeps the reply to address set 
properly).  So I deleted the Distribution list, created the mailbox of the same name 
as the distribution list and assigned the 8 variations on the e-mail address to the 
mailbox.

Then to also let the people know there was a message in the box I created a second 
distribution list called help-notifier that has all the names of the people, hid the 
list and went into to rights for the mailbox and set it to forward to that notifier 
list and keep a copy.  Well it forwards to the list just fine but it seems that it has 
not yet created the mailbox and saved the messages.

Any Ideas?  I've done a mailbox clean and this rebuild thing from above but neither 
has fixed the problem.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



help with error 9548 please...

2003-01-24 Thread Fred Skrotzki
E2k Sp3, error is MSExchangeIS error 9548
 
Disabled user /o=Corporate/ou=First Administrative 
Group/cn=Recipients/cn=SystemMailbox{16C0718A-8BCE-46F4-916C-5071C248E292} does not 
have a master account SID. Please use Active Directory MMC to set an active account as 
this user's master account. 

Ok I know the account is supposed to disabled, but the Master SID?  Not sure which SID 
it's supposed to be to assign it to. 
 
Searched the web and MS support but no luck in regards to the SystemMailbox.
 
Anybody have any ideas?
 
I maintain 2 e2k servers (Seperate companies) and one has this problem the other does 
not.  I've comparied everything I can think of and do not see a differance that needs 
to be fixed.
 
Thanks.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



help with error 1022 please...

2003-01-24 Thread Fred Skrotzki
E2k SP3
 
Ok this might be relaited to my just posted error 9548
 
Logon Failure on database First Storage Group\Mailbox Store (EM01) - Windows 2000 
account NT AUTHORITY\SYSTEM; mailbox /o=Corporate/ou=First Administrative 
Group/cn=Recipients/cn=SystemMailbox{16C0718A-8BCE-46F4-916C-5071C248E292}.
Error: -2147221231 
 
any ideas?
.+-¦‹-Šxm¶ŸÿÃ,Â)Ür‰¿­ë(º·ýì\…öª†Ù€­Èb½ë!¶Úÿ0³
§‘ÊþÈ­zǚ­È±æ«r¬¥:.žË›±Êâm隊[h•æ¯yì\…©àz[,Ã)är‰„ÅÈZž‹ŠËZvh§–+-iÙ¢žÌ2žG(


help with error 9562 please...

2003-01-23 Thread Fred Skrotzki
This one is listed in the event viewer as MSExchangeIS error 9562

Failed to read attribute msExchUserAccountControl from Active Directory for 
/o=Corporate/ou=First Administrative Group/cn=Recipients/cn=help. 

Found a artical on MS's support site saying to rebuild the recipient databases...
open exchange system manager, Recipients, Recipient update services, right click on 
each service listed and select rebuild.  Did that over 24 hours ago and this is a 
SMALL Ad with 17 users.  No luck.

Here is somebackground that might help.

There was origionaly a global distribution list by the same name.  Problem was there 
was no incoming or outgoing message tracking.  So I wanted to create a shared mailbox 
that all allowed people on this distribution list could access (When a message comes 
in you get a copy but goto the mailbox inbox and reply to it there then it's placed 
into the proper send folder for all to see and also keeps the reply to address set 
properly).  So I deleted the Distribution list, created the mailbox of the same name 
as the distribution list and assigned the 8 variations on the e-mail address to the 
mailbox.

Then to also let the people know there was a message in the box I created a second 
distribution list called help-notifier that has all the names of the people, hid the 
list and went into to rights for the mailbox and set it to forward to that notifier 
list and keep a copy.  Well it forwards to the list just fine but it seems that it has 
not yet created the mailbox and saved the messages.

Any Ideas?  I've done a mailbox clean and this rebuild thing from above but neither 
has fixed the problem.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]