cancel
Showing results for 
Search instead for 
Did you mean: 

ITS 6.20 standalone with R/3 4.6C

former_member524676
Discoverer
0 Kudos

Hi All,

I create a service in SE80 for LM01. I am acessing the ITS trough Chrome and IE,. At first, it was working, but after a few days is emerging the following problem. After the login screen when it should show the LM01 screen shows an HTML code (attached).


I´m already change parameters values, bur nothing works until now. IIf this has happened to someone and can share yours some experience with ITSMobile, I would greatly appreciate it.


Best regards!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member524676
Discoverer
0 Kudos

<!--

This page was created by the

SAP Internet Transaction Server (ITS, Version 6200.1045.13027.11, Build 1384417 WIN32, Virtual Server QAS, Add. service info none, WGate-AGate Host bane, WGate-Instance QAS)

All rights reserved.

Creation time:  Wed Apr 15 11:06:59 2015

Charset:        iso-8859-1

Template:       zwm004/99/internalerror

-->

  <!-- No session management -->

<html>

<!--

     Check default parameters and dependencies

  P: ~webgui_theme = 2002

  P: ~menu2002 = 1

  P: ~webgui_theme = 99

  P: ~theme = 99

  P: ~menu2002 =

 

Set persistent parameters

P: ~verticalscroll = 1

   -->

 

<head>

  <title>ITS System Information</title>

  <style type="text/css">

    html,

    body      { height: 100%; width: 100%; color: #172972; background-color: white; }

    #TitleTop { background-color: #172972; }

    #TitleSep { background-color: #BFBFBF; }

    #TitleImg { background-color: #172972; }

    #Title    { color: white; }

    #TitleTop { white-space: nowrap; }

    #TitleSep { font-size: 1px; height: 2px; }

    #TitleImg { overflow: hidden; }

    #TitleImg img { overflow: hidden; height: 30px; width: 86px; }

    #Title      { font-size: 10pt; }

    #Copyright  { font-size: 8pt; white-space: nowrap; }

    a               { color: #172972; }

    a:hover         { color: #8e236b; }

    a:visited       { color: #808080; }

    a:visited:hover { color: #8e236b; }

   

    /* Fonts */

    body,

    div, td,

    a, span    { font-style: normal; font-family: arial, sans-serif; font-size: 100%; } /* 11pt */

    #Title     { font-size: 90%; }                                                      /* 10pt */

    #Copyright { font-size: 73%; }                                                      /*  8pt */

  </style>

  <script type="text/javascript" src='/sap/its/mimes/system/99/script/its_utils.js'></script>

  <script type="text/javascript" defer="defer">

    if ("undefined" != typeof its_setdomain)

    {

      its_setdomain();

    }

  </script>

</head>

<body text="#172972" link="#172972" alink="#8e236b" vlink="#808080" bgcolor="white"

      leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">

  <!--  Navigation Bar Starts -->

  <table width="100%" border="0" cellspacing="0" cellpadding="0">

    <tr>

      <td id="TitleTop">

        <table>

          <tr>

            <td width="5"> </td>

            <td id="Title" nowrap="1">ITS System Information</td>

          </tr>

        </table>

      </td>

      <td id="TitleImg" valign="top" align="right"><img src="/sap/its/mimes/system/theme_saplogo.99.jpg" border="0" height="30" width="86" alt="SAP" /></td>

    </tr>

    <tr>

      <td id="TitleSep" colspan="2"></td>

    </tr>

  </table>

  <!--  Navigation Bar Ends -->

  <br />

  <br />

  <table>

    <tr>

      <td width="50" nowrap="nowrap"> </td>

      <td>

<h3>Internal Error</h3>

<p>

An internal error has occured in the ITS. The error can't be

qualified in more detail.

</p>  

<p>

The trace file may contain further information about this error.

</p>

      </td>

    </tr>

  </table>

  <table>

    <tr>

      <td width="50" nowrap="nowrap"> </td>

      <td nowrap="1">

        <span class="Copy">

          <a id="Copyright" href="http://www.sap.com/">&copy; 1996&ndash;2013, SAP AG</a>

        </span>

      </td>

    </tr>

  </table>

</body>

</html>

former_member194364
Active Contributor
0 Kudos

Hello Luciano,

What are the settings in your ITSMobile Service: zwm004

It looks like it is using WEBGUI elements from the HTML source code in your last post.

What 's the SAP_BASIS you are using on the R/3 4.6C?

See the link: Prerequisites to run ITSmobile - Wiki - SCN Wiki

Regards,

Oisin

former_member524676
Discoverer
0 Kudos

Hello Oisin,

we are using Basis Support Package 65 for 4.6C and this are the parameters thar i-m using:

~AUTOSCROLL0
~GENERATEDYNPRO1
~ITSVERSION6.20
~LISTSCROLLING0
~NOHEADEROKCODE1
~POPUPS1
~STYLEDHTML
~TRANSACTIONLM01
~WEBTRANSACTIONTYPEEWT

There are one thing, if a make a copy of the service, the new service works perfect well, for two or three days... then the message start again..

Thanks for your reply.

Regargs,

Luciano

former_member194364
Active Contributor
0 Kudos

Hi Luciano,

This is not an ITSMobile Service: zwm004. It is an EWT (Easy Web Transaction)

I would delete the parameter: ~ITSVERSION

and add the parameter

~theme 99

I am presuming your templates are stored under the path: zwm004\99\....

Regards,

Oisin