Oracle SOA Suite (MOSC)

MOSC Banner

WLST importMetadata() fails with Unable to load MDS configuration from "META-INF/adf-config.xml"

I am trying to import MDS data to an Oracle system using WLST and the function importMetadata().

The system is configured as as follows:

AdminSServer
infra_server1  - (infra_cluster_1)
infra_server1  - (infra_cluster_1)
infra_server1  - (infra_cluster_1)

soa_server1  - (soa_cluster_1)
soa_server2  - (soa_cluster_1)
soa_server3  - (soa_cluster_1)

Remotely I have tried suing the following script:

import wlimport os
import time
import sysprint("*** Connecting ***")
connect("weblogic", "password", "t3://10.10.11.12:7001")try:
    domainConfig()
    print("-"*100)
    path="D:\\tmp\\soa-mds.jar"
    print("*** calling importMetadata(path='%s') ***" % path)
    importMetadata(application='soa-infra',
                   server='AdminServer',
                   fromLocation=path,
                   docs='/apps/**',

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center