Re: Witango-Talk: VariableTimeoutTrigger

2005-03-17 Thread Roland Dumas
;>>> you >>>> have to (I believe it's mandatory) have the USR argument. Thus: >>>> >>>> <@ASSIGN user$variabletimeouttrigger >>>> "http://www.site.com/path/logout_user.taf?<@USERREFERENCEARGUMENT>"> >>>> >>>

RE: Witango-Talk: VariableTimeoutTrigger

2005-03-16 Thread Robert Shubert
ssage- From: Customer Support [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 11:50 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: VariableTimeoutTrigger This is fixed in the next 5.5 release. What happens in 5.5.003 and earlier is that by the time the thread that has fi

Re: Witango-Talk: VariableTimeoutTrigger

2005-03-16 Thread Customer Support
ave the USR argument. Thus: <@ASSIGN user$variabletimeouttrigger "http://www.site.com/path/logout_user.taf?<@USERREFERENCEARGUMENT>"> Robert -Original Message- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 9:20 PM To: witango-talk@witango.com Su

Re: Witango-Talk: VariableTimeoutTrigger

2005-03-16 Thread Roland Dumas
I remember something about it. I brought a problem to the last conference and went home with it. When the user scope expires, the variables don't last long enough to run one last taf So, if there's a set of user scope variables that I want to do something with at expiry, then I need to keep a fr

Re: Witango-Talk: VariableTimeoutTrigger

2005-03-16 Thread Bill Conlon
t_user.taf?<@USERREFERENCEARGUMENT>"> Robert -Original Message- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 9:20 PM To: witango-talk@witango.com Subject: Witango-Talk: VariableTimeoutTrigger Just trying to understand how this works. If I set

Re: Witango-Talk: VariableTimeoutTrigger

2005-03-16 Thread Roland Dumas
t. Thus: > > <@ASSIGN user$variabletimeouttrigger > "http://www.site.com/path/logout_user.taf?<@USERREFERENCEARGUMENT>"> > > Robert > > > -Original Message- > From: Roland Dumas [mailto:[EMAIL PROTECTED] > Sent: Wednesday

RE: Witango-Talk: VariableTimeoutTrigger

2005-03-16 Thread Robert Shubert
age- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 9:20 PM To: witango-talk@witango.com Subject: Witango-Talk: VariableTimeoutTrigger Just trying to understand how this works. If I set <@ASSIGN user$variabletimeouttrigger value="/taf/mytimeouttaf.taf&

Witango-Talk: VariableTimeoutTrigger

2005-03-16 Thread Roland Dumas
Just trying to understand how this works. If I set <@ASSIGN user$variabletimeouttrigger value="/taf/mytimeouttaf.taf"> Then as session variable expires, this taf is triggered as though the user were hitting it, with all the user's variables available? -

Re: Witango-Talk: variableTimeoutTrigger

2003-12-08 Thread witango man
Works perfectly for me - Windows 2000 Witango 5.01.065 To make sure I just added that it send me a mail when the trigger was called... --- David Green <[EMAIL PROTECTED]> wrote: > Thanks for the responses. > > I'm not getting any error whatsoever. The log shows > the expired > variable key,

Re: Witango-Talk: variableTimeoutTrigger

2003-12-08 Thread ServerSmiths Tango Development
On Monday, December 8, 2003, at 09:05 AM, Roland Dumas wrote: I've gotten the trigger to do it's thing (OS X), but I wanted it to save the expiring variables to a file, but they were gone already. You're doing it wrong. The idea is that you have written the vars to an array (usually in the do

Re: Witango-Talk: variableTimeoutTrigger

2003-12-08 Thread David Green
Thanks for the responses. I'm not getting any error whatsoever. The log shows the expired variable key, but nothing else. Almost like it doesn't exist. I can see in debug mode that variableTimeoutTrigger exists and is correct. Again, this used to work fine before the upgrade to 5.0. So there

Re: Witango-Talk: variableTimeoutTrigger

2003-12-08 Thread Bill Conlon
works for me. RedHat 9, Witango 5.065, Apache 2.047 >Last time... this will be the 3rd post to the list with no replies. > >Can anyone that is successfully using the variableTimeoutTrigger in user >scope just reply to this telling me that it's working? Please? > >I'm using Windows 2000 / IIS 5.0

Re: Witango-Talk: variableTimeoutTrigger

2003-12-08 Thread isabelle
Hi My configuration is : Xserve monoprocessor , OS X 10.2.8, Wintago5 server, 1.3 Go ram, apache, mysql, iodbc witangoevent : FATALCaught fatal signal 10 (SIGBUS); thread id = 9031056; code: 1; address: 009782cc; value: ; errno: 0; status: 0; Nothing in witango.log except sometim

Re: Witango-Talk: variableTimeoutTrigger

2003-12-08 Thread Roland Dumas
I've gotten the trigger to do it's thing (OS X), but I wanted it to save the expiring variables to a file, but they were gone already. On Dec 8, 2003, at 8:43 AM, David Green wrote: Last time... this will be the 3rd post to the list with no replies. Can anyone that is successfully using the va

Witango-Talk: variableTimeoutTrigger

2003-12-08 Thread David Green
Last time... this will be the 3rd post to the list with no replies. Can anyone that is successfully using the variableTimeoutTrigger in user scope just reply to this telling me that it's working? Please? I'm using Windows 2000 / IIS 5.0 / Witango 5.0 Before upgrading to Witango 5.0, this worked

Witango-Talk: variableTimeoutTrigger

2003-09-24 Thread Roland A . Dumas
I wish to do something with a user's variables as they expire (save, take actions with them, etc.) Jason Pamental gave me the key, a variable assigned in user scope like this: <@assign name=user$variableTimeoutTrigger value="http://www.mydomain.com/ usertimeout.taf?<@userreferenceargument>

RE: Witango-Talk: variabletimeouttrigger

2003-09-18 Thread Kevin Quinn
list witango-talkSubject: Witango-Talk: variabletimeouttrigger I have been trying to use this, have searched the archives and can not really find a solution. I am using T2K and win2k. I assign the variabletimeouttrigger as:   <@assign scope=User name=variableTimeoutTrigger val

Witango-Talk: variabletimeouttrigger

2003-09-18 Thread Trevor Green
I have been trying to use this, have searched the archives and can not really find a solution. I am using T2K and win2k. I assign the variabletimeouttrigger as:   <@assign scope=User name=variableTimeoutTrigger value="http://<@domain><@var application$rootfilepath>logout.taf?sign_off_reas

RE: Witango-Talk: variableTimeoutTrigger

2003-07-21 Thread Two 2 Witango
: [EMAIL PROTECTED] Subject: Re: Witango-Talk: variableTimeoutTrigger You put quotes around "HTTP URL" like it's some sort of magical thing... I've haven't had to use this variable yet, but here is an example of how you would. <@assign scope=User Name=variabl

Re: Witango-Talk: variableTimeoutTrigger

2003-07-21 Thread John McGowan
that? Thanks. Original Message- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *Sent**:* Monday, July 21, 2003 1:04 AM *To:* [EMAIL PROTECTED] *Subject:* Re: Witango-Talk: variableTimeoutTrigger Not sur

Re: Witango-Talk: variableTimeoutTrigger

2003-07-21 Thread ServerSmiths Tango Development
On Sunday, July 20, 2003, at 08:41 AM, [EMAIL PROTECTED] wrote: Can someone explain what this variable does, with an example? I don't have an example right at hand but where I have used this tag was in a taf where I needed to limit the number of visitors per domain. So my code added a visitor to

RE: Witango-Talk: variableTimeoutTrigger

2003-07-21 Thread Two 2 Witango
To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: variableTimeoutTrigger   Not sure, that you have read this in the online manual: variableTimeoutTrigger User, application, domain, and custom scopes Just before a user's, application's, domain's or a custom sc

Re: Witango-Talk: variableTimeoutTrigger

2003-07-21 Thread [EMAIL PROTECTED]
pe sets the expiry timeout for Witango application, overriding the value in the system scope. Hope this have answer your question Regards Daniel   - Original Message - From: <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Sunday, July 20, 2003 5:41 PMSubject: Witango-T

Witango-Talk: variableTimeoutTrigger

2003-07-20 Thread two2witango
Hi, I am unable to find sufficient documentation/examples to use the Config Var called "variableTimeoutTrigger" in my applications. Can someone explain what this variable does, with an example? The Tango docmentation is not good enough. It does not tell the syntax, nor an example. Help please.

Witango-Talk: variableTimeoutTrigger Example

2003-07-14 Thread two2witango
Hi, Can someone explain the purpose and use of the Config Variable "variableTimeoutTrigger" with an example? Thanks. TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Witango-Talk: variableTimeoutTrigger Example

2003-07-14 Thread two2witango
Hi, Can someone explain the purpose and use of the Config Variable "variableTimeoutTrigger" with an example? Thanks. TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Witango-Talk: variableTimeoutTrigger... Again.

2003-03-05 Thread David Green
Let me rephrase my question... Does anyone currently have the variableTimeoutTrigger working on Windows 2000 Advanced Server, IIS 5.0, Witango Server 5.0.1.054? It was working fine on the same exact server with Tango 2000 SP1. Thanks, David Green [EMAIL PROTECTED] __

Re: Witango-Talk: variableTimeoutTrigger...

2003-03-04 Thread Dave Machin
I have trouble with that. Not sure what I'm doing wrong. - Original Message - From: "David Green" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 1:38 PM Subject: Witango-Talk: variableTimeoutTrigger... > After successfuly inst

Witango-Talk: variableTimeoutTrigger...

2003-03-04 Thread David Green
After successfuly installing WiTango 5.0 on the same box that we had Tango2K, everything seems to be working except the variableTimeoutTrigger. This was working fine before the upgrade. When I look at the log, the user times out when expected, but the variableTimeoutTrigger is never executed. I

RE: Witango-Talk: variabletimeouttrigger

2003-02-10 Thread Jesse Parker
r my > particular problem (timing out in mid-form); would those help? > > jamileh > > > > -Original Message- > From: Atrix Wolfe [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 09, 2003 3:49 PM > To: [EMAIL PROTECTED] >

RE: Witango-Talk: variabletimeouttrigger

2003-02-10 Thread Wilcox, Jamileh
EMAIL PROTECTED]Subject: Witango-Talk: variabletimeouttrigger hello, were using r:tango 2000 (patiently awaiting the newest release!!), and are looking to use the variabletimeouttrigger trigger but are reluctant because we heard it wasnt 100% dependable or stable or that there was som

Witango-Talk: variabletimeouttrigger

2003-02-09 Thread Atrix Wolfe
hello, were using r:tango 2000 (patiently awaiting the newest release!!), and are looking to use the variabletimeouttrigger trigger but are reluctant because we heard it wasnt 100% dependable or stable or that there was some kind of issue with it.  Does this sound familiar to anybody?  Does a