On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

TS 5.5.1 - iwextattr.exe

Hello,

Has anyone tried to call the 5.5.1 version of iwextattr.exe from Perl in workflow? We are having a problem where it returns nothing when we do the following:

$command = "iwextattr.exe -g SomeName SomePath"
$someVal = `$command`;

We always seem to get nothing back in the 5.5.1 build where we have before in 5.5 beta and our previous build of 4.5.1.

The funny thing about all this is that we can get the EA's from the command line, but not WF. It also returns EA lists different from that of the previous builds. For example:

iwextattr.exe -l SomePath

This returns the following:

value.....Name....

Where the previous builds return:
Name=Value
...
Name=Value

Heck, even that shows up different when run in wf. Just checking to see if anyone else has the same problem.

Steve