Questions tagged [oslc]

Open Services for Lifecycle Collaboration, or OSLC, is a standard for lifecycle integration for large software projects.

Open Services for Lifecycle Collaboration, also known as OSLC, is a standard for lifecycle integration to help manage large software projects over their entire duration.

51 questions
1
vote
1 answer

Unable to update custom attribute in RTC via REST API

I'm doing a POC and manually posting an XML block to our RTC server. I've set my content type header to the following: application/x-oslc-cm-change-request+xml In testing I started with trying to amend the title of a ticket i.e. my test…
Sulphy
  • 766
  • 2
  • 9
  • 29
1
vote
1 answer

How to retireve all 'changesets' or 'files which are modified' in rtc ccm using oslc scm REST API

Can anyone help me in getting the list of changesets or the files which are modified using oslc. Iam using rtc ccm. Iam able to get it through workitem, but I want to access all changesets directly from scm or any method to get the UUID for all…
Muzammil Shareef
  • 199
  • 1
  • 11
0
votes
0 answers

Doors next generation custom attribute updater

Hi I'm a newbie working on a script in doors next generation project using rest APIs. Requirement is to update the attributes inside a module and contents using script. I am able to get till required module. Can anyone please guide me next steps and…
Namrata
  • 41
  • 2
0
votes
0 answers

IBM Maximo REST service POST body is ignord

I have tried to create a record through REST service in IBM Maximo. The problem is that I created the record but I can't assign values to the attributes. Also if the object had a requierd attributes a got this error BMXAA4195E - A value is…
Last_Game
  • 1
  • 1
0
votes
0 answers

JavaFx + webview, stop sending back data to java listener stochastically, while webview loaded delegated UI in an iframe

I use javafx & webview to load a delegated UI in new stage in an iframe. the page contain paginated table with checkbox,which the selected Items will be send back to my listener as json format.delegated UI provided by the server and I have no access…
mjr
  • 165
  • 1
  • 9
0
votes
0 answers

Getting a string of specifc length from Maximo Manage API (oslc.where query)

I'm working with the IBM Maximo Manage API(v8), and currently Im trying to get the largest item number (itemnum) that starts with 99 and is exactly 7 digits long from our item database. The part I'm struggling with is trying to get an item number…
0
votes
1 answer

What is the Namespace prefix for doors next generation , the source type URI , the link property in OSLC in?

I want to know the Namespace prefix for doors next generation, if I wanna do an integration for requirement management tool for doors next generation in another application, and for the yellow area what is the Namespace prefix for doors next…
Aref
  • 1
  • 1
0
votes
1 answer

How to Add Asset in Multi Asset/Location section on Work Order in Maximo using REST API?

I am trying to add Assets in multi asset/location section on work order using REST API call but unfortunately I am getting error. Below is The SOAP UI xml I am using. Any suggestions ?
0
votes
1 answer

Is there a Simple OSLC Metamodel Showing Entities and Relationships?

There seems to be any amount of RDF-format for the OSLC but what I'm looking for is a simple E-R-like view of the OSLC metamodel which shows the concepts and relationships which can be used to understand the organisation and possible queries. Is…
wikitect
  • 437
  • 4
  • 12
0
votes
1 answer

RTC OSLC query to filter only tasks from workitem

How to filter workitems by tasks in OSLC api, I've tried the following queries but none of them is…
MukeshRKrish
  • 1,040
  • 5
  • 14
0
votes
0 answers

Error in reading OSLC response & executing sparql using jena

I'm using OSLC V2.0 to get the data from clearquest (as RDF), save it as a ".rdf" file & execute a sparql query over that file using Apache-Jena. Data from OSLC response:
Ragul
  • 335
  • 1
  • 3
  • 12
0
votes
1 answer

Nested conditions in where clause of OSLC

Are nested conditions possible in WHERE clause of OSLC? Ex : oslc.where=(name="James" and age>25 and (operatingStatus=null or operatingStatus="Active") ) If not, what is the way to extract using such nested WHERE condition? Am new to OSLC. Any help…
Ragul
  • 335
  • 1
  • 3
  • 12
0
votes
1 answer

Maximo Anywhere 7.6 - Custom Query added in Maximo & app.xml is not displayed in the browser

I have created a custom public query in Service Request application in Maximo. The same is downloaded as part of WorkManagement rdf as part of execution of anywhere-rdf-puller.xml. When the query is added in app.xml in view and resource sections,…
Karthik P
  • 13
  • 6
0
votes
0 answers

OSLC Doors Next Gen

I've been working with OSLC services to communicate Altium Designer and Doors 9.5 between them. Well Doors 9.5 works with DWA to provide OSLC services, that's why the consumer created using Lyo repositories is based on DWA. Now, I need to create a…
m.dorian
  • 489
  • 1
  • 6
  • 24
0
votes
1 answer

BMXAA8342E There was an error loading the OSLC interaction cache

I have created a new object structure and OSLC Resource in Maximo with an intent of using it in Maximo Anywhere. After making the change I have reverted the changes using the Maximo UI and restarted the Maximo application. Now I am unable to query…
Prasad
  • 43
  • 10