cancel
Showing results for 
Search instead for 
Did you mean: 

ERP2005 Integrated ITS: Default Ports?

Former Member
0 Kudos

Hi,

our old 4.6 System was migrated to ERP2005.

I am supposed to connect the existing EP Portal to ESS:

Is there a default port, that is used by the internal ITS? I checked SMICM and ICF, but it looks like as if the migration has set up the internal its and it needs to be re-configured. Since the actual Port is "0", I am uncertain as to what port to assign.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Holger

I don't think there exists a migration path from external ITS pointing to a 4.6C system to an integrated ITS in an ERP 2005 system.

In order to use the Integrated ITS you need to start enabling the WebAS first.

- follow the steps to setup WebAS (that's where you would determine the port and URL that is to be used).

- only if WebAS is working can Integrated ITS be used.

- enable the Integrated ITS and active the services you want to use.

- default services are e.g. IT00 and webgui - all other services have to be created one by one.

- publish templates for all those services including services WEBGUI, SYSTEM, IAC to location INTERNAL (in SE80)

Now if you followed all those steps already, then you should know the Port that is used by WebAS and then you can use this Port in the EP settings.

Please let us know if you need more details.

best regards

Gerd

athavanraja
Active Contributor
0 Kudos

once WebAs is enabled as suggested by Gerd, you can get the host/port deatils using this FM. just run it from SE37


data: server type string ,
      port type string .
call function 'TH_GET_VIRT_HOST_DATA'
   exporting
     protocol             = 1
     virt_idx             = 0
*   LOCAL                = 1
  importing
    hostname             = server
    port                 = port
  exceptions
    not_found            = 1
    internal_error       = 2
    others               = 3 .

Regards

Raja

Answers (0)