Details
-
Bug
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
8.8.0
-
None
Description
We have us-dataland-dev setup with directio enabled. Onprem dataland is configured to talk to it with this setup in the env.xml
<RemoteStorage>
<remote name="usdatalanddevaks" service="http://10.146.180.5:8520" useDafilesrv="true"/>
</RemoteStorage>
As we do not have SSL certs setup in us-dataland-dev, I've setup DFS to have auth: none and had Tony Kirk run a test against it. The error occurs when ran on either hthor or thor. Error as seen in ECLWatch:
System error: 1: Could not open logical file ~remote::usdatalanddevaks::tkirk::test in any of these locations: //10.146.180.16:7200/var/lib/HPCCSystems/hpcc-data/tkirk/test._1_of_400 //10.146.180.16:7200/var/lib/HPCCSystems/hpcc-data/tkirk/test._1_of_400 (115)
The error as seen from the direct-access pod:
0000000B USR PRO 2022-07-15 16:56:15.138 8 23 UNK "ERROR: cmd=RFCStreamRead, error=RFSERR_Unknown (4294967286, createRemoteActivity: missing metaInfo). Client: 10.146.180.9:47131"
0000000C USR PRO 2022-07-15 16:56:25.139 8 23 UNK "ERROR: cmd=RFCStreamRead, error=RFSERR_Unknown (4294967286, createRemoteActivity: missing metaInfo). Client: 10.146.180.47:44442"
Please let me know if you need any additional information!