OnDemand User Group

Support Forums => Report Indexing => Topic started by: anantgowerdhan on March 10, 2008, 02:10:43 PM

Title: Report Migration issue
Post by: anantgowerdhan on March 10, 2008, 02:10:43 PM
Hi,

Hi,

I'm working on a project where I have to migrate 7,000,000 reports
from the existing system to OnDemand Content Manager. Problem is that
the reports which are exported from the existing system has no CR.


Can anybody tell me how can I provide CR while doing import to
OnDemand


Regards,
Anant

Title: Re: Report Migration issue
Post by: geoffwilde on March 11, 2008, 07:12:08 AM
what's a CR?
Title: Re: Report Migration issue
Post by: anantgowerdhan on March 11, 2008, 02:10:00 PM
Carriage Return
Title: Re: Report Migration issue
Post by: geoffwilde on March 12, 2008, 06:44:23 AM
Can you use an input exit to create carriage return?
Title: Re: Report Migration issue
Post by: anantgowerdhan on March 12, 2008, 08:40:03 AM
What do you mean by Input Exit? I think you are talking about the Export utility for the existing system. isn't it?

I have no clue about the the export utility because it has to be written by some other expert of that system. But I would like to know what are the other ways to import if i get such report without CR.

Regards,
Anant
Title: Re: Report Migration issue
Post by: geoffwilde on March 12, 2008, 09:02:40 AM
In V2 you could use an input exit, possibly called the report exit now. I think you can modify the data to some extent with that.
Title: Re: Report Migration issue
Post by: Bill Dennis on March 20, 2008, 11:25:50 AM
The arsmvsnl process will add "newline" characters as it rewrites a file. The parameters define the line length and output file location.

We use this to "arsdoc GET" reports from one system, add newline chars and feed them to arsload on another.