Quantcast
Channel: Forum Microsoft Identity Manager
Viewing all 4767 articles
Browse latest View live

Password Registeration Portal - Communication Error

$
0
0

Hi

My Name is Khaled and I work as a System Engineer for Microsoft Partner in Qatar. One of our customers needed to deploy MIM 2016 in order to let user reset their own passwords. I am assigned to do this project.

I mad a lab and have done all steps mentioned in TechNet article https://technet.microsoft.com/en-us/library/mt150255.aspx

and when I access Password Registration Portal, I receive the following error:

Please help.

Thanks.


Best Way to Connect MIM to SAP-ECC 6.0 HR-Module

$
0
0

Hello There,

I am planning a MIM Deployment.What is the best way to connect MIM to SAP-ECC 6.0, that runs on Oracle 11G Database ?

1. Web Services ?

OR

2. Direct Connection to Oracle DB, since there is a supported MA for Oracle 11G ?

Which is better and Why ?


Akinzo

MIM 2016 OTP SMS Unable to send security code

$
0
0

The error page was displayed to the user.
Details:
Title: Unable to send security code
Message: Unable to send a security code. Please contact your help desk for assistance.
Source: 
Attributes: 
Details: Microsoft.IdentityManagement.CredentialManagement.Portal.Exceptions.OneTimePasswordDeliveryException: ValidationError:UnableToSendSecurityCode ---> System.ServiceModel.FaultException: ValidationError:UnableToSendSecurityCode
   at Microsoft.ResourceManagement.WebServices.SecurityTokenServiceClient.RequestSecurityTokenResponse(Message request)
   at Microsoft.ResourceManagement.WebServices.SecurityTokenServiceClient.RequestSecurityTokenResponse(RequestSecurityTokenResponseType request, ClientOptionsHelper clientOptionsHelper, MessageBuffer& messageBuffer)
   at Microsoft.ResourceManagement.WebServices.Client.AuthenticationRequiredException.Authenticate(AuthenticationChallengeResponseType[] authenticationChallengeResponses, MessageBuffer& messageBuffer, ClientOptionsHelper clientOptionsHelper)
   at Microsoft.IdentityManagement.CredentialManagement.Portal.Common.ResetProxy.GetChallenge(String domain, String userName, ChallengeContext gateChallengeResponse)
   at Microsoft.IdentityManagement.CredentialManagement.Portal.Common.ResetProxy.GetNextChallenge(String domain, String userName, ChallengeContext gateChallengeResponse, FaultExceptionHandlerDelegate faultExceptionHandler)
   --- End of inner exception stack trace ---
   at Microsoft.IdentityManagement.CredentialManagement.Portal.Common.ResetProxy.GetNextChallenge(String domain, String userName, ChallengeContext gateChallengeResponse, FaultExceptionHandlerDelegate faultExceptionHandler)
   at Microsoft.IdentityManagement.CredentialManagement.Portal.Components.DriverBase.GetNextGate(IGateControl currentGate)
   at Microsoft.IdentityManagement.CredentialManagement.Portal.Reset.Next()
   at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
   at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
CorrelationId: 
RequestId: 
ErrorCode: 3013

this is the error from event viewer , i tired to edit SmsServiceProvider.dll many time but without any success , this is last edit for SmsServiceProvider.dll

//------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------
namespace Microsoft.IdentityManagement.Samples
{
    using System;
    using System.Collections.Generic;
    using System.Globalization;
    using System.Net;
    using System.Text;
    using Microsoft.IdentityManagement.SmsServiceProvider;
    using System.Web;
    using System.Security.Cryptography;
    using System.IO;



    public class SmsServiceProvider : ISmsServiceProvider
    {

        public void SendSms(string mobileNumber,
                            string message,
                            Guid requestId,
                            Dictionary<string, object> deliveryAttributes)
        {
            mySMSProvider.SendSms(mobileNumber, message);
        }
    }


    class mySMSProvider
    {
        static string RequestURL = "http://XXX/httpSendSMS/Default.aspx";

        mySMSProvider()
        {
        }

        public static int SendSms(string userMobileNumber, string message)
        {
            WebClient wc = new WebClient();
            string requestData;

            requestData = Microsoft.IdentityManagement.Samples.mySMSProvider.GetRequestData(userMobileNumber, message);

            byte[] postData = Encoding.ASCII.GetBytes(requestData);

            byte[] response = wc.UploadData(mySMSProvider.RequestURL, postData);

            string result = Encoding.ASCII.GetString(response);  // result contains the error text

            int returnValue = System.Convert.ToInt32(result.Substring(0, 4), NumberFormatInfo.InvariantInfo);
            return returnValue;
        }

        public static string GetRequestData(string mobilePhone, string message)
        {

            string myrequestData;

            myrequestData = "UserName=" + "XX"
                 + "&Password=" + System.Web.HttpUtility.UrlEncode("XX")
                 + "&MobileNo=" + System.Web.HttpUtility.UrlEncode(mobilePhone)
                 + "&Language=" + System.Web.HttpUtility.UrlEncode("EN")
                 + "&MessageID=" + System.Web.HttpUtility.UrlEncode("ITNOC005")
                 + "&Varibales=" + System.Web.HttpUtility.UrlEncode(message)
                 + "&DelimiterChr=" + System.Web.HttpUtility.UrlEncode("+");

            return myrequestData;


        }
    };
}
 when you try to but http parameter on IE sms send success ,please any help ?? 

MIM stage deletion failed (code)

$
0
0
I have a provision code with object deprovisioning:

                If 1 = SW_Connectors And StudConnectors = 0 Then

                    Dim SW_csentry As CSEntry = SW_MA.Connectors.ByIndex(0)
                    SW_csentry.Deprovision()

it works most of time but there are a few failures happened like below:

Image

2 objects deleted in Metaverse by the code but only 1 of them is deleted when export profile run.

there is no relevant error/warning in the event viewer. 

any suggestion/advise would be very much appreciated. 


Jason

SQL R2

$
0
0

Our SQL Server was update to R2 this past weekend and now we are receiving “unable to display” errors.  Any assistance would be appreciated

RH

Multiple/Bulk User Creation Requests from FIM Portal

$
0
0

Hi,

Our client wants to achieve bulk/multiple user creation requests to be submitted in one go in the FIM Portal. Is this achievable? If yes, then please elaborate how. If no, then need some justification to suffice my query.

PS: Approval is required before user is created in FIM Portal.

 


Regards,
Manuj Khurana

Create MA for SQL HR database

$
0
0

Hello

I want to create management agent for sql hr database.

when i try to connect to DB, i get following error

Failed to retrieve the the schema. Exception from HRESULT: 0x80231101

the username that i used for connect to database has read permission on the view

FIM SSPR

$
0
0

Hello All,

I have an issue with one user, where user is already registered for the FIM SSPR but while resetting the password he fails on the last step where new password needs to be submitted. (Error: 3000).

user is alreday a member of the required set.

Kindly help and advice.



Is it possible to customize the FIM Reset Portal Error Pages?

$
0
0

We would like the password reset error message to include some different verbage and a link to the registration portal.  Can I customize this?  

I've customized the look but I can't figure out how to customize the page content.

Adding a custom page to MIM?

$
0
0

Does anyone know if it's possible to add a custom page to MIM? I've been told it is possible, but haven't managed to get it working. I've copied C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\TEMPLATE\FEATURES\MSILM2SitePages\SitePages\aspx\groups\AllGroups.aspx to a new page, i.e. CustomGroups.aspx but cannot request this page in the portal. I get a 404 back. I've tried modifying the sitePagesElements.xml file as well to include the new page and done a full restart.


ETL jobs are stucked

$
0
0

We installed SCSM 2010 for reporting to Forefront identity manager. It was working fine till last month. From last month ETL jobs are running but current data is not coming in reporting. While current data is there service manager database. ETL jobs status is in running only , from long. Looks like ETL jobs have hanged as there is not any event being generated in Eventviewer under operations manager for ETL jobs from last month. Tried restarting services but still there is not any event for ETL. We checked in SCSM console , there ETL job modules are being stucked in running state

Through powershell , we run Get-SCDWJobModules for module status and error. From there we noticed , for few modules  error are coming

"Cannot open database ""DWRepository"" requested by the login. The login failed. Login failed for user 'domain\scsm_admin' "

while scsm_admin is a sysadmin and dbowner for DWRepository. And it was working fine before.

There were some more errors in modules as "TimeOut Exception" and "Dead locked resources"

Could any body help us in this ?


Dushyant Singh

John DW Aked

$
0
0

I have a problem with permissions. It has existed the whole time I have had my Toshiba laptop, which was bought from new.

When I drag and drop some files, (but especially Adobe files), like I may have down loaded one and saved it temporarily to my desktop, then drag and drop it into a desktop folder, I am then denied access in opening it again in that folder, the window telling me I do not have permissions to open it. Not only that but then I cannot delete or move the file anywhere else, so I am stuck with files I cannot do anything with?

However, If I have the file open and then go to save it to the folder, I can open it again and again without a problem. It seems to be only with the drag and drop function. When this happens I try and change the permissions in the file security but nothing seems to work? I am at a loss as to what to do next


user not flowed to FIM from AD

$
0
0

hello

whenever i create a user in ad, it is flowed to connector space but not metaverse. i mean i can search the user in connector space but when i run sync run profile, it is not flowed to mv.

i believe everything i have is on right place. here are photos

inbound sync rule

a

Criteria Based Group Members and a Multi-Valued Attribute

$
0
0
Currently, I"m managing group membership using a multi-valued database table.  That works well.  But, the logic for group membership resides on a DB server and requires a developer or a DBA to alter (along with a bunch of change control overhead).

In this instance, we have cases where an employee has duties in more than one building.  Those building lists are stored in the metaverse in a newly created multi-valued attriubte "building".  The MAs I have in place maintain that properly. 

I'm going through an effort to move that into the portal.  I have the groups and users created in the portal.  But, when I try to define the group as a criteria based group, the list of selectable attributes does not include "building". 

At first I thought the portal didn't support multi-valued string attributes.  But, I found instances in the default drop down that are multi-valued, non-indexed attributes.

Then, I thought the reason I wasn't seeing that attribute was because of some MPR.  So, I added the "building" attribute to these MPRs:
    Synchronization: Synchronization account controls group resources it synchronizes
    Group management: Group administrators can update group resources

My question is, what do I need to do to get my "building" attribute to show up in the criteria attribute selection drop down?  Or, is that not supported?  Or, am I missing something?

Thanks,

Greg

Forefront Identity Manager service - not starting

$
0
0
Can Forefront Identity Manager Synchronization Service (Windows service) be started if FIMSynchronizationService database is "restoring" status and not available for querying? I want to understand the dependency between the aforesaid windows service and FIMSynchronizationService database. Please advise.

Aritro Chattopadhyay


兀〡兀상동건마 광명오피 창동키스방 JJZOA45.com o?

$
0
0
제이제이닷컴 트위터 - https://twitter.com/jjzoa1 

제이제이닷컴 접속주소 - https://jjzoa45.com 

대한민국1등채널- 제이제이닷컴 유흥업소커뮤나티 

제이제이닷컴현재접속주소안내 입니다: ⓙⓙⓩⓞⓐ45.ⓒⓞⓜ 

상동건마 광명오피 창동키스방 제이제이닷컴상동건마 광명오피 창동키스방 제이제이닷컴상동건마 광명오피 창동키스방 제이제이닷컴 

≈신천건마≈ 신촌오피≈ JJZ OA45.com≈경남키스방 ≈ゅ

$
0
0
제이제이닷컴 트위터 - https://twitter.com/jjzoa1 

제이제이닷컴 접속주소 - https://jjzoa45.com 

대한민국1등채널- 제이제이닷컴 유흥업소커뮤나티 

제이제이닷컴현재접속주소안내 입니다: ⓙⓙⓩⓞⓐ45.ⓒⓞⓜ 

신천건마 신촌오피 경남키스방 제이제이닷컴 신천건마 신촌오피 경남키스방 제이제이닷컴 신천건마 신촌오피 경남키스방 제이제이닷컴 

◆JJZOA4 5.com◆부산역건마 ◆강서오피 대전키스방ΞΞ

$
0
0
제이제이닷컴 트위터 - https://twitter.com/jjzoa1 

제이제이닷컴 접속주소 - https://jjzoa45.com 

대한민국1등채널- 제이제이닷컴 유흥업소커뮤나티 

제이제이닷컴현재접속주소안내 입니다: ⓙⓙⓩⓞⓐ45.ⓒⓞⓜ 

부산역건마 강서오피 대전키스방 제이제이닷컴부산역건마 강서오피 대전키스방 제이제이닷컴부산역건마 강서오피 대전키스방 제이제이닷컴 

▥양 재건마 용산오피 J JZOA45.com▥인천키스방 ๑๑

$
0
0

제이제이닷컴 트위터 - https://twitter.com/jjzoa1 

제이제이닷컴 접속주소 - https://jjzoa45.com 

대한민국1등채널- 제이제이닷컴 유흥업소커뮤나티 

제이제이닷컴현재접속주소안내 입니다: ⓙⓙⓩⓞⓐ45.ⓒⓞⓜ 

양재건마 용산오피 인천키스방 제이제이닷컴


양재건마 용산오피 인천키스방 제이제이닷컴


양재건마 용산오피 인천키스방 제이제이닷컴 



MIM 2016 - Synching userAccountControl from AD to Metaverse - Full Sync needed

$
0
0

The problem is that when synching userAccountControl number from AD to Metaverse it needs a full sync. Have anyone else noticed this kind of behavior?

I have checked that the value is updated in the connector space.

Viewing all 4767 articles
Browse latest View live




Latest Images