Call Detail Record (CDR)
Hi there, has anyone of you had some experience with CDR's. CDR's are Telco style data sets, which describe calls placed by a customer.A call detail record containsmetadata– containingdata fieldsthat describe a specific instance of a telecommunication transaction, but does not include the content of that transaction, according to Wikipedia. Depending (on the noof fields captured)on the telco's definition, these files could be smaller or bigger. They are mostly zipped. I am yet to understand a bit more about it, but the questions is can Di be used to reduce the amount of primiary storage consumed here. Any comments/pointers will be appreciated. Thanks4.8KViews0likes6CommentsMatch Function and Lists
I'm trying to filter paths from a query - does anyone know if it's possible to have a list within a fuction? Or maybe there's another way to get at this. Neither work, but had been thinking something like: MATCHI(parent.name, ("/foo/bar/*", "/foo1/bar2/*"))=1 or MATCHI(parent.name, IN ("/foo/bar/*", "/foo1/bar2/*"))=1539Views0likes1Commentexecute.exe
Hi all For several days on my DI 5.1 server periodically crashes the application: Execute.exe. I enclose the error that I find in the event viewer Faulting application name: Execute.exe, Version: 5.1.0.8001, time stamp: 0x56c737f0 Faulting module name: MSVCR120.dll, version: 12.0.21005.1, time stamp: 0x524f83ff Exception code: 0x40000015 Fault offset: 0x0000000000074a46 Faulting process id: 0x14e8 Faulting application start time: 0x01d1ac300a8ac942 Faulting application path: D: \ Program Files \ DataInsight \ bin \ Execute.exe Faulting module path: D: \ Program Files \ DataInsight \ bin \ MSVCR120.dll Id Report: 496cc6e2-1823-11e6-99a0-005056aa0122 Do you have any idea what might be causing this problem? Thank you Paolo908Views0likes1CommentDQL Report does not output to 1 file 5.0.1
I am using DI 5.0.1 and I am not able to have the DQL report to output to 1 single file. Is anyone else having this issue? I have a DQL query and when I am pulling some of the AD Attributes, it will separate the files. I even have put 'format user AS csv' at the end and it still puts it into multiple files. From user get name, principal_name, login, Home_directory, Department If Home_Directory not in ('nowhere') format user AS CSV; Please help!3.2KViews1like3CommentsError -- # of files in indexer is constantly above threshold
Running Data Insight 5.0 and one my management server I am receiving the following notificaiton: "The # of files in indexer/err is constantly above threshold." Can someone help me out? Doing a google search showed up in issue in a previous version of DI but didn't mention how to fix it. Can someone help me out? Thanks, Jonathan925Views1like1CommentConfiguration parameters dump
Hi, I'm trying to find a way to dump all of the configuration settings into a single file or report and was wondering if anyone out there can share information on how this might be possible. I'm new to DQL so was hoping that some of you gurus out there have a query that dumps the entire config. Regards1.7KViews0likes1CommentDQL Last Accessor Report
Hi, I am trying to run a report to find the last time a file was accessed and by who. The below DQL query works with all columns apart from the last_accessor.name and last_modifier.name. If I run it without these 2 columns it works fine, as soon as I add one of these then it returns zero results. Can you advise how I obtain the last accessor data using the DQL query below please? FROM Path Get basename, absname, created_on, last_accessed, last_accessor.name, last_modifier.name IF extension IN ("xlsm")442Views0likes0Comments