Migrating SAS Reports Into SSRS - visual-studio

I am very new to working with SAS, have not worked with it before. My current workplace is asking me to migrate reports over from SAS and rework them using SSIS/SSRS. I'm not sure how would be the best way to go about this or where even to start. Any help would be appreciated.
Thanks!

You will need to look at the data sources and the report outputs and figure out what is required to manually recreate the reports from scratch in SQL and SSRS. There is no conversion tool available.

Related

How to build website build with Oracle-jet

Anybody working in oracle jet please help me to develop a website for my application.
Is this best for Website building? please tell me...
Yes you will get all graph and ready made components and few commands will help you to create production ready code
https://www.oracle.com/webfolder/technetwork/jet/globalGetStarted.html
go to this page use Command Line Tooling option
Use the cookbook from oracle for oracle jet .
https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html
set up a project as per requirement and start working on it. not sure whats you exact requirement as per question.
Oracle jet is good for building SPA, it has built components makes web development easy rather than one coding their components.

vb6 data report shows designer at runtime

I'm developing an app in VB6 and added a data report bound to a data environment. I set the report as start up object, but it shows the designer and not the report viewer!
I have built a new project and imported all of the objects back in but to no avail.
I did a test with a small Data Project and it worked.
Has anyone else come across this problem?
Thanks in advance.
Problem allayed due to the fact that SHAPE commands cannot be used with DISCONNECTED recordsets...which defeats what I am trying to achieve here.
I'll use MSAccess reports via OLE server.
Thanks for looking anyway!

How to add userName who execute the report in birt

I used to develop report in SSRS and a newbie in birt, there're a bunch of handy global functions in SSRS that can be used but can't be found in birt.
I tried to develop a report that needs to show the sysuser who are executing the report but can't find an easy way to implement it in birt.
Can anyone suggest me an easy way to do it? Do I need to install Maximo and use para userName?
Thank you in advance!
You can use following JavaScript:
Packages.java.lang.System.getProperty("user.name")
This will run Java method System.getProperty("user.name") which returns current user.

How to Validate a Cognos report in debug mode ( element-by-element or step-by-step)

We recently migrated from Cognos 10.1.1 to Cognos 10.2.1.1 ( 10.2.1 plus Fix pack1) . Some of our existing reports fail validation now.
From the cogserver.log file , it looks like the BIBUS Process is Crashing on validating the report.
We are working with IBM tech support via a PMR .
Wanted to try if someone here knows if it is possible to Validate a report step by step so that I can get some information or some logs on what element in our report is exactly causing the issue? i.e. Is it possible to do the report validation in a debug mode somehow?
Oh, what a wonderful feature that would be, but to my knowledge nothing like that exists at all. You could try setting the logging on your dispatcher(s) to the maximum to see if you can get any more informative errors.
I would start by trying to view the tabular data for each query individually. If you can identify which query (or queries) are causing your problems, then you can just remove items from the query until it doesn't fail, at which point you should have a pretty good idea of what the source of the problem is.
If that doesn't work, I would just start ripping major chunks of the report out and seeing you can get it to run. For example, if you have a report with 4 charts, delete half of them and try your report. Revert back to the original report, and delete the other half. Get it to work, and then start removing stuff from the half that fails until you can narrow it down to your problem.
It's kind of slow, but these approaches have always worked for me.
On a side note, we're about to make the same upgrade, I'd be interested in hearing what you learn.
EDIT:
Oh, forgot. Make sure you disable DQM and test your reports that way, if you haven't.
Unfortunately, there's no way to debug step by step. Finally got the Core dumps for the crashes, sent them over to IBM Folks ; and they identified it as a known bug in 10.2.1.1. So now we are at 10.2.1.2 (applied Fix pack 2) which solves the issue.

Tools to Migrate VB6 Data Reports to Crystal Reports?

Hi
I need to automate the migration of VB6 Data Reports to Crystal Reports, which is now being done manually, is there any tool available to do this (or) is there a way to create one.
Thank you
No, there are no conversion tools to migrate VB6 Data Reports to Crystal Reports.
When you ask "is there a way to create one"... yes, anything is possible, but it's probably not worth the effort in this case.

Resources