cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Service List

Former Member
0 Kudos
48

Hello,

maybe a newbie question. I developed an Portal Service (not a webservice) and deployed it. It runs well. But where do I find the Service Conditions like a list of all Portal Services, Aliases and if they are running and so forth. I looked in SystemAdministration -> Systemconfiguration -> Service Konfiguration but I can´t find it. pls give me a hint.

Regards,

Marcus

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Marcus,

under System Administration -> System Configuration -> Service Configuration, you only see the configurable services. This makes sense, because from there you can also restart a service, but restarting should only be needed if configuration has changed.

You can see a list of the running services and their naming within the (strange enough) ...error.log under .../cluster/server/managers/console_logs. This at least holds for EP6 SP2.

Hope it helps

Detlev

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Marcus,

You can use the Application Console (System Configuration->Support->Portal Runtime ->Application Console )to see all portal Applications. After you select your application to see more details about your par file, you can see the alias, the dependencies of your application, and see also the portal services included in your par file.

These portal services are visible in the list only if the service is startup equals true or if other portal application have access to your service.

Best Regards,

Fabrice

Former Member
0 Kudos

Thanks for your help. Surprising, maybe I should write an Iview who display the information.

Thanks,

Marcus