Hi.
I've included some details below if anyone can give me an idea of what is going wrong here.
Package contains.
- Sun <Dir>
- -Java <Dir>
- --Deployment <Dir>
- ---deployment.config
- ---deployment.properties
- Data1.cab
- install.bat
- jre1.7.0_21.msi
Advertisement is set to download content and run locally.
Install.bat contains
- xcopy /S /Y "%~dp0Sun" "%SystemRoot%\Sun"
- start /WAIT msiexec /i "%~dp0jre1.7.0_21.msi" /qn /Lime C:\temp\java1.7.log
"bitsadmin /list /allusers" from a test machine
- {A09680ED-5FAE-4A42-BD87-DB1F8B885BA8} 'SMS Client Setup Test Job' SUSPENDED 0 /
0 0 / 0
{0072E3EE-4A3A-41A0-BE5C-12470832F01A} 'CCMDTS Job' ERROR 2 / 5 302 / UNKNOWN
Listed 2 job(s).
bitsadmin /info {0072E3EE-4A3A-41A0-BE5C-12470832F01A} /verbose > c:\bits4.txt
bits4.txt content
CREATION TIME: 17.05.2013 15:54:51 MODIFICATION TIME: 17.05.2013 15:54:52
COMPLETION TIME: UNKNOWN ACL FLAGS:
NOTIFY INTERFACE: REGISTERED NOTIFICATION FLAGS: 11
RETRY DELAY: 60 NO PROGRESS TIMEOUT: 2419200 ERROR COUNT: 3
PROXY USAGE: NO_PROXY PROXY LIST: NULL PROXY BYPASS LIST: NULL
ERROR FILE: http://SMSSCCM.MYDOMAIN.COM:80/SMS_DP_SMSPKGG$/DC1001B1/Sun/Java/Deployment/deployment.config -> C:\Windows\SysWOW64\CCM\Cache\DC1001B1.1.S-1-5-21-513217945-1838048672-3006396651-33571\Sun/Java/Deployment/deployment.config <-- here backslash changes to forwardslash for some reason is that normal?
ERROR CODE: 0x80190194
ERROR CONTEXT: 0x00000005
DESCRIPTION:
JOB FILES:
install.bat files works fine when ran outside of an advertisement. But when I run the advertisement through run advertised it just hangs at 0% and won't download the package. I'm pretty sure it has something to do with the path and I've heard SCCM doesn't handle special characters very well which I've also had problems with in the past, but there are no special characters in this case.
A side question: Why does the CCM\CACHE\PackageID.Version sometimes contain a SID behind it on some clients? It kinda worries me that some packages might have "path to long" issues because of this.