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 info.publica@evk.admin.ch. ")//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 (" evk.admin.ch">E-mail ");
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>
did you already check this?
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/customizing the logon user interface of sap enterprise portal 6.0
and this?
http://media.sdn.sap.com/html/submitted_docs/ume/ume40_0_index.htm
Add a comment