Hello,
I'm having a bit of an issue with running the user profile sync. I've just installed a copy of SP2013 in a development environment and everything is up and running with our old SP2010 content. I'm trying to set up user profile sync but it's just not working. I've added the new connection, added a filter but when I start a profile sync it just says idle. I took a look at the ULS logs and I see the following:
08/08/2013 12:36:47.49OWSTIMER.EXE (0x2528)0x2648SharePoint Portal ServerUser Profilesaei54UnexpectedCreateProfileImportExportId: Could not InitializeProfileImportExportProcess for end point 'direct://[SERVERNAME]:443/_vti_bin/profileimportexportservice.asmx?ApplicationID=4ae2a993-5cc7-4c59-8cbc-ceee4123563e', retries left '0': Exception 04516379c-4455-502a-08b0-ed6faad05054
08/08/2013 12:36:47.49OWSTIMER.EXE (0x2528)0x2648SharePoint Portal ServerUser Profilesaei5aMonitorableScanDirSyncChanges: Exception in dirSync scan loop 'System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator.
I CANNOT navigate to the following URL which is what it seems it wants to go to (why I think it might be an SSL thing):
http://[SERVERNAME]:443/_vti_bin/profileimportexportservice.asmx?ApplicationID=4ae2a993-5cc7-4c59-8cbc-ceee4123563e
But I can to:
https://[SERVERNAME]:443/_vti_bin/profileimportexportservice.asmx?ApplicationID=4ae2a993-5cc7-4c59-8cbc-ceee4123563e
http://[SERVERNAME]/_vti_bin/profileimportexportservice.asmx?ApplicationID=4ae2a993-5cc7-4c59-8cbc-ceee4123563e
I'm not 100% sure why it cannot find the user profile service as it's there and running and I've verified it's on. I've set this up a number of times on different builds without issues but the only difference between this specific build and previous ones is that I setup Central Admin to use SSL. Could that be the problem? Any ideas?