Posts

Need information from Active Directory

Image
hello, i in process display current employee data on sharepoint homepage. should have attributes outlook (active directory). there javascript available fetch data. thanks, rajputtoocool user profile imported active directory sharepoint through user profile service. can user properties using jsom. refer following post more information http://sharepoint.stackexchange.com/questions/158591/get-current-login-user-profile-properties-sharepoint http://www.vrdmn.com/2013/02/sharepoint-2013-working-with-user.html https://msdn.microsoft.com/en-us/library/office/jj920104.aspx cheers, visual studio developer tools download SharePoint  ,  Apps for Office and SharePoint  >  ...

Getting 'The Messaging Engine encountered an error during the processing of one or more inbound messages' in isolated receive location.

hi all, i getting below error while receiving messages isolated receive location: a message received adapter "soap" on receive location "receiverequests" uri "/all.create/service.asmx" suspended.   error details: messaging engine encountered error during processing of 1 or more inbound messages. the issue intermittent , gets resolved when application pool corresponding to all.create/service.asmx recycled. please let me know  what cause of issue , done resolve completely. thanks, abhijit hi abhijeet, what new service have devloped?? the soap adapter if deprecated , suggest move onto the wcf implementation of services. that being said, error receiveing??? since being biztalk receive location suggestion implement wcf form of biztalk service regards mandar dharmadhikari BizTalk Server  ...

Custom Pipeline Component Execute method Reading Flat file Value

send pipeline containing pipeline component - execute method   reading flat file value, based on filename decision.and sending %sourcename% here sending flatfile send port.then based on flatfile fields,filename should create. example flat file has name(last 2 degits of first record). 111188           filename 88.txt 222244 example flat file 666699           filename 99.txt 888855 reading flatfile in execute method code needed. , sending filename. tried getting root element missing error. this error coming xml assembler.  indicating structure of data being read missing root xml element. are trying send flat file data send pipeline? the answer second part of post (writing generated filename), given in following post (see below): http://social.msdn.microsoft.com/forums/en-us/biztalkgeneral/thread/d03229da-6f20-445b-b7b2-d7c44...

Outlook 2013 Mail Item App: How can I deploy/host my app in a low profile SharePoint document library?

hello, in our organization, have comprehensive office 365 subscription of of employees. i've built outlook mail app in visual studio. working well. now deploy app and make available our employees through office 365. public office app store not option. internal employees need able see , use app.  how can deploy/host app in small low profile sharepoint document library? is there better option this? thank you, hi amx2012, >>how can deploy/host app in small low profile sharepoint document library? there better option this?<< no, not able deploy mail app sharepoint document library. can deploy mail app exchange catalog  that available users of exchange server on resides. enables publishing , management of mail apps, including internally created ones solutions acquired office store , licensed corporate use. mail apps installed exchange catalog using either exchange admin center (eac) or running remote windows powershell comma...

SharePoint Online hosted Outlook Add - in

hi all, attempting may unconventional, i've created simple hello-world add in outlook. firstly hosted add in web app on azure - worked fine; , decided try hosting simple html page on sharepoint online (tried both page in list , page within sharepoint add - in container.  the rationale add in manipulate sharepoint list data - having hosted on same sub site make simple.  i've installed manifest , app runs correctly in outlook client (2016). however, when attempt run add in within outlook browser experience add in fails load. when open new tab in browser, browse site , return outlook browser session , click "reload" add on starts correctly. there no error messages in console far can see.  any guidance genuinely appreciated.  hi keith mcclung, you had mentioned that,"when attempt run add in within outlook browser experience add in fails load. when open new tab in browser, browse site , return outlook browser session , click "reload...

StreamReader.ReadtoEnd and request.GetResponse get "Attempted to read or write protected memory" error

hi,i write program web page content.when runs few minutes ,it crash "attempted read or write protected memory" error.i write method in class , create threads use web content. here code:  public void httpwebcontent(string url)         {             try             {                 httpwebrequest request = (httpwebrequest)webrequest.create(new system.uri(url));                 request.useragent = "mozilla/5.0 (compatible; msie 9.0; windows nt 6.1; win64; x64; trident/5.0)";                 request.accept = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8;q=0.5...

Embeed Radio Button in Document

hi all, i newbie , want develop apps office 2013 using javascript office api. i've tried insert radio button in word document, not successful using html , ooxml. what should do? thanks hi, as far know, there no property or method provided insert controls document in javascript api office . it's hard in app office. can use activex controls in app office? no, may not use activex controls on apps office. if want integrate functionality specific windows, example, gaining access microphone or downloading file, can in pop-out browser window. (from faq developing apps office ) in fact, add activex control into document automatically with open xml sdk. that, may need create new project rather in app office. we trying better understand customer views on social support experience, participation in interview project appreciated if have time. helping make community forums great place. click here participate survey. ...