Business Insight Display Names
Posted: Thu Mar 29, 2012 4:04 pm
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
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>