Schedule Sharepoint Excel Report

Hi,
We have built one Windows Forms Application in C# to subscribe Email Excel Report. It is working fine, we are getting Email along with Excel Attachment also when we click .EXE file.
But we need to achieve the following scenario also. 
Suppose, we deployed the same .EXE in two Servers. if same EXE is pushed from more than 1 Server(s) at the same time for the scheduled reports, Email should go to the concerned member(s) only one time.
Please suggest us the solution for this.
Thanks & Regards
K.V.B.Gururaaja

Hi K.V.B.Gururaaja,
To make the email sent to the concerned member(s) only one time, I recommend to modify the Windows Forms Application and record the emails have been sent to the users in the application.
We can store the records in the database, and then check those records first after clicking the .exe file.
If the emails for concerned member(s) have been sent, then avoid executing the sending email function.
As this issue is regarding to the code logic in C#, I recommend you to post your issue to Visual C#:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral.
More experts will assist you, then you will get more information relation to the code logic.
Thanks,
Victoria
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Victoria Xia
TechNet Community Support

Similar Messages

  • Balance sheet as per Schedule VI, Excel Reporter Templete

    Hi
    Please give  Excel Reporter Templete of Balance sheet as per Schedule VI for SAP B1 2007B PL34
    Thanks in advance
    Prasad

    Hi Prasad,
    Are you sure you have B1 2007B PL34?  To my knowledge, the highest PL for 2007B would be < 17.  To ask for the template this may not be appropriated either.
    Make sure what is your current PL and ask the question that others may reply easier.
    Thanks,
    Gordon

  • Schedule Send Execl Report by E-mail to System User

    Hello:
       I need to schedule send Excel Report by E-mail to system user internet address. If only define the job by Reprot Agent? Do we have other method?
    Hope this clear!Can you give some advice?
    Regards&Thanks
    zagory

    Hi zagory,
    i forgot one tech issue to be setup: The internet Mail gateway needs to be setup if you want to send proper e-mails.
    presupposed all tech. issues are solved, I agree with my colleague. Setup is fairly easy to handle, as soon as you know the customers demands like
    - who is allowed to send
    - who will do it in the future
    - who are the recipients
    - when should the precalc. take place/when should the Workbook be executed (Timepoints, after dataupdate ...)
    for authorisations check out object: s_rs_bcs.
    also make sure that the executor has permissions for the backgroud user (serach in TRC SU21, i can not remember.)
    if all is known = approx. 2-3 days until go live, depending on the complexity of the existing scheduling and the authorisation concept.
    Not to mention the training for all that and the tchnical setup.
    hth
    cheers
    Sven

  • SharePoint 2010: Scheduled Web Analytics Reports workflow is not sending ANY email

    Hello,
    I've a SharePoint 2010 Enterprise farm. I setup a Scheduled Web Analytics Reports workflow in a site collection with different web analytics reports options checked. So far I've not got ANY email. When I went to Site Workflows, I'm seeing that the workflow
    is running. When I click on Completed status, I see below outcome in the Workflow History section:
    "Email sent but reports with no data were not attached."
    And I see below information in the Workflow History list:
    "Attached are the daily Web Analytics reports for 1/7/2015 through 1/7/2015 for SharePoint Site Collection
    http://server/team/site scheduled by workflow "SharePoint Site Web Analytics Reports". "
    I am able to generate the reports manually by going to Site Collection Web Analytics Reports, but I want to schedule them. The problem is I'm not getting ANY email in my inbox. What am I missing here? Are the emails getting filtered by Outlook or workflow
    is not sending emails at all?
    Please help! This is getting frustrated.
    Thanks,
    Ashish

    Hi Ashish,
    Based on your description, my understanding is that the email is not sent from the Scheduled Web Analytics Reports workflow.
    I recommend to the things below:
    1. Check if the Outgoing email has been configured for the web application where you run the Scheduled Web Analytics Reports workflow.
    In Central Administration > Application management > Manage web applications > select the corresponding web application > click General Settings in the ribbon and select Outgoing E-mail.
    2. Make sure that your account has email address configured.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Launch specific BPC Excel Report/Input Schedule or BPF from Infoview

    Hi all,
    We would like to launch either a specific BPC for Excel report and/or input schedule, or link to a specific BPF from BOBJ Infoview (probably a Webi report).
    Therefore is it possible to provide a url to Webi to do this?
    This is BPC NW 7.5
    Many thanks,
    Andy

    Hi you all,
    we are dealing with the same problem in our project. Our customer is implementing BPC and wants the Excel input schedules to be launched from the same place where their current BI (BO) reports are stored. That's InfoView, or actually soon BI Launchpad 4.0.
    Is it anyhow possible to launch a normal BPC Excel input schedule directly from InfoView/BI Launchpad? I tested a bit with OsCLD function with a published Input schedule, and using the link OsCLD returns as Launchpad hyperlink, it's possible to open the .xls file in Launchpad browser window. Of course, none of the BPC's own structures or functions are there so it's just a plain excel sheet, not an really input schedule... so I guess BPC for Excel must be running when opening them and that pretty much is the same as using them directly from the Excel UI. But it's not the solution the customer wants to use.
    Their reason for using Launchpad is that they control user access to their current reporting with the InfoView folder structure and want to use the existing authorization this way for BPC planning too.
    Any suggestions?
    BR,
    Andy

  • Sharepoint 2013 Reporting Services & OLAP Cubes for Data Modeling.

    I've been using PowerPivot & PowerView in Excel 2013 Pro for some time now so am now eager to get set up with Sharepoint 2013 Reporting Services.
    Before set up Reporting Services  I have just one question to resolve.
    What are the benefits/differences of using a normal flat table set up, compared to an OLAP cube?
    Should I base my Data Model on an OLAP Cube or just Connect to tables in my SQL 2012 database?
    I realize that OLAP Cubes aggregate data making it faster to return results, but am unclear if this is needed with Data Modeling for Sharepoint 2013.
    Many thanks,
    Mike

    So yes, PV is an in-memory cube. When data is loaded from the data source, it's cached in memory, and stored (compressed) in the Excel file. (also, same concept for SSAS Tabular mode... loads from source, cached in mem, but also stored (compressed) in data
    files, in the event that the server reboots, or something similar).
    As far as performance, tabular uses memory, but has a shorter load process (no ETL, no cube processing)... OLAP/MDX uses less memory, by requiring ETL and cube processing... technically tabular uses column compression, so the memory consumption will be based
    on the type of data (numeric data is GREAT, text not as much)... but the decision to use OLAP (MDX)/TAB (DAX) is just dependent on the type of load and your needs... both platforms CAN do realtime queries (ROLAP in multidimensional, or DirectQuery for tabular),
    or can use their processed/in-memory cache (MOLAP in multidimensional, xVelocity for tabular) to process queries.
    if you have a cube, there's no need to reinvent the wheel (especially since there's no way to convert/import the BIDS/SSDT project from MDX to DAX). If you have SSAS 2012 SP1 CU4 or later, you can connect PV (from Excel OR from within SP) directly to the
    MDX cube.
    Generally, the benefit of PP is for the power users who can build models quickly and easily (without needing to talk to the BI dept)... SharePoint lets those people share the reports with a team... if it's worthy of including in an enterprise warehouse,
    it gets handed off to the BI folks who vet the process and calculations... but by that time, the business has received value from the self-service (Excel) and team (SharePoint) analytics... and the BI team has less effort since the PP model includes data sources
    and calculations - aside from verifying the sources and calculations, BI can just port the effort into the existing enterprise ETL / warehouse / cubes / reports... shorter dev cycle.
    I'll be speaking on this very topic (done so several times already) this weekend in Chicago at SharePoint Saturday!
    http://www.spschicagosuburbs.com/Pages/Sessions.aspx
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Best Practice for creating Excel report from SSIS.

    I have a requirement to create an Excel report on a daily basis which pulls data from SQL. I have attempted to resolve this by creating a stored procedure to save the results in SQL, a template in Excel to hold the graphs & pivot tables and an SSIS package
    to copy the data to the template.
    Problem 1: When the data turns up in Excel it is saved as text rather than numbers.
    Problem 2: When the data turns up in Excel it appends the data rather than overwriting it.
    I resolved problem 1 by having another sheet which converts the text to numbers (=int(sheet1!A1))
    I resolved problem 2 by adding some VB script to my SSIS package which clears the existing cells before copying the data
    The job runs fine, however when I schedule the job to run overnight it complains "System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID". A little googling tells me that running the client side commands in
    my vb script (workSheet1.Range("A2:F9999").Clear(), workBook.Save(), workBook.Close() etc) from a server side task is bad practice.
    So, I am left wondering how people usually get around this problem; copy a SQL table into an existing Excel file and overwrite the data, without having the numbers turn up as text. My requirements are that the report must display pivot charts with selectable
    options and be automatically updated overnight.
    Help appreciated,
    Bish.
    Office 2013 on my PC, Office 2010 on the server, Windows Server 2008R2 Enterprise, SQL Server 2008R2.

    I think that the best practice in case like this is to Link an excel file to a view or directly to a table. So you don't have to struggle with changing template, with overnight packages, etc. If the data are too much complex and the desiderate too excessive
    then I tend to create a Cube and that's it...dashboard, graph and everyone is happy. In your case if the request is not too much try to don't use SSIS but directly build a view and point directly on SQL.
    SSIS is really strong for the ETL, to run some stored procedure too heavy, to use a cut time scheduled, etcetera , etcetera, etcetera...I love it. But sometimes we need to find the easier solutions...
    I hope this post helped you

  • Is there any way to schedule the webi report as body of the mail

    Hi All,
             I have a bit different requirement. I need to schedule the webi reports to BlackBerry Mobile .
    The report should be displayed not as an attachment or URL but should be the body of the mail.
    Is there any Trick or Tip to do that.
    Thanks in Advance

    You could schedule the reports to run as an Excel or PDF document and the destination as a folder on a server.  Then after the reports are sent to the destination, you could use the Program Job Server to run a script which parses the files line-by-line and creates an email.  It's not the most elegant solution but in theory it should work.

  • Excel unable to read WEBI schedule download excel file

    Hi experts,
    We use BO central management's instance manager to schedule download a report as excel format in our ftp share folder.
    And the download did run successfully and an icon of the file been shown as excel  format in ftp folder.
    while we use excel 2007 to open the file, excel pop out the message of unable to read the file.
    it is saying the excel found unreadbale content in report. Do you want to recover the contens of this workbook? if you trust the source of this workbook, click yes. after applied the yes, excel stil pop out the message of unable to read the file.
    the general tab in excel been uncheck the "ignore other applications that use Dynamic Data Exchange (DDE), but result still shown unable to read.
    The whole set of report can be run in WEBI and using save report to my computer as excel without any issues.
    WEBI been setup as refresh on open.
    Any clues?

    Hi,
    Did you create a PivotTable report in the file? As your description, the HTML format could be used correctly in Excel 2007. Did you get the other error message?
    Such as,Unable to read file.
    When you click OK,   you receive the following error message:
    Errors were   detected in '<var>filename</var>.xls', but Microsoft Excel was   able to open the file by making the repairs listed below. Save the file to make   these repairs permanent.
    PivotTable report   '<var>report_name</var>' on   '[<var>filename</var>.xls]worksheet_name' was discarded due to   integrity problems.
    Please try to use the workaround:
    Turn off AutoRecovery when you work with any workbooks.Click Excel button>Excel options>Save>Uncheck AutoRecovery
    Following this, if the issue exists, I recommend you fix the issue the following KB:
    http://support.microsoft.com/kb/943088
    http://support.microsoft.com/kb/929766
    Regards,
    George Zhao
    TechNet Community Support

  • Project Server 2013 Default Pivot Excel report

    Hi All,
    We have configured the default excel report available in the BI Center. When we open the project overview report and select the project names we are getting the below error. But when we open the report in excel it is working fine. I have followed the steps
    in the below post, but still same issue.
    http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/01/31/powerpivot-for-sharepoint-browser-refresh-fails-data-refresh-not-supported-in-office-web-apps.aspx
    Thanks in advance, Taj

    Hello. The ODATA reports will not refresh / update in Excel Services when using Project Server on-premise, open these in Excel client to update. ODATA reports will refresh in Excel Services in Project Online (office 365). If on-premise, use either the
    OLAP cube or the Reporting schema database tables / views as the data source in the Excel reports if you these to be refreshable in the web. Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • PROBLEM OPENING WEBI Scheduled Instance scheduled as Excel (larg size)

    Hi
    I am scheduling a webi report in Excel format.The size of this report exceeds 65K.When I try to open it using openDocument url it hangs.This could not be done even with BO SDK java.

    Which product version are you using?  The amount of rows doesn't matter as much as the physical size of the file. How large is this file you're trying to open?  Can you view the instance from InfoView or CMC instead of OpenDocument?  If the size is too large for the appserver to handle, then neither OpenDoc, InfoView or CMC may work.

  • PROBLEM OPENING WEBI Scheduled Instance scheduled as Excel

    Hi
    I am scheduling a webi report in Excel format.The size of this report exceeds 65K.When I ry to open it using openDocument url it hangs and wheras big files open very slowly.Again it does not open using BOSDK.Is ther any way out.

    So are you opening it using OpenDocument URL or the BusinessObjects Enterprise SDK?  You appear to refer to both.
    If OpenDocument URL, then there's no SDK control over that, so you may want to ask over at the BusinessObjects Enterprise Admin forum.
    Sincerely,
    Ted Ueda

  • Scheduling of ALV Reports in Background

    I have schedule a Report in the Back ground and also entered the spool list so that the mail can be sent to the said users but when the Report is recvd in the mail box it is recvd as html and there are many columnns in my report that are not visible.
    can i schedule the report and send the report as an excel attchement in the background processing if so then how can i do that
    you early reponse will be appreciated
    abhishek

    Hi,
    Once you schedule the ALV report in background you will not get the entire list as it is. The output lenght of the ist generated in the background is set to 255 characters and generally data exceeding this lenght will be turncated.
    You cannot download a report in excel in background. The FM's GUI_download will not work in backgorund. You will have to write the data on the application server and then write an additional program to read that data or alternatively use some of the std tcodes to fetch that data to the presentation system.
    CHeers
    VJ

  • Timout error when schedule a large report

    I received a timeout error when I scheduled a large report. To refresh and save it as an excel file, and then send to a file location. I can do that with a small report. Could I change the setting somewhere to increase the bach process time? Thanks!
    Failed
    External Destination:     File copy the instance with the filename: "Inventory Usage STE2008-11-20-11-48-52.xls" to the directory: "//osh_fs/share/Inventory Usage Report/STE" .
    Creation Time:     11/20/2008 11:48 AM
    Start Time:     11/20/2008 11:48 AM
    End Time:     11/20/2008 12:08 PM
    Server Used:     oshbo1.Web_IntelligenceJobServer
    Error Message:     Transport error: No response from server, timeout exceeded.

    Hi,
    For scheduling a lrage webi report:
    Go into the CCM, and then Stop the Input, Output, WebI Job Server.
    In the Command line of WebI Job Server :
    Before -restart add " -requestTimeout 7200000"
    i.e: ......procwebi -requestTimeout 7200000 -restart.........
    In the Input FRS:
    Do the same as above.
    ........ -requestTimeout 7200000 -restart......
    In the Output Server do the same as well: add -requestTimeout 7200000 before -restart.
    Start all the servers.
    -Shreyash.

  • Scheduling a BW report and saving it automatically

    Hello,
    Can anybody tell me if it is possible to schedule a BW report and save its results as .csv or .xls in either a shared network drive or the bw application server.
    Any help will be appreciated and rewarded.
    Thanks and Regards
    Ankit

    Hi,
    It is very much possible.
    See
    /people/surendrakumarreddy.koduru/blog/2009/03/11/how-to-transfer-the-data-from-sap-system-to-non-sap-system-without-additional-costlicense
    Re: Running Quaries automatically and saving them in as a Excel file in Server
    Re: Data transfer to external systems
    Re: Loading from a Custom R/3 Table
    Re: How can I schedule my Bex report to execute in background
    Re: How can I insert the RSCRM_BAPI into Process chain?
    Thanks
    Reddy

Maybe you are looking for

  • How to fragment a table in oracle?

    I am a bit confused about horizontal fragmentation in oracle, for example: I have two databases A and B I create a employee table in A database that has name, dept attributes Now I want to fragment this table, put all the rows where dept=science to t

  • Foreign trade data - Blocking orders for embargo countries

    I have now seen this process in my test system. I can still enter an order for a country who is marked for embargo and it saves. It will also give me a confirmed date for the goods and the requirements do still show up on MD04. It does show up on the

  • Want to create 1 reciept with multiple line items under a header in APO

    Hi All, I am using BAPI_MOSRVAPS_SAVEMULTI3 to create In-Transit which is the reciept element. But it creates only for a single location/product. I have a requirement where I have to create multiple line items under 1 intransit order. Can somebody su

  • IGS Pie Graph - colors issue

    Hello all, I'm displaying an IGS Pie graph in a Web-Dynpro application. Since in a pie graph the different parts of the pie are of the same series in different elements, I couldn't find a way to set different colors to them using the chart designer.

  • Difference of 3.3 Mbps bit rate burn vs 4.7

    Is it easy to see the difference between these two encodings? Reason I ask, I finally got a what looks to be pretty quality burn from my 2 hour project encoded at 3.3 Mbps. I read if I encode the audio to AC-3 I can go to a higher bit rate. Will the