Re: [Oorexx-devel] A problem and an undocumented error code

2018-03-13 Thread Walter Pachl
THANKS

Uninstalled Regina ( :-( ) and things work nicely!

Walter

> Erich Steinböck  hat am 13. März 2018 um 22:50 
> geschrieben:
> 
> 
> > > Error:94.101 - Error connecting to 127.0.0.1 on port 5757: "No 
> error"
> > 
> > > Walter, according to
> https://github.com/hercules-390/hyperion/issues/234
> this seems to happen because you have both Regina and ooRexx installed 
> and there is a collision between Regina's rxqueue and ooRexx's.
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
> 


LG

Walter
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] A problem and an undocumented error code

2018-03-13 Thread Erich Steinböck
>
> *Error:94.101 - Error connecting to 127.0.0.1 on port 5757: "No error"*
>
Walter, according to
https://github.com/hercules-390/hyperion/issues/234
this seems to happen because you have both Regina and ooRexx installed and
there is a collision between Regina's rxqueue and ooRexx's.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] A problem and an undocumented error code

2018-03-13 Thread Rick McGuire
Probably because oorexx doesn't issue that error anywhere. Not sure where
that comes from, but it doesn't appear anywhere in the oorexx code.

Rick

On Tue, Mar 13, 2018 at 5:09 PM, Walter Pachl  wrote:

> White attempting to install bsf4oorexx we ran into this problem:
>
> "dir | rxqueue"
> do i=1 By 1 while queued()>0
>parse pull line
>say i":" line
> end
> say "total lines by Rexx: i=" (i-1)
>
> Output:
>
> *Error:94.101 - Error connecting to 127.0.0.1 on port 5757: "No
> error" *
>
> This code is not documented in the Rexx Reference
>
> Regards
>
> Walter
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


[Oorexx-devel] A problem and an undocumented error code

2018-03-13 Thread Walter Pachl
White attempting to install bsf4oorexx we ran into this problem:

"dir | rxqueue"
do i=1 By 1 while queued()>0
   parse pull line
   say i":" line
end
say "total lines by Rexx: i=" (i-1)

Output:

Error:94.101 - Error connecting to 127.0.0.1 on port 5757: "No error" 

This code is not documented in the Rexx Reference

Regards

Walter
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel