Infomaker report blank

Can anyone think of reasons why an infomaker report would come up totally blank? Previewing the report in Infomaker shows only the header info: report name, column header textboxes, etc. But everything else is blank. Running it in the test system the whole window comes up completely blank; nothing from the header shows, no textboxes, no page x of y, nothing.  

The stored procedure returns plenty of data with the exact same parameters. The Infomaker object is in the default library list. Impusers has execute permission. I know this happened to me once before and it turned out to be a reference to a bitmap with an invalid path, but this report doesn't contain any images. I checked the arguments. I made sure it's pointed at the right SP. I'm sure it's something really obvious I'm overlooking...

Suggestions?

Parents
  • When it’s completely blank in Tessitura that usually means that the report can’t be found. So make sure you have the right path in LOCAL_LIBRARY_LIST for the pbl and the correct name of the infomaker report in report setup. Another thing I have found from time to time is that if I have been testing the report in Tessitura, made changes and tested it in Tessitura again without completely logging out this can also result in an empty report.

     

    No results in infomaker – check your database connections and make sure that in the extended property you have database=impresario

     

    If this doesn’t help then I suggest that you open a support ticket. But suspect it’s a typo somewhere – it always the culprit for me!

     

    Cheers

    Sandra

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Amanda Freeman
    Sent: Tuesday, 12 October 2010 6:52 AM
    To: Sandra Ashby
    Subject: [Tessitura Technical Forum] Infomaker report blank

     

    Can anyone think of reasons why an infomaker report would come up totally blank? Previewing the report in Infomaker shows only the header info: report name, column header textboxes, etc. But everything else is blank. Running it in the test system the whole window comes up completely blank; nothing from the header shows, no textboxes, no page x of y, nothing.  

    The stored procedure returns plenty of data with the exact same parameters. The Infomaker object is in the default library list. Impusers has execute permission. I know this happened to me once before and it turned out to be a reference to a bitmap with an invalid path, but this report doesn't contain any images. I checked the arguments. I made sure it's pointed at the right SP. I'm sure it's something really obvious I'm overlooking...

    Suggestions?




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Reply
  • When it’s completely blank in Tessitura that usually means that the report can’t be found. So make sure you have the right path in LOCAL_LIBRARY_LIST for the pbl and the correct name of the infomaker report in report setup. Another thing I have found from time to time is that if I have been testing the report in Tessitura, made changes and tested it in Tessitura again without completely logging out this can also result in an empty report.

     

    No results in infomaker – check your database connections and make sure that in the extended property you have database=impresario

     

    If this doesn’t help then I suggest that you open a support ticket. But suspect it’s a typo somewhere – it always the culprit for me!

     

    Cheers

    Sandra

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Amanda Freeman
    Sent: Tuesday, 12 October 2010 6:52 AM
    To: Sandra Ashby
    Subject: [Tessitura Technical Forum] Infomaker report blank

     

    Can anyone think of reasons why an infomaker report would come up totally blank? Previewing the report in Infomaker shows only the header info: report name, column header textboxes, etc. But everything else is blank. Running it in the test system the whole window comes up completely blank; nothing from the header shows, no textboxes, no page x of y, nothing.  

    The stored procedure returns plenty of data with the exact same parameters. The Infomaker object is in the default library list. Impusers has execute permission. I know this happened to me once before and it turned out to be a reference to a bitmap with an invalid path, but this report doesn't contain any images. I checked the arguments. I made sure it's pointed at the right SP. I'm sure it's something really obvious I'm overlooking...

    Suggestions?




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Children
  • Okay, so I'm having a Friday afternoon type momenteven though it's Tuesday, and I'm out of ideas.

    I have a report that until two weeks ago, as far as I know worked fine. It has an optional customer_no parameter, and all the other parameters are required, one of which is order_dt. If we run it for a single customer_no, the report comes up as expected. If customer_no is left blank, the report is blank. 

    BUT this is not true when running just the stored procedure. The procedure runs just fine for multiple people over multiple dates. The exact same parameters through Tessitura and the report comes up blank, not completely blank though. We can see the header, but the body is empty.

    It is also inconsistent. Entering certain customer_nos and the report comes up as expected, but not all. It has a reprint ind too, so I can see for whom it has already been run, and try to reprint one of those and some come up blank and some are fine. As of yesterday the problem was only in live, not test, and since the SP gives expected results I thought it might be an Infomaker issue. But I copied the version from the test pbl to the live pbl and live still had the problem. I can't see what's different about the people or the reports. Any ideas about where I should look? I'm stumped.

  • Hi Amanda,

    Just a thought.
    Could the report be trying to run against customer "0"?
    Do you have any kind of stipulation in your procedure that customer_no needs to be greater then zero?

     



    [edited by: Ryan Rowell at 5:59 PM (GMT -6) on 2 Nov 2010]
  • It doesn't stipulate that, but I like that train of thought. If it were trying to run against customer 0 it would made sense that it'd return nothing...but that doesn't explain why certain specific customer_nos still turn up blank when the procedure says they shouldn't.

    Plus I can tell the procedure did actually run for all the people in question because it wrote to t_order_seat_hist....just didn't display the report data when it was done. 

    Plus first I thought the procedure is returning things fine, so it must be an infomaker issue, and copied the report from test pbl to live pbl yesterday, as I mentioned. I also, for the record, copied the stored procedure from test and altered live to be identical, and yesterday it still worked fine in test and not in live. So I thought I'd ruled out the SQL. This morning, did a live to test. And now it works in neither. So there went my "must be infomaker" theory.

    I remember checking the report setup and that being identical, but I can't verify it now. But even looking at what it is, I don't see anything wrong with it.



    [edited by: Amanda Freeman at 6:20 PM (GMT -6) on 2 Nov 2010]