In this case coolest swag does equal coolest tool

One of the biggest hits of the demo hall at SAS Global Forum was the cute Koala bear swag from MetaCoda.com. Everyone wanted to stop by the booth and pick one up for their badge. Driving people to your booth is the first step, but then you must have cool [...]

Post a Comment

Limit the number of drill-through to detail records available from OLAP cubes

Drill-through to detail is the ability to right click within a cell of a web report or OLAP viewer and request the detail source records that make up that specific cell’s measure. The maximum number of records, by default, is set to 300,000. Feasibly the report user could download all [...]

Post a Comment

Revisiting the starting file location for Enterprise Guide

Years ago and a seemingly far galaxy away, I wrote about how to modify 9.1.3 to start Enterprise Guide users in a different location for the File folder. By default, the user only can access their personal SAS Temporary File. Why change this? I would prefer to use a central [...]

Post a Comment

Promoting SAS BI Dashboard content

If you are unable to export BI Dashboard Content the BI Dashboard Logical types was not installed on the system running SAS Management Console. Update this by following these steps Run the software install from the SAS Depot (mine is located at C:\SAS Software Depot\setup.exe) Select ‘Install Additional Software’ Then [...]

Post a Comment

Become super-efficient at starting & stopping services via scripting

Which would you rather do? Click stop (or start) over and over, while waiting in between the services to make sure everything is up and running … OR … click one button and go have lunch? Honestly I prefer the lunch option. (And for administrators, the quickest option is always [...]

Post a Comment

Increasing the web timeout intervals

I’ve been spending my weekends developing a SAS Publishing book proposal. (For those interested, it involves learning how to fully leverage SAS Stored Processes as a beginning programmer.) Creating examples and jumping between coding, testing and then writing about everything, I have had a heck of a time with my [...]

Post a Comment

Accessing BI web applications from Windows 7

According to the SAS Documentation http://support.sas.com/resources/thirdpartysupport/v92m3/browsers.html Windows 7 machines should use Internet Explorer 8. Unfortunately Microsoft will no longer allow installations of IE 8 on Windows 7 machines. http://windows.microsoft.com/en-US/internet-explorer/downloads/ie-8 I was able to get all the web applications to work on Google Chrome however the BI Dashboard appears but not all [...]

Post a Comment

New 9.3 Framework Data Server

Just got some time to begin playing with the 9.3 Enterprise Business Intelligence installation on my SAS laptop. As I was testing out the web applications, SASWebDoc opened but I couldn’t get to the SAS login screen up to access the SAS Stored Process web application. First I started perusing my [...]

Post a Comment

Advantages abound by centralizing all of those logs

In order to support a SAS Server Architecture, administrators must know where all the log files from the various SAS Business Intelligence services are located. By default, each service that generates a log will create it within the services’ own configuration folder structure. For example, the metadata server log is [...]

Post a Comment

Right Mouse Clicking in Stored Process and Portal Web Apps

In 9.2, the right-mouse click functionality is not available by default. To switch back to this (which for STP developers in a DEV environment is essential to our productivity), SAS has provided the following note: http://support.sas.com/kb/39/292.html As you can see, out-of-the-box, all SAS STP developers will need to do is [...]

Post a Comment