Re: Apache Manifold Documentum connector

2023-03-17 Thread Rasťa Šíša
Thanks a lot for your kind and elaborate response!
I will do some further investigation on my own towards the documentum.
Best regards,
Rasta

pá 17. 3. 2023 v 12:08 odesílatel Karl Wright  napsal:

> It was open-sourced back in 2012 at the same time ManifoldCF was
> open-sourced.  It was written by a contractor paid by MetaCarta, who also
> paid for the development of ManifoldCF itself (I developed that).  It was
> spun off as open source when MetaCarta was bought by Nokia who had no
> interest in the framework or the connectors.
>
> I do not, off the top of my head, remember the contractor's name nor have
> his contact information any longer.
>
> There are many users of the Documentum Connector, however, and I would
> hope one of them with more DQL experience will respond.
>
> Karl
>
>
>
> On Fri, Mar 17, 2023 at 5:41 AM Rasťa Šíša  wrote:
>
>> Hi Karl, thanks for your answer! Would you be able to point me towards
>> the author/git branch of the documentum connector?
>> Best regards, Rasta
>>
>> čt 16. 3. 2023 v 20:58 odesílatel Karl Wright 
>> napsal:
>>
>>> Hi,
>>>
>>> I didn't write the documentum connector initially, so I trust that the
>>> engineer who did knew how to construct the proper DQL.  I've not seen any
>>> bugs related to it so it does seem to work.
>>>
>>> Karl
>>>
>>>
>>> On Thu, Mar 16, 2023 at 8:23 AM Rasťa Šíša  wrote:
>>>
>>>> Hello,
>>>> i would like to ask how does Documentum Manifold connector select the
>>>> latest version from Documentum system?
>>>>
>>>> The first query that gets composed collects list of i_chronicle_id in
>>>> DCTM.java. I would like to know though, how does the Manifold recognize the
>>>> latest version of the document(e.g. Effective status).
>>>> From the ui, i am able to select some of the objecttypes, but not
>>>> objecttypes (all).
>>>>
>>>> In dql it is just e.g.
>>>> *select i_chronicle_id from   *
>>>> instead of *select i_chronicle_id from  (all)
>>>> . *
>>>>
>>>> This "(all) object" returns all of them. The internal functioning of
>>>> documentum though, with the first type of query, does not select
>>>> i_chronicle_id of documents, that have a newly created version e.g. the
>>>> document is created approved and effective, but someone already created a
>>>> new draft for it. with the (all) in the dql, it brings in all the documents
>>>> and their r_object_id, among which we can select the effective version by
>>>> status.
>>>> Is this a bug in manifold documentum connector, that it does not allow
>>>> you to select those (all) objects and select those documents with new
>>>> versions?
>>>> Best regards,
>>>> Rastislav Sisa
>>>>
>>>


Re: Apache Manifold Documentum connector

2023-03-17 Thread Rasťa Šíša
Hi Karl, thanks for your answer! Would you be able to point me towards the
author/git branch of the documentum connector?
Best regards, Rasta

čt 16. 3. 2023 v 20:58 odesílatel Karl Wright  napsal:

> Hi,
>
> I didn't write the documentum connector initially, so I trust that the
> engineer who did knew how to construct the proper DQL.  I've not seen any
> bugs related to it so it does seem to work.
>
> Karl
>
>
> On Thu, Mar 16, 2023 at 8:23 AM Rasťa Šíša  wrote:
>
>> Hello,
>> i would like to ask how does Documentum Manifold connector select the
>> latest version from Documentum system?
>>
>> The first query that gets composed collects list of i_chronicle_id in
>> DCTM.java. I would like to know though, how does the Manifold recognize the
>> latest version of the document(e.g. Effective status).
>> From the ui, i am able to select some of the objecttypes, but not
>> objecttypes (all).
>>
>> In dql it is just e.g.
>> *select i_chronicle_id from   *
>> instead of *select i_chronicle_id from  (all)
>> . *
>>
>> This "(all) object" returns all of them. The internal functioning of
>> documentum though, with the first type of query, does not select
>> i_chronicle_id of documents, that have a newly created version e.g. the
>> document is created approved and effective, but someone already created a
>> new draft for it. with the (all) in the dql, it brings in all the documents
>> and their r_object_id, among which we can select the effective version by
>> status.
>> Is this a bug in manifold documentum connector, that it does not allow
>> you to select those (all) objects and select those documents with new
>> versions?
>> Best regards,
>> Rastislav Sisa
>>
>


Apache Manifold Documentum connector

2023-03-16 Thread Rasťa Šíša
Hello,
i would like to ask how does Documentum Manifold connector select the
latest version from Documentum system?

The first query that gets composed collects list of i_chronicle_id in
DCTM.java. I would like to know though, how does the Manifold recognize the
latest version of the document(e.g. Effective status).
>From the ui, i am able to select some of the objecttypes, but not
objecttypes (all).

In dql it is just e.g.
*select i_chronicle_id from   *
instead of *select i_chronicle_id from  (all) . *

This "(all) object" returns all of them. The internal functioning of
documentum though, with the first type of query, does not select
i_chronicle_id of documents, that have a newly created version e.g. the
document is created approved and effective, but someone already created a
new draft for it. with the (all) in the dql, it brings in all the documents
and their r_object_id, among which we can select the effective version by
status.
Is this a bug in manifold documentum connector, that it does not allow you
to select those (all) objects and select those documents with new versions?
Best regards,
Rastislav Sisa


Fwd: Defining an attribute that is an array in documentum connector

2023-03-14 Thread Rasťa Šíša
Hello, i tried to define a condition in manifoldCF UI where the documentum
attribute is an array on the other side.
applicable_sites = 'desired_value'
But it keeps telling me  Documentum error:
[DM_QUERY_E_REPEATING_USED]error: "You have specified a repeating attribute
(applicable_sites) where it is not allowed."

How can i resolve this? How can i define in ui something like
applicable_sites contains 'desired_value' ? Is there a special syntax for
this?
Best regards,
Rastislav Sisa