Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
how can you create new objects with livereports?
Bruno_De_Planchon
Hello,What we want is a livereport which generates shortcuts to the content of a folder in another folder. I tried a query inserting new data into Dtree, and it worked fine, I can see find my objects with another livereport. BUT those shortcuts don't appear in livelink interface, where they should be. Would someone have a clue ?
Find more posts tagged with
Comments
Lindsay_Davies
Message from Lindsay Davies via eLinkOne word....Security.If you just did "insert into dtree" you will not have access throughLivelink 'proper' because there are no entries in Dtreeacl for your newobject!Using a Livereport is most definitely NOT the way to create any objectsin Livelink,-----Original Message-----From: eLink Discussion: Livelink LiveReports Discussion[mailto:livereportsdiscussion@elinkkc.opentext.com] Sent: 03 April 2006 16:09To: eLink RecipientSubject: how can you create new objects with livereports?how can you create new objects with livereports?Posted by De Planchon, Bruno on 04/03/2006 11:05 AMHello,What we want is a livereport which generates shortcuts to the content ofa folder in another folder. I tried a query inserting new data into Dtree, and it worked fine, I cansee find my objects with another livereport. BUT those shortcuts don'tappear in livelink interface, where they should be. Would someone have a clue ? [To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: Livelink LiveReports Discussion
https://knowledge.opentext.com/knowledge/livelink.exe/open/2249677Livelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exeTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.livereportsdiscussion@elinkkc.opentext.com.
Bhupinder_Singh
Message from Bhupinder Singh <
bsingh@opentext.com
> via eLink
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">eLink
Please do not use LiveReports, or SQL in general, to create new objects in Livelink. This is not at all supported, and can have bad consequences (for example, when it comes time to upgrade). One should never insert rows manually into DTREE. I don't recall ever asking any customer to do that, even in an attempt to fix a problem.
If you wish to create objects in an automated sort of way, and, at the same time, not do it through the interface, we recommend using the Livelink API (LAPI). Please contact
support@opentext.com
if you require any assistance with LAPI.
- Bhupinder
------------------------------------------------------
Bhupinder Singh, B.Math., B.Ed.
Senior Product Specialist, Customer Support
Open Text Corporation, Waterloo, Ontario, Canada
Customer support e-mail: support@opentext.com
Customer Support Telephone: 800-540-7292
------------------------------------------------------
From:
eLink Discussion: Livelink LiveReports Discussion [mailto:livereportsdiscussion@elinkkc.opentext.com]
Sent:
Monday, April 03, 2006 11:09 AM
To:
eLink Recipient
Subject:
how can you create new objects with livereports?
how can you create new objects with livereports?
Posted by
lamondialeuser1
(De Planchon, Bruno) on 04/03/2006 11:05 AM
Hello,
What we want is a livereport which generates shortcuts to the content of a folder in another folder.
I tried a query inserting new data into Dtree, and it worked fine, I can see find my objects with another livereport. BUT those shortcuts don't appear in livelink interface, where they should be.
Would someone have a clue ?
Bruno_De_Planchon
OK, I won't do that. Thanks for this piece of advice. I'll take a look to LAPI