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

MIM 2016 client extension not supported on Outlook 2016

$
0
0

Hello -

I tried to install the Outlook plugin from the client extensions for MIM 2016 using Outlook 2016 and I get a pre-requisite error saying that it supports Outlook 2007 SP2 or later, Outlook 2010 or Outlook 2013.  This needs to be fixed.

Thanks,

Peter


Fim hotfix issues

$
0
0

So the issue I have is that when we installed FIMService we named the DB FIMService1 not FIMService. Now when I try to install hotfixes it fails. I can see when it starts in the log it uses the regkey and look to FIMService1 but towards the end it is trying to do some steps and appears it is hard coded for FIMService as the DB name.  Anyone know a way around this. I though about renaming the DB doing the hotfix then changing the name back. But I don't want to have to do that if not needed. Wondering if there is a command line switch I can set with the .msp file or any way anyone has found around this?  here is the end of the log file I see that tries to find FIMService

Microsoft.ResourceManagement Verbose: 0 :  Executing Batch #: 674
    DateTime=2016-03-19T01:15:33.9873257Z
Microsoft.ResourceManagement Verbose: 0 : CREATE PROCEDURE [fim].[WaitForNotifications]
    @timeoutInMilliseconds  INT
    DateTime=2016-03-19T01:15:33.9873257Z
Microsoft.ResourceManagement Verbose: 0 : Schema upgrade : Completed processing script file GeneratedDBUpgradeScript.sql
    DateTime=2016-03-19T01:15:34.0253295Z
Microsoft.ResourceManagement Verbose: 0 : Adding SQL Agent jobs
    DateTime=2016-03-19T01:15:34.0273139Z
Microsoft.ResourceManagement Verbose: 0 : SQL Agent jobs were added
    DateTime=2016-03-19T01:15:34.5054039Z
Microsoft.ResourceManagement Warning: 2 : The SQL Server Service Broker could not be enabled: System.Data.SqlClient.SqlException: User does not have permission to alter database 'FIMService', the database does not exist, or the database is not in a state that allows access checks.
ALTER DATABASE statement failed.
User does not have permission to alter database 'FIMService', the database does not exist, or the database is not in a state that allows access checks.
ALTER DATABASE statement failed.
User does not have permission to alter database 'FIMService', the database does not exist, or the database is not in a state that allows access checks.
ALTER DATABASE statement failed.
User does not have permission to alter database 'FIMService', the database does not exist, or the database is not in a state that allows access checks.
ALTER DATABASE statement failed.
Cannot find the database 'FIMService', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.IdentityManagement.DatabaseUpgrade.Program.EnableServiceBroker(SqlConnection connection)
    DateTime=2016-03-19T01:15:34.5153859Z
Microsoft.ResourceManagement Verbose: 0 : Schema upgrade: Completed with following errors.
    DateTime=2016-03-19T01:15:34.5163862Z
Microsoft.ResourceManagement Verbose: 0 : Schema upgrade : Specified upgrade from version: -1 to the latest version is not supported.

    DateTime=2016-03-19T01:15:34.5163862Z
Microsoft.ResourceManagement Error: 3 : Database upgrade : Encountered errors when upgrading the database schema.
    DateTime=2016-03-19T01:15:34.5163862Z


miisclient.exe crashes after install of hotfix 4.1.3721.0

$
0
0

I just upgraded FIM 2010 R2 to 4.1.3721.0 and miisclient.exe now crashes as soon as I launch it.

Event log error: 

Faulting application name: miisclient.exe, version: 4.1.3721.0, time stamp: 0x56c2fd40
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1677
Exception code: 0xe0434f4d
Fault offset: 0x000000000000940d
Faulting process id: 0x%9
Faulting application start time: 0x%10
Faulting application path: %11
Faulting module path: %12
Report Id: %13

Anyone encountered this?

2 Simple Questions on MIM 2016

$
0
0

Hi Guys,

Just a couple of really simple question to be honest. I work at a university and we are looking at implementing MIM2016 as a way for students to reset their own passwords. I know in FIM2010 you could get users to set up security questions and then have them answer them to get a new password. Can you still do this in MIM2016? Also if I only want to implement this part of MIM2016 (the service portal and only what's necessary to run it) are there any good step by step guides you can recommend that outline the best way to do this?

Thanks in advance guys!

MIM 2016 - Password Change Notification Service fails to start

$
0
0

Hello!

We recently got MIM 2016 up and running in our environment, the next step is to install the Password Change Notification Service on our 2 domain controllers the problem is that the service won't start on one if them..

We are getting the following error in the event viewer when we try to start the service:

This is a physical server with Windows Server 2012 R2 Standard. We have tried to following without success:

  • Run the installer as admin.
  • Run the installer loged in as localadmin
  • Disable Antivirus
  • Disable Dell OpenManage Systems Management Software

One strange thing is that the application only is 379KB on the failing server meanwhile the application is 1,74MB on the working server. We are trying to install PCNS version 4.3.1935.0.

Hope anyone can help us with this.

Thanks in advance!

// Anthon


.

MIM2016 - Functions in Inbound Sync Rule

$
0
0

I know that the Function evaluator is a bit.. ehm.. "quirky". 

I would like to concatenate two strings in an inbound Sync Rule.

Currently the Custom Expression looks like this (and it's doing what I expect it to do):

IIF(IsPresent(Cordless),IIF(Eq(Cordless,"0"),Null(),IIF(Eq(Left(Cordless,2),"00"),Mid(Cordless,3,60),Cordless)),Null())

However, I would like to concatenate a string with the result of the Mid Function:

IIF(IsPresent(Cordless),IIF(Eq(Cordless,"0"),Null(),IIF(Eq(Left(Cordless,2),"00"),"46"+Mid(Cordless,3,60),Cordless)),Null())

This is not a valid expression according to MIM2016.

Any suggestions, other than using a Rules Extension or actually changing the inbound data?


Did my post help? Please use "Vote As Helpful", "Mark as answer" or "Propose as answer". Thank you!



Approval URL in Approval Email?

$
0
0

I know that this is possible with the MIM Outlook extensions but I wanted to see if anyone has gotten this to work with just a HTMLL email. Here's the scenario:

Manager is sent the standard approval email asking them to either approve or reject request. The standard link to portal to go to the awaiting approvals is included. My question is, can a URL be constructed and included in the email which allows the manager to click a URL to approve a request without having to go into the MIM portal?  Basically, I am looking to replicate the MIM Outlook extension for approvals and rejections but in a simple HTML link.

If anyone has gotten this to work, please let me know!


If this post has been useful please click the green arrow to the left or click Propose as answer

MIM / FIM - Questions Answer Gate or Email One Time Password

$
0
0

Hello,

Is it possible to configure FIM / MIM so that when a user comes to reset their password they can choose to either answer the questionsOR receive a one time password?

Regards
Sam


アメリカ충북 청주시대딸방 ヤ충북 청주시떡집ヤ충북 청주시여관바리ヤ충북 청주시핸플

$
0
0
제이제이닷컴현재접속주소http://blog.naver.com/kwon2980/220652095756구글에서 White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방
アメリカ충북 청주시대딸방  ヤ충북 청주시떡집ヤ충북 청주시여관바리ヤ충북 청주시핸플

White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방White Good▒JJZOA45▒∠충북 청주시떡집∠충북 청주시여관바리∠충북 청주시핸플∠충북 청주시대딸방



なに??인천 부평구대딸방 - 인천 부평구떡집-인천 부평구여관바리-인천 부평구핸플

$
0
0
제이제이닷컴현재접속주소http://blog.naver.com/ljc4547/220649168443구글에서 White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방
なに??인천 부평구대딸방 - 인천 부평구떡집-인천 부평구여관바리-인천 부평구핸플

White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방White Good▒JJZOA45▒∠인천 부평구떡집∠인천 부평구여관바리∠인천 부평구핸플∠인천 부평구대딸방




Logging errors to event viewer from custom workflow activity and invoking custom workflow from client application

$
0
0

Hi,

I have created a custom workflow activity and have deployed it to FIM and it is working as expected. I have below queries:

1. I want to log errors or information from my custom activity to event channels of FIM in the event viewer (not create my own channels in event viewer). Is it possible to do this? If yes, then how can we achieve this?

2. This custom workflow is part of one MPR and is triggered as part of any change in the user's phone number. Is is possible to invoke this workflow from a console application or any external application and return status to that calling application?

Thanks in advance for the help.

who to evaluate the basic gaps in SAP/non-SAP environment for ID Provisioning and Non-Provisioning and recertification

$
0
0
evaluate the basic gaps in SAP/non-SAP environment for ID Provisioning and Non-Provisioning and recertification and also who prepare how to prepare the scope of work document on this . please share any document available.

FIM/MIM CM - Smart Card Private Key Generation Question

$
0
0

When creating new smart cards using FIM/MIM CM, it's not clear where the private key is actually generated.  Ideally it should be generated on the card's hardware and only the public key shipped to the server to create the certificate.  I can find little documentation on this subject.

Moreover, if the keys are generated on the card, does the option to 'Generate encryption keys on server' change that behavior?


Bryan Berns

custom attribute in portal

$
0
0

hello,

i followed creating the custom attribute of employeestatus and bind it to user. also i can add it to portal, but i want to have different format in portal.

instead of typing active|inactive in fim portal, i want to have a drop down menu which when you open it, you can select active or inactive.

how can accomplish this?

thank you

FIM request status

$
0
0
How to check whether the request has been approved or in pending state ,programatically?

FIM To MIM upgradation

$
0
0

After installing MIM on fresh server(2012 r2) using old FIM Sync DB i'm getting following error at the time of synchronization :

CS to MV to CS synchronization failed 0x80230716

Error3/28/2016 12:01:39 PMApplication Error1000(100)

Log Name:      Application
Source:        Application Error
Date:          3/28/2016 12:01:39 PM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:     --
Description:
Faulting application name: mmsscrpt.exe, version: 4.3.1935.0, time stamp: 0x559060a9
Faulting module name: mmsscrpt.exe, version: 4.3.1935.0, time stamp: 0x559060a9
Exception code: 0xc0000005
Fault offset: 0x00000000000032a1
Faulting process id: 0x1634
Faulting application start time: 0x01d188e995ca0133
Faulting application path: E:\APPS\Microsoft Identity Manager\2016\Synchronization Service\Bin\mmsscrpt.exe
Faulting module path: E:\APPS\Microsoft Identity Manager\2016\Synchronization Service\Bin\mmsscrpt.exe
Report Id: d38c00b8-f4dc-11e5-80fa-0ae236639831
Faulting package full name: 
Faulting package-relative application ID: 
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2016-03-28T12:01:39.000000000Z" />
    <EventRecordID>6554</EventRecordID>
    <Channel>Application</Channel>
    <Computer>--</Computer>
    <Security />
  </System>
  <EventData>
    <Data>mmsscrpt.exe</Data>
    <Data>4.3.1935.0</Data>
    <Data>559060a9</Data>
    <Data>mmsscrpt.exe</Data>
    <Data>4.3.1935.0</Data>
    <Data>559060a9</Data>
    <Data>c0000005</Data>
    <Data>00000000000032a1</Data>
    <Data>1634</Data>
    <Data>01d188e995ca0133</Data>
    <Data>E:\APPS\Microsoft Identity Manager\2016\Synchronization Service\Bin\mmsscrpt.exe</Data>
    <Data>E:\APPS\Microsoft Identity Manager\2016\Synchronization Service\Bin\mmsscrpt.exe</Data>
    <Data>d38c00b8-f4dc-11e5-80fa-0ae236639831</Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>

I encountered the same error earlier but installing latest version of .net framework resolved the issue.

Control what all MPRs run as part of a Request in FIM

$
0
0

Hi,

How does FIM create a Request object? And how does it associate the MPRs that are run as part of that Request? Is there any way to control  the association of MPRs to a Request in FIM?

I tried looking on MSDN regarding MPR evaluation but that doesn't speak in much detail.


Cant remove old owners name from computer in windows 10

$
0
0
Ive deleted the user account but their name still shows up on file locations etc..... HELP

FIM 2010 R2 Add-ins and Extensions + Outlook 2016

$
0
0

Is FIM 2010 R2 getting support for Outlook 2016 like MIM 2016 got? Or is there some unsupported way to get the add-ins and extensions to be installed on a client that has Outlook 2016?

Need of servicecertificate tag

$
0
0

Hello,

We are using WIF  in our application.

We have below tag in our web.config.

Our application works fine even if we comment the below tag.

I just wanted to check what is the use of this tag and is there any security risk if I comment below tag.

Any help will be appreciated.

<serviceCertificate>
        <certificateReference x509FindType="FindBySubjectName" storeLocation="LocalMachine" findValue="*" />
      </serviceCertificate>

Thank you

Viewing all 4767 articles
Browse latest View live




Latest Images