Friday, June 4, 2010

See all developer logins in Siebel

I wanted to see all users who had localdbs on our server.

 

select * from user_role_privs

 

..will list all the users roles. The user with SSE_ROLE permissions are registered developers, and they could have local dbs.

Tuesday, June 1, 2010

'Transaction Updated' is a required field. Please enter a value for the field.(SBL-DAT-00498)(SBL-EAI-04389)

 

'Transaction Updated' is a required field.  Please enter a value for the field.(SBL-DAT-00498)(SBL-EAI-04389)

 

This error occurs if there are system fields explicitly specified in the Business Component used to insert data into Siebel tables. Find the BC behind the integration object, and check if fields like Created or Updated are mentioned there. Inactivate them and it should work fine.