Recent Discussions
Does anyone know of a document or instruction sheet for Dqlexec.exe?
In a command window we receive limited syntax - qlexec [OPTIONS] -h, --help Show help message -q, --query <query> DQL query -f, --file <path> File containing DQL query -p, --path <path> Path containing bulk input files -o, --outdb Output DB -i, --runas <user@domain> Runas user -m, --merge <dir> Merge DQL outputs -c, --check-syntax Check query syntax only -s, --use-stdout Print logs to standard output -a, --schema Generate output db schema --make-queue Create a workqueue for future workers --worker Process items from workqueue Example usage: To execute DQL query: dqlexec -q <query> -o <outdb> -i <user@domain> To execute DQL query contained in a file: dqlexec -f <file> -o <outdb> -i <user@domain> To execute DQL query having "IN FILE()" clause: dqlexec -q <query> -p <path> -o <outdb> -i <user@domain> To merge partial DQL outputs: dqlexec -q <query> -m <dir> -o <outdb> -i <user@domain> To merge partial DQL outputs having "IN FILE()" clause: dqlexec -q <query> -p <path> -m <dir> -o <outdb> -i <user@domain> To simply check syntax of a DQL query: dqlexec -q <query> -c To generate an empty db from a DQL query: dqlexec -q <query> -o <outdb> -i <user@domain> -a Questions arise about the values to use for the <options> formatting and usage and I am trying to find any further documentation as all searches of documents or Veritas online fail to return the desired outcome. I am looking to perform testing with valid input. Thank you Pix_RPix_R28 days agoLevel 57Views0likes0CommentsWriting Made Easy: Tips and Tricks with Book Writing Helper
Simplify your writing process and unlock your full potential with the help of Book Writing Helper's tips and tricks. Explore practical advice and actionable strategies to overcome common writing challenges, boost your productivity, and enhance the quality of your work. From overcoming writer's block to refining your prose, this article provides invaluable insights to make writing easier and more enjoyable than ever before.ryanhiggs7 months agoLevel 0469Views0likes0CommentsDI integration with EV
I’m doing DI-EV workflow tests. I’ve set up everything between the 2 tools, but despite numerous attempts to archive a file or the folder, I’m receiving the same error on DI side (version 6.5.0). “[Exception in method Archive:System.ServiceModel.FaultException`1[www.symantec.com.EnterpriseVault.API.FileSystemArchiving.Data.TimeoutFault]: The File System Archiving task service failed to start. Check that the File System Archiving task service is enabled in the configuration file, <Enterprise_Vault_installation_folder>\EvFSAArchivingTask.exe.config. (Fault Detail is equal to www.symantec.com.EnterpriseVault.API.FileSystemArchiving.Data.TimeoutFault).]” There is not much on this error on the VERITAS site:https://sort.veritas.com/public/documents/SDI/4.5/windows/productguides/html/sdi_admin/apas06.htm The site states that the error occurs at random and suggest re-submission. I’d done that many times, but the error is not random but consistent. Is there any solution to it? Thank you TomaszTomasz17 months agoLevel 0534Views0likes0CommentsDI version 6.6 vs DI6.5.2
Since the RP2 came out (2023-09-25) for the 6.5 version after 6.6 was released(Release date: 2023-09-04) are we able to assume the newest version contains the fixes for the prior version which were back ported or should we anticipate a HF1 for 6.6? Release Name : Data Insight 6.5 RP2 (6.5.2) Release Date : 25-September-2023 Operating System : Windows and Linux Errors/Problems Fixed: ====================== [CFT-5631] - Dqlexec.exe dump is generated on DI 6.5.1 [CFT-5630] - Fixed indexwriter dmp [CFT-5640] - Setting MIP action is failing for NetApp C-mode having CIFS as well as NFS shares [CFT-5700] - Share Discovery failed for SPOnline [CFT-5633] - The folder structure is not showing up correctly in WorkSpace for WinNas shares [CFT-5632] - Dashboard Computation Report not completing post upgrade to DI 6.5 [CFT-5685] - SharepointOnline scan failed for few sites with exit code -1 [CFT-5629] - DQL query is not accepting CSV file as input [CFT-5658] - Set MIP label fails for all files if the parent folder contains unsupported file types which are not listed in the 6.6 Known issues This chapter includes the following topics: ■ Inactive Data by Owner report ■ Installcli ■ SharePoint ■ Documentum ■ OneDrive, SPOnline and Azure devices ■ Isilon ■ User Impersonation ■ Microsoft Purview Information Protection (MIP) Label ■ Amazon S3 ■ Azure AD ■ Keystore ■ OneDrive ■ Console display issues PixPix_R9 months agoLevel 51.2KViews0likes3CommentsWhat is the expected behavior during Indexer Migration in DI?
When a migration is initiated in the console of a filer to a new indexer and it is underway, what is the expected behavior when Storage Admins add new additional shares to the filer that is migrating? Since they were not in the msu_status table when the migration proceeded do we just expect the files to be left behind and deleted or removed if manually placed upon the destination? PixPix_R11 months agoLevel 51.1KViews0likes2CommentsReporting on user fails to bulk add users in Data Insight
When testing addition in the lab where I would have User1@productionand User1@Labthe user fails to add as unable to resolve: 2023-10-26 14:29:39 WARNING: #{421} [ServerUtils.getUserByLogonName] Unable to resolve user Java.lang.Exception: Unable to resolve user at com.symc.matrix.ui.server.ServerUtils.getUserByLogonName(ServerUtils.java:462) at com.symc.matrix.ui.server.ServerUtils.getUserByLogonName(ServerUtils.java:449) at com.symc.matrix.report.util.ReportsUtils.getUsers(ReportsUtils.java:6559) at com.symc.matrix.report.util.ReportsUtils.setCSVValues(ReportsUtils.java:7912) at com.symc.matrix.ui.server.servlets.FileUploadServlet.processReportsCsv(FileUploadServlet.java:776) at com.symc.matrix.ui.server.servlets.FileUploadServlet.processUpload(FileUploadServlet.java:264) at com.symc.matrix.ui.server.servlets.FileUploadServlet.doPost(FileUploadServlet.java:173) at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at com.symc.matrix.ui.server.filters.LoginFilter.doFilter(LoginFilter.java:110) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at com.symc.matrix.ui.server.filters.CacheControlFilter.doFilter(CacheControlFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:126) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-10-26 14:29:39 WARNING: #{421} [ReportsUtils.getUsers] Not able to resolve user/group However if I type in the string used and filter both are returned. Is there a flag to add all found users? Is this a bug or assumption that a large enterprise does not have >1 user with the same name? Is there a known workaround to add the users to the report in bulk? Pix939Views0likes1CommentCVE-2023-38545/6 security vulnerability.
In trying to assess implications of the CURL hack upon Data Insight I see the\DataInsight\perl\site\lib\HTTP\Any\Curl.pm perl module listslibcurl 7.21.6 or newer. While that is a very old version and specifically the CVEs call out Affected Versions Affected versions: libcurl 7.69.0 to and including 8.3.0 Not affected versions: libcurl < 7.69.0 and >= 8.4.0 (where a patch has been identified) we are left to wonder as to ramifications of system software changes upon the Application. Our organization will be patching for the various applications utilizing http calls over Socks5 (mentioned as a proxy in the script) and I will need to know a few facts to enter discussions with our security team. Is DI affected by the vulnerability? Will DI be aversely affected by patching to the latest library version? Has Veritas released any statement on the vulnerability and its products? Thank you PixSolvedPix_R12 months agoLevel 51.3KViews0likes2Commentsv-378-1312-105 error is Data Insight.
During incremental scans we are seeing an error there is no public knowledge article for. Exit Code: 11; An attempt was made to load a program with an incorrect format” errors on incremental scanning of shares. Are there any internal knowledge articles that can be shared or others that have overcome this issue? I doubt we have a mismatch between a 64 bit and 32 bit library but we are testing version 6.5.2 Thanks PixPix_R12 months agoLevel 51.2KViews0likes3CommentsData insight 6.2.0.110000 install issues
Bonjour, J'essaie de faire une montée en version de Data insight de la version 6.1.4.9935 vers la version 6.2.0.11000, mais ceci se bloque dans la phase "Extracting Files". J'ai un serveur windows 2012 r2 standard avec 16go de RAM. La première upgrade s'est bien passé mais les services n'étaient pas installés (DataInsightComm .....), d'ou j'ai tenté de faire l'install à nouveau mais depuis je ne peux pas surpasser la phase d'extraction des fichier (Voir capture ci-dessous) Est ce possible de m'aider pour résoudre ce soucis. D'avance merci. MANSOUR Achref.AchrefMANSOUR2 years agoLevel 21.6KViews0likes5Commentspermchg_cifs_*
Is there a job to follow to have these play into the indexes? [indexwriter can seem to ignore them] Can I watch the logs {other than indexer to see the failures causing them to go to the err folder? I would like to know the process from the capture under\DataInsight\data\tmp\COMMD to the indexing.Pix_R2 years agoLevel 5793Views0likes1Comment