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
Create Project with project template doesn't work with custom node
Dan_Duffy
Hi,I am having problems in creating a project using a project template. Here is the issue:We have lot of projects with the defined folder structure in each project. We created a project template and using the same for any new project creation. I created a custom node in the project and made a new project template. I was able to create a project with the folder structure except the custom node. I amgetting the following error: Create Node check failedHow can I fix this problem. Please let me know.Thanks in advance.
Find more posts tagged with
Comments
Donna Nalls
When you created your custom node, did you create a correspnding XMLNode object? If you are using LL 9.5, look in the XML Ospace and make an orphan of XMLNode object...configure accordingly.If you are using LL 9.2, i believe the XMLNode object is in the LLIAPI Ospace.best,donna
Dan_Duffy
Thanks for the reply. I orphaned the XMLNode object in my custom module. I am getting the following Oscript error:An object was not specified.Thanks,Ravi
Donna Nalls
Hi Ravi,Did you set the fEnabled and fSubtype features...then run BuildOspace??When exactly are you seeing this error message?thx,donna
Dan_Duffy
Hi Donna,Thank you! I fixed the issue. There was a bug in NodeCreateSubclassPre() method. I am using this method to add metadata. Thanks for your help,Ravi
eLink User
Message from Nair, Krishnankutty via eLinkAre you saying the OT method had the bug or was it your code that hadthe bug.I am thinking of using The NodeCreateSubclassPre() method in something Im doing so asking.-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Thursday, October 12, 2006 10:48 AMTo: eLink RecipientSubject: Hi Donna,Hi Donna,Posted by BofA, Developers @ on 10/12/2006 11:45 AMHi Donna,Thank you! I fixed the issue. There was a bug in NodeCreateSubclassPre()method. I am using this method to add metadata. Thanks for your help,Ravi[To reply to this thread, use your normal E-mail reply function.]============================================================Topic: Create Project with project template doesn't work withcustom node
https://knowledge.opentext.com/knowledge/llisapi.dll/open/8462509Discussion
: Development Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.-----------------------------------------*Please note my E-Mail Address has changed. Please update yourcontact list*Anadarko Confidentiality Notice: This electronic transmission and any attached documents or otherwritings are intended only for the person or entity to which it isaddressed and may contain information that is privileged,confidential or otherwise protected from disclosure. If you havereceived this communication in error, please immediately notifysender by return e-mail and destroy the communication. Anydisclosure, copying, distribution or the taking of any actionconcerning the contents of this communication or any attachments byanyone other than the named recipient is strictly prohibited.
Dan_Duffy
It was a problem in my code.Thanks,ravi