Questions tagged [telligent]

Telligent are an enterprise collaboration and community software company based in Dallas Texas. The key products suites offered are: Telligent Community, Telligent Enterprise and Telligent Analytics. Telligent Community & Telligent Enterprise provide social networking and collaboration functionality such as; blogs, forums, wikis, media galleries and user profiles. Telligent Analytics provides reporting and analysis to give insights into community sites.

Telligent Community & Telligent Enterprise share the same base platform: Telligent Evolution which provides a significant amount of collaboration and social networking tools such as: Blogs, Wikis, Forums, Media Galleries, Groups, User Profiles, Activity Streams, Bookmarks, Friends / Following, private messaging and search.

A number of high-profile websites use the Telligent Evolution for their communities platform like Dell, Microsoft, APAN.

Telligent's products are built using the ASP.NET and SQL Server platforms and require Windows servers to run on.

22 questions
10
votes
2 answers

SQL error: String or binary data would be truncated

I'm doing an integration on a community platform called Telligent. I'm using a 3rd-party add-on called BlogML to import blog posts from an XML file (in BlogML format) into my local Telligent site. The Telligent platform comes with many classes in…
Mark Ursino
  • 31,209
  • 11
  • 51
  • 83
9
votes
3 answers

Is a new object that's created in a static property getter only created once?

I'm creating a static helper class for web services I'm writing. I'm tapping into the API of Telligent and therefore creating these Telligent "service" objects that allow me to do things with the platform. For example, I'm creating a…
Mark Ursino
  • 31,209
  • 11
  • 51
  • 83
3
votes
0 answers

How to set language to Arabic in Telligent 5.5 (Zimbra)?

I am using Telligent 5.5 (Zimbra) and want to use Cyrillic and Arabic for our communities. How do I do that?
1
vote
1 answer

Why does this curl command return Unexpected EOF

I am somewhat new to Bash and cURL and cannot understand out why this Bash file does not run without throwing an Unexpected EOF error. This cURL command should upload a large file (in the example script below, somewhere between 300 and 400 MB) in 20…
hcdocs
  • 1,078
  • 2
  • 18
  • 30
1
vote
1 answer

Replacing " with " using common methods does not work in a JavaScript Azure Function

Goal Transform HTML extracted from Telligent (an extranet platform) to plain text and send to Slack Setup A Telligent webhook is triggered when an event occurs. An Azure Logic App receives the event JSON. The JSON value is in HTML. A JavaScript…
hcdocs
  • 1,078
  • 2
  • 18
  • 30
1
vote
1 answer

How to install Telligent with sitecore 8.1?

I want to install and configure telligent with sitecore 8.1. In Telligent documentation i don't know from where i should start installing the telligent, there are lots of process defined. can any one tell me the process to install telligent with…
Sohail Ali
  • 468
  • 2
  • 12
1
vote
1 answer

Community Server the new version do you recommend it? can you integrate new modules to it?

I am planning to use community sever for one of our projects, i used it in the past but we had a lot of problems customizing it and understanding how things work, im affraid to get into that again, and i would like to add some things to it but i…
arecio
  • 73
  • 2
  • 6
1
vote
1 answer

Why isn't telligent's RSS.Net fork parsing dates?

I'm using Telligent's RSS.Net fork to parse an XML Stream. The stream is well-formed and most of the desired elements are being parsed, but for some reason the pubData element isn't. Inspecting the feed contents shows the pubData element nicely…
Dylan Lacey
  • 1,839
  • 12
  • 23
1
vote
2 answers

How to resolve timeout errors I do have with Community Server?

We are using in our company Telligent Community Server 2007.1 SP2, and we are having a LOT of timeouts from this tool, it is just not satisfying anybody. Our CS was 2007 SP1, having many timeouts. So a person from Telligent suport suggested an…
Victor Rodrigues
  • 11,353
  • 23
  • 75
  • 107
0
votes
1 answer

How Blog software such as Windows Live Writer access Blogs

I am wondering How a blog software such as Windows Live writer reads/updates so many blogs such as Telligent, Wordpress, Blogger blogs. Is there a commom web services standard exposed by these blog providers? I have a telligent blog hosted on…
Madhur Ahuja
  • 22,211
  • 14
  • 71
  • 124
0
votes
0 answers

Error while trying to find a role for the user 'chuacw'. Possible cause is a invalid client cookie or a user rename

I am running a blog on Community Server 2008 SP2 (this is a blog software from between 2008-2011), with ASP.NET 2.0. Comments are currently not working, and I'm looking into why it's not working. When I looked into the exception logs, I…
chuacw
  • 1,685
  • 1
  • 23
  • 35
0
votes
2 answers

Eval inside an ASP.net repeater doesn't work inside another control

I have a Reapter control with a custom server side control inside of it. When I place the code: <%# Eval("DateAdded") %> inside the item template of the repeater it works fine, but when I place it inside the custom server control inside the…
Christian Schlensker
  • 21,708
  • 19
  • 73
  • 121
0
votes
1 answer

Telligent 10 - Velocity Template - get current datetime

Using Telligent 10 platform and their native Velocity Template Language, how can we simply get the current datetime? Per the many examples I've seen here on SO these first two require the $date var previously defined and those examples all define…
id.ot
  • 3,071
  • 1
  • 32
  • 47
0
votes
1 answer

How to create and run custom tasks in Telligent 5.5

Does anyone know any resources regarding to the creation of a custom scheduled task under Telligent 5.5 ? From what I read, all I need to do is the following: 1.Create a type that implements the ITask2 interface using System; using…
Neyoo
  • 1
0
votes
0 answers

How to reconcile these two APIs when dealing with streams without hogging up memory?

I'm using the Iconic Zip Library to do some zipping. When it's time to zip up, I want to call their ZipFile.Save(Stream outputStream) method. On the Telligent side, to save the content of a stream to a file you use their…
AxiomaticNexus
  • 6,190
  • 3
  • 41
  • 61
1
2