Hi All, I have trying to move data to sql server using "PutSQL" processor, In this case i have created a specific DBCP connection pool. I have tried some following steps for this operation
1. I moved to the "sqljdbc" jar file to nifi lib location and then restart server. 2. I can able to moved the data to SQL Server using server authentication. 3. After i tried to move the data using sql server using windows authentication, so i have changed my connection string like jdbc:sqlserver://localhost;database=MyData;integratedSecurity=true; In this case i have found some exceptions like " the driver is not configured for integrated authentication" and also i have tried to put "sqljdbc_auth.dll" to nifi lib location. still the problem not yet solved. Can ypu please share the information for resolving this issue. Regards, Ravi
