Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

NEO Bot Azure Table Storage CreateIfNotExists failure #35

Open
amitrg-orion opened this issue Jan 20, 2022 · 1 comment
Open

NEO Bot Azure Table Storage CreateIfNotExists failure #35

amitrg-orion opened this issue Jan 20, 2022 · 1 comment

Comments

@amitrg-orion
Copy link

Hi,

As per the code, any table should be created automatically before query/insert/update because I can see the code for InitializeAsync from BaseStorageProvider is called every time. This fails and as a result, the Bot fails in the following scenario.

  1. Uninstall NEO Bot from the MS Teams client.
  2. Go to Azure Table Storage and delete UserConfiguration table.
  3. Install NEO Bot on the MS Teams client again.
  4. After installing a welcome message should appear and user details should be stored in UserConfiguration table, this fails because it fails to create UserConfiguration table even though the code is there.
  5. I also observe the same happens with TeamConfiguration table.

My team and I are working on one of our clients and need to have the solution for this to expand this bot's functionality as per our requirement.

Thanks
Amit Gaonkar

@Porkai-Pandian
Copy link
Collaborator

Hi @amitrg-orion

Thank you for raising the issue, we're looking into it and get back to you as early as possible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants