Reporting on Common Metadata Assets
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
Reporting on Common Metadata Assets
Is there any easy and straightforward way to obtain a list of all common metadata assets in the Repository, ideally using a command line tool (but I'll tolerate a GUI if absolutely necessary, provided the results can be written to a file)?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
you might want to experiment with istool and the -preview option.
Ernie Ostic
blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
Is this an undocumented option?
Code: Select all
E:\IBM\InformationServer\Clients\istools\cli>istool -help
istool Command [ Command_Options ] [ Options ]
Possible values for: Command
glossary export : Export business glossary content
glossary import : Import business glossary content
glossary bi2bg : Building a glossary from BI
glossary ldm2bg : Building a glossary from LDM
deletecm : Delete command set
query : Query command set
ODBAdmin countdb : countdb option is for counting the records from ODB.
ODBAdmin purgedb : purgedb option is for deleting the records from ODB.
- : Provide usage information.
help : Provide command-line help information.
: Istool Console.
export : Export to a file.
import : Import from a file.
build package : Build a Deployment Package.
deploy package : Deploy a Deployment Package.
send package : Send package to a file
delete : Delete DataStage assets.
workbench automated services : Runs the Metadata Workbench automated services
import custom attribute values : Imports custom attribute values for existing Information Assets from a file
workbench delete flows : Deletes flows for existing Information Assets from a file
workbench import flows : Imports flows for existing Information Assets from a file
workbench extension mapping delete : Deletes Metadata Workbench Extension Mappings
workbench extension mapping import : Imports Metadata Workbench Extension Mappings
workbench extension source delete : Deletes Metadata Workbench Extension Data Sources
workbench extension source import : Imports Metadata Workbench Extension Sources
workbench query : Executes Metadata Workbench query
To list Command_Options, enter: istool Command -help
Possible values for: Options
Long Name: Short Name: Description:
-help , -h : print command usage
-verbose , -v : display progress
-silent , -s : silence command output
-script , -script : file to read commands from.
Exit codes:
0 - Success
1 - Warning
2 - Partial failure
3 - Error reading from console
4 - Invalid command history index
5 - Error reading from script file
11 - Invalid command syntax
E:\IBM\InformationServer\Clients\istools\cli>IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
try: istool import -help or istool export -help
Ernie
Ernie Ostic
blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
