Witango-Talk: Accessing User Variables

2003-09-11 Thread molariu
Title: Message Hello all, The problem that I have is to find out: 1- what @UserReferences are current; 2- what variables are associated with a particular @UserReference and their respective values. I have checked the documentation but could not find this infromation. @VARNAMES only

Re: Witango-Talk: Urgent - IIS times out before WiTango is finished

2003-09-11 Thread Jeff Bohmer
This sounds like a client error. There is a setting for clients.ini called CLIENTIOTIMEOUT. It defaults to 300 seconds. If the client doesn't get a response back within CLIENTIOTIMEOUT, it makes the web server return a 500 error. If you have changed QUERYTIMEOUT to 900, try changing

RE: Witango-Talk: Urgent - IIS times out before WiTango is finished

2003-09-11 Thread Ben Johansen
Wow, where did you find out about this great nugget of information? Is there anymore? Ben Johansen - http://www.pcforge.com Authorized Witango MDaemon Reseller Available for Witango Developement -Original Message- From: Jeff Bohmer [mailto:[EMAIL PROTECTED] Sent: Thursday, September

Re: Witango-Talk: Urgent - IIS times out before WiTango is finished

2003-09-11 Thread Jeff Bohmer
It isn't in the shipped clients.ini, you have to add it. Without it in there, it defaults to 300. If you add it, your clients.ini should look something like this: [Witango Client Definitions] wapache.dll= wcgi.exe= wiis.dll= [wapache.dll] WITANGO_SERVER=127.0.0.1,18100 ERROR_HTML=C:\\Program

RE: Witango-Talk: Urgent - IIS times out before WiTango is finished

2003-09-11 Thread Jeff Bohmer
I reported the client giving up after 300 seconds as a bug to With. Then they told me about CLIENTIOTIMEOUT. At the time, this wasn't in any documentation that I could find. I'm not sure if the docs have it yet. I don't know of any other undocumented stuff. Any other clients.ini entries I know

RE: Witango-Talk: Urgent - IIS times out before WiTango is finished

2003-09-11 Thread Scott Cadillac
Hi Dave, It can be deceiving, but your browser probably timeout long before IIS did. This is where you're programming has to get creative. One suggestion is to investigate the Push feature of the Search Action. If you're got a long running Loop of some sort, then you can Push small bits of

Re: Witango-Talk: Urgent - IIS times out before WiTango is finished

2003-09-11 Thread Dave Machin
Yes, I did fix some other reporting issues with a 'push' and a little progress bar - but now I have one where it's just one single query and I have to wait for it to return. The CLIENTIOTIMEOUT thing sounds promising - maybe that's my issue. - Original Message - From: Scott Cadillac

RE: Witango-Talk: Urgent - IIS times out before WiTango is finished

2003-09-11 Thread Ben Johansen
Thanks, I have added the default entry of 300 in the client.ini as a reminder I searched all the latest docs I could find and didn't see it. Ben Johansen - http://www.pcforge.com Authorized Witango MDaemon Reseller Available for Witango Developement -Original Message- From: Jeff

Witango-Talk: mail encryption

2003-09-11 Thread Roland A . Dumas
can a mail message use PGP encryption? TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Witango-Talk: Purge user variable on window closing

2003-09-11 Thread Fogelson, Steve
I use a popup window in an application. The popup window is a taf that creates user variables. I need to use user variables in the popup as it creates a few large arrays and the taf branches back to itself, so I only want to create the arrays once. Is there a way to purge specific user variables

RE: Witango-Talk: Purge user variable on window closing

2003-09-11 Thread Harpreet Matharu
@PURGE USER$YOURVARIABLENAME -Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 2:01 PM To: Witango User Group (E-mail) Subject: Witango-Talk: Purge user variable on window closing I use a popup window in an application. The popup

RE: Witango-Talk: Accessing User Variables

2003-09-11 Thread Robert Shubert
Title: Message Step 1. Record all USERREFERENCES A. If you have a clearly defined login procedure, add an @ADDROWS to create a one column domain array containing each USERREFERENCE created. Use the variable timeout trigger to remove the USERREFERENCE from the array. You might want to

Re: Witango-Talk: Purge user variable on window closing

2003-09-11 Thread Atrix Wolfe
hey Steve I dont think so, since purging user variables is server side and closing a window is client side its kinda a difficult thing to do. why not try this? When it gets to the spot where its creating these large variables, check if they are empty before it creates them. Only fetch the data

Re: Witango-Talk: Purge user variable on window closing

2003-09-11 Thread Atrix Wolfe
sorry...didnt spell check :P is if this is like a sub form and you have a main form thats the bug of alot of your functions bug should read hub - Original Message - From: Atrix Wolfe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 1:34 PM Subject: Re:

RE: Witango-Talk: Purge user variable on window closing

2003-09-11 Thread Ben Johansen
Ok Place these files in the root 1. Run the TestPurge.taf 2. click on the Call View (will show the user var value) 3. click on the Call popup (will show the user var value in popup) 4. click close or press window X in popup window 5. click on the Call View (will show the user var empty this time)

Re: Witango-Talk: WiTango / IIS Internal Server Error

2003-09-11 Thread Mike Tyranski
The TAF opened fine in the dev studio. Plus the taf only has a results action with the text test in it. I also tried the same TAF on a production WiTango server already setup and it worked fine. I'm guessing there is something simple that I'm overlooking. Mike Jeff Bohmer wrote: The XML

RE: Witango-Talk: Purge user variable on window closing

2003-09-11 Thread Fogelson, Steve
Ben, I use MS IE 6. On my machine it doesn't work. The variable @@user$TheUserVar still show Hello World pm the second Call View. It seems like your logic should work though. Is it possible that the javascript window.close(); executes before body onUnload=doPurge(); can do it's work? Thanks

RE: Witango-Talk: Purge user variable on window closing

2003-09-11 Thread Ben Johansen
Same here, Change your browser to under Tools/Internet Options Find Temporary Internet files and click settings Select Every visit to the page under Check for newer version of the stored pages: Your previous view page was cashed oops I mean cached ;-) Ben Johansen - http://www.pcforge.com

Witango-Talk: Using DOM anyone?

2003-09-11 Thread Jim Kass
Hey Guys, I wrote a TAF that will read specific information out of any TAF, using X-Pointer Syntax and DOM. The problem is that it only works in some cases... The DOM code is: @ASSIGN local$xmlDoc @DOM VALUE=@INCLUDE FILE=@@somefilepath but as you all know, @INCLUDE FILE=... will EVALUATE the

Re: Witango-Talk: Using DOM anyone?

2003-09-11 Thread Stefan Gonick
How about trying a read file action? Stefan At 03:06 PM 9/11/2003 -0700, you wrote: Hey Guys, I wrote a TAF that will read specific information out of any TAF, using X-Pointer Syntax and DOM. The problem is that it only works in some cases... The DOM code is: @ASSIGN local$xmlDoc @DOM

RE: Witango-Talk: Using DOM anyone?

2003-09-11 Thread Jim Kass
I was trying to use Metatags the whole time... Using the File Read action solved the problem thanks... I'm probably too late to submit this little tool to any contest, but I'll try to get it together if anyone is interested. Basically... It is a tool for checking dependencies... right now it

RE: Witango-Talk: Using DOM anyone?

2003-09-11 Thread Ben Johansen
Hey, the contest is still open ;-) Ben Johansen - http://www.pcforge.com Authorized Witango MDaemon Reseller Available for Witango Developement -Original Message- From: Jim Kass [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 4:48 PM To: [EMAIL PROTECTED] Subject: RE:

Re: Witango-Talk: Access database problem

2003-09-11 Thread Garth Penglase
Yes, good suggestion - I also find that it is necessary to replace data fields in actions when transferring tafs from one database to another, and one Tango platform to another sometimes - possibly because there is a bug in the way that it stores the information for development Vs. deployment

Re: Witango-Talk: mail encryption

2003-09-11 Thread Garth Penglase
yes. hope someone else can shed some light on how to integrate it with Witango though, as I haven't put any time into it, but would like to implement something like that for a couple of sites. Garth can a mail message use PGP encryption?