AutoMate URC Blog

  • Home
  • •
  • Blog
  • •
  • Tutorials
  • •
  • Sample Tasks & Workflows
  • •
  • Knowledgebase
  • •
  • Support & Documentation
  • •
  • Versions
Support > Blog > Posts by Author

Subscribe to Blog Posts by: Dallas Li via RSS
Subscribe to Blog Posts by: Dallas Li via RSS
Blog Posts by: Dallas Li

Web Interaction Automation: The Task that Keeps on Giving

4/19/12 • by Dallas Li, in Ask an ASE • 0 comments •
Image for blog post

With gathering data off websites becoming a critical part of any organization, being able to automate web site interaction is vital. Automation can handle important yet routine tasks, like logging into a website to run reports, to free up your time for other, more important projects.

Read More

New Classes for AutoMate Online Classroom Training

4/19/12 • by Dallas Li, in AutoMate News • 0 comments •
Image for blog post

New online classroom training courses are now available. You can learn the basics or build upon your current understanding of AutoMate. AutoMate 9 classroom sessions stat May 15. AutoMate BPA Server 9 classroom sessions start July 10.

Read More

New Webinar Schedule: Automation in the New Frontier

4/17/12 • by Dallas Li, in Automation Strategy • 0 comments •
Image for blog post

Network Automation, Inc. is the mid-market leader in automation software that streamlines and integrates business processes without expensive programming. Join us for a 1 hour demonstration of AutoMate 9, an automation platform with a drag-and-drop development environment and other features that substantially reduce the total cost of the automation lifecycle.

Read More

Cloud Automation with Windows Azure Storage

3/20/12 • by Dallas Li, in Ask an ASE • 0 comments •
Image for blog post

The latest version of AutoMate offers a comprehensive set of new Windows Azure Storage actions supporting BLOB, Table, and Queue storage. As an example, let’s take a look of how to automate uploading a file to BLOB storage in just a few steps.

Read More

What to do when EXEs, BATs, Scripts, SQL Jobs and Stored Procedures Become Unmanageable

2/23/12 • by Dallas Li, in Ask an ASE • 0 comments •
Image for blog post

Learn how one of our system engineers worked with a nonprofit health insurance organization to feasibly automate all of their manual batch process, including more than 160 batches and more than 80 SQL jobs.

Read More

AutoMate Online Classroom Training

12/19/11 • by Dallas Li, in AutoMate News • 1 comment •
Image for blog post

Network Automation will now be offering four online classroom training courses. You can learn the basics or build upon your current understanding of AutoMate.

Read More

Automate SharePoint Uploads

12/12/11 • by Dallas Li, in Ask an ASE • 0 comments •
Image for blog post

Here's the dilemma: You need to synchronize a set of files from a network share to a SharePoint team site on a daily basis, but these files are not just going into one SharePoint document library. You have to evaluate each of their file names, look up their SharePoint destinations from a SQL database table, and upload each of them to the appropriate SharePoint library.

Read More

Get @Mentions Tweets and Populate to Excel

8/18/11 • by Dallas Li, in Task or Workflow of the Month • 0 comments •

This sample task connects to your personal or company Twitter account, reads all tweets in the @Mentions tab, populates them in an Excel spreadsheet by Date Created, Twitter Message, and Twitter User, and sends an email notification with an Excel attachment. This task allows you to automate the monitoring of all activities related to your Twitter account on a regular basis without having to logon to Twitter or manually parse through large volumes of data.

Read More

Archive Files Older Than 30 Days

4/23/08 • by Dallas Li, in Task or Workflow of the Month • 1 comment •

This sample task will loop through files in a folder and archive all files older than 30 days. It uses the "FileDateTime" function, which returns the last modified date and time of a file, as well as the "DateDiff" function, which returns the number of intervals between two dates.

Read More

Online Demonstrations and Implementation Services

2/27/08 • by Dallas Li, in AutoMate News • 2 comments •
Image for blog post

Welcome to the World of AutoMateWe at Network Automation understand that companies don"t always have the resources or time to learn and apply new software. That"s why we offer a line of services that provide customers with an introduction to our product and their uses. Even if you have some experience with AutoMate, it can still be overwhelming to implement a new product in an organization"s existing infrastructure.

Read More

Tutorial - Interacting with a Drop-Down Menu

1/28/08 • by Dallas Li, in AutoMate News • 0 comments •
Image for blog post

BPA Server 7 and AutoMate 6 Professional are ideal tools for automating the procedure of interacting with controls available in a webpage, application, or other type of interface.

Read More

Tutorial - Join Us on a Tour of the AutoMate User Resource Center

10/29/07 • by Dallas Li, in AutoMate News • 0 comments •
Image for blog post

The User Resource Center (URC) is the main portal to Technical Support, AutoMate news, and Resources for AutoMate 6 and AutoMate BPA Server 7. This tutorial will show you how to access the URC on our website to find answers to your technical questions and connect with other AutoMate users like you.

Read More

Training: New Features of AutoMate BPA Server 7

8/8/07 • by Dallas Li, in AutoMate News • 0 comments •

From the previous AutoMate Training, we had an overview of our newest product: AutoMate BPA Server 7. In this issue of AutoMate Training, we will look at AutoMate BPA Server 7's new features and its differences from AutoMate 6 more in depth.To start off, let's look at the most significant difference from AutoMate 6 - the new architecture.

Read More

AutoMate Training: An Introduction to AutoMate BPA Server 7

7/24/07 • by Dallas Li, in AutoMate News • 0 comments •

This module introduces our newest product, AutoMate BPA Server 7, and demonstrates some of its powerful features. AutoMate BPA Server 7 is a major development in automation across multi-machine. Building on the foundation of the award-winning AutoMate 6 platform, AutoMate BPA Server 7 offers more power and features to automate business processes without writing code.

Read More

Looping and Sending E-mails from a List

5/17/07 • by Dallas Li, in AutoMate News • 0 comments •

Looping is one of the powerful action groups of AutoMate. Building upon the previous module, we will continue with the looping concept. In this tutorial, we will demonstrate how to read each line of data from a list, then each item from the line until the end of the file. After gathering the data from the file, we will use AutoMate's Send E-mail action to send out an e-mail.

Read More

AutoMate Tutorial: Looping with Excel

3/21/07 • by Dallas Li, in AutoMate News • 0 comments •

Microsoft Office Excel is a very popular spreadsheet application and is widely used in the office for data reports and analyses. In this tutorial, we will demonstrate how to read each row of data from an Excel workbook until the end of the file. The task will utilize AutoMate's built-in Excel and Loop actions. We will also explore the use of an expression further in this tutorial.

Read More

AutoMate Tutorial: Terminal Emulation

2/15/07 • by Dallas Li, in AutoMate News • 0 comments •

AutoMate's built-in terminal actions are going to be introduced in this tutorial. Using the terminal actions, legacy systems can be automated in the background without the use of third-party software. This tutorial will demonstrate how to create an automated task to log on, send and get text from a Linux machine or any other non-Windows machine.

Read More

New AutoMate Tutorial: Download Stock File from Web

1/12/07 • by Dallas Li, in AutoMate News • 0 comments •

Building upon the actions introduced from the previous tutorial, we are going to create an AutoMate task to open a webpage, search for a stock symbol, and download the stock report. This tutorial will demonstrate how to use various AutoMate actions to interact with a web browser including the time it takes a new webpage to load.

Read More

AutoMate Tutorial - Web Login

11/13/06 • by Dallas Li, in AutoMate News • 0 comments •

Logging into a secured web account to download files or to retrieve data is a common process in today's world. This tutorial will demonstrate how to log in to a web account automatically by using the AutoMate's Interactivity and Internet actions.

Read More

Tutorial: SQL Query a CSV File

9/11/06 • by Dallas Li, in AutoMate News • 0 comments •

This tutorial will introduce a new action, SQL Query and demonstrate how AutoMate can retrieve and make use of the information from databases, or a CSV file in this example. A CSV file is also known as a comma separated values file, which has data fields separated by commas and records separated by new lines.

Read More

Older

Search the URC

Subscribe to Version History via RSS
Subscribe to Version History via RSS
Version Watcher

9.0.1.0 changelog
9.0.1.0 changelog
other versions downloads

Contribute

Upload a Sample Task Post to our Discussion Forums
in our blog: Ask an ASE, AutoMate News, Automation Strategy, CEO Corner, Founder's Corner, In the News, Inside Development, Meet Our Team, Success Story, Task or Workflow of the Month, Tech Talk, Thread of the Month, Webinar Schedule

Subscribe to Latest Resources via RSS
Subscribe to Latest Resources via RSS
Latest Resources

Resources to include:
Save Changes
show filter options
  • blog
    post
    Are Your SMB Operations Leading or Lagging? Network Automation Outlines the Top 6 IT Pain Points Hindering SMB Growth
  • blog
    post
    New Classes for AutoMate Online Classroom Training
  • blog
    post
    Web Interaction Automation: The Task that Keeps on Giving
  • blog
    post
    Automating FTP Encrypted Files Becomes a Transatlantic Effort -- Part II
  • blog
    post
    Email Integration and Automation in Customer Relationship Management
  • blog
    post
    New Webinar Schedule: Automation in the New Frontier
  • blog
    post
    How is IT Consumerization Affecting Your Business? The Emergence of DIYI
  • knowledge-
    base
    Error Message: "A problem occurred while initializing the AutoMate 8 Task Interpreter: Could not initialize AMWorkflowPrm.dll. AutoMate may need to be reinstalled to correct this. (HR: 0x800703fa)"
  • knowledge-
    base
    Connect Terminal Action error: this=>AddSession (inConfigResource, inLocal...
  • version
    history
    Version 9.0.1.0 Released!
  • version
    history
    Version 9.0.1.0 Released!
  • blog
    post
    Automating FTP Encrypted Files Becomes a Transatlantic Effort
  • blog
    post
    AutoMate™ Web Scraping — A Solution for Murphy's Law of Data Extraction
  • blog
    post
    NYC Health Care Provider Uses Audit System to Cure Overworked IT Department
  • blog
    post
    Cloud Automation with Windows Azure Storage

Subscribe to Forum Posts via RSS
Subscribe to Forum Posts via RSS
Forum Posts

  • 5/16/12 12:10am Triggers Failing
  • 5/10/12 4:28pm Concatenate oldest part of .txt file
  • 5/1/12 9:21am What Kind of Key Encryption does Automate use?
  • 4/26/12 12:44pm SQL session or SQL connection in BASIC script
  • 4/6/12 11:51am Check if program on a non-Automate server is running
  • 4/6/12 7:12am Hung tasks pile up
  • 4/4/12 9:52am Stop's running tasks
 
A BBB Accredited business since 05/11/1999 Find Network Automation on Facebook Follow Network Automation on Twitter
© 2004-2012 Network Automation, Inc. All worldwide rights reserved
  • Blog |
  • Privacy Statement |
  • Contact Us |
  • Sitemap
Welcome to Network Automation, developers of AutoMate and AutoMate BPA Server
Sign In  •  My Account  •   Contact Us  •     
Network Automation Software Home full menu
  • Overview
    • Why Business Process Automation?
    • An Introduction to Business & IT Process Automation
    • Business Process Automation Solutions by Industry
    • Business Processes That Are Commonly Automated
    • Business Process Automation Solutions for People
  • Products
    • AutoMate 9
    • BPA Server 9
    • Features
    • Demo Videos & Recorded Webinars
    • AutoMate in the News
    • Literature & White Papers
  • Services
    • Online Classroom Training
    • Personalized Training
    • Product Implementation
  • Downloads
  • Purchase
    • AutoMate & BPA Server
    • Product Maintenance
    • Product Training
    • Implementation
    • Product Support
    • Purchase From a Reseller
  • Partners
    • Find a Partner
    • Partnership Overview
    • Partnership Benefits
    • Apply for Partnership
    • Partner Portal
    • Lead Registration
    • Contact
  • Support
    • Blog
    • Tutorials
    • Sample Tasks & Workflows
    • Knowledgebase
    • Online Technical Support
    • Version History
    • Forums
  • News
    • AutoMate in the News
    • Blog
    • Press Releases
    • Case Studies
    • Automation Webinar
  • Company
    • About NAI
    • Management Team
    • Contact
    • Logo Downloads
Questions? email | (888) 786-4796