Display Hyperion Planning celltext in OBIEE reports.

Hi,
The requirement is to display the Hyperion Planning comments entered in the forms on the corresponding OBIEE reports. I have been able to retrieve details about the author, note contents along with the corresponding dimensions by considering the following tables:
1.HSP_CELL_NOTE
2.HSP_CELL_NOTE_ITEM
3.HSP_OBJECT
4.HSP_USER
But I am confused about the subsequent approach I need to take. How should the federation be done with the Essbase cube in the OBIEE repository? How should the comments be tagged to the specific OBIEE reports corresponding to the Hyperion Planning forms?
I am using Hyperion Planning 11.1.2.2 and OBIEE 11.1.1.6.
Any help is highly appreciated.
Thanks and regards,
Debarati.
Edited by: Debarati SJ on May 29, 2013 12:06 AM

Hi Celvin,
Many thanks for your reply. But can you please elaborate on the steps?
When I extracted data from Essbase (planning application), it does not generate ID columns for the dimensions that can be used to match with the HSP_OBJECT.OBJECT_ID. So I am not able to understand the logic behind joining the IDs.
On the hyperion planning relational tables,I ran the following Query to retrieve the Note for comment and the corresponding Dimension members:
SELECT HYPUSER.HSP_CELL_NOTE.NOTE_ID,
HYPUSER.HSP_CELL_NOTE_ITEM.CONTENTS,
HYPUSER.HSP_OBJECT.OBJECT_NAME AS Scenario,
HYPUSER.HSP_OBJECT1.OBJECT_NAME AS Account,
HYPUSER.HSP_OBJECT2.OBJECT_NAME AS Entity,
HYPUSER.HSP_OBJECT3.OBJECT_NAME AS Period,
HYPUSER.HSP_OBJECT4.OBJECT_NAME AS Version,
HYPUSER.HSP_OBJECT5.OBJECT_NAME AS YEAR
FROM HYPUSER.HSP_CELL_NOTE
INNER JOIN HYPUSER.HSP_CELL_NOTE_ITEM
ON HSP_CELL_NOTE.NOTE_ID = HSP_CELL_NOTE_ITEM.NOTE_ID
LEFT JOIN HYPUSER.HSP_OBJECT
ON HSP_CELL_NOTE.DIM1 = HSP_OBJECT.OBJECT_ID
LEFT JOIN HYPUSER.HSP_OBJECT HSP_OBJECT1
ON HSP_CELL_NOTE.DIM2 = HSP_OBJECT1.OBJECT_ID
LEFT JOIN HYPUSER.HSP_OBJECT HSP_OBJECT2
ON HSP_CELL_NOTE.DIM3 = HSP_OBJECT2.OBJECT_ID
LEFT JOIN HYPUSER.HSP_OBJECT HSP_OBJECT3
ON HSP_CELL_NOTE.DIM4 = HSP_OBJECT3.OBJECT_ID
LEFT JOIN HYPUSER.HSP_OBJECT HSP_OBJECT4
ON HSP_CELL_NOTE.DIM5 = HSP_OBJECT4.OBJECT_ID
INNER JOIN HYPUSER.HSP_OBJECT HSP_OBJECT5
ON HSP_CELL_NOTE.DIM6 = HSP_OBJECT5.OBJECT_ID
Thanks and regards,
Debarati.

Similar Messages

  • Cache memory usage of Hyperion Planning, Workspace and Financial Reporting

    We have installed Hyperion Planning, Workspace and Financial Reporting in one single server and we would like to know is there any cache memory setting can be fine tuned to improved the overall online performance of the system.
    How can we control the memory usage of individual user logged into Workspace and Hyperion Planning? And if users generate a large size report in Financial Reporting, should more memory be allocated to the user so as to speed up the report generation speed?
    Thanks in advance!

    Our onsite consultants told us that as we have many web forms and some web forms contains lot of cells, the compiled Hyperion Planning application is quite large (> 1GB) and sometimes may have "out of memory" problem. We just wonder we are using 64bit version of Windows 2003 we should have a much larger memory address space. How can we improve the "out of memory" issue?
    Or Hyperion Planning is still a 32 bit application?

  • I want to display the DFF fields in OBIEE reports

    Hello,
    we have a requirement to show DFFs in OBIEE reports and i wanted to understand:
    - Will we have to create a custom column mapping in Informatica and custom field in data warehose table?
    - Should we modify the vanilla content or seprate code to be written and then create a join to OOTB tables?
    Please suggest.
    Thanks
    Vinod

    Hi Avinash,
    Thank you for the prompt reply.
    The DFF is a context sensitive DFF and by default it was not visible in the create absence window.
    I had used the below metalink note to activate the context sensitive DFF in the above screen when the employee launches the LOA.
    "Unable To Display Context Sensitive Additional Absence Details Dff In SSHR. [ID 466881.1]"
    However my problem is that neither the supervisor nor the final HR approver sees this context sensitive DFF fields in the "Notification Summary" page.
    The HR person can approve the leave and then go to core HR absence screen and then only see the DFF fields.
    Some decision regarding air tickets etc. needs to be decided before the leave can be approved.
    regards

  • Newbie questions regarding pulling data from hyperion planning cube w/OBIEE

    Hello there,
    we've recently implemented Essbase and are currently pumping it full of revenue/expense data from out source systems to calculate NOI. This data is stored in a staging table at the detail level where it is sourced into Hyperion and aggregated. We also have OBIEE 10g (plan to upgrade to 11g later this year) and we would like to connect to and report out of Essase. Our ultimate goal is to be able to report on the NOI numbers in the planning cube but have the ability to drill down to the detail level which is not stored in Essbase. We've heard it is possible, albeit not native for OBIEE 10g to do this. We've also heard that it is not best practice to use our transactional cube for this type of reporting but to actually create a second "reporting cube".
    What are best practices for getting this NOI data out of Hyperion and merging it with our relational detail reporting? Can we somehow export the data from the cube and store it in a relational database? Should we clone the cube (if even possible) and configure both it and our relational source in the BI repository and setup all drill-throughs there?
    Any info is GREATLY appreciated. Thank you.
    Edited by: cisGuy on Sep 20, 2010 5:31 PM

    i have found information on how to use ODI to extract data for the cube. What I'm really trying to find out though is best practices for reporting off summary level data in Essbase with the ability to drill-through to the detail.
    We've heard reporting off the same cube that users are writing back and transacting on is bad. Do we need to make a "reporting cube" and then bring that in OBIEE and merge it with a relational source or is it better to extract the data from Essbase into flat files and join it to detail tables in our relational source?

  • Creating an Hyperion Planning connection in Financial Reporting

    We've got a lot of FM and Essbase reports, but now I'd like to connect to Planning so that I can display cell text in a report but I just can't get the connection setup from Workspace.
    Two things:
    1. There's no button to pick my Application as with other data sources. This looks odd but I'm not sure if it's normal.
    2. When I go to the database connection manager I'm asked for these details and I can't figure out what the "Select Database Connection" string should be:
    Database Connection Name: MED
    Type: Planning
    User ID: [me]
    Password: [my password]
    Application: MED
    Select Database Connection: ? http://[PlanningServer]/HyperionPlanning/ ?
    This is what I've tried along with the SQL server, using IP address or FQDN.
    Kind Regards,
    Dave Rayner
    Edited by: user9515449 on 10-Jan-2013 02:12

    Provide a name for the connection
    Select planning as the type.
    Enter the user id/password you want to use.
    The application name and then the database is the plan type name you want to use.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to Display the Contain records in OBIEE Report

    Hi Guru's
    Col1     Col2     Col3
    1001     ABC     IN
              USA
    1002     XYZ     IN
              UAE
              USA
    1003     PQR     IN
              UAE
              AE
    as per above requirement it should be despaly UAE,AE if it contains.
    Expected out put is
    1002     XYZ     IN
              UAE
              USA
    1003     PQR     IN
              UAE
              AE
    i.e 1001 contains only IN, USA...but it's not contains any of the record in UAE or AE.
    If it contains UAE or AE any one of the data it should display all the other countries.
    Cheers
    Sunil

    Yeah...I was applied....but it not suitable answer that i was got.
    If i apply a filter
    Country ='UAE' or 'AE'. it will display only those two records right....for me if it contains any of the record...then it should display all.
    Like Union, Union All, Intersect, minus....operators.

  • Cell Text Annotations of Hyperion Planning on Hyperion Financial Reporting

    Hello,
    There is a business requirement to show Cell text entered as annotation on each cells in data form to be reported using Hyperion Financial Reporting.
    Also there is a case of some of the data types being text. Some of the forms also have supporting details.
    Now I want to check how easy or difficult is it to report from Hyperion Planning V11.1.2 for the above mentioned.
    Are there any noticeable performance issues?
    Is it possible to report the cell text annotations , Supporting details & Datatype 'Text' from data form on Financial Report?
    Thanks in advance,
    XX

    I haven't used the text data type, however I have done quite a bit of reporting on supporting detail. All you have to do is use a Hyperion Planning data source instead of an Essbase data source. (and specify on the report to show supporting detail). In general, Hyperion Planning data sources are slightly slower than Essbase data sources. How much slower depends on a lot of factors, but supporting detail can certainly slow things down.
    One key limitation with reports that display this type of data is that it doesn't "roll up" the hierarchies. Your report has to be at the same level (in all dimensions) where the supporting detail was entered. So you can't pick an upper level Entity and show all of the supporting detail for it's descendants unless your report also includes the descendants. I understand why this limitation exists, but I routinely have clients that would like this functionality. (For Example - Show me all of the supporting details for the entire plan.)

  • Use ODI to Extract Data from Hyperion Planning & Budgeting report to Excel

    Hello
    Can someone tell me please how to Extract Data from (Financial Reporting in) Hyperion Planning & Budgeting into Excel Using ODI?
    Would the steps be the same as Creating an ODI Project and Interface: Exporting a Flat File to a Flat File? If not, why?
    Best Regards.
    Edited by: Saturday on May 26, 2012 9:55 PM

    Where do you think the financial reports get their data from? Financial Reports pull data from data sources such as Essbase, HFM.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Hot to display PDF and Word documents as an attachment in OBIEE Reports

    Hi,
    From few of Oracle threads I learnt that we can store the files in a server locaiton and read it thro a URL. What I am trying to do is, PDF or Word document will be stored in database as BLOB fields. This BLOB field needs to be come as an attachment in OBIEE Reports and by clicking that icon, it uses the local applicaiton PDF reader or a word applicaiton and open the attachment, just like how we open an attachment from a E-mail. Can you please help me with the possible methods of that. I can provide you more information incase if you need.
    Thanks
    Augesthi

    As long as you used the paper-clip Attach icon, that should be fine.
    The entire document appears to you because your Mac recognizes the document type, and displays it for you, saving you from having to mouse around and find a Reader for it. You can still use the Save icon to save a copy of only the attachment.
    To avoid problems with other email readers, be sure the checkbox [√] send windows-friendly attachments is checked.
    I addition, some email readers cannot cope with any attachments positioned at any place in the document other than at the very end. So make sure you move the cursor to the absolute end of the document before clicking "Attach".
    If all else fails, send an email that says, "attachment to follow", then send the attachment right away in a separate email, with nothing else in the body of the message. Some use the Subject abbreviation (nt) to indicate "no text", that is, no words typed in the message portion.

  • How to display special characteds in OBIEE reports?

    How to display special characters/multi lingual characters in OBIEE reports? Could you please let me know were all I need to make the changes in OBI so as to see the similar set of characters that being saved in database.
    Thanks in advance
    Regards,
    Jeetender
    Edited by: user9353498 on Mar 17, 2010 3:55 AM

    Hi,
    I believe it depends on your database type. If your database query supports it, OBIEE should not have any problem.
    I think there are only 2 constraints which might stop OBIEE from displaying special characters.
    1) OBIEE internal javascript which does not allow special characters
    2) Database type which does not allow special characters in query.
    If you can take care of these 2 reasons, then it should be possible.
    However, experts can shed some more light on it.
    -Vinay

  • Hyperion Planning: Reporting tools

    Hi!
    I am using Hyperion Planning and I want to know which reporting tools I could use. I know Smart View but there are other options?
    Thanks!

    I'd prefer Financial Reporting because it supports :
    - text type accounts
    - smartlist accounts
    Be prepared for some extra time needed to get used to the report editor. The interface feels like it was build for Windows 3.11.
    Sascha.

  • Disable SQL query to celltext content in web form of Hyperion Planning

    We are using Hyperion Planning ver 11.1.1.1. We found that there is a SQL query executed for each cell in the web form to query the SQL Server metadata database and check whether there are some celltext associated with this cell.
    As we did not implement the celltext function to our end users, we would like to disable this checking. As some of our web forms have more than 10000 cells, generate 10000 SQL queries to the metadata database definitely is a performance issue.
    We have asked Oracle team whether we can disable the SQL query but the answer is that no such option exist.
    Anyone experienced this case and have workaround solution?
    Thanks!

    Hyperion user wrote:
    Alp Burak wrote:
    Hi,
    We had faced the same issue a few years ago. One of our geeks had done a change in either Enterdata.js or Enterdata.jsp which disabled form cell validation. I don't currently have the code with me but it wasn't a big change really, remarking a function could be doing the trick.
    I don't think this is officially recommended by Oracle though.
    AlpThanks for your advice. We will try to locate the enterdata.jsp and enterdata.js and found out where the SQL being executed.We found out the Enterdata.js under the deployment directory of Weblogic. However it is over 400KB size and many many lines of codes. We think that it is very difficult to locate where should be customized to remove the SQL checking on cell content.
    \\Hqsws04\hyperion\deployments\WebLogic9\servers\HyperionPlanning\webapps\HyperionPlanning

  • Hyperion Planning and Smartview : Build function HS Description

    Dear all,
    I am currently using Hyperion planning 11.1.2.2, I would like to display in excel adhoc reports the description of some dimension members via smartview.
    To this end I used the "build function" functionality:
    I selected an empty cell and call the functionality, a window appears with two parameters :
    1-connection : this field is automatically filed (WSFN|HP|pc|Planning|Plan1)
    2-Member List : I would like to fil it manually ex : "Account#100"
    I click on validate : the following message appears : Selected connection does not support this function.select new connection.
    I would like to know what is meant by connection? what is the syntax of the connection string? could you please provide an example?
    Thank you
    Best regards.
    Toufik
    Edited by: user11081975 on May 12, 2013 12:55 PM

    Hsdescription is not supported by Planning connection.
    You can use that with Essbase connection.
    Read http://docs.oracle.com/cd/E17236_01/epm.1112/sv_user/ch17s01s08s15.html
    It talks about what are shared and private connections.
    Regards
    Celvin
    http://www.orahyplabs.com

  • How exactly can I load TEXT DATA to a Hyperion Planning application?

    I have a data file that has TEXT data that I want to load to planning. I do not wish for this text data to be displayed in a Smart List, rather I want to use the new Planning data type "Text"
    In chapter 5 of the Planning Admin Guide in the Matrix for Data Load Tools, it says the Planning Outline Load Utility can load Text Data values.
    I can't make sense out of the the instructions to load data with this utility. Can someone please help me?
    -Chris

    Hi John,
    I like your idea of flipping the Data Load Dimension and the Driver Dimension. Unfortunately Planning won't let me set Period as a Data Load Dimension.
    I only get Account, CCCC, Employee, SCCC, and SAU_CAU_Facility (5 of the 11 dimensions in this application).
    So that's why I set the Data Load Dimension and the Driver Dimension as I did. It ran but with some kickouts on missing members. So 16 of the 19 records I sent processed and I understand why these three kicked out in the error file:_
    [Tue Jul 28 10:33:37 EDT 2009] Error occurred loading data record 1: Job_Description,Wrkforce,ENVIRONMENTAL COORDINATOR,"BegBalance, 71_71_CAU, GAK_SCCC, No_CCCC, Actual, FY09, Final, Emp_7340"
    [Tue Jul 28 10:33:37 EDT 2009] com.hyperion.planning.InvalidMemberException: The member Emp_7340 does not exist or you do not have access to it.
    [Tue Jul 28 10:33:37 EDT 2009] Error occurred loading data record 2: Job_Description,Wrkforce,EXECUTIVE ASSISTANT,"BegBalance, 71_71_CAU, G02_SCCC, No_CCCC, Actual, FY09, Final, Emp_4435"
    [Tue Jul 28 10:33:37 EDT 2009] com.hyperion.planning.InvalidMemberException: The member Emp_4435 does not exist or you do not have access to it.
    [Tue Jul 28 10:33:37 EDT 2009] Error occurred loading data record 4: Job_Description,Wrkforce,PRESIDENT & COO-YANKEE ENERGY SYSTEM,"BegBalance, 71_71_CAU, G02_SCCC, No_CCCC, Actual, FY09, Final, Emp_8747"
    [Tue Jul 28 10:33:37 EDT 2009] com.hyperion.planning.InvalidMemberException: The member Emp_8747 does not exist or you do not have access to it.
    [Tue Jul 28 10:33:38 EDT 2009]Planning Outline data store load process finished with exceptions: exceptions occured, examine the exception file for more information. 19 data records were read, 19 data records were processed, 16 were successfully loaded, 3 were rejected.
    The log file that loads tells some good news as well..._
    Successfully logged into "Wrkforce" application, Release 11.111, Adapter Interface Version 5, Workforce supported and not enabled, CapEx not supported and not enabled, CSS Version 3
    "Account" dimension properties and information:
    Account, Parent, Alias: Default, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Data Load Cube Name, BegBalance, Point-of-View, Account Type, Time Balance, Skip Value, Exchange Rate Type, Variance Reporting, Source Plan Type, Plan Type (Wrkforce), Aggregation (Wrkforce)
    No UDA's defined on "Account"
    "Period" dimension properties and information:
    Period, Parent, Alias: Default, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Type, Start Period, End Period, Aggregation (Wrkforce)
    No UDA's defined on "Period"
    "Years" dimension properties and information:
    Years, Parent, Alias: Default, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation
    No UDA's defined on "Years"
    "Scenario" dimension properties and information:
    Scenario, Parent, Alias: Default, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Start Year, Start Period, End Year, End Period, Exchange Table, Include BegBal, Process Management Enabled, Aggregation (Wrkforce)
    No UDA's defined on "Scenario"
    "Version" dimension properties and information:
    Version, Parent, Alias: Default, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Version Type, Process Management Enabled, Aggregation (Wrkforce)
    No UDA's defined on "Version"
    "CCCC" dimension properties and information:
    CCCC, Parent, Alias: Default, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Plan Type (Wrkforce), Aggregation (Wrkforce), Open_Closed_CCCC
    No UDA's defined on "CCCC"
    "Open_Closed_CCCC" attribute dimension (on base dimension "CCCC"). Attributes defined on the "Open_Closed_CCCC" dimension: Open_CCCC; Closed_CCCC;
    Open_Closed_CCCC, Parent, Alias: Default, Operation
    "Employee" dimension properties and information:
    Employee, Parent, Alias: Default, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Aggregation (Wrkforce)
    No UDA's defined on "Employee"
    "SCCC" dimension properties and information:
    SCCC, Parent, Alias: Default, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Aggregation (Wrkforce), Open_Closed_SCCC
    No UDA's defined on "SCCC"
    "Open_Closed_SCCC" attribute dimension (on base dimension "SCCC"). Attributes defined on the "Open_Closed_SCCC" dimension: Open_SCCC; Closed_SCCC;
    Open_Closed_SCCC, Parent, Alias: Default, Operation
    "SAU_CAU_Facility" dimension properties and information:
    SAU_CAU_Facility, Parent, Alias: Default, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Aggregation (Wrkforce), Open_Closed_SCF
    No UDA's defined on "SAU_CAU_Facility"
    "Open_Closed_SCF" attribute dimension (on base dimension "SAU_CAU_Facility"). Attributes defined on the "Open_Closed_SCF" dimension: Open_SCF; Closed_SCF;
    Open_Closed_SCF, Parent, Alias: Default, Operation
    Exchange Rates properties:
    Table, Description, To Currency, From Currency, Operation, Method, Historical, Beg Balance, Year, Period, Average, Ending
    UDA properties:
    Dimension, UDA, Operation
    Translation input file fields:
    Value, Driver Member, Point-of-View, Data Load Cube Name
    [Tue Jul 28 10:33:35 EDT 2009]Successfully located and opened input file "D:\Hyperion\products\Planning\bin\testload.csv".
    [Tue Jul 28 10:33:35 EDT 2009]Header record fields: Account, Data Load Cube Name, BegBalance, Point-of-View
    [Tue Jul 28 10:33:35 EDT 2009]Located and using "Account" dimension for loading data in "Wrkforce" application.
    [Tue Jul 28 10:33:38 EDT 2009]Load dimension "Account" has been unlocked successfully.
    [Tue Jul 28 10:33:38 EDT 2009]A cube refresh operation will not be performed.
    [Tue Jul 28 10:33:38 EDT 2009]Create security filters operation will not be performed.
    [Tue Jul 28 10:33:38 EDT 2009]Examine the Essbase log files for status if Essbase data was loaded.
    [Tue Jul 28 10:33:38 EDT 2009]Planning Outline data store load process finished with exceptions: exceptions occured, examine the exception file for more information. 19 data records were read, 19 data records were processed, 16 were successfully loaded, 3 were rejected.

  • OBIEE Report using webservices : problem using the htmlviewservice.

    Hi,
    I have a requirement that i have to display OBIEE report on web browser.
    i followed the following article for achieving this. http://oraclebizint.wordpress.com/2007/07/31/customizing-obi-ee-soap-api/.
    I have a problem while creation of the html page.
    the given sample code consists the following.
    startIndex = htmlOutput.indexOf("IFRAME SRC=");
    endIndex = htmlOutput.indexOf("%3aEI Index",startIndex);
    startIndex = startIndex + 12;
    endIndex = endIndex + 10;
    System.out.println("start Index ="+ startIndex+"\n"+"end Index ="+endIndex);
    url ="<HTML><BODY><IFRAME SRC=\"" +htmlOutput.substring(startIndex,endIndex) +"\"></BODY></HTML>";
    But i didn't understand the given lines of the code. I tried a code like url = "<HTML><BODY>"+ headerHTML+htmlOutput + "</BODY></HTML>";
    I am able to get the reportId, sessionId, pageId. After creation of the html page, it always display a rotating clock.
    please help me how to get the report on html page with the url.
    Thanks in advance.
    Udaykiran.
    Edited by: UdayKiran on Sep 28, 2011 3:31 PM

    Oracle accepted this as a Bug
    Bug 14606826 - SOAP CALL FROM EXTERNAL JAVA APPLICATION TO OBIEE11G NOT RETURNING ANY DATA

Maybe you are looking for

  • Report header issue in .RTF Template

    Hi, I have designed a .RTF Template, I need to display a Parameter in the header part of the template, If the Parameter doesn't contain values then I do not want to show them, Can I have If and End if condition in the header part, I believe I cannot

  • Walkman app search not working properly after lollipop update?

    Does anyone else have problems with the walkman app search function? Just yesterday it worked fine before I updated to lollipop, when I searched for a song it actually found it. Now it's all broken and can usually find results only when I type in two

  • Server Not Found/CD not avaliable

    I've been trying for two day to purchace my cart. I the the following messages when I click on purchace cart at the bottom. The contents of your chart have changed, please review when I click ok "We could not complete your music store request. The se

  • Superscripts and subscripts in Mail

    How to write a superscript in Mail ? e.g x to the power of 2. i had to revert to writing x**2. even TextEdit has this capability. Format/Font/Baseline/Superscript. so i thought i'd type it there, and copy and paste it into Mail. but it lost the super

  • PortableRemoteObject.narrow throws ClassCastException

    Hi Friends, I am trying to access home interface of a stateless session EJB from an Applet running in JRE 1.3.1 in IE. My EJB is running in WebLogic Server 6.1. I am getting a cast error while narrowing the remote home interface. My server and client