Date: Sat, 10 Jul 2010 01:52:26 -0400
Reply-To: Jesper Sahner Pedersen <jespersahner@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jesper Sahner Pedersen <jespersahner@HOTMAIL.COM>
Subject: Re: Gate is busy-ERROR
Hi Arthur,
The problem you refer occurs when signoff is omitted. My problem is
different.
However I found out - and this is important - that the code actually works
when used from a Windows-client against a Windows-server but fails when used
from a z/OS-client against a Windows-server.
I will report this problem to SAS Institute.
Regards,
Jesper
On Fri, 9 Jul 2010 19:03:59 -0400, Arthur Tabachneck <art297@NETSCAPE.NET>
wrote:
>Jesper,
>
>I've never done what you are doing, and have no way to test it, but the
>following post indicates one command that you are not using, namely endsas.
>
>Hope it helps to correct the problem:
>http://support.sas.com/kb/15/397.html
>
>Art
>-------
>On Fri, 9 Jul 2010 18:57:03 -0400, Jesper Sahner Pedersen
><jespersahner@HOTMAIL.COM> wrote:
>
>>Hi,
>>
>>I have tried this already, is doesn't solve the problem.
>>
>>Regards,
>>Jesper
>>
>>
>>On Fri, 9 Jul 2010 13:47:01 -0700, DUELL, BOB (ATTCINW) <BD9439@ATT.COM>
>>wrote:
>>
>>>Try adding a "libname clear" statement in the remote session before you
>>>"signoff". IE:
>>>
>>>signon server user=xxxxx password='xxx';
>>>rsubmit inheritlib=(x);
>>>libname x clear;
>>>endrsubmit;
>>>signoff;
>>>
>>>-----Original Message-----
>>>From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
>>>Jesper Sahner Pedersen
>>>Sent: Friday, July 09, 2010 8:37 AM
>>>To: SAS-L@LISTSERV.UGA.EDU
>>>Subject: Gate is busy-ERROR
>>>
>>>Hi,
>>>
>>>When using the inheritlib-option more than once in a session I receive
>>>the
>>>following error:
>>>
>>>libname x '...';
>>>libname y '...';
>>>
>>>%let server=xx.xx.xx.xx yyyy;
>>>
>>>signon server user=xxxxx password='xxx';
>>>rsubmit inheritlib=(x);
>>>endrsubmit;
>>>signoff;
>>>
>>>signon server user=xxxxx password='xxx';
>>>rsubmit inheritlib=(y);
>>>endrsubmit;
>>>signoff;
>>>
>>>ERROR: Gate is busy.
>>>ERROR: Gate is busy.
>>>ERROR: Gate is busy.
>>>
>>>Any ideas what is causing this and how to fix it?
>>>
>>>Regards,
>>>Jesper
|