LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2010, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Arthur Tabachneck <art297@NETSCAPE.NET>

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


Back to: Top of message | Previous page | Main SAS-L page