Azure / SAP-automation-samples

This repository will contain the sample SAP Application files and the Terraform configuration files
MIT License
15 stars 31 forks source link

SUM20SP19_latest download failed as 404 error #77

Closed yuriwoof closed 5 months ago

yuriwoof commented 6 months ago

It failed to download SUM20SP19_9-80002456.SAR file.

https://learn.microsoft.com/en-us/azure/sap/center-sap-solutions/get-sap-installation-media#download-sap-media-with-script

Target file

https://github.com/Azure/SAP-automation-samples/blob/d4883967e1834931f689b2daed2b8ab56f5b4456/SAP/SUM20SP19_latest/SUM20SP19_latest.yaml#L14

Error log

TASK [roles-sap/0.1-bom-validator : BOM: SUM20SP19_latest Download File SUM20SP19_9-80002456.SAR] *******************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"attempts": 1, "changed": false, "dest": "/home/azureuser/tmp/downloads/files/SUM20SP19_9-80002456.SAR", "elapsed": 1, "msg": "Request failed", "response": "HTTP Error 404: Not Found", "status_code": 404, "url": "https://softwaredownloads.sap.com/file/0020000000578782024"}

TASK [roles-sap/0.1-bom-validator : BOM: Ensure URL is correct] *****************************************************************************************************************************************************************************************************
ok: [localhost]

TASK [roles-sap/0.1-bom-validator : BOM: Ensure URL is correct] *****************************************************************************************************************************************************************************************************
ok: [localhost] => {
    "msg": [
        "file_url: '[https://softwaredownloads.sap.com//file/0020000000578782024](https://softwaredownloads.sap.com/file/0020000000578782024)"
    ]
}

TASK [roles-sap/0.1-bom-validator : BOM: SUM20SP19_latest Download File SUM20SP19_9-80002456.SAR] *******************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "dest": "/home/azureuser/tmp/downloads/files/SUM20SP19_9-80002456.SAR", "elapsed": 1, "msg": "Request failed", "response": "HTTP Error 404: Not Found", "status_code": 404, "url": "[https://softwaredownloads.sap.com//file/0020000000578782024](https://softwaredownloads.sap.com/file/0020000000578782024)"}

PLAY RECAP **********************************************************************************************************************************************************************************************************************************************************
localhost                  : ok=784  changed=295  unreachable=0    failed=1    skipped=1883 rescued=1    ignored=4

I double-checked that I can't download file either.

image

yuriwoof commented 6 months ago

Newer patch (Patch 10) is available from https://softwaredownloads.sap.com/file/0020000000594062024

image

yuriwoof commented 5 months ago

Updated at https://github.com/Azure/SAP-automation-samples/commit/a9309724e455e9ebdf4225b999048432b0a473e7 Close