Adding Sub-Extractor Patterns isn't returning results.

I am attempting to scrape a web page for information regarding residency programs. Currently, I have a Extractor pattern (DATARECORD) and the following Sub-Extractors:
SPECIALTY
PROGRAMNAME
ADDRESS1
ADDRESS2
PHONE
APPROVED
OGM1
OGM2
OGM3
SETTING

Any patterns after this do not record information when the scrape session is run.
However, initially, when I set up the new Sub-Extractors and run a test pattern, results come up. When I run the test pattern after running the scrape session, there are no results.

?

Thanks!

Steven

Steven, Is the data you're

Steven,

Is the data you're looking to extract in the Last Response? If not, then you need to work on getting your last request to resemble as closely as possible the request of the counterpart proxy transaction.

Did you an error in your log that said it could not tidy the last response? If so, you may need to redo your extractor pattern based on the current last response.

-Scott