caching - Azure cache Invalid identifier -



caching - Azure cache Invalid identifier -

so got error locally when trying out caching in worker role:

errorcode<errca0042>:substatus<es0001>:invalid identifier: 'fildela worker'. check cache rolename/endpoint in configuration.

on line:

<autodiscover isenabled="true" identifier="fildela worker" />

in mvc app, webconfig.

so updated both azure sdk version 2.5.1, , visual studio 2013 version update 4 , voilĂ ! worked!

however, when publish project cloudapp azure error message appear 1 time again. cache works on localhost not when published azure.

why that?

thanks!

edit 1

i'm using newest windows azure cache, 2.5.10.

this particular error thrown when identifier beingness validated uri managed cache. azure cache client tries first utilize given identifier role, , if fails endpoint. think client may failing connect cache server role. 1 of reasons may versions of azure sdk , cache client not compatible, since using may not case. couple of things can seek cleaning client libraries , adding them verify client bits updated. can check/share client side traces figure out why connection cache server role failed.

caching azure

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -