CASE A PDS error 9006 - Security and Event logs errors

J

Jon Magnusson

When using PDS service Project Server reports logs and error in Event
log/Application:

Component: MKRetail

File: C:\Office\dev\project\WebClient\source\server\mkretail\MkRetailParse.cpp

Line: 117

Error Number: 0x800401e4

Description: <Description><![CDATA[Assert Detected. The error code was also
included.]]></Description>



Tipo de evento: Erro

Fonte de evento: Microsoft Project Server Tracing Eventlog Provider

Categoria do evento: Nenhuma

Id. do evento: 2

Data: 23/8/2006

Hora: 20:41:47

Usuário: AUTORIDADE NT\SERVIÇO LOCAL

Computador: CADIA-RM-VPC

Descrição:

Component: PDS

Line: 0

Error Number: 0x232e

Description: <Description><![CDATA[CSecurity.DecodeCreateCookie; -2147221020
: Automation error]]></Description>





Component: PDS

Line: 0

Error Number: 0x232e

Description: <Description><![CDATA[ SOAP OUT;
<Reply><HRESULT>0</HRESULT><STATUS>9006</STATUS><UserName></UserName></Reply>

]]></Description>
 
R

Ray McCoppin

The 9006 error is a rsExceptionSecurity error. You might want to try using
differnet credentials and again.
Can you use PDSTest to access the PDS?
 
J

Jon Magnusson

Hello Ray, thanks for replaying.

We are able to what the pdsTest dose (in our code). We can logon but the
error starts after several successful xml documents were processed.

The 9006 error is a rsExceptionSecurity and to see details you need look
into the Event log.

JM


Ray McCoppin said:
The 9006 error is a rsExceptionSecurity error. You might want to try using
differnet credentials and again.
Can you use PDSTest to access the PDS?

--
Ray McCoppin

http://www.randsmanagement.com
SRS gantt charts


Jon Magnusson said:
When using PDS service Project Server reports logs and error in Event
log/Application:

Component: MKRetail

File: C:\Office\dev\project\WebClient\source\server\mkretail\MkRetailParse.cpp

Line: 117

Error Number: 0x800401e4

Description: <Description><![CDATA[Assert Detected. The error code was also
included.]]></Description>



Tipo de evento: Erro

Fonte de evento: Microsoft Project Server Tracing Eventlog Provider

Categoria do evento: Nenhuma

Id. do evento: 2

Data: 23/8/2006

Hora: 20:41:47

Usuário: AUTORIDADE NT\SERVIÇO LOCAL

Computador: CADIA-RM-VPC

Descrição:

Component: PDS

Line: 0

Error Number: 0x232e

Description: <Description><![CDATA[CSecurity.DecodeCreateCookie; -2147221020
: Automation error]]></Description>





Component: PDS

Line: 0

Error Number: 0x232e

Description: <Description><![CDATA[ SOAP OUT;
<Reply><HRESULT>0</HRESULT><STATUS>9006</STATUS><UserName></UserName></Reply>

]]></Description>
 
J

Jon Magnusson

A solution found. For some peculiar reason the cookie got corrupt between
calls to the PDS, causing the Project Server to creating these error in the
log and returning error 9006.
Regards

Jon M
 
S

Stephan Steiner

If your code is based on the MS sample code, keep in mind that it doesn't
handle re-logins. Each time the cookie times out (after 20 minutes), you
have to log in again.. if you don't, you get that particular error when
trying to execute any PDS method. I just ran headfirst into this brick wall
last week.

Regards
Stephan
 

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

Similar Threads


Top