Business Insight Display Names

Post Reply
User avatar
jim wood
Site Admin
Posts: 3958
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Business Insight Display Names

Post by jim wood »

Guy,

Using teh IBM documentation we have completed CAM based connections to productin, test and dev servers. These connections work as expected but for some reason they are all being displayed as PlanningSample in Business Insight. I have the title field in atom file but it makes no difference. Do you know how you set the display name?

Jim.

PS. Here is our atom file

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!-- CAUTION: The TM1 Web Url can be optionally configured with TM1 user credentials. This may be useful if TM1 is not CAM-aligned. -->
<!-- However, it is not advised to do this since the TM1 credentials are specified on URL to TM1 Web as request parameters. -->
<!-- When TM1 credentials are passed around as request parameters, they are vulnerable to being logged and seen. There may be various proxies that pass the request en-route to the eventual TM1 Web Server. It is at the customers risk that these TM1 credentials may be seen by outside parties. -->

<!-- When editing this file, ensure the atom:id is unique -->
<!-- values that you should set include TM1WebHost, TM1Host and TM1DataServer -->
<!-- values that have meaningful defaults already set are https and TM1WebVirtualDirectory -->
<!-- only set the TM1pass and TM1username for non-CAM authenticated servers and note the CAUTION above -->
<!-- only set the TM1Toolbar=1 for TM1 Servers older than version 9.5.2 -->
<!-- hide the atoms that are not in use by commenting them out as the third and fourth example here are -->

<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
	
	<atom:entry>
		<atom:id>tag:ibm.cognos.icd.com,2010-01-01:/tm1_rootfeed_1</atom:id>
		<atom:published>2010-01-01T22:01:37Z</atom:published>
		<atom:updated>2010-01-01T22:01:37Z</atom:updated>
		<atom:title type="text">{tm1:rootfeed_title_1}</atom:title>
		<atom:summary>{tm1:rootfeed_summary_1}</atom:summary>
		<atom:category scheme="http://www.ibm.com/xmlns/prod/cognos/icd/contribution#type" term="rootfeed"/>
		<atom:link rel="alternate" type="application/atom+xml" href="{cgi}/xts.run?m=tm1/serverContent.xts&https=0&TM1WebHost=bluekinetics&TM1WebVirtualDirectory=tm1web&TM1Host=bluekinetics&TM1DataServer=bluekinetics" title="bluekinetics">
		</atom:link>
		<atom:link rel="icon" type="image/gif" href="{web}/tm1/bux/images/server_connection.gif"/>
		<atom:link rel="thumbnail" type="image/gif" href="{web}/tm1/bux/images/server_connection_64.gif"/>
	</atom:entry>
	
	<atom:entry>
		<atom:id>tag:ibm.cognos.icd.com,2010-01-01:/tm1_rootfeed_2</atom:id>
		<atom:published>2010-01-01T22:01:37Z</atom:published>
		<atom:updated>2010-01-01T22:01:37Z</atom:updated>
		<atom:title type="text">{tm1:rootfeed_title_2}</atom:title>
		<atom:summary>{tm1:rootfeed_summary_2}</atom:summary>
		<atom:category scheme="http://www.ibm.com/xmlns/prod/cognos/icd/contribution#type" term="rootfeed"/>
		<atom:link rel="alternate" type="application/atom+xml" href="{cgi}/xts.run?m=tm1/serverContent.xts&https=0&TM1WebHost=bluekineticsdev&TM1WebVirtualDirectory=tm1web&TM1Host=bluekineticsdev&TM1DataServer=bluekinetics_dev" title="bluekineticsdev">
		</atom:link>
		<atom:link rel="icon" type="image/gif" href="{web}/tm1/bux/images/server_connection.gif"/>
		<atom:link rel="thumbnail" type="image/gif" href="{web}/tm1/bux/images/server_connection_64.gif"/>
	</atom:entry>

	<atom:entry>
		<atom:id>tag:ibm.cognos.icd.com,2010-01-01:/tm1_rootfeed_3</atom:id>
		<atom:published>2010-01-01T22:01:37Z</atom:published>
		<atom:updated>2010-01-01T22:01:37Z</atom:updated>
		<atom:title type="text">{tm1:rootfeed_title_3}</atom:title>
		<atom:summary>{tm1:rootfeed_summary_3}</atom:summary>
		<atom:category scheme="http://www.ibm.com/xmlns/prod/cognos/icd/contribution#type" term="rootfeed"/>
		<atom:link rel="alternate" type="application/atom+xml" href="{cgi}/xts.run?m=tm1/serverContent.xts&https=0&TM1WebHost=bluekineticsdev&TM1WebVirtualDirectory=tm1web&TM1Host=bluekineticsdev&TM1DataServer=bluekinetics_test" title="bluekineticstest">
		</atom:link>
		<atom:link rel="icon" type="image/gif" href="{web}/tm1/bux/images/server_connection.gif"/>
		<atom:link rel="thumbnail" type="image/gif" href="{web}/tm1/bux/images/server_connection_64.gif"/>
	</atom:entry>
</atom:feed>
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Andy Key
MVP
Posts: 352
Joined: Wed May 14, 2008 1:37 pm
OLAP Product: TM1
Version: 2.5 to PA
Excel Version: Lots
Location: Sydney
Contact:

Re: Business Insight Display Names

Post by Andy Key »

jim wood wrote:Using teh IBM documentation...
Well, there's your first mistake!


Isn't there another language specific file that you have to change as well? I can't remember the name of it, but I seem to recall it has a set of pairs of title and description to match up with the atom ids in the atom file.
Andy Key
User avatar
jim wood
Site Admin
Posts: 3958
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: Business Insight Display Names

Post by jim wood »

I take it you weren't referring to my typo??? :D

If anybody could remember the name of the file it would be helpful. Currently I have set up 3 connections and they all say Planning Sample!!

Jim.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
User avatar
kwijibo
Posts: 15
Joined: Mon Aug 02, 2010 10:17 am
OLAP Product: TM1, Cognos Express
Version: [9.4.1] [9.5.1] [9.5.2] [10.1]
Excel Version: [2003] [2007]

Re: Business Insight Display Names

Post by kwijibo »

The file you are looking for is called "tm1_en.properties".
It should exist in the same directory as the atom file.
You can create one file for every language you are offering by just changing the en with the appropriate language abbreviation.

Regards
Post Reply