Focal Point
[SOLVED] logon object issue when i am using cookie

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/838105044

May 12, 2010, 02:53 PM
Ajit Das
[SOLVED] logon object issue when i am using cookie
In java code,i am using webfocuslogon method to get logoninfo object.
since i am passing cookie, i am passing blank userid and password for this method.

I am getting no fex output rc 1032 error.
Can anyone please let me know how to fix this issue.

This message has been edited. Last edited by: Kerry,


Web focus 7.6
Windows
All format
May 13, 2010, 08:59 AM
dlogan
Ajit Das,
Can you post the code you're using?

A 1032 from the Java API or web services typically means that the Managed Reporting logon credentials were not passed right.

Here is an example of that error:
http://techsupport.information...om/sps/20122099.html

If you post the code you're using it will be much easier to assist.

Typically the logon resource can be created with a userid and password, or with a cookie.

Based on your brief description of using both, it doesn't sound quite right.

However, if you post the code it should be more clear.

This message has been edited. Last edited by: dlogan,
May 13, 2010, 09:33 AM
Ajit Das
Thanks dlogan
it`s resolved now.

though we are passing cookie, we need to pass some non-blank username and password for the webfocuslogon method.

Since i was passing blank userid and password, i was getting that error.
With non-blank userid and password it`s working fine.

Regards
Ajit


Web focus 7.6
Windows
All format