Can we write to (target) a Text file using Scribe Workbench? - text-files

I have already worked on Scribe Workbench to transfer data from Sage ERP MAS to Microsoft Dynamics CRM 2011.
I am trying to do something new now. I want to write to Text file using Scribe Workbench. So, my Q is that can we use Scribe Workbench so that the job has Text file or Excel sheet or XRM as Target?
[Note: I found out that Scribe Online is able to do that. But, I want to know whether it is possible with Scribe Workbench or Scribe Insight?]

Yes, Scribe Insight supports writing to a file (text, Excel etc).
Just setup a connection and create steps just as you would if the target were CRM.
Mike

Related

how to manage dynamics crm Solution Programmatically?

I want to create a windows Form App to do This :
Create a new dynamics CRM solution Publisher.
Create 5 Solution with this Publisher .
I have two managed Solution in my SharePoint and I want to import it
to dynamics CRM.
Can anyone tell me how much time I will need to achieve This.
I will be gratefully if you can give me some tips or links to this topic.
i have to give you some bad news
Dynamics SRM has deprecated their API and so the only way currently to create and manage environment is through PowerShell.
here is a link to the modules you are going to need in order to create and manage you Dynamics CRM:
Microsoft.PowerApps.Administration.PowerShell
Microsoft.Xrm.Data.Powershell
Microsoft.Xrm.Tooling.ConfigurationMigration
the last one is a bit tricky so you are looking for the cmdlet - Import-CrmDataFile

How to export data from oracle forms 10g to Excel and PDF File directly?

My manager asks me to find solution about export database data from oracle forms 10g to Excel and PDF File directly open. I am new in this field and i have no knowledge about that how to export data into excel or pdf file.I am using oracle forms 10g with ERP System. Please suggest me possible solution.
Thanks
I think if you need it in pdf the easiest way is to use jasperreports.
It is easy to setup and can create directly pdf documents.

Create an Excel Spreadsheet in Workflow CRM 2013 Online

I am developing a solution for CRM 2013 Online. Here is what I am trying to do:
Create a CodeActivity (Workflow). When triggered, the workflow will query data and create a custom excel spreadsheet.
Attach the spreadsheet to the record.
I tried using ILMerge to merge an excel library with the workflow library, the workflow library will call methods in excel library to create a spreadsheet. Then, I registered the merged library to upload to CRM. Everything is OK, but when I trigger the workflow, I get an exception System.Security.SecurityException: Microsoft Dynamics CRM has experienced an error. This is because the workflow is registered in Sandbox and the excel library uses some system libraries underhood, the CRM Online Server doesn’t allow this.
So far, I have tried a few excel libraries such as EPPlus, NPOI, ExcelPackage, OpenXML.
Could you advise me how to achieve this?
Thanks
UPDATE: I found a solution that fits my requirement. I have created XML file using OpenXML format on MSDN and MemoryStream without using any external library.

Importing MS Project 2013 data into Oracle 11g database

Does anyone know if there is a straightforward way to get data out of MS Project 2013 and into Oracle 11g? We have a master schedule created in MS Proj and want to create a web-based application that will perform monitoring and metrics charting of the project schedule statuses. I have successfully exported to CSV and imported into Oracle, but this was cumbersome and required a lot of formatting of the data in the CSV format before it was pushed back into Oracle. I'm in the beginning phases here, but wanted to solicit anyone who may have had experience with this in the past.
If you don't mind writing a little code, you could use MPXJ. You should be able to extract what you need using Java or a .Net language. You can perform the import directly in code, or just generate a suitably formatted output file for import into Oracle using other tools.

Looking for guidance with reporting in Business Intelligence Development Studio

I've been using Microsoft SQL Server Management Studio for multiple manual SQL queries for Excel reports up until this point. I'd now like to automate my processes further with Microsoft Business Intelligence Development Studio and generate reports using this rather than Excel.
Here's a rough overview of what I'm looking to do:
Combine multiple data sources including SQL Server and Excel data
Generate a report using this combined data
Re-use this report in the future with different criteria and Excel data. While the SQL Server data sources would remain the same, Excel data would change for every report run.
My access to the SQL servers is read-only. I'm not an administrator on the PC I have access to due to tight security.
I've played around with both SSIS packages and reports, but am not quite sure where to begin. I did create an SSIS package that combines the SQL server and Excel data using a Merge Join transformation, but am not quite sure what to do with the created package or if that package can even be used in a report.
Any guidance would be appreciated.
Thanks.
Since you have BIDS, you have various options to send data to your users:
Create reports in SSRS
Export the SSRS report to Excel
Create SSIS packages to export CSV files that are read by Excel (I used this model to mimic the report data caching ability of SSRS)
The SQL Server Reporting Services book is a great place to start.
http://www.amazon.com/Microsoft-Server-2005-Reporting-Services/dp/0735622507

Resources