Request to schedule my report

Anyone provide me with the request to schedule my report for the last 2 months.
I have the column date in this mar 20 10 (dd mmm yy) format.
I want to run my report back 2 months first day to the last month last day
Ex: if I plan this repot on 3rd oct2010, report should run from Aug. 1 to Oct. 31.
Anyone, please give me the query for my date format. ?

Thanks in advance...

Published by: user12255470 on October 22, 2010 09:58

Published by: user12255470 on October 22, 2010 16:54

If you say to date... that i can treat it as current date...

Because, the report will be scheduled at specific when it happens... and will become the date of the day...

You must use the combination of timestampAdd function with between operator to set the interval between

I don't want to give you the entire code... so you'll try
but I can say on this blog: http://obiee101.blogspot.com/2008/12/obiee-first-last-of-month.html
He will explain how to get the first day of the month and the last day of the month in order to define the date range for the report.

Thanks in advance... anyway, I'll give you points...

Not sure, whoz works here for points... You have to understand it's centre of knowledge who will share ideas and possible solutions to your questions. What we want is: closing threads, which will be useful to other people who really know the same problem can quickly refer this... And, the allocation of points depends on you, if you are satisfied and want to give then can assign points and you will be treated as a gentle man who follows labels forums...

all the best.

Published by: Kishore Guggilla, October 22, 2010 22:37

Tags: Business Intelligence

Similar Questions

  • Where can I find scheduled jobs (reports) in the database?

    Hello everyone,

    I am almost nine using Oracle Application Server, so excuse me for asking stupid questions, please.
    But where can I find scheduled jobs (reports) in the database?

    We use the OAS in version 10.1.2.3.0

    Thank you

    Florian

    Florian Schmidt wrote:
    So I hope that the jobs are heard in a database table, where I can remove scheduled jobs/reports.

    By default no. But you can activate the API Reports Server queue PL/SQL
    There should be a script in the folder of OH / reports / / admin/sql server called rw_server.sql
    It will create table and package. After that, you must edit the .conf file and remove the tag "jobStatusRepository".

    For more information look at the note [ID 72531.1]

  • Feature Request: 1-2: option report l / h for function of "marker".

    Hello Peter et al.,.

    I would like to request a report l option / additional: for the function of "marker" in the cameras: 2 / 1 (or 'Univisium' as I think marked Storaro).

    He sees public use in the House of cards at the moment, and I turns a lot of work at present mainly (for TV broadcast and web) that goes from 2:1 for a more cinematic look who uses 16:9 screens classic a little more effectively than ratios correct widescreen/cinemascope.

    I know there are a ton of extensions already available, but 2:1 seems to be quickly gaining popularity, and it would be great to be able to compose a little more precisely using function "marker" of the camera and the actual report.

    See you soon,.

    Mark

    Menu > VF > marker

    Then you will see that several settings marked "User box" that control the position, height, and width.

    Those where you need. Then select: User box > WE

    See you soon!

  • How to schedule a report to obiee11g? NA

    Hello

    How to program the report in obiee 11g... How to configure the SMTP server, the definition of the sender's e-mail ID and how to configure mail ID of the receiver? Can someone guide me on this?

    Thank you

    Srini VIEREN Benhamdia KM Naga@naga

    The error seems pretty clear to me...

    "Unable to send the AUTH command. SMTP server does not support authentication mechanisms. Remove email credentials, or use a server that supports authentication.

    Did you set any email identification information (useremail and password) in the settings of mail in MS? If so, you will need to remove them.

  • How to get out of scheduled using web service api report

    Hello

    By using the api service report I can run the report query and get the result and save it in a file. But as I'm under the report directly I don't see report running history in BIP UI. (Or there is a way to do what I don't know.)

    So I create a task report and the request for a change it and then call using the api planning service and it works properly gives me a return identification work and I see the history for a job at the BIP UI.

    But I can't find a api that gives me the result of this work.

    All of the suggestions.

    I use eclipse, cfx to generate stubs, and it's a simple java program with access to the web service

    Obtained, he works as below.

    1. Call scheduleReport on SchedulerService to schedule a report and get the scheduled_job_id.
    2. Call getAllScheduledReportHistory on SchedulerService using scheduled_job_id to get the work history that includes the work of the child created by the Scheduler for above child_job_id scheduled_job_id.
    3. Call getScheduledJobInfo on SchedulerService using child_job_id to check whether the job has finished if it is wait for a while, then try again until the work is either successful or failed. The api returns object JobDetails
    4. If the job is successful then check if xmlDataIsAviable for the above job details. If Yes, then call getXMLData on SchedulerService using child_job_id which gives a byte array, write this array of bytes on the disk using the java.io library
    5. Call getScheduledReportOutputInfo on SchedulerService using child_job_id for the information of reportOutput, which is a list of cases
      more than one output format is specified in the report definition to the bi pub. Scan the list for the output_id for the data to the desired output format.
    6. Call getDocumentData on SchedulerService using the output_id above, which gives an array of bytes of report data, and save it using the java.io library

    If you want to avoid voting in step 3 you can configure a httpserver in bi publiher, which is basically a servlet url of a Web application deployed on a server

    Select Server Name URL Default Delete
    BiPubReportsWebApp http://hostname:PortName/webappnameWebApp/servleturi

    and when planning the report in step 1, you can specify these options in the ScheduleRequest element

    scheduleRequest.setNotificationServer (notificationHttpServerName) / /notificationHttpServerName = BiPubReportsWebApp

    scheduleRequest.setNotifyHttpWhenFailed (true);

    scheduleRequest.setNotifyHttpWhenSkipped (true);

    scheduleRequest.setNotifyHttpWhenSuccess (true);

    scheduleRequest.setNotifyHttpWhenWarning (true);

    So when the work is done bi publisher will make a post to you request httpservlet with jobid, reporturl, jobstatus, so you can use this jobid (which corresponds to the id of child labour) to perform steps 4 and following

    Another thing to note is step 6 gives the byte array return which may be huge in big reports and you can go outofmemeory in this case

    (1) request to the server to save the xml data and output on the server and returns the path where these files have been saved by using downloadXMLData and downloadDocumentData to the SchedulerService, and then tokensize the string to get the last piece

    (2) call downloadReportDataChunk of the report (in a loop) service to get the data for the xml data and the document into segments giving him the name of the file in step 1, a start index and chunksize

    While (offset! = - 1) {}

    LOG.debug ("Getting chunck number :->" + counter + "index :->" + beginIdx);

    ReportDataChunk reportDataChunk = getReportDataChunks (tmpFileNameOnServer, beginIdx, util.chunkSize);

    data = reportDataChunk.getReportDataChunk ();

    output. Write (Data);

    beginIdx = beginIdx + util.chunkSize;

    offset = reportDataChunk.getReportDataOffset ();

    counter ++;

    }

    public ReportDataChunk (String starts, int beginIdx, int size) getReportDataChunks survey com.oracle.xmlns.oxp.service.v2.reportservice.OperationFailedException_Exception,

    {com Oracle.xmlns.OXP.service.v2.ReportService.AccessDeniedException_Exception}

    ReportDataChunk reportDataChunk is getReportServicePort () .downloadReportDataChunk (starts, beginIdx, size, getUsername(), getPassword());.

    Return reportDataChunk;

    }

    Note: when you schedule a report using schedulereport pub bi api back you a job id but matching so that it creates a Collard work with a different id that does the job and this childjobid is given when using the method of notification httpserver.

  • The report scheduling

    The source for the date field date is to come in this format (Jan-10).

    someone can cause query to schedule the report for the last 3 months (first day in the final month last day back 3rd month)?

    Hi user12255470,

    I have a little trouble understanding your request.

    First of all, it's a request for a response or a BI Publisher report?

    You mentioned that you have a field that contains date information, however, he comes across as a data type a string in the format 'MON - RR'. Is this correct? Or is it really a DATE data type, and you use a custom date mask to display in the format 'MON - RR'?

    Third, you try to schedule the report' using iBots? Burst? Others?

    What do you mean by "Annex report for the last 3 months? How are you in 3 months time and to plan something? Do you mean you want to filter the report to include only data from three months ago?

    If you try to make a filter for the previous three months (excluding the current month), then try the following.

    1. place a filter on your DATE field (assuming that it is an actual date)
    2 set the condition to be BETWEEN
    3. set the first condition in the SQL Expression: 100 * YEAR (TIMESTAMPADD (SQL_TSI_MONTH,-4, CURRENT_DATE)) +.
    MONTHS (TIMESTAMPADD (SQL_TSI_MONTH,-4, CURRENT_DATE))
    4. set the second Expression SQL condition: 100 * YEAR (TIMESTAMPADD (SQL_TSI_MONTH-1, CURRENT_DATE)) +.
    MONTHS (TIMESTAMPADD (SQL_TSI_MONTH-1, CURRENT_DATE))

    And voila, filter the previous three months.

    Please give correct points if it meets your needs.

    -Joe

  • Process Scheduler running SQR report gets the Client HTTP response Code 401 Unauthorized error

    People,

    Hello. I'm under PeopleTools 8,53 Oracle Linux 5 with Oracle 11 g 1 material database.

    Process scheduler run reports SQR and get the error message as below:

    Error of the client Http Response Code: 401 - non authorized. Transfer HTTP error.

    My report node information is below:

    URLID: http://ip_address:port/p/psreports/ch

    Home directory: /psreports

    Resource URI: SchedulerTransfer/ch

    Login ID: PS

    Password: mypass

    PeopleTools > IntegrationBroker > Configuration of integration > nodes: authentication option is selected password.

    The 2 roles, ReportDistAdmin and ProcessSchedulerAdmin are granted to the user PS

    Someone tell the error above due to incorrect or misspelled path for report repository in the configuration.properties file.

    I see no error in my configuration.

    My question is:

    Can any help folk to solve 'Error Http 401 - transfer HTTP error response Code' unauthorized customer?

    Thanks in advance.

    I think there might help:

    E-RD: transfer report error: Client Error Code: 401 - Unauthorized (63.59) (Doc ID 623250.1)

    E-RD: what are the steps to configure basic authentication for the repository of reports on PT 8,4 x using Weblogic? (Doc ID 970572.1)

    Also if you use this with test the load on load balancer balancer.

    Kind regards

    RAM

  • How to schedule reports

    Hi all
    I use OBI version 10.1.3.4 Standard Edition One.

    Is it possible to plan running reports or dashboards without use of delivery and create an iBot or editor?

    Thank you

    Sara

    N ° for this you must update for Enterprise Edition (EE) so you can use the book (iBots) or Web Services to plan the delivery of the content of the tables of edge and answers. Your license Standard Edition One (SE1) include the use of the editor. Publisher includes an engine of free programming and open source (Quartz). To use it that you simply set up a connection to a metadata schema database using the Admin tab in Publisher. Any request for simple answers, you have a dashboard can also serve as a data source for a report of the editor. You can also use the sql logic respond you to requests in a data source in data model to bring together several responds to requests in a single report of the editor. So with SE1 you can program the delivery of static content, but it will be not interactive / percables / clickable as a dashboard.

  • automatic scheduling of the report and send the output to the user by e-mail

    Hello
    Please I need scheduled report and send the output by email in discoverer. Please can someone help how to achieve this?

    Hello

    Yes, do you that.

    Please see Metalink Note 373812.1 how the schedule of reports to run at a given time while automatically the output electronics

    Thank you
    Fati

  • When running scheduled report, receive error message "table or view does not exist.

    This is the first time that we play with the planning reports. We can schedule a report to base without problem, BUT when the report begins to call database packages it starts mistake. We found the package is called end but when it's a SQL query he does not know the scope of the table. For example if the code says "select * of per_all_people_f' he doesn't know what per_all_people_f. BUT if I change the code to specify the owner of the table ' select * from hr.per_all_people_f' then it will run successfully."

    In discoverer we have it set up so that a generic user db (DISCO_SCHEDULE) is used when running scheduled reports. I searched metalink and we run scripts of Oracles about this user setting. At this point, we think of creating a group of synonyms for tables of this error, but thought that it had to be a better way.

    Anyone have any ideas on how to solve this problem? Their a configuration step we missed when setting up the user db DISCO_SCHEDULE?

    Thanks in advance for any assistance received.

    Marty

    Hello

    Your problem is that you call the function hr_general.decode_person_name the DISCO_SCHEDULE user and like most HR packages, the package hr_general is defined with the current_user rights. Therefore, the package will use the privileges of the current user when the package is run.

    You can try to grant privileges to the tables to the DISCO_SCHEDULE user and creating the necessary synonyms, but you will struggle to get this working. HR packages refer to other packages and tables, and ensure that you have all the privileges that are put in place will be virtually impossible.

    Another approach is to create a view owned by APPS that makes calls to the hr_general package. You can also create a wrapper function which is owned by APPS and created with the copyright that calls the package hr_general. You can then call this package instead of using hr_general.

    Rod West

  • Emailing reports on performance in 6.0

    Hey all,.

    I received a request to send reports to tell a group of VMs for the CPU usage and memory to say that last 30 days on a weekly report.  How

    I would accomplish this?

    This should be simple enough, but there are quite a few steps.

    Create a custom group:

    If the Group of virtual machines are not all in the same cluster and easy to report, you can create a custom group and make sure that the virtual machines are all in this group.

    Start by browsing to an overview of the environment. You should see a screen similar to the image below:

    Click the Green plus sign to create a new group:

    Please fill out the sections that I pointed out. It doesn't have to be exactly the same as what I did. As the 'Group Type' can be changed to anything you want, you can also choose custom policies that you have never defined. Make sure that you select the Type of object as a Virtual Machine, and you can add criteria that you want to add. In this example, I am now simple and just add specific objects, while the group will not dynamically updated.

    Then expand the "objects to always include" using the double arrows at the bottom right. Be sure to select "All items" in the drop down menu under 'Filtered objects' on the left side (default for the custom groups). Then simply browse to your objects, in this case vCenter adapter-> virtual-> select the checkboxes for each virtual machine that you want to. Finally, click the 'Add' button to move them into the group.

    You can also develop 'objects to always exclude' but once again since we keep it simple and do a static group I'm not going to get into that. But it's essentially the same concept as what we just talked.

    Now you have a custom group. Then, we create a view to feed our report.

    Create a custom view:

    Go to Home-> content in-> views. You should see a screen like this:

    Click the Green plus sign to create a new view. Give it a name and a description. Then click on "Presentation".

    Choose the type of presentation you want to present. I put a list for this demonstration. Then select "subjects."

    For the subjects that you want to be sure to select 'Virtual Machine' as the subject. We must not add at this point. Then select "Data".

    Now you must take your steps on the left side and drag - move to the right. I would also change the label to something more readable as who will appear in the column headers for your report. I forgot to change the "Transformation" on this image, but you can select average, Maximum, etc. for each indicator according to your needs. It is default to the 'last' which is the last value declared for each measure. Then click on 'Visibility' to choose where this point of view will be seen/used.

    I'm simply check the box for 'Reports', but you can use this view to dashboards as well. Click on save and you're done.

    Now that we have the view that we need to add it to a report. Fortunately, this is the easiest part of the whole process.


    Create a custom report:

    Go to Home-> content in-> reports. You should see a screen like this:

    Click the Green plus sign to create a custom report. Give it a name, a description and click on "views".

    Filter on the name of your view by typing it in the search box. Then drag your opinion on the right pane. Click on "format".

    I usually just keep the PDF and CSV checked because you never know when you will use either. Click on "Layout Options '.

    Now you can add a cover page, table of contents, and footer. I generally do not include these but if you want to have a custom brand report you would simply upload a picture here so that he looks at all the fancy. Click 'Save' and you're done with your report.

    Finally, we just need to schedule the report.

    Planning a report:

    Go to home page-> overview of the environment. Note that when "Custom groups" is selected your custom group poster upward. Click on your custom in the main pane group.

    Now that your custom group is selected, click the 'Reports' tab on the right side of the page. Type the name of your custom report to filter the others. Then click on the "Calendar" link to create a schedule for your report. Then click on the Green plus sign in the window that opens (not shown).

    Choose how often you would like your report to be generated. And at the bottom if you have set up email for your instance of vROPs already (I have not because I'm lazy), you can click on the "Email report" box and enter the email addresses of those you wish to receive your scheduled report.

    Well, it turned out be a lot more time than I expected. But if you have any questions do not hesitate to ask, and I will be more late to answer.

    See you soon,.

    Jeff

  • It is not possible to program the report with a user with the role of the author.

    Hello

    I tried to schedule the report using weblogic user (who has the admin role) it worked perfectly. But when I try to log on by using the user (who has the role of the author) and when I try to schedule a report I get the following error. It is clustered environment.


    [nQSError: 77006] Oracle BI presentation server error: A fatal error occurred during the processing of the request. The server responded with: an authentication failure.
    Error codes: IHVF6OM7:OPR4ONWY:U9IM8TAC
    Geographical area: saw.connectionPool.getConnection, saw.securitysubsystem.checkauthentication.runimpl, saw.securitysubsystem.checkauthentication, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    ODBC driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access to the requested connection is denied.
    [nQSError: 43113] The message returned by OBIS.
    [nQSError: 13039] The imposter does not exist in the Security Service of BI. (08004)



    Error codes:
    Geographical area: saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    .
    Error codes: AGEGTYVF
    AgentID: / users/richard/Test Mail Report
    ... Retry Agent response content loop... Sleep for 8 seconds. [nQSError: 77006] Oracle BI presentation server error: A fatal error occurred during the processing of the request. The server responded with: an authentication failure.
    Error codes: IHVF6OM7:OPR4ONWY:U9IM8TAC
    Geographical area: saw.connectionPool.getConnection, saw.securitysubsystem.checkauthentication.runimpl, saw.securitysubsystem.checkauthentication, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    ODBC driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access to the requested connection is denied.
    [nQSError: 43113] The message returned by OBIS.
    [nQSError: 13039] The imposter does not exist in the Security Service of BI. (08004)



    Error codes:
    Geographical area: saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    .
    Error codes: AGEGTYVF
    AgentID: / users/richard/Test Mail Report
    ... Retry Agent response content loop... Sleep for 6 seconds. [nQSError: 77006] Oracle BI presentation server error: A fatal error occurred during the processing of the request. The server responded with: an authentication failure.
    Error codes: IHVF6OM7:OPR4ONWY:U9IM8TAC
    Geographical area: saw.connectionPool.getConnection, saw.securitysubsystem.checkauthentication.runimpl, saw.securitysubsystem.checkauthentication, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    ODBC driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access to the requested connection is denied.
    [nQSError: 43113] The message returned by OBIS.
    [nQSError: 13039] The imposter does not exist in the Security Service of BI. (08004)



    Error codes:
    Geographical area: saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    .
    Error codes: AGEGTYVF
    AgentID: / users/richard/Test Mail Report

    Exceeded number of retries of request for the GetResponseContent method.





    Can someone help me with this.

    Thank you
    Rondo.

    Published by: RONDO on December 12, 2012 16:07

    Check Doc ID 1446877.1

    According to the doc Fix to apply the hotfix 13553428:

    The fix for this problem is to apply the hotfix for the following new bug.

    Bug 13553428 - QA:BLK:DELIVER Corp. OID LDAP users FAILED WITH the COPYCAT DOES'NT ARE.

    Patch 13553428: QA:BLK:DELIVER users to Corp OID LDAP FAILED WITH the COPYCAT DOES'NT ARE.

    The patch is available on MOS and can be applied to all platforms.

    Or access via this link:
    https://updates.Oracle.com/Orion/services/download/p13553428_111160_Generic.zip?Aru=14732325&patch_file=p13553428_111160_Generic.zip

    Please refer to the Readme file. It is important to shut down the system before applying the patch. Then restart.
    When you restart Weblogic should automatically detect that bimiddleware.ear has changed to OH and automatically redeploy it the application

    If it helps pls mark as correct

    Published by: VIEREN Srini December 12, 2012 19:39

  • iBot scheduling 1 and 15

    I need to schedule a report on the 1st and 15th of each month. Rather gross to do this is to create 2 monthly iBots (we run on 1st day & another day 15). Is there a better approach?

    Thank you
    Dinesh.

    Yes, there is. By creating an iBot, you normally have the "Conditional request" tab, you would use the application as a condition, but it doesn't have to be the case.

    In your case, create a short report which returns lines only on the 1st and 15th of each month. It's easy to do. Now to use this report as the "condition".

    Plan the iBot to "daily." Every day the condition will be tested. Only on the 1st and 15th the 'condition report' will return lines. And the ibot only fires these days here.

    BTW, once you create this 'condition report', you can use it to all the requests that must be performed on the 1st and 15th of each month. This method greatly increases the flexibility of planning iBots beyond what you can select in the offer.

  • Record report output to a file on the server.

    Hello

    We use BI Publisher Standalone version 10.1.3.3.1.

    Is it possible to schedule a report to output to a file on the server?
    I want the entire report to be saved to a file on the server.
    It's a bit similar to fall for a file system, but I don't want to split the output.

    Any help is appreciated.

    Thank you
    Nanda

    Yes, use the Scheduler and schedule the report,
    do the bursting into FTP or
    Annex to the report to run and run FTP in a single FILE.

    First option, you must provide the request, with the name of the FTP server, username, password etcccc.

  • Planning in Foglight 5.6.4 report

    Hello

    We would like to schedule a report for one of our Application teams, we want it in a mode like,.

    "every day the report should be generated with data from the previous day (24 hours)" automatically and above all it should be given the day before of the Application. (i.e.) if we choose 6 may 2013, while the report should have exactly 6 data and it should be built on onwards (daily) may 7 with only have the data the day before and the day to come on the next day.

    Can someone help us make same pls...

    Kind regards

    Guenoun.

    Hi guenoun

    If you have the generated report and you want to demand, it should be a fairly simple process.  Click the box with the three points in next to the slot:

    Then select the time period you want by clicking on the Edit button:

    Note that as well as "The last 24 hours", you can use the "last day 1»  Run this once a day as a regular report (for example "Start of Day" that she will work daily at 08:00) and you will achieve a daily report for the last 24 hours, any day it is.

    Hope this helps

    Brian

Maybe you are looking for