Hi all,
Essentially what I am trying to do is to deploy a single tier service deployment for SQL 2012SP2 and other things Steps involve:
1. Add additional drives
2. Install SQL
3. Other things
I am using a post-install script to install SQL Server 2012 SP2 with a ini file and I have tested it to work perfectly when executed manually.
When I deploy the template the files are copied to the guest and then nothing happens.
Deploy File (using Fast Copy) has status completed but Deploy Applications to Computer... stays at 99% indefinitely
I can see the files have been copied to the system cut nothing is being executed.I have configured the settings to log stdout and sterr but they are not present either.
If I attempt to deploy another application in this manner, i.e the ADK8.1 it works fine.
I also tried setting the command to cmd /c to see if it is a command line issue but that also has the same problem.
I also tried zipping sql up and running cmd/c to see if it is a size issue and that works! so im stumpted. I thought maybe there is a folder length issue? The problem is, is that there are no detailed logs. I enabled debug logging but the ETL file Is 0 bytes.
Any suggestions would be greatly appreciated