Search found 11 matches

by mauros64
Mon Mar 01, 2010 8:57 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Programmatically cancel a runing filter
Replies: 1
Views: 2596

Programmatically cancel a runing filter

Is there any way to stop (Cancel) a long running execution from code, like user can do from UI ?

I'm expecially target at the TexPipeEngine.

Thanks.
by mauros64
Tue Jan 19, 2010 12:47 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Runtime error 217 at...
Replies: 1
Views: 2796

Runtime error 217 at...

In multi-thread scenario, with .NET C#, when I close the application TextPipe raise an error (runtime error 217 at...).
I've attached a project in C # where I replicated the error.

Thanks.
by mauros64
Tue Dec 01, 2009 1:52 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Error Handling in TP Engine
Replies: 4
Views: 4841

Re: Error Handling in TP Engine

I've found this issue with a restrict without subfilter ( I know is a wrong filter, but my app is building it dynamically) Filter options | [ ] Log to file | [ ] Append to logfile | Log filename: | Threshold 0 | |--Input from file(s) | [ ] Confirm before processing each file | [ ] Confirm before pro...
by mauros64
Mon Nov 30, 2009 10:41 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Error Handling in TP Engine
Replies: 4
Views: 4841

Re: Error Handling in TP Engine

just downloaded it.
I will post some feedback soon.

thank.
by mauros64
Fri Nov 20, 2009 11:50 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: bug in escape sequence
Replies: 2
Views: 3165

Re: bug in escape sequence

Thansk a lot for the speed of your fix.
by mauros64
Fri Nov 20, 2009 11:46 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Error Handling in TP Engine
Replies: 4
Views: 4841

Error Handling in TP Engine

I've found some issue in error handling: First I never found anything in the errorText property also when the execute method return a non-zero value Second ther are some condition that correctly return error in TextPipe but not in TextPipe Engine. To check this I've exported some simple filter in vb...
by mauros64
Tue Nov 17, 2009 6:48 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: bug in escape sequence
Replies: 2
Views: 3165

bug in escape sequence

I've found a different (wrong) behavior from TP 8.3.2 to TP 8.4.2 / 8.4.3 in the escape sequence The simpler filter to reproduce it is an | |--Add right margin [\\end] | the old versione correctly escape the slash and give me this output ( in the trial area with the default text): You can type sampl...
by mauros64
Tue Oct 27, 2009 11:45 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Build Copybook filter with VBScript
Replies: 1
Views: 3117

Build Copybook filter with VBScript

Export to VBScript (but also to JScript) loose any definition of Mainframe Copybook Filters. I've a filter like this: [...] | |--Comment... | before Copybook | |--Mainframe Copybook [ ****************************************************************** * FIRST COPYBOOK * ] | |--Comment... | after Copy...
by mauros64
Fri Oct 16, 2009 4:36 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Improvement suggestion for copybook filter.
Replies: 4
Views: 4034

Re: Improvement suggestion for copybook filter.

It sound very complete and usefull.
It will be easy to use and it can have grat performance too.
by mauros64
Fri Oct 16, 2009 1:59 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Improvement suggestion for copybook filter.
Replies: 4
Views: 4034

Re: Improvement suggestion for copybook filter.

It sound better to remove field by field name or number. But ... If it is after the Copybook that file has already converted 60+ fields ( EBCDIC, Packed Decimal , etc...) just to pass it to the discad filter that keep 8 fields. If it is before the Copybook it must know the Copybook format. so to hav...
by mauros64
Tue Oct 13, 2009 7:33 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Improvement suggestion for copybook filter.
Replies: 4
Views: 4034

Improvement suggestion for copybook filter.

I have many situation in which I need to convert a very big and complex mainframe file using the copybook filter. It work fine but when I need to convert only a limited subset of the available fields is far more faster to delete the unneeded byte range and then use the filter on a copybook modified ...