Posts

How to set UsertokenName with WCF configuration?

hi, possible set usertokenname in wcf sendport binding configuration? have set in orchestration use of wcf.outboundcustomheaders , works fine. not nice solution. thanks, tuan hi tuan, should investigate creating custom behavior , using behavior on wcf send port (that need change wcf-custom). here's example of such behavior implementation: http://geekswithblogs.net/jans/archive/2008/03/17/automate-passing-valuable-information-in-wcf-headers.aspx regards, thiago almeida - http://connectedthoughts.wordpress.com BizTalk Server  >  BizTalk Server General

Add Azure EA Account Issue

hi, i providing valid enrollment number , api key of azure ea account, still getting error regarding api key attached screenshot. appreciated. thanks in advance, regards, franco pius  hello franco, in fact, can not see attachment, please copy , paste api key on web page json web tokens: https://jwt.io/ , let me know if have values says "department:" , "accountid:". if have value pulling api key lower level of organization, need api key higher level. see faq: how resolve cloudyn setup errors indirect enterprise error: "the specified api key not top level enrollment key" when adding azure ea api key cloudyn best regards, Microsoft Azure  >  Azure Cost Management by Cloudyn ...

Unable to access the API with a single user token

we have both single-user , multi-user developer token. whenever run java examples using single-user token error: error code: invalidcredentials message: authentication failed. either supplied credentials invalid or account inactive however, we're sure credentials we're supplying correct.  we're trying use customer management service . the java examples work when use multi -user token instead.  is single-user token restricted in way? the single-user token can used access api same user requested it. more information please see account permissions , developer token .  if still stuck please feel free escalate soap request , response support , our team take look: http://msdn.microsoft.com/en-us/library/aa983155.aspx#engagesupport i hope helps! eric Bing Ads API: Development  >  ...

Problem with selected item populating label text

hello all! have been working on rpg game time now, , got can make list, , put in combobox. having trouble now, trying populate stats of item in list selected, different labels. have 1 strength, agility, intelligence, , stamina. here have saying null exeption. using system; using system.collections.generic; using system.componentmodel; using system.data; using system.drawing; using system.linq; using system.text; using system.threading.tasks; using system.windows.forms; using engine; namespace kylesrpggame { public partial class homescreen : form { public kylesrpggame parent = kylesrpggamemanager.instance(); public homescreen() { initializecomponent(); setlabels(); list<headitems> headitems = new list<headitems>(); headitems.add(new headitems("kyle's head", 0, 0, 3, 0, 0, 1)); headitems.add(new headit...

Azure Dedicated Role Cache does not fire notification to client when call DataCache.Clear method

hi, i'm using azure dedicated role cache ,  enabled local cache , notification. <localcache isenabled="true" sync="notificationbased" objectcount="20000" ttlvalue="3600" /> <clientnotification pollinterval="1" maxqueuelength="10000" /> but when call datacache.clear method in 1 client, notification not send clients, client's local cached content still been used. is bug of azure sdk 2.5? i assume have correctly configured , enabled cache notifications, instead of using datacache's clear method - have tried clearing regions in cache because not sure if datacache.clear triggers cache notification or not. so code should this foreach (string regionname in cache.getsystemregions()) { cache.clearregion(regionname) } you can refer link explains about triggering cache notifications   https://msdn.microsoft.com/en-us/library/ee808091(v=azure.10).aspx bhushan | blog | ...

Azure Container Services - Docker Compose deploy?

(can't find azure container services forum here, create in azure automation) hi. have azure container services application docker swarm orchestration. question - new images deployment there? point of view - pipeline (we using jenkins here) next: 1) build docker image tag == $build_number; 2) push image dockerhub; 3) update docker-compose.yml new image tag; 4) <g class="gr_ gr_35 gr-alert gr_spell gr_run_anim contextualspelling ins-del multireplace" data-gr-id="35" id="35">scp</g> docker-compose.yml swam master; 5) restart docker-compose via ssh new docker-compose.yml apply images changes. don't here - step 3 (update compose file sed) , 4-5, needs bash script work. maybe - there chef/ansible recipes ready? or approach, wich not so... silly... you not have update docker compose file everytime. can use feature of string interpolation in docker compose specify tag used image. https://g...

Login failed for 'InterchangeSQ'

hi experts, i working on biztalk 2002. have created receive functions, , appropriate channels. source , destinations flat files. channel uses file processor creates file in specified location. however, while transmitting files, gets suspended in suspended queue, , following error shown in event log. catastophic failure call support cannot open database "interchangesq" requested login. login failed. login failed user 'c2n\istinab'.   @ system.data.sqlclient.sqlinternalconnection.onerror(sqlexception exception, boolean breakconnection) the above user owner of interchangesq db. also, biztalk on different server , points biztalk databases in different server. quick in resolving requested. thanks, bops what database version db on? sql 2000 or 6.5 or 7.0? i check if there deny permissions on user or if password may have changed user. if not using sso need re-enter password on port calling database. thanks, if answers question, please use "answer...