Hi Sitikantha,
you are giving null value for the primary key,
as you know the primary key constraint doesn’t accepts null and it should be unique
so if you are running the Adapter service BatchInsertSql you should enter mandatory fields that are required. you can get exception when you are entering null value or duplicate value which already exists either from 1 to 10 records for the column which Primary key constraint already set.
you can get error If you are running individual flow service(InserSql service)when you do not ener mandatory fields that are set when creating Table.
[COLOR=red][B]
[/b][/color]
here i think you have entered valid records which satisfies the constraints that has set.
If you want to look at the exception by running the flow service individually then enter the duplicte/null value for the column where primary key constraint has been set
[COLOR=red]
Thanks
Gouse.
[/COLOR]
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB