Enumerated values discovery issue #113
-
|
Hi, I have a bit of an issue when trying to import a document with attributes that have an enumerated list type value. The thing is that it works just fine on my computer, but trying it on a colleagues computer it refuses to discover those values and returns them as empty. Has anybody come across anything similar or knows anything about this? It also seems that OSLC does not discover these enum values and I have to resort to finding them via HTML. Thankful for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
I'm not sure what type of import you're referring to, but if you are using the DOORS Next browser UI then I don't think that's anything related to ELM-Python-Client. Or be a lot more specific about how you're importing using ELM-Python-Client, presumably you would be using your own code as the only import I cna think of in ELM-Python-Client is for reqIF but you don't mention that, and give a specific example of what the problem is, for example what you expect and what happens. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much, got it to work after switching computers so I could debug! |
Beta Was this translation helpful? Give feedback.
I'm not sure what type of import you're referring to, but if you are using the DOORS Next browser UI then I don't think that's anything related to ELM-Python-Client. Or be a lot more specific about how you're importing using ELM-Python-Client, presumably you would be using your own code as the only import I cna think of in ELM-Python-Client is for reqIF but you don't mention that, and give a specific example of what the problem is, for example what you expect and what happens.