Quantcast
Channel: SCN: Message List - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all articles
Browse latest Browse all 4841

Re: Error calling BLS from oracle database

$
0
0

Hi Christian/Anushree,

 

I have now modified the URL by adding Illum login name and password:

http://<Host name>:50000/XMII/Runner?Transaction=<TRX_Path>&Material=MATNR&Pallet_id=PALLET&Plant=PLANT&Proc_order=PROC&…

 

When i run the url in browser it gives me the expected results but when i try to trigger it from Oracle i am still getting the error as below:

 

"<script>

  var inPortalScript = false

  var webpath = "/logon_ui_resources/"

</script>

 

 

<html>

<head>

<BASE target="_self">

<link rel=stylesheet href="/logon_ui_resources/css/ur/ur_ie5.css">

<title>User Management, SAP AG</title>

<script language="javascript">

var originWindowName=window.name;

window.name="logonAppPage";

function restoreWindow() {

try{

window.name=originWindowName;

} catch(ex){}

}

</script>

<script language="JavaScript">

function putFocus(formInst, elementInst) {

  if (document.forms.length > 0) {

    document.forms[formInst].elements[elementInst].focus();

  }

}

 

 

function setValuesAutoCreation() {

var form = document.getElementById('logonForm');

form.j_username.value="";

form.j_password.value="";

form.automaticAccountCreation.value="true";

}

function submitForm() {

var form = document.getElementById('logonForm');

form.submit();

}

function clearEntries() {

  document.logonForm.longUid.value="";

  document.logonForm.password.value="";

}

function setFocusToFirstField() {

myform = document.logonForm;

try{

   for (i=0; i<myform.length; i++) {

    elem = myform.elements[i];

    if (!elem.disabled) {

      elemType = elem.type;

      if (elemType=="text" || elemType=="password") {

       if (!elem.readOnly) {

          elem.focus();

          break;

       }

      }

      if (elemType=="select-one" || elemType=="select-multiple" || elemType=="checkbox" || elemType=="radio") {

        elem.focus();

        break;

      }

    }

   }

} catch(ex){

}

}

function addTenantPrefix() {

  return true;

}

</script>

</head>

<body class="urBdyStd" bgcolor="#F7F9FB" onLoad="setFocusToFirstField()" onUnload="restoreWindow()">

 

 

Thanks,

Darshan

 

 

 

 

 

 

 

 

 

 

 

 

<script language="JavaScript">

var blockPage = false;

</script>

 

 

 

 

 

 

<script language="JavaScript">

try {

  if (top.document.domain != self.document.domain) {

  blockPage = true;

  }

} catch (error) {

  // This will happen if the browser running the page tha"


Viewing all articles
Browse latest Browse all 4841

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>