CMDBuild Forum

OCS : import automaticaly

Hello,

I success in creating process to import OCS data to CMDBuild.

For each of my server, the import creates me a lot of process.

I must choose one process by one, and apply the process.

How can all process be apply automaticaly?

Thanks.

In the manual, it said :

"There is an optional parameter for closing the current activity or not named "completeTask".

The value "true" close the current activity, with the "false" (which is the default) the process stops in the start activity and must be continued manually in CMDBuild.

"

 

Where can i find the Optional Parameter "completeTask"?

 

henry ha scritto:

Hello,

I success in creating process to import OCS data to CMDBuild.

For each of my server, the import creates me a lot of process.

I must choose one process by one, and apply the process.

How can all process be apply automaticaly?

Thanks.

 

Ok i found ...

 

You just have to launch the command like this :

 

java -jar ExternalConnector.1.3.1.0.jar . ImportOCS CompleteTask=true

 

The installation's tutorial isnt really good about it ...

 

henry ha scritto:

In the manual, it said :

"There is an optional parameter for closing the current activity or not named "completeTask".

The value "true" close the current activity, with the "false" (which is the default) the process stops in the start activity and must be continued manually in CMDBuild.

"

 

Where can i find the Optional Parameter "completeTask"?

 

henry ha scritto:

Hello,

I success in creating process to import OCS data to CMDBuild.

For each of my server, the import creates me a lot of process.

I must choose one process by one, and apply the process.

How can all process be apply automaticaly?

Thanks.