简体   繁体   English

为VDM设置ErpQueryEndpoint目标

[英]Setting up ErpQueryEndpoint Destination for VDM

I have created a destination for VDM called ErpQueryEndpoint and have unsuccessfully attempted to obtain business partner info with one of the java VDM tutorials. 我已经为VDM创建了一个名为ErpQueryEndpoint的目的地,但未成功尝试通过Java VDM教程之一获取业务合作伙伴信息。 Below is an export of that destination - I've tried this with and without TrustAll = true. 以下是该目的地的导出-我已经尝试过在没有TrustAll = true的情况下进行此操作。 When I use the 'Check Connection' button on the Destination screen, I get "302: Redirect" instead of 200. When I attempt to navigate to the URL below from Chrome, it re-directs me to a non-SAP logon screen. 当我使用“目标”屏幕上的“检查连接”按钮时,得到的是“ 302:重定向”,而不是200。当我尝试从Chrome浏览到下面的URL时,它将重定向到非SAP登录屏幕。 (I believe our Basis team has tried to set-up SSO with Azure.) I'm wondering if this redirection is what is causing my java VDM program to fail. (我相信我们的基础团队已尝试使用Azure设置SSO。)我想知道这种重定向是否是导致我的Java VDM程序失败的原因。

#Password=<< Existing password/certificate removed on export >>
#
#Mon Mar 11 15:17:38 UTC 2019
Description=ErpQueryEndPoint for java programs that use Virtual Data Model (VDM)
Type=HTTP
Authentication=BasicAuthentication
Name=ErpQueryEndpoint
ProxyType=Internet
URL=https\://my######-api.s4hana.ondemand.com
User=S000#######

Thanks for your help. 谢谢你的帮助。 The tutorial program is now working. 该教程程序现在正在运行。 Getting a 302: Redirect when clicking 'Check Connection' was not the problem. 获取302:单击“检查连接”时重定向不是问题。 Even though only the base URL was in the destination, I still needed to supply the credentials from the business partner communication arrangement. 即使只有基本URL在目标位置,我仍然需要提供业务伙伴通信安排中的凭据。 (It is also works for sales contracts when I supply the credentials from its respective communication arrangement.) (当我通过其各自的通讯安排提供凭据时,它也适用于销售合同。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM