Questions tagged [appfabric]

AppFabric is Microsoft's brand for its cloud computing products. It is split into two divisions: Azure AppFabric (in the cloud) and Windows Server AppFabric (on-premise).

AppFabric is Microsoft's brand for its [cloud computing][1] products. It is split into two divisions: Azure AppFabric and Windows Server AppFabric.

[Azure AppFabric][2]
[Azure][3] AppFabric runs 'in the cloud' - it provides services that are accessed over the Internet, including a Service Bus and an Access Control service.

[Windows Server AppFabric][4]
Windows Server AppFabric runs 'on premise' i.e. inside an organisation's firewall as opposed to on the Internet. Windows Server AppFabric provides services for hosting and managing [Workflow Foundation][5] components, and also provides a [memcached][6]-like distributed cache.

16 questions
5
votes
1 answer

Error when installing AppFabric 1.1 on Server 2012 64bit

I am trying to install AppFabric 1.1 on 64bit Windows Server 2012 R2. All updates have been installed and updates are turned ON .NET Framework 4.0 is installed .NET Framework 3.5 is installed IIS is installed Windows Powershell 3.0 should already…
no9
  • 303
  • 3
  • 5
  • 13
3
votes
1 answer

Data Collector Set was not found (0x80300002) on Scheduled Task

Server: Microsoft Windows 2012 R2 (w/ SharePoint 2013 on the system). Getting the this error: Data Collector Set was not found (0x80300002) I have a scheduled task that runs automatically on system restart. I am not sure if this is built-in,…
2
votes
1 answer

How to configure WCF Service to AutoStart in AppFabric when the services reside in the website root

I'm trying to configure my WCF services under WIndows Server 2008 R2's IIS and AppFabric to auto-start, but the steps listed at MSDN are possible only when the services reside in an application, but in my case, the .svc files reside directly in the…
1
vote
0 answers

Is AppFabric 1.1 compatible with Windows Server 2016?

So I am trying to install Sharepoint Server 2019 on a box with Windows Server 2016 that is not connected to the Internet. You can see the software and hardware requirements…
user892845
  • 11
  • 1
  • 2
1
vote
1 answer

Microsoft Service Fabric application port already held by other application

We are running an on-premise service fabric cluster (5.4.145.9494) but we have some funny quirks with it. Basically whenever we run an application (and esspecially when it contains replica's) we notice that the services cannot start most of the…
1
vote
0 answers

Running an AppFabric Monitoring Script Without Using a Local Admin

According to this page - I must run any AppFabric administration commands as a user w/ administration privileges. "The security identity of the person using these Windows PowerShell commands must have administrator privileges on all cache servers…
MattW
  • 111
  • 3
1
vote
0 answers

Is there a way to disable throttling on AppFabric

AppFabric has a concept called 'throttling': When physical memory becomes low on a Windows Server AppFabric cache host, the cache host can enter a state called throttling. The cache cluster will not write data to any cache that resides on a…
1
vote
1 answer

ErrorCode:SubStatus:Operation was aborted because user selected not to enable Cache with secondaries

I get this error when running Start/Stop/Restart-CacheCluster commands in Caching Administration Windows PowerShell console: ErrorCode:SubStatus:Operation was aborted because user selected not to enable Cache with secondaries. What am I missing…
Paulius
  • 111
  • 5
1
vote
1 answer

Server AppFabric Caching - What happens when the memory runs out

On my Windows Server 2008 R2 machine, I configured to use Server AppFabric Caching features. It has a nice API which I can implement as default caching provider on my ASP.NET MVC applications. One question I have in my mind is this: What happens…
tugberk
  • 907
  • 4
  • 13
  • 29
1
vote
2 answers

AppFabric Cache won't start on boot of Windows 2008 R2

I have a windows 2008 R2 server using AppFabric caching services to fuel an ASP.NET site. When I restart the server, the AppFabric caching won't start with it. I have to start it manually. I've checked with the Services and the 3 AppFabric services…
Bob
  • 43
  • 6
1
vote
1 answer

Is there an replacement for AppFabric on Windows 2003

AppFabric is only available on Windows 2008 (and higher). Are there any similar packages that provide similar functionality on Windows 2003?
Greg B
  • 1,548
  • 5
  • 17
  • 32
1
vote
0 answers

Error when configuring session state server

We are trying to setup session state server. When we do, we get the following error: Message: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time,…
Shiraz Bhaiji
  • 2,219
  • 8
  • 34
  • 47
0
votes
1 answer

AppFabric 1.1 on Server 2012 Dashboard Powershell - PSCustomObject

I have installed AppFabric onto Windows Server 2012. I checked the prerequisites were installed first and have installed accumulative update 3. I have an instance of SQL Server 2012 installed to SP1 and the OS indicates that all updates have been…
0
votes
1 answer

AppFabric error while Set Caching Service configuration

I am getting the following error while I am trying to set up the AppFabric caching on Windows Server 2008 R2: The 'SQL Server AppFabric Cacing Service Configuration Store Provider' does not support Workgroup configurations. Select a different …
tugberk
  • 907
  • 4
  • 13
  • 29
0
votes
1 answer

Windows Server Appfabric caching and high availability

We are in the process of converting a solution to use Windows Server Appfabric Caching. We are wondering: How do you turn on the high availability option? Such that the cache is stored on more than one server. Is the High availability option only…
Shiraz Bhaiji
  • 2,219
  • 8
  • 34
  • 47
1
2