2008-03-08

Unexpected error 0A-0000E005

Here's a strange error with not much documentation, not much feed back of the application. So here's what i have experienced with this error.

Client Log:

The SoftGrid client could not connect to stream URL .....
The client was unable to connect to a SoftGrid server (rc xxxxxxxx0A-0000E005)
The SoftGrid Client could not launch ApplicationName Version

An unexpected error occurred. Please report the following error code to your System Administrator.

Error code: XXXXXX-XXXXXX0A-0000E005


The problem was with c:\documents and settings\all users\shared documents\SoftGrid Client\AppFS Storage\\GlblVol_sftfs_v1_S-1-5-20.pkg

For a reason i still need to find out, this file gets blank 0 Kb and normally i see this file around 800 Kb. I'm not able to replicate the problem yet and still investigating. I got this error on Citrix servers and workstations. I'll keep this message up to date as i get more info.

The solution that i've applied, delete the GlblVol_sftfs_v1_S-1-5-20.pkg of 0 KB and restart the application.



2008-03-05

Unexpected error 33-80010105

I've seen this error one time on a system and i've read something about the same error on the technet forum.

I've experienced this error :

The SoftGrid Client Service encountered an exception and created a minidump at created in.......

The SoftGrid Client could not launch the application you requested.

Error code: xxxxxx-xxxxxx33-80010105

Solution : restart of client's services, in the technet forum this error was related to a problem on the Softgrid's streaming server.

2008-03-04

Want to restrict launch applications on some workstations / servers ?

Here's the code you can add to your OSDs file for each application you want to restrict

<clientversion version="3.1.2.2">

<script timing="PRE" event="STREAM" wait="TRUE" protect="TRUE" successresult="1" abortresult="0">

<scriptbody>IF %COMPUTERNAME% == RESTRICTEDCOMPUTER RC="1"</scriptbody>

</script>

I hope that this can save you time..

In all script that i use, i try to make it as simple as possible so in 6 months when i will not remember of this script, that will be really simple to understand and debug it if i need.

2008-03-02

Unexpected error 03-00001002 Citrix Server

I experienced this error on a with a client on a Windows 2000 Server running Citrix XP. I founded infos on this error on a Windows 2003 R2 with Citrix PS 4.5

Windows 2003 R2
http://support.microsoft.com/kb/840342
Seems to solve the problem

Windows 2000
Since it seems to be a memory problem, a reboot did the job . But since the reboot was made no new Softgrid applications could be lauched. It haven't appends since then so i did not tried to apply KB840342.