The problem updating Primavera project using Import web service.
I'm developing .Net application for integration with Primavera 8.2.
Issue:
I can't update project in Primavera P6 v 8.2 using Import web service.
Sequence of events:
1. Login to Primavera web service was successful.
2. Export Primavera's project using ExportService was successful.
3. Sending request UpdateExistingProject to ImportService.
I got the response message with next parameters:
Success: false
ErrorMesage:
C:\ImportExport\Import\ws_importer_1361971473502.xml (The system cannot find the file specified).
LogFile:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Could not write attachments.</faultstring></soap:Fault></soap:Body></soap:Envelope>
When I'm importing the same data using Primavera web client or Primavera desktop client It's ok.
Issue:
I can't update project in Primavera P6 v 8.2 using Import web service.
Sequence of events:
1. Login to Primavera web service was successful.
2. Export Primavera's project using ExportService was successful.
3. Sending request UpdateExistingProject to ImportService.
I got the response message with next parameters:
Success: false
ErrorMesage:
C:\ImportExport\Import\ws_importer_1361971473502.xml (The system cannot find the file specified).
LogFile:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Could not write attachments.</faultstring></soap:Fault></soap:Body></soap:Envelope>
When I'm importing the same data using Primavera web client or Primavera desktop client It's ok.
0