A New PBBI Blog – Customer Experience

PBBI’s Director of Corporate Strategy discusses customer experience, something that all organizanations struggle with on a regular basis.

To read more and see our new corporate blog click here:

http://www.pbinsight.com/blog/details/living-customer-experience/

Upcoming Webinar Get More From Your Maps: Introducing MapInfo Professional v10.5!

Webinar – Get More From Your Maps: Introducing MapInfo Professional v10.5

Date:             Wednesday, June 23, 2010

Time:             2:00 PM – 3:00 PM EDT

Panelist:    Moshe Binyamin, Global Product Manager, Pitney Bowes Business Insight

You asked, we listened!  Come and hear what frequently requested enhancements have been addressed in this new release!

With the latest enhancements to MapInfo Professional, you will find less of your time spent on creating maps, allowing more time to fully use the value of what the maps are expressing.  Also learn new ways to share your analysis with non-MapInfo Professional users so they too can reap the benefits of location intelligence.

Key Topics Include:

  • Create and work with maps faster than ever before with new usability and productivity enhancements
  • Share not just the maps, but the Insight as well with even more PDF capabilities and our hosted web mapping service, MapInfo® Stratus™
  • Add new data, right away, for any place in the world!  Using new Tile Server Capabilities, this is all possible with nothing to install on desktop systems.

Register now!

http://www.pbinsight.com/resources/events/details/get-more-from-your-maps-introducing-mapinfo-professional-v10.5

MapInfo Professional® Online 30-Day Trial Evaluation Available!

After many months of engineering work, the latest release of MapInfo Professional v10.5 has been delivered to Production.  Benefits include faster map creation and editing, new ways of sharing dynamic output for greater insight, and data connectivity using industry-standard data servers from around the world.

The online 30-Day Trial Evaluation of MapInfo Professional v10.5 is now available on the PBBI website.  Visit: http://www.pbinsight.com/support/product-downloads/for/mapinfo-professional

MapInfo Professional v10.5 — providing the power of location!

Customer User Sites for Location Intelligence on PBBI website

Check out how mapping applications based on technology from Pitney Bowes Business Insight and is being used by customers around the world, from local governments to major communication companies.

Customer Sites – http://www.pbinsight.com/resources/customer-sites

Customers have embraced Location Intelligence by publishing information on assets and services in a geographic context. See examples of spatially enabled web applications using PBBI’s Location intelligence solutions and how Pitney Bowes Business Insight customers are using these products to provide a richer web experience for their site visitors.

Come back often as this landing page is designed to be dynamic with new sites being added regularly!

Come see MapInfo Professional v10.5 at the MapInfo UK User Group meeting!

This is just a quick note to let our U.K. customers know that we will be launching MapInfo Professional v10.5 at the MUGUKI meeting on June 23rd. The meeting takes place at the Savoy Place in London.

For more details on the agenda and to register please visit the Muguki web site at http://www.muguk.com

Create great looking maps faster than ever with MapInfo Professional v10.5

Next week will be officially announcing MapInfo Professional v10.5 at the Pitney Bowes Business Insights user conference (May 12-14).  The final feature we’re releasing makes it easier than ever to create maps.  By enhancing usability, MapInfo Professional v10.5 decreases the time to value, allowing users more time to analyze geographic data and share insight.

Users can now create multiple zoom dependent layer styles or label values with just a click of the mouse. Maps that may have required 17-plus layers in the past can now be created with only seven layers, while still retaining the same level of intricacy and interactivity. With each new version of MapInfo Professional, PBBI continues to make the process of creating maps more streamlined and user-friendly.

Remember to check back here, or follow us on twitter to get more updates on MapInfo Professional v10.5

Table_List_Window_Small!

PBBI German GIS Days, June 8th and 9th: “GIS goes process”

Take the opportunity to meet with German Pitney Bowes Business Insight (PBBI) industry specialists and technology experts at the GIS Days on June 8th and 9th in Hotel Maritim, Frankfurt/Main. The program will be targeting Public sector users with a focus on INSPIRE on June 8th and Private sector users on June 9th: GIS has a key role to play, which requires a greater focus on the citizen/customer and greater efficiency in data sharing. The market has emerged to create a mixed economy in GIS alongside traditional official and copyrighted data sources. See how PBBIs portfolio can support your work on data creation, analysis, metadata and sharing. Our customers will showcase best practices that demonstrate that GIS is no longer an optional, specialized field: it forms part of mainstream communications and information policy across all areas of an organization: GIS goes process!

This casual environment allows customers to meet and network on a 1:1 basis with individuals who have firsthand knowledge of their markets, business needs and challenges.

Specific products to be showcased:

  • Sneak preview of MapInfo Professional v10.5
  • Crime Profiler
  • Stratus
  • MapInfo Developer products
  • The Pitney Bowes Spectrum Technology Platform
  • Data Products including Data as a Service
  • Geocoding

Register today on http://www.mapinfo.de/gis-tage !

MapInfo Professional v10.5 Reads and Accesses Metadata!

In addition to sharing maps across the enterprise and via the cloud, MapInfo Professional v10.5 enables users to access even more data and services thanks to a Metadata Browser. Users will be able to search and open map files by only typing in a few keywords, making it easier to find the data they need. With the Metadata browser, organizations using MapInfo Professional can also connect to any publicly hosted data catalog.

The newest version will support the OCG Catalog Services Web (CSW) and also include features to help European customers meet INSPIRE requirements. Finally, MI Pro 10.5 enables you to connect to a catalog that your organization hosts. With MapInfo Professional and PBBI’s offerings, users will be able to set up and populate an internal or external searchable catalog.

Remember to check back here, or follow us on twitter to get more updates on MapInfo Professional v10.5!

MapInfo Professional v10.5 – Share intelligent maps through GeoPDF and via the cloud!

MapInfo Professional v10.5 is coming and we wanted to give you a heads up about one of the new features to be released before formally announcing the product at the Pitney Bowes Business Insights user conference (May 12-14).

The newest feature provides organizations with new and powerful ways to share maps across the enterprise and via the cloud, enhancing access to the tools and information necessary to make critical business decisions.

With MapInfo Professional v10.5, organizations can create and share dynamic maps that business users can interact with on a daily basis. For instance, users will be able to publish maps to the cloud through a  PBBI’s newest web mapping application, MapInfo Stratus.

PBBI has also enhanced MapInfo Professional’s PDF publishing options, introducing GeoPDF. With GeoPDF, it’s possible to publish both coordinate data as well as tabular information to a PDF file, giving users more flexibility to share information with their colleagues.

There is more to come in MapInfo Professional v10.5.  Remember to check back here, or follow us on twitter to get more updates on MapInfo Professional 10.5!

Envinsa: Logging REST Requests

by Minna Lunney

For logging SOAP-based requests, Envinsa provides powerful built-in configuration options accessible through the Enterprise Manager.  REST API requests can also be logged, but this must be done through a separate mechanism: namely, by enabling access logging for the application server in use.

Here is an example of configuring access logging within Tomcat, the default application server for Envinsa.

1) Shut down the Tomcat that contains the REST service for which logging is desired.

2) Browse to the Tomcat’s conf folder, and open server.xml.

3) Scroll down to the Host element.  Somewhere within the Host element, either add or uncomment a Valve element to define an access log.  For example:

<Host name=”localhost” appBase=”webapps”

unpackWARs=”true” autoDeploy=”true”

xmlValidation=”false” xmlNamespaceAware=”false”>

<!– Other items here –>

<Valve className=”org.apache.catalina.valves.AccessLogValve”

directory=”logs”  prefix=”localhost_access_log.” suffix=”.txt”

pattern=”%t %s %b %D %r”/>

<!– Other items here –>

</Host>

The directory attribute specifies where to store the access log.  The prefix and suffix attributes define what the beginning and end of the log file name should be.  A timestamp will be automatically inserted in between (ex. localhost_access_log.2010-02-02.txt).

The pattern attribute holds a list of strings that define what information to record in each log entry.  The pattern specified in the example above, when used in conjunction with the MapTiling service, produces a log entry that looks like this:

[02/Feb/2010:13:21:55 -0500] 200 79 516 GET /MapTiling/RESTService/getMaps?output=json HTTP/1.1

The available pattern strings are discussed here:

http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/valves/AccessLogValve.html

Additional attributes for the AccessLogValve class are discussed here:

http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html

4) Save and close server.xml.

5) Restart Tomcat.

For access logging in other commonly used application servers, please refer to the following resources.

WebLogic: http://download.oracle.com/docs/cd/E13196_01/platform/docs81/admin/admin.html#1072571

WebSphere: http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/tcfg_intserver_access.html