Witango-Talk: Witango Maintenance Restart in the middle of the night

2004-03-10 Thread Fogelson, Steve
Per suggestions on this list I started stopping Witango, coping Db's to another location for backup and restarting Witango. This is a batch file that is started by the Windows scheduler. I use the Net stop "witango server 5" About a week ago, I added a site that has quite a bit of traffic. Now the

RE: Witango-Talk: WiTango on 2003 Server

2004-03-10 Thread Robert Shubert
This was my first thought too, however if the same code works on 2000, and not on 2003, then I would suspect a difference in IIS perhaps stripping the USR arg or handling the cookie differently. The Witango log will show which USR is being used to run the request, and if the browser is sending one,

Re: Witango-Talk: WiTango on 2003 Server

2004-03-10 Thread Bill Conlon
Are you using cookies or Search argument userreferences? I think the drop down has links with a different userreference than is established at login. >-Original Message- >From: Trahan, Larry >Sent: Wednesday, March 10, 2004 2:48 PM >To: '[EMAIL PROTECTED]' >Subject: Witango on 2003 S

Re: Witango-Talk: Client/Plug-in Error

2004-03-10 Thread Stefan Gonick
Hi David, I've never been comfortable depending on variableTimeout in any case. All of my projects have a file for setting domain variables. One of those variables is called Domain_Variables_Set :) I set it to Yes. At the top of every taf is a check to see if Domain_Variables_Set is empty. If so,

Re: Witango-Talk: Client/Plug-in Error

2004-03-10 Thread David Green
After commenting the line of code, everything seems to be working fine. Including the variableTimeoutTrigger... that hasn't worked for me since T2K. Other than that, can I get someone from Witango to tell me what's up with the variableTimeout in domain scope? Straight from the pdf on the wit

RE: Witango-Talk: DBMS Action Select with Limit # or Rows

2004-03-10 Thread Bill Downall
At 03:46 PM 3/10/2004, you wrote: There has been a change, if I recall correctly. Oterro 3.0 is RDEBUG ON. Chuck Lockwood Chuck DEBUG ON worked for me with 3.0. I think the change was the name and location of the log, from Microrim.log to c:\Oterro.log, as of Oterro version 2.6. Bill

RE: Witango-Talk: WiTango on 2003 Server

2004-03-10 Thread Robert Shubert
Watch your logs, on the 2003 machine, to see if the correct USR is getting to Witango. -Original Message- From: Storey, Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 3:56 PM To: '[EMAIL PROTECTED]' Subject: Witango-Talk: WiTango on 2003 Server -Original Message-

Witango-Talk: WiTango on 2003 Server

2004-03-10 Thread Storey, Paul
-Original Message- From: Trahan, Larry Sent: Wednesday, March 10, 2004 2:48 PM To: '[EMAIL PROTECTED]' Subject: Witango on 2003 Server I have a Windows 2003 development server with WiTango 5 installed. We also have a Windows 2000 production server with WiTango 5 server installed. The p

RE: Witango-Talk: DBMS Action Select with Limit # or Rows

2004-03-10 Thread Chuck Lockwood
There has been a change, if I recall correctly. Oterro 3.0 is RDEBUG ON. Chuck Lockwood LockData Technologies, Inc. 309 Main Avenue, Hawley, Pa 18428 570-226-7340 ~ Fax: 570-226-7341 [EMAIL PROTECTED] ~ www.lockdata.com

RE: Witango-Talk: Client/Plug-in Error

2004-03-10 Thread Robert Shubert
I don't recall this being a change in 065. -Original Message- From: Stefan Gonick [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:20 PM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Client/Plug-in Error I'm pretty sure that you can no longer assign variableTimeout in the

RE: Witango-Talk: server ip address

2004-03-10 Thread Robert Shubert
I too believe that your server is referring to itself incorrectly, and that Witango is picking up that configuration. Changing the listerneraddress should not have caused a problem if your server is talking to itself on the same ip, I suppose if the client and server are on the same box that 127.0.

RE: Witango-Talk: Ampersand in URLs (OT)

2004-03-10 Thread Fogelson, Steve
Search args. Just like you did in your second url. Steve -Original Message- From: Alan Wolfe [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:33 PM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Ampersand in URLs (OT) are you guys talking about search args? www.mydomain.ne

Re: Witango-Talk: Ampersand in URLs (OT)

2004-03-10 Thread Alan Wolfe
are you guys talking about search args? www.mydomain.net?item=3&page=2&cart=1 so should be: www.mydomain.net?item=3&page=2&cart=1 or do you just mean when its not a search arg seperator? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 10,

Re: Witango-Talk: Ampersand in URLs (OT)

2004-03-10 Thread webdude
I have also I've replaced them. I just ran some of my code through WC3 Markup Validation Service http://validator.w3.org/detailed.html I received a lot of errors on my urls. It doesn't like &. It recommends that they be replaced with & What are you guys doing about this? Steve Fogelson Internet

Re: Witango-Talk: Ampersand in URLs (OT)

2004-03-10 Thread webdude
I just ran some of my code through WC3 Markup Validation Service http://validator.w3.org/detailed.html I received a lot of errors on my urls. It doesn't like &. It recommends that they be replaced with & What are you guys doing about this? Steve Fogelson Internet Commerce Solutions ___

RE: Witango-Talk: DBMS Action Select with Limit # or Rows

2004-03-10 Thread Bill Downall
Ben, Actually, it turns out that Oterro DOES log to the odbc log, it just doesn't show up until you disconnect. I had two 6 Megabyte logs from 2 queries, one was the odbc administrator SQL.log, the other was the Oterro debug oterro.log. Similar details, but slightly different format. No wonder

Re: Witango-Talk: server ip address

2004-03-10 Thread Bill Conlon
John, I think your right. My server name is mapped to localhost in the host config. Need to fix that. >Bill, > >I think your problem is a linux config one, not Witango. perhaps you >need to update your hosts file or whatever it is that would cause it to >report itself as the server name "ba

Re: Witango-Talk: Client/Plug-in Error

2004-03-10 Thread Stefan Gonick
I'm pretty sure that you can no longer assign variableTimeout in the domain scope. It's automatically set to not expire. Stefan At 01:08 PM 3/10/2004, you wrote: Thanks Alan, Yes, I did back them all up. Now it's even more weird... I guess I started and stopped the service or the server itself

Re: Witango-Talk: Client/Plug-in Error

2004-03-10 Thread Alan Wolfe
Actualy we had the same problem Dave. We took out that assign and it's been fine ever since. I'm assuming the domain scope just doesnt time out anymore but that might not be true. Does anyone know for certain? - Original Message - From: "David Green" <[EMAIL PROTECTED]> To: <[EMAIL PRO

Re: Witango-Talk: Client/Plug-in Error

2004-03-10 Thread David Green
Thanks Alan, Yes, I did back them all up. Now it's even more weird... I guess I started and stopped the service or the server itself enough, because now it's working. But it's still not running right... Why can I not assign the domain$variableTimeout to 0? Here's the error: File: startup.ta

Re: Witango-Talk: server ip address

2004-03-10 Thread John McGowan
Bill, I'm not sure that what i wrote below is true or not. My mail server allows me to trust certain addresses as client addresses which will allow them to relay mail without passing BL tests or anything like that, so I can't be sure that my Linux/Witango configuration isn't sending the same

Re: Witango-Talk: Client/Plug-in Error

2004-03-10 Thread Alan Wolfe
Not sure if this is the problem but did you back up your .ini's before the upgrade? The upgrade overwrites them with the defaults. - Original Message - From: "David Green" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 10, 2004 9:44 AM Subject: Witango-Talk: Client/Pl

Witango-Talk: Client/Plug-in Error

2004-03-10 Thread David Green
Hi All, I just upgraded our test server to 65. Now I'm running into this error... Client/Plug-in Error Unable to initialize the client's environment. Check the client configuration file format and permissions. Nothing else has changed on this box. Here is what my clients.ini looks like. [Wit

Re: Witango-Talk: server ip address

2004-03-10 Thread John McGowan
Bill, I think your problem is a linux config one, not Witango. perhaps you need to update your hosts file or whatever it is that would cause it to report itself as the server name "bart" "lisa" or whatever cartoon character it's named after to the server instead of 127.0.0.1 I'm going to run

Re: RE: Witango-Talk: defaulterrorfile and applications

2004-03-10 Thread Kevin Quinn
That was the nudge I was looking for. I edited the default error.htx file and put an @IF statement in there to include the correct error files if an error happened within a certain app. Thanks!!! Kevin. > > From: "Robert Shubert" <[EMAIL PROTECTED]> > Date: 2004/03/10 Wed PM 04:58:26 GMT > To:

RE: Witango-Talk: server ip address

2004-03-10 Thread Bill Conlon
I changed the Listener Address in witango.ini and the server address in clients.ini witangoevents.log shows [ 9305] 2004-03-10 09:25:20 START INFO Listener Address: x.x.x.240 [ 9305] 2004-03-10 09:25:20 START INFO Listener Port: 18100 [ 9305] 2004-03-10 09:25:20 START INF

RE: Witango-Talk: server ip address

2004-03-10 Thread Bill Conlon
Sorry, Ben. The mail server works just fine. It's just rejecting mail from the app server. So even if I inject a message to you into the mail queue, it will fail. On the other hand, I could set up your mail server in witango.ini. Is that what you meant? And if so, what's the name or address

RE: Witango-Talk: server ip address

2004-03-10 Thread Robert Shubert
This is not the case on Windows, and I have a very similar setup. Changing the client shouldn't impact you in anyway, however I'm not sure it will fix your problem, worth a shot though. You might want to try setting the LISTENERADDRESS= and make sure that MAILADMIN= & MAILDEFAULTFROM= are set to so

RE: Witango-Talk: server ip address

2004-03-10 Thread Ben Johansen
Can you have your application send an email to me? I can then see how my mail server responds to it Ben Johansen - http://www.pcforge.com Authorized Witango & MDaemon Reseller Available for Witango Developement -Original Message- From: Bill Conlon [mailto:[EMAIL PROTECTED] Sent: Wednes

RE: Witango-Talk: defaulterrorfile and applications

2004-03-10 Thread Robert Shubert
Make sure you are running the latest version of the server (065). Double check that the application scope is successfully identified in the TAF that you use to cause the error, and that it is the same application scope that you are assigning application$defaulterrorfile in. You might also try put

RE: Witango-Talk: server ip address

2004-03-10 Thread Bill Conlon
MAILSERVER=x.x.x.254 I can tail the mail server to see the incoming SMTP transaction. It announces an incoming connection from x.x.x.240 claiming to be 127.0.0.1. The mail server doesn't allow someone else to claim to be localhost. >What is the MAILSERVER= set as in the witango.ini or what ev

RE: Witango-Talk: server ip address

2004-03-10 Thread Ben Johansen
What is the MAILSERVER= set as in the witango.ini or what ever it is called in the linux world ;-) Ben Johansen - http://www.pcforge.com Authorized Witango & MDaemon Reseller Available for Witango Developement -Original Message- From: Bill Conlon [mailto:[EMAIL PROTECTED] Sent: Wednesd

Witango-Talk: server ip address

2004-03-10 Thread Bill Conlon
My SMTP server @ xxx.254 is rejecting mail sent from my witango server @ xxx.240, because the witango server announces itself as 127.0.0.1. This address is not acceptable to the black hole list (sbl.spamhaus.org). Can I just modify the clients.ini so that the stanza reads: [wapache2.so] ERROR_

RE: Witango-Talk: DBMS Action Select with Limit # or Rows

2004-03-10 Thread Bill Downall
At 10:16 AM 3/10/2004, you wrote: Bill Oterro doesn't log to the ODBC Log. You need to do this: Add the line: DEBUG ON to the Oterro.cfg file. This will create an Oterro.log file in the C:\ directory Ben Johansen - http://www.pcforge.com Authorized Witango & MDaemon Reseller Available for Witango

Re: Witango-Talk: Ampersand in URLs (OT)

2004-03-10 Thread Bill Conlon
I've replaced them. >I just ran some of my code through WC3 Markup Validation Service >http://validator.w3.org/detailed.html > >I received a lot of errors on my urls. It doesn't like &. > >It recommends that they be replaced with & >What are you guys doing about this? > >Steve Fogelson >Internet C

Witango-Talk: defaulterrorfile and applications

2004-03-10 Thread Kevin Quinn
Am I missing something? I thought that all I had to do to get a customized error message in my application was to add the DEFAULTERRORFILE line to the right section of my applications.ini file and restart the server. After I did that, there server was _still_ using the default error.htx file, so

Witango-Talk: Mod_rewrite

2004-03-10 Thread Michael Dittbrenner
I was wondering if anyone has successfully used mod_rewrite with apache at all. I have tried this on a mac and pc and cant seem to get it to work. I was just trying a basic url redirect and it wont work. We eventually want to make some of our tafs  urls shortened.  If anyone has experience

Witango-Talk: Ampersand in URLs (OT)

2004-03-10 Thread Fogelson, Steve
I just ran some of my code through WC3 Markup Validation Service http://validator.w3.org/detailed.html I received a lot of errors on my urls. It doesn't like &. It recommends that they be replaced with & What are you guys doing about this? Steve Fogelson Internet Commerce Solutions _

RE: Witango-Talk: DBMS Action Select with Limit # or Rows

2004-03-10 Thread Ben Johansen
Bill Oterro doesn't log to the ODBC Log. You need to do this: Add the line: DEBUG ON to the Oterro.cfg file. This will create an Oterro.log file in the C:\ directory Ben Johansen - http://www.pcforge.com Authorized Witango & MDaemon Reseller Available for Witango Developement -Original Me

RE: Witango-Talk: Search Engine Indexing

2004-03-10 Thread Troy Sosamon
A really good book about Search Engines is “Search Engine Positioning:” by Fredrick Marckini.  I also recommend getting their “Web Positioning Gold” software.  It takes the guess work out of what the engines are looking for.   Troy Sosamon     From: Michael Dittbrenner [mailto

Re: Witango-Talk: DBMS Action Select with Limit # or Rows

2004-03-10 Thread Bill Downall
What do I do to trace these at the level that would be useful? It's obviously not just the SQL in the Witango debugging output. When I go into ODBC Administrator and "Start Tracing now" using the default odbctrac.dll, and then hit the Oterro database driver through the Witango application, noth

Re: Witango-Talk: XML Page Content Headers

2004-03-10 Thread Scott Cadillac
Hi Dave, Following is a snippet of code to customize your HTTP Response (output) header from Witango. This particular one is largely for ensuring that your content is not cached. All you really need to do is modify the Content-Type. <@ASSIGN request$httpHeader VALUE="HTTP/1.1 <@HTTPSTATUSCODE>

Re: Witango-Talk: Back button and form cache

2004-03-10 Thread Stefan Gonick
Hi Gene, I find that this behavior crops up when IE has too many temporary files. Go to your browser and select Internet Options. Then in the Temporary Internet Files section of the dialog, click on Delete Files. This should fix the problem. Stefan At 07:48 AM 3/10/2004, you wrote:    Is anyone e

RE: Witango-Talk: Back button and form cache

2004-03-10 Thread Dan Stein
Try Back [EMAIL PROTECTED] wrote:  have also tried that with the following code: Go back and the text is still being erased in input text boxes and textareas. It's like IIS is performing another GET. -Original Message-From: Dan Stein [mailto:[EMAIL PROTECTED]Sent: Wednesday,

RE: Witango-Talk: Back button and form cache

2004-03-10 Thread Wolf, Gene
Title: Back button and form cache  have also tried that with the following code: Go back and the text is still being erased in input text boxes and textareas. It's like IIS is performing another GET. -Original Message-From: Dan Stein [mailto:[EMAIL PROTECTED]Sent: Wednesday, Ma

RE: Witango-Talk: Back button and form cache

2004-03-10 Thread Dan Stein
Title: Back button and form cache I always use the _javascript_ back function and try and keep them away from that back button. That leaves the control in my hands not MS.   From: Wolf, Gene [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 7:49 AM To: [EMAIL PROTECTED] S

RE: Witango-Talk: FileMker 7

2004-03-10 Thread Dan Stein
Jason, I don't see the urgency to have it there before server ships. I have every reason to believe it will be there when server ships. It is however important to keep in mind that the Mac market for FileMaker is primarily in the k-12 space and outside that space most everyone is using Windows. Fi

Witango-Talk: Back button and form cache

2004-03-10 Thread Wolf, Gene
Title: Back button and form cache    Is anyone else seeing the behavior we are seeing and have you figures a way around it? We are on Windows 2003, SQL 2000 and Witango 5.0. We have a great number of forms that are being used by employees online to post info, product info, make requests, etc.

Re: Witango-Talk: FileMker 7

2004-03-10 Thread Jason Pamental
Dan, Good points certainly, but I'm with Roland about the ODBC (or at least JDBC, as ODBC never worked very well before, but JDBC did) issue. I'm impressed with the features, but Filemaker has historically been so entrenched in the Mac market to have them ship a product without a feature t

RE: Witango-Talk: FileMker 7

2004-03-10 Thread Dan Stein
I have to disagree. As a DB solution it is in a stronger place than ever. Both on Mac and PC side Look at the list of new features. As a Web publishing solution its Instant Web Publishing is very strong now and for many FileMaker users it is more than adequate. As a WAN solution the new server

SV: Witango-Talk: StoreFront

2004-03-10 Thread Bengt Bredin
Many thanks Steve and Scott it works great. I also had to skip the single quotes <@CALLMETHOD application$Common "HTTPRedirect(<@VAR application$CGI> before and after the <@VAR [EMAIL PROTECTED]> above and also insert http://<@CGIPARAM SERVER_NAME> Before <@VAR application$RootPath> to make it wo

Re: Witango-Talk: DBMS Action Select with Limit # or Rows

2004-03-10 Thread Customer Support
As this is R:Base specific it may be worth contacting R:Base to see what is happening in the db/ODBC driver. The issue may lie in the Oterro 3 driver. 065 introduced a strict ODBC 3.0 interface. 058 used an ODBC 2 interface to make db calls. Oterro prior to version 3 only supported OD