Ah! Of course, why didn't I noticed that?
Thanks
------------------------------
HENRIK SÖDER
Quale Consulting AB
------------------------------
Original Message:
Sent: 02-25-2025 16:37
From: Michael Marsonet
Subject: Queries in MxLoader - Mas 9
Remove the space before and after the equal sign.
assetnum = "VVI0001" should be assetnum="VVI0001"
------------------------------
Michael Marsonet
MRM-EAM Consulting Inc.
Original Message:
Sent: 02-25-2025 16:30
From: HENRIK SÖDER
Subject: Queries in MxLoader - Mas 9
Hi!
I only succeeded to query records to MxLoader from Mas 9 by using in :
assetnum in ["VVI0001"]
If I try using this query assetnum = "VVI0001" I got the error:
BMXAA8744E - The OSLC query was not parsed. Ensure that the query in the HTTP request follows the correct syntax of the OSLC query specification.
Encountered " <COMPARISON_OP> "= "" at line 1, column 10.
Was expecting:
<IN_OP> ...
You are using REST service. Ensure the where clause is a well formatted OSLC where statement.
See MaximoDev - Querying data with MxLoader using REST service
If i follow the link and read the content it seems that it should work using e.g. =
Am I missing something in my query?
------------------------------
HENRIK SÖDER
Quale Consulting AB
------------------------------