Wednesday, August 05, 2015

BAM 02518 unrecognized parameter type


While trying to migrate bam components from one instance to another

I got this error

BAM-02518: unrecognized parameter: type
ErrorSource="ImportExport", ErrorID="ExportImport.InvalidParameter

I was trying to import the data object and specified the type as dataobject and landed up with the error above.

Then i tried the following command


icommand -cmd import -updatelayout 1 -file "c:\temp\test.xml"

and i was able to migrate the component.

Again what i observed is that many a tine specifying type leads to an issue so you can simply escape the type parameter and try to import the artifacts.


2 comments:

Roopa said...

Hello,

This is not related to the title topic but did not find a way to contact you.

I have some queries about BPM ---
version we use is Oracle BPM 11.1.1.7.0

how to make sure that all the running tasks will work properly after some deployment. Every time we face different issues. Recently we changed the database pointing and then all the tasks submitted on that day are missing. Those are not listed as faulty, so difficult to identify in EM.

Is there any way to check the status/stage of all running instances before and after deployment for crosschecking.

pl help.

regards,

Roopa

Mikku said...

Roopa,

You need to validate all the dependent artifacts and make sure they are created before hand before you migrate the process.

Example if you are changing the data base make sure all the data source created in the admin console now point to the new database.

Also Make sure all the connections in Jdeveloper are also pointing to the new database.

Further for every application there is and adf-config.xml created, when you change your database make sure the change is also reflected in adf-config.xml file.

And there is no specific tool or Jdeveloper feature to validate before and after deployment.

Make sure you are always compiling your project and there is no compilation issue.