App Configuration not deploying

Nick_Gooch
Contributor III

I am trying to deploy WebDAV Nav+ with app configuration configured but it just gets stuck in Pending commands until I cancel it. I'm assuming it's because it's not formatted properly. When it's stuck it pending commands no other commands or inventory updates will happen either.

http://seanashton.net/webdav/mdm/ The sample configuration at this link is what I am using. Anyone have any idea's on how I need to change it to make it deploy?

I have tried changing to just this as well.

<dict>
    <key>config</key>
     <dict>
        <key>static_connections</key>
    <array>
        <dict>
            <key>password</key>
            <string>passwod</string>
            <key>username</key>
            <string>username</string>
            <key>url</key>
 <string>https://url.org/location/storage/</string>
            <key>name</key>
            <string>Books</string>
        </dict>
        </array>
    ………………...
     <key>meta</key>
     <dict>
        <key>version</key>
        <string>1.2</string>
     </dict>
</dict>
0 REPLIES 0