Outlook and SOAP Exception

R

Robert

Hello,
I installed the PWA Outlook Add-in and entered the login information in
Tools > Options > PWA > Advanced options
I tested the connection : Outlook has succesfully connected to the specified
server.
But when I click the Import New Assignments button, I get the error message:
SOAP Exception - The server was unable to process the last request.
Any idea ?
Thanks for your help.
 
B

Barbara

Hi Robert,

I had a similar issue. For some Enterprise Resource Custom field(s) the
"Calculation for Assignment Rows" was not set to None. Changing that to NONE
solved it. I could identify the fields with following statements:
select * from dbo.MSP_CUSTOM_FIELDS where MD_PROP_ROLLDOWN_TO_ASSN = 1
and
select * from dbo.MSP_PROJECT_CUSTOM_FIELDS where MD_PROP_ROLLDOWN_TO_ASSN = 1
 
R

Robert

Great !
Barbara, that worked !
But how did you find such a tricky solution ???
Thanks again!

Robert
 
B

Barbara

I found this solution searching this threat a few months ago. Someone else
solved it. Unfortunately that post was gone so I couldn't give you the link.

Barbara
 

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