<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-9043486933758220391</id><updated>2012-01-31T10:25:19.641+05:30</updated><category term='ERR_WIS_30270'/><category term='SAP BI Universe'/><category term='refresh'/><category term='Webi with prompts'/><category term='xcelsius dashbaord'/><category term='Key date'/><category term='LiveOffice in Xclesius'/><title type='text'>Xcelsius Dashboards</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://xcelsiusdashboards.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://xcelsiusdashboards.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>S M</name><uri>http://www.blogger.com/profile/14993151959144276192</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9043486933758220391.post-6020576073893216380</id><published>2012-01-31T10:23:00.003+05:30</published><updated>2012-01-31T10:25:19.655+05:30</updated><title type='text'>Retrying a Failed Transaction</title><summary type='text'>After an exception is raised, rather than abandon your transaction, you might want to retry it. The technique is:Encase the transaction in a sub-block.Place the sub-block inside a loop that repeats the transaction.Before starting the transaction, mark a savepoint. If the transaction succeeds, commit, then exit from the loop. If the transaction fails, control transfers to the exception handler, </summary><link rel='replies' type='application/atom+xml' href='http://xcelsiusdashboards.blogspot.com/feeds/6020576073893216380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2012/01/retrying-failed-transaction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/6020576073893216380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/6020576073893216380'/><link rel='alternate' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2012/01/retrying-failed-transaction.html' title='Retrying a Failed Transaction'/><author><name>S M</name><uri>http://www.blogger.com/profile/14993151959144276192</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9043486933758220391.post-7308509530494655485</id><published>2012-01-31T10:18:00.001+05:30</published><updated>2012-01-31T10:19:13.615+05:30</updated><title type='text'>Handling Exceptions Raised in Declarations</title><summary type='text'>SET SERVEROUTPUT ON;DECLARE   BEGIN    DECLARE    credit_limit CONSTANT NUMBER(3) := 5000;  -- raises an exception    BEGIN       NULL;    EXCEPTION       WHEN OTHERS THEN          -- Cannot catch the exception. This handler is never called.          dbms_output.put_line('Can''t handle an exception in a declaration.');    END;    EXCEPTION       WHEN OTHERS THEN          -- Cannot catch the </summary><link rel='replies' type='application/atom+xml' href='http://xcelsiusdashboards.blogspot.com/feeds/7308509530494655485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2012/01/handling-exceptions-raised-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/7308509530494655485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/7308509530494655485'/><link rel='alternate' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2012/01/handling-exceptions-raised-in.html' title='Handling Exceptions Raised in Declarations'/><author><name>S M</name><uri>http://www.blogger.com/profile/14993151959144276192</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9043486933758220391.post-8614350644577033227</id><published>2009-09-18T12:33:00.024+05:30</published><updated>2009-09-18T13:00:10.420+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SAP BI Universe'/><category scheme='http://www.blogger.com/atom/ns#' term='Key date'/><title type='text'>To implement BEx Key Date at BO Universe</title><summary type='text'>1. Make a predefined Filter At Universe with the following definitionName of predefined Filter: KeyDateWhere Clause : &lt;filter key="[0P_ECKDT]"&gt;&lt;condition key="[0P_ECKDT]" operatorcondition="Equal" tech_name="@Prompt('Key Date','D',,,)"/&gt;&lt;CONDITION&gt;&lt;/FILTER&gt;Note : [0P_ECKDT] is the technical name of key date object in SAP BW for key date 2. Check the option “Use filter as mandatory in query -&gt; </summary><link rel='replies' type='application/atom+xml' href='http://xcelsiusdashboards.blogspot.com/feeds/8614350644577033227/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2009/09/to-implement-bex-key-date-at-bo.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/8614350644577033227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/8614350644577033227'/><link rel='alternate' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2009/09/to-implement-bex-key-date-at-bo.html' title='To implement BEx Key Date at BO Universe'/><author><name>S M</name><uri>http://www.blogger.com/profile/14993151959144276192</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_tjOlWP1AGdk/SrM0WyfO3WI/AAAAAAAAACs/R29GvADhdQI/s72-c/1.PNG' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9043486933758220391.post-6898202795690138174</id><published>2009-09-14T15:39:00.004+05:30</published><updated>2009-09-14T15:45:59.947+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ERR_WIS_30270'/><title type='text'>Error On LOV Refresh in WebI - ERR_WIS_30270</title><summary type='text'>For Error "ERR_WIS_30270" follow the following steps. I faced this problem while refreshing the LOVs in webI reports.Select All the Check boxes in “Associate a List of Values” section except “Delegate Search”Although I used this solution, But I am not sure about the reason ebhind this. </summary><link rel='replies' type='application/atom+xml' href='http://xcelsiusdashboards.blogspot.com/feeds/6898202795690138174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2009/09/error-on-lov-refresh-in-webi.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/6898202795690138174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/6898202795690138174'/><link rel='alternate' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2009/09/error-on-lov-refresh-in-webi.html' title='Error On LOV Refresh in WebI - ERR_WIS_30270'/><author><name>S M</name><uri>http://www.blogger.com/profile/14993151959144276192</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_tjOlWP1AGdk/Sq4Wty3sjTI/AAAAAAAAACM/Z7gwvEigPfU/s72-c/1.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9043486933758220391.post-5310582084848381926</id><published>2009-09-12T18:27:00.010+05:30</published><updated>2009-09-12T18:41:08.946+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='LiveOffice in Xclesius'/><category scheme='http://www.blogger.com/atom/ns#' term='xcelsius dashbaord'/><category scheme='http://www.blogger.com/atom/ns#' term='refresh'/><title type='text'>Simultaneous Refreshing More Than 1 LiveOffice in Xcelsius</title><summary type='text'>1.Insert LiveOffice Connections in Xcelsius, say you inserted Live1, Live2 and Live3. In this example they are LO_OP_PlantParamterts_Yearly_C Actual (Live1), LO_OP_PlantParamterts_Monthly_C Actual (Live2) and LO_OP_PlantParamterts_Last7Days_C Actual (Live3)2.For the first connection in chain set “Refresh on Trigger-&gt; Refresh Cell” to the cell where you are storing the input from the user, say It </summary><link rel='replies' type='application/atom+xml' href='http://xcelsiusdashboards.blogspot.com/feeds/5310582084848381926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2009/09/simultaneous-refreshing-more-than-1.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/5310582084848381926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/5310582084848381926'/><link rel='alternate' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2009/09/simultaneous-refreshing-more-than-1.html' title='Simultaneous Refreshing More Than 1 LiveOffice in Xcelsius'/><author><name>S M</name><uri>http://www.blogger.com/profile/14993151959144276192</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_tjOlWP1AGdk/Squc9sbqvQI/AAAAAAAAAB0/fykFcDMYTlU/s72-c/1.JPG' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9043486933758220391.post-6953486110399847872</id><published>2009-08-20T14:45:00.005+05:30</published><updated>2009-09-11T19:57:42.840+05:30</updated><title type='text'>My Learnings from Xcelsius Project</title><summary type='text'>1. Do not change the name of the sheets once the components mapped otherwise Xcelsius file will not open next time2. Do not use the " Disable Mouse Input on Load" option when using Clender component in dashboard. Doing this will make calender hanged and multiple dates will be selected, thus value will not update in binded cell.3. Excel formulas cant be written using reference of LiveOffice rows, </summary><link rel='replies' type='application/atom+xml' href='http://xcelsiusdashboards.blogspot.com/feeds/6953486110399847872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2009/08/my-learnings-from-xcelsius-project.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/6953486110399847872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/6953486110399847872'/><link rel='alternate' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2009/08/my-learnings-from-xcelsius-project.html' title='My Learnings from Xcelsius Project'/><author><name>S M</name><uri>http://www.blogger.com/profile/14993151959144276192</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9043486933758220391.post-6676992048663399735</id><published>2009-07-20T11:34:00.001+05:30</published><updated>2009-07-20T12:30:19.675+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='LiveOffice in Xclesius'/><category scheme='http://www.blogger.com/atom/ns#' term='SAP BI Universe'/><category scheme='http://www.blogger.com/atom/ns#' term='xcelsius dashbaord'/><category scheme='http://www.blogger.com/atom/ns#' term='Webi with prompts'/><title type='text'>Xcelsius Dashboard from WebI report (with prompt) using LiveOffice</title><summary type='text'>Environment Details:BOXI R3.1 SAP BI BackendLive Office XI R3.1Xcelsius 20081. Create webI report for prompt display values which will be used to get input from user in Xcelsius Dashboard. Let this report is exported to CMS with name “prompt values”Note: Use Detail values instead of dimension objects2. Now create the report with prompt (Customer Key in this case) and export this report to CMS, in</summary><link rel='replies' type='application/atom+xml' href='http://xcelsiusdashboards.blogspot.com/feeds/6676992048663399735/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2009/07/xcelsius-dashboard-from-webi-report.html#comment-form' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/6676992048663399735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9043486933758220391/posts/default/6676992048663399735'/><link rel='alternate' type='text/html' href='http://xcelsiusdashboards.blogspot.com/2009/07/xcelsius-dashboard-from-webi-report.html' title='Xcelsius Dashboard from WebI report (with prompt) using LiveOffice'/><author><name>S M</name><uri>http://www.blogger.com/profile/14993151959144276192</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_tjOlWP1AGdk/SmQMjPCRFSI/AAAAAAAAAAM/E4vrMvUrqwg/s72-c/1.PNG' height='72' width='72'/><thr:total>11</thr:total></entry></feed>
