Wednesday, August 19, 2015

Not able to input data in BPM process at run time


I created a sample BPM process to take few parameters as input and deployed this code to the integrated server.

After that I logged in to BPM workspace page and invoked the service.

However when I invoked the service it was not allowing me to input data as the input section was greyed out.

Since I have captured the screen shot of my development I went back to check the issue.

I realized I have not selected the option Editable for the data object while creating the human task flow.



I am not sure of the way how to change it post deployment so I recreated a new human task and ensured that the Editable section is selected.

I went ahead and deployed the project and now I am able to input data in the BPM process.

Wednesday, August 12, 2015

After deployment of product line the New model is not reflected




I was working in Oracle cloud cpq (big machines) and i found this issue.

I create a new Model in my prodcut line, added few configurable attirbutes to it then created a

configuration flow and attached a desktop layout to the same.

After configuration i deployed the product line using the deployment center.

However to my surprise even though after deployment i was not able to see my model in the product line page.


The reason for the issue was that we need to deploy the home page as well
This is a one time activity and should be done to reflect the changes.

In order to deploy the code

Go to Admin tab

Now in the list of options

Go to Style and Templates and select Home page

Now here select your Product family and refresh the product line.

After refresh click on deployment center and deploy the changes.

Go back to your product family and validate if you are now able to see the model.


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.