Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

I would like to run web application on Windows that is using Sap.Data.SQLAnywhere.EF6 on server/docker. Is it possible to run application without installation of SQLA17_Windows_Client.exe or is it possible to run test against real database in CI/CD process? I would like to have full continues integration and continues delivery process without any manual installations.

I've tried to add Sap.Data.SQLAnywhere.EF6 with nuget and dlls(dbicu17.dll, dbicudt17.dll, dblgen17.dll, dbrsa17.dll) as 'copy always' resources and i always get: Sap.Data.SQLAnywhere.SAException : Cannot find the language resource file (dblgen17.dll).

asked 13 Dec '21, 04:49

mariank's gravatar image

mariank
11112
accept rate: 0%

(13 Dec '21, 07:13) Vlad
Replies hidden

It might just be related to the question whether the PATH has been set to include the according SQL Anywhere binX directories...

(13 Dec '21, 09:08) Volker Barth
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×246
×76

question asked: 13 Dec '21, 04:49

question was seen: 705 times

last updated: 13 Dec '21, 09:08