143.166.44.80 Open in urlscan Pro
143.166.44.80  Public Scan

Submitted URL: https://143.166.44.80/
Effective URL: https://143.166.44.80/(S(gsdc0fwl5xsjo4wu0wfw41yi))/Login.aspx?ReturnUrl=%2f
Submission: On March 31 via manual from MA — Scanned from DE

Form analysis 1 forms found in the DOM

Name: form1POST ./Login.aspx?ReturnUrl=%2f

<form name="form1" method="post" action="./Login.aspx?ReturnUrl=%2f" onsubmit="javascript:return WebForm_OnSubmit();" id="form1">
  <div>
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTk2MDA3MjQ1NmRk9c0f98C+heLZ70TwnQmFNdn9fCg=">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
      theForm = document.form1;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=VF5F-D3GQs6JHeDLjzsOKdNdJIIc0Ssng_sRA-XJ36ce374mue_nGVmjm4NtW-IwG-LIIHcxtHA3hxC-PaowrPXlAK01&amp;t=637823149705833095" type="text/javascript"></script>
  <script src="/WebResource.axd?d=XMdMWuWnID_LD5jQ9GTE9u19pThR8FSZON9deBadZS_F1ODYhoveWZE4bmZAxzE3lRAB7UB8XuMGO6-L8QU4I6e90ov0l0D-zwLllivgGtrd14gT0&amp;t=637823149705833095" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    function WebForm_OnSubmit() {
      if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
      return true;
    }
    //]]>
  </script>
  <div>
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAATYoQJG+/OEC/jfdgnglLW3DBe+Sp7Mzs2yPjaDBMs/utsguulOgDNY2DNeQ8w+r/cIwPInaliPrQ1hSNXwylNQ9klklyrB7PcMOycKUj8YnyO87Sw=">
  </div>
  <div class="bo-container">
    <div class="bo-login">
      <div class="bo-inner">
        <img src="images/Logo_New.png" alt="SAP" width="230" height="85">
        <div class="bo-center">
          <h1> Customer Licensing Portal</h1>
          <div id="vsMain" class="bo-error" style="color:Red;display:none;">
          </div>
          <table id="LoginControl" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;">
            <tbody>
              <tr>
                <td>
                  <div class="bo-row">
                    <label for="LoginControl_UserName" id="LoginControl_Label1">E-mail address:</label><br>
                    <input name="LoginControl$UserName" type="text" id="LoginControl_UserName" onkeydown="keyPress(event);">
                    <span id="LoginControl_UserNameRequired" title="E-mail address is required." style="color:Red;visibility:hidden;">*</span>
                  </div>
                  <div class="bo-row">
                    <label for="LoginControl_Password" id="LoginControl_Label2">Password:</label><br>
                    <input name="LoginControl$Password" type="password" id="LoginControl_Password" onkeydown="keyPress(event);">
                    <span id="LoginControl_PasswordRequired" title="Password is required." style="color:Red;visibility:hidden;">*</span>
                    <span id="LoginControl_cvFailureText" style="color:Red;display:none;"></span>
                  </div>
                  <div class="bo-bottom">
                    <div class="bo-button bo-buttonlogin">
                      <a id="LoginControl_LoginButton" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;LoginControl$LoginButton&quot;, &quot;&quot;, true, &quot;LoginControl&quot;, &quot;&quot;, false, true))">Log In</a>
                    </div>
                    <div class="bo-forgot">
                      <a href="PasswordRecovery.aspx">I forgot my password</a>
                    </div>
                  </div>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var Page_ValidationSummaries = new Array(document.getElementById("vsMain"));
    var Page_Validators = new Array(document.getElementById("LoginControl_UserNameRequired"), document.getElementById("LoginControl_PasswordRequired"), document.getElementById("LoginControl_cvFailureText"));
    //]]>
  </script>
  <script type="text/javascript">
    //<![CDATA[
    var vsMain = document.all ? document.all["vsMain"] : document.getElementById("vsMain");
    vsMain.validationGroup = "LoginControl";
    var LoginControl_UserNameRequired = document.all ? document.all["LoginControl_UserNameRequired"] : document.getElementById("LoginControl_UserNameRequired");
    LoginControl_UserNameRequired.controltovalidate = "LoginControl_UserName";
    LoginControl_UserNameRequired.errormessage = "E-mail address is required.";
    LoginControl_UserNameRequired.validationGroup = "LoginControl";
    LoginControl_UserNameRequired.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
    LoginControl_UserNameRequired.initialvalue = "";
    var LoginControl_PasswordRequired = document.all ? document.all["LoginControl_PasswordRequired"] : document.getElementById("LoginControl_PasswordRequired");
    LoginControl_PasswordRequired.controltovalidate = "LoginControl_Password";
    LoginControl_PasswordRequired.errormessage = "Password is required.";
    LoginControl_PasswordRequired.validationGroup = "LoginControl";
    LoginControl_PasswordRequired.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
    LoginControl_PasswordRequired.initialvalue = "";
    var LoginControl_cvFailureText = document.all ? document.all["LoginControl_cvFailureText"] : document.getElementById("LoginControl_cvFailureText");
    LoginControl_cvFailureText.display = "None";
    LoginControl_cvFailureText.validationGroup = "LoginControl";
    LoginControl_cvFailureText.evaluationfunction = "CustomValidatorEvaluateIsValid";
    //]]>
  </script>
  <script type="text/javascript">
    //<![CDATA[
    var Page_ValidationActive = false;
    if (typeof(ValidatorOnLoad) == "function") {
      ValidatorOnLoad();
    }

    function ValidatorOnSubmit() {
      if (Page_ValidationActive) {
        return ValidatorCommonOnSubmit();
      } else {
        return true;
      }
    }
    //]]>
  </script>
</form>

Text Content

IF YOU ARE A SAP PARTNEREDGE RESELLER, PLEASE READ BELOW PRIOR TO LOGIN. IF YOU
ARE A DISTRIBUTOR OR CUSTOMER, PLEASE DISREGARD BELOW AND LOGIN AS NORMAL.

Prior to accessing, we ask you, the authorized PartnerEdge Partner, to
acknowledge the terms and conditions applicable to any transactions executed in
this portal. By placing an order on the portal you confirm understanding and
agreeing to the following:
-The SAP n-tier Price List is a separate price list which SAP distinguishes from
the “SAP List of Prices and Conditions (indirect sales)” consisting of the “SAP
Pricing & Licensing Principles”, “SUR” and “SAP Price List for PartnerEdge
Channel Partners” for the Sell On Premise Model published on SAP’s
partner-dedicated website or directly provided to Partner by SAP as referenced
and defined in the SAP PartnerEdge Sell agreement.
-As a consequence, the SAP PartnerEdge Sell On Premise – Discount Letter does
not apply to the SAP n-tier price list.
-If available, discounts for transactions from this portal are automatically
deducted. The then current rates may be referenced from the SAP nTier Price
List. The discounts in the SAP nTier Price List prevail.
-Discounts stated in the SAP n-tier Price List cannot be combined with other
discounts offered by SAP.
-SAP Incentive Offers (rebates and promotions) that SAP may at times publish on
the SAP PartnerEdge portal do not apply.
-SAP PartnerEdge benefits, as described in the SAP PartnerEdge Program Guide do
not apply, namely, but not restricted to, Value Points, Market Development
Funds. Such entitlements are exclusively available for purchases from the
PartnerEdge Re-Selling Pricelist.
Login to the Customer Licensing Portal


CUSTOMER LICENSING PORTAL


E-mail address:
*
Password:
*
Log In
I forgot my password