Bulk publishing of TeamSite EA to database using Datadeploy
Niraj Kumar
Member
HI experts,
I am trying to publish external attributes of files present inside STAGING but I am getting
DBD: Path not found -- interpret as 'NotPresent' error.
my configuration is below:
<deployment name="eauds"> <source> <!-- Pull data tuples from TeamSite Extended Attributes --> <teamsite-extended-attributes options="wide" area="/default/main/intranet/msd-intranet/STAGING"> <path name="."/> </teamsite-extended-attributes> </source>
I think DataDeploy is not able to process "." , is there any other way to achieve this?
Thanks,
Niraj
Tagged:
0
Comments
-
I have found a way bulk publish.
I created a filelist by running the below command:
find /iwmnt/default/main/intranet/nybranch/STAGING/ -type f > /u01/app/tmp/mybranch-intranet-filelist.txt
and then the changed
<path name=".">
to
<path filelist="/u01/app/tmp/mybranch-intranet-filelist.txt"/>
0
Categories
- All Categories
- 122 Developer Announcements
- 53 Articles
- 151 General Questions
- 147 Thrust Services
- 56 OpenText Hackathon
- 35 Developer Tools
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 917 Cloud Fax and Notifications
- 84 Digital Asset Management
- 9.4K Documentum
- 31 eDOCS
- 181 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 8 XM Fax
- Follow Categories
TeamSite Developer Resources
If you are interested in gaining full access to the content, you can register for a My Support account here.
- Docker Automation
- LiveSite Content Services (LSCS) REST API
- Single Page Application (SPA) Modules
- TeamSite Add-ons
If you are interested in gaining full access to the content, you can register for a My Support account here.