This is my file .tex file now:

\usemodule[bib]
\usemodule[bibltx]
\setupbibtex[database=sample]
\setuppublications[numbering=yes]

\starttext
As \cite[hh2010] already indicated...

\completepublications
\stoptext

In the same folder is my sample.bib, which I copied from the CTX distribution. Example:

@ELECTRONIC{hh2010,
  author = hh,
  year = {2010},
  title = {Metafun. \CONTEXT\ mkiv},
  url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
}


This is the output from the PDF-file:

As [[error 2]] already indicated...

The output in the placelist section (no entries):

1 References

I don't see what I am doing wrong. This is how I updated CTX:

first-setup -engine=luatex -modules=all -fonts=all

to version 2018.09.01 23:10

Thanks for help in advance, Lars.


Am Mo., 3. Sep. 2018 um 07:47 Uhr schrieb Alan Braslau <braslau.list@comcast.net>:
\usemodule[bib]
\usemodule[bibltx]
\setupbibtex[database=sample]

> On 3 Sep 2018, at 01:43, Lars <axteffekt@gmail.com> wrote:
>
> Hi Alan,
> I don't understand. What is it that makes my code mkii?
>
> \usebtxdataset[default][My_file.bib]
> \usebtxdefinitions[aps]
> \setupbtxlist[aps][
>   %alternative=,
>   width=fit,
>   distance=.5em,
>   %distance=0pt,
>   margin=0em,
> ]
>
> \starttext
>   Hallo Welt! \cite[lnkHWelt]
>   
>   \startappendices
>     \startsection[title={Pubs},marking={}]
>       \placelistofpublications[method=dataset]
>     \stopsection
>   \stopappendices
> \stoptext
> And that's in My_file.bib:
>
> @Misc{lnkHWelt,
>   Note = "zuletzt abgerufen am 5. Aug. 2018",
>   Url = "http://wiki.contextgarden.net"
> }
>
> What would be the mkiv way?
>
> Thanks in advance, Lars.
>
>
> Am 02/09/2018 um 23:56 schrieb Alan Braslau:
>> You are using the old mkii BibTeX module, not the bibliography database system that is part of the mkiv core.
>>
>> Alan
>>
>>
>>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________