Deployed in Kuwait - VPNclient configuring w/o networkmanager (pptp)

My laptop connects to a wireless router in the barracks and Kuwait has quite a few filters on what we can access.
I've purchased an account with an online VPN provider and have been able to connect via windows7 and via networkmanager-pptp in Arch.
The problem is, I typically use wicd.  This is for many reasons, but here it's almost necessary since there are multiple routers broadcasting on different channels but all with the same essid; so networkmanager cannot differentiate between them.
Anyway, I know the vpn works but I can't get the configs right without networkmanager.
I've done it according to the wiki and various other posts I read here and elsewhere and I can connect but it doesn't seem to "take".  My ip doesn't change (as seen by what is my ip) and sites are still blocked.  And it get's stranger.  Once connected to the vpn I cannot load any pages except for google / igoogle.  Google chat with my wife works fine, but I'm unable to ping google.com?
And running poff gives me this:
sudo poff myCon
/usr/bin/poff: I could not find a pppd process for provider 'myCon'. None stopped.
here are my connection settings from /peers: http://pastebin.com/pui3rTwv
here are my settings from options.pptp: http://pastebin.com/Lbm6UyMt
and my chap-secrets looks like this:
<my user name> <vpn server ip> <my password> *
And here's a terminal output of  "pon myCon debug dump logfd 2 nodetach":  http://pastebin.com/M79JJp4C
As always, thanks for the help.

actually, you can still do that
1) add static routes for all your vpn servers ip addresses, e.g, route add europe.myvpn.com gw <my isp's default gateway> dev <my device>
for ease of use, add all your routes to a bash script, and then run it from rc.local
2) before connecting to the vpn, you need to disable your default route through eth0/etc , but doing so, you will not be able to connect at all as your myCon config file uses a dns name in the pty parameter instead of the vpn servers ip address, either change it in the config file, or add all those dns-ip mappings to /etc/hosts
3) create multiple ppp config files with different pty parameters, and you can then execute them using a normal bash script containing, pon myEuropeVPN, pon myAsiaVPN, etc.
Last edited by Sin.citadel (2010-06-10 18:14:23)

Similar Messages

  • [Solved] NetworkManager-pptp VPN not working after update to 0.9.10

    Hello,
    I have a PPTP VPN set up and it's been working for a long time.  However, after I updated last night to networkmanager-0.9.10, it is no longer able to connect to the remote network.  I can activate the VPN connection, enter my password, but after a short period of time, the connection reports:  "Error: Connection activation failed: the VPN service returned invalid configuration."  As I mentioned before, this VPN was working right before the update and I didn't change the configuration on either my computer or the destination network so I'm pretty sure that this is something to do with the update.  I'm wondering if anybody else has run into this problem and if they've been able to find a solution.  I've been searching all over these forums and the internet for some hours now and I haven't found anything yet.  I'm hoping that somebody might be able to point me in the right direction or maybe know of something that might have changed with the new update.
    Here is my VPN configuration (using NetworkManager-PPTP.  I've also obscured the public IP address):
    [connection]
    id=MyVPN
    uuid=fe6e6265-1a79-4a69-b6d1-8b47e9d4c948
    type=vpn
    permissions=user:greyseal96:;
    autoconnect=false
    timestamp=1408950986
    [vpn]
    service-type=org.freedesktop.NetworkManager.pptp
    gateway=192.168.146.114
    require-mppe=yes
    user=greyseal96
    password-flags=3
    [ipv6]
    method=auto
    [ipv4]
    method=auto
    route1=10.17.0.0/16,10.17.1.1,1
    never-default=true
    Here are my logs during the time that I tried to connect:
    Aug 24 23:44:15 MyArchBox NetworkManager[578]: <info> Starting VPN service 'pptp'...
    Aug 24 23:44:15 MyArchBox NetworkManager[578]: <info> VPN service 'pptp' started (org.freedesktop.NetworkManager.pptp), PID 1938
    Aug 24 23:44:15 MyArchBox NetworkManager[578]: <info> VPN service 'pptp' appeared; activating connections
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: <info> VPN connection 'MyVPN' (ConnectInteractive) reply received.
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: <info> VPN plugin state changed: starting (3)
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: ** Message: pppd started with pid 1945
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: <info> VPN connection 'MyVPN' (Connect) reply received.
    Aug 24 23:44:21 MyArchBox pppd[1945]: Plugin /usr/lib/pppd/2.4.6/nm-pptp-pppd-plugin.so loaded.
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: Plugin /usr/lib/pppd/2.4.6/nm-pptp-pppd-plugin.so loaded.
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (plugin_init): initializing
    Aug 24 23:44:21 MyArchBox pppd[1945]: pppd 2.4.6 started by root, uid 0
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 3 / phase 'serial connection'
    Aug 24 23:44:21 MyArchBox pppd[1945]: Using interface ppp0
    Aug 24 23:44:21 MyArchBox pppd[1945]: Connect: ppp0 <--> /dev/pts/2
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: Using interface ppp0
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: Connect: ppp0 <--> /dev/pts/2
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish'
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: <info> (ppp0): new Generic device (driver: 'unknown' ifindex: 10)
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: <info> (ppp0): exported as /org/freedesktop/NetworkManager/Devices/9
    Aug 24 23:44:21 MyArchBox pptp[1947]: nm-pptp-service-1938 log[main:pptp.c:333]: The synchronous pptp option is NOT activated
    Aug 24 23:44:21 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 1 'Start-Control-Connection-Request'
    Aug 24 23:44:21 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_disp:pptp_ctrl.c:758]: Received Start Control Connection Reply
    Aug 24 23:44:21 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_disp:pptp_ctrl.c:792]: Client connection established.
    Aug 24 23:44:22 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 7 'Outgoing-Call-Request'
    Aug 24 23:44:22 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_disp:pptp_ctrl.c:877]: Received Outgoing Call Reply.
    Aug 24 23:44:22 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_disp:pptp_ctrl.c:916]: Outgoing call established (call ID 0, peer's call ID 50048).
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 6 / phase 'authenticate'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (get_credentials): passwd-hook, requesting credentials...
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (get_credentials): got credentials from NetworkManager-pptp
    Aug 24 23:44:25 MyArchBox pppd[1945]: CHAP authentication succeeded
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: CHAP authentication succeeded
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 8 / phase 'network'
    Aug 24 23:44:25 MyArchBox pppd[1945]: MPPE 128-bit stateless compression enabled
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: MPPE 128-bit stateless compression enabled
    Aug 24 23:44:25 MyArchBox pppd[1945]: Cannot determine ethernet address for proxy ARP
    Aug 24 23:44:25 MyArchBox pppd[1945]: local  IP address 10.17.10.3
    Aug 24 23:44:25 MyArchBox pppd[1945]: remote IP address 10.17.10.1
    Aug 24 23:44:25 MyArchBox pppd[1945]: primary   DNS address 10.17.2.22
    Aug 24 23:44:25 MyArchBox pppd[1945]: secondary DNS address 10.17.2.23
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info> VPN connection 'MyVPN' (IP4 Config Get) reply received from old-style plugin.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info> VPN Gateway: 192.168.146.114
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info> Tunnel Device: ppp0
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info> IPv4 configuration:
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Internal Address: 10.17.10.3
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Internal Prefix: 32
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Internal Point-to-Point Address: 10.17.10.1
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Maximum Segment Size (MSS): 0
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Static Route: 10.17.0.0/16   Next Hop: 10.17.1.1
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Forbid Default Route: yes
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Internal DNS: 10.17.2.22
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Internal DNS: 10.17.2.23
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   DNS Domain: '(none)'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info> No IPv6 configuration
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <error> [1408949065.481618] [platform/nm-linux-platform.c:1716] add_object(): Netlink error adding 10.17.0.0/16 via 10.17.1.1 dev ppp0 metric 1 mss 0 src user: Unspecific failure
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <warn> VPN connection 'MyVPN' did not receive valid IP config information.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Cannot determine ethernet address for proxy ARP
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: local  IP address 10.17.10.3
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: remote IP address 10.17.10.1
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: primary   DNS address 10.17.2.22
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: secondary DNS address 10.17.2.23
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 9 / phase 'running'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_ip_up): ip-up event
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_ip_up): sending Ip4Config to NetworkManager-pptp...
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: PPTP service (IP Config Get) reply received.
    Aug 24 23:44:25 MyArchBox pppd[1945]: Terminating on signal 15
    Aug 24 23:44:25 MyArchBox pppd[1945]: Modem hangup
    Aug 24 23:44:25 MyArchBox pptp[1954]: nm-pptp-service-1938 log[callmgr_main:pptp_callmgr.c:245]: Closing connection (unhandled)
    Aug 24 23:44:25 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 12 'Call-Clear-Request'
    Aug 24 23:44:25 MyArchBox pptp[1954]: nm-pptp-service-1938 log[call_callback:pptp_callmgr.c:84]: Closing connection (call state)
    Aug 24 23:44:25 MyArchBox pppd[1945]: Connect time 0.0 minutes.
    Aug 24 23:44:25 MyArchBox pppd[1945]: Sent 0 bytes, received 0 bytes.
    Aug 24 23:44:25 MyArchBox pppd[1945]: MPPE disabled
    Aug 24 23:44:25 MyArchBox pppd[1945]: Connection terminated.
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: inet 10.17.0.0/16 table main
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: priority 0x1 protocol static
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: nexthop via 10.17.1.1 dev 10
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <error> [1408949065.487073] [platform/nm-linux-platform.c:2252] link_change(): Netlink error changing link 10:  <DOWN> mtu 0 (1) driver 'unknown' udi '/sys/devices/virtual/net/ppp0': No such device
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <error> [1408949065.487153] [platform/nm-linux-platform.c:1777] delete_object(): Netlink error deleting 10.17.10.3/32 lft forever pref forever lifetime 1862-0[4294967295,4294967295] dev ppp0 src kernel: No such device (-31)
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: Terminated ppp daemon with PID 1945.
    Aug 24 23:44:25 MyArchBox kernel: Loading kernel module for a network device with CAP_SYS_MODULE (deprecated).  Use CAP_NET_ADMIN and alias netdev- instead.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Terminating on signal 15
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Modem hangup
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 8 / phase 'network'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Connect time 0.0 minutes.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Sent 0 bytes, received 0 bytes.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: MPPE disabled
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 10 / phase 'terminate'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 11 / phase 'disconnect'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Connection terminated.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 1 / phase 'dead'
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_exit_notify): cleaning up
    Aug 24 23:44:25 MyArchBox pppd[1945]: Exit.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** (nm-pptp-service:1938): WARNING **: pppd exited with error code 16
    Aug 24 23:44:45 MyArchBox NetworkManager[578]: <info> VPN service 'pptp' disappeared
    If you've gotten this far, thank you for taking the time to read through all this!  Any help that you can give would be much appreciated.
    Last edited by greyseal96 (2014-08-27 15:20:02)

    Hmm, not sure about the 3.16 series kernel, but I found that when I upgraded to kernel 3.18 the PPTP VPN also stopped working.  This time, though, it was because, for some reason, there was a change in kernel 3.18 where the firewall kernel modules necessary for the VPN don't get loaded so the firewall won't allow some of the PPTP traffic from the remote side back in.  Since the firewall is stateful, these modules need to be loaded so that the firewall can know that the incoming PPTP traffic from the remote side is part of an existing connection.  Here's what my network manager logs looked like:
    NetworkManager[619]: <info> Starting VPN service 'pptp'...
    NetworkManager[619]: <info> VPN service 'pptp' started (org.freedesktop.NetworkManager.pptp), PID 31139
    NetworkManager[619]: <info> VPN service 'pptp' appeared; activating connections
    NetworkManager[619]: <info> VPN connection 'MyVPN' (ConnectInteractive) reply received.
    NetworkManager[619]: <info> VPN plugin state changed: starting (3)
    NetworkManager[619]: ** Message: pppd started with pid 31148
    NetworkManager[619]: <info> VPN connection 'MyVPN' (Connect) reply received.
    pppd[31148]: Plugin /usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.so loaded.
    NetworkManager[619]: Plugin /usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.so loaded.
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (plugin_init): initializing
    pppd[31148]: pppd 2.4.7 started by root, uid 0
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 3 / phase 'serial connection'
    pppd[31148]: Using interface ppp0
    pppd[31148]: Connect: ppp0 <--> /dev/pts/5
    NetworkManager[619]: Using interface ppp0
    NetworkManager[619]: Connect: ppp0 <--> /dev/pts/5
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish'
    NetworkManager[619]: <info> (ppp0): new Generic device (driver: 'unknown' ifindex: 7)
    NetworkManager[619]: <info> (ppp0): exported as /org/freedesktop/NetworkManager/Devices/6
    pptp[31150]: nm-pptp-service-31139 log[main:pptp.c:333]: The synchronous pptp option is NOT activated
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 1 'Start-Control-Connection-Request'
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_disp:pptp_ctrl.c:758]: Received Start Control Connection Reply
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_disp:pptp_ctrl.c:792]: Client connection established.
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 7 'Outgoing-Call-Request'
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_disp:pptp_ctrl.c:877]: Received Outgoing Call Reply.
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_disp:pptp_ctrl.c:916]: Outgoing call established (call ID 0, peer's call ID 25344).
    pppd[31148]: LCP: timeout sending Config-Requests <===HERE IS WHERE THE CONNECTION FAILS BECAUSE THE MODULES AREN'T LOADED.
    pppd[31148]: Connection terminated.
    NetworkManager[619]: LCP: timeout sending Config-Requests
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 11 / phase 'disconnect'
    NetworkManager[619]: Connection terminated.
    NetworkManager[619]: <warn> VPN plugin failed: connect-failed (1)
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 1 / phase 'dead'
    pppd[31148]: Modem hangup
    pppd[31148]: Exit.
    NetworkManager[619]: <warn> VPN plugin failed: connect-failed (1)
    NetworkManager[619]: Modem hangup
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (nm_exit_notify): cleaning up
    NetworkManager[619]: <warn> VPN plugin failed: connect-failed (1)
    NetworkManager[619]: <info> VPN plugin state changed: stopped (6)
    NetworkManager[619]: <info> VPN plugin state change reason: unknown (0)
    NetworkManager[619]: <warn> error disconnecting VPN: Could not process the request because no VPN connection was active.
    NetworkManager[619]: ** (nm-pptp-service:31139): WARNING **: pppd exited with error code 16
    NetworkManager[619]: <info> VPN service 'pptp' disappeared
    To fix this, I had to add a file to the /etc/modules-load.d directory to have the modules loaded into the kernel at boot.  I just created a file called netfilter.conf and put the following in it:
    nf_nat_pptp
    nf_conntrack_pptp
    nf_conntrack_proto_gre
    Not sure if this addresses your problem or not, but maybe it's worth a look.

  • AAMEE 3.1 deployment get stuck at configuring and quits.

    Hello,
    I made a 32bit deployment of Adobe and when I test it out on my PC with msiexec with borwsers all off and no adobe applications running it makes it half way throgh configuring and then stops and the stats bar goes back to the start and it quits.
    Bellow is the PDApp.log, any help would be grateful.
    Mike
    11/13/2013 15:26:20 [INFO] DeploymentManager - Build Version - 3.1.105.0
    11/13/2013 15:26:20 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    11/13/2013 15:26:20 [INFO] DeploymentManager - Executing immediate custom action for install mode.
    11/13/2013 15:26:20 [INFO] DeploymentManager - The CustomActionData string is : mode=install;sourceDir=d:\32bit Adobe2\Build\;installDir=;origDB=d:\32bit Adobe2\Build\32bit Adobe2.msi
    11/13/2013 15:26:20 [INFO] DeploymentManager - Successfully executed the immediate custom action for install mode .
    11/13/2013 15:26:25 [INFO] DeploymentManager - Build Version - 3.1.105.0
    11/13/2013 15:26:25 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    11/13/2013 15:26:25 [INFO] DeploymentManager - Executing the deferred custom action.
    11/13/2013 15:26:25 [INFO] DeploymentManager - Obtained the following as CustomActionData
    11/13/2013 15:26:25 [INFO] DeploymentManager - mode=install;sourceDir=d:\32bit Adobe2\Build\;installDir=;origDB=d:\32bit Adobe2\Build\32bit Adobe2.msi
    11/13/2013 15:26:25 [INFO] DeploymentManager - mode=install;sourceDir=d:\32bit Adobe2\Build\;installDir=;origDB=d:\32bit Adobe2\Build\32bit Adobe2.msi
    11/13/2013 15:26:25 [INFO] DeploymentManager - Original database path is : d:\32bit Adobe2\Build\32bit Adobe2.msi
    11/13/2013 15:26:25 [INFO] DeploymentManager - OptionXML saved at location :: C:\Users\mseddon\AppData\Local\Temp\{386867CE-0461-4FC3-83EA-466DEF7D5226}\\{0CB84CF3-741 B-4DDA-B3DF-B3066BA0B327}
    11/13/2013 15:26:25 [INFO] DeploymentManager - Build Version - 3.1.105.0
    11/13/2013 15:26:25 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    11/13/2013 15:26:25 [INFO] DeploymentManager - Initializing Custom Action Data from parameters
    11/13/2013 15:26:25 [INFO] Utilities - Folder does not exist
    11/13/2013 15:26:25 [INFO] DeploymentManager - Provisioning Tool path is (C:\Users\mseddon\AppData\Local\Temp\{386867CE-0461-4FC3-83EA-466DEF7D5226}\\{3E60E409-97 DF-4D53-A4EB-846FB440181F}).
    11/13/2013 15:26:25 [INFO] DeploymentManager - Starting to run the custom action for install mode
    11/13/2013 15:26:25 [INFO] DeploymentManager - STEP 1: Starting to parse Option XML.
    11/13/2013 15:26:25 [INFO] DeploymentManager - Deployment XML created at path :: C:\Users\mseddon\AppData\Local\Temp\{1B76C0EA-C5CA-468A-AC2E-AF580CF03F2E}\\{65525300-78B 5-4102-95D3-6980332AB10A}
    11/13/2013 15:26:25 [INFO] DeploymentManager - Deployment Manager is running in Install Mode.
    11/13/2013 15:26:25 [INFO] DeploymentManager - Self-Update BootStrapper Relative Path doesn't exist.
    11/13/2013 15:26:25 [INFO] DeploymentManager - Override XML created at path :: C:\Users\mseddon\AppData\Local\Temp\{1B76C0EA-C5CA-468A-AC2E-AF580CF03F2E}\\{27B51110-840 2-40F6-AD4D-7C85BC150CF0}
    11/13/2013 15:26:25 [INFO] DeploymentManager - No of updates found (11).
    11/13/2013 15:26:25 [INFO] DeploymentManager - STEP 2: Starting to launch media Bootstrapper.
    11/13/2013 15:26:25 [INFO] DeploymentManager - Bootstrapper launch location is :: d:\32bit Adobe2\Build\Setup\Set-up.dat
    11/13/2013 15:26:25 [INFO] Setup - Build Version - 6.0.335.0
    11/13/2013 15:26:25 [INFO] Setup - Logging Level verbosity Set  to 4
    11/13/2013 15:26:25 [INFO] Setup - Start Adobe Setup
    11/13/2013 15:26:25 [INFO] Setup - TimeLog: Bootstrapper Start
    11/13/2013 15:26:25 [INFO] Setup - TimeLog: Start initial checks
    11/13/2013 15:26:25 [INFO] Setup - Action specified - "install"
    11/13/2013 15:26:25 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
              --mode=silent
              --overrideFile="<FilePath>"
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\resources\setup.xml
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] Setup - Found 6 packages in setup manifest
    11/13/2013 15:26:25 [INFO] Utilities - Semaphore is not locked
    11/13/2013 15:26:25 [INFO] PIM - Build Version - 6.0.335.0
    11/13/2013 15:26:25 [INFO] PIM - Logging Level verbosity Set  to 4
    11/13/2013 15:26:25 [INFO] Utilities - File does not exist
    11/13/2013 15:26:25 [INFO] Utilities - File does not exist
    11/13/2013 15:26:25 [INFO] PIM - Build Version - 6.0.335.0
    11/13/2013 15:26:25 [INFO] PIM - Logging Level verbosity Set  to 4
    11/13/2013 15:26:25 [INFO] PIM - CREATE PIM Instance ...
    11/13/2013 15:26:25 [INFO] Utilities - File does not exist
    11/13/2013 15:26:25 [INFO] Utilities - File does not exist
    11/13/2013 15:26:25 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    11/13/2013 15:26:25 [INFO] PIM - SUCCESS Created Tables.
    11/13/2013 15:26:25 [INFO] PIM - PIM Database is Up To Date.
    11/13/2013 15:26:25 [INFO] PIM - Updater Inventory location:d:\32bit Adobe2\Build\Setup\resources\updaterinventory.dll
    11/13/2013 15:26:25 [INFO] PIM - Acquired System level ACF lock ...
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 104237697
    11/13/2013 15:26:25 [INFO] Setup - TimeLog: End initial checks
    11/13/2013 15:26:25 [INFO] Setup - TimeLog: Begin Installing
    11/13/2013 15:26:25 [INFO] Setup - Start Installing core package - d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx
    11/13/2013 15:26:25 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx
    11/13/2013 15:26:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx
    11/13/2013 15:26:25 [INFO] PIM - XML is valid
    11/13/2013 15:26:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:25 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx'
    11/13/2013 15:26:25 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\core\PDApp.pima'
    11/13/2013 15:26:26 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:26 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:26 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:29 [INFO] Utilities - File does not exist
    11/13/2013 15:26:29 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx.
    11/13/2013 15:26:29 [INFO] Setup - Finished Installing core package - d:\32bit Adobe2\Build\Setup\packages\core\PDApp.pimx, Return status: 0
    11/13/2013 15:26:29 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx
    11/13/2013 15:26:29 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx
    11/13/2013 15:26:29 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx
    11/13/2013 15:26:29 [INFO] PIM - XML is valid
    11/13/2013 15:26:29 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:29 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx'
    11/13/2013 15:26:29 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\D6\D6.pima'
    11/13/2013 15:26:29 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:29 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:30 [INFO] Utilities - File does not exist
    11/13/2013 15:26:31 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx.
    11/13/2013 15:26:31 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\D6\D6.pimx
    11/13/2013 15:26:31 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx
    11/13/2013 15:26:31 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx
    11/13/2013 15:26:31 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx
    11/13/2013 15:26:31 [INFO] PIM - XML is valid
    11/13/2013 15:26:31 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:31 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx'
    11/13/2013 15:26:31 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pima'
    11/13/2013 15:26:31 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:31 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:31 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:33 [INFO] Utilities - File does not exist
    11/13/2013 15:26:33 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx.
    11/13/2013 15:26:33 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\DECore\DECore.pimx
    11/13/2013 15:26:33 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx
    11/13/2013 15:26:33 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx
    11/13/2013 15:26:33 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx
    11/13/2013 15:26:33 [INFO] PIM - XML is valid
    11/13/2013 15:26:33 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:33 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx'
    11/13/2013 15:26:33 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pima'
    11/13/2013 15:26:33 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:33 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:34 [INFO] Utilities - File does not exist
    11/13/2013 15:26:34 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx.
    11/13/2013 15:26:34 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\DWA\DWA.pimx
    11/13/2013 15:26:34 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx
    11/13/2013 15:26:34 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx
    11/13/2013 15:26:34 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx
    11/13/2013 15:26:34 [INFO] PIM - XML is valid
    11/13/2013 15:26:34 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:34 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx'
    11/13/2013 15:26:34 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\P6\P6.pima'
    11/13/2013 15:26:34 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:34 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:37 [INFO] Utilities - File does not exist
    11/13/2013 15:26:37 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx.
    11/13/2013 15:26:37 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\P6\P6.pimx
    11/13/2013 15:26:37 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx
    11/13/2013 15:26:37 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx
    11/13/2013 15:26:37 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx
    11/13/2013 15:26:37 [INFO] PIM - XML is valid
    11/13/2013 15:26:37 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:37 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx'
    11/13/2013 15:26:37 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pima'
    11/13/2013 15:26:37 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:37 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:39 [INFO] Utilities - File does not exist
    11/13/2013 15:26:39 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx.
    11/13/2013 15:26:39 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\LWA\LWA.pimx
    11/13/2013 15:26:39 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx
    11/13/2013 15:26:39 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx
    11/13/2013 15:26:39 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx
    11/13/2013 15:26:40 [INFO] PIM - XML is valid
    11/13/2013 15:26:40 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:40 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx'
    11/13/2013 15:26:40 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pima'
    11/13/2013 15:26:40 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:26:40 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:26:41 [INFO] Utilities - File does not exist
    11/13/2013 15:26:42 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx.
    11/13/2013 15:26:42 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Setup\packages\UWA\UWA.pimx
    11/13/2013 15:26:42 [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory
    11/13/2013 15:26:42 [INFO] PIM - Return ... SUCCESS _pimCreateOrUpdateAAMInventory
    11/13/2013 15:26:42 [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    11/13/2013 15:26:42 [INFO] Setup - Deployment File Path not specified in command line arguments. Skipping payload deployment part
    11/13/2013 15:26:42 [INFO] Setup - =================  End Adobe Setup. Exit code: 0  =================
    11/13/2013 15:26:42 [INFO] PIM - PIMSqlite closeDB status 0
    11/13/2013 15:26:42 [INFO] PIM - FREE PIM Instance ...
    11/13/2013 15:26:42 [INFO] DeploymentManager - Build Version - 3.1.105.0
    11/13/2013 15:26:42 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    11/13/2013 15:26:42 [INFO] DeploymentManager - The return code from the Bootstrapper Process is (0).
    11/13/2013 15:26:42 [INFO] DeploymentManager - STEP 3: Starting to launch ASU AAM.
    11/13/2013 15:26:42 [INFO] DeploymentManager - Bootstrapper launch location is :: d:\32bit Adobe2\Build\ASU\Set-up.dat
    11/13/2013 15:26:43 [INFO] Setup - Build Version - 6.2.136.0
    11/13/2013 15:26:43 [INFO] Setup - Logging Level verbosity Set  to 4
    11/13/2013 15:26:43 [INFO] Setup - Start Adobe Setup
    11/13/2013 15:26:43 [INFO] Setup - TimeLog: Bootstrapper Start
    11/13/2013 15:26:43 [INFO] Setup - TimeLog: Start initial checks
    11/13/2013 15:26:43 [INFO] Setup - Action specified - "install"
    11/13/2013 15:26:43 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
              --mode=silent
              --overrideFile="<FilePath>"
    11/13/2013 15:26:43 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\ASU\resources\setup.xml
    11/13/2013 15:26:43 [INFO] PIM - XML is valid
    11/13/2013 15:26:43 [WARN] PIM - Failed to find Node
    11/13/2013 15:26:43 [INFO] Setup - Found 7 packages in setup manifest

    11/13/2013 15:27:08 [INFO] Utilities - Semaphore is not locked
    11/13/2013 15:27:08 [INFO] PIM - Build Version - 6.2.136.0
    11/13/2013 15:27:08 [INFO] PIM - Logging Level verbosity Set  to 4
    11/13/2013 15:27:08 [INFO] Utilities - File does not exist
    11/13/2013 15:27:08 [INFO] Utilities - File does not exist
    11/13/2013 15:27:08 [INFO] PIM - Build Version - 6.2.136.0
    11/13/2013 15:27:08 [INFO] PIM - Logging Level verbosity Set  to 4
    11/13/2013 15:27:08 [INFO] PIM - CREATE PIM Instance ...
    11/13/2013 15:27:08 [INFO] Utilities - File does not exist
    11/13/2013 15:27:08 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    11/13/2013 15:27:08 [INFO] PIM - Current db schema version on machine 1.
    11/13/2013 15:27:08 [INFO] PIM - Current db schema version to install 1.
    11/13/2013 15:27:08 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    11/13/2013 15:27:08 [INFO] PIM - PIM Database is Up To Date.
    11/13/2013 15:27:08 [INFO] PIM - Updater Inventory location:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\resources\updaterinventory.dll
    11/13/2013 15:27:08 [INFO] PIM - Acquired System level ACF lock ...
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\CCM\CCM.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    11/13/2013 15:27:08 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 29928536
    11/13/2013 15:27:08 [INFO] Setup - TimeLog: End initial checks
    11/13/2013 15:27:08 [INFO] Setup - TimeLog: Begin Installing
    11/13/2013 15:27:08 [INFO] Setup - Start Installing core package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx
    11/13/2013 15:27:08 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx
    11/13/2013 15:27:08 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx
    11/13/2013 15:27:08 [INFO] PIM - XML is valid
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx'
    11/13/2013 15:27:08 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pima'
    11/13/2013 15:27:08 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    11/13/2013 15:27:08 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:08 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:08 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:08 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:08 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:08 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:08 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:12 [INFO] Utilities - File does not exist
    11/13/2013 15:27:12 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx.
    11/13/2013 15:27:13 [INFO] Setup - Finished Installing core package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\core\PDApp.pimx, Return status: 0
    11/13/2013 15:27:13 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx
    11/13/2013 15:27:13 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx
    11/13/2013 15:27:13 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx
    11/13/2013 15:27:13 [INFO] PIM - XML is valid
    11/13/2013 15:27:13 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:13 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx'
    11/13/2013 15:27:13 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pima'
    11/13/2013 15:27:13 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    11/13/2013 15:27:13 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:13 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:13 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:13 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:13 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:13 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:13 [INFO] Utilities - File does not exist
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx.
    11/13/2013 15:27:14 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\D6\D6.pimx
    11/13/2013 15:27:14 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx
    11/13/2013 15:27:14 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx
    11/13/2013 15:27:14 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx
    11/13/2013 15:27:14 [INFO] PIM - XML is valid
    11/13/2013 15:27:14 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:14 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx'
    11/13/2013 15:27:14 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pima'
    11/13/2013 15:27:14 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:14 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:14 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:14 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:16 [INFO] Utilities - File does not exist
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx.
    11/13/2013 15:27:17 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DECore\DECore.pimx
    11/13/2013 15:27:17 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx
    11/13/2013 15:27:17 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx
    11/13/2013 15:27:17 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx
    11/13/2013 15:27:17 [INFO] PIM - XML is valid
    11/13/2013 15:27:17 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:17 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx'
    11/13/2013 15:27:17 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pima'
    11/13/2013 15:27:17 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:17 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:17 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:18 [INFO] Utilities - File does not exist
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx.
    11/13/2013 15:27:19 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\DWA\DWA.pimx
    11/13/2013 15:27:19 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx
    11/13/2013 15:27:19 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx
    11/13/2013 15:27:19 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx
    11/13/2013 15:27:19 [INFO] PIM - XML is valid
    11/13/2013 15:27:19 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:19 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx'
    11/13/2013 15:27:19 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pima'
    11/13/2013 15:27:19 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:19 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:19 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:21 [INFO] Utilities - File does not exist
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx.
    11/13/2013 15:27:22 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\P6\P6.pimx
    11/13/2013 15:27:22 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx
    11/13/2013 15:27:22 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx
    11/13/2013 15:27:22 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx
    11/13/2013 15:27:22 [INFO] PIM - XML is valid
    11/13/2013 15:27:22 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:22 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx'
    11/13/2013 15:27:22 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pima'
    11/13/2013 15:27:22 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:22 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:22 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:24 [INFO] Utilities - File does not exist
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx.
    11/13/2013 15:27:25 [INFO] Setup - Finished Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\LWA\LWA.pimx
    11/13/2013 15:27:25 [INFO] Setup - Start Installing package - d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pimx
    11/13/2013 15:27:25 [INFO] PIM - START installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pimx
    11/13/2013 15:27:25 [INFO] PIM - Trying to access xml at path:d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pimx
    11/13/2013 15:27:25 [INFO] PIM - XML is valid
    11/13/2013 15:27:25 [WARN] PIM - Failed to find Node
    11/13/2013 15:27:25 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pimx'
    11/13/2013 15:27:25 [INFO] PIM - Validating package file: 'd:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7\packages\UWA\UWA.pima'
    11/13/2013 15:27:25 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS insertPackageUpdateList.
    11/13/2013 15:27:25 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    11/13/2013 15:27:25 [INFO] PIM - Backup Folder Created
    11/13/2013 15:27:27 [INFO] Utilities - File does not exist
    11/13/2013 15:27:27 [INFO] PIM - SUCCESS installPackage at file d:\32bit Adobe2\Build\Patches\AdobeApplicationManager-1.0_update7

  • Package and deploy Photoshop presets with Configurator panels ?

    Hi,
    is there any functionality available in either Configurator or the Extension Manager that might allow me to package and install some Photoshop presets (brushes, shapes, scripts etc) when I create a ZXP file ?.
    I work as an educator, and really like the idea that the Panels can be deployed so easily by novice users. It would be particularly useful if I could also add some content to the presets folder at the same time as installing a Panel.
    Thanks

    An example on how to configure the mxi file for installing  your personal items ( as an example i use burshes) :
    1-Create a new folder inside the directory :   Adobe Extension Manager/Samples/  and call it Photoshop
    2-go to Adobe Extension Manager/Samples/Dreamweaver/
    copy the DreamweaverBlank.mxi file, past it in the Photoshop folder you Have created and rename it PhotoshopBlank.mxi
    You will keep this file as a template.
    3-open the file you renamed with a text editor
    make the modifications  you see below and save it with a nameyoulike.mxi   (without spaces)
    <macromedia-extension
    name="name you want"
    version="number you want"
    The description above will appear in extension manager
    type="command">
    <!-- Describe the author -->
    <author name="your name" />
    <!-- List the required/compatible products -->
    <products>
    <product name="Photoshop" version="version" primary="true" />
    </products>
    instead of dreamweaver write Photoshop, and change also the version
    ( for example Photoshop CS4 is version 11.0,  CS5 is version 12.0)
    That will  target photoshop as program where to install your brush
    <!-- Describe the extension -->
    <description>
    <![CDATA[
    write a description  of the presets you are installing, this will appear in Extension Manager.
    ]]>
    </description>
    <!-- Describe where the extension shows in the UI of the product -->
    <ui-access>
    <![CDATA[
    write a description  of where the  presets you are delivering will be installed in PS.
    ]]>
    </ui-access>
    <!-- Describe the files that comprise the extension -->
    <files>
    <file name="Your brushes' name.abr" destination="$presetsfolder/brushes" />
    <file name="Your brushes' name2.abr" destination="$presetsfolder/brushes" />
    <file name="Your brushes' name3.abr" destination="$presetsfolder/brushes" />
    </files>
    describe the file that will be packaged and the path destination folder
    <!-- Describe the changes to the configuration -->
    <configuration-changes>
    </configuration-changes>
    </macromedia-extension>
    4- place your Your brushes' name.abr /Your brushes' name2.abr /Your brushes' name3.abr
    near the mxi file you have edited and personalized with the same brushes'name
    5- launch Extension Manager CSxx , go to File>Package Extension and go to  Adobe Extension Manager/Samples/ Photoshop and choose your nameyoulike.mxi
    If you want to target a different folder than Presets where to install your item see attribute in the pdf link 
    NOTE:
    if you want to install your items  (  the brushes in this example)   toghether the the installation of your panel  you have to edit   the  .mxi panel file and adding only the part that " Describe the files that comprise the extension":
    <file name="Your brushes' name.abr" destination="$presetsfolder/brushes" />
    May be you can now deploy your panel and items  immediately and have time to read more in the pdf when you'll have time

  • ADF application deployment and Data source configuration

    Hi, we are developing an adf application . This app accessing the tables from a data base and i can run it in the integrated WLS of Jdeveloper. Now i would like to run it in a standalone WLS server. I can create a Data source in the server.
    How can i tell the application to use the data source configured in the stand alone server. My understating is i have to configure it in the deployment descriptor. May i know how to this in Jdeveloper for an ADF application . Thanks .
    ganesh

    First of all make sure that you use jdbc data source in your application module configuration (right click on the application module and select Configurations, then edit). It should look something like 'java:comp/env/jdbc/hrDS'.
    On your stand alone server you create a data source with the jdbc name of 'jdbc/hrDS' pointing to the db you like to use.
    When you deploy the app, the server should pick up the defined data source.
    Timo

  • Deploying iPads with iPhone Configuration Utility

    We are trying to deploy some iPad2s into an enterprise environment. I have been able to push some settings like WiFi or remove Safari via iPhone Configuration Utility. However, we are needing to have one app installed (Prezi) from the App Store. I can't find a way to do this via the Configuration Utility, so I installed the app before applying the profile. One the profile is applied it hides the app on the homescreen. As soon as I remove the policy the app shows right back up. Is there a setting somewhere in the policy that is causing this?
    On a related note, is there a better way to get the app installed automatically?

    You need an MDM  -- moble device management
    Use an MDM for free Meraki
    MDMs
    Airwatch, Nukona, Meraki, mobleIron, OS X Server, or Zenprise
    Nukona -- https://www.nukona.com/mobile-app-management-products/basic-edition/
    Meraki -- A free MDM
      http://www.meraki.com/products/systems-manager/
      https://discussions.apple.com/thread/4067210?tstart=0
      Good howto by Sergio Sosa.
      https://discussions.apple.com/thread/2594001?start=15&tstart=0
    I think the education site is better.
    IT Resources -- ios & OS X -- This is a fantastic web page.
    View documentation, video tutorials, and web pages to help IT professionals develop and deploy education solutions.
    http://www.apple.com/education/resources/information-technology.html
       business site is:
       http://www.apple.com/lae/ipad/business/resources/

  • WL7: deploy fails to find configured TX DataSource

    I don't understand why I'm getting the following exception at deployment
    (external-stage):
    weblogic.ejb20.WLDeploymentException: The DataSource with the JNDI name:
    mysql-txdatasource-pool could not be located. Please ensure that the DataSource
    has been deployed successfully and that the JNDI name in your EJB Deployment
    descriptor is correct.
    Here is an excerpt from my "config.xml" that shows the data sources and pools,
    all of which I created in the admin console:
    <JDBCConnectionPool ACLName="admin"
    DriverName="org.gjt.mm.mysql.Driver" Name="mysql-pool"
    Password="{3DES}jkpHRiRP/zU=" Properties="user=admin"
    TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
    TestTableName="Stuff" URL="jdbc:mysql://wondark/mysql" XAPassword="{3DES}jkpHRiRP/zU="/>
    <JDBCDataSource JNDIName="mysql-datasource-pool"
    Name="MySQL DataSource Pool" PoolName="mysql-pool"/>
    <JDBCTxDataSource JNDIName="mysql-txdatasource-pool"
    Name="MySQL Tx Data Source" PoolName="mysql-pool"/>
    Does anyone have any idea why this could be happening, or something that I
    could do to get more information?
    I'm running on Win2k.
    ===================================================================
    David M. Karr ; Java/J2EE/XML/Unix/C++
    [email protected]

    David,
    I'd try to stop the server, add Targets="myserver" to the defintion
    of the pool and datasource and then restart the server and look
    at the shell console/server log for errors.
    Regards,
    Slava Imeshev
    "David M. Karr" <[email protected]> wrote in message
    news:[email protected]...
    "Slava" == Slava Imeshev <[email protected]> writes:
    Slava> Hi David,
    Slava> Couple things about the pools and data sources defintion:
    Slava> 1. Your pool and datasources just didn't start because a targetwas
    Slava> not defined for them. Go to the console and add target to thepool
    Slava> and then to the datasources.
    In the "Targets" tab of the Pool, I put "myserver" in the "chosen" listand
    clicked Apply, which produced the exception listing following this.
    Exception
    java.lang.NullPointerException
    atweblogic.management.console.utils.MBeans.getMBeanClassNameFor(MBeans.java:11
    53)
    atweblogic.management.console.actions.mbean.EditMBeanAction.getMBeanClass(Edit
    MBeanAction.java:210)
    atweblogic.management.console.actions.mbean.EditMBeanAction.getDialogTypeKey(E
    ditMBeanAction.java:188)
    atweblogic.management.console.actions.internal.InternalActionContext.setAction
    (InternalActionContext.java:158)
    atweblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
    rvlet.java:170)
    atweblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
    let.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:945)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :332)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :242)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
    ebAppServletContext.java:5363)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:721)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:3043)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    --------------- nested within: ------------------
    weblogic.utils.NestedRuntimeException - with nested exception:
    [java.lang.NullPointerException]
    atweblogic.management.console.utils.MBeans.getMBeanClassNameFor(MBeans.java:11
    56)
    atweblogic.management.console.actions.mbean.EditMBeanAction.getMBeanClass(Edit
    MBeanAction.java:210)
    atweblogic.management.console.actions.mbean.EditMBeanAction.getDialogTypeKey(E
    ditMBeanAction.java:188)
    atweblogic.management.console.actions.internal.InternalActionContext.setAction
    (InternalActionContext.java:158)
    atweblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
    rvlet.java:170)
    atweblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
    let.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:945)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :332)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :242)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
    ebAppServletContext.java:5363)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:721)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:3043)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    --------------- nested within: ------------------
    weblogic.management.console.actions.ActionException - with nestedexception:
    [weblogic.utils.NestedRuntimeException - with nested exception:
    [java.lang.NullPointerException]]
    at weblogic.management.console.actions.ErrorAction.(ErrorAction.java:38)
    atweblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
    rvlet.java:190)
    atweblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
    let.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:945)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :332)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :242)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
    ebAppServletContext.java:5363)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:721)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:3043)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    Current Date
    Fri Jun 28 14:43:09 PDT 2002
    Console Release Build
    null
    Console Build
    null
    Server Release Build
    7.0.0.0
    Server Build
    WebLogic Server 7.0 Thu Apr 25 17:16:22 PDT 2002 180709
    All Server Product Versions
    WebLogic Server 7.0 Thu Apr 25 17:16:22 PDT 2002 180709
    WebLogic XMLX Module 7.0 Thu Apr 25 17:26:07 PDT 2002 180709
    Request Info
    Protocol: HTTP/1.1
    ServerName: wondark
    ServerPort: 7001
    Secure: false
    ContextPath: /console
    ServletPath: /common/error.jsp
    QueryString:MBean=mydomain%3AName%3Dmysql-pool%2CType%3DJDBCConnectionPool
    PathInfo: null
    PathTranslated: null
    RequestURI: /console/common/error.jsp
    AuthType: null
    ContentType: application/x-www-form-urlencoded
    CharacterEncoding: null
    Locale: en_US
    Method: POST
    Session:weblogic.servlet.internal.session.MemorySessionData@2b3afd
    RequestedSessionId:9cXpEaa7cV5TXFJnAUGfx5xKzjbhLrdqm9C7hZHST81m0xSXU2zq!-285718339!102530039338
    5
    RequestedSessionIdFromCookie: true
    RequestedSessionIdFromURL: false
    UserPrincipal: weblogic
    RemoteUser: weblogic
    RemoteAddr: 192.168.1.100
    RemoteHost: wondark
    Parameters
    MBean = mydomain:Name=mysql-pool,Type=JDBCConnectionPool
    chosen_wl_control_weblogic.management.configuration.JDBCConnectionPoolMBean.
    Targets-Server = mydomain:Name=myserver,Type=Server
    weblogic.console.submit_form = dataposted
    wl_control_weblogic.management.configuration.JDBCConnectionPoolMBean.Targets
    -Server = mydomain:Name=myserver,Type=Server
    >
    Attributes
    wlinternalaction =weblogic.management.console.actions.internal.InternalActionContext@1740fa
    java.util.Locale = en_US
    weblogic.management.console.catalog.Catalog =weblogic.management.console.catalog.XmlCatalog@61c345
    weblogic.management.console.helpers.BrowserHelper = User-Agent:Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a+) Gecko/20020625 IE:
    false Netscape: true Supported: true JavscriptHrefs: true TableCellClick:
    false DocumentReloadedOnResize: true DropdownStretchable: false
    CellSpacingBlank: true EmptyCellBlank: true ImgOnclickSupported: false
    TableBorderFancy: false PartialToWideTables: true DisabledControlSupported:
    false
    weblogic.management.console.helpers.DebugHelper =weblogic.management.console.helpers.DebugHelper@3fe222
    weblogic.management.console.helpers.UnitsHelper =weblogic.management.console.helpers.UnitsHelper@5e6a4f
    weblogic.management.console.helpers.UrlHelper =weblogic.management.console.helpers.UrlHelper@2b0523
    >
    Headers
    Accept =text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=
    0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1
    Accept-Charset = ISO-8859-1, utf-8;q=0.66, *;q=0.66
    Accept-Encoding = gzip, deflate, compress;q=0.9
    Accept-Language = en-us, en;q=0.50
    Connection = keep-alive
    Content-Length = 300
    Content-Type = application/x-www-form-urlencoded
    Cookie =ADMINCONSOLESESSION=9cXpEaa7cV5TXFJnAUGfx5xKzjbhLrdqm9C7hZHST81m0xSXU2zq!-28
    5718339
    Host = wondark:7001
    Keep-Alive = 300
    Referer =http://wondark:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&ta
    b=targets&MBean=mydomain%3AName%3Dmysql-pool%2CType%3DJDBCConnectionPool
    User-Agent = Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a+)Gecko/20020625
    >
    BrowserInfo
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;rv:1.1a+) Gecko/20020625
    IE: false
    Netscape: true
    Supported: true
    JavscriptHrefs: true
    TableCellClick: false
    DocumentReloadedOnResize: true
    DropdownStretchable: false
    CellSpacingBlank: true
    EmptyCellBlank: true
    ImgOnclickSupported: false
    TableBorderFancy: false
    PartialToWideTables: true
    DisabledControlSupported: false
    Errors occurred while processing your request.
    ===================================================================
    David M. Karr ; Java/J2EE/XML/Unix/C++
    [email protected]

  • SCCM 2012 r2 - deploy aplication with script/configuration file

    hello,
    I'm trying to install an application with a file that copies the basic configurations of the application.
    I've done this:
    step 1:
    create a aplication by msi
    step 2:
    create the script copy defs 
    "if not exist "C:\Users\Default\AppData\Roaming\OpenOffice\4\user\registrymodifications.xcu" goto startdefault
    goto verica_conf_user
    :startdefault
    xcopy /d /y /e "\\server\REMINST\Source\OSD\Aplications\LibreOffice\4.2.4\Confs\Users\*.*" "c:\Users\"
    :verica_conf_user
    if not exist "%appdata%\LibreOffice\4\user\registrymodifications.xcu" goto startuser
    exit
    :startuser
    xcopy /d /y "\\server\REMINST\Source\OSD\Aplications\LibreOffice\4.2.4\Confs\registrymodifications.xcu" "%appdata%\LibreOffice\4\user\"
    step 3:
    in aplication properties on the "deployment types" tab add the following:
    step 4:
    step 5
    after deploy the aplication i get the error  0x87D00324(-2016410844)
    can you please help'me?

    xcopy /d /y "\\server\REMINST\Source\OSD\Aplications\LibreOffice\4.2.4\Confs\registrymodifications.xcu" "%appdata%\LibreOffice\4\user\"
    Reminst is the default share of WDS and it's not the best idea to place other files in there (if that is the same REMINST though). Plus it bypasses the use of DPs (content might get downloaded to the cache, will sit there unused, but the script copies the
    same content from a UNC share).
    Only one deployment type will be executed in the application model.
    0x87D00324 = The application was not detected after installation completed. So double check the detection method.
    Torsten Meringer | http://www.mssccmfaq.de

  • MDT deployment "windows could not configure one or more system components"

    Hi,
    I have successfully deployed a standard Windows 7 image using a combination of WDS and MDT.  
    Now I want to patch the image with the latest security updates and hotfixes. Using DISM command line I mounted the image, added 125 packages and unmounted the image. Then I put this custom image into MDT and deployed using the same task sequence as the standard
    image above.
    The deployment nearly finished and the computer reboots. I then get a screen showing an animated progress bar and 'Setup is applying system settings'. Then a pop-up error...
    "Windows could not configure one or more system components. To install Windows, restart the computer and then restart the installation".
    I have tried with and without injecting drivers into the task sequence (just to rule that out). 
    Can anyone suggest what the problem might be? A standard image deploys fine. The same image with patches applied fails.
    Thanks
    Mike.

    Hi,
    I currently encounter the same issue. I found this link: http://iboyd.net/index.php/2013/01/04/applying-kb2506143-to-an-offline-windows-7-sp1-wim-windows-setup-fail/
    At the moment I'm rebuilding my install.wim without the mentioned update, so I'm not able to tell if this resolves my issue, but good chance it will.
    If you haven't figured it out yourself at this time, most likely an update will cause these troubles.
    Hope this helps...
    Regards,
    Hugo

  • How to deploy custom Step List Configurations?

    Step List Configurations is accessible to user via right click menu in Sequence File and Execution panes. How to deploy the custom Step List Configuration what I have at my deployment computer? Next question, if the user will modify this menu, how do not overwright the local changes with a new version installation?
    Sergey Kolbunov
    CLA, CTD

    skof,
    To you copy your Step List Configurations to another PC you can find them stored in the layout_current.bin file found in C:\Documents and Settings\<windows username>\Local Settings\Application Data\National Instruments\TestStand X.X directory.  If you copy this file to the same location on another PC, or even on the same PC to a different user account, your Step List Configurations should carry over.
    Since this file is stored in a directory that is different for each major version of TestStand, you shoulnd't have to worry about overwriting it if you install a new major version (4.2 over 4.1). I haven't tested for minor revisions that would share a folder (4.0 & 4.0.1) but that would be the only situation in which you might need to be concerned.
    John B.
    Applications Engineer
    National Instruments

  • Deploying 20 iPhones - iPhone Configuration Utility

    I hope you can bare with me with what may be a series stupid questions. We are about to deploy about 20 iPhones in the org. I would like to setup a profile to handle the email configuration, VPN profiles, etc. I get the basic config, no problem, however I am having problems signing the profile. I have both a .crt and a .key file for a wildcard cert from GeoTrust. I can't seem to get it to recognize as a legitimate signing cert. I have tried creating a pair my own and can get it to show up as a valid signing cert but when the profile hits the device, it says it isn't signed. I know I am making a silly mistake, but this isn't very well documented. So I am looking for a step by step set of directions.
    Also, can I do the following with the profile or by some other automated means:
    1) Set screensaver picture
    2) Install free apps on the iPhone (ie: Salesforce Mobile)
    3) Restrict the ability to remove the provisioning profile

    We have the same problem. (We have over a 1000 iPhones connected to Exchange.) The iPhone is missing certs that are required to recognize the cert you're using as legitimate. We gave up (after requesting that Apple add the certs to the phone) and we simply tell people to ignore the warning. In our case it wasn't a big deal. We already have a two-factor-authenticated Web site that people use for Outlook Web Access. We hung an iPhone-friendly Web site off that main site that people use to install the profile. So, from the iPhone, then go to the setup URL, enter in their two-factor credentials, tap on the profile, accept the non-signed profile warning and continue with the setup. It's worked really well for us though of course, we wish Apple would add the intermediate certs.
    As for your other questions, there's no capability currently to do what you're asking.

  • SQL Server 2012 deployment with System Center Configuration Manager (SCCM) 2012

    hi,
    we have tried to deploy the SQL Server 2012 to our development machines with SCCM 2012 without success.
    Commandline parameters or Configuration.ini in either case the installation failed without any useful errorlog.
    Exists any howto which covers this scenario?
    regards
    genne

    Hello,
    Please see the following article about some requirements for SQL Server instances intended for SCCM 2012:
    http://www.sqlcoffee.com/Tips0019.htm
    Could please check to see if a Summary.txt log file exists after those installation attempts? The following article may help you locate the file on disk:
    http://technet.microsoft.com/en-us/library/ms143702(v=sql.110)
    Please share this log file with us, if possible.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SSIS Deploy package - Too many configurables - how to do quickly ?

    I am trying to create a deployment config/file for package. I have many configurables like variables, connection managers etc. For variables, I only want to configure the value and nothing else. I don't want to go to each variable and then click the
    checkbox for that. Is there a quicker way of configuring the package for deployment ?

    Hi blastoSO,
    In my opinion, I still recommend that you modify the package configurations from the SSDT/BIDS. If you don’t want to modify the package configurations through the Package Configurations Organizer in the SSDT/BIDS, you can manually modify the .dtsConfig file.
    When doing this, be careful to make sure the syntax of the XML confirmation file is correct. The smallest unit we can delete from the XML configuration file is as follows:
    <Configuration ConfiguredType="Property" Path="\Package.Variables[User::var2].Properties[Expression]" ValueType="String">
    <ConfiguredValue />
    </Configuration>
    Regards,
    Mike Yin
    TechNet Community Support

  • Deploying Service in WS configuration of NWA of PI7.1

    Hello Experts,
    I am following this link
    http://help.sap.com/saphelp_nwpi71/helpdata/en/44/4d2bb1c6b00597e10000000a155369/frameset.htm
    I have published my webservice in the service registry by using publish tab in the service agreement of PI 7.1  but its not seen in the NWA->SOA Management -> Business Administration-> Web Services Administration.
    How shall i put up my service in the ws configuration?
    Please guide me.
    Regards,
    Kevin

    Hugo Amo is correct, you have to check the wily configuration on solman_setup 3.1 (Configure CA wily Introscope), there you can see the status of connection between solman and wily.
    for a correct configuration just follow that steps:
    1.- click on edit button
    2.- click on "import exiting Installation"
    3.- on popup enter the path where wily is installed like F:\usr\sap\ccms\instroscope
    4.- click on user management and select flag for connection user
    5.- save
    you have to get the status green like this one
    Regards,
    Luis

  • Auto configure proxy with networkmanager? Need help

    Hello,
    I search how to change the proxy auto using networkmanager and networkmanager-dispatcher and gnome(-proxy?)
    For example when my computer auto conenct to the wlan of my work, the proxy change too ...
    Could you help me?
    Best Regards

    I'm looking for the same.
    if firefox and xulrunner apps have autoproxy why can't others take the same route?
    most WiFi networks out there involves proxy.

Maybe you are looking for