ibm infosphere metadata asset manager updates to assets by source - datastage

I am starting a new information server (version 11.7), and i did my first import of metadata int o the metadata asset manager then import into datastage.
Here's where I am having issues. What happens if the source table changes? Is there any point in metadata asset manager that will auto update the asset list? or is this a manual process? If this can be set to auto-refresh, where?
Thanks!

There's no auto-refresh feature. The source metadata has to be re-imported manually from the metadata asset manager UI or there's command-line option to re-import using which the whole process can be automated.
IBM Knowledge center link for command-line usage

Related

Pentaho Data Integration what is Update Partition Plugin

In Pentaho Data Integration what is Update Partition Plugin?
I tried PDI tool version pdi-ce-9.3.0.0-428 and I'm getting the error for Update Partition Plugin
You seem to be using PDI with files created in the past or by another person. That file was created using a step that was not available in the stock software, but added when adding a plugin to the PDI installation.
I've googled for a plugin going by that name, but I haven't found it with a quick search. Maybe the people providing the file (transformation or job) can be able to help you to install that plugin.

Is there a way to automatically publish uploaded assets in AEM DAM?

We have WebDAV access to our client's AEM Asset Manager and can successfully bulk upload assets. However we then need to go into the AEM authoring environment to publish the assets for use.
This link seems to suggest that auto-publishing can be done using FTP:
https://helpx.adobe.com/experience-manager/6-3/assets/using/managing-assets-touch-ui.html
Is there a way to set uploaded assets as published without using the AEM authoring environment and preferably through WebDAV (though FTP is not out of the question)?
Implement a workflow which gets launched when an asset is created or updated. Using a workflow, you could easily enable/disable the feature if needed with a launcher and also flag the automatically published assets with custom properties, "unpublishing" them if needed just as easy.

how to connect to jasperserver repository database

I need to import some pdf files into jasper server, for this i need to access JICONTENTRESOURCE table of repository database.
But I could not find a way to locate my repository's database (default POSTGRESQL). Can any one explain how to connect to jasperserver repository database using SQL developer/ or any other tool. thanks in advance.
Default repository DB name is 'jasperserver'. Credentials depend on what you specified during installation (default_master.properties file in case WAR file was used).
Although, you should upload resources by interacting with the application. You could use web UI (View/Repository then right-click on folder and select Add resource/File/Content Resource) or REST API web services to design a script/programm to automate the process.

VSO Migration: Unable to retrieve information for security object $PROJECT:vstfs:///

I have installed OpsHub and trying to migrate the source code from VSTF2013 to VSO. After selecting the TFS Endpoint and VSO Endpoint, clicking on Next. When trying to load the projects to be migrated I am getting this error, "TF50608: Unable to retrieve information for security object $PROJECT:vstfs:///Classification/TeamProject/faedd6e7-e2bc-4f91-917f-3823c951e71b, it does not exist."
When I select some other TPCs in the same VSTF server, I am able to load the projects in VSTF. Could not understand this error code if this is related to security configuration at TPC level or OpsHub is trying to load some project which is does not exist?
I have done some search on this error code TF50608, looks like this issue can occur if any Team Project is deleted and created with the same name. I am able to connect to TPC and load the projects using TFS Administration Tool (http://tfsadmin.codeplex.com/) but OpsHub fails to load the projects.
Is there any work around to skip this error and continue with the selection of the Team Project?
We have verified it is a defect. It will be resolved in the next build coming out soon.
use VERSION 1.0.1.005, in which this issue is resolved

Project Web Access, Resources from Databases

Is there a way to retrieve the resources (names) of a current project? Here at my work we work with the Scrum methodology, so in each sprint we create a new project file.
Each project file is synced with PWA (Project Server Web Access). I have permission on the database to retrieve information.
Is there a way to pull resources names from the database?
Yes you can, but it depends on the version of Project Server you are using.
Project Server 2007
This version introduced the reporting database. It is populated whenever a project is published. (You can query unpublished data by using the drafts database.)
Microsoft have provided a report pack which may already contain the report you need. It also contains many examples on how to use the reporting database.
The complete database schema is available for download in the Project 2007 SDK (look for pj12ReportingDB.chm).
Project Server 2003
As this is an older version there is less information available, however there are example queries from EPM Central that show how to query resources.
The complete database schema is also available from Microsoft.