Category Archives: Software

Garmin Updated BaseCamp Software to Version 4.1.2

Garmin BaseCamp 4.1.2 - v.4.1.2 - 50.87 MB

Garmin has released version 4.1.2 of the BaseCamp software, which includes 11 fixes from version 4.1.1.  BaseCamp is software to view and organize your maps, waypoints, routes, and tracks and send them to your Garmin device.  It works very similar to MapSource.  BaseCamp displays topographic map data in 2-D or 3-D on your computer screen, including elevation profiles. Then you can view and rotate the maps from any angle.

Features:
  • View 24K or 100K topographic maps and other topographic data.
  • Displays maps in 2-D or 3-D, including elevation profiles.
  • View and rotate maps at any angle.
  • Create waypoints and routes on your computer and transfer maps, waypoints, routes, tracks and geotagged photos between your computer and device.
  • Transfers satellite images to your device (with the purchase of BirdsEye™ Satellite Imagerysubscription).
  • Shows animated playback of routes and tracks over time.
  • Supports geotagged photos.
  • Easily organize data into folders.
  • Prints full-page, color maps.
  • Exports user data for viewing in Google Earth™.
  • Includes advanced geocaching support; can import data from geocaching.com.
Changes made from version 4.1.1 to 4.1.2:
  • Fixed an issue with Basestation mode
  • Fixed an issue where BaseCamp would not remember the positioning of the toolbars correctly
  • Fixed an issue where the Custom POI symbols from POI files where incorrect
  • Fixed an issue with the address search
  • Fixed an issue where refreshing a search was using the last location on the map, not the current one
  • Fixed an issue where Cutting (Ctrl-X) a photo on a device would delete the photo and prevent the user from pasting it
  • Fixed an issue with some Asian language map products
  • Fixed an issue with deleting track points
  • Fixed an issue with route creation in a folder
  • Fixed an issue where the hand tool was not always set as the default tool
  • Fixed some menu inconsistencies between find results, context menus, and map popup menus
System Requirements:

Windows Requirements:

  • IBM-compatible computer running Windows XP Service Pack 3 or later
  • Microsoft® .NET framework 3.5 SP1; a current version of .NET will be installed if needed
  • A video card that supports OpenGL version 1.3 or later to view 3-D terrain

Mac Requirements:

  • Intel-based Mac running OS 10.6 or higher
  • 1024 MB or RAM (2048 MB recommended)

Make Your AMD-Based Video Card Fill Your Flat Panel Display When Using a HDMI Cable

AMD Radeon GraphicsI have been building my own PCs at home for the last twenty years.  My current system includes an XFX CORE Edition HD7850 video card and an Asus VE276Q 27-Inch LCD Monitor.  I recently decided to switch the DVI cable, which I have used for years, for a HDMI cable.  The switch was easy enough; all I had to do was replace the cable, then tell the Asus flat panel that I wanted to display output from the HDMI cable.  I noticed however, that even though this is a 1080p monitor and the 7850 can easily output 1080p, that the Windows desktop did not extend to the edges of the screen.  Everything looked correct in the ATI Catalyst Control Center – all components were running at 1080p.  So why wasn’t Windows utilizing the whole Screen?

It wasn’t a Windows issue.  There is a setting in the ATI Catalyst Control Center that resolved my issue.  In the ATI Catalyst Control Center (I’m on Catalyst Version 13.1 and Catalyst Control Center Version 2012.1219.1521.27485), I expanded My Digital Flat Panels, then chose Scaling Options (Digital Flat Panel).  My system was set at about an 8% underscan.  I merely moved the slider over to a 0% overscan and clicked apply, and I was using all of my flat panel’s real estate again.

SAS Framework Data Server

SASComparing my SAS 9.2 and 9.3 Enterprise Business Intelligence (EBI) environments, a notable difference between daemons started by the sas.servers script was identified.  In 9.2, we had a SAS Table Server daemon.  It was not available in our 9.1.3 EBI installation, and was released in the 9.2 version.  Apparently SAS removed it from the 9.3 architecture, but a new daemon, the SAS Framework Data Server, was introduced in its place.  There is scant documentation available on support.sas.com about utilizing or administering the Framework Data Server.

What is SAS Table Server?

from the SAS 9.2 Table Server Administrator’s Guide

The SAS Table Server is a data server that provides scalable, threaded, multi-user, and standards-based data access technology in order to process and seamlessly integrate data from multiple data sources. The server acts as a hub that provides clients with data by accessing, managing, and sharing SAS data as well as several third-party relational databases.

What is SAS Framework Data Server?

from the SAS 9.3 Intelligence Platform Middle-Tier Administration Guide

The SAS Framework Data Server is a database server that is the default location for middle-tier data such as alerts, comments, and workflows, as well as data for the SAS Content Server and SAS Service Parts Optimization. The server is provided as an alternative to using a third-party DBMS. The server cannot be used as a general-purpose data store.

SAS ODS: {thispage} and {lastpage} and PDF Output

saslogo

When developing new reports, we typically give the end users a choice of output formats to choose from.  The SAS Output Delivery System (ODS) provides a versatile framework to transform the results of SAS procedures into consistent, high quality reports in formats that are widely used by information consumers: HTML (HyperText Markup Language), PDF (Portable Document Format), RTF (Rich Text Format), Microsoft Excel, and others.  The majority of our reports (run as stored processes surfaced in the SAS Information Delivery Portal) contain tabular output, which is generally displayed to a user in HTML format with the option to download that data as a Microsoft Excel spreadsheet.

Some reports are designed to be formatted as a document, and include large amounts of ODS text, tables, and graphs.  We generally use ODS functions such as {thispage}, {pageof}, or {lastpage} to display the page number or number of pages in the document.  When using RTF as our ODS destination, the creation of a Microsoft Word document could not be easier.  We did run into one issue when using the PDF output destination, however.  Due to the configuration of printer drivers on our computer systems, the page numbers were not showing up in our documents, because SAS was unable to determine a default page size and margins.  We contacted SAS Technical Support and they pointed us to SAS Problem Note 31703 as a possible fix.  Tech Support solved our problem – we added the –uprint and –uprintmenuswitch options to our autoexec.sas configuration file and restarted our object spawners and our PDF documents included page numbers!

Want to know more about the SAS Output Delivery System?  Go to the Base SAS ODS Focus Area or download the Output Delivery System Tip Sheet.

Locating the Log Files for the SAS 9.3 Middle Tier

SASI have been doing some maintenance recently on one of our SAS EBI installations and needed to review the logs generated by the middle tier.  At some point any BI administrator will have to do this, so here are the default locations, directly from SAS:

The log files for the SAS 9.3 middle tier are located in the following directories:

Application Servers

Red Hat JBoss

  • /JBoss-home-directory/server/SAS-JBoss-server/log/server.log
  • /JBoss-home-directory/server/SAS-JBoss-server/log/boot.log

Oracle WebLogic

  • If WebLogic is started as a service, a UNIX daemon, or a batch process, the location is
    /WebLogic-home-directory/user_projects/domains/domain/servers/managed-server/logs/server.log.
  • If WebLogic is started using the Node Manager, the location is
    /WebLogic-home-directory/user_projects/domains/domain/servers/managed-server/logs/server.out.

IBM WebSphere

  • /WebSphere-home-directory/AppServer/logs/server/SystemOut.log
  • /WebSphere-home-directory/AppServer/logs/server/SystemErr.log

WebDAV Server

  • SAS Content Server:
    /SAS-configuration-directory;/Lev1/Web/Logs/SASContentServer9.3.log

SAS Web Applications

  • SAS Admin:
    /SAS-configuration-directory/Lev1/Web/Logs/SASAdmin9.3.log
  • SAS BI Dashboard:
    /SAS-configuration-directory/Lev1/Web/Logs/SASBIDashboard4.3.log
    /SAS-configuration-directory/Lev1/Web/Logs/SASBIDashboardEventGen4.3.log
  • SAS BI Portlets:
    /SAS-configuration-directory/Lev1/Web/Logs/SASBIPortlets4.3.log
    /SAS-configuration-directory/Lev1/Web/Logs/SASJSR18RemotePortlets4.3.log
  • SAS BI Web Services:
    /SAS-configuration-directory/Lev1/Web/Logs/SASBIWebServicesforJava9.3.log
  • SAS Information Delivery Portal:
    /SAS-configuration-directory/Lev1/Web/Logs/SASPortal4.3.log
  • SAS Logon Manager:
    /SAS-configuration-directory/Lev1/Web/Logs/SASLogon9.3.log
  • SAS Package Viewer:
    /SAS-configuration-directory/Lev1/Web/Logs/SASPackageViewer4.3.log
  • SAS Preferences:
    /SAS-configuration-directory/Lev1/Web/Logs/SASPreferences9.3.log
  • SAS Remote Services:
    /SAS-configuration-directory/Lev1/Web/Logs/RemoteServices.log
  • SAS Shared Apps:
    /SAS-configuration-directory/Lev1/Web/Logs/SASSharedApps9.3.log
  • SAS Stored Processes Web Application:
    /SAS-configuration-directory/Lev1/Web/Logs/SASStoredProcess9.3.log
  • SAS Web Report Studio:
    /SAS-configuration-directory/Lev1/Web/Logs/SASWebReportStudio4.3.log
    Note: Beginning with the second maintenance release for SAS 9.3 (TS1M2), the log is named SASWebReportStudio.log
  • SAS Web Infrastructure Platform Client Access:
    /SAS-configuration-directory/Lev1/Web/Logs/SASWIPClientAccess9.3.log
  • SAS Web Infrastructure Platform Services:
    /SAS-configuration-directory/Lev1/Web/Logs/SASWIPServices9.3.log
  • SAS Web Infrastructure Platform SOAP Services:
    /SAS-configuration-directory/Lev1/Web/Logs/SASWIPSoapServices9.3.log
  • SAS Workflow Services:
    /SAS-configuration-directory/Lev1/Web/Logs/SASWorkflowServices9.3.log

In my case, I was looking for my Websphere application server logs.  And as I should have suspected, my System Admin did not have the application servers or the log directories installed in the typical locations, so I had to do a little hunting.

Garmin Updated BaseCamp Software to Version 3.2.2

Garmin BaseCamp 3.2.2 - v.3.2.2 - 96.24 MB

Garmin has released version 3.2.2 of the BaseCamp software, which includes 15 new features or fixes from version 3.2.1.  BaseCamp is software to view and organize your maps, waypoints, routes, and tracks and send them to your Garmin device.  It works very similar to MapSource.  BaseCamp displays topographic map data in 2-D or 3-D on your computer screen, including elevation profiles. Then you can view and rotate the maps from any angle.

Features:
  • View 24K or 100K topographic maps and other topographic data.
  • Displays maps in 2-D or 3-D, including elevation profiles.
  • View and rotate maps at any angle.
  • Create waypoints and routes on your computer and transfer maps, waypoints, routes, tracks and geotagged photos between your computer and device.
  • Transfers satellite images to your device (with the purchase of BirdsEye™ Satellite Imagerysubscription).
  • Shows animated playback of routes and tracks over time.
  • Supports geotagged photos.
  • Easily organize data into folders.
  • Prints full-page, color maps.
  • Exports user data for viewing in Google Earth™.
  • Includes advanced geocaching support; can import data from geocaching.com.
Changes made from version 3.2.1 to 3.2.2:
  • Fixed an issue with migrating waypoints with thumbnails from previous versions of BaseCamp to 3.2.1. This issue could have corrupted the database.
  • Fixed an issue with tracks that had been duplicated becoming corrupted.
  • Added a prompt to notify the user when data loss might have occurred.
  • Added a ‘restore from previous version’ menu item.
  • Added support for exporting of fitness data (heart rate and cadence) in tracks.
  • Changed to attempt to fix the paths in Garmin Custom Maps (KML ground overlay) files at start-up without notifying the user that there were problems with the file.
  • Changed the message displayed at start-up when the current video mode/card doesn’t support 3D.
  • Improved initial download size estimates for some BirdsEye products.
  • Fixed some issues with undo/redo.
  • Fixed several issues related to application shutdown.
  • Fixed an issue with not recognizing Garmin mode USB device (such as the GPSMap 60) arrival and removal.
  • Fixed several issues related to aborting transfers to Garmin mode USB devices.
  • Fixed some issues related to ejecting mass storage devices.
  • Fixed some issues with changing folder selection while using the BirdsEye wizard.
  • Fixed an issue with reading geotagged photos from many smartphones.

System Requirements

  •  Windows XP Service Pack 3 or later is required.
  • .NET framework 3.5 SP1 is required. A current version of .NET will be installed if needed.
  • Windows Media Player 11 or greater is required (a free download from Microsoft).
  • 1 GB of system memory is required, 2 GB of system memory is recommended when using BirdsEye Imagery or Garmin Custom Maps.
  • A video card that supports OpenGL version 1.3 or later is needed to enable the 3D view.
  • If you experience problems when interacting with the map views, please make sure that you have installed current video card drivers.
  • BaseCamp will recognize all MapSource products except BlueChart.
  • BaseCamp does not work with serial GPS devices.

Garmin WebUpdater 2.5.2 Software for Windows

Garmin WebUpdater (Windows) 2.5.2 - v.2.5.2 - 7.15 MB

garminThe most efficient way to keep your Garmin GPS unit’s firmware current is to use the WebUpdater tool.  Simply attach your Garmin unit to your computer with a USB cable and power it on.  Open WebUpdater and your GPS will be automatically identified.  WebUpdater will then check Garmin’s servers to see if firmware updates or other software is available and automatically download and install them if you allow it.  The WebUpdater page is located at http://www8.garmin.com/support/collection.jsp?product=999-99999-27, Windows and Mac versions are available.

From Garmin’s web site:

Upgrading software for your Garmin GPS just got easier thanks to WebUpdater—Garmin’s free new application that automatically detects and installs the most recent version of operating software for your compatible Garmin GPS.

WebUpdater’s simple interface makes it easy to upgrade your operating software. Just connect your Garmin GPS to your computer, run WebUpdater, and follow the screen prompts. After confirming that you want to perform an update, WebUpdater will download that update for you and install it on your GPS. WebUpdater always checks for its own update first before performing a unit update. Unlike previous versions, you no longer need to download Web Updater every time you upgrade your unit software. Once installed, simply run it from your computer —no need to download anything else yourself!

As an added benefit to our customers, you can download the latest version of WebUpdater software for free from our website.

Compatible computers: IBM-compatible PCs running Windows® 2000 or XP operating systems | New! Intel-based Macs or PowerPCs (G3 or newer) running OS X 10.4 or later

What is WebUpdater?

WebUpdater is an application which communicates with the Garmin server over the Internet and updates your Garmin GPS with the most current software version available.

It’s easy and it’s automatic. You don’t even have to know the model numbers or software versions of your GPS. WebUpdater takes care of all of the details for you.

How Does WebUpdater Work?

WebUpdater’s simple interface makes it easy to upgrade your operating software. Just connect your Garmin GPS to your computer, run WebUpdater, and follow the screen prompts. After confirming that you want to perform an update, WebUpdater will download that update for you and install it on your GPS. WebUpdater always checks for its own update first before performing a unit update. Unlike previous versions, you no longer need to download Web Updater every time you upgrade your unit software. Once installed, simply run it from your computer —no need to download anything else yourself!

Notes:

  • Supports Windows XP Service Pack 3 or greater. For the legacy version click here.
  • This software requires Windows Media Player 11 (a free download from Microsoft).
  • WebUpdater guides you through the process of updating the software in your GPS.
  • For some unit updates, this software will clear user memory, including ‘Recent Finds’ and ‘Favorites.’ Please back up important data such as routes, tracks, and waypoints to MapSource prior to updating.
  • WebUpdater is not compatible with Palm and Pocket PC devices, fixed-mount marine units, chartplotters, fishfinders and some discontinued units. For these products, please seearmin’s additional software page.
  • WebUpdater does not perform Beta updates.

Changes made from version 2.5.1 to 2.5.2:

  • Fixed issue with GTU10 compatibility
  • Fixed issue with being able to continue through the wizard without choosing a device

Garmin Updated BaseCamp Software to Version 3.2.1

Garmin BaseCamp 3.2.1 - v.3.2.1 - 111.41 MB

Garmin has released version 3.2.1 of the BaseCamp software, which includes 40 new features or fixes from version 3.1.3.  BaseCamp is software to view and organize your maps, waypoints, routes, and tracks and send them to your Garmin device.  It works very similar to MapSource.  BaseCamp displays topographic map data in 2-D or 3-D on your computer screen, including elevation profiles. Then you can view and rotate the maps from any angle.

Features:
  • View 24K or 100K topographic maps and other topographic data.
  • Displays maps in 2-D or 3-D, including elevation profiles.
  • View and rotate maps at any angle.
  • Create waypoints and routes on your computer and transfer maps, waypoints, routes, tracks and geotagged photos between your computer and device.
  • Transfers satellite images to your device (with the purchase of BirdsEye™ Satellite Imagerysubscription).
  • Shows animated playback of routes and tracks over time.
  • Supports geotagged photos.
  • Easily organize data into folders.
  • Prints full-page, color maps.
  • Exports user data for viewing in Google Earth™.
  • Includes advanced geocaching support; can import data from geocaching.com.
Changes made from version 3.1.3 to 3.2.1:
  • Moved the various property tabs to a separate dialog
  • Added swapping the map and data list UI regions
  • Added activity profiles to allow easier changes between common routing configurations
  • Added activity profile selection dialog at startup, improved migration of existing route settings and routes
  • Added dragging photos onto the map views
  • Added dragging files into My Collection and the user data list
  • Added better preserving app state when restarting (selected tool, selected folder, selected view modes, etc)
  • Added support for restoring backups from different computers
  • Added geocache search integration with OpenCaching.com
  • Added photo sharing site upload (currently for Picasa)
  • Added track statistics that correspond to the selection in the track points list
  • Added additional statistics to the elevation profile
  • Added display of elevation profile when batch editing routes or tracks
  • Added heart rate and cadence to the track points list and elevation profile
  • Added route to track conversion
  • Added display mode for geocaches
  • Added the ‘Duplicate’ menu item for most user data types
  • Added continuation of route/track drawing when switching between tools
  • Added route avoidance checkboxes to the route options (such as ‘Avoid U-turns’)
  • Added a basic dialog for creating routes
  • Added draw order control for new BirdsEye Imagery that is downloaded
  • Added user selection of application language
  • Added option to restore the application to default settings
  • Added tips dialog when entering full screen mode
  • Added a keyboard shortcut to snap the map back to North up
  • Added file import/export support for the TCX file format
  • Added file export support for tab-delimited and comma-delimited text
  • Added properties and create waypoint commands to the list of POIs that is displayed when hovering on the map
  • Added optional collection of analytics to help us improve the application
  • Added display of the detailed coverage region of card/device based maps
  • Added notification to user when updates are available for devices
  • Added receiving FIT course points and activity data from many fitness devices. These are converted into waypoints and tracks.
  • Added support for the GroundSpeak geocaching 1.0.1 extension
  • Changed geotagging photos from a track to add links to those photos in the track
  • Changed to not allow changing the location of geocaches when they are part of a route
  • Changed the divide tool to create a new waypoint or trackpoint at the division point
  • Changed drawing style of routes and tracks to use thinner lines
  • Fixed issue where we didn’t always remove all waypoints created as part of a route
  • Fixed issue with adding and removing links on various property tabs
  • Improved find address near center of screen
  • Removed filtered routes

System Requirements

  • Windows XP Service Pack 3 or later is required.
  • .NET framework 3.5 is required. A current version of .NET will be installed if needed.
  • 1 GB of system memory is required, 2 GB of system memory is recommended when using BirdsEye Imagery or Garmin Custom Maps.
  • A video card that supports OpenGL version 1.3 or later is needed to enable the 3D view.
  • If you experience problems when interacting with the map views, please make sure that you have installed current video card drivers.
  • BaseCamp will recognize all MapSource products except BlueChart.
  • BaseCamp does not work with serial GPS devices.

Garmin WebUpdater 2.5.1 Software for Windows

Garmin WebUpdater (Windows) 2.5.1 - v.2.5.1 - 7.01 MB

garminThe most efficient way to keep your Garmin GPS unit’s firmware current is to use the WebUpdater tool.  Simply attach your Garmin unit to your computer with a USB cable and power it on.  Open WebUpdater and your GPS will be automatically identified.  WebUpdater will then check Garmin’s servers to see if firmware updates or other software is available and automatically download and install them if you allow it.  The WebUpdater page is located at http://www8.garmin.com/support/collection.jsp?product=999-99999-27, Windows and Mac versions are available.

From Garmin’s web site:

Upgrading software for your Garmin GPS just got easier thanks to WebUpdater—Garmin’s free new application that automatically detects and installs the most recent version of operating software for your compatible Garmin GPS.

WebUpdater’s simple interface makes it easy to upgrade your operating software. Just connect your Garmin GPS to your computer, run WebUpdater, and follow the screen prompts. After confirming that you want to perform an update, WebUpdater will download that update for you and install it on your GPS. WebUpdater always checks for its own update first before performing a unit update. Unlike previous versions, you no longer need to download Web Updater every time you upgrade your unit software. Once installed, simply run it from your computer —no need to download anything else yourself!

As an added benefit to our customers, you can download the latest version of WebUpdater software for free from our website.

Compatible computers: IBM-compatible PCs running Windows® 2000 or XP operating systems | New! Intel-based Macs or PowerPCs (G3 or newer) running OS X 10.4 or later

What is WebUpdater?

WebUpdater is an application which communicates with the Garmin server over the Internet and updates your Garmin GPS with the most current software version available.

It’s easy and it’s automatic. You don’t even have to know the model numbers or software versions of your GPS. WebUpdater takes care of all of the details for you.

How Does WebUpdater Work?

WebUpdater’s simple interface makes it easy to upgrade your operating software. Just connect your Garmin GPS to your computer, run WebUpdater, and follow the screen prompts. After confirming that you want to perform an update, WebUpdater will download that update for you and install it on your GPS. WebUpdater always checks for its own update first before performing a unit update. Unlike previous versions, you no longer need to download Web Updater every time you upgrade your unit software. Once installed, simply run it from your computer —no need to download anything else yourself!

DNRGarmin Compatibility with ESRI ArcGIS 10

from the Minnesota Department of Natural Resources:

The current version of DNRGarmin (5.4.1)  is not entirely compatible with ArcGIS 10. That is, the toolbar will show up in ArcMap 10 and it will launch the DNRGarmin application but DNRGarmin does not recognize that ArcMap is open. We have not yet begun programming the new version.

The work around for the time being is:

File->Save To->File and File->Load From->File. You can save to a shapfile and add it manually to ArcGIS 10, as well as load from shapefiles created/modified in ArcGIS 10.