Microsoft KB Archive/930839

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:35, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Error message in Microsoft SoftGrid: "Invalid raw data request: bytes"

Article ID: 930839

Article Last Modified on 4/21/2007



APPLIES TO

  • Microsoft SoftGrid for Terminal Services
  • Microsoft SoftGrid for Windows Desktops



SYMPTOMS

The following error message is logged in the SoftGrid Virtual Application Server log file, sft-server.log:

41503 "Invalid raw data request: Number bytes."

CAUSE

This issue occurs if the value of the Max Block Size setting of SoftGrid Virtual Application Server is smaller than the value of the Max Block Size setting of the .sft file.

RESOLUTION

To resolve this issue, increase the Max Block Size setting of SoftGrid Virtual Application Server so that it is equal to or greater than the Max Block Size setting of the .sft file. To do this, follow these steps in SoftGrid Virtual Application Server.

  1. Use a text editor, such as Notepad, to open the Sft-server.log file.
  2. Locate the "Invalid raw data request" line. For example, locate the following line:

    [0000-00-00 00:00:00.000] SoftGrid Virtual Application Server Name 3368 1512 SW_CacheHandle::GetRawData - "Default Provider" user_namefile_name.sft 2 41503 "Invalid raw data request: 671004 bytes."

    Alternatively, use Sequencer to open the .sft file, and then click the Properties tab. The value of the Max Block Size setting appears under Dir Map General. This value is in bytes.
  3. Note the size of the "Invalid raw data request" setting. In this example, the size is 671,004 bytes.
  4. Convert this value to kilobytes. For example, convert 671,004 bytes to 672 kilobyes (KB).
  5. Start the SoftGrid Management Console.
  6. Expand SoftGrid Systems, expand Server_name, expand Server Groups, and then expand Default Server Group.
  7. Right-click SoftGrid Virtual Application Server, and then click Properties.
  8. Click the Advanced tab.
  9. In the Max Block Size (KB) box, type 672.

    Note The default value of the Max Block Size (KB) setting is 512.
  10. Click OK.
  11. Stop, and then start the SoftGrid Virtual Application Server service.


MORE INFORMATION

Depending on the version of SoftGrid Client that you are using, you may notice that a program does not stream if the value of the Max Block Size setting of SoftGrid Virtual Application Server is smaller than value of the Max Block Size setting of the .sft file. For more information about the error codes that may be logged when this probelm occurs in SoftGrid Client, click the following article numbers to view the articles in the Microsoft Knowledge Base:

930611 Error message when you try to start an application in Microsoft SoftGrid: "Error code: xxxxxx-xxxxxx0A-200001F4"


930768 Error message when you try to start an application in Microsoft SoftGrid: "Error code: xxxxxx-xxxxxx0B-8016B02B"


930766 Error message when you try to start an application in SoftGrid Client: "A network error occurred. Error code: xxxxxx-xxxxxx0A-01F48016"


930765 Error message in SoftGrid Client: "Error code: xxxxxx-xxxxxxxx-01F48013"


Keywords: kbtshoot kbexpertiseinter KB930839