Jump to content

Web Assistant log in to website


This topic is 3725 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I'm having trouble using Web Assistant to log into this website:

 

http://tongal.com/m/Welcome

 

I'm using this code:

 Let ( 
     setup = WAReset &
     WASetInputValue( "username" ; "<<our username>>" ) &
     WASetInputValue( "password" ; "<<our password>>" );
     WAGetURL( "http://tongal.com/m/Welcome" )
 )
 

Any suggestions?

Link to comment
Share on other sites

Hi

 

I am having the exact same problem. This process was working absolutely fne until recently.

We have not changed our code in FM and we have not changed anything on the web site that we are logging into.

I am guessing it is something to do with yet another Java update.

I have tried installing Java SE 7 update 40 but then the WebAssistant plugin complains I am not running Java when FM starts up...

 

@360Works, any ideas guys? We have a number of customer-facing processes that use this function and they are all broken right now. If you PM me I can give you a URL, username password and (previously working) FM code to test with.

 

Thanks

Michael


BTW we used to use TroiURL for this process. I have tested the odl code and it works fine which confirms that our code is good and the site is behaving normally.

Also, just to describe the symptom better, we set up the login WASetInputValue, then call the login page with WAGetURL. All we get back is the HTML for the login page - no failed login - no attempt to submit the login form on the page.

 

Thanks

Michael

Link to comment
Share on other sites

Hi again

After noticing that this process still worked on a couple of PC's I found that the ones that were working were still using v1.57 of the plugin.

I installed this on my PC and the process started working again.

@360Works, any idea why this should be the case?

Thanks

Michael

Link to comment
Share on other sites

This topic is 3725 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.