cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to login through App integrator Iview

Former Member
0 Kudos

Hello Everybody,

My requirement is that i wish to integrate a Peoplesoft application with EP and would like to provide SSO through user mapping and i am using an Appintegrator iview for this purpose. e.g.URL of the login page of the application is "http://my.in.company.com:8020/psp/hXYZ" and in the source code of this page action on submit is "https://my.in.company.com/pAuthenticate.asp" and "userid" and "pwd" are the fields name in the form. Now my query is that how i should fill up the System Definition properties like 'Name of the Server', 'Port No', 'Protocol of Target System', 'URI of web application'. I have already filled these properties with different values and mapped the user with this system, and have created an Appintegrator iview for connecting to this system but all the time either i got the login page again or "page can not be displayed" option. I have specified correct values in the iview's Generic Launcher properties. Kindly tell what value i should put in the System properties so as to login to this system by User mapping . I have already tested this with yahoo and its working fine, dont know why its not working in this case, may be bcoz of port number or protocol change. A proper reply will be suitably rewarded.

Thanks in advance,

Regards,

Sarabjeet.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi sarabjeet,

Tell me if u have selected user mapping as user,admin or SAP Logon ticket,

the uri is always the part after slash i.e.

http://<server>.com/uri

make sure u have typed in the correct uri,

hope this wil help

reply if some problem,

if this answer help,

Reward points

Regard

Naveen Gupta

Former Member
0 Kudos

Hi Navin,

Thanks for your reply, i have selected the user mapping as user,admin and i also know that URI is the part after '/', i have already tested integration with Yahoo mail and its worked fine but when i am connecting it to one my intranet application , its not getting connected. I have typed the absolutely correct URI, you can check it in the forms on submit action mentioned above.Very confusing dear.

See if you could do something in this regard.

Thanks,

Sarabjeet.

Former Member
0 Kudos

Hi Sarabjeet,

Give the value for the property <b>URI of Web Application</b> as <b>/PACEauthenticate.asp</b> and try.

(Note the <b>/</b> before the asp file name)

Please try and get back.

Regards

Ranjith

Former Member
0 Kudos

Hi Sarabjeet,

The problem may be with the properties that you have specified for the iview. Can you list the values for the different properties for the System and iview that you have created?

Or, try hardcoding the URL template in the iview properties. e.g. try giving "https://my.in.company.com/<System.uri>?<Authentication>"

Hope this helps you.

Regards

Ranjith

Former Member
0 Kudos

Hi Ranjith,

Thanks for your reply, i am mentioning all my settings hereunder:

Iview Properties are:

System: My_System

URL Template:<System.protocol>://<System.server><System.uri>?<Authentication>

Url template fraction for User Mapping: userid=<MappedUser>&pwd=<MappedPassword>

and System Definition properties are:

Name of the Server: my.in.company.com

Protocol of Target System: HTTPS

URI of Web Application:PACEauthenticate.asp

I would like to add here that on the login page form(URL of login page is "http://my.in.company.com:8020/psp/hPACE" ), action onsubmit="https://my.in.company.com/PACEauthenticate.asp", so i feel my settings are correct. One more thing when i usually login to that application by entering my login id and password( Not through EP), i always get a security alert dialog box first and when i click yes then only i get the services page. Today when i previewed the Iview in the portal with the above mentioned settings i got the security alert dialog box

and when i clicked yes, again i got the "page can not be displayed" mesage.

I hope there must be something wrong which i am not able to figure out, Awaiting reply.

Thanks and regards,

Sarabjeet.