Configuration of smtp outgoing for running reports in the workspace

We are in version 9.3.0.1

We use the workspace to run batch reports that have been created in the financial reports studio

Our outbound Exchange Server has changed

Where is - it change us server settings outgoing exchange?

Thanks in advance for your help.
Dave

You are welcome Dave. Only reporting and analysis services should be sufficient.

See you soon,.
Mehmet

Tags: Business Intelligence

Similar Questions

  • PDF option is not available for last Reporting in the workspace

    Hello


    I installed the print server and all the components of EN with Ghost script and configured correctly.

    I am unable to see the PDF en format options when HTML is displayed.

    Any suggestion to check if I made a mistake

    Version 11.1.2 on Server 2008 R2-x64bit

    Concerning
    Kumar

    Published by: Kumar 1 September 21, 2011 07:13

    Ahh good new :)

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • What is the hierarchy for running reports?

    Hello world

    Can someone tell me what is the hierarchy for running reports as fact when the query data model is executed, when groups (Group of columns, the place holders etc. within a group of data model is executed), form setting etc is executed.

    Thank you
    Gerard

    If there are two absolutely independent querries, then I can just tell.
    If two querries are related, then, that the other is linked is executed first.
    But before any two querry run the beforereport, the beforeparameterform and after triggers parameterform.
    So, the best way to ensure that something is executed first is putting in the afterpform trigger.
    Do not count the trigger on afterreport.

  • Problem in opening up financial reports from the workspace using a normal user id

    Hello

    We have recently migrated from version 9.3.1 (32-bit) to Oracle EPM 11.1.1.3 version (64-bit) and have a major problem with financial reports:

    * User who is configured as an administrator for the purpose of planning or reporting and analysis administrator can access a financial report to the workspace without any problem.

    * a normal user who is configured as a viewer, Explorer, analyst, editor of personal settings (under reporting and analysis) can see the POV and NOT the report. The report is just empty.

    * If a group (say A) is assigned 'administrator reporting and analysis' and 'Request for trust' and a normal user is assigned to this group, the user can then access the financial report with no problems. But we don't want to do coz:

    The normal user gets access to access shared services
    The user also gets see all other records and reports in the workspace to which he has no access to. The reports that are not in its right of access using the incorrect data gives.
    If the reports and analysis administrator privilege is removed from Group A and NOT 'Trusted Application', existing users in the group can still see the reports to which they have access to (with other documents to which they do not have access to). But if a new user is created from scratch and added to this group, it gets again a report empty with POV.


    Please let me know if anyone has experienced this problem and found a work around.


    Thanks in advance!


    Here is our environment.

    *****************************************************************
    The Oracle EPM system has been downloaded oracle delivery Web site
    * Oracle Enterprise Performance Management (11.1.1.3.0) Media Pack for Microsoft Windows x 64 (64-bit)

    Environment of the EPM system is as follows:
    A server:
    Shared services, planning, workspace, web, calculation of financial information manager application

    ServerB:
    Essbase server, Essbase Administration services, provider services

    C Server
    Financial reports, Webanalysis

    It drove me crazy. The minimum amount of access I could give users was Bishop content rights so that they are able to run the reports.

    I connected it with Oracle and they finally gave me with the solution.
    Bug # if you are interested is 8991596, but I think it is unprecedented.

    WARNING: I highly recommend that you talk with support and mention this bug number before executing this SQL.
    This code worked for me and I don't have problems after running it but I ran this on a first test environment. I accepts no responsibility if your environment explodes etc etc!

    See you soon,.
    Gee

    # 1. Run the following SQL to display the internal records.
    # "Show hidden objects" must also be enabled in Explorer to display the folder.

    update of v8_container the internal value = 1 where parent_folder_uuid = "HRINTERNALFOLD" or container_uuid = "HRINTERNALFOLD".

    # 2. Remove all files in the folder "HRInternal" from the Explorer.
    # Do not delete the HRInternal folder!

    # 3. run the following SQL to reset the folder "internal".
    update the internal value = 0 v8_container where container_uuid = 'HRINTERNALFOLD. '

    # 4. Run the following SQL to recreate the folders with access to the global group

    INSERT INTO V8_CONTAINER (CONTAINER_UUID,META_TYPE_UUID,PARENT_FOLDER_UUID,NAME,CREATION_DATE,EXPIRATION_DATE,DESCRIPTION,CLASSNAME,BROWSABLE,AUTO_DELETE,CASCADE_DELETE,DELETED,SUPERCLASS,USER_ATTR_FLAG,USER_NAME,GROUP_NAME,PUB_RATING,IS_INLINED,OCOL_METATYPE_UUID,LAST_MODIFIED_DATE,CAN_HAVE_EXCEPT,INTERNAL, OWNER_LOGIN, IS_FOLDER ) VALUES ('USERPOVFOLD','ID03','HRINTERNALFOLD','UserPov',NULL,NULL,NULL,'com.sqribe.transformer.Folder',0,0,0,0 ' com.sqribe.transformer.Folder' (, 0, 'administrator', 'world', 0,0,NULL,NULL,0,1, 'administrator', 0)

    INSERT INTO V8_CONT_VERSION (CONTAINER_UUID, VERSION_NUMBER CREATION_DATE, LAST_MODIFIED_DATE, FILE_SIZE, CLIENT_FILE_NAME, HAS_EXCEPTION) VALUES ('USERPOVFOLD', 1, NULL, NULL, NULL, NULL, 0)

    INSERT INTO V8_FOLDER (CONTAINER_UUID, VERSION_NUMBER, FOLDER_FULL_PATH) VALUES ('USERPOVFOLD', 1, '\HRInternal\UserPov')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('USERPOVFOLD', 'USERPOVFOLD')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('USERPOVFOLD', 'HRINTERNALFOLD')

    INSERT INTO V8_CONTAINER (CONTAINER_UUID,META_TYPE_UUID,PARENT_FOLDER_UUID,NAME,CREATION_DATE,EXPIRATION_DATE,DESCRIPTION,CLASSNAME,BROWSABLE,AUTO_DELETE,CASCADE_DELETE,DELETED,SUPERCLASS,USER_ATTR_FLAG,USER_NAME,GROUP_NAME,PUB_RATING,IS_INLINED,OCOL_METATYPE_UUID,LAST_MODIFIED_DATE,CAN_HAVE_EXCEPT,INTERNAL, OWNER_LOGIN, IS_FOLDER ) VALUES ('DATASOURCESFOLD','ID03','HRINTERNALFOLD','DataSources',NULL,NULL,NULL,'com.sqribe.transformer.Folder',0,0,0,0 ' com.sqribe.transformer.Folder' (, 0, 'administrator', 'world', 0,0,NULL,NULL,0,1, 'administrator', 0)

    INSERT INTO V8_CONT_VERSION (CONTAINER_UUID, VERSION_NUMBER CREATION_DATE, LAST_MODIFIED_DATE, FILE_SIZE, CLIENT_FILE_NAME, HAS_EXCEPTION) VALUES ('DATASOURCESFOLD', 1, NULL, NULL, NULL, NULL, 0)

    INSERT INTO V8_FOLDER (CONTAINER_UUID, VERSION_NUMBER, FOLDER_FULL_PATH) VALUES ('DATASOURCESFOLD', 1, '\HRInternal\DataSources')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('DATASOURCESFOLD', 'DATASOURCESFOLD')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('DATASOURCESFOLD', 'HRINTERNALFOLD')

    INSERT INTO V8_CONTAINER (CONTAINER_UUID,META_TYPE_UUID,PARENT_FOLDER_UUID,NAME,CREATION_DATE,EXPIRATION_DATE,DESCRIPTION,CLASSNAME,BROWSABLE,AUTO_DELETE,CASCADE_DELETE,DELETED,SUPERCLASS,USER_ATTR_FLAG,USER_NAME,GROUP_NAME,PUB_RATING,IS_INLINED,OCOL_METATYPE_UUID,LAST_MODIFIED_DATE,CAN_HAVE_EXCEPT,INTERNAL, OWNER_LOGIN, IS_FOLDER ) VALUES ('HRSCHEDULERFOLD','ID03','HRINTERNALFOLD','DataSources',NULL,NULL,NULL,'com.sqribe.transformer.Folder',0,0,0,0 ' com.sqribe.transformer.Folder' (, 0, 'administrator', 'world', 0,0,NULL,NULL,0,1, 'administrator', 0)

    INSERT INTO V8_CONT_VERSION (CONTAINER_UUID, VERSION_NUMBER CREATION_DATE, LAST_MODIFIED_DATE, FILE_SIZE, CLIENT_FILE_NAME, HAS_EXCEPTION) VALUES ('HRSCHEDULERFOLD', 1, NULL, NULL, NULL, NULL, 0)

    INSERT INTO V8_FOLDER (CONTAINER_UUID, VERSION_NUMBER, FOLDER_FULL_PATH) VALUES ('HRSCHEDULERFOLD', 1, '\HRInternal\DataSources')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('HRSCHEDULERFOLD', 'HRSCHEDULERFOLD')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('HRSCHEDULERFOLD', 'HRINTERNALFOLD')

    -Give full control access to the UserPov of human resources to the global group
    insert into V8_ACCESS_CTRL (id_ressource, ACCESSOR_ID, ACCESSOR_TYPE, GRANT_ID, GRANT_TYPE) VALUES ('USERPOVFOLD', "0ad72237 - c 008 - 0d 59-000000e4d26d0c20", 2, "0ad72262-0000 - 0 has 78-000000e9583bf0f0", 1).

    HRInternal - dummy record owner
    insert into V8_RESOURCE_OWNER (id_ressource, OWNER_ID, TYPE_ID) VALUES ('USERPOVFOLD', ' 00000000-0000-0000-0000000000000000', "0ad72298-0000-0ccc-000000e750dc47f8")

    -Give full control access to the data directory of human resources for the global group
    insert into V8_ACCESS_CTRL (id_ressource, ACCESSOR_ID, ACCESSOR_TYPE, GRANT_ID, GRANT_TYPE) VALUES ('DATASOURCESFOLD', "0ad72237 - c 008 - 0d 59-000000e4d26d0c20", 2, "0ad72262-0000 - 0 has 78-000000e9583bf0f0", 1).

    HRInternal - dummy record owner
    insert into V8_RESOURCE_OWNER (id_ressource, OWNER_ID, TYPE_ID) VALUES ('DATASOURCESFOLD', ' 00000000-0000-0000-0000000000000000', "0ad72298-0000-0ccc-000000e750dc47f8")

    -Give full control access to the HR planner record for World Group
    insert into V8_ACCESS_CTRL (id_ressource, ACCESSOR_ID, ACCESSOR_TYPE, GRANT_ID, GRANT_TYPE) VALUES ('HRSCHEDULERFOLD', "0ad72237 - c 008 - 0d 59-000000e4d26d0c20", 2, "0ad72262-0000 - 0 has 78-000000e9583bf0f0", 1).

    HRInternal - dummy record owner
    insert into V8_RESOURCE_OWNER (id_ressource, OWNER_ID, TYPE_ID) VALUES ('HRSCHEDULERFOLD', ' 00000000-0000-0000-0000000000000000', "0ad72298-0000-0ccc-000000e750dc47f8")

  • API for running reports

    Thus, there is a huge scope and I don't think it's possible, but I hope I'm wrong.

    Is it possible to run specific reports through the api (VB programs)?

    I worked on a bit of a side project creating an android application that works as an interface for a program vb running on the server. Currently, I built in most of the features that comes from the api HFM so I can do things like run of consolidations, periods of opening/closing and copying data from prod to dev.

    However, the only piece that would be really nice to add is the ability to run reports. I can't find any api that references the report engine well. I guess that's because reports are based entirely on the web?

    On 11.1.1.3 right now, I'm going to 11.1.2 in the near future. Any input would be appreciated.

    Although he may not get you exactly what you want, each report has a "smartcut. Basically, you can call a URL and pass a parameter that references the name of the report and workspace will pass back the report. There are obviously considerations for which cannot do it is suitable that you would need to have a session established, etc. The session should be relatively easy to get around. The next challenge is perhaps presentation if you do not want the report appears inside the workspace typical U / I. A possible solution would be to ask the HTML version of the report and strip on the HTML around the report so you are just left with him. I'm sure you can understand this possibility, but it would take a little effort to do.

    To find the smartcut for a report, go to the workspace, right-click on the name of the report, select properties and on the main tab, you will see a reference to it. If I remember correctly, this is the path and report name encoded URL passed to something like HRViewer.jsp.

    Hope that helps.

  • cannot run reports in the menu forms

    A few hours I was able to run reports... in the menu forms but now when I try again, I get this message... its happens with all reports... all reports are working well in the generator


    REP-110: cannot open the file 'JOTYPE.rdf '.
    REP-1070: error when opening or saving a document.
    REP-0110: cannot open the file 'JOTYPE.rdf '.

    It seems that you have changed your configuration file and now you are off course.

    Check it ' \orahome\reports\server\conf

    Open the file with the name of the report server and find

    Save and exit

    Restart your application server.

    If the paths are Okey, then make sure that this file exists in defind the path.

    Published by: user5826950 on June 14, 2010 01:07

  • Essbase Error (1013289) when you run a report in the workspace 11.1.2.1

    Hi gurus,

    I get the following error at the whe Workspace, you try to run a report EN to the workspace:

    Query error: error: internal error Essbase JAPI: [cannot perform view cube operation. ] [ Essbase Error (1013289): command [MdxReport] failed due to memory allocation failure]

    This is the first time happened in this environment and I already checked the free memory space and everything seems fine.

    Could someone help me on this?

    Thanks in advance

    concerning

    To the right...

    I found the solution after reading the article on https://blogs.oracle.com/pa/entry/epm_11_1_2_ulimit

    Thank you

  • Reports of fin - error when you try to run a report via the workspace - 11.1.1.3

    I can run the report using the client. But when any user tries and it works via the workspace we get:

    <? XML version = "1.0" encoding = "UTF-8"? >
    < BpmResponse action = "" type = "error" > "
    < code > 0 </postcode >
    < desc >; nested exception is:
    java.rmi.UnmarshalException: error demarshalling return; nested exception is:
    java.io.InvalidClassException: com.hyperion.reporting.properties.PovProperties; incompatible local class: stream classdesc serialVersionUID = 2904510004932374854, local class serialVersionUID =-1387329505542936014 < / desc >
    < / BpmResponse >

    Did you reinstall activities or apply patches recently? I saw this when I have patch a multi server environment where the report server had a patch level, but the en web had the old patch level. I inspect the sizes and dates of your financial report on different server jar files to make sure they match.

    Nick

  • avoid to run reports in the dashboard

    Hi all

    Is there anyway to avoid running reports within a dashboard page, the first time I open it.

    Concerning

    Try to read this...

    http://obieeone.com/2009/08/24/how-to-stop-queries-to-automatically-fire-off-once-entering-dashboarddashboard-page/

  • Export of reports in the workspace

    Hello

    I use Hyperion 11.1.2.1 and IE 8. Every time when I tried to export a report EN in excel, the workspace loggera me off for the first time that I have to export, and then after re-login, I am able to export to get the excel file. Is there any setting of IE I can set to prevent this? Any suggestion will be highly appreciated. Thank you.

    Kind regards
    Jerry

    Try going to tools > Internet Options > Security > custom level > and then activate 'ask confirmation for file downloads '.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Display a personal message for a report when the number of records returned.

    Our application has a page that displays the results of several SQL statements which are defined as reports. A report should in particular only to display a custom message when the County of invoices with status individual > 0 and not the exact time charged count himself. I got the layout to not display the meter, but I have to be able to display a personalized message that says ' problem invoices exist.ยป See report of bills, for more information please". I looked on the report attributes definition page but I can't find how to show this custom message. Any tips?

    Simply create a text on the page element. Make read only and put your message in the default value.
    Now put a condition on this point, to display only when required.

    Gus

  • Using results of a report as settings for another report to the Disco

    I was wondering is it possible to use the results of a report as parameters to another. For example, a report that produces a list of let say number of employees. Can these employees number then injected into another report, it's settings, instead of manually select employees. I use discoverer 4.1.

    Any help would be appreciated.

    Thank you

    Hello
    Because you are using Desktop it may be possible. Office has a way to transmit the results of one column to a second worksheet.

    Here is a simple workflow:
    1. create the spreadsheet that will generate the list of employee numbers
    2. create the worksheet (in the same workbook) that must use the list of numbers
    3 create a new condition on the number of employees and in the drop-down list, select Create subquery
    4. in the dialog box, select the worksheet, and the column that you want to use, and then click the OK button
    5 test that it works

    Discoverer 10 and 11 Oracle introduced what is called hyper exercises where a user can drill a pre-built map sheet to another pre-built, passing the values of parameter or the cell of the first sheet in the second as parameters. Both worksheets not even need to be in the same workbook.

    However, even this feature can be used to transmit the entire result set, so because you use Desktop I think you'll be fine.

    Furthermore, anyone reading what is using 10 g or 11 g the same feature exists in Desktop here too. The cool thing is that if you create a new workbook with a worksheet that uses a subquery in a different worksheet in the office 10g or 11g and then open the workbook in more or spectator the subquery will still work. The not so cool, is that you can only create and maintain these subqueries use of Google Desktop.

    Best wishes
    Michael

  • How can I configure a game controller for its use prevents the screensaver from starting

    I use a game controller on Windows 7 Pro 64 with Windows 7 (driver HID-compliant game controller). Windows does not seem to recognize this game controller entry, then the screen saver turns on permanently. I tried to turn on "allow this device to wake the computer" in Device Manager. But still no luck. Unfortunately, I'm not allowed to disable the screen saver. Any idea?

    Hi Thomas,

    Thank you for your reply and very clear description.

    Check with the manufacturer of the device if you have the latest updates, if there is, install them.

    If the problem persists, please turn off the screen saver.

    We look forward to your response to help you better.

  • KB2770816 fails and "Configuration Windows Updates" hangs for 30 minutes at the stop/restart to 15%

    Hi Chris,

    It would be great if you remember to do it when you return, there is no problem for me to wait before the end of the month.

    I'll catch up with you then.

    Kind regards

    Chris.

    Hi everyone who has problems with the installation of patch number KB2770816 especially those with a Medion computer. I had this problem since early August and contacted Microsoft. They worked on my PC in the last two days and have now to rectify the problem. They will post how to solve this problem in due course. The information on the pages of the community regarding the evolution of the registry entries are incomplete. Until the correct information is available, I would recommend that 'hide you' this update to avoid delays when you restart your PC, etc. After you installed the updates. I can not praise Microsoft technicians quite strongly on how they have dealt with this problem for me and would recommend others to use its easy when things go wrong.

  • Restrict users of financial reports in the workspace

    I have a user who has access to a specific planning unit so that it can enter data for this unit.

    The hierarchy is:

    Entity

    Dept1

    Dept2

    UnitA

    UnitB.

    In this scenario, the user is able to enter data into UnitA only. It works very well, but he can find financial reports that Dept1 and same entity.

    How can I limit so that it can only view reports of UnitA.

    Any suggestion would be appreciated.

    This report created using Essbase connection? If so, this is the reason why it shows all the metadata. If you use a connection planning then he imitates the planning of the properties. However, you cannot make attribute declaration.

    Concerning

    Celvin Kattookaran

Maybe you are looking for