Understanding or Tracking the Error(s)

T

tanzimshaikh

Hi everyone :),

Can someone please explain me or help me to understand how to track
the following error message?
================================================================
<?xml version="1.0" encoding="utf-16"?>
<errinfo>
<general>
<class name="Notification message processor failed">
<error id="16082" name="NotificationQueueMessageFailed"
uid="848d12c2-32d0-448b-9a1b-c58e8253c690" EmailTypeUID="8f9811e9-
d749-4879-9be4-e7ce5a42c4b5" Error="The specified string is not in the
form required for an e-mail address." />
<error id="16082" name="NotificationQueueMessageFailed"
uid="d4e7eb9d-a375-47ce-943c-9b61f9358ec9" EmailTypeUID="8f9811e9-
d749-4879-9be4-e7ce5a42c4b5" Error="The specified string is not in the
form required for an e-mail address." />
<error id="16082" name="NotificationQueueMessageFailed"
uid="6df4ab31-49ca-43db-b5eb-27ce03979f89" EmailTypeUID="8f9811e9-
d749-4879-9be4-e7ce5a42c4b5" Error="The specified string is not in the
form required for an e-mail address." />
<error id="16082" name="NotificationQueueMessageFailed"
uid="9d478192-29d7-4426-8b18-04e3ae31204f" EmailTypeUID="8f9811e9-
d749-4879-9be4-e7ce5a42c4b5" Error="The specified string is not in the
form required for an e-mail address." />
<error id="16082" name="NotificationQueueMessageFailed"
uid="1f8bfa3c-53d8-4860-b9aa-9c236d89e3c5" EmailTypeUID="8f9811e9-
d749-4879-9be4-e7ce5a42c4b5" Error="The specified string is not in the
form required for an e-mail address." />
<error id="16082" name="NotificationQueueMessageFailed"
uid="46b8479b-0fb0-4d92-832a-4a10f5dc2af3" EmailTypeUID="8f9811e9-
d749-4879-9be4-e7ce5a42c4b5" Error="The specified string is not in the
form required for an e-mail address." />
</class>
<class name="Queue">
<error id="26000" name="GeneralQueueJobFailed" uid="344343ef-
f21b-4458-88c7-a73cea39eed9" JobUID="a41ed564-da9a-4038-
a7fe-72f8cd2d691a" ComputerName="EPM07"
GroupType="NotificationMessage" MessageType="CompositeNotification"
MessageId="1" Stage="" />
</class>
</general>
</errinfo>
================================================================

I read about this error and I came to know that this is generated due
to the problem in the resource’s email and it is related to the
Notifications (Alerts/Reminders). The type of notification is
"Reminder-Tasks".
However, some of the proposed resolution says that this might be due
to Inactive resources. I do not have Inactive resources and my email
settings in the Server Settings is also correct. Moreover, the users
are receiving alerts if their assignments are changed. Hence, I don't
know why is this error being generated.

What I want to understand is where and how can I track the “uid” that
is mentioned in the errorinfo? Is this a Resource UID or what? Which
table can I find this ID?

Note: I made a SQL Query on MSP_RESOURCES to see if there is any
resource with this ID but the query returned 0 records.

Thank you
Best regards
 
J

Jesse Schuchart

Looks like an invalid e-mail address on one of the resouces.

Goto the resource center, sort by e-mail address. Validate those first. If
you do not find it, goto the Project Server reporting dB and query the
resource user VIEW for the uid 848d12c2-32d0-448b-9a1b-c58e8253c690. Check
the e-mail address.
 
T

tanzimshaikh

Hi Jesse,
Thank you for the reply.

I went through the sorted list of the user emails but all of them
seems fine.
However, as you said, I went and queried the Reporting db which is the
following sql query:

--------------------------------------------------------------------------------
SELECT * FROM MSP_EPMRESOURCE_USERVIEW WHERE ResourceUID =
'848d12c2-32d0-448b-9a1b-c58e8253c690'
--------------------------------------------------------------------------------

It returned 0 records.

I even tried with 'LIKE' statement but no records.

Moreover, do you mean that the 'uid' mentioned in the errorinfo is a
ResourceUID?
 
T

tanzimshaikh

Found the problem ...

The problem was that a user had two email IDs to his name, which is
fine. However, they were seperated by semicolons, and that was the
problem.
The users in WSS 3.0 have more than one email IDs assigned to their
names and they all were seperated by semicolons and it never displayed
any error due to this.

Hence, what I learned is that for WSS 3.0 the email IDs for the users
must be seperated using semicolon (;) but in Project Server 2007 it
should be seperated using comma (,).

However, there is still one thing pending for the sake of knowledge,
is that, what is the 'uid' in the errorinfo. I saw the recent
errorinfo and compared the uid with the ResourceUID of the user that
had the problems but it doesn't match in any way.

Can someone please let me know what is 'uid' in this errorinfo and how
to track them?

Thank you once again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top