 |
|
1.How to set conditions on a whole page content?
2.What is clicking sound I hear when Manager is working and how to remove it?
3.How to send a notification to a cell phone?
4.I am extracting large volume of data from a web site and saving it into CSV file. How do I know when processing is completed?
5.I want to run my script manually. How do I prevent it from being scheduled and run regularly?
6.How do I map a multiple field if its first instance is empty?
7.I run a script with multiple pages. Why EyeOnWeb stops before retrieving data from from all pages?
8.Why I am getting 'timeout' exception when running the script?
1.How to set conditions on a whole page content?
Highlight the whole page and add it as a field to the map. Then set conditions as usual.
2. What is clicking sound I hear when Manager is working and how to remove it?
This sound is defined on the operating system level; it is the same sound that you hear when you click on a link in your browser. To remove it, go to Control Panel - Sounds and Multimedia Properties, in tab Sounds find sound event Start Navigation, and set name of the sound file to None.
3.How to send a notification to a cell phone?
Send e-mail notification to mobilenumber@txtdomain , where txtdomain is provided by your phone company. Here is a list of txtdomain names for some phone companies:
Verizon vtext.com
ATT mobile.att.net
T-Mobile tmomail.net
Sprint PCS messaging.sprintpcs.com
Cingular mobile.mycingular.com
Text messaging must be enabled on your phone. Text message size is restricted, and if a notification is longer than maximum allowed size (usually 160 characters), it will be truncated.
4. I am extracting large volume of data from a web site and saving it into CSV file. How do I know when processing is completed?
Check Last Run timestamp in Manager. It will be updated when processing is finished.
5. I want to run my script manually. How do I prevent it from being scheduled and run regularly?
In Manager select the script and uncheck Enabled option.
6. How do I map a multiple field if its first instance is empty?
Map a larger field that encompasses your field. Then use Parse attribute to extract value of your field.
7. I run a script with multiple pages. Why EyeOnWeb stops before retrieving data from from all pages?
You can set a number of pages to retrieve in Designer - Specify notification criteria tab. Default value is 5.
8. Why I am getting 'timeout' exception when running the script?
To find out, open the script in Designer. You will see why navigation to the target page cannot be completed.
|