Scheduling a webi report with no access to univ. connection

Hi,
I have a user in BO enterprise, who has access to a report, but no access to the universe & universe connection.
So ideally, the expected behavior is that, when the user schedules the report, the schedule should fail.
When I do a schedule, by clicking on the prompts, and modify, it throws me an error that the Universe and universe connection are not accessible.
But when I schedule the report, with all default settings (without modifying the prompt values), it schedules, and shows a Success status. (Though the report shows blank data)
Has anyone observed this before? Any info on this would be helpful.
Thanks.

Hi,
The use-case is:
- An administrator creates a new user (by default belongs to Everyone group) and provides access to a particular report including the scheduling privileges
- The Everyone group does not have access for the Universe or the Connection
- When this user runs the report (View on Demand) and refreshes the data (via the Refresh Data button), the error is thrown stating that the universe is not found/not accessible.
- When scheduling the same report, we see different behaviors (one of the prompt option happens to be a List of Values:
    - Changing the prompt values - Clicking the modify button on the parameters page and trying to select a value for the LoV prompt throws me the Universe not found/accessible error (which is correct as the concerned user does not have access to the universe or the connection)
    - With default prompt values (i.e. not changing any of the prompt values in the parameters page) - This shows that the schedule was successful and when i open the instance, it shows me blank report - The question here is, why would the schedule succeed when the user does not have the access to the universe/connection?
Thanks -
Chandra

Similar Messages

  • Scheduling in Webi Reports with Changing Prompts.

    Hi Experts,
    I have a Webi report which is on top of 2 BEx queries connected through BICS. The Webi report has more than 4 crore records which makes it difficult to load each time when I refresh. I need to schedule this report so that the user can view the report based on the last instance.
    The report has 3 prompts namely Plant, Material and As of Date.
    The user uses only Plant and As Of Date. There are only two plants for example A and B. The user needs to run the report for each plant separately for all the days.
    Suppose today is 03/07/2013.
    The user will run the report with Plant A and As of Date: 03/07/2013 and second time with Plant B and As of Date: 03/07/2013.
    Next today is 04/07/2013.
    The user will run the report with Plant A and As of Date: 4/07/2013 and second time with Plant B and As of Date: 4/07/2013.
    I need your expert opinion in achieving this while scheduling. Hope you understood the scenario and will be helping me out in this.
    Thanks in Advance,
    Abdul

    Hello experts,
    I am very interested in this topic, as I have the exact same requirement as Abdul:
    Daily scheduling of Webi reports, based on BEx queries and connected through BICS. Done on BO4.
    I followed Aashutosh's link above, and i read something very interesting on page 3:
    Current Options Using Standard Functionality
    Until BusinessObjects 4.0 is released, it is not possible to use BEx variables (which will be made available by
    the BICS connector) or the last load date variable. This makes it impossible to automate the scheduling of
    Web Intelligence queries filtered by dynamic dates or time-slices (for example, yesterday, last week) using
    standard functionality. "
    Is this already functioning on BO4/Bex? Do you have an idea of how to implement it?
    Thank you!
    Best regards,
    Francisco

  • Ho can I schedule a WEBI report with dynamic parameters???

    Hello again!!
    Here i am with another detail about scheduling, the thing this time is that ia need to schedule a report with one parameter every week but with a different value for the parameter every week.
    This is i need this week to run the report SALES BY STORE filtered by week with this value 2011 - 45 (yyyy - num ofweek) but the next week the value for the same parameter must be 2011 - 46
    is it possible??? i mean is possible to schedule a report with different value for the parameter each time that it runs???
    I know that i can schedule a report with different values for a parameter to send it to severals users whith different data but the values for the parameter are the same every time that it runs and i dont need that.
    Any help or clue will be very appreciated

    Hi Elio,
    Do you have access to modify your universe?
    Then you should try Dave Rathbun's idea. Here is the link:
    http://www.dagira.com/2008/07/21/using-a-magic-date-value-in-prompts/
    Note that you'll have to adapt it to what you need, in this case to the week number.
    For example if you are using Sybase syntax you'd get 2011 - 46 with:
    convert(varchar, year(getdate()))+' - '+convert(varchar, datepart(wk,getdate()))
    So you'll new object in Universe would look like :
    your_table.week = case when @prompt('Enter week','C',,mono,free) = 'This week' then convert(varchar, year(getdate()))+' - '+convert(varchar, datepart(wk,getdate()))  else @prompt('Enter week','C',,mono,free)  end
    Adapt it to the syntax of the database you use. Then after creating this object in your universe you'll have to go back to your report and Edit the query and use this object in the filter area instead of  a normal prompt.
    When you have to schedule the report leave the prompt with the parameter 'This week'
    Hope this helps
    Regards
    Erika
    Edited by: PadawanGirl on Nov 8, 2011 3:35 PM

  • Unable to schedule webi report with Test user

    Hi All,
    I get the below error when i try to schedule a WEBI report with user id.
    I can schedule with my developer id.
    Error Message: Sorry, you do not have the right to 'Edit objects' (ID: 6) for 'sudes_errors' (ID: 45941). Please contact your administrator if you require this right. 
    Any inputs greatly appreciated.
    Thanks

    Error clearly showing that, Test user need access rights defined @ CMC.
    Contact BO admin, to assign Schedule/Full control rights for that Test user.
    Thank You!!
    H2H

  • Scheduling WEBI reports with API

    Is it possible to schedule a WEBI report with an external API?
    Explanation: our customers can view their data on our internet site. We want to show a list of reports where they can subscribe. For example: report X with parameter Y each monday morning in Excel format to mailadress Z.
    This subscribtion is stored in our Oracle database. The database sends an API to the BO enterprise server. BO schedules and sends the report to the customer.
    Regards,
    Emiel

    Hi
            What is the API ? Is it a Text file ? if so then you can schedule the reports based on an event in BO .
    Regards
    Prashant

  • Problem scheduling webi reports with XI3.1 pending forever

    Hello,
    I've got a problem scheduling webi reports with XI3.1 scheduler.
    After confiming scheduling job (loggin in with "administrator" user), status remains "pending" forever(using Infoview or CMC).
    I tried different job recurrence a modalities (attachment formats, destination user etc).
    I also try to add (-javaArgs "Xmx900m,Xincgc,server") wich is the SAP solution found on its portal but it does not work.
    I use BO XI 3.1 in Windows 2003 server, after the install I reduced the maximum memory of Java in the tomcat 5.5.2 server from 1024 to 512 because the server never started with the initial size.
    Please I need Help.
    thanks in advance,
    Samy

    Hi,
    Below SAP solution found found in BOB Forum.
    I applied this solution and now everything works fine !!
    I just add  this -javaArgs "Xmx900m,Xincgc,server"  in the command line of the server
    Hope this helps:
    Symptom
    Scheduled WebIntelligence reports remain stuck in 'pending' status after installing Microsoft windows patches of April 2009. Restarting the Adaptive Job Server, Central Management Server or Server Intelligence Agent has no effect.
    The Event Viewer logs show the following entry: Unable to start the sub-process (Job Server Child). Cause : Couldn't get IJob interface or writing IAudit: Pipe exception. Reason: jobserverchild (WebIJavaSchedulingService ReplicationSchedulingService, 0, Timeout waiting for Child [4716] to register ([120]seconds).
    Reproducing the Issue
    Install Business Objects Enterprise XI 3.x on a French Windows 2003 SP2 32bits server
    Install the following Microsoft windows update patches of April 2009:
    KB923561, KB925336, KB952004, KB956572, KB959426, KB960225, KB960803, KB961373, KB967715
    Schedule a WebIntelligence report
    The report remains in Pending status
    Business Objects Enterprise XI 3.1
    Windows 2003 SP2 32bit (French)
    Microsoft windows patches of April 2009
    Cause
    With Microsoft windows patches of April 2009, the maximum Heap Size for java processes has been reduced to under 1000MB.
    Resolution
    Apply the following steps to fix the issue:
    Launch the Central Management Console
    Select Servers
    Right click on <server_name>.Adaptive Job Server and select Properties
    Add the switch -javaArgs "Xmx900m,Xincgc,server" in the command line of the server
    Click on Save and Close
    Restart the <server_name>.Adaptive Job Server
    Regards .
    Sam.
    Edited by: samouber on Aug 21, 2009 2:54 PM

  • Error when try to schedule a Webi Report

    Good day every one:
    Can anyone please help me to solve this problem??? the issue is this, I want to schedule a Webi report but when i clic on Schedule and go to Format and Destinations tab, i got this message:
    displayErrorMessage="VIEWER:VIEWER_ERR_DEFAULT (Error: INF )"; traceErrorMessage="\u003Cinput type="hidden" name="BENCHERROR" value="Error Number :  - Error Description : VIEWER:_VIEWER_ERR_DEFAULT"\u003E";
    And i can not see the formats availables to schedule the report and of course i can not see the configuration and destinations options.
    Looking for an answer i found this:
    http://forums.sdn.sap.com/thread.jspa?threadID=1537527
    but that is an old post and i can not find the file mentioned there, can somebody please help me to fix this???
    We are using:
    BOBJ 3.1 SP3
    Windows Server 2003
    32 bits
    Regards

    I just found this
    I was able to fix the issue by replacing the webiviewer.properties file with the file from the WARFILES\WEBAPPS directory. The webiviewer.properties file looks like it was corrupt as there was only 1 line in the file. After replacing and restarting the servers there's no longer an error when selecting Formats & Destinations.
    I checked those webiviewer.properties and like you , one of them had only 1 line, about the language.
    So I replace the one from Tomcat55\webapps\AnalyticalReporting\WEB-INF\classes with the one in the folder Tomcat55\webapps\AnalyticalReporting\classes
    My guess is that this properties is corrupted because of the installation of other language. What should be done is updating the file with the new language parameters but what is done is a replace of the file.
    I foun that in this link
    http://www.forumtopics.com/busobj/viewtopic.php?t=150796&sid=bad10669f42c6de2b77e37b03122334d
    I will apply this and if im success i let you know
    Regards
    Edited by: Elio Javier Guzman Hernandez on Oct 21, 2011 6:25 PM
    Well the solution that i gave you works fine.
    Regardas
    Edited by: Elio Javier Guzman Hernandez on Oct 21, 2011 10:42 PM

  • Re: Schedule a WEBI report once the BW process chain loading is completed

    Hello Guys,
    I want to schedule a webi report once the process chain in bw is sucessfully completed .Did any one face this situation before ?
    is it possible to trigger a event from bw to webi and schedule a webi report to end users once the process chain loads the data into cube sucessfully
    i searched sdn but didnt find any help related to this topic
    can any one help me with the above issue asap
    step 1 : Trigger the process chain load the data till cube
    step 2 : add a process type whcih has program - at the end of the process chain
    step 3 : trigger a event in BO inorder to schedule a webi report to end users from this program ? how to do it
    i want to know how to trigger a event in bo from bw using r/3 program inorder to schedule a WEBI report
    any help on this topic is highly appreciated

    Hi Venkat,
    At present, there is no standard functionality available in SAP NetWeaver 2004s BW/BOBJ that offers this integration and automation.But you can do it as given in following link
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c09033ab-4593-2e10-5fa0-b23bcfa1575a?QuickLink=index&overridelayout=true&51887500308956
    Regards,
    Pushkar Dhale

  • Schedule a Webi report to multiple folders in BOXIR2 InfoView

    Hi All Expert,
    I might need your kind advice on what is the alternative way to do the below in BOXIR2 InfoView.
    In my InfoView, i have several sub-folders under one folder. For eg, i have one "Sales" folder which contained multiple sub-folders as "SG", "CHI", "MYS", "JPN" and etc. I have one webi report created which have a country name prompt in the report and exported to each different sub-folders which the report prompt have been selected for each country name before export to the sub-folder. Eg, "SG" sub-folder have a webi report with "Singapore" as country name in the folder. All of the sub-folder's report are using the same webi report design.
    My problem now is i need to open each of the webi report in the sub-folder to everytime when i need to perform a schedule or perform changes on the report design. If i have 12 sub-folders, i need to open 12 times to perform changes one by one or schedule the report to run one by one.
    Are there any other alternative way to schedule one time then BO will copy the relavant report or instance to the multiple folder?
    Appreciated your kind advice.
    Regards,
    Chee Koon

    Hi
    a publication object allows you to schedule X webi reports (which reside in several subfolders in your system) at once.
    If you want to first to create/overwrite copies of your report in X subfolders and then schedule them all at once then you have to go with the SDK (even in BO XI 3.x)
    You can find more information about the SDK here: http://www.sdn.sap.com/irj/boc/sdklibrary
    Regards,
    Stratos

  • Saving WebI report with links to desktop in pdf format

    I have a user who is asking if a WebI report with drill down links can be saved to his desktop as a pdf and still have the links work. Has anyone had the same request?

    it´s ocurrs because the drill down that you have in the query, try with another query and export this to a PDF and if you can access ... is that is not possible to use the link for a drill down in a PDF.
    good luck!

  • Scheduled a webi report and set it send to EMAIL.

    Our customer found when they scheduled a webi report and set it send to EMAIL, it will cost much more time than usual after they have their SIA restarts.
    The first time it takes 4-5 times longer to receive a report in mailbox than next time onwards.
    Please help.
    Thanks Much,
    Abhishek

    Hi Abishek,
    If the schedule is taking 4-5 times longer to schedule following the SIA restart I suppose it is possible that the Webi Job Server and Webi Processing Servers are not fully registered with the CMS - can you check that.
    Also can you test by ensuring that if there are any Webi Job Servers\Webi Processing Servers in the environment which are stopped\disabled, can you retest after deleting those servers. There is a bug with XI3.1:
    ADAPT01371367
    Description:
    Scheduled jobs often have a delay when the system is upgraded to BusinessObjects Enterprise XI 3.1 SP2 FP 2.2 or FP 2.3.This problem also happens when some of the servers required for scheduling are stopped and disabled. In this case, the Adaptive Job Server (AJS) tries to confirm if all available Webi Report Servers are running, and this causes the delay in running the scheduled jobs.
    New Behavior:
    This problem has been resolved.
    Do you have a test system where you could install FP3.1 and check the fix?
    The only "workaround" I could suggest would be to ensure that all services needed for the schedule are running\enabled (Adaptive Job Servers and Webi Processing Servers). This will stop the Adaptive Job Server from its continual querying for those servers. The adverse effect of this is that the more unnecessary services which are running will necessitate increased network communication.
    To check if this is the actual issue you are hitting, you would need to trace the schedule and check for messages like this in the logs:
    [2010-08-27 12:02:08,769] [TID:24] [ERROR] [webi.PublishingHelper.<init>():89]: unable to retrieve all mandatories servers to proceed this job
    Alternatively, log a message with SAP Support for further investigation.
    <<Text removed>>
    Kind regards,
    John
    Edited by: Matt on Oct 10, 2011 10:14 AM

  • How to connect Already created WebI reports with Xcelsius Dashboards

    HI Experts,
    My requirement it to bring data from already in use WebI reports to a consolidated Dashboard. I am aware of connecting universe with Dashboard with the help of QaaWS.
    Is there is any other way that we can connect our dashboard?
    We are thinking to publish those dashboards on the SAP Enterprise BI Portal.
    Thanks in advance!!!
    Edited by: BIBO_Apprentice on Aug 13, 2011 7:40 AM

    Hi,
    One can connect WebI reports with Xcelsius dashboards in 3 ways:
    1. Using QaaWS : connects universe with Dashboard. Dashboard uses the WSDL link to get data that works on SOAP (that works on exchanging web structures).
    2. Using Live Office Connection: With the help of Live Office one can connect the WebI reports directly. One can take advantage of the scheduled instances of the WebI reports. So it is good for time consuming reports.
    3. Using BI Web Services: Here custom web services are created of intended report instances. Publication is done from CMS side.
    after that WSDL is used as any other web services.
    Get back if you need any further clarification.

  • How to create a event at the time of scheduling a webi report

    if event fires then only it schedules the webi report
    give in a brief steps
    pls its urgent for me.

    Refer to the below blog
    http://scn.sap.com/community/bi-platform/blog/2013/01/07/cmcevents-in-business-objects-and-its-usage
    Thanks,
    Prithvi

  • Schedule a Webi report

    Hi All,
    I am getting error "A database error occured. The database error text is: Failed to execute MDX query. Reason: Inconsistent input parameter (parameter: <unknown>, value <unknown>). (WIS 10901)  " while scheduling a Webi report.
    Could anyone help me regards the error?
    Regards

    This error message means the parameter assigned to the prompt of the report while scheduling, was not correct.
    Please check the parameters in the prompt section while scheduling and assign proper values.

  • Getting error while schedule a webi report

    Hi All,
    I am getting error "A database error occured. The database error text is: The supplied XML is not valid. [Measures].[4KO5AOUTL3ZKE55WDDOMUB0AI]. (WIS 10901) " while scheduling a Webi report.
    Could anyone help me regarding the error?
    Regards

    Hi Manoj,
    Go to the controls tab in parameters in universe designer and there increase the "Limit size of result set to" and "limit execution time to".
    Also in webi go to the edit query and increase the "maximum rows retrived" and "maximu retrievel time".
    I think this should avoid partial results.
    Thanks,
    Neeraj

Maybe you are looking for

  • Problem in Data Grid

    Hi All, Account calculations are not displaying on the data grid. But the values are being picked up with a smart view report. I tried running a force calculate and a consolidate all, but that did not work. Please suggest in this regards. Thanks in a

  • How can I delete the site (created in webDB) from database?

    Hi I have the WebDB 2.2 and Database server Oracle8i and I created a lot of sites with WebDB but I do not know how can I delete them from database server. Could somebody help to me?

  • Can  not connect datasource in weblogic server

    I have written a test class. I create datasource in weblogic server 11g(datasource name =fdbusionline jndi name = 'jdbc/fdbusionline' ) and start weblogic server. but always report the following error: javax.naming.NameNotFoundException: Unable to re

  • What u hear problems in vista 32bit

    #What u hear problems in vista 32bit2 I just installed the newer variety of the x-fi notebook card with the wireless broadcast function, and for whatever reason installing the drivers failed the first time, I tried a clean install after that, and the

  • [All Platforms][Playlists] Playlist sorting

    Add ability to sort playlists alphabetically or arrange them in whatever order the end user prefers to more easily go through the playlists.