ODK Blank Form Error /Downloading Error "collect cannot reach the server?" - odk

i have installed the ODK Aggregation it work perfectly , but when i try to get Blank Form in ODK Collect it cannot download. it show the form it mean the server URL , User Name and Password are correct when i push the button to download it show the following error. "Collect Cannot reach the server http://MY_DOMAIN.com. Did you enter the URL correctly? if you keep having this problem, report to the person who asked you to collect the Data." if my url or password does not match then why ODK collect show my form with same name ID. Any one please

ODK Aggregate has reached of end-of-life is no longer supported. Switch to ODK Central to resolve this problem.

Related

Gmail: Couldn't sign you in (automation)

When trying to login into gmail Couldn't sign you in error is displaying in automation
Scenario: I have a automation test case which performs login to gmail and read email content present in inbox.
From last one week this test case getting failed due to Couldn't sign you in error
Full error message:
You're using a browser that Google doesn't recognize or that's set up in a way we don't support.
To keep your Google Account secure, sign in on another browser or change your browser's settings. Learn more
Error page link
Note: This work's in local machine but failing in AWS EC2 server
As per this link google restricts automation but for me its working in local machine!
Need help to resolve this!
Try the following Steps:
First Enter emailid using SendKeys, than Inside the Email text box SendKeys (Keys.Enter) rather than clicking next button.
Same goes for Password field.

How to fetch data from a database through a web service URL in VS 2017

I am new to this, I have a web service someone set for me in a distant server where a database resides, I have:
web service URL
username
password
universe
1 parameter which is person's ID.
Query is all set, all I need to input is the person's ID for it to return the phone, so basically I need to retrieve persons phone number based on his/her ID and save that returned string as an string variable to be further put in a text box.
Would be ideal to have this executed when a form is loaded, don't know if that is possible.
Searched many sites and none explained how to proceed with plain Visual Basic/.net forms, only ASP and C#.
Hope my description is good, I am using VS 2017.
Please help.
Thanks a million
Probably by adding Service Reference of that WebService URL and then you could call the methods after creating instance of the same to fetch the result.

Login page in sencha architect

Am stuck with the login page i followed the steps given in the below link and got almost but not able to login
http://docs.sencha.com/architect/2/#!/guide/views_forms_touch
In my json file i have Name, id, Mobile, etc., so i used Name for username and Mobile for the password, just for a change but am not able to login..
From the above link i found that field name in config is one which is referring(i guessed from the link since its mentioned "Change its name config to username") so i changed username field's name config to Name and password field's name config to Mobile but the result is loginfailed..I think from the code above it should display login is successful if username and password is correct..I just modified a little according to my json file that is Name in place of username and Mobile in place of password, yet the result is same(Login failed)..Am in dilemma what should i refer whether its name or id in config..For source i have posted my json file as text format and my architect folder in the forum http://www.sencha.com/forum/showthre...983#post952983
Can anyone pls check it and tel me..
Thanks in advance!!!!
Your code displays login failed when the request to
http://csi01:888/SenchaService/Sencha.asmx/GetUserList
fails. As the very first step I would test it in the browser and check the inspectors network tab to see what request goes out and what fails there. It seems to me that your problem is not in the sencha code but something on the server side code.

Can I use Contact Form DB plugin in my wordpress site for saving and displaying data without sending emails

I want to create a wordpress custom plugin for saving three fields of data and also an image of the same from wp-admin area for every item. It should be able to display all these items in a page.
When I searched for a plugin I found Contact Form DB plugin which can be used as contact form 7 plugin extension for saving data send through it..
http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/
Can I use Contact Form DB plugin in my wordpress site for saving and displaying data without sending emails? It also sends email but I only want to store and display data.
Another problem:- I'm already using a contact form from contact form 7 plugin for sending email enquiries.. Will the changes for saving data in contact form 7 affect its working?
Please help me with any reference or solution as I'm new to wordpress and currently don't know about plugin development.
Any help will be greatly appreciated..
Thanks in advance.
You can use wpcf7_before_send_mail action hook to prevent form being sent to email..
(I have tested this with "Contact Form DB" plugin - it saves data before email is filtered)
To filter only specific Form IDs - use something like this:
function wpcf7_skip_email_sending($wpcf7_data)
{
if ( in_array($wpcf7_data->id(), array(2,3,7)) ) {
$wpcf7_data->skip_mail = true;
}
}
add_action("wpcf7_before_send_mail", "wpcf7_skip_email_sending");
(For older CF7 version you might have to change $wpcf7_data->id() to $wpcf7_data->id)
If you setup the Contact form 7 and put in a junk or noreply email address to send the message to on Contact form 7 it will still log the message being sent in the contact form DB
So in the shortcode template send message to junk#yourdomain.com and whenever a user submits it will try to send to that email and will still log the email as being sent. Personally I would actually create that email address so that your smtp doesn't get flooded with bounce back from smtp server.
To avoid sending emails, without even touching the files, the fastest way is to add in the additional settings tab
demo_mode: on
or
skip_mail: on
With Contact Form DB both works fine. The difference is that demo_mode won't work with Flamingo.

PerformancePoint dashboard permissions problem in MOSS

I have a PerformancePoint dashboard running in MOSS 2007 portal. The dashboard consists of one SSRS 2005 report, running in SharePoint Integrated mode.
NT Authority\Authenticated Users have read permissions to the report library containing the SSRS report, the dashboard, and the report library containing the dashboard.
Users that attempt to access the dashboard receive the following error message:
The permissions granted to user
'DOMAIN\firstname.lastname' are
insufficient for performing this
operation. (rsAccessDenied)
Users that then click on the direct link to the report in MOSS will see the report with no problem. Subsequent visits to the dashboard show the report with no problem.
The report is using a data source that is located one folder up from the report location. The report has been updated to point to the correct shared data source after deployment. Both the report and the data source have been published. The data source is using stored credentials, with a domain service account that has been set to Use as Windows credentials. This service account is serving other reports in other areas with no problem.
Edit:
Ok, I've gotten a lot more information on this problem. The request is never actually being made to the data source. The user comes in to the dashboard and requests a report for the first time using their kerberos token identifying themselves. The report looks in the Report Server database and finds that they are not listed in the users table and generates this rsAccessDenied error. Once they view the report directly their name is in this table and they never have the problem again.
Unfortunately, removing the user from the Users table in the RS database doesn't actually cause this error to happen again.
Everything I've read says that when you run a Report Server in MOSS integrated mode all your permissions are handled at the MOSS report library level, and all Auth users have permissions to the report library, as stated earlier. Any ideas?
It sounds like the dashboard page is not passing credentials to the report server. Because you stated if the user hits the report directly it works and then if they go through the dashboard it works. So does it stop working after a certain period, indicating a cached session?
I would look carefully at the properties on the dashboard in performance point to see if it is passing credentials or trying to use anonymous. I hope this isn't a case of double hop and Kerberos :(
I'm not sure if this is actually the same issue, but you could double check that the data sources are set to "Approved", not "Pending". It's a stretch, but it's worth a shot.
I implemented a work-around:
created a fake report
on the page with my report, created a content editor web part consisting of the following:
<iframe style="display:none;" src="https://link/to/my/report.rdl"></iframe>
I tested with another user that was experiencing the error, and they are no longer experiencing the error with my new and improved page.
I know this is a kludgy, and might even be dependent on the loading order of the page. Therefore, I would really like to find out what's causing this issue so I can fix it for good.
Edit:
I don't want to accept my own answer, since it's just a work-around. If anyone can post anything relevant to the user name placed into the Report Server DB and how that relates to SharePoint Integrated mode, you'll get the bounty.

Resources