Date: Tue, 22 Jul 2003 07:29:39 -0700
Reply-To: Philippe Jalbert <pjalbert@CTBR.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Philippe Jalbert <pjalbert@CTBR.COM>
Organization: http://groups.google.com/
Subject: Re: Installation and configuration of SAS/Share
Content-Type: text/plain; charset=ISO-8859-1
Hi Andrew,
this morning, I corrected my typo and I modified the Service file as
you suggested and my new service do not run. See the notes below:
Do you have a suggestion.
Philippe
========================
The service configuration:
--------------------------
SASSHR4
SASSHR4
Automatic
C:\Program Files\SAS Institute\SAS\V8\sas.exe
-noterminal
c:\saswork
The received message when I want start the service (today the service
do not want to start):
---------------------------------------------------
Could not start the SASSHR4 service on the local computer.
Error 999: Error performing inpage operation
The service file (added line):
-----------------
C:\WINNT\System32\drivers\etc\services
SASSHR4 5000/tcp SASSHR4 #SAS server for
the Double Data Entry
========================
Andrew.Farrer@CIBC.COM (Farrer, Andrew C) wrote in message news:<8DD657EA29E7D411A9C200D0B73C76780D7437BA@gemmrd-scc001eu.gem.cibc.com>...
> Firstly, I am assuming SASSAHRE isn't a typo of SASSHARE. If correct, then
> you need to check for an entry like:
>
> sassahre 5010/tcp #SAS/Share server
>
> in your C:\WINNT\system32\drivers\etc\services file. Full details are in
> Appendix U of the Release 8.2 Installation Instructions.
>
> -----Original Message-----
> From: Philippe Jalbert [mailto:pjalbert@CTBR.COM]
> Sent: Monday, July 21, 2003 5:16 PM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: Installation and configuration of SAS/Share
>
>
> Hi,
> could you help me about the installation and the configuration of the
> SAS/Share on my server? I use the Win-2000 and SAS version 8.2.
>
> I installed the service with "SAS Service Configuration Utility" and
> the service is started. But, when I submit my "Proc Server" see below.
> I have an error message. My Network Administrator told me the problems
> is with SAS. I used many methods to solve this problem, but no
> results.
>
>
>
> 1 options comamid=tcp;
> 2 proc server id=SASSAHRE log=all;
> 3 run;
>
> ERROR: A communication subsystem environment initialization request
> failure has occurred.
> ERROR: No TCP service 'sassahre' on this host.
> NOTE: The SAS System stopped processing this step because of errors.
> 21JUL2003:16:44:08.812 There were 0 total connections from the Remote
> Engine Emulator with a maximum of 0 at any one time.
> 21JUL2003:16:44:08.812 Usage statistics for server :
> Messages processed: 0
> Bytes transferred: 0
> Active time: 0:00:00.0000
> Elapsed time: 0:00:00.1072
> NOTE: PROCEDURE SERVER used:
> real time 0.10 seconds
> cpu time 0.07 seconds