cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication problem

Former Member
0 Kudos

hi,

i displayed charts in htm file. when i use link as http://localhost/<webpage.htm>; it displays the charts but when irefered as http://<my system name>/<webpage.htm> it display as authentication required in chart area. it doesnt display any chart. how can do solve this? i set security in both query and display templates for all(everyone,admin etc..)

- senthil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Senthil,

Check where the html files are placed.

It should be present in the following path.

<Driver in which xMII installed>:\Inetpub\wwwroot\<Company Name>\<Apllication name>\xxxxxx.html

While giving the systme name it expects the authentiocation details ie user name and password.

Try with this URL.

http://<systemname>/Illuminator/PortalLogin.jsp?target=/<company name>/<application name>/xxxxxx.html&IllumLoginName=<username>&IllumLoginPassword=<password>&session=true

By using this you can access your webpage from others system also.

It works fine.

Hope this helps for you...

Regards,

Kishore

Former Member
0 Kudos

Hi,

First login to xMII,

then give whatever file you want to display

-Vijaya

Former Member
0 Kudos

hi,

i started xmii from start menu. i gave link in internet browser as http://<my system name>/webpage. here it display as authentication required in chart area.

- senthil