今天连接一个全新的SAP服务器做一个FIORI APP测试时发现总是报错
Command deploy failed with error : unable to verify the first certificate
应该是此SAP连接地址使用的是HTTPS,但此域名(IP)没有SSL证书引起,后来问AI,得以解决,后来又再次发布,双报新的错误
error builder:custom deploy-to-abap Request failed with status code 400
Command deploy failed with error : Request failed with status code 400
最后AI给出了完全的解决办法,并通过了,部署成功。
SSL证书验证错误 :通过在 ui5-deploy.yaml 配置文件中添加 ignoreCertErrors: true 选项,成功解决了”unable to verify the first certificate”错误。这个选项告诉fiori deploy工具忽略SSL证书验证,适用于测试环境。
传输请求问题 :将部署配置从使用特定传输请求 S4HK903393 改为使用临时包 $tmp 和空传输请求,解决了”Request S4HK903393 is not a local request”错误。
最后没明白为什么不能发布到Z*的我里,只发布到$TMP中。
