×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I opened a support ticket with IBM on this issue. They confirmed that this service will not access /QNTC. The offered workaround is to submit an RFE, which I have created and linked, but, we do have a more traditional work around that we've already implemented to list the contents from a /QNTC directory pointing toward a Windows server.
http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=140743
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Darren Strong
Sent: Monday, March 2, 2020 3:56 PM
To: midrange-l General Questions (midrange-l@xxxxxxxxxxxxxxxxxx) <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: ifs_object_statistics not working with QNTC
Trying the following SQL to extract a list from a share on a PC server. This operation works with /tmp directory, but, doesn't seem to be able to access anything in /QNTC, or a specific directory in QNTC. I do have authority to the share on the server, because I have already placed files on that server in another program successfully.
Is this a known issue, or is there something I need to do to work around it? No error is returned, and no results.
select cast(path_name as varchar(500))
from
table(qsys2.ifs_object_statistics(start_path_name=>
'/QNTC/WMSDEV',
subtree_directories=>'NO'))
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.