Jump to content

body page does not have master page assigned"?


KayEll

Recommended Posts

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

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

  • 6 months later...

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...