Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

When write command AdobeUpdateServerSetupTool access denied

New Here ,
Feb 16, 2016 Feb 16, 2016

Hi I am using Win2008 Server R2

With elevated command prompt I am trying to execute following command but it is giving access denied:

AdobeUpdateServerSetupTool --root="G:/CreativeCloudUpdate" --fresh

399
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Feb 17, 2016 Feb 17, 2016

The address does not look quite right based on the documentation.

Using the Adobe Update Server Setup Tool (AUSST)

The root folder is the file-system location on your in-house update server where updates from the Adobe update server are stored. The root folder location must map to a valid HTTP URL.

Note:

Ensure that the root folder lies within the access of the server root location so that update content can be served by the web server.

 

As an example, suppose:

  • The root update folder on your web ser
...
Translate
Adobe Employee ,
Feb 17, 2016 Feb 17, 2016
LATEST

The address does not look quite right based on the documentation.

Using the Adobe Update Server Setup Tool (AUSST)

The root folder is the file-system location on your in-house update server where updates from the Adobe update server are stored. The root folder location must map to a valid HTTP URL.

Note:

Ensure that the root folder lies within the access of the server root location so that update content can be served by the web server.

 

As an example, suppose:

In this case (which we will use as an example throughout this document), the root folder location is
--root="/serverroot/updates/Adobe/CS"


For this example, the command to run the updates will be:
AdobeUpdateServerSetupTool --root="/serverroot/updates/Adobe/CS" --fresh

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines