May 5, 2007 at 8:23 am
We have a legacy mainframe environment where reports are spooled out as ascii text, but it is text with layout. That is, titles are centered, columns aligned, etc. We use Monarch on these reports to parse out certain data for use in other processes, so, for instance, an account number in a particular report is found at line 3 positions 10 - 20.
I would like certain reports rendered from SSRS in a similar text format. None of the native rendering formats do this. It seems like such a simple basic function that I almost feel like I'm missing something here. An hour of Googling has not produced a solution, so I'm thinking that it is either incredibly difficult to do, or incredibly simple and I can't see it staring me in the face.
Is anyone aware of a 3rd parting rendering extension, or other approach that I could use to produce this type of output?
May 5, 2007 at 8:48 am
Not entirely clear on what you want to do... do you have data in SQL Server that you want to spool out in a similar fashion? In other words, where does the data for the new reports live?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 5, 2007 at 12:12 pm
The vendor of our core mainframe system has provided daily snapshots of data in MSSQL. We want to use these snapshots to recreate some of the custom reporting currently done using the vendors legacy report writer.
We have other processes in place that use the legacy text based report files. It would be less disruptive if this output format could be maintained by the SSRS reports so that they would fit into the existing downstream processing.
May 7, 2007 at 10:15 am
I had a similar situation once, trying to create a text file that would match up to an existing Monarch template. I was using Crystal Reports to export the final text file, but the same method should apply. I basically created each line of the report as a single string, so that it looked like this:
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply