Hi Willie,
The report folder exists, but presumably not the report.
Which makes me think the report is running, but not actually going so far as to generate the PDF.
there are a bunch of possible reasons - disk full and access rights being two - but possible also something missing from the server (like a printer defined maybe?). The only way to know for sure is to debug as you would any program - what I'd do is add trace statements to the report procedure so I could see in debugview where the code diverges from what I expect.
This is a normal Clarion report, creating a normal PDF file, so nothing special going on there - just debug as normal.
cheers
Bruce