Неверное имя хоста в URL HP Performance Center - PullRequest
0 голосов
/ 10 октября 2019

Я новичок в HP Performance Center и записываю сценарий. Запись выполнена успешно, но когда я пытаюсь запустить записанный скрипт

Error   797 Action.c(797): Error -32998: Invalid host name in URL="http:\\/"https://www.youtube.com/embed/3IqJIzJPrbw///""   [MsgId: MERR-32998]    Action.c    C:\Workspace_HP\CreateQuoteAndConfigure_KW_CERT_Updated CreateQuoteAndConfigure_KW_CERT_Updated

И я нигде не вижу упоминания о ссылке на YouTube в вызове

, это вызов, который не удается выполнить сВышеуказанная ошибка:

web_custom_request("ClientUI.ashx_3",
    "URL=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/configurator/handlers/ClientUI.ashx",
    "Method=GET",
    "Resource=0",
    "RecContentType=text/html",
    "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default",
    "Snapshot=t30.inf",
    "Mode=HTML",
    EXTRARES,
    "URL=/experlogix/site/styles/MSCRM60-Borders_PACCAR/catHdrTreeMinus.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/resources/styles/custom-2.css?20190926050952", ENDITEM,
    "URL=../images/tbAdd04.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default", ENDITEM,
    "URL=../images/tbInfo01.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default", ENDITEM,
    "URL=/experlogix/site/images/30c67911-796a-425d-89cd-6f622a79d355_printer-32x32.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default", ENDITEM,
    "URL=/experlogix/site/resources/images/icon_caution_25px1.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default", ENDITEM,
    "URL=/experlogix/site/resources/images/icon_pass_25px1.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default", ENDITEM,
    LAST);

Может ли кто-нибудь помочь мне, как отладить и исследовать, чтобы исправить эту ошибку? Очень плохо знакомы с HP и C, поэтому очень наивны в этом.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...