Hi,
I've created a web service to integrate AC2K Deploy to a BPM tool. The web
service simply creates web applications in IIS and AC2K, in stager, and in
a
second step, it deploys de AC2K Application to the controller server.
The web service is configured to run in a separate application pool, under
an appropriate identity. It uses an instance of the Process class from
.Net
Framework (2.0) to configure and execute command line parameters.
It works fine on the first step, creates the Virtual Directory or site in
IIS and creates the application in AC2K.
When the second step starts, it loads all the information and runs the
process but it returns the following error on the deploy:
The system returned the following error:
The system cannot find the file specified. (0x80070002)
When I run the command in a command prompt window, under the same account,
the deploy runs normally.
I've checked all identity configurations and options on the code, use
impersonation in the web application, but the problem remains.
Am I missing anything or is there any additional configuration needed to
run
the application center command line tool using a .NET Framework Process
class?
I'd appreciate any help, thanks in advance.


|