KayEll Posted March 12, 2009 Share Posted March 12, 2009 Am getting a strange error that I've never seen before. The job composed fine with one set of data (US) but when we link to Canada data and try to compose, we get the following: A body page does not have master page assigned. A blank page is emitted since no record is composed properly. Any idea what this means? It does not occur on every record and does not give a certain record that is the problem. Help! Link to comment Share on other sites More sharing options...
Dan Korn Posted March 12, 2009 Share Posted March 12, 2009 Do you have any logic to skip records or pages in your OnRecordStart rule? I'll bet that you're looking for something specific in the data and not finding it. A few calls to the Print function in the rule might help to debug the problem. Link to comment Share on other sites More sharing options...
Adam Posted September 22, 2009 Share Posted September 22, 2009 I got this error today and solved it. Yes, I did have some logic in the OnRecordStart callback, but the reason I got the error was that I had an invalid record range specified in the compose window. I had a range of 601-605, but had switched to a new data file that had less than 600 records. So, the point of this story is that the error is inappropriate for this situation. An error like "invalid record range" would have been more helpful. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.