Jump to content

Business Studio : Error while calling sds.generateDeploymentScript


Shrijeet Sinha

Recommended Posts

Hi ,

I am in to weird problem coming only on LINUX machine where when i runsds.generateDeploymentScript task of studio i am getting below error whcih is complaining about the path of DAA location.

My Ant target:

 

 

 

 

 

=====

Error:

=====

BUILD FAILED

[exec] /home/tibco/AMX-BPM-AUTOMATION-PROJECT/Deploy/generateBuildScript.xml:9: Could not find daa at L/tibco/AMX-BPM-AUTOMATION-PROJECT/Deploy/DAA/ssiproc.daa

 

YOu can see in Error logs , alphabet "L" is automatically coming in path at runtime and thats why it is giving error.

Any help why on linux it is adding "L" before daaLoc value at runtime on its own.

I am using business studio BPM edition 4.1

Thanks

Shrijeet Sinha

Link to comment
Share on other sites

shrijeet.sinha,

The L prefix is not the problem, it's the result of logging an org.eclipse.resources.IFile object - it's just what the toString() : String method emits, nothing to worry about.

The problem lies elsewhere - possibly an issue with permissions Does the DAA file exist at that location and is it readable to the security principal under which you are executing the ant script

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...