Unable to find ui_conf_id of upload widget

We are trying to integrate Kaltura with sakai.
We need to give upload player widget but couldn’t find.
We used below sql query to and got ui_conf id.
select id from ui_conf where name like ‘%Kaltrua kcw%’;

We are getting /flash/flexwrapper/v1.2/FlexWrapper.swf was not found on this server while accessing the widget.

We are able to successfully integrate sakai with Kaltura cloud trial version.
Kaltura contribution wizard widget id of Kaltura cloud is 11601051.

Please help me how to find/create widget.

Hi @chaitanya_kumar_ch,

mysql> select * from ui_conf where name like '%ske%'\G

Should return the parallel UI conf ID on your ENV.