I found the issue:
In my external feed I was sending out prices as double, and LS doesn't like it. Changed it to strings and everything works fine. The following thread was helpful:
...
Type: Posts; User: gshatkin
I found the issue:
In my external feed I was sending out prices as double, and LS doesn't like it. Changed it to strings and everything works fine. The following thread was helpful:
...
Mone,
Thanks for your suggestion. I used the proxy adapter you mentioned, it gets me a little further but still there is something missing.
The LS server starts fine, the Data Adapter loads...
Hello,
I developed a .NET DataAdapter following examples from both the HelloWorld and StockListDemo projects.
I configured everything correctly (I think). The LS server starts, and my proxy...