Hi @lokeshvi , I am using the exact configuration like how you mentioned, still I am facing the same issue. Can you please help in sharing the solution if its working for you. I have set the same unique in the db end and as well the same column in splunk for using UPSERT still I am not able to establish the connection. db_outputs.conf [AddressDBTestNew] connection = fls-test customized_mappings = NAME:NAME:12,CODE:CODE:12,STREET:STREET:12,STATE:STATE:12,ZIPCODE:ZIPCODE:12,COUNTRY_CODE:COUNTRY_CODE:12,CITY:CITY:12,BRANCH:BRANCH:12,PARENT_NUMBER:PARENT_NUMBER:12,PARTNER_TYPE:PARTNER_TYPE:12,PARMA_ID:PARMA_ID:12 disabled = 0 interval = 0 23 * * * is_saved_search = 0 query_timeout = 30 scheduled = 1 search = | inputlookup address-lookup.csv \ | table NUMBER NAME STREET STATE ZIPCODE CITY ISOCODE BRANCH PARENTNUMBER PARTNER_TYPE PARMA_ID\ | rename NUMBER as CODE, ISOCODE as COUNTRY_CODE, PARENTNUMBER as PARENT_NUMBER\ | where NOT (CODE="null" OR NAME="UNKNOWN") table_name = "ADMIN"."dbo"."ADDRESS" ui_query_catalog = ADMIN ui_query_schema = dbo ui_query_table = ADDRESS unique_key = CODE using_upsert = 1
... View more