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.

We are planning to move all websites (asp.net) to Windows Server Core. Can I install SA12 client on it?

asked 22 Oct '12, 07:19

Zote's gravatar image

Zote
1.7k364051
accept rate: 43%


Yes, this is a supported platform ("Microsoft Windows x86/x64"). See: http://www.sybase.com/detail?id=1091125#SA

Be careful when you are deploying the native DLL components (See: http://dcx.sybase.com/index.html#1201/en/dbprogramming/deploying-adonet-deploy.html - e.g. dbicu12.dll, dbicudt12.dll, dbcon12.dll, and dblgen12.dll ) that you match the SQL Anywhere directory (\bin32 or \bin64) to the version of ASP.NET you are running.

If you have compiled the ASP.NET application for "Any CPU", this will pick the architecture (x86/x64) of the operating system you are currently running at runtime, and you should deploy the components accordingly.

permanent link

answered 22 Oct '12, 10:59

Jeff%20Albion's gravatar image

Jeff Albion
10.8k171175
accept rate: 25%

I'm really no expert on this, but does the Server Core installation support the .NET framework at all?

It seems to be available for server core installations of "Windows Server 2008 R2" and above, but not for "Windows Server 2008".

(22 Oct '12, 11:30) Volker Barth
Replies hidden

That's correct. See the IIS blog article here that describes support for ASP.NET on IIS on Server Core:

http://blogs.iis.net/bills/archive/2008/11/24/asp-net-supported-on-server-core-windows-server-2008-r2.aspx

(22 Oct '12, 12:36) Jeff Albion
Your answer
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:

×438
×5
×5
×1

question asked: 22 Oct '12, 07:19

question was seen: 2,245 times

last updated: 22 Oct '12, 12:38