RE: TeraScript-Talk: FW: Witango-Talk: Re-Directs

2012-02-27 Thread Robert Shubert
to call the same taf over and over until a condition (based on arguments contained within the url) is met could result in the taf running on multiple instances. Thanks Steve Fogelson Internet Commerce Solutions From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Monday, August 15

RE: TeraScript-Talk: Date and Timse Calculation

2012-03-05 Thread Robert Shubert
Essentially: @SECSTOTS @CALC @TSTOSECS @TOGMT @CURRENTTIMESTAMP+(8*60*60) Robert From: WebDude [mailto:webd...@cipromo.com] Sent: Monday, March 05, 2012 9:01 AM To: TeraScript-Talk@terascript.com Subject: TeraScript-Talk: Date and Timse Calculation Hi Folks, I know I saw this

RE: TeraScript-Talk: Permissions

2012-04-19 Thread Robert Shubert
, Wayne Irvine wrote: On 20/04/2012, at 3:29 AM, Robert Shubert wrote: You'll have to make a helper script that will take the name file name as an argument and adjust its permissions before you attempt to execute it. Wasn't problems passing arguments to scripts the reason I started

RE: TeraScript-Talk: Image caching

2012-04-25 Thread Robert Shubert
Wayne, This is a little odd. I just took a quick look at this is detail and I see that perhaps you’ve added a timestamp? I see an argument like _=12345678901234 However, it’s on the incorrect link. You don’t need to response from the TAF to be refreshed, you need the image itself to be

RE: TeraScript-Talk: Debugging O/S exceptions

2012-06-11 Thread Robert Shubert
Andre, These stack dumps are extremely helpful in isolating and debugging a crash, however, we can only do so with the newer versions of TeraScript. If you are running a version of 6, please submit a support ticket. Ideally you would update to TeraScript 6.1.3 and then provide a crash report

RE: TeraScript-Talk: date calculations

2012-07-14 Thread Robert Shubert
I think would do this in Witango. Just giving this a quick thought, my approach would be like this: Get the week number for both timestamps (format=datetime:%w) and then subtract them, if the result is 0, then both days are in the same week and you can just calculate the span (assuming

RE: TeraScript-Talk: Mountain Lion *server* - can't get install to work ..

2012-09-10 Thread Robert Shubert
Dale, If you can send me your httpd.conf file, I should be able to fix the installer. Robert -Original Message- From: Dale Graham [mailto:dale.gra...@gmail.com] Sent: Monday, September 10, 2012 8:06 AM To: TeraScript-Talk@terascript.com Subject: TeraScript-Talk: Mountain Lion *server* -

RE: TeraScript-Talk: OT somewhat - IE9 and cache

2012-10-02 Thread Robert Shubert
Typically this is done by setting some HTTP headers in the response. You can set headers in IIS which would then apply to all files that are requested. Alternatively, you could set the headers in TeraScript – which would then apply to all pages returned by TeraScript (TAFs) but not JS, CSS

RE: TeraScript-Talk: Uploading a tab delimited File

2012-12-13 Thread Robert Shubert
Mark, This is a pretty old TAF, but it should basically work. Are you getting the inconsistent number of columns error? Robert From: Mark Weiss [mailto:weis...@ldschurch.org] Sent: Thursday, December 13, 2012 1:17 AM To: TeraScript-Talk@terascript.com Subject: TeraScript-Talk: Uploading

RE: TeraScript-Talk: UTF-8

2013-02-22 Thread Robert Shubert
John, Using Witango/TeraScript with Unicode is tricky. There will be some situations where it just won’t do the right thing. Version 8 will finally correct this shortcoming. The @CIPHER tag does have an undocumented (lightly documented?) function to ENCODE and DECODE to between the native

RE: TeraScript-Talk: UTF-8

2013-02-22 Thread Robert Shubert
the “; charset=UTF-8” portion. Yes… the meta http-equiv=”content-type” content=”text/html; charset=UTF-8” is in the header. From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Friday, February 22, 2013 1:52 PM To: TeraScript-Talk@terascript.com mailto:TeraScript-Talk@terascript.com

RE: TeraScript-Talk: sql-query view from db-actions ansi-92 support

2013-02-25 Thread Robert Shubert
Roland, The SQL Query option is currently not in TeraScribe. It was not developed during the rewrite and I haven’t yet added it back in, although I intend to do so. As a work around, you can capture the SQL query out of the debug or with the @SQL tag when you run a TAF through the server.

RE: TeraScript-Talk: UTF-8

2013-02-25 Thread Robert Shubert
25, 2013 9:58 AM To: TeraScript-Talk@terascript.com Subject: RE: TeraScript-Talk: UTF-8 We are using MSSQL 2008 for db. Connection type is ODBC. Driver Version is 6.01.7601.17514 From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Friday, February 22, 2013 5:32 PM To: TeraScript

RE: TeraScript-Talk: Terminal

2013-03-01 Thread Robert Shubert
NET STOP service_name NET START service_name -Original Message- From: Mark Weiss [mailto:weis...@ldschurch.org] Sent: Friday, March 01, 2013 1:36 PM To: TeraScript-Talk@terascript.com Subject: TeraScript-Talk: Terminal What us the terminal command that will restart the witango 5.5

RE: TeraScript-Talk: Question About Converting Time to Something Numeric

2013-03-29 Thread Robert Shubert
Mark, @TIMETOSECS is the solution, what you have should work. I wrote the below script as a test, and it functioned as expected: @ASSIGN duration_part '00:00:20' @ASSIGN duration_total '00:00:40' partial duration: @@duration_part (string)br/ total duration: @@duration_total (string) br/

RE: TeraScript-Talk: Question About Converting Time to Something Numeric

2013-03-29 Thread Robert Shubert
On Mar 29, 2013, at 7:56 AM, Robert Shubert wrote: Mark, @TIMETOSECS is the solution, what you have should work. I wrote the below script as a test, and it functioned as expected: @ASSIGN duration_part '00:00:20' @ASSIGN duration_total '00:00:40' partial duration: @@duration_part (string

RE: TeraScript-Talk: RE: Write - FTP action

2013-05-02 Thread Robert Shubert
Steve, Thanks for your feedback on this action. The FTP method was put into v6 before we acquired it. We needed to fix a few bugs just to get it working at all, and there are still some aspects which aren’t intuitive, as you’ve found. I’ll put it on the list to improve the actions per

RE: TeraScript-Talk: Witango 6x on Windows 2008

2013-05-03 Thread Robert Shubert
Window Server (2008 and 2012) is only 64-bit now. (This change was made when Windows Server 2008 R2 came out) TeraScript 6.x is a 32-bit application. However, Windows has WOW64 support, which means that 32-bit application are run in an emulation mode on 64-bit OSes. This works perfectly and

RE: TeraScript-Talk: RE: Write - FTP action

2013-05-03 Thread Robert Shubert
From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Thursday, May 02, 2013 8:36 AM To: TeraScript-Talk@terascript.com mailto:TeraScript-Talk@terascript.com Subject: RE: TeraScript-Talk: RE: Write - FTP action Steve, Thanks for your feedback on this action. The FTP method was put into v6

RE: TeraScript-Talk: RE: Write - FTP action

2013-05-05 Thread Robert Shubert
From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Friday, May 03, 2013 2:54 PM To: TeraScript-Talk@terascript.com mailto:TeraScript-Talk@terascript.com Subject: RE: TeraScript-Talk: RE: Write - FTP action Steve, Outgoing FTP connections from the server will come directly from

RE: TeraScript-Talk: Documentation

2013-06-05 Thread Robert Shubert
Bill, Documentation is still on the witango.com site, under downloads. With the exception of the release notes which are found on the terascript.com site. Also, there is a newer programmer's reference (as of 6.2.3) here:

RE: TeraScript-Talk: Multiple Users for TereScribe

2013-06-10 Thread Robert Shubert
John, I’ll have to investigate how that function is setup. I suspect that I’ll need to produce an update to address this issue. Robert From: John Muldoon [mailto:webd...@cipromo.com] Sent: Monday, June 10, 2013 2:13 PM To: TeraScript-Talk@terascript.com Subject: RE: TeraScript-Talk:

RE: TeraScript-Talk: Snippets place holder

2013-06-10 Thread Robert Shubert
Ben, It’s actually a back-tick. Decimal 180 in the ISO-8859-1 charset Easiest way to get the character is to open one of the existing snippet files (eg /snippets/html.xml) and copy it out. Robert From: Ben Johansen [mailto:b...@webspinr.com] Sent: Monday, June 10, 2013 5:09 PM To:

RE: TeraScript-Talk: Latest Mac Java Update Breaks Terascribe

2013-06-21 Thread Robert Shubert
Erik, Thank you for the bug report and the subsequent update. These types of things always put us in a tough situation. Java 6 update 51 is a non-public release. It's the first release under Oracle's new pay-for support model for older versions of Java. It's their way of pushing people to 7

RE: TeraScript-Talk: Snippets place holder

2013-06-28 Thread Robert Shubert
, 2013, at 2:17 PM, Robert Shubert wrote: Well, I’m not sure when the bug got fixed, but the contextual menu now works on the edit snippet screen. Please consider updating to 6.2.7 Robert From: Ben Johansen [mailto:b...@webspinr.com] Sent: Tuesday, June 11, 2013 3:42 PM To: TeraScript

RE: TeraScript-Talk: XML/JSON

2013-07-11 Thread Robert Shubert
Wayne, You’re looking for XPATH To answer your example, getting the preferredUsername, using XPATH would be: @ELEMENTVALUE myDom xpath=’//preferredUsername’ That tag will return the content of the node named ‘preferredUsername’ from anywhere in the document. You can also be

RE: TeraScript-Talk: Search for Protected Site - OT

2013-08-08 Thread Robert Shubert
John, I’ve successfully integrated swish-e with TeraScript in the past. This software may seem old, but it does work. Requires a bit of setup. Robert From: John Muldoon [mailto:webd...@cipromo.com] Sent: Wednesday, August 07, 2013 6:49 PM To: TeraScript-Talk@terascript.com Subject:

RE: TeraScript-Talk: Terascript and the Enterprise

2013-08-14 Thread Robert Shubert
Wayne, At this time TeraScript version 8 is not yet officially announced, so I can’t easily point you to a list of features and improvements that are on the horizon. What I can say is that version 8 is a serious update to the TeraScript platform and will either ship with or lay the

RE: TeraScript-Talk: Terascript and the Enterprise

2013-08-14 Thread Robert Shubert
version 7? �� On Aug 14, 2013, at 2:21 PM, Robert Shubert rshub...@tronics.com mailto:rshub...@tronics.com wrote: Wayne, At this time TeraScript version 8 is not yet officially announced, so I can’t easily point you to a list of features and improvements that are on the horizon. What I

RE: TeraScript-Talk: Character Bloopers

2013-09-06 Thread Robert Shubert
...@cipromo.com http://cipromo.com/ http://cipromo.com From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Friday, September 06, 2013 8:48 AM To: TeraScript-Talk@terascript.com mailto:TeraScript-Talk@terascript.com Subject: RE: TeraScript-Talk: Character Bloopers John, This is happening

RE: TeraScript-Talk: Character Bloopers

2013-09-06 Thread Robert Shubert
...@cipromo.com mailto:webd...@cipromo.com http://cipromo.com/ http://cipromo.com From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Friday, September 06, 2013 9:36 AM To: TeraScript-Talk@terascript.com mailto:TeraScript-Talk@terascript.com Subject: RE: TeraScript-Talk: Character Bloopers

RE: TeraScript-Talk: Variable questions

2013-09-19 Thread Robert Shubert
Mark, First, I would recommend using the domain scope, rather than the application scope. The application scope, as it exists now, will be removed in v8. Second, yes, you can @ASSIGN domain$myVar 'value' in one TAF and have it accessible in another. The domain scope is persistent (even across

RE: TeraScript-Talk: Send XML to specific URL

2013-10-09 Thread Robert Shubert
MC, The tag you want is @URL Note that in v5.5 this tag has quite a few flaws and short comings. In v6 I have worked to improve the tag and implemented a new action (called Web Call) which is superior. Robert -Original Message- From: MC Tay [mailto:sm...@media88.com] Sent: Wednesday,

RE: TeraScript-Talk: ACTIONRESULTS for Insert

2013-10-21 Thread Robert Shubert
@ACTIONRESULT is deprecated Usually you need to execute a second query to get the ID. I don’t know how to do that in FMP, but, for example, in SQL Server you execute “SELECT @@IDENTITY” immediately after an INSERT and it returns the auto-increment primary key of the record just inserted.

RE: TeraScript-Talk: ACTIONRESULTS for Insert

2013-10-21 Thread Robert Shubert
ODBC or XML. -- sent from my iPhone4 -- Beverly Voth -- On Oct 21, 2013, at 12:39 PM, Robert Shubert rshub...@tronics.com mailto:rshub...@tronics.com wrote: @ACTIONRESULT is deprecated Usually you need to execute a second query to get the ID. I don’t know how to do that in FMP

RE: TeraScript-Talk: Setting datasources

2013-10-25 Thread Robert Shubert
No you're not. It's a feature that is currently missing from TeraScribe and will be restored in v7. This is now the most requested feature. You shouldn't have to alter all of your data sources, however. Since the existing ones should continue to work. Maybe just reset the actions that you need

RE: TeraScript-Talk: Setting datasources

2013-10-25 Thread Robert Shubert
The concept of a single data source setting will be present in v8. It's implemented as a variable so you'll do something like @ASSIGN ds @DATASOURCE jdbc url username password And you'll be able to use scoping, setting domain$ds to your production server then overriding it with user$ds

re: TeraScript-Talk: TeraScript Server 7 Beta released for Windows and Linux

2013-10-26 Thread Robert Shubert
Mac beta is not released. When it is, you will be able to run both side by side, however you will need to manually manage which plugin your web server uses. Robert From: d...@dss-db.com d...@dss-db.com Sent: Friday, October 25, 2013 6:02 PM To:

re: TeraScript-Talk: Primebase JDBC ?

2013-10-26 Thread Robert Shubert
All JDBC setups are the same. In TeraScribe add the driver to the JDBC Drivers window and then you can build your data source. In Server, edit your jdbc.ini file to map the data source name to the driver class and URL. Robert From: Bishop Weiss

TeraScript-Talk: OS X support strategy

2013-10-28 Thread Robert Shubert
Mac users: Apple has made a significant policy change with the latest OS X release. You can now install 10.9 on to nearly every system sold since 2009 for free. Due to this, we suspect that the vast majority of Mac users will upgrade their systems to this OS and we'd like to know from you if

RE: TeraScript-Talk: OS X support strategy

2013-10-28 Thread Robert Shubert
Elder Scott On Oct 28, 2013, at 9:31 AM, Robert Shubert rshub...@tronics.com mailto:rshub...@tronics.com wrote: Mac users: Apple has made a significant policy change with the latest OS X release. You can now install 10.9 on to nearly every system sold since 2009 for free. Due

RE: TeraScript-Talk: Witango/TeraScript hosted on Amazon

2013-10-30 Thread Robert Shubert
We believe that TeraScript products will work as expected in hosted cloud services such as Amazon Ec2. If you have any problems, please send an email to support. TeraScript 7 should be even better for these environments, and we are planning to provide direct support with TeraScript Server 8.

RE: TeraScript-Talk: Primebase

2013-10-31 Thread Robert Shubert
I think I would remove :PrimeServer So just supply the Server as one of: 127.0.0.1 Localhost PrimeServer Then ;DatabaseName=xyz See this: http://primebase.org/documentation/jdbc/readme.html#Connecting%20using%20PrimeBase%20JDBC -Original Message- From: Bishop Weiss

RE: TeraScript-Talk: HTTPAttribute client_IP and IPv6

2013-11-11 Thread Robert Shubert
Bill, Were you accessing the server via http://localhost/ ? Robert From: Bill Downall [mailto:bdown...@downallconsulting.com] Sent: Monday, November 11, 2013 12:03 PM To: TeraScript-Talk@terascript.com Subject: TeraScript-Talk: HTTPAttribute client_IP and IPv6 On a newer Windows

RE: TeraScript-Talk: HTTPAttribute client_IP and IPv6

2013-11-11 Thread Robert Shubert
, 2013 at 3:29 PM, Robert Shubert rshub...@tronics.com mailto:rshub...@tronics.com wrote: Bill, Were you accessing the server via http://localhost/ ? Robert From: Bill Downall [mailto:bdown...@downallconsulting.com mailto:bdown...@downallconsulting.com ] Sent: Monday, November 11, 2013 12

RE: TeraScript-Talk: Youtube (PHP to Terascript)

2014-02-14 Thread Robert Shubert
Wayne, Did you have a specific question? This is a straight forward PHP script that builds a form that will submit the video file directly to youtube with a call back url. Most of the work is done to get the url and token. Robert -Original Message- From: Wayne Irvine

RE: TeraScript-Talk: Weird error message

2014-02-19 Thread Robert Shubert
It seems like something might’ve removed the file. An archive process or virus scanner, not sure. You should be fine if you replace the file. Robert From: Brian Humes [mailto:br...@twopiers.com] Sent: Tuesday, February 18, 2014 10:16 AM To: TeraScript-Talk@terascript.com Subject:

RE: TeraScript-Talk: file is corrupted after editing with Developer version 6

2014-02-20 Thread Robert Shubert
Benjie, Unfortunately you will occasionally run into an issue like this. Problems with opening TAFs made with 5.5 are very rare and we feel we have a good level of backwards compatibility with 5.5. As you get older, however, more and more bugs in the old Studios have created TAFs which are

TeraScript-Talk: TeraScript Support windows

2014-02-20 Thread Robert Shubert
In response to a post, I’ll take a minute and outline the current situation with product releases and support: Product/Version: Witango 5.5 Release dates: 9/2004 - 12/2006 Support ended:6/30/2011 Product/Version: Witango 6.0

re: TeraScript-Talk: Social Media login

2014-02-24 Thread Robert Shubert
Wayne, If you would be willing to work with me on these APIs, I should be able to get something working. Which service would you like to get working first? Robert From: Wayne Irvine wa...@byteserve.com.au Sent: Saturday, February 22, 2014 1:40 AM To:

re: TeraScript-Talk: Files served with TS listed on Error Log

2014-02-24 Thread Robert Shubert
Steve, Can you confirm that the same request is causing both the error and the access log entry? The access log looks fine, the result is 200 (success) Robert From: ubslab ubs...@u.washington.edu Sent: Saturday, February 22, 2014 5:13 PM To:

RE: TeraScript-Talk: Site Search

2014-02-27 Thread Robert Shubert
Dan, This looks like it will work in my environment. Robert From: Dan Stein [mailto:d...@dss-db.com] Sent: Tuesday, February 25, 2014 8:55 PM To: TeraScript-Talk@terascript.com Subject: Re: TeraScript-Talk: Site Search I see I made a typo that may have resulted in this kind of

RE: TeraScript-Talk: Site Search

2014-02-27 Thread Robert Shubert
Stephen Levine On Feb 27, 2014, at 1:07 PM, Robert Shubert rshub...@tronics.com mailto:rshub...@tronics.com wrote: Dan, This looks like it will work in my environment. Robert From: Dan Stein [ mailto:d...@dss-db.com mailto:d...@dss-db.com] Sent: Tuesday, February 25, 2014 8:55

RE: TeraScript-Talk: Trying to work out what country I'm in.

2014-03-14 Thread Robert Shubert
Wayne, First, you should uncheck the Detailed Response option, it's not necessary. It's causing you to have an XML document inside of another XML document, which complicates processing. Once you do that, @DOM the result. The colons separate the namespace from the node name. You can use *: to

TeraScript-Talk: Last call for TS Server 7.0.3

2014-03-18 Thread Robert Shubert
I am prepping the 7.0.3 release of TeraScript Server. Below is the list of items that are addressed in this release. If anyone knows of an issue not listed below, please bring it to my attention (either reply here or email support@) as soon as you can. Thanks, Robert TS Server 7.0.3

RE: TeraScript-Talk: Last call for TS Server 7.0.3

2014-03-19 Thread Robert Shubert
Terascribe or Windows 64bit Terascript but it's still there. Wayne Irvine On 19 Mar 2014, at 12:48 am, Robert Shubert rshub...@tronics.com mailto:rshub...@tronics.com wrote: I am prepping the 7.0.3 release of TeraScript Server. Below is the list of items that are addressed

Re: TeraScript-Talk: WS12 and IIS on AWS

2014-03-25 Thread Robert Shubert
and there is no .taf entry and no apparent wildcards. Should there be a MIME entry for .taf and what should it be? Wayne On 25 Mar 2014, at 3:31 pm, Robert Shubert rshub...@tronics.com wrote: Moving the file doesn't guarantee that the permissions will be changed, but feel free to try. Otherwise, right

RE: TeraScript-Talk: LDAP Message in Log File

2014-04-25 Thread Robert Shubert
Ed, That error is only thrown in one place: upon failure to connect to the LDAP server. Please verify that the server is accessible (firewalls, etc) and try with and without SSL. Robert From: Ed Carrion [mailto:ecarr...@eschoolsolutions.com] Sent: Friday, April 25, 2014 11:31 AM To:

RE: TeraScript-Talk: SMTP Authentication

2014-06-09 Thread Robert Shubert
MC, So far so good, that looks fine. Now try changing your @EMAIL to: @EMAIL command=import name=emailVar message=@INCLUDE \path\to\email.txt Then change the send to: @EMAILSESSION command=send name=emailVar Robert From: MC Tay [mailto:sm...@media88.com] Sent: Sunday, June 08,

TeraScript-Talk: TeraScript Server 7.0.5 Released

2014-06-30 Thread Robert Shubert
We are happy to announce that TeraScript Server 7.0.5 is now available for all platforms. Here is the change log. @URL: added TIMEOUT attribute which sets the maximum number of seconds to wait for a response Web Call action: added Timeout attribute which sets the maximum number of seconds

RE: TeraScript-Talk: Possible Syntax Problem on my part

2014-08-04 Thread Robert Shubert
Steve, Although the documentation does not explicitly say that the name of a method can be supplied by a variable, I do know that it was possible to do so using the v6 parsing function. When that parser was reworked for v7, the method name was removed before the parameters were parsed and

RE: TeraScript-Talk: URL path

2014-08-15 Thread Robert Shubert
MC, The tag @HTTPATTRIBUTE allows access to this information, however it is already parsed for you, so you will need to reassemble it: I should probably add a synonym for the full URL to this tag. A full URL would be: HTTP@IFEQUAL @HTTPATTRIBUTE server_port 443S/@IF://@HTTPATTRIBUTE

RE: TeraScript-Talk: debug logging level

2014-09-05 Thread Robert Shubert
Check that LOGTORESULTS is FALSE From: David Mark Weiss [mailto:bishop...@gmail.com] Sent: Friday, September 05, 2014 1:05 PM To: TeraScript-Talk@terascript.com Subject: TeraScript-Talk: debug logging level Witango.ini Witango 5.5 I thought that the default for debugmode was

RE: TeraScript-Talk: PayPal Express Checkout

2014-09-19 Thread Robert Shubert
Steve, You are correct. You use @URL or Webcall to begin the transaction with PayPal. They return a URL to you, which you redirect the user to by setting the httpheader and using a 302 redirect. You don’t need to include the @USERREFERENCE as long as the return url you provide to PayPal is at

TeraScript-Talk: TeraScript Server 7.0.7 Released

2014-10-28 Thread Robert Shubert
We are pleased to announce that TeraScript Server 7.0.7 is now available. Here is the change log: @SERVERSTATUS: memory usage calculations contained a bitness bug @TOKENIZE: fix bug when using rdelim and cdelim @CIPHER: SHA384 and SHA512 should now work on Windows Prevent a Select action

RE: TeraScript-Talk: Case

2014-11-03 Thread Robert Shubert
Wayne, Case sensitivity in SQL comparisons is a function of the database server. As far as I know, FileMaker does not have an option for case insensitive matching when doing comparisons via ODBC/JDBC. About the best thing I can offer from TeraScript’s perspective (and this would be a

RE: TeraScript-Talk: Is terascript having monitoring tool ?

2014-11-05 Thread Robert Shubert
Prabakaran, There are stats tools for the server. It is easy to get the statistics from a running server with @SERVERSTATUS @DATASOURCESTATUS and @CONNECTIONS. I use a simple TAF I wrote to poll values using these tags and the analyze them or store in a db for statistics over time. Robert

RE: TeraScript-Talk: log split-up on size basis is possible ?

2014-11-05 Thread Robert Shubert
The server has no control over the log rolling mechanism. It was simply never written with any complexity. It will rotate logs at midnight and that's it. To achieve what you want, you would have to write a batch file that would (in pseudocode): NET STOP WitangoServer MOVE /logs/witango.log

RE: TeraScript-Talk: Could not execute fork error

2014-11-06 Thread Robert Shubert
fork error Thanks Robert for clarifying this, but without using external action how can we call external bat files from witango ? Regards Prabakaran -Original Message- From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Thursday, 6 November 2014 2:15 AM To: TeraScript-Talk

RE: TeraScript-Talk: Could not execute fork error

2014-11-06 Thread Robert Shubert
, and get that scheduled BAT file to set off the BAT files you are currently calling direct from Witango. Clunky, and would have an element of time delay, but should work. Cheers Andrej -Original Message- From: Robert Shubert [mailto:rshub...@tronics.com] Sent: 06 November 2014 14:28

RE: TeraScript-Talk: SSL connection using the URL tag

2014-11-09 Thread Robert Shubert
MC, Are both servers fully updated? Are they both R2? Do they both have the same/latest version of IE installed? Robert From: sm...@media88.com [mailto:sm...@media88.com] Sent: Sunday, November 09, 2014 1:15 AM To: TeraScript-Talk@terascript.com Subject: TeraScript-Talk: SSL connection

RE: TeraScript-Talk: SSL connection using the URL tag

2014-11-09 Thread Robert Shubert
- From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Sunday, November 9, 2014 08:44 AM To: TeraScript-Talk@terascript.com mailto:TeraScript-Talk@terascript.com Subject: RE: TeraScript-Talk: SSL connection using the URL tag MC, Are both servers fully updated? Are they both R2? Do

RE: TeraScript-Talk: Witango 5.5 Authorize.net

2014-11-25 Thread Robert Shubert
Doug, Verify that IE 7 is installed on the server. You may need to update some registry settings and/or use a newer version of WinHttp to correct this issue. Robert From: Doug Wilson (dwil...@execproinc.com) [mailto:dwil...@execproinc.com] Sent: Tuesday, November 25, 2014 1:55 PM To:

RE: TeraScript-Talk: TS 5.5: Log file details

2014-11-26 Thread Robert Shubert
8660 = the thread number – using this you can track what each thread is doing 4 = the number of threads currently processing requests – this is at least 1 because the log entry is made by a thread 1 = the elapsed time in milliseconds of the current request – this is the same value obtained

RE: TeraScript-Talk: Witango 5.5 Authorize.net

2014-11-26 Thread Robert Shubert
Doug, I would suggest two approaches: 1) Update your code to use WinHTTP 5.1 rather than the older WinHTTP 5.0 see here: http://msdn.microsoft.com/en-us/library/windows/desktop/aa382925%28v=vs.85%29.aspx 2) Check your registry key

RE: TeraScript-Talk: WebCall is crashing Terascript

2014-12-04 Thread Robert Shubert
Yesterday PayPal stopped allowing SSL connections as part of the POODLE attack mitigation. I suspect that TeraScript 6.1 and all versions of Witango may not be able to use TLS, this would be platform dependent, as that code called into system APIs to handle SSL connections. Starting in

RE: TeraScript-Talk: Use of variable in a variable name does not work

2015-01-19 Thread Robert Shubert
Joop, I’m quite surprised to hear that syntax worked in any previous versions, and if it did, I’m not sure when it changed. When you have constructed variable names like that, you usually have to use the longhand @VAR, rather than the @@ shorthand. This should work: @FOR START=1

RE: TeraScript-Talk: multiple classes in a single tcf

2015-01-13 Thread Robert Shubert
Ian, Actually, it's an incomplete feature. The story is that the ability to define multiple classes in one TCF was designed into the original TCF definition. This work was done mostly by Pervasive back in the last 90s. However the feature was never brought out in the Tango2000/Witango

RE: TeraScript-Talk: Concatenating Text

2015-03-06 Thread Robert Shubert
Text Robert, I let me ask again, I am still running a 5.5 server. I thought I tried these kind of things and it didn’t seem to work. Mark On Mar 5, 2015, at 6:49 PM, Robert Shubert rshub...@tronics.com mailto:rshub...@tronics.com wrote: TS does concatenation of any strings

RE: TeraScript-Talk: Two tabs open

2015-03-06 Thread Robert Shubert
, the requirement is that once the user is authenticated, a new cookie should be created with a new session(userreference). So what we need is a way to invalidate the original userreference, and force a new cookie to be created with a new userreference. New tag? From: Robert Shubert [mailto:rshub

RE: TeraScript-Talk: Using JSON and KEEP

2015-03-25 Thread Robert Shubert
replace @CR@LF with only \n ) On Tue, Mar 24, 2015 at 9:07 PM, Robert Shubert rshub...@tronics.com mailto:rshub...@tronics.com wrote: The @KEEP is fine except for the quot; in which case you should use @DQ, and I wouldn’t keep any characters greater than 127 (really, these should be converted

RE: TeraScript-Talk: tokenize behavior

2015-06-15 Thread Robert Shubert
Subject: Re: TeraScript-Talk: tokenize behavior I had just came across this bug (or a similar one) but am running 6.2.1 on OSX. Can you confirm that this bug exists in 6.2.1 also? Wayne Irvine On 16 Jun 2015, at 9:40 am, Robert Shubert rshub...@tronics.com mailto:rshub...@tronics.com wrote

TeraScript-Talk: TeraScript Platform: Dropping support for ODBC

2015-05-22 Thread Robert Shubert
TeraScript Users, As we evolve the platform, it becomes necessary to change some fundamental aspects to provide a better product or keep up with current technology. Our decision to focus on Java as our development platform was one of these choices, driven mostly from the inactivity in C++

TeraScript-Talk: TeraScript 8 Beta program

2015-07-30 Thread Robert Shubert
TeraScript Developers, Tronics is looking for people who are interested in actively participating in the version 8 beta. Participation will involve installing builds roughly once per week and testing your own software on them. Should you encounter issues, you would provide code or

RE: TeraScript-Talk: Cookie Expiry

2015-07-28 Thread Robert Shubert
Ian, I did a quick test and couldn't reproduce your issue. @CALC len(@VAR cookie$whatever) returns 0 Please make up a test case - a TAF/TML that sets the cookie, then unsets the cookie, then tests the cookie that shows the problem and email it to supp...@terascript.com. Thanks, Robert

RE: TeraScript-Talk: Cookie Expiry

2015-07-29 Thread Robert Shubert
OR - The browser does not examine any information sent with a 204 response (including cookies.) So the browser was never receiving the updated cookie expiry/values I was trying to send. Leaving request$httpheader to the default state fixed the problem. Thanks, -Ian On 07/28/15 08:25, Robert

RE: TeraScript-Talk: Can't pass arguments in Command Line action

2015-07-22 Thread Robert Shubert
The command line works by creating a batch script, echo.bat, that contains: echo %str% Then you call the external action with: @APPFILEPATHecho.bat and environment variable str = stuff (that example is for Windows, you'd use OS X file names and commands) Robert -Original Message-

TeraScript-Talk: TeraScript Server 7.1.1

2016-01-04 Thread Robert Shubert
We are pleased to announce the release of TeraScript Server 7.1.1 TeraScript 7.1 is the final release of the 7.x product line and, for the server, the final release based on the codebase that can be traced back to the 90s. This release will serve several purposes over the next few years. First,

RE: TeraScript-Talk: Strange empty error

2016-01-05 Thread Robert Shubert
In TS 7, timeouts are now standard errors so they can be caught. However, they don't always throw correctly and I believe this is what you are seeing. Try setting QUERYTIMEOUT much higher (like 900) and running your TAF again. Robert -Original Message- From: Ian Evans

TeraScript-Talk: TeraScript Server 8 Public Beta

2016-03-30 Thread Robert Shubert
All- We are happy to announce the availability of the public beta for TeraScript Server version 8. We would like anyone who is interested in testing the software and providing feedback to review this web page: https://www.terascript.com/beta8 And download the installer here:

RE: TeraScript-Talk: TeraScript Server 8 Public Beta

2016-03-31 Thread Robert Shubert
upgrade it to El Capitan first. --- Sent from my Mega iPad �� On Mar 31, 2016, 6:19 PM -0400, Robert Shubert <rshub...@tronics.com <mailto:rshub...@tronics.com> >, wrote: Yes, and other web servers as well. We suggest to work in an isolated environment (like a vir

RE: TeraScript-Talk: TeraScript Server 8 Public Beta

2016-03-31 Thread Robert Shubert
: TeraScript Server 8 Public Beta By other configurations, do you mean other Terascript servers? Sent from my iPad Air 2 �� On Mar 30, 2016, 9:17 PM -0400, Robert Shubert <rshub...@tronics.com <mailto:rshub...@tronics.com> >, wrote: All- We are happy to announce the

RE: TeraScript-Talk: Terascript>Imagemagick>Ghostscript

2016-04-15 Thread Robert Shubert
The external action creates a resultset – are you displaying this to see if there is anything useful in it? From: Wayne Irvine [mailto:wa...@byteserve.com.au] Sent: Thursday, April 14, 2016 9:29 PM To: TeraScript-Talk@terascript.com Subject: TeraScript-Talk: Terascript>Imagemagick>Ghostscript

RE: TeraScript-Talk: UserReferenceArgument Question

2016-04-16 Thread Robert Shubert
This behavior was changed in 6.2.1. Here is the pertinent change log: Added server key (leading 12 digits) to the user reference portion of the output of @USERREFERENCEARGUMENT so that this tag will work with load balanced servers. Note that the value of the server key is derived from the

RE: TeraScript-Talk: Terascript>Imagemagick>Ghostscript

2016-04-18 Thread Robert Shubert
0 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -dFirstPage=1 -dLastPage=1 "-sOutputFile=/var/tmp/magick-892621OchGEQb8gT8%d" "-f/var/tmp/magick-89262EysDvvpKoL3W" "-f/var/tmp/magick-89262wrsSJraORuPz"

RE: TeraScript-Talk: Best way to parse JSON objects

2016-04-13 Thread Robert Shubert
Dave, TS 7 doesn’t have a JSON parser built-in. It’s something we can support in 8 because we have nested collections. I whipped up a simple JSON parser, which is attached. It’s just a block of TML that you can adapt. It’s not very powerful and won’t support nested objects (because TS 7

RE: TeraScript-Talk: Best way to parse JSON objects

2016-04-14 Thread Robert Shubert
with the sever object's set variable. Does TeraScript still have a JS action or JS tag? On Apr 13, 2016 19:25, "Robert Shubert" <rshub...@tronics.com <mailto:rshub...@tronics.com> > wrote: Dave, TS 7 doesn’t have a JSON parser built-in. It’s something we can support in 8

RE: TeraScript-Talk: How to get the HTTP header value in Terascript

2016-08-05 Thread Robert Shubert
<@HTTPATTRIBUTE fullheader> You will also need to turn on full header support in the clients.ini. Please review the documentation for details: http://www.terascript.com/_downloads/Witango%5F5.5%5FWhats%5FNew.pdf.zip From: prabakaran.jeyaku...@accenture.com

RE: TeraScript-Talk: How to get the HTTP header value in Terascript

2016-08-05 Thread Robert Shubert
e done ? Thanks & Regards Prabakaran _____ From: Robert Shubert <rshub...@tronics.com <mailto:rshub...@tronics.com> > Sent: Friday, August 5, 2016 9:32:02 PM To: TeraScript-Talk@terascript.com <mailto:TeraScript-Talk@terascript.com> Subject: RE: TeraScript-Talk: How

RE: TeraScript-Talk: Problem on Listening Terascript port

2016-08-05 Thread Robert Shubert
aran _ From: Robert Shubert <rshub...@tronics.com <mailto:rshub...@tronics.com> > Sent: Friday, August 5, 2016 9:19:00 PM To: TeraScript-Talk@terascript.com <mailto:TeraScript-Talk@terascript.com> Subject: RE: TeraScript-Talk: Problem on Listening Terascript port It so

  1   2   >