Error Report and Spend by Suppliers Report

Dear Guru's,
                    I am totally new to SRM technical, where I need to develop two reports as mentioned below,
1. Report to display Error occured in SRM? i want to know from which table should i pick up error that occurs in SRM.
2. Report to display Spend by the Suppliers? here also i have the same requirement.
Can anybody help me on this, so that i can learn from you all.
Thanks in Advance,
Mohit.

Hi,
reqt 1:
If you are talking about SLG1 entries,then they are stored in the table "BALHDR".But you can use the FM "APPL_LOG_READ_DB" to read the SLG1 entries in the system instead of quering the tables.
For Other errors listed in the Application Monitors in tcode RZ20,you can use the FM "BBP_GET_STATE_MONITOR" to get the avrious alert messages.
BR,
Disha.
Pls reward points for useful answers.

Similar Messages

  • RE: COPA report and customer line item report not matching

    Hi All,
    COPA report and customer line item reports (fd10n) are not matching please let me know the reason.

    ok

  • How to show view tab Main Report and all of Sub Report in one action through Visual FoxPro

    How to show all view tab (Main Report and all of Sub Report) in one action.
    I already know how to show Main Report with this code sample:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=this.Parent.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Inside the 'MyReport.rpt' it has 2 subreports:
    1. MySubReport_1
    2. MySubReport_2
    I try to show MySubReport_1 and MySubReport_2 together with their own Main Report with this code sample:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=this.Parent.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptSub1=oRptOpen.OpenSubreport('MySubReport_1')
    oRptSub2=oRptOpen.OpenSubreport('MySubReport_2')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Did I miss something because there was only view tab 'Preview' (Main Report) shown without view tab MySubReport_1 and MySubReport_2.
    Thank you.

    Your right, there is only one tab to view the report.
    To open the subreports you will need to click on them in the main report. I don't know of a way to open them programmatically like you are doing here
    http://diamond.businessobjects.com/robhorne</a>

  • Error calling Report and unable to bind Report Server

    Hi,
    I use Oracle Database 10g with Oracle Developer 10.1.2, in Windows 2000.
    I don't have nor use Oracle Application Server though.
    I tried to call a report from a Form, using Run_Report_Object.
    But the following error appeared.
    Error FRM-41213 Unable to connect to Report Server rep_<computer_name>
    I also tried to call a report, using Web.Show_Document.
    It launch another web browser, but the following error occured
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    Based on the white paper of Oracle Application Server 10g - Integrating Oracle Reports in Oracle Forms Services applications.
    I create my own report server using following command
    rwserver server=repsrv.
    Another java-based windows showed up. It shows that the server 'repsrv' is ready.
    I do the following:
    1. Navigate to http://localhost:8889/reports/rwservlet using web browser.
    It showed OracleAS Report Services - Servlet Command Help page.
    But there is no other window popup (The white paper stated that a 'in process' server
    should be invoked when starting a report for the first time).
    2. Navigate to http://localhost:8889/reports/rwservlet?userid=PRACTICE/PRTC@MYDB&report=C:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html&paramform=no&p_1=P1&p_1=P2
    my schema is PRACTICE, password PRTC and database instance MYDB
    the report path = C:\FORM\MODULE1.JSP
    The following error occured
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    3. Finally, I tried
    http://localhost:8889/reports/rwservlet?server=REPSRV&userid=PRACTICE/PRTC@MYDB&report=C:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html&paramform=no&p_1=P1&p_1=P2
    The following error occured
    REP-51002: Bind to Reports Server repsrv failed
    I don't understand.
    It seems that the Report Service is not recognized although the java-based window state that the Report Server (repsrv) is ready.
    My questions:
    1. Does it means that my report server is not running?
    Or it is running but the web browser didn't recognize it?
    I use Internet Explorer 5 and Netscape 7, both of them showed the same error message.
    2. The paper said there is supposed to be 2 type of server, 'In process' and custom server.
    Both of them will create a configuration file in /reports/conf in DevSuiteHomeDirectory.
    I can see the custom report server's configuration file which I create using rwserver
    (repsrv.conf)
    but I can't see the 'in process' server's configuration file (rep_<computer_name>.conf).
    What am I supposed to do?
    3. Is there any steps with I supposed to do after the installation?
    Well, I didn't find any error during the installation, everything seems to be just fine.
    Perhaps, I need to modify some files, specifya report server name,
    create the 'in process' server manually.
    Many thanks,
    Imelda

    Hi,
    I have already tried your suggestion.
    Since I am in Windows 2000 platform, so I do the first suggestion from the documentation.
    If the host machine is not in a network (that is, it is a standalone machine).
    Solution for Windows platform: Install the MS loopback adapter, as described on the Miscrosoft Web site (http:\\microsoft.support.com). Then, specify an IP address for your machine (either XP or Windows 2000), as follows:
    1. On your desktop, right-click My Network Places, and choose Properties.
    2. Right-click the MS loopback adapter, and choose Properties.
    3. In the Properties dialog box, select Internet Protocol (TCP/IP), and click Properties.
    4. Select Use the following IP address, and enter a valid IP address. The subnet mask field will automatically populate. Do not use the local host IP (that is, 127.0.0.1). For example, enter: 198.162.1.1.
    5. Click OK, and follow the instructions displayed.
    There is also solution for UNIX platform.
    But I do the Solution for Windows platform only.
    But still I've got the following error message :
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    And in the command line of OC4J which I started, the following error appeared :
    Not able to load oracle.reports.util.EnvironmentGlobal class
    Using oracle.reports.util.Environment class
    BTW,
    I also tried to use the command lin rwrun :
    rwrun report="D:\My Documents\TryReport\module1.jsp" userid=scott/tiger@orcl destype=file desformat=pdf desname="D:\My Documents\TryReport\module1.pdf"
    And somehow a PDF file appeared.
    It contains the output of the report I created.
    It exactly the same as the preview of the web layout which is run from Report Builder (Run Web Layout CTRL-R).
    Could this mean that the In-Process server is running?
    Perhaps the browser did not understand how to connect to Report Server?
    Is there anything should be done?
    Should I also do the Solution for UNIX platform? (Mine is Windows)
    And, why for Oracle Form (running as a servlet), everything seems to be normal?
    Does the Oracle Form use different server from Oracle Report?
    The problem is only when I tried to call report using a button inside Oracle Form.
    (Run_Report_Object and Web.Show_Document)
    Any light would be grateful.
    Many thanks,
    Buntoro

  • UCCX 8.5 - Historical Reports - Traffic Analysis report and Application Performance Analysis report different calls presented

    Hi,
    Please Advice.
    When I compare Traffic Analysis report and Application report, Calls presented are not same. Please Help !
    Also attached herwith the reports

    Mohammed,
    It is common, in many of the Cisco Express 8.5 environments we have looked at, for the Total Incoming Calls given on a Traffic Analysis report to be a higher number than an Application Report.
    The Traffic Analysis Report counts every unique sessionID (unique call) that is inbound (contact type of 1).  The Application Reports do a similar thing but qualify (filter) only the records that have an application assigned.
    There are simply times where inbound calls have been directed to an "agent" without having an applicaiton assigned.
    The best thing the reporting user can do is to run a query on his or her database such as: 
         select * from ContactCallDetail where contactType=1and startDateTime > '2012-11-16 10:00:00' and startDateTime < '2012-11-16 11:00:00';
    Usually when an application is not assigned to the record in the ContactCallDetail table it is because the destination type is equal to 1, which is an 'Agent' instead of a 'route point'.
    So if you modify your select statement to filter by destinationType, you can quickly find the records that don't have the application assigned. 
    Example:  select * from ContactCallDetail where contactType = 1 and destinationType = 1 and startDateTime > '2012-11-16 10:00:00 and startDateTime < 2012-11-16 11:00:00';
    When you look at these records, you will see the agent that took the call from the destinationID field.  The number in that field should match up with the field called 'resourceID' in a table called 'resouce';
         Example:  select * from resource where resouce=6011; where 6011 was the number you found in the destinationID field.
    If there is still confusion about the source of the call - then talk to that agent and find out what is was.
    Good Luck and let me know if you need further help.
    Ron Reif
    [email protected]

  • CALL A TRANSACTION  IN SIMPLE REPORT AND RETURN BACK TO REPORT

    I 'VE A REQUIREMENT IN WHICH I HAVE TO MAKE A REPORT PROGRAM. IN THIS REPORT PROGRAM I HAVE TO CALL A TRANSACTION cs11 IN BACKGROUND AND THEN PICK ITS OUTPUT VALUE (DISPLAYED IN alv GRID OF cs11) AND THEN RETURN BACK TO MAIN PROGRAM. DO SOME CALCULATION WITH THE BROUGHT DATA AND THEN DISPLAY THEM ON THE REPORT alv OUTPUT.
    iS THIS POSSIBLe? IF YES? HOW.
    PLEASE HELP.

    try creating two reports.....ztest_a and ztest_b
    do your call transaction in ztest_b
    in ztest_a you can write submit ztest_a and return....
    see if this works...
    Message was edited by:
            Priyank Jain

  • Schedule reports and wait until the report complete

    I have wrote a java program to call BO SDK to schedule several crystal reports (same report, run at once with different parameters) to an unmanage disk. The program run successfully and can generate the reports. I would like to add an email notification function once all the reports are generated. How can I know the status of all the reports is completed?
    Does anyone know the answer? Many thanks.

    Hi Grace,
    BO CMC has feature for e-mail notification
    goto CMC
    navigate to that report.
    rigth click>> Manage->>Default Settings-->>Notification. (Email Notification: )
    Email notification based on:
          A job has been run successfully .
                      Configure notification message
                                               Use the Job Server's defaults
                                               Set the values to be used here:
        A job has failed to run 
                       Configure notification message
                                            Use the Job Server's defaults
                                            Set the values to be used here:
    I dont know about doing all this through SDKs but you can try doing this step by step frist through CMC and then going for infovie and then your java program.
    See if this could achieve your reqiurements
    Thanks,
    Praveen.

  • GL security works for one report and not for other report.

    Hi everybody,
    We have setup GL security and for our discoverer reports we are calling
    APPS.GL_SECURITY_PKG.VALIDATE_ACCESS( sl.SET_OF_BOOKS_ID,gl.CODE_COMBINATION_ID ) = 'TRUE' in the query.
    Now among 3 reports, 2 are working fine but one report is not showing any data if i use the above condition.
    Hint: That particular report is based on a Materialized view.
    Any ideas??
    Thank you
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Rod,
    Thanks for your reply but when i try to use the where
    condition in the folder in Admin, its not recognizing the Apps.GL_SECURITY_PKG.VALIDATE_ACCESS....
    Any Suggestion on this?
    Thank you
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error 14044 and 14045 in the report

    Hi Experts ,
    When i am generating the report i am facing the below error.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14044] Missing join between logical tables: A and A. [nQSError: 14045] There must be at least one physical join link between the underlying physical tables 3001:341502 T341502 and 3001:359145 T359145. (HY000)
    How to solve this issue.
    Regards,

    Hi,
    It seems like you are pulling a report from 2 tables with NO physical join.
    Please check the physical layer diagram and join the 2 tables.
    Thanks,
    Vineeth

  • New battery not charging and no power supply reported

    The battery for my G4 17inch powerbook had expired and a new one was needed. A brand new battery has been purchased and inserted into the machine. With the old battery the charger would go green then quickly amber before going off. With the new battery the light never comes on and in the battery info in the operating system it is listed as a new battery with 1 charge but the power supply section is not listing the power as connected. However with no batterys inserted the power supply will power and run the machine.
    Can anyone offer any advise of something I could try or is it likely to be a dead laptop / charging circuit?
    Thanks

    There's 4 components in the charging circuit: power adapter, DC-in card, battery, and logic board. If you can run on power without the battery, and does not run when you insert a battery, that suggests that the DC-in board may be OK. So ... power adapter works, assume DC-in card works, new battery assume it works ... if you accept those assumptions, then you have a logic board issue.

  • PDF reports and forms11g, Weblogic, call report from form, parameters

    Hi All.
    I had difficulty to put to work reports 11g on pdf format. this is how I solve it.
    I hope help any of you and also anyoe can correct me if Im wrong.
    1. I have installed an configured the weblogic server 10.3.3, also Forms, Reports, Portal, Discoverer 11.1.1.3.0 and database 11.2
    2. I re-compiled my forms and reports 10gR2 on 11g, also the pll libraries.
    3. This is how I call the report from my form, I add parameters to a parameter list called PL then invoke the rp2rro prucedure that is located at rp2rrp.pl library:
    PL := create_parameter_list(TDATA);
    add_parameter(PL,'PARAMFORM',TEXT_PARAMETER,'NO');
    add_parameter(PL,'ORIENTATION',TEXT_PARAMETER,'PORTRAIT');
    add_parameter(PL,'EMPRESA',TEXT_PARAMETER,:GLOBAL.COMPANY);
    add_parameter(PL,'NB_EMPRESA',TEXT_PARAMETER,:GLOBAL.COMPANYNAME);
    add_parameter(PL,'DESFORMAT',TEXT_PARAMETER,:CG$CTRL.DESFORMAT);
    rp2rro.SETREPORTSSERVER(:GLOBAL.REPORTSERVER);
    add_parameter(PL,'SESION',TEXT_PARAMETER,TO_CHAR(SESION));
    Add_Parameter(pl, 'DESTYPE', TEXT_PARAMETER, 'SCREEN');
    rp2rro.rp2rro_run_product(REPORTS, :CG$CTRL.REPORT_TYPE, SYNCHRONOUS, RUNTIME, FILESYSTEM, PL, NULL);
    destroy_parameter_list(PL);
    4. when pr2rro gets the parameter list (PL) did not find the Desformat parameter that I sent from the form. so I edit the pr2rro.pll library. this is the zone of the code edited:
    (just added the number var "Desfn" that the get_parameter_attr() will need above.
    PACKAGE BODY rp2rro IS
         /* Package variables */
    rp2rroDesformat varchar2(30);
         rp2rroDesname varchar2(200);
         rp2rroDestype varchar2(30);
         rp2rroReportOther varchar2(2000):='';
    rp2rroComm_mode number := Synchronous;     
         rp2rroReportServer varchar2(100);
         rp2rroVirtualDir          varchar2(100);
    rp2rroReportsInterface varchar2(30);
    /* this line by ingenio*/
         Desfn                    number;     
    5. a couple of lines above, you can find this:
    (here I added get_parameter_attr(mparamlist_id,'DESFORMAT',Desfn,rp2rroDesformat); to asign the value of the parameter called Desformat to the rp2rroDesformat var)
    PROCEDURE rp2rro_run_product(product NUMBER,reportFile VARCHAR2,commMode NUMBER,engine NUMBER,fileLocation NUMBER,mparamlist_id ParamList,display VARCHAR2) IS
    BEGIN
         /* Handle only calls to Reports */
         /* this line by ingenio*/      
    get_parameter_attr(mparamlist_id,'DESFORMAT',Desfn,rp2rroDesformat);           
              IF product = REPORTS THEN     
              Handle_rp2rro_run_product(product, reportFile,commMode,engine,fileLocation,mparamlist_id);
              END IF;
    END;
    Its now working fine with PDF, RTF, HTML, Delimited formats, Not with EXCEL(spreadsheet) Im working in that.
    I accept any help.
    Thanlks
    Edited by: Ingenio on Nov 29, 2011 2:44 PM

    I solved my problem editing the rp2rro.pll library,I debugged the library and I found the format sent by forms was missing, so I catch it and set it directly:
    GET_PARAMETER_ATTR(mparamlist_id, 'DESFORMAT',vnumb,vvalue);
                   setDesformat (vvalue);

  • KE5Z report and plant wise sales report (Z report develped) not matching

    thanks for support
    could any body tell me in report KE5Z (proft center actual line items) .profit center wise sales is not matching
    with plant wse sales  Z report developed (based on plant - plant wise sales ) In MM01 master data maintenance  we have tagged every plant to a profit center , becoz of this mapping these report should match ? but big differnce is coming?

    Hi,
    Check on it:-
    Missing Data in the KE5Z report
    Regarding reports KE5Z &  S_ALR_87013326
    http://wiki.sdn.sap.com/wiki/display/ERPFI/KE5Z-Additionaltextfields+missing
    pherasath

  • ICal Reporting and/or export to reporting tool

    I'd like to get a report of iCal entries either directly from iCal OR by exporting iCal entries to another tool (Word, Excel, etc.). Is there some way to do that? Thanks, mdh

    I would like to know this answer. Could someone help..

  • Crystal Reports and JobBoss issues?

    Iu2019m hoping someone can help find a solution to a problem we are having with Crystal Reports when using the program with JobBoss.
    We are using JobBoss version 11.3.8 along with the trial version of Crystal Reports XI. Our PC uses Windows XP. We had a Consultant develop a custom report and he uses Crystal Reports 9.
    Our problem is when we tried running the report we get an error that says: Crystal Reports ActiveX Designer: File not found
    Can someone suggest a route for us to take to resolve this issue? Is it a Crystal Reports issue or a JobBoss issue or something completely different?
    Thanks

    Hello,
    Moved your post to the legacy forum.
    Likely what is happening is the application is specifically looking for the file craxddrt.dll version 9. CR XI puts that file in a new location.
    Likely the only way to fix this upgrade issue is to have the consultant look over the code or if you have the source code then find the updated dll and redirect your app to use it rather than the old one.
    Don

  • Hyperion Reporting and Analysis

    Hello Gurus,
    So I installed Hyperion (11.1.2.2) foundation services(all componants), essbase(all componants), planning (all componants. well, it was only one componant), Reporting and Analysis framework (web application, services and common libraries. i installed only these two because hyperion planning depends on them), financial management ADM driver (chosen by default when i want to install hyperion reporting and analysis). i installed them and configured them all togather. I'm using a Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production on Windows 2008 SP2 32bits.
    Configuration of Reporting and Analysis framework failed, and that caused several problems when i ran the EPM system Diagnosis. this is what i got. Note: I'm gonna list only the errors/warnings in anything other than reporting and Analysis. as for reporting and analysis, i'm gonna list everything. sorry it's so long....
    Hyperion Foundation
    FAILED HTTP: HTTP Checking availability of HTTP context http://DC-HYPERIONT01:19000/raframework/index.jsp
    Error: com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    Recommended Action: Check that the application is started
    0 seconds
    EPM System Registry
    FAILED REG: Registry Next issues are present:
    LOGICAL_WEB_APP (id: fa67b59381bd8c85S4cc267951398ff60006S73df):
    "webAppType" property missed
    "context" property missed
    "port" property missed
    "SSL_Port" property missed
    "isSSL" property missed
    "host" property missed
    "" child missed
    RA_FRAMEWORK (id: fa67b59381bd8c85S4cc267951398ff60006S7bc8):
    "applicationId" property missed
    "RA_PRODUCT" parent missed
    RA_FRAMEWORK (id: fa67b59381bd8c85S4cc267951398ff60006S74c6):
    "applicationId" property missed
    "DATABASE_CONN" child missed
    Error: Checker execution failed.
    Recommended Action: Refer to the validation logs for exception details.
    Financial Reporting
    FAILED REG: Datasource Checking if datasource property exists in the registry
    Error: ORA-00942: table or view does not exist
    Recommended Action: Refer to the validation logs for exception details.
    0 seconds
    Reporting and Analysis
    FAILED CFG: Configuration Validating that configuration tasks have been completed
    Error: EPMVLD-01004: The following configuration tasks have not been completed:
    FrameworkServicesConfiguration: Configuration Failed
    Recommended Action: Attempt to configure referenced tasks
    0 seconds
    PASSED DB: Database Connectivity Checking connection to database jdbc:oracle:thin:@dc-hypdbt01.nuqulgroup.loc:1521:hybdb
    0 seconds
    PASSED SVR: Essbase Java API Launch external checker with next command: D:\install03092012\user_projects\epmsystem1\config\validation\11.1.2.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect ****** DC-HYPERIONT01:1423 Embedded
    5 seconds
    PASSED EXT: External Authentication Check Native Directory external authentication provider configuration
    0 seconds
    PASSED REG: Configuration Checking if product has only one product node in registry.
    0 seconds
    PASSED RA: Reporting and Analysis Check if Reporting and Analysis Services and corresponding Agent Modules belong to the same host.
    Reporting and Analysis Services and corresponding Agent Modules belong to the same host.
    0 seconds
    FAILED RA: Reporting and Analysis Check if all required RAF properties exist under the RAF Logical Web App component.
    Error: Some required properties are not found in the RAF Logical Web App component: WebClient.SmartPages.DefaultSmartPage.PreconfiguredCategories, WebClient.SmartPages.ColorScheme.ColorScheme1.BackgroundColor, WebClient.Applications.DAServlet.OpenNewWindow, WebClient.UserInterface.Localization.localLanguageCode, WebClient.SmartPages.ColorScheme.ColorScheme2.HeaderColor, WebClient.Cache.Objects.HeadlinesPageTTL, WebClient.SmartPages.ColorScheme.ColorScheme0.FooterColor, WebClient.Internal.Cookies.EncryptCookies, WebClient.UserInterface.PortalColor.MainFrame.General.ColorMainWizard, WebClient.SmartPages.ColorScheme.ColorScheme0.HeadingColor, WebClient.UserInterface.Localization.localCountryCode, WebClient.Cache.Domain.DomainInfoTTL, WebClient.SmartPages.ColorScheme.ColorScheme3.BCMessagesColor, WebClient.SmartPages.ColorScheme.ColorScheme2.BackgroundColor, WebClient.SmartPages.ColorScheme.ColorScheme1.Name, RCPDirectoryURL2, WebClient.Cache.Objects.CategoryCacheSize, WebClient.UserInterface.JobOutput.MIMETypeToDisplayForSQRProgramOutput, WebClient.Cache.Objects.TaskListingTTL, WebClient.Cache.Objects.CategoryTTL, SmartViewContext, WebClient.Internal.Transfer.PassDCByStream, WebClient.SmartPages.ColorScheme.ColorScheme2.FooterColor, WebClient.SmartPages.ColorScheme.ColorScheme2.LinkColor, WebClient.SmartPages.ColorScheme.ColorScheme1.BCMessagesColor, WebClient.SmartPages.ColorScheme.ColorScheme0.HeaderColor, OfficeAddinSupport, WebClient.SmartPages.ColorScheme.ColorScheme0.BackgroundColor, WebClient.SmartPages.ColorScheme.ColorScheme1.HeaderColor, WebClient.Applications.iHTML.PollingTimeSec, WebClient.SmartPages.ColorScheme.ColorScheme3.LeftColor, WebClient.Cache.Objects.CacheModifyTTL, WebClient.SmartPages.ColorScheme.ColorScheme1.LeftColor, WebClient.Cache.Objects.CacheListTTL, WebClient.UserInterface.Subscription.ShowSubscriptions, WebClient.SmartPages.ColorScheme.ColorScheme2.LeftColor, WebClient.Diagnostics.Log.Configuration, WebClient.UserInterface.JobOutput.ShowHTMLOutputForSQRPrograms, WebClient.UserInterface.Localization.ShowTimeOrder, WebClient.Applications.DAServlet.DASResponseTimeout, WebClient.Applications.DAServlet.PollingTimeSec, WebClient.UserInterface.Localization.localVariant, WebClient.SmartPages.ColorScheme.ColorScheme0.LinkColor, WebClient.UserInterface.SmartCut.ShowAsLink, WebClient.SmartPages.ColorScheme.ColorScheme3.BackgroundColor, WebClient.UserInterface.JobOutput.ShowSPFOutputForSQRPrograms, WebClient.SmartPages.ColorScheme.ColorScheme3.FontColor, WebClient.SmartPages.ColorScheme.ColorScheme3.LinkColor, WebClient.SmartPages.General.MaxNumberOfInitializedFromPublished, WebClient.Internal.Upload.MaxFileSize, WebClient.SmartPages.ColorScheme.ColorScheme2.RightColor, WebClient.SmartPages.ColorScheme.ColorScheme3.HeadingColor, WebClient.SmartPages.ColorScheme.ColorScheme1.LinkColor, WebClient.SmartPages.ColorScheme.ColorScheme1.HeadingColor, WebClient.SmartPages.ColorScheme.ColorScheme2.HeadingColor, WebClient.UserInterface.Localization.ShowDateOrder, WebClient.Cache.Objects.BrowseQueryTTL, RelatedContentProtocol, WebClient.Cache.Objects.PublishedSmartPagesQueryTTL, WebClient.CorporateWorkspage.Folder, WebClient.UserInterface.PortalColor.MainFrame.General.ColorMainFrame, WebClient.SmartPages.Publish.Location, WebClient.SmartPages.General.MaxNumberOfSmartPages, WebClient.SmartPages.ColorScheme.ColorScheme2.Name, WebClient.SmartPages.ColorScheme.ColorScheme3.Name, WebClient.SmartPages.DefaultSmartPage.DefaultColorScheme, WebClient.Cache.Objects.CacheListSize, WebClient.UserInterface.Configuration.EnableMSReportsIntegration, WebClient.SmartPages.ColorScheme.ColorScheme2.FontColor, WebClient.SmartPages.ColorScheme.ColorScheme2.BCMessagesColor, WebClient.SmartPages.ColorScheme.ColorScheme0.RightColor, WebClient.Internal.Temp.Location, WebClient.SmartPages.ColorScheme.ColorScheme0.BCMessagesColor, WebClient.Applications.iHTML.BQServiceResponseTimeout, RAFVersion, customSmartcutUrl, WebClient.UserInterface.PortalColor.MainFrame.Title.ColorMainTitleUnderline, WebClient.SmartPages.ColorScheme.ColorScheme1.FontColor, WebClient.Applications.iHTML.DiskCachePollingPeriod, WebClient.UserInterface.PortalColor.MainFrame.General.ColorMainWizardBorder, WebClient.Cache.Objects.JobTTL, WebClient.SmartPages.General.ShowHeadings, WebClient.SmartPages.ColorScheme.ColorScheme3.FooterColor, WebClient.Applications.DAServlet.ZAC, Folder0, WebClient.SmartPages.ColorScheme.ColorScheme3.RightColor, WebClient.Cache.Notifications.NotificationQueryTTL, WebClient.Internal.Cookies.KeepCookiesBetweenBrowserSessions, WebClient.SmartPages.DefaultSmartPage.ShowBookmarks, WebClient.SmartPages.DefaultSmartPage.PreconfiguredEmbeddedObjects, WebClient.Cache.Browse.JobOutputSummaryListing, WebClient.SmartPages.DefaultSmartPage.ShowExceptionsDashboard, WebClient.SmartPages.ColorScheme.ColorScheme0.Name, WebClient.UserInterface.PortalColor.MainFrame.Text.ColorMainLinkFont, WebClient.SmartPages.ColorScheme.ColorScheme3.HeaderColor, WebClient.Internal.Redirect.RedirectPolicy, WebClient.SmartPages.ColorScheme.ColorScheme0.LeftColor, WebClient.SmartPages.ColorScheme.ColorScheme1.RightColor, WebClient.UserInterface.PortalColor.MainFrame.Text.ColorMainFont, WebClient.SmartPages.ColorScheme.ColorScheme1.FooterColor, WebClient.UserInterface.Localization.Show24HourTime, WebClient.SmartPages.ColorScheme.ColorScheme0.FontColor.
    Recommended Action: Ensure that you ran the config tool and configured the RAF Web App component.
    0 seconds
    FAILED RA: Reporting and Analysis Check if the Agent (AGENT) components exist.
    Error: Components not found.
    Recommended Action: Ensure that you ran the config tool and configured the Reporting and Analysis Service component.
    0 seconds
    WARNING RA: Reporting and Analysis Checker execution failed.
    Check if RAF Services are available.
    No RAF Services (Agent Module) components found in Registry.
    0 seconds
    PASSED RA: Reporting and Analysis Check if Job Factory data folder exists.
    Data file locations are valid.
    0 seconds
    PASSED RA: Reporting and Analysis Check if every Agent Module is associated with some Agent.
    Every Agent Module is associated with some Agent.
    0 seconds
    FAILED RA: Reporting and Analysis Check if the Reporting and Analysis Setup (RA_SETUP) component exists.
    Error: Components not found.
    Recommended Action: Ensure that you ran the config tool and configured the Reporting and Analysis component.
    0 seconds
    PASSED RA: Reporting and Analysis Check if the RAF Web App (RA_FRAMEWORK_WEB_APP) components exist.
    Found: 1. Hosts for the components: DC-HYPERIONT01.
    0 seconds
    FAILED RA: Reporting and Analysis Check consistency of the Service Agent sets between Registry and V8_SERVICEAGENT.
    Error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    Recommended Action: Ensure that you ran the config tool and configured the Reporting and Analysis Service component.
    0 seconds
    FAILED RA: Reporting and Analysis Check consistency of the Service Agent properties between Registry and database tables (V8_SERVICEAGENT, V8_SA_PROPS).
    Error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    Recommended Action: Ensure that you ran the config tool and configured the Reporting and Analysis Service component.
    0 seconds
    PASSED RA: Reporting and Analysis Check if Agent Modules and corresponding Agents belong to the same host.
    Agent Modules and corresponding Agents belong to the same host.
    0 seconds
    WARNING RA: Reporting and Analysis Checker execution failed.
    Check if all required RAF properties exist under the Reporting and Analysis Setup component.
    The Reporting and Analysis Setup component is not found.
    0 seconds
    PASSED RA: Reporting and Analysis Check if every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s).
    Every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s).
    0 seconds
    PASSED RA: Reporting and Analysis Check if Service Broker data folder exists.
    Data file locations are valid.
    0 seconds
    FAILED RA: Reporting and Analysis Check if the Reporting and Analysis Service (RA_SERVICE) components exist.
    Error: Components not found.
    Recommended Action: Ensure that you ran the config tool and configured the Reporting and Analysis Service component.
    0 seconds
    FAILED RA: Reporting and Analysis Check if the Agent Module (AGENT_MODULE) components exist.
    Error: Components not found.
    Recommended Action: Ensure that you ran the config tool and configured the Reporting and Analysis Service component.
    0 seconds
    PASSED RA: Reporting and Analysis Check if all required Workspace configuration files exist under the RAF Logical Web App component.
    All required files exist.
    0 seconds
    WARNING RA: Reporting and Analysis Checker execution failed.
    Check if Agents are available.
    No Agent components found in Registry.
    0 seconds
    PASSED RA: Reporting and Analysis Check if every Reporting and Analysis Service is associated with some Agent Module.
    Every Reporting and Analysis Service is associated with some Agent Module.
    0 seconds
    PASSED RA: Reporting and Analysis Check if Event Server data folder exists.
    Data file locations are valid.
    0 seconds
    PASSED RA: Reporting and Analysis Check if every Agent is associated with some Agent Module(s).
    Every Agent is associated with some Agent Module(s).
    0 seconds
    PASSED RA: Reporting and Analysis Check if the RAF Logical Web App (LOGICAL_WEB_APP) component exists.
    Found: 1.
    0 seconds
    PASSED RA: Reporting and Analysis Check if Repository data folder exists.
    Data file locations are valid.
    0 seconds
    FAILED WA: Essbase connectivity Check connectivity between Web Analysis Server and Essbase Server.
    Error: An error occurred while running the check.
    Recommended Action: Ensure that: 1) Essbase Server is configured properly and started; 2) Web Analysis Web Application is configured and started.
    0 seconds
    FAILED WA: HFM connectivity Check connectivity between Web Analysis Server and Financial Management Server.
    Error: An error occurred while running the check.
    Recommended Action: Ensure that: 1) Financial Management Server is configured properly and started; 2) Web Analysis Web Application is configured and started.
    0 seconds
    FAILED WA: Login Check the possibility to login on Web Analysis Server.
    Error: An error occurred while running the check.
    Recommended Action: Ensure that Web Analysis Web Application is configured and started.
    0 seconds
    PASSED WEB: Web Application Availability of Web application context http://DC-HYPERIONT01:9000/WebAnalysis
    0 seconds
    Many Many thanks in advance,
    Zain

    Hello Krishna,
    yes, looks like i didn't have moduke 7 downloaded. however after i did and installed it, i still got the following errors that seemed to do with connectivity to RAFRAMEWORK and it's database. I am going to list errors in all modules, except for Reporting and Analysis, i'm going to post everythign else.
    Hyperion Foundation
    FAILED HTTP: HTTP Checking availability of HTTP context http://DC-HYPERIONT01:19000/raframework/index.jsp
    Error: com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    Recommended Action: Check that the application is started
    0 seconds
    EPM System Registry
    FAILED REG: Registry Next issues are present:
    LOGICAL_WEB_APP (id: fa67b59381bd8c85S4cc267951398ff60006S73df):
    "webAppType" property missed
    "context" property missed
    "port" property missed
    "SSL_Port" property missed
    "isSSL" property missed
    "host" property missed
    "" child missed
    RA_FRAMEWORK (id: fa67b59381bd8c85S4cc267951398ff60006S74c6):
    "applicationId" property missed
    "DATABASE_CONN" child missed
    Error: Checker execution failed.
    Recommended Action: Refer to the validation logs for exception details.
    Financial Reporting
    FAILED REG: Datasource Checking if datasource property exists in the registry
    Error: Datasource property raframeworkDatasource not found.
    Recommended Action: Fix failure manually with epmsys_registry tool.
    0 seconds
    FAILED REG: Datasource Checking if datasource property exists in the registry
    Error: Datasource JNDI property raframeworkDatasourceJNDI not found.
    Recommended Action: Fix failure manually with epmsys_registry tool.
    0 seconds
    Reporting and Analysis
    PASSED CFG: Configuration Validating that configuration tasks have been completed
    0 seconds
    PASSED DB: Database Connectivity Checking connection to database jdbc:oracle:thin:@dc-hypdbt01.nuqulgroup.loc:1521:hybdb
    0 seconds
    PASSED SVR: Essbase Java API Launch external checker with next command: D:\install03092012\user_projects\epmsystem1\config\validation\11.1.2.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect ****** DC-HYPERIONT01:1423 Embedded
    6 seconds
    PASSED EXT: External Authentication Check Native Directory external authentication provider configuration
    0 seconds
    PASSED REG: Configuration Checking if product has only one product node in registry.
    0 seconds
    PASSED RA: Reporting and Analysis Check if the RAF Web App (RA_FRAMEWORK_WEB_APP) components exist.
    Found: 1. Hosts for the components: DC-HYPERIONT01.
    0 seconds
    PASSED RA: Reporting and Analysis Check if every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s).
    Every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s).
    0 seconds
    PASSED RA: Reporting and Analysis Check if IR BI Services are available.
    All IR BI Services are available: IRBI_AGENT_MODULE (Agent on dc-hyperiont01).
    0 seconds
    PASSED RA: Reporting and Analysis Check if the Reporting and Analysis Service (RA_SERVICE) components exist.
    Found: 37.
    0 seconds
    PASSED RA: Reporting and Analysis Check if the Agent (AGENT) components exist.
    Found: 1. Hosts for the components: DC-HYPERIONT01.
    0 seconds
    FAILED RA: Reporting and Analysis Check consistency of the Service Agent properties between Registry and database tables (V8_SERVICEAGENT, V8_SA_PROPS).
    Error: There is inconsistency between Registry and V8_SERVICEAGENT for the following items: JF1, SB1, RM1, ES1.
    Recommended Action: Ensure that you ran the config tool and configured the Reporting and Analysis Service component.
    0 seconds
    PASSED RA: Reporting and Analysis Check if Service Broker data folder exists.
    Data file locations are valid.
    1 seconds
    PASSED RA: Reporting and Analysis Check if the Agent Module (AGENT_MODULE) components exist.
    Found: 6.
    0 seconds
    PASSED RA: Reporting and Analysis Check if Repository data folder exists.
    Data file locations are valid.
    1 seconds
    PASSED RA: Reporting and Analysis Check if IR Job Services are available.
    All IR Job Services are available: IRJOB_AGENT_MODULE (Agent on dc-hyperiont01).
    0 seconds
    PASSED RA: Reporting and Analysis Check if Reporting and Analysis Services and corresponding Agent Modules belong to the same host.
    Reporting and Analysis Services and corresponding Agent Modules belong to the same host.
    3 seconds
    PASSED RA: Reporting and Analysis Check if RAF Services are available.
    All RAF Services are available: RAF_AGENT_MODULE (Agent on dc-hyperiont01), RAF_AGENT_MODULE (Agent on dc-hyperiont01).
    0 seconds
    PASSED RA: Reporting and Analysis Check if IR Log Services are available.
    All IR Log Services are available: IRLOG_AGENT_MODULE (Agent on dc-hyperiont01).
    0 seconds
    PASSED RA: Reporting and Analysis Check if all required Workspace configuration files exist under the RAF Logical Web App component.
    All required files exist.
    0 seconds
    PASSED RA: Reporting and Analysis Check if every Reporting and Analysis Service is associated with some Agent Module.
    Every Reporting and Analysis Service is associated with some Agent Module.
    1 seconds
    PASSED RA: Reporting and Analysis Check consistency of the Service Agent sets between Registry and V8_SERVICEAGENT.
    Data in Registry and database are consistent.
    0 seconds
    PASSED RA: Reporting and Analysis Check if every Agent is associated with some Agent Module(s).
    Every Agent is associated with some Agent Module(s).
    0 seconds
    PASSED RA: Reporting and Analysis Check if every Agent Module is associated with some Agent.
    Every Agent Module is associated with some Agent.
    0 seconds
    FAILED RA: Reporting and Analysis Check if all required RAF properties exist under the RAF Logical Web App component.
    Error: Some required properties are not found in the RAF Logical Web App component: WebClient.SmartPages.DefaultSmartPage.PreconfiguredCategories, WebClient.SmartPages.ColorScheme.ColorScheme1.BackgroundColor, WebClient.Applications.DAServlet.OpenNewWindow, WebClient.UserInterface.Localization.localLanguageCode, WebClient.SmartPages.ColorScheme.ColorScheme2.HeaderColor, WebClient.Cache.Objects.HeadlinesPageTTL, WebClient.SmartPages.ColorScheme.ColorScheme0.FooterColor, WebClient.Internal.Cookies.EncryptCookies, WebClient.UserInterface.PortalColor.MainFrame.General.ColorMainWizard, WebClient.SmartPages.ColorScheme.ColorScheme0.HeadingColor, WebClient.UserInterface.Localization.localCountryCode, WebClient.Cache.Domain.DomainInfoTTL, WebClient.SmartPages.ColorScheme.ColorScheme3.BCMessagesColor, WebClient.SmartPages.ColorScheme.ColorScheme2.BackgroundColor, WebClient.SmartPages.ColorScheme.ColorScheme1.Name, RCPDirectoryURL2, WebClient.Cache.Objects.CategoryCacheSize, WebClient.UserInterface.JobOutput.MIMETypeToDisplayForSQRProgramOutput, WebClient.Cache.Objects.TaskListingTTL, WebClient.Cache.Objects.CategoryTTL, SmartViewContext, WebClient.Internal.Transfer.PassDCByStream, WebClient.SmartPages.ColorScheme.ColorScheme2.FooterColor, WebClient.SmartPages.ColorScheme.ColorScheme2.LinkColor, WebClient.SmartPages.ColorScheme.ColorScheme1.BCMessagesColor, WebClient.SmartPages.ColorScheme.ColorScheme0.HeaderColor, OfficeAddinSupport, WebClient.SmartPages.ColorScheme.ColorScheme0.BackgroundColor, WebClient.SmartPages.ColorScheme.ColorScheme1.HeaderColor, WebClient.Applications.iHTML.PollingTimeSec, WebClient.SmartPages.ColorScheme.ColorScheme3.LeftColor, WebClient.Cache.Objects.CacheModifyTTL, WebClient.SmartPages.ColorScheme.ColorScheme1.LeftColor, WebClient.Cache.Objects.CacheListTTL, WebClient.UserInterface.Subscription.ShowSubscriptions, WebClient.SmartPages.ColorScheme.ColorScheme2.LeftColor, WebClient.Diagnostics.Log.Configuration, WebClient.UserInterface.JobOutput.ShowHTMLOutputForSQRPrograms, WebClient.UserInterface.Localization.ShowTimeOrder, WebClient.Applications.DAServlet.DASResponseTimeout, WebClient.Applications.DAServlet.PollingTimeSec, WebClient.UserInterface.Localization.localVariant, WebClient.SmartPages.ColorScheme.ColorScheme0.LinkColor, WebClient.UserInterface.SmartCut.ShowAsLink, WebClient.SmartPages.ColorScheme.ColorScheme3.BackgroundColor, WebClient.UserInterface.JobOutput.ShowSPFOutputForSQRPrograms, WebClient.SmartPages.ColorScheme.ColorScheme3.FontColor, WebClient.SmartPages.ColorScheme.ColorScheme3.LinkColor, WebClient.SmartPages.General.MaxNumberOfInitializedFromPublished, WebClient.Internal.Upload.MaxFileSize, WebClient.SmartPages.ColorScheme.ColorScheme2.RightColor, WebClient.SmartPages.ColorScheme.ColorScheme3.HeadingColor, WebClient.SmartPages.ColorScheme.ColorScheme1.LinkColor, WebClient.SmartPages.ColorScheme.ColorScheme1.HeadingColor, WebClient.SmartPages.ColorScheme.ColorScheme2.HeadingColor, WebClient.UserInterface.Localization.ShowDateOrder, WebClient.Cache.Objects.BrowseQueryTTL, RelatedContentProtocol, WebClient.Cache.Objects.PublishedSmartPagesQueryTTL, WebClient.CorporateWorkspage.Folder, WebClient.UserInterface.PortalColor.MainFrame.General.ColorMainFrame, WebClient.SmartPages.Publish.Location, WebClient.SmartPages.General.MaxNumberOfSmartPages, WebClient.SmartPages.ColorScheme.ColorScheme2.Name, WebClient.SmartPages.ColorScheme.ColorScheme3.Name, WebClient.SmartPages.DefaultSmartPage.DefaultColorScheme, WebClient.Cache.Objects.CacheListSize, WebClient.UserInterface.Configuration.EnableMSReportsIntegration, WebClient.SmartPages.ColorScheme.ColorScheme2.FontColor, WebClient.SmartPages.ColorScheme.ColorScheme2.BCMessagesColor, WebClient.SmartPages.ColorScheme.ColorScheme0.RightColor, WebClient.Internal.Temp.Location, WebClient.SmartPages.ColorScheme.ColorScheme0.BCMessagesColor, WebClient.Applications.iHTML.BQServiceResponseTimeout, RAFVersion, customSmartcutUrl, WebClient.UserInterface.PortalColor.MainFrame.Title.ColorMainTitleUnderline, WebClient.SmartPages.ColorScheme.ColorScheme1.FontColor, WebClient.Applications.iHTML.DiskCachePollingPeriod, WebClient.UserInterface.PortalColor.MainFrame.General.ColorMainWizardBorder, WebClient.Cache.Objects.JobTTL, WebClient.SmartPages.General.ShowHeadings, WebClient.SmartPages.ColorScheme.ColorScheme3.FooterColor, WebClient.Applications.DAServlet.ZAC, Folder0, WebClient.SmartPages.ColorScheme.ColorScheme3.RightColor, WebClient.Cache.Notifications.NotificationQueryTTL, WebClient.Internal.Cookies.KeepCookiesBetweenBrowserSessions, WebClient.SmartPages.DefaultSmartPage.ShowBookmarks, WebClient.SmartPages.DefaultSmartPage.PreconfiguredEmbeddedObjects, WebClient.Cache.Browse.JobOutputSummaryListing, WebClient.SmartPages.DefaultSmartPage.ShowExceptionsDashboard, WebClient.SmartPages.ColorScheme.ColorScheme0.Name, WebClient.UserInterface.PortalColor.MainFrame.Text.ColorMainLinkFont, WebClient.SmartPages.ColorScheme.ColorScheme3.HeaderColor, WebClient.Internal.Redirect.RedirectPolicy, WebClient.SmartPages.ColorScheme.ColorScheme0.LeftColor, WebClient.SmartPages.ColorScheme.ColorScheme1.RightColor, WebClient.UserInterface.PortalColor.MainFrame.Text.ColorMainFont, WebClient.SmartPages.ColorScheme.ColorScheme1.FooterColor, WebClient.UserInterface.Localization.Show24HourTime, WebClient.SmartPages.ColorScheme.ColorScheme0.FontColor.
    Recommended Action: Ensure that you ran the config tool and configured the RAF Web App component.
    0 seconds
    PASSED RA: Reporting and Analysis Check if Job Factory data folder exists.
    Data file locations are valid.
    1 seconds
    PASSED RA: Reporting and Analysis Check if IR DAS Services are available.
    All IR DAS Services are available: IRDAS_AGENT_MODULE (Agent on dc-hyperiont01).
    0 seconds
    PASSED RA: Reporting and Analysis Check if Event Server data folder exists.
    Data file locations are valid.
    1 seconds
    PASSED RA: Reporting and Analysis Check if the Interactive Reporting Product (INTERACTIVE_REPORTING_PRODUCT) component exists.
    Found: 1.
    0 seconds
    FAILED RA: Reporting and Analysis Check if the Reporting and Analysis Setup (RA_SETUP) component exists.
    Error: Found: 2, which is more than 1. This indicates some problem.
    Recommended Action: Ensure that you ran the config tool and configured the Reporting and Analysis component.
    0 seconds
    PASSED RA: Reporting and Analysis Check if all required RAF properties exist under the Reporting and Analysis Setup component.
    All required properties exist.
    0 seconds
    PASSED RA: Reporting and Analysis Check if the RAF Logical Web App (LOGICAL_WEB_APP) component exists.
    Found: 1.
    0 seconds
    PASSED RA: Reporting and Analysis Check if Agent Modules and corresponding Agents belong to the same host.
    Agent Modules and corresponding Agents belong to the same host.
    0 seconds
    PASSED RA: Reporting and Analysis Check if Agents are available.
    All Agents are available: Agent on dc-hyperiont01.
    0 seconds
    PASSED SDKC: SDK checker Launch external checker with next command: D:\install03092012\user_projects\epmsystem1\config\validation\11.1.2.0\launchChecker.bat PingBQService ****** localhost 6800
    11 seconds
    PASSED SDKC: SDK checker Launch external checker with next command: D:\install03092012\user_projects\epmsystem1\config\validation\11.1.2.0\launchChecker.bat FetchCategory ****** localhost 6800 /Sample Content
    16 seconds
    FAILED WA: Essbase connectivity Check connectivity between Web Analysis Server and Essbase Server.
    Error: An error occurred while running the check.
    Recommended Action: Ensure that: 1) Essbase Server is configured properly and started; 2) Web Analysis Web Application is configured and started.
    0 seconds
    FAILED WA: HFM connectivity Check connectivity between Web Analysis Server and Financial Management Server.
    Error: An error occurred while running the check.
    Recommended Action: Ensure that: 1) Financial Management Server is configured properly and started; 2) Web Analysis Web Application is configured and started.
    0 seconds
    FAILED WA: Login Check the possibility to login on Web Analysis Server.
    Error: An error occurred while running the check.
    Recommended Action: Ensure that Web Analysis Web Application is configured and started.
    1 seconds
    PASSED WEB: Web Application Availability of Web application context http://DC-HYPERIONT01:9000/WebAnalysis
    0 seconds
    Many many thanks in advance,
    Zain

Maybe you are looking for

  • IPOD Not Recognized Correctly by Windows

    3rd generation Nano ... worked fine until upgraded I-tunes to 7.6.1.9 ... now device manager sees IPOD but shows yellow balloon and exclamation point. I-tunes does NOT see the IPOD. Followed instructions in Apple article 305136 to uninstall and re-in

  • How to use the admin user account in reports and dashboards?

    Hi Everyone, I want to use the admin user account in report and dashboard connections. But the Hyperion is automatically using the current user's credentials to fetch data. Hyperion 11.1.1.1 Thanks Syantan

  • Choosing carrier as FI consultant at the age of 33?

    My Name is Jayanth. I am commerce graduate and Have done MBA/MCOM from Sikkim Manipal university which is a distance learning course. I graduated  in the year 2002. As a fresher I joined a Electronic distribution company as a Finance executive. There

  • Uploading Old Library?

    We recently had a computer switch, and moved all of our old files onto the new computer. I've already authorized this computer to play music, but it won't read the old iTunes library as a file; it says .itl is unrecognizable. Is there any way to get

  • Unparseable Date (XML)

    Hi! I4ve got an XMLDocument with a date field. F.ex: