Error when deploying a process "Deploy SmartObjects: Task error: Authentication With Server Failed : SEC_E_LOGON_DENIED"

  • 23 January 2011
  • 5 replies
  • 1 view

Badge +11

Dears


DTC is configured correctly on both the k2 server (windows 2008 r2) and sql server (windows 2008 r2).


what seems to be the problem.


5 replies

Userlevel 4
Badge +14

You can try setting DTC to use no Authentication “No Authentication Required” on both the SQL and K2 Servers. Also check the Environment Server connection string that you have no hard coded credentials specified there.


HTH


Vernon

Badge +11

Thanks for your reply ...i did what you said i also ran the following commands on SQL server and k2 server machines


netsh firewall set allowedprogram "C:Program FilesMicrosoft SQL ServerMSSQL10_50.MSSQLSERVERMSSQLBinnSqlservr.exe" MSSQLSERVER enable



netsh firewall set allowedprogram "C:Windowssystem32msdtc.exe" MSDTC enable


the problem is deeper than what i thought

Userlevel 4
Badge +14

Al I can think is to disable all firewalls as a test to check if that has any affect. Best route would be to raise a ticket with K2 Support for faster resolution of the issue.


 HTH


Vernon

Badge +11

Firewalls are disbled and still no cure for the problem.

Badge +11

I fixed it by doing the following


 


1. Open component services in the K2 Server computer.


2. Expand console root-->Component Services-->computers


3. Right click computers-->New and add the SQLServer computer and wait for some time.


4. restart the k2 server computer.


5. dont thank me a lot

Reply