Oui, j'ai besoin d'une solution
Hi,
I'm running a DQL report which queries the dfspath table, and unexpectidly getting "(null)" values being reported in every column where it trys to resolve the DFS path names.
dfspath_rowid | msu_name | parent_name | absname | name | physicalname |
1 | Files/London/Clients/H | (null) | \\UK\Files\London\Clients\H(null) | (null) | \\UKFILER01\share01\London\Clients\H\hat\001.docx |
2 | Files/London/Clients/H | (null) | \\UK\Files\London\Clients\H(null) | (null) | \\UKFILER01\share01\London\Clients\H\hat\010.msg |
3 | Files/London/Clients/H | (null) | \\UK\Files\London\Clients\H(null) | (null) | \\UKFILER01\share01\London\Clients\H\hat\010A.msg |
4 | Files/London/Clients/H | (null) | \\UK\Files\London\Clients\H(null) | (null) | \\UKFILER01\share01\London\Clients\H\hat\020.pdf |
5 | Files/London/Clients/H | (null) | \\UK\Files\London\Clients\H(null) | (null) | \\UKFILER01\share01\London\Clients\H\hat\020a.pdf |
The DQL query is:
FROM dfspath
GET msu.name,
parent.name,
absname,
name,
physicalname
IF depth<2
Any idea why the report is returning (null) values in these columns, and is there any way around it. The DFS maps were sucessfully imported (no errors) and there doesn't seem to be any issues when viewing the DFS paths via the workspace tab or through the out-of-box reports - only the DQL reports seem to be having an problem.
The system is running Data Insight v4.5.0
Thanks
Phil.