cancel
Showing results for 
Search instead for 
Did you mean: 

Application Integration /User Mapping - EP6.0

Former Member
0 Kudos
177

Hi all,

I have tried to integrate a website with login (userID and password) - unfortunately without any success.

In the following part I describe what I did and will give the source code of the website, so if anyone can give me support, I would highly appreciate that..:-)

********************************************************

This is my error message

Portal-Laufzeitfehler

Fehler aufgetreten bei der Verarbeitung eines Request für :

iView : N/A

Komponentenname : N/A

[B.

See the details for the exception ID in the log file

com.sap.portal.appintegrator.sap.Generic::Generic/SSOLayer

Parameter Dump

SSO2Template

System Publica_Topclass

UserMappingTemplate xx=

<!TopClass Begin Ignore>



<!TopClass End Ignore>



Anmelden / Connexion

var TCArgs="login";
var TCLocation = "Anmelden / Connexion";


















<!-- -

-


-->

<!-- Beginn Benutzer-Begruessung im Top -->

<!-- -

-


-->


var ConStatus = "";

if ( ConStatus != "" ) {
document.write ("Guten Tag, . Ihr Benutzerstatus: .");
}

else {
document.write ("Support: Tel.

031 322 64 11

/ E-mail <a href="mailto:info.publica@evk.admin.ch"><font color="white"><b>info.publica@evk.admin.ch</b></font></a>. ")

//document.write ("Sie sind nicht angemeldet.");

}

</script>

<!-- -

-


-->

<!-- Ende Benutzer-Begruessung im Top -->

<!-- -

-


-->







 










  






if (this.name != "Mailbox") {
if( this.TCLocation && this.TCLocation != "" ) {
document.write( this.TCLocation );
}else{
document.write( " " )
}
}



 











TCAddToMenuBar( "top_options", 80, 18, "Optionen", 0, 0, TCTopMenuButtons );
TCAddToMenuBar( "top_login", 80, 18, "Anmelden / Connexion", TCPathToTopClass + "Login", 0, TCTopMenuButtons );
//TCAddToMenuBar( "top_gettingstarted", 80, 18, "Erste Schritte", "javascript:TCDoTopMenu( 'help/info.html' );", "top_options", TCTopMenuButtons );
TCAddToMenuBar( "top_help", 80, 18, "Hilfe", "javascript:TCDoTopMenu( 'chelp/german/student/login.htm');", "top_options", TCTopMenuButtons );
//TCAddToMenuBar( "top_wbt", 80, 18, "WBT", "javascript:TCDoTopMenu( 'http://www.wbtsystems.com');", "top_options", TCTopMenuButtons );

if (this.name != "Mailbox") {
doTopMenu();
}










<!-- -

-


-->

<!-- Zweiter Table für Navigation und Content -->

<!-- -

-


-->






!/topclass/icons/tc5style/common/evk_nav_top_spacer.gif|height=15|width=141|src=/topclass/icons/tc5style/common/evk_nav_top_spacer.gif|border=0!

<!-- -

-


-->

<!-- Anfang Table UserMails und Supportinfos -->

<!-- -

-


-->







if (ConStatus != "") {

document.write (" !/topclass/icons/tc5style/common/evk_support_top.gif! ");

document.write (" ");
document.write (" ");
document.write ("

");

document.write (" ");

document.write (" ");
document.write ("

");
document.write (" ");
document.write (" Tel. 031 322 64 11 ");
document.write ("

");

document.write (" <a href="mailto:info.publica@evk.admin.ch"><font color="black">E-mail</font></a> ");

document.write (" </font> ");

document.write (" </td> ");

document.write (" </tr> ");

document.write (" </table> ");

}

</script>

<!-- -

-


-->

<!-- Ende Table UserMails und Supportinfos -->

<!-- -

-


-->

 



<!-- -

-


-->

<!-- Content wird hier aufgebaut -->

<!-- -

-


-->

Autorisation erforderlich / Autorisation nécessaire







Benutzername / Nom utilisateur:

Kennwort / Mot de passe:


<!TopClass Begin Ignore>


<!TopClass End Ignore>





initNetMenus();

<!TopClass Begin Ignore><!TopClass End Ignore></BODY>

</HTML>

Accepted Solutions (0)

Answers (1)

Answers (1)

Oliver_S
Product and Topic Expert
Product and Topic Expert
0 Kudos