Recent update: 2008-3-21

4.2 SDK available

616 byte By GruiaPitigoi-Aron-MSFT at 2008-3-7
For those that currently have access, a new version of our platform and SDK has been released. It is available for download here: https://buddyscript.colloquis.com/protected/down.pl? Release notes are available on our blog: http://windowsliveagents.spaces.live.com/ ...

Agent Do Not Lauch

512 byte By NunoCosta at 2008-3-6
Hi, i'm trying to lauch the Tutorial project and i can't. I've follow up all these steps (https://buddyscript.colloquis.com/forums/showthread.php?threadid=1329) but still cant do it! No firewall! And the light is still yellow! Can anyone help me? my best regards Nuno CostaPT ...

Goolge Talk questions ,Help!!!

1197 byte By robin_qian at 2008-3-5
Now, I use colloquis to develop for google talk IM , when I use xmpp protocol,the log file tells me CAN'T LAUNCH xmpp-MSM_aaaaaaa@gmail.com:msm\mr-msm-xmpp.exe -k 8051 -B "AutomatedAgent" --login "aaaaaaa@gmail.com" --password ******** -s talk.google.com ...

Detecting if the client doesn''t supports Activities

1905 byte By DiegoMu?oz at 2008-3-3
HiI'm testing an activity and having some problems because I don't know how to detect whenever the client doesn't supports activities (old Messengers, web messenger, PocketPC Messenger...). Looking at WLMActivityUtilities.pkg I found this procedure: procedure MSNSLPUserCanNotOpenP4Window() ...

Agent start conversation

248 byte By jneyens at 2008-3-1
Is it possible for an agent to "start" a conversation with a user based on his MSN account (e-mail address)? I suppose this is only possible when the agent is added to the user's contact list? Any code samples? Known limitations?

any problem with the activity?

235 byte By alabama at 2008-2-28
Hi, I know it sounds weird but the function <span style="font-weight:bold">Channel_OnDataReceived()</span> that used to work in my activity do not work at all now... Is there anything with the server or am I cursed? Bruno

AIM Support

1439 byte By CarlJ at 2008-2-27
Does the 4.x version SDK support AIM?I've gone through all of the steps to sign up for an AIM account (sign up, click on the link in the email, answer the question, log in), but for some reason I can't get my bot to log into the AIM service with that username/password. ...

Display a menu after a nudge

1062 byte By CECILIA1123 at 2008-2-26
I want to display a menu when the robot recieve a nudge, so i override the ABMSNNudge. But if i input "1" when the menu appear after a nudge, the robot told me that he couldn't identify like "I am sorry, I didn't get that..."etc . But if i input "h", then input ...

The ABGreetingProc

415 byte By CECILIA1123 at 2008-2-25
The ABGreetingProc is a way for a bot to display a message to the user when he opens a chat Window with the bot, but we find it didn’t work unless we use MSN message 7.5, neither in WLM 8.1 or WLM 8.5. Did the clients influence ABGreetingProc ? ...

License Key in 4.2 SDK

361 byte By NunoCosta at 2008-2-24
Hello, i've just installed the new 4.2 SDK and there are some changes in the folders structure! I've placed my licence key int \Colloquis\Colloquis SDK\ and on the "About This Server" panel in Agents Manage Console i get - Licence ID : unknown Where should the licence key go? ...

any problem with the activity?

235 byte By alabama at 2008-2-23
Hi, I know it sounds weird but the function <span style="font-weight:bold">Channel_OnDataReceived()</span> that used to work in my activity do not work at all now... Is there anything with the server or am I cursed? Bruno

account is temporarily unavailable

678 byte By ecreation at 2008-2-22
Hi, We have several bots running and with one of them we experience a lot of problems, The status is online, thats because its a provisioned account, but the message can not be delivered. We think that someone is trying to hack the password,. We tested it with an another account and when you ...

Display a menu after a nudge

1062 byte By CECILIA1123 at 2008-2-22
I want to display a menu when the robot recieve a nudge, so i override the ABMSNNudge. But if i input "1" when the menu appear after a nudge, the robot told me that he couldn't identify like "I am sorry, I didn't get that..."etc . But if i input "h", then input ...

IDE disconnects automatically

158 byte By timheuer at 2008-2-21
<font face=Calibri size=2>when i try to test my project (F5) it connects but when i communicate with it, it instantly disconnects...what gives?</font>

Linear conversations

449 byte By Riaanvs at 2008-2-20
HiI've posted about this on the previous forum (https://buddyscript.colloquis.com/forums/showthread.php?s=9b7f429d59865822e5f78c1958603b30&threadid=1376&highlight=topic)but did not get any responses.Is there any chance we can get a decent example of a conversation flow, even if with ...

Agent Do Not Lauch

512 byte By NunoCosta at 2008-2-19
Hi, i'm trying to lauch the Tutorial project and i can't. I've follow up all these steps (https://buddyscript.colloquis.com/forums/showthread.php?threadid=1329) but still cant do it! No firewall! And the light is still yellow! Can anyone help me? my best regards Nuno CostaPT ...

Start bot session from webpage

763 byte By JBrouwers at 2008-2-18
Hi, We would like to have some sort of javascript / aspx code to start an Messenger session from a webpage. I know a chatbot is not allowed to start it’s own conversation but in this case, it’s merely to followup on the Addbuddy script: a users adds Yvette to its contact list and Yvette ...

font tahoma doesn''t support the character italic

605 byte By BlaiseP at 2008-2-17
Hi there, i tried to load unsuccessfully a database(tables) from a trial sql server 2005 i downloaded a couple months ago, the server worked fine before i updated my .Net framework in 3.0(my OS windows home edition XP SP2). So i unistall the Net framwork 3.0 even though i continue to get the ...

IDE disconnects automatically

158 byte By timheuer at 2008-2-16
<font face=Calibri size=2>when i try to test my project (F5) it connects but when i communicate with it, it instantly disconnects...what gives?</font>

AIM support

286 byte By CarlJ at 2008-2-15
<font face="Times New Roman" size=2>Does version 4 support AIM? If I use version 3 of the server, my bot connects fine to AIM, but it keeps trying to connect with version 4.</font> <font face="Times New Roman"></font> <font face="Times New Roman">Thanks.</font>

An Agent with Multiple MSNs

207 byte By CarlJ at 2008-2-15
<font face=Arial size=2>If I have an Agent that connects to multiple MSN accounts at the same time, is there a way to determine which MSN account/end point the user contacted?</font> Thanks

The ABGreetingProc

415 byte By CECILIA1123 at 2008-2-15
The ABGreetingProc is a way for a bot to display a message to the user when he opens a chat Window with the bot, but we find it didn’t work unless we use MSN message 7.5, neither in WLM 8.1 or WLM 8.5. Did the clients influence ABGreetingProc ? ...

The full-width number

364 byte By CECILIA1123 at 2008-2-15
If the bot display a menu to user, when the user input “1”, the first option will be actived. But if “1” is full-width , the bot couldn't identify. That means it is works in English Input , but was broken in Chinese Input. This may make the users in confusion. Is there a postern to avoid it? ...

IDE disconnects automatically

158 byte By timheuer at 2008-2-15
<font face=Calibri size=2>when i try to test my project (F5) it connects but when i communicate with it, it instantly disconnects...what gives?</font>

MS SQL

130 byte By TheNetwalker at 2008-2-14
Hi there, is there a way to connect to an MS SQL Server 2005 and how does it work? Greets Netwalker

AIM Support

1439 byte By CarlJ at 2008-2-14
Does the 4.x version SDK support AIM?I've gone through all of the steps to sign up for an AIM account (sign up, click on the link in the email, answer the question, log in), but for some reason I can't get my bot to log into the AIM service with that username/password. ...

Accessing Webservice

4204 byte By BorisWilhelms at 2008-2-13
Hello, i am trying to access a ASP.NET Webservice by SOAP, but i don't get any result back. Here is my BuddyScript Code: Code Snippet // WSDL http://localhost/agenttest/Service.asmx?WSDLdatasource HelloWorldTest() => HelloWorldResult {timeout=40} soap proxy ...

An Agent with Multiple MSNs

207 byte By CarlJ at 2008-2-13
<font face=Arial size=2>If I have an Agent that connects to multiple MSN accounts at the same time, is there a way to determine which MSN account/end point the user contacted?</font> Thanks

AIM Support

1439 byte By CarlJ at 2008-2-12
Does the 4.x version SDK support AIM?I've gone through all of the steps to sign up for an AIM account (sign up, click on the link in the email, answer the question, log in), but for some reason I can't get my bot to log into the AIM service with that username/password. ...

Accessing Webservice

4194 byte By BorisWilhelms at 2008-2-11
Hello, i am trying to access a ASP.NET Webservice by SOAP, but i don't get any result back. Here is my BuddyScript Code: Code Snippet // WSDL http://localhost/agenttest/Service.asmx?WSDLdatasource HelloWorldTest() => HelloWorldResult {timeout=40} soap proxy ...

Protocol limitations in size

965 byte By NicolasBossard at 2008-2-10
Hello, Actually we are facing some limitations on MSN messenger running on Windows Mobile 5.0 Seems there is a limitation on message length sent by the bot between 300 and 400 characters that we dont have on PCs. Can you provide us with documentation explaining the length limitations on ...

MS SQL

130 byte By TheNetwalker at 2008-2-10
Hi there, is there a way to connect to an MS SQL Server 2005 and how does it work? Greets Netwalker

How to get bot into an AIM chatroom

47 byte By knnywood364 at 2008-2-8
How do I get my bot into an AIM chatroom?

font tahoma doesn''t support the character italic

605 byte By BlaiseP at 2008-2-8
Hi there, i tried to load unsuccessfully a database(tables) from a trial sql server 2005 i downloaded a couple months ago, the server worked fine before i updated my .Net framework in 3.0(my OS windows home edition XP SP2). So i unistall the Net framwork 3.0 even though i continue to get the ...

The full-width number

364 byte By CECILIA1123 at 2008-2-7
If the bot display a menu to user, when the user input “1”, the first option will be actived. But if “1” is full-width , the bot couldn't identify. That means it is works in English Input , but was broken in Chinese Input. This may make the users in confusion. Is there a postern to avoid it? ...

The ABGreetingProc

415 byte By CECILIA1123 at 2008-2-7
The ABGreetingProc is a way for a bot to display a message to the user when he opens a chat Window with the bot, but we find it didn’t work unless we use MSN message 7.5, neither in WLM 8.1 or WLM 8.5. Did the clients influence ABGreetingProc ? ...

4.2 SDK available

616 byte By GruiaPitigoi-Aron-MSFT at 2008-2-7
For those that currently have access, a new version of our platform and SDK has been released. It is available for download here: https://buddyscript.colloquis.com/protected/down.pl? Release notes are available on our blog: http://windowsliveagents.spaces.live.com/ ...

Protocol limitations in size

965 byte By NicolasBossard at 2008-2-7
Hello, Actually we are facing some limitations on MSN messenger running on Windows Mobile 5.0 Seems there is a limitation on message length sent by the bot between 300 and 400 characters that we dont have on PCs. Can you provide us with documentation explaining the length limitations on ...

font tahoma doesn''t support the character italic

605 byte By BlaiseP at 2008-2-6
Hi there, i tried to load unsuccessfully a database(tables) from a trial sql server 2005 i downloaded a couple months ago, the server worked fine before i updated my .Net framework in 3.0(my OS windows home edition XP SP2). So i unistall the Net framwork 3.0 even though i continue to get the ...

Old forum

807 byte By GruiaPitigoi-Aron-MSFT at 2008-2-6
A few posts have mentioned the "old forum". For reference, this may be found here: https://buddyscript.colloquis.com/forums/ The old forum is a good historic reference, but all new questions should be posted to this MSDN forum. Thank you! ...

How can i get the whole buddylist of the robot?

160 byte By CECILIA1123 at 2008-2-5
<font face="Times New Roman" size=2></font> <font face="Times New Roman">How can i get the whole buddylist of the robot? pls give me a hand , thx</font>

Start bot session from webpage

763 byte By JBrouwers at 2008-2-5
Hi, We would like to have some sort of javascript / aspx code to start an Messenger session from a webpage. I know a chatbot is not allowed to start it’s own conversation but in this case, it’s merely to followup on the Addbuddy script: a users adds Yvette to its contact list and Yvette ...

Linear conversations

449 byte By Riaanvs at 2008-2-4
HiI've posted about this on the previous forum (https://buddyscript.colloquis.com/forums/showthread.php?s=9b7f429d59865822e5f78c1958603b30&threadid=1376&highlight=topic)but did not get any responses.Is there any chance we can get a decent example of a conversation flow, even if with ...

AIM support

286 byte By CarlJ at 2008-2-4
<font face="Times New Roman" size=2>Does version 4 support AIM? If I use version 3 of the server, my bot connects fine to AIM, but it keeps trying to connect with version 4.</font> <font face="Times New Roman"></font> <font face="Times New Roman">Thanks.</font>

Start bot session from webpage

763 byte By JBrouwers at 2008-2-4
Hi, We would like to have some sort of javascript / aspx code to start an Messenger session from a webpage. I know a chatbot is not allowed to start it’s own conversation but in this case, it’s merely to followup on the Addbuddy script: a users adds Yvette to its contact list and Yvette ...

about xml Datasource

925 byte By robin_qian at 2008-2-4
this is my xml : <?xml version="1.0" encoding="utf-8"?> <record> <userName> <![CDATA[this is a test]]> </userName> <Comments><![CDATA[this is is content and very long....]]></Comments> </record> datasource ...

How can i get the whole buddylist of the robot?

160 byte By CECILIA1123 at 2008-2-3
<font face="Times New Roman" size=2></font> <font face="Times New Roman">How can i get the whole buddylist of the robot? pls give me a hand , thx</font>

How to get bot into an AIM chatroom

47 byte By knnywood364 at 2008-2-3
How do I get my bot into an AIM chatroom?

about xml Datasource

925 byte By robin_qian at 2008-2-2
this is my xml : <?xml version="1.0" encoding="utf-8"?> <record> <userName> <![CDATA[this is a test]]> </userName> <Comments><![CDATA[this is is content and very long....]]></Comments> </record> datasource ...

An Agent with Multiple MSNs

207 byte By CarlJ at 2008-2-2
<font face=Arial size=2>If I have an Agent that connects to multiple MSN accounts at the same time, is there a way to determine which MSN account/end point the user contacted?</font> Thanks

Windows Live Developer Forums

Site Classified