cancel
Showing results for 
Search instead for 
Did you mean: 

iChart Image Authentication Issue

Former Member
0 Kudos

Trying to add chart images to my page -- I've tried using IllumLoginName & IllumLoginPassword within the querystring. I've also tried the UserName & Password query string parameters. Neither set works -- I am just getting a Red X within my Image.

Is there anything else I can try to use within my querystring for authentication?

If not, anybody know a way for me to do a web request and grab the JSESSIONPROXY cookie?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Could you share the Image source URL (with the /ChartServlet?.... and so on)

Former Member
0 Kudos

Sure this is what is currently pointing too (I've tried many variations from this....)

http://(server)/Lighthammer/ChartServlet?Width=640&Height=400&QueryTemplate=(template)&DisplayTempla...

Former Member
0 Kudos

This is tha value of the SRC attrib in the <IMG> tag right?

Try using 'localhost' and do away with the login and password as this would anyways be generated on the server and then sent over to the client.

Give it a shot.

A question - If you use the same URL on a browser - does it fail even then?

Former Member
0 Kudos

Im trying it right now --- yes it is the SRC/URL within the image tag.

I did try it in the browser and yes it does come up with an "SAP Error" screen. I'll post back on the "localhost" attempt in a minute

Former Member
0 Kudos

localhost with in the URL didn't work either.....

Former Member
0 Kudos

when using the url of the server name (not localhost), add "&Session=true" to the URL.

http://<servername>/Lighthammer/ChartServlet?Width=640&Height=400&QueryTemplate=(template)&DisplayTe...

Former Member
0 Kudos

Sorry to hear that.

I just checked the help and it says

IMG SRC="/Lighthammer/ChartServlet?.... May be that'll work.

and what is the "SAP Error" screen?

Former Member
0 Kudos

Youre my boy Blue!

That fixed it!

Former Member
0 Kudos

Good Stuff!

Answers (0)