Profile Integrator failure on subscription through ProfileSubscriber tool

Hi,

I was trying to set up subscription of ProfileIntegrator through Profile-Subscriber tool. The command ran successfully, and returned a subscription ID. However in event-log I could see Profile-Integrator getting failed.

Following is the profile-subscriber tool command used:

C:\Program Files\Microsoft CSF\V3.0\Connectors\Profile Integrator\bin>profilesubscriber -subscribe csfdomain\csfuser1 Csfuser@123 http://blrkec21593d/ProfileManager30/ProfileManager.ashx http://blrkec21593d/ProfileIntegrator30/profileintegrator.ashx

Subscription: Identifier = 7f58c937-d667-4d0f-bddf-d4a099a95521, SubscriptionManager =http://BLRKEC21593D/ProfileManager30/ProfileManager.ashx

Message: ProfileIntegrator.MainIncomingRequestCallback: System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout)
at Microsoft.ConnectedServices.Connector.ProfileIntegrator.ProfileIntegratorService.MainIncomingRequestCallback(Object inputData)
Category: ProfileIntegrator OperationalEvent

Message: ProfileIntegrator.MainOutgoingRequestCallback: System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout)
at Microsoft.ConnectedServices.Connector.ProfileIntegrator.ProfileIntegratorService.MainOutgoingRequestCallback(Object inputData)

Category: ProfileIntegrator OperationalEvent

What cpuld be the reason behind this

Thanks,

Ashish Malhotra



Answer this question

Profile Integrator failure on subscription through ProfileSubscriber tool

  • beechum1

    Hi Ashish,

    This was answered in CSFDiscussion alias. And I think you were able move ahead. Please close this one if it is correct. I am giving the details for the record.

    Setting up subscription with PM on behalf of Profile Integrator is prerequisite for PM to send profile update notifications to Profile Integrator.

    Having said that, PM will send profile update notifications only when a user profile is updated.

    Profile integrator sends profile updates to all intersted services only when when there is atleast one service provisioned for the user. Also please makre sure that you have followed the configuration steps specified in ‘Profile Integrator Requirements’ section CSF3.0 Developers guide.

    Thanks,

    Natraj


  • stefanh

    Ashish - Are you able to browse the WSDL of Profile Integrator

    I am suspecting some configuration issue in the Profile Integrator.

    Thanks



  • hailstorm

    Ashish - I guess you have got the issue resolved by directly working with our team.

    However for others who are interested in this topic, I am currently writing a blog to address this issue as well as the profile manager update issue. You could expect that to be out in next few weeks.

    The blogs for CSF are going to be in the following URL

    http://blogs.msdn.com/csf

    Thanks



  • Profile Integrator failure on subscription through ProfileSubscriber tool