Error of sign in

298 views
Skip to first unread message

banerjee...@gmail.com

unread,
Jun 30, 2014, 4:30:48 AM6/30/14
to suppor...@runmyprocess.com
I have created a custom login page using this link
http://docs.runmyprocess.com/Developer_Guide/Web_Interface/User_Experience/Custom_Login_Page

Now when i am trying to sign in it showing
ERROR (400)
For input string: "undefined"

plz help..

Bidisha Das

unread,
Jun 30, 2014, 5:18:09 AM6/30/14
to suppor...@runmyprocess.com

Hi Somjit,

To create a login page, you must make your Web Interface as “public”. In order to do this, go to implementation tab of your Web Interface & set visibility as public. Also  along with login & password text box on your WI, you need to take one more text input P_target where you need to initialize  the url  you want to redirect on login as default value.

 

Thanks & Regards

Bidisha Das




--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/29fb5537-006c-4864-8221-62ccb32e1093%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

Somjit Banerjee

unread,
Jun 30, 2014, 5:39:45 AM6/30/14
to suppor...@runmyprocess.com
Hi Bidisha,
I have the WI as public but could you give the screenshot of this part ("with long with login & password text box on your WI, you need to take one more text input P_target where you need to initialize  the url  you want to redirect on login as default value.") 


You received this message because you are subscribed to a topic in the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/24a-kaN2AbQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum...@runmyprocess.com.

To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.

Bidisha Das

unread,
Jun 30, 2014, 6:21:17 AM6/30/14
to suppor...@runmyprocess.com, banerjee...@gmail.com
Hi Somjit,
I have attached the screen shot below.Please let me know if it helped.In place of the url,you can paste your own url in P_target which you want to redirect to on login.

Thanks & Regards
Bidisha

On Monday, June 30, 2014 3:09:45 PM UTC+5:30, Somjit Banerjee wrote:
Hi Bidisha,
I have the WI as public but could you give the screenshot of this part ("with long with login & password text box on your WI, you need to take one more text input P_target where you need to initialize  the url  you want to redirect on login as default value.") 
On Mon, Jun 30, 2014 at 2:48 PM, Bidisha Das <bd...@runmyprocess.com> wrote:

Hi Somjit,

To create a login page, you must make your Web Interface as “public”. In order to do this, go to implementation tab of your Web Interface & set visibility as public. Also  along with login & password text box on your WI, you need to take one more text input P_target where you need to initialize  the url  you want to redirect on login as default value.

 

Thanks & Regards

Bidisha Das

On Mon, Jun 30, 2014 at 2:00 PM, <banerjee...@gmail.com> wrote:
I have created a custom login page using this link
http://docs.runmyprocess.com/Developer_Guide/Web_Interface/User_Experience/Custom_Login_Page

Now when i am trying to sign in it showing
ERROR (400)
For input string: "undefined"

plz help..

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to a topic in the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/24a-kaN2AbQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum+unsubscribe@runmyprocess.com.

To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
Custom Login Page.png

Bidisha Das

unread,
Jun 30, 2014, 9:50:25 AM6/30/14
to suppor...@runmyprocess.com, banerjee...@gmail.com
Hi Somjit,
The Custom Login page is working fine with valid domains.I think you are missing some parameters. Let me describe you properly:For  Login Text box,Variable=P_login , Password Text box,Variable=P_password, Sign in Button- Login variable- P_login,Password variable-P_password. Take a text box P_target & paste your url as I have mentioned above.On login,it would lead to this url. Now comes the 2nd part: You create a custom list "Google Domain" & add a valid domain like label:google.com & value:google.com. Take a drop down list on WI & select the custom list in that with value variable "google_domain".Now take 1 more button Sign in & execute the following script in that:   var P_target = decodeURIComponent("[[P_target]]");
                              if (P_target.indexOf("?") != "-1") {  
                            window.location = P_target + "&from=google&domain=" + "[[google_domain]]";  
                            }  
                           else {  
                          window.location = P_target + "?from=google&domain=" + "[[google_domain]]";}  It worked for me.Check it out.And ya,you can add the domain to your account through configuration->new domain.That would allow you to access RMP through that domain.

Thanks & Regards
Bidisha


Reply all
Reply to author
Forward
0 new messages