[squeak-dev] Accessing files over windows network when running squeak as a service

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Accessing files over windows network when running squeak as a service

John Thornborrow
Hello list,


Does anyone know how we can access a network directory when running as a
Windows Service on Win2k3 server?


Many thanks,
John


******************************************************************************************************************************************
This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. *******************************************************************************************************************************************


Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Accessing files over windows network when running squeak as a service

Klaus D. Witzel
Hi John,

on Fri, 14 Nov 2008 15:36:33 +0100, you wrote:

> Hello list,
>
>
> Does anyone know how we can access a network directory when running as a
> Windows Service on Win2k3 server?

[OT]This is really not a good idea, to access another server's directory  
 from a service :( The reason is that you need to provide a password in  
*clear*text* and that is visible resp. must be possible to maintain ...

[OT]Of course some customers demand that and ours are not exception.

What we do here (on win2k0 and 2k3) is to have a small startup.cmd in the  
file system root, where the administrator can maintain it (we are not  
always on-site) and restrict access to it.

In that .cmd file a drive letter is associated with the other server's  
file share, and then startup.cmd is processed at system-statup time (run  
msconfig.exe if you need to see where and how). Then you can access the  
other server's directories and files using the new drive letter (drive  
letters work with Squeak on windoze).

On a command line type "net help use" for syntax and options.

HTH

/Klaus

> Many thanks,
> John
>
>
> ******************************************************************************************************************************************
> This email is from Pinesoft Limited. Its contents are confidential to  
> the intended recipient(s) at the email address(es) to which it has been  
> addressed. It may not be disclosed to or used by anyone other than the  
> addressee(s), nor may it be copied in anyway. If received in error,  
> please contact the sender, then delete it from your system. Although  
> this email and attachments are believed to be free of virus, or any  
> other defect which might affect any computer or IT system into which  
> they are received and opened, it is the responsibility of the recipient  
> to ensure that they are virus free and no responsibility is accepted by  
> Pinesoft for any loss or damage arising in any way from receipt or use  
> thereof.  
> *****************************************************************************************
>  **************************************************
>
>
> Pinesoft Limited are registered in England, Registered number: 2914825.  
> Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
>
>



--
"If at first, the idea is not absurd, then there is no hope for it".  
Albert Einstein


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: Accessing files over windows network when running squeak as a service

John Thornborrow
Hi Klaus,

Thank you for this information, we have been pulling our hair out trying
to achieve this. I also agree it is not a good idea, but as you guessed,
our customer is adamant that we use it this way :(

Best Regards,
John.

Klaus D. Witzel wrote:

> Hi John,
>
> on Fri, 14 Nov 2008 15:36:33 +0100, you wrote:
>
>> Hello list,
>>
>>
>> Does anyone know how we can access a network directory when running as a
>> Windows Service on Win2k3 server?
>
> [OT]This is really not a good idea, to access another server's
> directory from a service :( The reason is that you need to provide a
> password in *clear*text* and that is visible resp. must be possible to
> maintain ...
>
> [OT]Of course some customers demand that and ours are not exception.
>
> What we do here (on win2k0 and 2k3) is to have a small startup.cmd in
> the file system root, where the administrator can maintain it (we are
> not always on-site) and restrict access to it.
>
> In that .cmd file a drive letter is associated with the other server's
> file share, and then startup.cmd is processed at system-statup time
> (run msconfig.exe if you need to see where and how). Then you can
> access the other server's directories and files using the new drive
> letter (drive letters work with Squeak on windoze).
>
> On a command line type "net help use" for syntax and options.
>
> HTH
>
> /Klaus
>
>> Many thanks,
>> John
>>
>>
>> ******************************************************************************************************************************************
>>
>> This email is from Pinesoft Limited. Its contents are confidential to
>> the intended recipient(s) at the email address(es) to which it has
>> been addressed. It may not be disclosed to or used by anyone other
>> than the addressee(s), nor may it be copied in anyway. If received in
>> error, please contact the sender, then delete it from your system.
>> Although this email and attachments are believed to be free of virus,
>> or any other defect which might affect any computer or IT system into
>> which they are received and opened, it is the responsibility of the
>> recipient to ensure that they are virus free and no responsibility is
>> accepted by Pinesoft for any loss or damage arising in any way from
>> receipt or use thereof.
>> *****************************************************************************************
>>
>>  **************************************************
>>
>>
>> Pinesoft Limited are registered in England, Registered number:
>> 2914825. Registered office: 266-268 High Street, Waltham Cross,
>> Herts, EN8 7EA
>>
>>
>
>
>