Witango-Talk: Revisiting http headers

2008-07-01 Thread WebDude
I understand that when I assign this to the not found file, it works
correctly when the actual file does not exist. However, is it possible to
get this to work on a no results page? I tried this at the head of a no
results page, yet IIS5 logs show it as being found. Any way around this?
This is what I have...
 
@purgeresults@assign httpheader HTTP/1.0 404 Not Found@CRLF@CRLF
scope=local
 
Thanks!
 
 


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: Revisiting http headers

2008-07-01 Thread Scott Cadillac

Hey Dude,

Remember, IIS handles the request before Tango does, so technically  
speaking IIS did find your page, otherwise the TAF would not have  
executed your code.


What counts is that the browser got a 404 response from the server.

Hope that helps.

Scott,




On Jul-1-2008, at 1:21 PM, WebDude wrote:

I understand that when I assign this to the not found file, it  
works correctly when the actual file does not exist. However, is it  
possible to get this to work on a no results page? I tried this at  
the head of a no results page, yet IIS5 logs show it as being found.  
Any way around this? This is what I have...


@purgeresults@assign httpheader HTTP/1.0 404 Not  
Found@CRLF@CRLF scope=local


Thanks!



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Revisiting http headers

2008-07-01 Thread D. Richardy
You can change the 404 response into a another document like CLICK HERE 
or something else...


regards

Daniel
www.softdes.de (my first funy work since 1991)
www.protreff.net (my second funy work since 2002)
www.zum-henker.com (my third funy work in Saxony since 2008)

- Original Message - 
From: Scott Cadillac [EMAIL PROTECTED]

To: witango-talk@witango.com
Sent: Tuesday, July 01, 2008 7:10 PM
Subject: Re: Witango-Talk: Revisiting http headers



Hey Dude,

Remember, IIS handles the request before Tango does, so technically 
speaking IIS did find your page, otherwise the TAF would not have 
executed your code.


What counts is that the browser got a 404 response from the server.

Hope that helps.

Scott,




On Jul-1-2008, at 1:21 PM, WebDude wrote:

I understand that when I assign this to the not found file, it  works 
correctly when the actual file does not exist. However, is it  possible 
to get this to work on a no results page? I tried this at  the head of a 
no results page, yet IIS5 logs show it as being found.  Any way around 
this? This is what I have...


@purgeresults@assign httpheader HTTP/1.0 404 Not 
Found@CRLF@CRLF scope=local


Thanks!



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Mac studio errors on odbc connection

2008-07-01 Thread Roland Dumas
What's weird is that I don't have the opportunity to enter my  
password. As soon as I open a datasource, it gives me an error.


I check my ODBC settings and the myodbc utility says the connection is  
good. Something in witango studio is dented. Looking for where witango  
studio stores its remembered settings to see if there is any corruption.



On Jun 30, 2008, at 10:06 PM, Christian Platt wrote:


Hm,

enter your password again. That does it for me (JDBC) from Studio

Christian



Am 01.07.2008 um 01:53 schrieb Roland Dumas:


Running MacOS X and witango Studio 5.5.08
Connect to mysql database on remote server by ODBC

I have three databases on the same server, and connect to all three  
the same way. They all work and have worked for a long period of  
time.


Today, I connect to database 1 in witango studio, works fine,  
database 2? fine. Database 3? error: unable to connect to the data  
source XX Verify that the data source is properly configured and  
that the database server is on-line.


I double check the DSN on my box, on the server, the users on the  
database. It all looks good and is the same for all three  
databases. It refuses to work. Any suggestions as to how to run  
down the offending moving part?


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Mac studio errors on odbc connection

2008-07-01 Thread Roland Dumas

found the right prefs file to nuke and the problem was cured.

On Jul 1, 2008, at 10:20 PM, Roland Dumas wrote:

What's weird is that I don't have the opportunity to enter my  
password. As soon as I open a datasource, it gives me an error.


I check my ODBC settings and the myodbc utility says the connection  
is good. Something in witango studio is dented. Looking for where  
witango studio stores its remembered settings to see if there is any  
corruption.



On Jun 30, 2008, at 10:06 PM, Christian Platt wrote:


Hm,

enter your password again. That does it for me (JDBC) from Studio

Christian



Am 01.07.2008 um 01:53 schrieb Roland Dumas:


Running MacOS X and witango Studio 5.5.08
Connect to mysql database on remote server by ODBC

I have three databases on the same server, and connect to all  
three the same way. They all work and have worked for a long  
period of time.


Today, I connect to database 1 in witango studio, works fine,  
database 2? fine. Database 3? error: unable to connect to the data  
source XX Verify that the data source is properly configured and  
that the database server is on-line.


I double check the DSN on my box, on the server, the users on the  
database. It all looks good and is the same for all three  
databases. It refuses to work. Any suggestions as to how to run  
down the offending moving part?


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Mac studio errors on odbc connection

2008-07-01 Thread Robert Garcia

You don't need to nuke prefs. This is from memory, so 

right click on the datasource in witango and hit properties. Then you  
uncheck the SAVE password box, this will force it to ask you next  
time. This just is something that happens frequently in the mac  
studio. Maybe it will be fixed when the new version comes out. ;-)


--

Robert Garcia
President - BigHead Technology
VP Application Development - eventpix.com
13653 West Park Dr
Magalia, Ca 95954
ph: 530.645.4040 x222 fax: 530.645.4040
[EMAIL PROTECTED] - [EMAIL PROTECTED]
http://bighead.net/ - http://eventpix.com/

On Jul 1, 2008, at 10:20 PM, Roland Dumas wrote:

What's weird is that I don't have the opportunity to enter my  
password. As soon as I open a datasource, it gives me an error.


I check my ODBC settings and the myodbc utility says the connection  
is good. Something in witango studio is dented. Looking for where  
witango studio stores its remembered settings to see if there is any  
corruption.



On Jun 30, 2008, at 10:06 PM, Christian Platt wrote:


Hm,

enter your password again. That does it for me (JDBC) from Studio

Christian



Am 01.07.2008 um 01:53 schrieb Roland Dumas:


Running MacOS X and witango Studio 5.5.08
Connect to mysql database on remote server by ODBC

I have three databases on the same server, and connect to all  
three the same way. They all work and have worked for a long  
period of time.


Today, I connect to database 1 in witango studio, works fine,  
database 2? fine. Database 3? error: unable to connect to the data  
source XX Verify that the data source is properly configured and  
that the database server is on-line.


I double check the DSN on my box, on the server, the users on the  
database. It all looks good and is the same for all three  
databases. It refuses to work. Any suggestions as to how to run  
down the offending moving part?


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf