Bulk publishing of TeamSite EA to database using Datadeploy

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

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"/>

TeamSite Developer Resources

  • 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.
image
OpenText CE Products
TeamSite
APIs