Update with internal update server

Hi,
I would like to provide Flash Player updates for my PCs using an interal update server.
mms.cfg
AutoUpdateDisable=0
SilentAutoUpdateEnable=1
SilentAutoUpdateServerDomain=server.domain.local
SilentAutoUpdateVerboseLogging=1
FlashInstall.log
2014-2-26+14-57-58.949 [info] 1628 server.domain.local
2014-2-26+14-57-58.949 [info] 1629 server.domain.local
2014-2-26+14-57-58.949 [info] 1614
2014-2-26+14-57-58.949 [info] 1615
2014-2-26+14-57-58.949 [info] 1618
2014-2-26+14-57-58.949 [info] 1619 1063
2014-2-26+14-57-58.980 [info] 1628 server.domain.local
2014-2-26+14-57-58.980 [info] 1629 server.domain.local
2014-2-26+14-57-58.980 [info] 1614
2014-2-26+14-57-58.980 [info] 1615
2014-2-26+14-57-58.980 [info] 1618
2014-2-26+14-57-58.980 [info] 1608
2014-2-26+14-57-58.980 [info] 1604
2014-2-26+14-57-58.996 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
2014-2-26+14-57-59.105 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
2014-2-26+14-57-59.371 [warning] 1449
2014-2-26+14-57-59.371 [info] 1600
2014-2-26+14-57-59.433 [error] 1217 -2146881269
2014-2-26+14-57-59.433 [error] 1234 183
2014-2-26+14-57-59.433 [info] 1612
2014-2-26+14-57-59.433 [info] 1620
Because the update is not working it would be very helpful to get a list of all those status codes inside the FlashInstall.log
Are there any suggestions what to do?
Thank you for your help.

Hello,
I am trying to update just the ActiveX control.
My version.xml says:
<?xml version="1.0"?>
<version>
    <ActiveX major="12" minor="0" buildMajor="0" buildMinor="70"/>
    <Plugin major="12" minor="0" buildMajor="0" buildMinor="70"/>
    <MacPlugin major="12" minor="0" buildMajor="0" buildMinor="70"/>
    <SAUConfig checkFrequency="1"/>
</version>
Folder structure:
\\SERVER\C$\XAMPP\HTDOCS\PUB
\---flashplayer
    \---update
        \---current
            \---sau
                \---11
                    +---install
                    |       install_all_win_64_ax_sgn.z
                    |       install_all_win_64_pl_sgn.z
                    |       install_all_win_ax_sgn.z
                    |       install_all_win_pl_sgn.z
                    |
                    \---xml
                            patch.xml
                            version.xml
Thank you for your help.
PS: I am not using 12 as fp-major-version because of 404 @ http://fpdownload2.macromedia.com/pub/flashplayer/update/current/sau/12/install/install_al l_win_pl_sgn.z

Similar Messages

  • NAT/PAT Setup with internal web server.

    Environment:
    Web Server inside and 10 internal workstations.
    One external public IP address.
    Cisco Router 806 with HTTP server enable.
    Conditions:
    External users have to be able to access the web server.
    The internal users have to be able to access the web server via the "EXTERNAL" IP address. Since they are using an external DNS.
    Scenario:
    The internal workstation request from external DNS address for the web server.
    DNS replies with external IP address.
    Workstation attempts to connect to web server via external IP address.
    Connection fails at the router showing the router's HTTP logon page.
    We are trying to implement NAT/PAT inside, with static assignment to port 80 to the internal web server.
    Thanks, Pat Askins.

    You need to use cisco NAT virtual interface,
    Example:
    your internal network web server ip 192.168.1.10/24 Fa0 router Fa1 Public Ip address 1.1.1.1
    here is what you need to configure in NAT router to resolve your issue:
    int fa0
    ip nat enable
    no ip redirects
    int fa 1
    ip nat enable
    no ip redirects
    ip nat source static tcp 192.168.1.10 80 1.1.1.1 80 overload
    ip nat source list 1 interface fa0 overload
    access-list 1 permit 192.168.1.0 0.0.0.255
    now you can try access to your 1.1.1.1:80 from inside network.

  • WLC 5760 with internal DHCP server, clients no get IP address

    Hi all,
    I have  2  Cisco 5760 WLC (active-standby)  IOS-Xe 03.03.03SE  with  one WLAN.
     sh wlan summary 
    Number of WLANs: 1
    WLAN Profile Name                     SSID                           VLAN Status 
    1    Invitados_ADSL                   Guest                          905  UP
    sh vlan         
    VLAN Name                             Status    Ports
    1    default                          active    Te1/0/3, Te1/0/4, Te1/0/5, Te1/0/6, Te2/0/3
                                                    Te2/0/4, Te2/0/5, Te2/0/6
    100  VLAN0100                         active    Te1/0/1, Te2/0/1
    101  Planta_1                         active    
    905  Internet                         active    Te1/0/2, Te2/0/2
    The DHCP server is internal.
    Sometimes the clients no get IP address and the DHCP pool has IP addresses available.
    The workaround done by me to solve the issue is “clear  ip dhcp  binding *”.
    Some days later the problem appears again.
    I see this bug with a similar problem:
    NGWC blocks DHCP traffic if wireless broadcast disabled
    CSCun88928
    Description
    Symptom:
    Some clients set the BROADCAST flag on the DHCP Discover packet. This requires the DHCP server to reply with a broadcast.
    In that case and if you are not using DHCP snooping on the 5760/3850, then the controller will block the return traffic unless you enable "wireless broadcast" which enables broadcast globally (and is thus not always desirable)
    Conditions:
    Seen on 3.3.2 IOS-XE
    Workaround:
    Use DHCP snooping with the "ip dhcp snooping wireless bootp-broadcast command"
    OR
    Enable "wireless broadcast" globally
    My DHCP configuration is:
    ip dhcp relay information trust-all
    ip dhcp snooping vlan 905
    ip dhcp snooping
    ip dhcp excluded-address 172.16.0.1 172.16.0.19
    ip dhcp excluded-address 172.16.1.250 172.16.1.254
    ip dhcp pool Invitados
     network 172.16.0.0 255.255.254.0
     default-router 172.16.0.1 
     dns-server 212.66.160.2 212.49.128.65 
     lease 0 8
    I see in Cisco documentation (http://www.cisco.com/en/US/docs/wireless/technology/5760_deploy/CT5760_Centralized_Configuration_eg.html) this configuration:
    DHCP Snooping and Trust Configuration on CT5760
    ip dhcp snooping vlan 100, 200
    ip dhcp snooping wireless bootp-broadcast enable
    ip dhcp snooping
    interface TenGigabitEthernet1/0/1
    description Connection to Core Switch
    switchport trunk allowed vlan 100, 200
    switchport mode trunk
    ip dhcp relay information trusted ip dhcp snooping trust
    interface Vlan100
    description Client Vlan
    ip dhcp relay information trusted
    My question is,Do I have to add the command "ip dhcp snooping wireless bootp-broadcast enable" to solve the issue?
    Thanks in advance.
    Regards.
    D

    Yes, test it with the command you mentioned
    ip dhcp snooping wireless bootp-broadcast enable
    HTH
    Rasika
    **** Pls rate all useful responses *****

  • SAP ECC 6.0 IDES connectivity with internal BI server

    Hell All,
    We have a connectivity issue for SAP BI with ECC. we have a sap ECC6.0 EHP3 instance running in the customer landscape used for training requirement. In the ECC 6.0 we do also have SAP BI server in the same instance. Now customer want to use the same BI server which is in the same SAP ECC 6.0 IDES without installing an additional instance just for training purpose. As a part of the acitivty we do need to know whether we can configure the BI to R/3 data extraction for this instance. ECC have 800 client and BI also works in the same 800 client. Can we configure the SAP ECC to BI source system configuration and do the R/3 to BW data extraction scenarios. also want to know whether we can do the Process chains and other stuff for training requirements.
    Hemanth

    Hello colluges/friends,
    any suggestions on this?
    Hemanth

  • Xcode Continuous integration - latestRunSubStatus = internal-credential-server-error

    Greetings.
    I have been trying to make continuous integration build using Bots with Xcode 5.1(5B130a) from Xcode server (3.1.1). The SCM is configured with external svn repository, which am able to successfully browse from safari.
    Am trying to make integration from server web portal & as well as using xcode from development mac. Unfortunately both are failing with "internal-credential-server-error".After chasing my tail fro quite some time, I could get rid of "Internal-checkout-error" , however got stuck again with "internal-credential-server-error".
    Though I see some similar errors in other posts, none of them seem to have this particular error. Hence, wanted to know where should I be storing my SVN credentials for successful svn checkout?
    Here is the excerpt of my log highlighting the error:
    Apr 15 13:04:52 estmacsvr01.local xcsbuildd[70827] <Debug>: [XCSOperation.m:16 7db26310 +0ms] Executing operation: XCSCredentialOperation Apr 15 13:04:52 estmacsvr01.local xcsbuildd[70827] <Debug>: [XCSCredentialOperation.m:68 7db26310 +0ms] Processing credentials for each scm URI in ( "/" )
    Apr 15 13:04:52 estmacsvr01.local xcsbuildd[70827] <Debug>: [XCSCredentialOperation.m:84 7db26310 +0ms] Processing scmItem / with credential download token JK~C]!>G!vzyVv)"e?C5j(TNAYYyI[-yV4)/ZAe|t]sfkK+f]u<\vbth^,u.0tVP
    Apr 15 13:04:52 estmacsvr01.local xcsbuildd[70827] <Debug>: [XCSCredentialOperation.m:94 7db26310 +0ms] Creating credential path at /Library/Server/Xcode/Data/BotRuns/BotRun-afc45888-b5b4-4d0c-80a1-127ac3d3aa24. bundle/credentials/580b83d4-baf5-4a28-b175-cff32c7c701c Apr 15 13:04:52 estmacsvr01.local xcsbuildd[70827] <Debug>: [XCSCredentialOperation.m:104 7db26310 +0ms] Fetching credential with downloadToken JK~C]!>G!vzyVv)"e?C5j(TNAYYyI[-yV4)/ZAe|t]sfkK+f]u<\vbth^,u.0tVP
    Apr 15 13:04:52 estmacsvr01.local xcsbuildd[70827] <Debug>: [XCSCredentialServerHTTPClient.m:148 7db26310 +0ms] headerDict before request: { "X-Apple-Credential-botRunGUID" = "afc45888-b5b4-4d0c-80a1-127ac3d3aa24"; "X-Apple-Credential-command" = getCredential; "X-Apple-Credential-downloadToken" = "JK~C]!>G!vzyVv)\"e?C5j(TNAYYyI[-yV4)/ZAe|t]sfkK+f]u<\\vbth^,u.0tVP"; }
    Apr 15 13:04:52 estmacsvr01.local xcsbuildd[70827] <Error>: [XCSCredentialServerHTTPClient.m:155 7db26310 +139ms] Got a nil response to a download credential request
    { "X-Apple-Credential-botRunGUID" = "afc45888-b5b4-4d0c-80a1-127ac3d3aa24"; "X-Apple-Credential-command" = getCredential; "X-Apple-Credential-downloadToken" = "JK~C]!>G!vzyVv)\"e?C5j(TNAYYyI[-yV4)/ZAe|t]sfkK+f]u<\\vbth^,u.0tVP"; }
    Apr 15 13:04:52 estmacsvr01.local xcsbuildd[70827] <Debug>: [XCSCredentialOperation.m:109 7db26310 +0ms] Credential callback fired credential = (null), error = Error Domain=XCSCredentialErrorDomain Code=-1 "HTTP credential request failed, got HTTP status 400 with headers
    { "Accept-Ranges" = bytes; "Content-Length" = 0; Date = "Tue, 15 Apr 2014 07:34:52 GMT"; "X-Apple-Credential-error" = itemNotFound; }"
    UserInfo=0x7f91e4122ae0 {NSLocalizedDescription=HTTP credential request failed, got HTTP status 400 with headers
    { "Accept-Ranges" = bytes; "Content-Length" = 0; Date = "Tue, 15 Apr 2014 07:34:52 GMT"; "X-Apple-Credential-error" = itemNotFound; }}
    Apr 15 13:04:53 estmacsvr01.local xcsbuildd[70827] <Error>: [XCSCredentialOperation.m:111 7db26310 +0ms] Failed to get credential with error Error Domain=XCSCredentialErrorDomain Code=-1 "HTTP credential request failed, got HTTP status 400 with headers { "Accept-Ranges" = bytes; "Content-Length" = 0; Date = "Tue, 15 Apr 2014 07:34:52 GMT"; "X-Apple-Credential-error" = itemNotFound; }" UserInfo=0x7f91e4122ae0 {NSLocalizedDescription=HTTP credential request failed, got HTTP status 400 with headers { "Accept-Ranges" = bytes; "Content-Length" = 0; Date = "Tue, 15 Apr 2014 07:34:52 GMT"; "X-Apple-Credential-error" = itemNotFound; }}
    Any help is greatly appreciated!

    Did anyone find a way around this? I have the exact same error and tried the exact same solution.
    The Xcode 5 release notes described a problem that sounds similar.
    Communicating with a remote SVN repository over HTTPS can fail with an error similar to “Error validating server certificate for server name.” Edit the file /Library/Server/Xcode/Config/xcsbuildd.plist and change the TrustSelfSignedSSLCertificates key from false to true. Then, from a Terminal window, run: sudo killall xcsbuildd. 14639890
    https://developer.apple.com/library/ios/releasenotes/DeveloperTools/RN-Xcode/Cha pters/xc5_release_notes.html
    I haven't found a similar fix for Xcode 6 though.

  • Using internal software update server (SUS) with iTunes

    We are using an internal software update server (SUS) to manage the release of patches, etc. to our mac clients. There are no known issues with this server or the process. However, it appears that iTunes is still checking Apple's website first for updates, and by-passing our internal server. So we have Mac clients indicating an update to iTunes is available, but when software update is launched, no iTunes updates are available from our internal server, since we have not released them internally yet.
    Is there a setting in iTunes that we can change so that iTunes checks our internal SUS site first?

    You need to look at this from the server side, not
    the client side.
    Open Server Admin, connect to your server and look at
    the list of updates that Software Update has
    available. Specifically check if there are any blue
    warning icons alongside any update. These are updates
    that the server has not yet downloaded from Apple,
    and therefore are not available to clients.
    I've seen this happen periodically on my SUS. The fix
    is annoying, but simple just stop and restart the
    SUS. It should download the pending updates and make
    them available to clients.
    Thanks for the reply. Actually there were blue exclamation points next to newer updates, yet I just waited and the server finished downloading and mirroring them and then they went away. The screenshots above were taken when there were no exclamation points in the software list and when all the updates were available in the list.

  • Problem with internal update server

    Hello everybody,
    after setting up an Adobe Update Server that works fine with updates for CS6,I would like to use this update server for additional Adobe software like Flash Player and Reader.
    I think I made every steps as mentioned in the administration guide of flash player: http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/flashplayer/pdfs/flas h_player_11_6_admin_guide.pdf
    Which means:
    I can access the URL: "http://SERVERNAME/pub/flashplayer/update/current/sau/11/install/" with its 3 *.z files (install_all_mac_pl_sgn.z,install_all_win_ax_sgn.z,install_all_win_pl_sgn.z) and "http://SERVERNAME/pub/flashplayer/update/current/sau/11/xml/"  that contains the version.xml-file.
    I've also added the mms.cfg file with UTF-8 and the content:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateServerDomain=SERVERNAME
    SilentAutoUpdateVerboseLogging=1
    Unfortunately there aren't any updates for my test-client.I read something that with these options the "Update Section" in the "Advanced"-tab should be greyed out, but it isn't.And if I'm going to click "Check now" my browser is opening the Adobe homepage.
    The problem is that we can't use any WSUS  for this scenario.So we have to deploy the mms.cfg-file by copying it to the clients manually (maybe via batch-file later).
    That's the first problem.
    The second one is that we would like to update the Adobe Reader via the same update server.But I didn't find any guide on how to solve this.
    Following information regarding our scenario:
    AUSST is running on a Windows Server 2003 Enterprise SP2 with IIS6
    Created a new website "Adobe Update Server" and added the handlers for xml,sig,crl,dmg (I had to remove the handler for zip after having problems with it) and added these handlers in the <httpheader>-Section of the webconfig.
    Created a new folder with the structure: pub/flashplayer/update/current/sau/11/ install and xml.
    Installed Flash Player 11.3 on my test-client
    Allowed extensions: All unknown ISAPI-extensions,Active Server Pages,ASP.NET v1.1.4322,ASP.NET v2.0.50727,Front Page Server Extensions 2002,Serversided includes (SSI),WebDAV
    I know that I maybe allowed too much extensions because my knowledge with Server 2003 isn't that well.
    Sorry for my bad english,I've also tried to open a discussion in the german section but there wasn't any reply yet.
    It would be great if there is anybody who could help me with my problems because this features are some kind of "must-have" and I would like to take this big step.
    I appreciate every help and post in this discussion as I'm kinda stuck with these problems.
    kind regards

    [Moved the discussion to Enterprise Deployment Forum]

  • Internal Update Server Error Code help

    Error code in FlashInstall.log 
    [warning] 1407 12044 vs [warning] 1403 12030
    I am trying to figure out why my internal update server wont connect past the certificate handshake. I can get it to work with a self signed certificate from the machine name but am trying to build a solution for my whole organization using our Root CA with a custom name for the particuler site.
    Any information would be helpful or suggestion for an alternative to using the internal update server since it is near impossible to troubleshoot when i have no idea what these warning codes mean.
    Thanks,
    Xenon

    Now i am getting these in my log but no update is being applied.
    2013-10-10+17-32-25.523 [info] 1628 adobeupdate.domain.net
    2013-10-10+17-32-25.527 [info] 1629 adobeupdate.domain.net
    2013-10-10+17-32-25.530 [info] 1614
    2013-10-10+17-32-25.534 [info] 1615
    2013-10-10+17-32-25.537 [info] 1618
    2013-10-10+17-32-25.542 [info] 1608
    2013-10-10+17-32-25.546 [info] 1612
    2013-10-10+17-32-25.550 [info] 1620
    2013-10-10+17-33-8.143 [info] 1628 adobeupdate.domain.net
    2013-10-10+17-33-8.147 [info] 1629 adobeupdate.domain.net
    2013-10-10+17-33-8.151 [info] 1614
    2013-10-10+17-33-8.154 [info] 1615
    2013-10-10+17-33-8.157 [info] 1618
    2013-10-10+17-33-8.162 [info] 1608
    2013-10-10+17-33-8.166 [info] 1612
    2013-10-10+17-33-8.171 [info] 1620
    2013-10-10+17-33-9.762 [info] 1628 adobeupdate.domain.net
    2013-10-10+17-33-9.767 [info] 1629 adobeupdate.domain.net
    2013-10-10+17-33-9.771 [info] 1614
    2013-10-10+17-33-9.774 [info] 1615
    2013-10-10+17-33-9.778 [info] 1618
    2013-10-10+17-33-9.782 [info] 1608
    2013-10-10+17-33-9.786 [info] 1612
    2013-10-10+17-33-9.790 [info] 1620
    2013-10-10+17-33-11.84 [info] 1628 adobeupdate.domain.net
    2013-10-10+17-33-11.88 [info] 1629 adobeupdate.domain.net
    2013-10-10+17-33-11.91 [info] 1614
    2013-10-10+17-33-11.94 [info] 1615
    2013-10-10+17-33-11.98 [info] 1618
    2013-10-10+17-33-11.102 [info] 1608
    2013-10-10+17-33-11.106 [info] 1612
    2013-10-10+17-33-11.123 [info] 1620

  • How does internal Flash update server get updated?

    I just set up the directories described in the admin guide into a server running IIS7 and copied the Z files into the structure following these instructions:
    7. Copy the installer files (.z files) to the fp-major-version/install directory created in Step 2.
    When finished, you see something similar to the following:
    https://your.server.com/pub/flashplayer/update/current/sau/11/xml/version.xml
    http://your.server.com/pub/flashplayer/update/current/sau/11/install/install_all_win_ax_sg n.z
    http://your.server.com/pub/flashplayer/update/current/sau/11/install/install_all_win_pl_sg n.z
    http://your.server.com/pub/flashplayer/update/current/sau/11/install/install_all_mac_pl_sg n.z
    Configure clients
    • Create an mms.cfg file with the following entries (replacing your.server.com with the name of your server):
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateServerDomain=your.server.com
    • Deploy Flash Player 11.3 or higher.
    • Deploy the mms.cfg to all clients for which you want the Background Updater redirected to your internal server.
    I'm guessing that the clientsthat are configured with the mms.cfg that points to our server downloads those .z files and the Flash updates are contained in those files.
    That seens OK, but it isn't clear to me how the update server itself gets the next set of installer update files.
    Do I have to wait until I hear there is another Flash update available and then go manually download and extract another cab into those directories each time?
    Is there any way to set the update server to automatically download the newest cab  as soon as they are available and copy the z files from the cab into the correct directories?
    Since 11.9 is the current version, I am also guessing there will be a Flash version 12 soon and a new "12" directory will have to be created for those updates.

    I just set up the directories described in the admin guide into a server running IIS7 and copied the Z files into the structure following these instructions:
    7. Copy the installer files (.z files) to the fp-major-version/install directory created in Step 2.
    When finished, you see something similar to the following:
    https://your.server.com/pub/flashplayer/update/current/sau/11/xml/version.xml
    http://your.server.com/pub/flashplayer/update/current/sau/11/install/install_all_win_ax_sg n.z
    http://your.server.com/pub/flashplayer/update/current/sau/11/install/install_all_win_pl_sg n.z
    http://your.server.com/pub/flashplayer/update/current/sau/11/install/install_all_mac_pl_sg n.z
    Configure clients
    • Create an mms.cfg file with the following entries (replacing your.server.com with the name of your server):
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateServerDomain=your.server.com
    • Deploy Flash Player 11.3 or higher.
    • Deploy the mms.cfg to all clients for which you want the Background Updater redirected to your internal server.
    I'm guessing that the clientsthat are configured with the mms.cfg that points to our server downloads those .z files and the Flash updates are contained in those files.
    That seens OK, but it isn't clear to me how the update server itself gets the next set of installer update files.
    Do I have to wait until I hear there is another Flash update available and then go manually download and extract another cab into those directories each time?
    Is there any way to set the update server to automatically download the newest cab  as soon as they are available and copy the z files from the cab into the correct directories?
    Since 11.9 is the current version, I am also guessing there will be a Flash version 12 soon and a new "12" directory will have to be created for those updates.

  • Internal update server and flash player 12

    We've been using an internal update server and a deployed mms.cfg to point internal client machines to a local webserver hosting Flash Player updates extracted from the background update .cab file, as detailed in the Administration Guide.
    This has been working well for Windows & OS X clients.
    For Flash Player 12, I've created a "12" folder at the same level as the 11 folder:
    https://servername.domain/pub/flashplayer/update/current/sau/12/xml/version.xml
    However, clients (that are currently running 11) are looking for:
    https://servername.domain/pub/flashplayer/update/current/sau/11/xml/version.xml
    So I copied the "12" folder to the "11" folder and manually triggered the scheduled task on a couple of clients and they've grabbed the newer version (except for the plugin-based browser, which haven't updated and are still using 11.9.*).
    My flashinstall.log shows the following:
    <code>
    2014-1-15+16-40-27.23 [info] 1620
    2014-1-15+16-41-57.757 [info] 1628 server.domain
    2014-1-15+16-41-57.820 [info] 1629 server.domain
    2014-1-15+16-41-57.820 [info] 1614
    2014-1-15+16-41-57.820 [info] 1615
    2014-1-15+16-41-57.820 [info] 1618
    2014-1-15+16-41-57.820 [info] 1619 1063
    2014-1-15+16-41-57.835 [info] 1628 server.domain
    2014-1-15+16-41-57.835 [info] 1629 server.domain
    2014-1-15+16-41-57.835 [info] 1614
    2014-1-15+16-41-57.835 [info] 1615
    2014-1-15+16-41-57.835 [info] 1618
    2014-1-15+16-41-57.835 [info] 1608
    2014-1-15+16-41-57.835 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-41-57.835 [info] 1604
    2014-1-15+16-41-57.960 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+16-41-57.960 [warning] 1445
    2014-1-15+16-41-57.960 [warning] 1442
    2014-1-15+16-41-57.960 [info] 1601
    2014-1-15+16-41-58.507 [error] 1215 32
    2014-1-15+16-41-58.507 [warning] 1416 6
    2014-1-15+16-41-58.507 [error] 1300 183
    2014-1-15+16-41-58.507 [info] 1612
    2014-1-15+16-41-58.507 [info] 1620
    2014-1-15+16-41-59.367 [error] 1226 1062
    =O====== M/12.0.0.38 2014-01-15+16-40-26.961 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/12.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_38.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/12.0.0.38 2014-01-15+16-42-00.945 ========
    </code>
    My questions:
    1) Is this the expected method for getting version 11 to upgrade to 12 without much intervention?
    2) What's triggering the error codes - the hack-ish way I've forced the update, or something else?
    3) What knock-on effects will the Flash Player version renumbering have on the local webserver deployment method?  And is it documented anywhere?
    Thanks

    Hi Maria,
    The rest of the install log is below and it does install the plugin later and the log is clean of errors thereafter. 
    I created "12" because the previous install guide noted that the folder should be named for the major version and I assumed that guidance still held (though thinking about it you've abandoned that distinction with the recent re-numbering).
    Thanks
    <log>
    <snip idential entries for brevity>
    <At this point the client is looking in the "11" folder at the 11.9.* version>
    2014-1-15+15-45-8.728 [info] 1614
    2014-1-15+15-45-8.728 [info] 1615
    2014-1-15+15-45-8.728 [info] 1618
    2014-1-15+15-45-8.728 [info] 1608
    2014-1-15+15-45-8.728 [info] 1612
    2014-1-15+15-45-8.728 [info] 1620
    2014-1-15+15-45-8.728 [info] 1604
    <Around this time, the contents of the "12" directory get moved to the "11" directory after it becomes clear from webserver logs that the client is explicitly looking for the 11 directory.>
    2014-1-15+16-4-0.155 [info] 1628 server.domain
    2014-1-15+16-4-0.499 [info] 1629 server.domain
    2014-1-15+16-4-0.561 [info] 1614
    2014-1-15+16-4-0.561 [info] 1615
    2014-1-15+16-4-0.561 [info] 1618
    2014-1-15+16-4-0.561 [info] 1619 1063
    2014-1-15+16-4-0.577 [info] 1628 server.domain
    2014-1-15+16-4-0.577 [info] 1629 server.domain
    2014-1-15+16-4-0.577 [info] 1614
    2014-1-15+16-4-0.577 [info] 1615
    2014-1-15+16-4-0.577 [info] 1618
    2014-1-15+16-4-0.577 [info] 1608
    2014-1-15+16-4-0.577 [info] 1604
    2014-1-15+16-4-0.640 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-4-0.905 [warning] 1411
    2014-1-15+16-4-0.905 [warning] 1409
    2014-1-15+16-4-0.905 [info] 1612
    2014-1-15+16-4-0.905 [info] 1620
    2014-1-15+16-15-45.5 [info] 1628 server.domain
    2014-1-15+16-15-45.239 [info] 1629 server.domain
    2014-1-15+16-15-45.302 [info] 1614
    2014-1-15+16-15-45.302 [info] 1615
    2014-1-15+16-15-45.302 [info] 1618
    2014-1-15+16-15-45.302 [info] 1619 1063
    2014-1-15+16-15-45.317 [info] 1628 server.domain
    2014-1-15+16-15-45.317 [info] 1629 server.domain
    2014-1-15+16-15-45.317 [info] 1614
    2014-1-15+16-15-45.317 [info] 1615
    2014-1-15+16-15-45.317 [info] 1618
    2014-1-15+16-15-45.317 [info] 1608
    2014-1-15+16-15-45.317 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-15-45.333 [info] 1604
    2014-1-15+16-15-45.395 [warning] 1411
    2014-1-15+16-15-45.395 [warning] 1409
    2014-1-15+16-15-45.395 [info] 1612
    2014-1-15+16-15-45.395 [info] 1620
    2014-1-15+16-30-31.253 [info] 1628 server.domain
    2014-1-15+16-30-31.253 [info] 1629 server.domain
    2014-1-15+16-30-31.254 [info] 1614
    2014-1-15+16-30-31.254 [info] 1615
    2014-1-15+16-30-31.254 [info] 1618
    2014-1-15+16-30-31.262 [info] 1608
    2014-1-15+16-30-31.269 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-30-31.754 [warning] 1411
    2014-1-15+16-30-31.754 [warning] 1409
    2014-1-15+16-30-31.754 [info] 1612
    2014-1-15+16-30-31.754 [info] 1620
    2014-1-15+16-32-25.56 [info] 1628 server.domain
    2014-1-15+16-32-25.56 [info] 1629 server.domain
    2014-1-15+16-32-25.56 [info] 1614
    2014-1-15+16-32-25.71 [info] 1615
    2014-1-15+16-32-25.71 [info] 1618
    2014-1-15+16-32-25.71 [info] 1608
    2014-1-15+16-32-25.71 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-32-25.228 [warning] 1411
    2014-1-15+16-32-25.228 [warning] 1409
    2014-1-15+16-32-25.228 [info] 1612
    2014-1-15+16-32-25.228 [info] 1620
    2014-1-15+16-40-24.867 [info] 1628 server.domain
    2014-1-15+16-40-24.867 [info] 1629 server.domain
    2014-1-15+16-40-24.867 [info] 1614
    2014-1-15+16-40-24.867 [info] 1615
    2014-1-15+16-40-24.867 [info] 1618
    2014-1-15+16-40-24.867 [info] 1608
    2014-1-15+16-40-24.867 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-40-25.195 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+16-40-25.195 [warning] 1445
    2014-1-15+16-40-25.195 [warning] 1442
    2014-1-15+16-40-25.195 [info] 1600
    2014-1-15+16-40-26.930 [info] 1602
    2014-1-15+16-40-26.930 [info] 1609
    2014-1-15+16-40-26.930 [info] 1612
    2014-1-15+16-40-27.23 [info] 1620
    2014-1-15+16-41-57.757 [info] 1628 server.domain
    2014-1-15+16-41-57.820 [info] 1629 server.domain
    2014-1-15+16-41-57.820 [info] 1614
    2014-1-15+16-41-57.820 [info] 1615
    2014-1-15+16-41-57.820 [info] 1618
    2014-1-15+16-41-57.820 [info] 1619 1063
    2014-1-15+16-41-57.835 [info] 1628 server.domain
    2014-1-15+16-41-57.835 [info] 1629 server.domain
    2014-1-15+16-41-57.835 [info] 1614
    2014-1-15+16-41-57.835 [info] 1615
    2014-1-15+16-41-57.835 [info] 1618
    2014-1-15+16-41-57.835 [info] 1608
    2014-1-15+16-41-57.835 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-41-57.835 [info] 1604
    2014-1-15+16-41-57.960 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+16-41-57.960 [warning] 1445
    2014-1-15+16-41-57.960 [warning] 1442
    2014-1-15+16-41-57.960 [info] 1601
    2014-1-15+16-41-58.507 [error] 1215 32
    2014-1-15+16-41-58.507 [warning] 1416 6
    2014-1-15+16-41-58.507 [error] 1300 183
    2014-1-15+16-41-58.507 [info] 1612
    2014-1-15+16-41-58.507 [info] 1620
    2014-1-15+16-41-59.367 [error] 1226 1062
    ?=O====== M/12.0.0.38 2014-01-15+16-40-26.961 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/12.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_38.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/12.0.0.38 2014-01-15+16-42-00.945 ========
    2014-1-15+17-4-0.153 [info] 1628 server.domain
    2014-1-15+17-4-0.232 [info] 1629 server.domain
    2014-1-15+17-4-0.232 [info] 1614
    2014-1-15+17-4-0.247 [info] 1615
    2014-1-15+17-4-0.247 [info] 1618
    2014-1-15+17-4-0.247 [info] 1619 1063
    2014-1-15+17-4-0.263 [info] 1628 server.domain
    2014-1-15+17-4-0.263 [info] 1629 server.domain
    2014-1-15+17-4-0.263 [info] 1614
    2014-1-15+17-4-0.263 [info] 1615
    2014-1-15+17-4-0.263 [info] 1618
    2014-1-15+17-4-0.263 [info] 1608
    2014-1-15+17-4-0.263 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+17-4-0.263 [info] 1604
    2014-1-15+17-4-0.528 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+17-4-0.528 [warning] 1445
    2014-1-15+17-4-0.528 [warning] 1442
    2014-1-15+17-4-0.528 [info] 1601
    2014-1-15+17-4-2.857 [info] 1602
    2014-1-15+17-4-2.857 [info] 1610
    2014-1-15+17-4-2.857 [info] 1612
    2014-1-15+17-4-2.935 [info] 1620
    2014-1-15+17-5-31.732 [error] 1226 1062
    ?=O====== M/12.0.0.43 2014-01-15+17-04-02.872 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [W] 00001036 Software\Opera Software/Plugin Path 2
    0009 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_43.dll
    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_43_Plugin.exe
    0011 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0012 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0013 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_43.exe
    0014 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0017 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0018 [W] 00001106
    0019 [W] 00001106
    0020 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0021 [I] 00000012
    =X====== M/12.0.0.43 2014-01-15+17-05-34.091 ========
    2014-1-15+18-4-0.204 [info] 1628 server.domain
    2014-1-15+18-4-0.204 [info] 1629 server.domain
    2014-1-15+18-4-0.204 [info] 1614
    2014-1-15+18-4-0.204 [info] 1615
    2014-1-15+18-4-0.220 [info] 1618
    2014-1-15+18-4-0.220 [info] 1619 1063
    2014-1-15+18-4-0.220 [info] 1628 server.domain
    2014-1-15+18-4-0.220 [info] 1629 server.domain
    2014-1-15+18-4-0.220 [info] 1614
    2014-1-15+18-4-0.220 [info] 1615
    2014-1-15+18-4-0.220 [info] 1618
    2014-1-15+18-4-0.220 [info] 1608
    2014-1-15+18-4-0.235 [info] 1604
    2014-1-15+18-4-0.407 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+18-4-0.689 [info] 1612
    2014-1-15+18-4-0.689 [info] 1620
    2014-1-15+19-4-0.157 [info] 1628 server.domain
    2014-1-15+19-4-0.157 [info] 1629 server.domain
    2014-1-15+19-4-0.157 [info] 1614
    2014-1-15+19-4-0.157 [info] 1615
    2014-1-15+19-4-0.157 [info] 1618
    2014-1-15+19-4-0.157 [info] 1619 1063
    <snip identical entries for brevity>
    </log>

  • Can't connect to internal Software Update Server

    Greetings All,
    I just upgraded my XServer from Tiger to Leopard. Before the upgrade, I was using the server as a Software Update Server pushing all updates to Tiger clients. Now after upgrading to Leopard and installing the Software Update Service, it seems that my Leopard (haven't tried Tiger) clients are not able to connect to it internally - they go straight to Apple. I started the service and configured the client with:
    defaults write com.apple.SoftwareUpdate CatalogURL http://10.0.1.249:8088/
    But it seems to not work. Other question is, will Tiger clients be able to connect to the Leopard server for OS updates? Thanks in advance,
    -andy-

    I've got two 10.5.4 servers (one upgraded throughout the 10.5 life-cycle and one freshly installed at 10.5.1 and combo-updated) and I've never (!!) been able to get them to connect to my Software Update Server (SUS). 10.4 clients can connect and indicate the domain in the SoftwareUpdate title bar. I can copy and paste the same command I make 10.4 clients connect into each 10.5 box I have and none of them will resolve. They all default back to Apple's servers.
    When I run "defaults read com.apple.SoftwareUpdate" I get the proper domain listed and it looks just like 10.4 client's responses. No 10.5 clients or servers will attach to my SUS. Why do 10.4 clients and servers? I even recently upgrade the SUS from 10.4.11 to 10.5.4 and Tiger clients still work, 10.5's do not.
    Matthew W.
    Des Moines, IA

  • Flash internal update server, latest version not available

    Following the 'Background updates from an internal server' section of the Flash 11.3 Deployment Guide, I have setup an internal Flash update server which sucessfully updates previous versions of 11.2 to 11.2.202.235 but refuses to take the brave step to 11.3. The guide tells me to copy files from these locations -
    https://fpdownload2.macromedia.com/pub/flashplayer/update/current/sau/11/xml/version.xml
    http://fpdownload2.macromedia.com/pub/flashplayer/update/current/sau/11/install/install_al l_win_ax_sgn.z
    http://fpdownload2.macromedia.com/pub/flashplayer/update/current/sau/11/install/install_al l_win_pl_sgn.z
    http://fpdownload2.macromedia.com/pub/flashplayer/update/current/sau/11/install/install_al l_win_64_ax_sgn.z
    http://fpdownload2.macromedia.com/pub/flashplayer/update/current/sau/11/install/install_al l_win_64_pl_sgn.z
    After looking at the version.xml file it seems that version of the ActiveX Flash is 11.2.202.235 whereas if I download the normal way I get the latest 11.3.300.257 which kind of makes the whole internal server auto update thing a little pointless! Feel free to correct me if I have gone wrong somewhere up there but I have a feeling Adobe is being a little slack!
    Cheers
    Kev

    Now the version.xml file is pointing to the below but the latest release is 11.8.800.94
    <version>
    <ActiveX major="11" minor="7" buildMajor="700" buildMinor="224"/> 
    <Plugin major="11" minor="7" buildMajor="700" buildMinor="224"/>
    <MacPlugin major="11" minor="7" buildMajor="700" buildMinor="225"/>
    <SAUConfig checkFrequency="1"/>
    </version>
    Why adobe is not keeping up-to-date with the latest version ?? Is there any other server or method to get the latest version ??
    Reference:
    https://fpdownload2.macromedia.com/pub/flashplayer/update/current/sau/11/xml/version.xml
    https://fpdownload.macromedia.com/pub/flashplayer/update/current/sau/11/xml/version.xml
    Thanks,
    ThenralMani

  • Flash internal update server

    I've recently setup a Flash Player internal update server but there is an issue updating my test machines. The scheduled task runs for a second and stops. My test machines are running 11.2.202.235 but I have also tried an early 11.3. The contents of the mms.cfg file in C:\Windows\System32\Macromed\Flash is:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateVerboseLogging=1
    SilentAutoUpdateServerDomain=server.domain.local
    The files in the internal repository are up to date. In Internet Explorer I can access version.xml (which is in the correct location) on both http and https. We are using a self signed certificate.
    This is the contents of FlashInstall.log:
    2012-7-12+14-18-14.700 [info] 1628 server.domain.local
    2012-7-12+14-18-14.981 [info] 1629 server.domain.local
    2012-7-12+14-18-15.59 [info] 1614
    2012-7-12+14-18-15.215 [info] 1615
    2012-7-12+14-18-15.277 [info] 1618
    2012-7-12+14-18-15.277 [info] 1619 1063
    2012-7-12+14-18-15.449 [info] 1628 server.domain.local
    2012-7-12+14-18-15.449 [info] 1629 server.domain.local
    2012-7-12+14-18-15.449 [info] 1614
    2012-7-12+14-18-15.449 [info] 1615
    2012-7-12+14-18-15.449 [info] 1618
    2012-7-12+14-18-15.465 [info] 1608
    2012-7-12+14-18-15.465 [info] 1612
    2012-7-12+14-18-15.465 [info] 1604
    2012-7-12+14-18-15.465 [info] 1620
    2012-7-12+14-45-39.914 [info] 1628 server.domain.local
    2012-7-12+14-45-39.976 [info] 1629 server.domain.local
    2012-7-12+14-45-39.976 [info] 1614
    2012-7-12+14-45-39.992 [info] 1615
    2012-7-12+14-45-39.992 [info] 1618
    2012-7-12+14-45-40.7 [info] 1619 1063
    2012-7-12+14-45-40.38 [info] 1628 server.domain.local
    2012-7-12+14-45-40.38 [info] 1629 server.domain.local
    2012-7-12+14-45-40.38 [info] 1614
    2012-7-12+14-45-40.38 [info] 1615
    2012-7-12+14-45-40.38 [info] 1618
    2012-7-12+14-45-40.38 [info] 1608
    2012-7-12+14-45-40.54 [info] 1612
    2012-7-12+14-45-40.38 [info] 1604
    2012-7-12+14-45-40.54 [info] 1621
    There must be some useful information in that log file!

    Now the version.xml file is pointing to the below but the latest release is 11.8.800.94
    <version>
    <ActiveX major="11" minor="7" buildMajor="700" buildMinor="224"/> 
    <Plugin major="11" minor="7" buildMajor="700" buildMinor="224"/>
    <MacPlugin major="11" minor="7" buildMajor="700" buildMinor="225"/>
    <SAUConfig checkFrequency="1"/>
    </version>
    Why adobe is not keeping up-to-date with the latest version ?? Is there any other server or method to get the latest version ??
    Reference:
    https://fpdownload2.macromedia.com/pub/flashplayer/update/current/sau/11/xml/version.xml
    https://fpdownload.macromedia.com/pub/flashplayer/update/current/sau/11/xml/version.xml
    Thanks,
    ThenralMani

  • Directing to internal update server via overrides file

    Hi all,
    I have my internal update server up and running, and am now working on creating an AAMEE built .pkg installer for my organization. One of my goals is to use an internal update server, as defined by an override file indicated during the AAMEE build.  I've read over the AAMEE Guide V3.0 pg 121-122 a few times, but I'm still having trouble translating the example code to my world.
    I'm having trouble translating 2 things:
    1) in the example, it's --root="/serverroot/updates/Adobe/CS"  This does not mirror the serverroot of my AUSST folder hierarchy. I have /serverroot/updates/oobe .  Should this concern me?
    2) similar issue with --url="http://serverabc.example.com:1234/Adobe/CS".  In my serverroot, there are 2 folders: updates and webfeed.
    What's the bottom line goal of the overrides file- to point at the /documentroot/oobe/aam[1|2]0/[mac|win]/updaterfeed.xml file?  Did I totally just make that up?

    Hi Syuroff,
         In this case, you should use the root as /Volumes/Drive2/AUSST_Updates/updates/oobe and the url you need to specify should point to this location. For example if http://serverx:8080 points to /Volumes/Drive2/AUSST_Updates then you need to specify the url as http://serverx:8080/updates/oobe. If you allow directory browsing, then you can verify that the URL http://serverx:8080/updates/oobe points to /Volumes/Drive2/AUSST_Updates/updates/oobe. Once you ensure this, you have to run
    AdobeUpdateServerSetupToolCS5 --root="/Volumes/Drive2/AUSST_Updates/updates/oobe"
    and select appropriate option to sync with Adobe Update Server. Once this step is completed, you will see two folders namely updates and webfeed created under /Volumes/Drive2/AUSST_Updates/updates/oobe location. Now you can run another command to generate the client config file:
    AdobeUpdateServerSetupTool2.0  --genclientconf="/Volumes/Drive2/AUSST_Updates/updates/oobe/config"
                                                           --root="/Volumes/Drive2/AUSST_Updates/updates/oobe"
                                                           --url="http://serverx:8080/updates/oobe"
    As mentioned in my earlier post, this command will create a folder named config under /Volumes/Drive2/AUSST_Updates/updates/oobe/config
    location. This folder will contain all the override files for both Mac and Windows.
    Let me know if this answers your query.
    Thanks,
    Abhishek | [email protected]

  • New Internal Update Server Not Working

    I just set up an internal update server for Flash on a Windows server running IIS7 following the instructions in the admin guide. 
    I had a Windows 7 64-bit client already running the latest version of Flash, so I uninstalled it and installed flash 11.7 last night. I also manually copied the mms.cfg file with auto update enabled and pointing to the server at server.domain.com.
    There are the settinngs in the mms.cfg
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateServerDomain=servernameofserverhostingadobeupdates.ourdomainname.com
    I can open the path to the xml file through the browser from the client I want to update, so I know it does have web connectivity to the server.
    The mms.cfg file seems to be working because the Flash settings in control panel has the allow Adobe to check for updates button selected and grayed out.
    I waited overnight and nothing is happening.  No updates.  It is still on 11.7.
    How long is this supposed to take?
    How can I troubleshoot this to see what's going on with it?.  I see no errors anywhere, just nothing is happening.  I can't find logs that indicate that it is even "trying" to update from this server.  Where should this be?
    Can I prompt it to immediately check for updates from our internal server and control how often it checks?  When I click te check updates button, it still opens a browser and sends me to the Adobe web site.

    I notice there are often no replies to questions about problems with the internal update server.
    Is there anyone here who has recently gotten this to work?
    Are there common issues with the setup of an internal updates server that cause it to fail?
    Is there some other place to get support for this other than this forum?

Maybe you are looking for