Troubleshooting Identitymamagement website
-
Thursday, November 26, 2009 9:45 AMHi,
Part of the SCSM beta FIM wil be required for providing the Password Reset function. First of all I'am quite new into FIM.
I've configured a FIM server (http://technet.microsoft.com/en-us/library/ee534909(WS.10).aspx) on a single box including SQL, WSS, FIM Service and Portal and Synchronization Service.
When I try to open https://localhost/identitymanagement the following message is displayed: An error occurred during the processing of. The resource object with key 'javaScriptDisabledErrorText' was not found. OPening https://localhost/passwordportal resultst in: An error occurred during the processing of. The resource object with key 'default_title' was not found.
At this point unfortunately I stuck.
Regards,
Ronny de Jong
All Replies
-
Thursday, November 26, 2009 10:44 AMlooks like the sharepoint solution is corrupted. would running a repair of the "FIM Service and Portal" help?
The FIM Password Reset Blog http://blogs.technet.com/aho/ -
Wednesday, December 02, 2009 7:49 AMDidnt mean to point the obvious but looking at the error message token it seems like JavaScript is disabled on your browser. Have you checked that already?
Thanks & Regards, Jameel Syed Principal Consultant, fimGuru - Your window into simplified identities jameel.syed@fimguru.com - http://www.fimguru.com -
Monday, December 14, 2009 4:32 PM
Hi,
Part of the SCSM beta FIM wil be required for providing the Password Reset function. First of all I'am quite new into FIM.
I've configured a FIM server (http://technet.microsoft.com/en-us/library/ee534909(WS.10).aspx) on a single box including SQL, WSS, FIM Service and Portal and Synchronization Service.
When I try to open https://localhost/identitymanagement the following message is displayed: An error occurred during the processing of. The resource object with key 'javaScriptDisabledErrorText' was not found. OPening https://localhost/passwordportal resultst in: An error occurred during the processing of. The resource object with key 'default_title' was not found.
At this point unfortunately I stuck.
Regards,
Ronny de Jong
Hi Ronny,
I'm getting the same JavaScripDisabledErrorText message, but only on the second node of my WSS farm. I'll be troubleshooting this week and will update this thread on what I find. Can you confirm the following:- Can you open the root (http://localhost) site collection successfully?
- In your SharePoint logs directory (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\LOGS), scan your most recent log for any errors relating to Resources.*.resx. I see errors for Resources.en-US.resx which may or may not be related.
Oh, the javascript error doesn't seem to be browser or server related, I think the issue runs deeper than that as I can open the portal on my other node successfully from the same browser.
Thanks,
Brad Turner, ILM MVP - Ensynch, Inc - www.identitychaos.com -
Monday, December 14, 2009 4:39 PMHi Anthony,
Nice blog btw - where you have been!? :)
I'm seeing the same issue but only on the second node of my WSS farm and I've completely ripped out SharePoint and reinstalled with the same results. It certainly smells like a bad SP install given the additional errors I'm seeing (which relate to the WSS three-state workflow which I actually have disabled) but I haven't found much on how to resolve it.
Brad Turner, ILM MVP - Ensynch, Inc - www.identitychaos.com -
Monday, December 14, 2009 4:40 PMNo, doesn't seem to be browser related - I can hit the portal on a different node without difficulty so it's not the browser. Smells like something at the SharePoint layer.
Brad Turner, ILM MVP - Ensynch, Inc - www.identitychaos.com -
Monday, December 14, 2009 4:52 PMbtw, afaik, we don't support Sharepoint Farm
The FIM Password Reset Blog http://blogs.technet.com/aho/ -
Monday, December 14, 2009 7:46 PM
btw, afaik, we don't support Sharepoint Farm
The FIM Password Reset Blog http://blogs.technet.com/aho/
According to Andreas and Darryl you do:
https://connect.microsoft.com/site433/feedback/ViewFeedback.aspx?FeedbackID=519596
Brad Turner, ILM MVP - Ensynch, Inc - www.identitychaos.com -
Monday, December 14, 2009 7:49 PM
- In your SharePoint logs directory (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\LOGS), scan your most recent log for any errors relating to Resources.*.resx. I see errors for Resources.en-US.resx which may or may not be related.
Brad Turner, ILM MVP - Ensynch, Inc - www.identitychaos.com
Applying SP2 for WSS 3.0 resolved this error for me but not the javascript error so this was not related.
Brad Turner, ILM MVP - Ensynch, Inc - www.identitychaos.com -
Wednesday, December 16, 2009 11:30 AMThanks for your answering Brad,
In meantime we've installed FIM from scratch including WSS. I've to verify if it's solved now. Based on your findings...fingers crossed :-)
I'll provide you feedback as proposed.
Regards,
Ronny
Ronny de Jong - Senior Engineer - Manageability -
Monday, January 11, 2010 8:26 AMHi,I am also having this issue after reinstalling FIM 2010 for the second time (first was test deployment). Followed the exact same process as the first time when everything worked fine.What was the fix?J
-
Monday, January 11, 2010 9:22 AM... restored VM from post-prereq snapshot, uninstalled and reinstalled sharepoint then completed the FIM install again following the exact same process, and this time everything works fine..One thing i noticed, is that the time it did not work, I did not get the screen to set up/show the local security groups that are created during the Portal installation.J
-
Monday, January 11, 2010 2:10 PMHi J, our experience is the same. Complete install from scratch (WSS/FIM) solved the issue. I doesn't like this way of debugging, buth due to timeconstrains I've too!
Ronny de Jong - Senior Engineer - Manageability -
Wednesday, January 13, 2010 7:23 AM
Hit the same exact error.
Uninstall/Reinstall of just the Portal feature solved it for me. Didn't touch the Service or WSS.
CraigMartin – Edgile, Inc. – http://identitytrench.com- Marked As Answer by Ahmad Abdel-wahedMicrosoft Employee Thursday, January 14, 2010 6:52 PM
-
Tuesday, January 19, 2010 5:52 PMPart of the problem seems to stem from how long it takes the SharePoint WSP solution files to replicate throughout the WSS Farm. The default timeout is insuffcient and so you need to specify a different timeout when installing the Service and Portal.msi.
msiexec /i "service and portal.msi" SHAREPOINTTIMEOUT=300
Even with this timeout I still encounter attempts where one of the solutions fails to deploy causing the entire installation to roll back.
Brad Turner, ILM MVP - Ensynch, Inc - www.identitychaos.com -
Tuesday, May 15, 2012 3:14 PM
It happened to 2nd service/portal server with WSS farm mode.
From 1st service/portal server, remove Portal feature only from 'Change' option of Programs and Features in Control panel.
And add back the Portal feature from the same 'Change' option solved the error and Portal site was available to access from the 2nd server as well.
-Henry Min
-
Thursday, November 22, 2012 3:18 PM
I have followed these instructions twice, reinstalled the portal and I always get the same error.
every time i work with WSS it breaks my heart.
any root cause analysis as to why it does this ?
Rob

