Troubleshooting Jive For SharePoint |
This section provides general troubleshooting procedures for SharePoint.
With the help of a Jive Professional Services engineer, you need to refresh the GUID in Jive after restoring a SharePoint site. When you restore SharePoint sites, they all get new IDs. This procedure brings the new site IDs back into Jive. The Refresh File ID script will generate a SQL script to run in Jive database with the updated GUID and is valid for mode 1 and mode 2
To refresh the GUID:
JiveRefreshFileId.exe "http://FULL-URL-TO-SITE-OR-SITE-COLLECTION/"
"cdfb3cc2-e5eb-4acb-abee-8b8944c49d2f","1211","Jive Documents/activity+json-1211.txt","http://10.72.110.63:8081/sites/moshe/fdsafsdfafsd" "c937adbc-f3c3-4b8f-969e-1d20968de078","1397","setJiveFileMapping/activity json.txt","http://10.72.110.63:8081/sites/moshe/fdsafsdfafsd" "94c0569f-8eb5-4501-8b4b-b5d12fc7456b","1399","setJiveFileMapping/AtMentions.js","http://10.72.110.63:8081/sites/moshe/fdsafsdfafsd"
update spdocuments set documentguid='cdfb3cc2-e5eb-4acb-abee-8b8944c49d2f' where documentid=1211; update spdocuments set documentguid='c937adbc-f3c3-4b8f-969e-1d20968de078' where documentid=1397; update spdocuments set documentguid='94c0569f-8eb5-4501-8b4b-b5d12fc7456b' where documentid=1399;