Hello All,
Im trying get connect the sqlserver tablt to Sharepoint List using BCS services + Sharepoint Designer.
i have created the external content type using SPD, creating all permission to table, operation properties, parameter, filter parameter every thing is fine.
then here i have to SAVE the external content type, im getting error: External Content Type Failed to SAVE
detailed Error:
An unexcepted internal error occured in the Business Data Connectivity Sahred Service: Access to the temp directory is denied. identity 'NTAUTHORITY\NETWORK SERVICE' under which xmlserializer is running does not have sufficient permissions to access the temp directory. CodeDom will use the user account to process is using to do the compilation, so if the user doesnot have access to system temp directory, you will not to be able to compile. Use Path.GetTempPath() API to find out the temp directory location
Before this i created sample external content type which is working correctly. Any suggestion regarding this..
Advance thanks..
NS