OBI 10g iBot scheduling problem to deliver report

Hi ,
I have done with iBot configuration(OBI 10g ) as mentioned in the oracle documentation .
But when I try to schedule one report immediately I am getting the below error from : C:\OracleBIData\web\log\sawlog0.log file :
One thing I am bit surprised in below error : RemoteIP-1x.xxx.xx.x is picking my local IP . Is it okay or it should be the SMTP mail server IP ?
Could anyone help how to fix the below problem :
Type: Error
Severity: 42
Time: Thu May 08 20:04:09 2008
File: project/websubsystems/ssremote.cpp Line: 1515
Properties: ThreadID-928;HttpCommand-IBotPicker;RemoteIP-1x.xxx.xx.x;User-Administrator
Location:
     saw.httpserver.request
     saw.rpc.server.responder
     saw.rpc.server
     saw.rpc.server.handleConnection
     saw.rpc.server.dispatch
     saw.threadPool
     saw.threads
***kmsgNoDisconnectedApplicationFound: message text not found ***
Type: Error
Severity: 42
Time: Thu May 08 20:04:21 2008
File: project/websubsystems/ssremote.cpp Line: 1515
Properties: ThreadID-928;HttpCommand-IBotPicker;RemoteIP-1x.xxx.xxx.x;User-Administrator
Location:
     saw.httpserver.request
     saw.rpc.server.responder
     saw.rpc.server
     saw.rpc.server.handleConnection
     saw.rpc.server.dispatch
     saw.threadPool
     saw.threads
***kmsgNoDisconnectedApplicationFound: message text not found ***

Hi,
Any chance you were able resolve this issue, Please share the resolution steps.
thanks in advance.

Similar Messages

  • Delivery problem - naming of delivered report

    Hi everyone,
    I've got a problem with delivering reports via mail ... I'm using the following code
    DeliveryManager dm = new DeliveryManager();
    DeliveryRequest req = dm.createRequest(DeliveryManager.TYPE_SMTP_EMAIL);
    req.addProperty(DeliveryPropertyDefinitions.SMTP_SUBJECT, "XMLP Report"); req.addProperty(DeliveryPropertyDefinitions.SMTP_HOST, "mySMTPHost");
    req.addProperty(DeliveryPropertyDefinitions.SMTP_FROM, "[email protected]");
    req.addProperty(DeliveryPropertyDefinitions.SMTP_TO_RECIPIENTS, "[email protected]");
    req.addProperty(DeliveryPropertyDefinitions.SMTP_CONTENT_TYPE, "text/plain");
    req.addProperty(DeliveryPropertyDefinitions.SMTP_CONTENT_FILENAME,
    "something.out");
    InputStream in = new ByteArrayInputStream("Hi ... this is an e-mail".getBytes());
    Attachment m = new Attachment();
    m.addAttachment("reportDocument.pdf", "name.pdf", "application/pdf");
    req.addProperty(DeliveryPropertyDefinitions.SMTP_ATTACHMENT,m);
    req.setDocument(in);
    req.submit();
    Everything is working fine, except the naming of the attachment
    In Thunderbird, the attached file appears as "Part 1.2.pdf", in outlook it appears as "att001.pdf" ... what happend with the file name, that I've specified: name.pdf?
    Does anyone know the problem?
    Thank you

    I also have a similar problem, but its giving the following error: Missing Required Property Exception: SMTP_TO_RECIPIENTS, even though I've set this property

  • Obi 10g - pre run the reports by schedule?

    hi, experts,
    I have 2 questions on obi 10g
    1)
    the server cache is enabled.
    it is because the boss' time is expensive.
    he doesnt wanna wait for the refresh of reports
    are there any means to pre run the reports so that they can read the reports directly, no need to wait for the refresh time.
    2)
    If the a big set of data is already loaded.
    if users need to read the data from subset of the big set data, does OBIEE load subset data from the cache directly?
    or fire another sql to get the data again?
    thank you very much!

    Hi Stephen,
    the nqcmd.exe occupies all the cpu resources to display the resuilt on the command prompt.any ways to handle this case?If you have lot fo records this happens,If your doing this manually to re-build the cache write the SQL and add where condition so you can purge according to the where condition filter.....next again you change where condition and again purge it.
    2) run the nqcmd command to load the dataIn second point why are you loading date,you need to purge/delete data that is existing by using NQCMD command then chk NQquery.log
    I would say follow the steps exactly given in the blog mentioned above,then you get success (OR) in the same blog in comments there is user guide link check out
    If answered,award points.
    By,
    KK

  • Ibots not delivering report completely

    i have an ibot which is scheduled to deliver a report in html format on a daily basis ,Im getting the report through the mail but the problem is ,the report is not complete if there are 1000 records present in the report ;im able to get only 250 records in the mail(Note: this 250 count corresponds to a single page of the answers report screen ie report records in the answers can be seen by navigating through 4 pages like click next)
    Can anyone tell me the cause of this issue ? as well provide a solution for this thanks
    Sivachandran

    Hi,
    Add this row to the instanceconfig.xml file (/OracleBIData/web/config/), under the node <WebConfig><ServerInstance><Views><Table>
    *<DefaultRowsDisplayed>1000</DefaultRowsDisplayed>*
    and restart the presentation services
    Regards.

  • Date format Problem in forms&reports Services 10g

    Hi Dears,
    I Faced a problem during running reports ( i am using forms& Reports Services 10g), when i pass the parameters via parameter form to the report (built in forms10g Rel 2.0) its appearing in arabic like (25-يناير-2010) as my Date Formate is (DD-YYYY-MON) and NLS_LANG parameter is defined as Arabic_Saudi arabia.AR8MSWIN1256 so as a result report is not running due to unknown Date formate, how can i change the Same Date format (DD-YYYY-MON) to appear in english like (25-2010-JAN)
    Thanks

    You could specify the parameter as type VARCHAR2, explicitly cast it (maybe to DD.MM.YYYY) when you pass it from forms and cast it back in your query, like TO_DATE(:P_PARAM, 'DD.MM.YYYY')

  • How to schedule and e-mail reports in OIM 10g

    Hi,
    Could you please let me know how to schedule and e-mail OOTB reports in OIM 10g.
    When I click on reports tab and try to run a report, I see the report displayed on the screen and has an option to export to CSV format.
    I could not find a place where I can specify the scheduling interval or the set of e-mail recipients.
    Looking forward to hearing from you,
    Many thanks in advance

    You can write your own schedule task to do the same. You can use the existing Stored procedures which are used by OOTB reports to get the desired report.
    You can also make use of API: http://otndnld.oracle.co.jp/document/products/id_mgmt/idm_903/doc_cd/javadocs/operations/Thor/API/Operations/ReportOperationsIntf.html

  • Error while scheduling a Hyperion Interactive Report

    Hi,
    I'm trying to run a scheduled Hyperion Interactive Report (version 9.3.1). The report is scheduled to run for 1st of every month. After the report is scheduled. When a user tries to run the report on demand.
    The error log states as follows:
    $ view server_messages_IRJobService.log
    "server_messages_IRJobService.log" [Read only] 38 lines, 2688 characters
    <event logger="com.brio.one.services.bqservice.SERVICE" method="ThrID(7) Logger(ZDbgPrint)" timestamp="1247269603142" level="ERROR" thread="[ORB=_it_orb_id_1,Pool=1]::id-6" sequence_no="74">^M
    <time>10 Jul 2009 16:46:43,142</time>^M
    <context subject="TIPAdmin" session_id="zRMz99t6-00000122670ef701-0000-8197-0a3f0708" originator_type="IRJobService" originator_name="InteractiveReportingService" host="tsbrit02">^M
    <info type="RESOURCE">IBQServiceImpl::runJob Job Identifier: TIPPFSMRPT Service Name: JF1_tsbrit02 Cycle Name: Cycle_0</info>^M
    <info type="RESOURCE_ID">000001225ef102a5-0000-8197-0a3f0708</info>^M
    </context>^M
    <message><![CDATA[TCApp::ExecuteJavaScript failed: ]]></message>^M
    </event>^M
    ^M
    But when the report is uploaded and when the user tries running it. It runs without any problem.
    The report has 3 filters(drop downs) on runtime.
    Could anyone please help me in this regard.
    Regards,
    Sadiq

    check your discoverer user role using:
    select granted_role from dba_role_privs where grantee=upper('<username>');
    from your database. the database to which the desktop is connecting.
    check for connect, resouce, multiorg roles.

  • Stock still shown as schedule to be delivered

    Hi,
    Our business process would require consignment process. But for certain cases, the stock seems not delivered although PGI have been done. The D.O still prompted in MD04 and the stock is hold as scheduled to be delivery.
    Example:
    During Consignment Fill up. The SO & D.O created. The PGI is done with mvt 631 for qty 3pc for batch A. Stock moved from our stock to customer consigment stock (batch A in our stock is zero). However when we look in MD04, the D.O is still there and it is showing the qty as -ve (-3pc) for batch A. In the material list, the 3 pc is put under scheduled to be deliver also under Batch A.
    This will give us problem when we wanted to PGI for other stocks with other batches. The 3pcs in Batch A is holding the qty in the system.
    Kindly advise.
    Thank you.

    Try running the program SDRQCR21 and check if this corrects the inventory. I believe this to be a case of inventory mis match. This program should correct the unnecessary entries in MD04.
    Regards,
    Mani

  • How to schedule a BI publisher report to Sharepoint

    Hi, can someone explain the steps for scheduling a BI publisher report to share point. I have tried the steps mentioned on the following link, but no luck.
    http://rseshan.wordpress.com/2009/07/23/sharepoint-%E2%80%93-bi-publisher-integration/
    I get following error when I schedule a report:
    Error deliver document to webDav::Exception happened when calling deliver API::Error deliver document to webDav::deliver API call throw DeliveryException::::oracle.xdo.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)oracle.xdo.service.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException: oracle.

    I have solution for Connection timed out while waiting response from server. Please refer to the thread
    Re: scheduled jobs failed

  • Not able to schedule Webi and Crystal reports in Infoview

    Hi All,
    We are using Business Objects XI 3.1.
    I am not able to schedule reports in Infoview irrespective of the report type.
    The Webi report throws the error "Bad Request(Invalid URL)" when I hit on the Format Destination section.
    The Crystal report without prompt hangs when I hit schedule button and the report with prompt throws the error "An error has occurred:Invalid postback or callback argument."
    Recently we installed the Fixpack 1.2 for XI 3.1.
    Thanks in Advance
    Umesh

    Hi Kilic,
    You mean to say re-install the Java version.
    Also there is issue in IIS Server. It always encounters a problem and stops. I have to restart the IIS Server. How to deal with these issues? Very confused
    Thanks and Regards,
    Umesh Jadhav
    Edited by: umesh jadhav on Mar 27, 2009 10:07 PM

  • OBI 10g merge 2 time dimensions on the same table/graph in analysis

    Hi,
    My problem is: I have 2 different analyses (working fine) (using OBI 10g), they both use a different time dimension:
    time_dim_1 | fact1
    time_dim_2 | fact2
    I want to merge them to have something like the following:
    time_dim | fact1 | fact2
    What I managed to get so far is something like this:
    time_dim1 | time_dim2 | fact1 | fact2 (with, if we suppose there are 12 rows in time_dim1 and time_dim2, 12*12 = 144 rows instead of just 12)
    Here is some more explanations about how I set my repository:
    My fact table "issues" is made of the following columns:
    issue_id, issue_type, issue_create_date, issue_end_date
    I also have a table "calendar" with year, quarter, month and full_gregorian_date.
    In the physical layer I created 2 aliases for the "calendar" table to join with the fact table using "issue_create_date" and "issue_end_date".
    In the business model I created the 2 related time dimensions.
    Everything is working fine so far, I was able to get 2 different analyses :
    - time dimension (joined with "issue_CREATE_date") | count of issues (with aggregation rule "count" on issue_id)
    to see how many new issues are CREATED through time (are there more issues created or less)
    - time dimension (joined with "issue_END_date") | count of issues (with aggregation rule "count" on issue_id)
    to see how many new issues are ENDED through time (when are more issues ended)
    What I want is a third analysis like this:
    - time dimension | count of created issues | count for ended issues
    Thanks for your help.
    Florence

    did you set the content level as well?

  • Background job RDDIMPDP is not scheduled. Please run report RDDNEWPP.

    Dear Guru's,
                     I am having a problem during transportation. i am not able to transport to quality system.And the tp system logs shows following error messages:-
    WARNING: System GNQ. Warning.        20071105123442 :
    ERROR:       Background job RDDIMPDP is not scheduled. Please run report RDDNEWPP.
    ERROR:       I'm waiting 100 sec (Count: 1).
    WARNING:       (This warning is harmless if no further warnings follow.)
    Please help.
    Regards
    Akif

    Re: Importing trans request failed
    Re: Transports Erroring
    Re: What is RDDIMPDP .....
    have a look it may help you
    Message was edited by:
            Vinod Udapudi
    Message was edited by:
            Vinod Udapudi

  • Should we Use cache seeding iBots to pre-cache the reports ?

    Hi Everyone,
    We have requirement from client to improve the performance of some reports.We have a very old RPD and it is really huge so we don't want to do much on database side for performance tuning.
    Will it be a good idea to use cache seeding iBots to pre-cache the reports ?
    Most of the reports which are having performance issue are having some 5-6 columns and one key column is having some 30+ choices in column selector.So for each column selector view we will have to create a ibot which will again be a huge task.Can you pls guide how to approach this?
    Thanks in advance !
    Aarti Chawla

    hi Aarti,
    Will it be a good idea to use cache seeding iBots to pre-cache the reports ?http://www.artofbi.com/index.php/2010/03/obiee-ibots-obi-caching-strategy-with-seeding-cache/
    30+choices in column selector will definitely have performance issues..bcz each and every time the report is going to refresh .have u enabled the cache some what better .Whats the issue of using existing report by enabling the cache seeding in ibots?
    Thanks,
    Saichand.v

  • IBot schedule issue??

    Hi friends,
    I have 6 iBots scheduled on different time everyday.
    iBot A, B, C are scheduled at 3:00:00 AM 3:15:00 AM 3:30:00 AM respectively.
    iBot D, E, and F are scheduled after 4:00:00 Am with 30 minutes gap.
    When I check them in morning after 7:00 AM they are not delivered properly.
    Sometime A, B and C runs and sometime D, E, and and F runs. I never see 6 alerts on the same day on dashboard.
    I'm using these iBots for cache seeding purpose.
    In destination tab in delivers I've checked Oracle BI Server Cache under System services.
    Please help me resolve this issue.

    Hi Toonee,
    go to *<Local Drive>:\OracleBI\server\Log*
    Here you find the iBots folder including the NQQuery, NQSAdminTool, NQScheduler, NQServer log files..
    Just go to iBots folder and check the log..
    Hope i am correct about the location..
    Thanks & Regards
    Kishore Guggilla

  • Excess time taken to schedule requests to the report server

    I have a file which contains 10000 requests to be send to the report server. The total time taken by the report client to send the request to the report server is somewhere around 4 - 5 hours. Why does report client take so much time to schedule the request to the report server ????? How can i get around this problem, since the report execution doesn't start till the last request has been send since i am using schedule=<some_delay> and not schedule=NOW.

    I have a file which contains 10000 requests to be send to the report server. The total time taken by the report client to send the request to the report server is somewhere around 4 - 5 hours. Why does report client take so much time to schedule the request to the report server ????? How can i get around this problem, since the report execution doesn't start till the last request has been send since i am using schedule=<some_delay> and not schedule=NOW.

Maybe you are looking for

  • Issues with UpdateAction and later using jbo:RowsetIterate

    Hello - I am putting together a BC4J/Struts web app and am having some issues with using the oracle.jbo.html.struts11.actions.UpdateAction class. I am trying to figure out the correct way to reset a row after validation exceptions so that <jbo:Rowset

  • Multiple layers in 32 bit depth PSD

    Hi there, Am I missing something, or can't I have multiple layers in a PSD file when working in 32 bit mode? (In particular, I am using CS5). I am working on a feature to save image data to PSD and would, if possible, prefer to be able to store the i

  • PP Workflow

    HI Friends, I would like to know the workflow settings required for the following activity 1) Maximum variance exceeded 2) MRP list & stock requirement list to MRP controller 3) Inform MRP controller about order change give me the details like object

  • After syncing I lost my iBooks and other apps. How do I recover them?

    I lost my iBooks and other apps aftery syncing.  How do I recover them?

  • SB Live reinstall probl

    Ok, here's my story: I recently had a hard dri've fail on me, so I had to reinstall Windows (2000) on a new one and basically start over. I have everything pretty much back to normal now, except for my SB Li've. When I first booted up, it acted like