Archiving Reports SQL 2005 Reporting Services - sql

Is there a way to configure the Report Server to Archive the reports to the Report Server or to a path on the File System.
I need to save the reports generated as .pdf files.

You could also create a subscription that "delivers" to a windows file share. Check out the subscriptions tab in Report Manager.

Have you considered using "Report History"?
Here's how you create Report History:
In Report Manager, select the report
for which you want history and view
the report.
Click the Properties tab for that
report.
Click the History link in the left
margin.
Ensure the "Allow History to be
Created Manually" checkbox is
checked.
Select the History tab: to create an instance of Report History, click the New Snapshot icon.
See also: Managing Report History

Related

Changes to rpt file (Crystal report) not getting deployed through vb.Net

We have crystal reports viewed from a vb.net application. We have made changes to one of the reports. The .rpt file is in resources folder. When we publish the application and install it on user machine the changes done to the report (design related) are not reflected in the file as if no change was made.
Visual Studio - 2010 / 12.
Please check your reportoptions. There is a setting that is called "Save data with report". You have to uncheck this option. Otherwise the report will show the state it was last executed in the reportdesigner.
Maybe this will help?

SAP HANA "take over" option grayed out

After opening a Calculation View, SAP HANA Studio sometimes shows the warning "The object is currently opened in read-only mode. Object belongs to multiple workspaces ..."
If you need to modify the Calculation View it is often possible to take over ownership via a button. But unfortunately this time it is grayed out.
How to fix this?
Work-around / fix:
Check out the file / folder
Edit in Project Explorer view
Activate in Project Explorer view

How to adding the OpenERP datasource to Pentaho Report Designer 3.9.1?

I am using Pentaho Report Designer 3.9.1
OpenERP Datasource Menu does not appear in the advanced tab
like add OpenERP DataSource
Data->Add Data Source->Advanced->OpenERP Data Access
I found some references from a different website with this menu:
I haven't found it in Report Designer, though.
Aanybody could help me figure out how I can enable the OpenERP Data Access Menu?
According to this article it says,
End users of OpenERP can design reports using Pentaho report designer
v5.0 through v5.4
Therefore those versions show up the said menu in PRD.
But still there's a way to install it for 3.9 version. Follow this.

Toad: 10.6: Seek clear instructions on automating reoccuring excel reports

I am new to Toad 10.6.1 and have a question about running a SQL script and email data as an excel file on a scheduled basis.
How do I run script and save as excel format and email as excel file to automatically? Thank you for your time.
Below is what I've done so far but dont think its correct as I get "ORA-00911: invalid character" on step #5 .
Select Utilities | Automation Designer menu option
Select DB Misc tab from right side pane
Last icon in this tab is Execute Script, double click on it to add under Action list
Double click on Execute Script 1 action to open it
Select Text radio button and enter query statement or File radio button and point to SQL file (I keep getting "ORA-00911: invalid character" as well)
Under Output pane, designate the Output destination, perhaps a file and if so, provide path and file for output file
Hit Apply and Cancel
Right click on Execute Script 1 action and hit Run. Check the above output path and file to ensure its created
Under utlities I added the email function, but unable to integrate steps 6 & 9 to automate report
When you say "script" are you really trying to export the results of a single query to Excel and then email that? If so, ditch the execute script action. Use the "Export Dataset" action instead which is intended to run a query and export the results to various formats. Execute Script is intended to emulate SQL*Plus functionality and your output is limited to text file.
Drop an "Execute Dataset" action into your app. It's available from the Import/Export tab in Automation Designer.
Double click it to edit its properties.
Select "File" as the output destination and click the "..." button to the right of the filename. Set your filename and choose the .xls file format. Set any other options as you see fit.
Select the Dataset tab and select "Export query." Enter your SQL there.
Apply and Cancel.
Drop an "Email" action into your app following your "Export Dataset" action. It's available from the Utilities tab.
Double click it to edit its properties.
Configure all properties as required for your mail server. *** Note that 10.6 only supports simple mail servers and no SSL/TLS so you can't use your Gmail account or anything like that. It's limiting. Newer versions of Toad support Gmail and the like.
In the Attachments area click "Add File" and specify your exported .xls filename.
Apply and Cancel.
Now when you run your app it will export to XLS and email the file.

Can't find the workflow source code of a list or library on SharePoint Designer

I'm new using SharePoint. I am having trouble with find the code or workflow structure of a list or a library. In the left menu i can see the "Workflows" button but all workflows are not there.
There is a workflow section In the "List and libraries" view showing the running workflows in these list, but when i click on one of them it just move me to its settings in the browser and no to the structure or code that is what i'm looking for.
Is there a way to find the code or structure of my running workflows?
PD: I am working in place of the previous developer who build the entire site, however, he didn't show me anything about.
Thanks.
If these are workflows created using SharePoint Designer then:
Open SharePoint Designer
Open the site
Click on Lists and Libraries
Click on the list name
There will be a heading titled "Workflows"
Click on the workflow you are wanting to look at
Click "Edit Workflow" to view it
Go From there
If you are wanting to see the status of a workflow in regards to the item:
Go to the list
I recommend creating a personal view (so only you see it)
You can select the fields you are interested in and each workflow should have a column in the list associated with it. Include the column in your view
Go to your new view and you can click on the link to view the current status of the workflow
Go to All Files > Workflows Folder. Then select the workflow you want to work with. Right Click on the "xoml" file then select "Open With" > "SharePoint Designer (open as workflow)"
Once it's opened, published it again. Then it will show up again in the Workflow tab.
The workflow was a visual studio sequential workflow deployed in the site as a feature. It was not a SharePoint Designer one. Thanks