| Summary: | [dstore] Error message when copy a file from another user’s folder | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] Target Management | Reporter: | Samuel Wu <samuelwu> | ||||
| Component: | RSE | Assignee: | David McKnight <dmcknigh> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Martin Oberhuber <mober.at+eclipse> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | dmcknigh | ||||
| Version: | unspecified | ||||||
| Target Milestone: | 3.2 M6 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 295923, 299570 | ||||||
| Attachments: |
|
||||||
|
Description
Samuel Wu
A further investigation found that the following message from the host was returned in the status when dstore ran the command to do the paste cp: FSUM8985 Cannot reset uid or gid on file "/home/user1/temp/test.txt": EDC5139I Operation not permitted. DataElement status = ds.command(cpCmd, args, tgtDE, true); DStoreFileService.copy(String, String, String, String, IProgressMonitor) line: 1789 It seems the cp command doesn't work well in this case. Created attachment 152895 [details]
patch to handle special cp failure case for z/os
I've committed the change to cvs. Is this something you need backported for RSE 3.0.3? bug 299570 was opened for back porting to 3.0.3 (In reply to comment #5) > bug 299570 was opened for back porting to 3.0.3 It turns out this already got backported via bug 295923. |