Re: Witango-Talk: REGEX

2005-02-17 Thread Roland Dumas

Ok, supposed to work in 5.0, so how come when I do a test taf that just has

<@REGEX 
EXPR="([[:alpha:]]+),[[:space:]]+([A-Z]{2})[[:space:]]+([A-Z][0-9][A-Z]
[0-9][A-Z][0-9])" STR="in Mississauga, ON L5N 6J5." TYPE=E>

It returns:

<@REGEX 
EXPR="([[:alpha:]]+),[[:space:]]+([A-Z]{2})[[:space:]]+([A-Z][0-9][A-Z]
[0-9][A-Z][0-9])" STR="in Mississauga, ON L5N 6J5." TYPE=E>

Instead of the array?

On 2/17/05 8:30 PM, "Roland Dumas" <[EMAIL PROTECTED]> wrote:

> Is <@REGEX> new to 5.5 or is it in 5.0?
> 
> 



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


Witango-Talk: REGEX

2005-02-17 Thread Roland Dumas
Is <@REGEX> new to 5.5 or is it in 5.0?



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


Witango-Talk: XPATH ??????

2005-02-17 Thread Ben Johansen








Ok the new 5.5 doc states

“If the path starts with a slash (/) it represents an
absolute path to an element. If the path starts with two slashes (//) then all
elements in the document that fulfill the criteria will be selected even if
they are at different levels in the xml tree. 

”

 

So using the // means you can get to the element without all
the fixed path

 

So given the following dom data

 











 c8c799bb-3640-46f0-a0a3-b7105b5b646a

 





"



 

The following command

<@VAR NAME="request$testDom" XPATH="//LogonResult">

 

Should equal = c8c799bb-3640-46f0-a0a3-b7105b5b646a

 

But this is what I get.

 

Error

An error occurred while processing your request: 

File: aba_soap.taf
Position: Results
Class: Internal
Main Error Number: -903

The specified element cannot be
found, or element specifier is empty.
The specified element can not be found

Meta Stack Trace:


 
  
  Line
  
  
  Meta
  Tag
  
 
 
  
  0024
  
  
   
  
 


*The meta stack is
interpreted top-to-bottom: the top line shows the inner metatag that caused the
error.

 

 

What am I missing?

 

Ben Johansen









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


Re: Witango-Talk: Tango 3 question - again

2005-02-17 Thread Steve Smith
I'm not sure if I should be flattered by the 'around the block' comment but...

Having been at EveryWare from Tango 1.0, I am trying to remember if I ever personally installed T3 on Windows 2000. I believe that I did. Not sure what else I can tell you. There were plenty of customers who were still using T3 who were also using Win2000. Did you have any other specific questions.

Hope this helps,

Steve Smith

Oakbridge Information Solutions
Office: (519) 624-4388
Fax:(519) 624-3353
Email:  [EMAIL PROTECTED]
Web:http://www.oakbridge.ca

On Thursday, February 17, 2005, at 11:20 AM, Caroline Wise wrote:

Hello group,

 

This is another question for those of you who have been around the block a few times…

 

I was wondering if anybody remembers installing Tango 3 on Windows 2000?

 

We have a current installation on an ancient NT4 box that we would like to move away from and are weighing our options. 

 

Upgrading the Tango server may not be one of them though…

 

Thanks a bunch,

Caroline Wise
Senior Applications Developer
Interactive Sites

480-707-1600 x223  (office)
480-707-1601 (fax)

http://www.interactivesites.com
http://www.planitonline.com

The information contained in this e-mail message is intended for the use of the recipient(s) named above and is privileged and confidential. If you are not the intended recipient, you are formally notified that you have received this message in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message.

 




Re: Witango-Talk: Filemaker Server 7

2005-02-17 Thread Dan Stein
Title: Re: Witango-Talk: Filemaker Server 7



I have not tried any connections on OSX yet but have doe extensive ODBC with Windows.

I have not seen the drop off of connections on or Digital forest box but have seen it here on my own development system. I don’t know if that has something to do with the other stuff I am running on my development machine and have not been able to trace down a good reason.

I managed to crash the server with a is in query when there were enough values ( I think over 100). 

I have not used a union I have done the unions and intersections with witango instead of the ODBC.

There is plenty of other behavior you need to watch out for I am preparing a paper I hope to have done next week or so.

But some of the highlights.

Filemaker ODBC and I’ll bet JDBC uses Unicode and so all searches are case sensitive. There is no way to turn this off.

Filemaker ODBC does not really tolerate searches that involved unstored calcs.

This is a problem because in 7 you can do an auto enter calc and index it but the indexing must not be real indexing or must not translate to the ODBC JDBC part of the engine. Searches or joins involving these type of fields will time out or be so slow as to be useless.

There seems to be no way to directly insert a date into the date field. It keeps getting translated as -MM-DD which Filemaker will not accept.

If you start to pound on the thing with multiple users doing searches it will pin the processor. The only way to avoid that is to get cache up to 256 meg at least and flush it over 10 or 15 minutes. This brings the disk I/O way down and allows cache for the searches to build so performance improves.

I guess that’s enough secrets for now or no one will want to read my paper.

Dan



on 2/17/05 16:09, Peter Link at [EMAIL PROTECTED] wrote:

Shannon,
Would you mind including your jdbc.ini entries to give us a better starting point? I upgraded to the latest FMPro xDBC plugin and I'm getting some slightly different errors now. I just want to make sure my jdbc file is configured properly. Thanks.


We're using Filemaker Server 7 Advanced and Witango 5 Server on OS X with JDBC.

If you're getting a connection refused error, it sounds like you have the parts in the right places. First, be sure the server is set to accept ODBC/jDBC connections on the Configuration tab of Filemaker Server Admin.  Then, using a 7 client,  you need to open the file (not while served) and turn ODBC/JDBC sharing on using Filemaker Pro>Sharing>ODBC/JDBC... Select your file from the list of currently open files and select the user access level. If you don't see the ODBC/JDBC option, you either have the wrong version of Filemaker 7 client or you need to install the xDBC.fmplugin. If you're still getting that error, you might check that port 2399 is set to accept connections.

I hope that helps.

On a different note, we've noticed some fairly unfortunate instability on our Filemaker Server 7 Advanced server. Notably, it just stops accepting new connections every now and then. I'm not sure that is related to Witango.   I would be interested in knowing if other folks see similar behavior.

One additional note, I did manage to crash the Filemaker Server by using an UNION via JDBC(Filemaker says this is unsupported, but I did not listen.  :-))

Shannon Henderson
Web and System Services
Reed College
Portland, OR 97202-8199
503.517.7745
[EMAIL PROTECTED]

On Feb 4, 2005, at 11:22 AM, Michael Dittbrenner wrote:

Has anyone gotten Filemaker Server advanced 7  on mac to hook up with witango. Every time we try to hook up the jdbc connection we get  connection refused error.

If you have gotten this to work how were you able to get this to?

 

Any help would be greatly appreciated.

 

 

Mike D

 

 

 



Educational Directories Unlimited, Inc.

 

Michael Dittbrenner

Systems Administrator

http://www.StudyAbroad.com

http://www.GradSchools.com

A service of EDU, Inc... http://www.EDUdirectories.com

A partner of EDU Internet Strategies: http://www.EDUInternetStrategies.com/

 

[Phone] 610-499-9200

[Fax]   610-499-9205

[E-mail] [EMAIL PROTECTED]  or [EMAIL PROTECTED]

 

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



-- 
Dan Stein
FileMaker 7 Certified Developer
Digital Software Solutions
799 Evergreen Circle
Telford PA 18969
Land: 215-799-0192
Cell: 610-256-2843
Fax 413-410-9682
FMP, WiTango, EDI,SQL 2000, MySQL, CWP
[EMAIL PROTECTED]
www.dss-db.com


"When you are born, you cry and those who love you rejoice.  And if you
live your life as you should, when you die, you rejoice and those who
love you cry."







TO UNSUBSCRIBE: Go to http

Re: Witango-Talk: Filemaker Server 7

2005-02-17 Thread Peter Link
Title: Re: Witango-Talk: Filemaker Server
7


Shannon,
    Would
you mind including your jdbc.ini entries to give us a better starting
point? I upgraded to the latest FMPro xDBC plugin and I'm getting some
slightly different errors now. I just want to make sure my jdbc file
is configured properly. Thanks.


We're using Filemaker Server 7 Advanced
and Witango 5 Server on OS X with JDBC.

If you're getting a connection refused
error, it sounds like you have the parts in the right places. 
First, be sure the server is set to accept ODBC/jDBC connections on
the Configuration tab of Filemaker Server Admin.  Then, using a 7
client,  you need to open the file (not while served) and turn
ODBC/JDBC sharing on using Filemaker Pro>Sharing>ODBC/JDBC...
Select your file from the list of currently open files and select the
user access level. If you don't see the ODBC/JDBC option, you either
have the wrong version of Filemaker 7 client or you need to install
the xDBC.fmplugin. If you're still getting that error, you might check
that port 2399 is set to accept connections.

I hope that helps.

On a different note, we've noticed some
fairly unfortunate instability on our Filemaker Server 7 Advanced
server. Notably, it just stops accepting new connections every now and
then. I'm not sure that is related to Witango.   I would be
interested in knowing if other folks see similar
behavior.

One additional note, I did manage to
crash the Filemaker Server by using an UNION via JDBC(Filemaker says
this is unsupported, but I did not listen.  :-))

Shannon Henderson
Web and System Services
Reed College
Portland, OR 97202-8199
503.517.7745
[EMAIL PROTECTED]

On Feb 4, 2005, at 11:22 AM, Michael
Dittbrenner wrote:

Has anyone gotten
Filemaker Server advanced 7  on mac to hook up with witango.
Every time we try to hook up the jdbc connection we get
 connection refused error.

If you have gotten
this to work how were you able to get this to?

 

Any help would be
greatly appreciated.

 

 

Mike
D

 

 

 



Educational
Directories Unlimited, Inc.

 

Michael
Dittbrenner

Systems
Administrator

http://www.StudyAbroad.com

http://www.GradSchools.com

A service of
EDU, Inc... http://www.EDUdirectories.com

A partner of EDU
Internet Strategies:
http://www.EDUInternetStrategies.com/

 

[Phone] 
610-499-9200

[Fax]   
610-499-9205

[E-mail]
[EMAIL PROTECTED]  or
[EMAIL PROTECTED]

 

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



-- 

Peter Link
Organizational Information System Security Officer
Technology Advisor for the Technical Information Department
Administration and HR Directorate
Lawrence Livermore National Laboratory
P.O. Box 808, L-664
Livermore, CA 94550
[EMAIL PROTECTED]
(925) 423-1230




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


Re: Witango-Talk: Auto a href

2005-02-17 Thread Roland Dumas
Ok, I'm regex-ignorant and not willing to substitute the manual for my
traditional single malt night cap.

So spell it out. If I want to process a variable request$text_block such
that any http  URLs in it turn into hyperlinks, what's the full expression?


On 2/17/05 1:33 AM, "Jonah Simpson" <[EMAIL PROTECTED]> wrote:

> The example "perl" regex code was pretty nasty. However, it did
> feature the abililty to find any "internet-related" url that posted as
> text.
> 
> If you were looking for only ftp or http url's, it should be pretty
> easy to process text using the related http or ftp portions of that
> regex code.
> 
> Of course, if you were looking for anyting that may be potentially
> used as a link , regardless of the type of service it was requesting,
> you might be a bit sorry.
> 
> Just my two bits...
> 
> Cheers,
> Jonah Simpson
> 
> PS-Http regex (according to that monstrous block of jumble) =
> (?:http://(?:(?:(?:(?:(?:[a-zA-Z\d](?:(?:[a-zA-Z\d]|-)*[a-zA-Z\d])?)\.
> )*(?:[a-zA-Z](?:(?:[a-zA-Z\d]|-)*[a-zA-Z\d])?))|(?:(?:\d+)(?:\.(?:\d+)
> ){3}))(?::(?:\d+))?)(?:/(?:(?:(?:(?:[a-zA-Z\d$\-_.+!*'(),]|(?:%[a-fA-F
> \d]{2}))|[;:@&=])*)(?:/(?:(?:(?:[a-zA-Z\d$\-_.+!*'(),]|(?:%[a-fA-F\d]{
> 2}))|[;:@&=])*))*)(?:\?(?:(?:(?:[a-zA-Z\d$\-_.+!*'(),]|(?:%[a-fA-F\d]{
> 2}))|[;:@&=])*))?)?)
> 



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


Witango-Talk: Tango 3 question - again

2005-02-17 Thread Caroline Wise








Hello group,

 

This is another question for those of you who have been
around the block a few times…

 

I was wondering if anybody remembers installing Tango 3 on
Windows 2000?

 

We have a current installation on an ancient NT4 box that we
would like to move away from and are weighing our options. 

 

Upgrading the Tango server may not be one of them though…

 

Thanks a bunch,

Caroline
Wise
Senior Applications Developer
Interactive Sites

480-707-1600
x223  (office)
480-707-1601
(fax)

http://www.interactivesites.com
http://www.planitonline.com

The
information contained in this e-mail message is intended for the use of the
recipient(s) named above and is privileged and confidential. If you are not the
intended recipient, you are formally notified that you have received this
message in error and that any review, dissemination, distribution, or copying
of this message is strictly prohibited. If you have received this communication
in error, please notify us immediately by e-mail, and delete the original
message.

 









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


Re: Witango-Talk: Auto a href

2005-02-17 Thread Jonah Simpson
The example "perl" regex code was pretty nasty. However, it did
feature the abililty to find any "internet-related" url that posted as
text.

If you were looking for only ftp or http url's, it should be pretty
easy to process text using the related http or ftp portions of that
regex code.

Of course, if you were looking for anyting that may be potentially
used as a link , regardless of the type of service it was requesting,
you might be a bit sorry.

Just my two bits...

Cheers,
Jonah Simpson

PS-Http regex (according to that monstrous block of jumble) = 
(?:http://(?:(?:(?:(?:(?:[a-zA-Z\d](?:(?:[a-zA-Z\d]|-)*[a-zA-Z\d])?)\.
)*(?:[a-zA-Z](?:(?:[a-zA-Z\d]|-)*[a-zA-Z\d])?))|(?:(?:\d+)(?:\.(?:\d+)
){3}))(?::(?:\d+))?)(?:/(?:(?:(?:(?:[a-zA-Z\d$\-_.+!*'(),]|(?:%[a-fA-F
\d]{2}))|[;:@&=])*)(?:/(?:(?:(?:[a-zA-Z\d$\-_.+!*'(),]|(?:%[a-fA-F\d]{
2}))|[;:@&=])*))*)(?:\?(?:(?:(?:[a-zA-Z\d$\-_.+!*'(),]|(?:%[a-fA-F\d]{
2}))|[;:@&=])*))?)?)

PSPS-ftp regex (according to that monstrous block of jumble) =
(?:ftp://(?:(?:(?:(?:(?:[a-zA-Z\d$\-_.+!*'(),]|(?
:%[a-fA-F\d]{2}))|[;?&=])*)(?::(?:(?:(?:[a-zA-Z\d$\-_.+!*'(),]|(?:%[a-
fA-F\d]{2}))|[;?&=])*))?@)?(?:(?:(?:(?:(?:[a-zA-Z\d](?:(?:[a-zA-Z\d]|-
)*[a-zA-Z\d])?)\.)*(?:[a-zA-Z](?:(?:[a-zA-Z\d]|-)*[a-zA-Z\d])?))|(?:(?
:\d+)(?:\.(?:\d+)){3}))(?::(?:\d+))?))(?:/(?:(?:(?:(?:[a-zA-Z\d$\-_.+!
*'(),]|(?:%[a-fA-F\d]{2}))|[?:@&=])*)(?:/(?:(?:(?:[a-zA-Z\d$\-_.+!*'()
,]|(?:%[a-fA-F\d]{2}))

On Thu, 17 Feb 2005 18:59:52 +1100, Jason Schulz <[EMAIL PROTECTED]> wrote:
> On a more useful note that my previous:
> 
> <@assign request$str "visit http://www.google.com/modules/default.taf
> now">
> <@assign request$expr "http?://[^ ]*">
> <@regex str="@@request$str" expr="@@request$expr" type="e">
> 
> will return
> 
> http://www.google.com/modules/default.taf
> 
> Since the expression is looking for the first space to terminate the
> url, it will include any punctuation (think url at end of sentence, the
> full stop will be included) and if the url spans multiple lines, the
> line returns will also be included.
> 
> J.
> 
> 
> On 16/02/2005, at 11:39 PM, [EMAIL PROTECTED] wrote:
> 
> >> The challenge is to find the string that represents an URL, which
> >> begins
> >> with http:// and ends with the first space after that.
> 
> WITH IMAGINATION
> Planning, Implementation and Management of Web Applications
> 
> 160 Pacific Highway North Sydney NSW Australia 2060
> phone + 612 9929 9229 fax + 612 9460 4770 
> web - www.wi.com.au email -  [EMAIL PROTECTED]
> 
> 
> 
> 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: Auto a href

2005-02-17 Thread Jason Schulz
On a more useful note that my previous:

<@assign request$str "visit http://www.google.com/modules/default.taf now">
<@assign request$expr "http?://[^ ]*">
<@regex str="@@request$str" expr="@@request$expr" type="e">

will return 

http://www.google.com/modules/default.taf

Since the expression is looking for the first space to terminate the url, it will include any punctuation (think url at end of sentence, the full stop will be included) and if the url spans multiple lines, the line returns will also be included.

J.


On 16/02/2005, at 11:39 PM, [EMAIL PROTECTED] wrote:

The challenge is to find the string that represents an URL, which begins
with http:// and ends with the first space after that.

WITH IMAGINATION
Planning, Implementation and Management of Web Applications 

160 Pacific Highway North Sydney NSW Australia 2060
phone + 612 9929 9229 fax + 612 9460 4770 
web -  email -  [EMAIL PROTECTED]