Using oslcquery on command line is generating errors #79
-
Hi, Thank you! C:\Program Files\Python313>oslcquery -J "My IBM DNG server!" -U "user" -P "My user password!" -p "My project name!" -q rm:module=~465913 -r rm_view:"testview" -O "C:\TEMP\results.csv C:\Program Files\Python313>oslcquery -J "https://nouvlr.clm.ibmcloud.com" -U "user" -P "PlutonPluton105!" |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
As the last line tells you, oslcquery can't create folder .web_cache. This is used to cache responses to speed the overall query and it is left after a run so the next run can use the cached data. The cache content is ignored seven days after it was retrieved. You can clear the cache with the -W option, or clear it and disabled caching using -WW option. Two solutions:
|
Beta Was this translation helpful? Give feedback.
-
I guess you're trying to query views. RM has query capability for views, you can use this by specifying You can see Query Capabilities at the top of a type system report using e.g. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I tried this and I can get the xml file, but I had the issue that I need something to convert this xml file with the original structure, and especially the child nodes. The code I have only parses the parent nodes. |
Beta Was this translation helpful? Give feedback.
-
Hi Ian, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
As the last line tells you, oslcquery can't create folder .web_cache. This is used to cache responses to speed the overall query and it is left after a run so the next run can use the cached data. The cache content is ignored seven days after it was retrieved. You can clear the cache with the -W option, or clear it and disabled caching using -WW option.
Two solutions: