Possible Duplicate:
Engines of Tex-Editors and Biber/Biblatex
Encountering a problem discussed a few months ago (see Dummies Guide to Biber) but this time unable to resolve. MWE as follows,
\documentclass{article}
\usepackage[authordate,noibid,backend=biber]{biblatex-chicago}
\addbibresource{test.bib}
\begin{document}
Here is the author \autocite{Ruhlman}.
\printbibliography
\end{document}
But the output is unfortunately,
Here is the author (Ruhlman).
When the desired output should be,
Here is the author (Ruhlman 1989).
Similar to the above referenced thread, I obtain the following error message after running biber,

Terminal indicates that "permission denied" when I enter Alan Munn's suggested code. Any alternative suggestions would be greatly appreciated!
/var/folders/...I also noticed (embarrassingly in hindsight) that when initially compiling withLaTeX(and beforebiber) the console output recommended that I runbiberon test.bib. Perhaps this novice oversight may have been the primary problem? Regardless, the combination of both solutions seemed to have corrected the problem. Cheers. – gravityflyer Sep 09 '12 at 15:44