ich habe dein Beispiel genommen. Eine url war falsch definiert. Sie befand sich zudem im note-Feld, was dafür nicht gedacht ist.
\RequirePackage{filecontents}
\begin{filecontents}{\jobname.bib}
% This file was created with JabRef 2.7b2.
% Encoding: UTF8
@ARTICLE{laval,
author = {Alaeddine Ben Abdallah},
title = {Énoncé de l'errance et errance de l'énonciation dans \emph{Harrouda}
de Tahar Ben Jelloun},
journal = {Equinoxes. A graduate journal of french and francophone studies.},
year = {2008},
volume = {10},
url = {http://www.brown.edu/Research/Equinoxes/journal/Issue%2010/eqx10_ben-abdallah.html}},
owner = {cw},
timestamp = {2011.08.22},
}
@ARTICLE{cb,
author = {Charles Bonn},
title = {'Harrouda' de Tahar Ben Jelloun ou: les villes et l'écriture du désir},
journal = {Présence francophone},
year = {1975},
volume = {10},
pages = {9-34},
owner = {cw},
timestamp = {2011.08.29}
}
@BOOK{re,
title = {Tahar Ben Jelloun ou l'inassouvissement du désir narratif},
publisher = {L'Harmattan},
year = {1996},
author = {Robert Elbaz},
owner = {cw},
timestamp = {2011.09.05}
}
@BOOK{marc,
title = {Vilonce du Texte la littérature marocaine de langue fran\c aise},
publisher = {L'Harmattan},
year = {1981},
author = {Marc Gontard},
owner = {cw},
timestamp = {2011.08.24}
}
@BOOK{heiler,
title = {Der maghrebinische Roman. Eine EInführung},
publisher = {Gunter Narr VErlag},
year = {2005},
author = {Susanne Heiler},
owner = {cw},
timestamp = {2011.08.22}
}
@BOOK{h,
title = {Harrouda},
publisher = {Deno\"el},
year = {1973},
author = {Ben Jelloun, Tahar},
owner = {cw},
timestamp = {2011.08.21}
}
@BOOK{nkt,
title = {Tahar Ben Jelloun.L'écrivain des villes.},
publisher = {L'Harmattan},
year = {1998},
author = {Nadia Kamal-Trense},
owner = {cw},
timestamp = {2011.08.23}
}
@CONFERENCE{abd,
author = {Francois Maspero},
title = {Abd-el-Krim et la république du Rif},
year = {1976},
owner = {cw},
timestamp = {2011.09.24}
}
@BOOK{nis,
title = {Le personnage féminin dans le roman maghrébin de Langue fran\c aise
des indépendances à 1980.},
publisher = {Naanman de Sherbrooke},
year = {1982},
author = {Anne-Marie Nisbet},
owner = {cw},
timestamp = {2011.08.31}
}
@BOOK{Noiray,
title = {Littératures francophones. I. Le Maghreb},
publisher = {Lettres Belin Sup},
year = {1996},
author = {Jaques Noiray},
owner = {cw},
timestamp = {2011.08.12}
}
@BOOK{Bousta,
title = {Lecture des récits de Tahar Ben Jelloun. Écriture, mémoire et imaginaire
...},
publisher = {Afrique Orient},
year = {1999},
author = {Saigh Bousta, Rachida},
owner = {cw},
timestamp = {2011.08.12}
}
@BOOK{dic,
title = {Dictionnaire culturel en langue fran\c aise},
publisher = {Le Robert},
year = {2005},
editor = {Alain Rey},
owner = {cw},
timestamp = {2011.08.22}
}
\end{filecontents}
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[style=authoryear-ibid,backend=bibtex,]{biblatex}
%\bibliography{harrouda}
\addbibresource{\jobname.bib}
\DeclareBibliographyCategory{prim}
\DeclareBibliographyCategory{sec}
\addtocategory{prim}{h,nkt,heiler}
\addtocategory{sec}{cb,laval}
\defbibheading{prim}{\subsection*{Primärliteratur}}
\defbibheading{sec}{\subsection*{Sekundärliteratur}}
\begin{document}
blöder text\footcite{h} blöder text\footcite{nkt,heiler} blöder text blöder text blöder text blöder text blöder text blöder text blöder text blöder text blöder\footcite{cb} text blöder\footcite{laval} text blöder text blöder text blöder text blöder text blöder text blöder text blöder text blöder text blöder
\section*{Literaturverzeichnis}
\section*{Literaturverzeichnis}
\bibbycategory
\end{document}