Quantcast
Channel: SCN: Message List - SAP Identity Management
Viewing all 5016 articles
Browse latest View live

Job log - missing information

$
0
0

Hi Experts,

 

During implementation we have encountered a strange problem. In Developer studio we are missing few information in every job log.

Developer studio job log is missing Provisioned entries view. Job log in IDM admin portal seems to have all required things.

This job log thing seems to happen on all jobs regardless of what kind of job am i running.

We are using IDM 8.0 SP00

 

What I've already tried:

- change system job log level to debug

- change dispatcher log level to trace/debug

 

Does anyone have any idea why job log in developer studio doesn't show all informations?

 

 

This is job log from Developer studio

job log 1.JPG

 

And this one is from job log in IDM portal admin (/idm/admin)

job log 2.JPG

 

Thank you in advance,

Lukasz


Re: Active user id not searchable in basic search but searchable in advanced search

$
0
0

This one looks like data issue.

Looks like your user is corrupted in mxi_entry table. Please compare this table to idmv_value_basic_all view. You most propably find some inconsitent data.

You can also check for mcdisabled flag on this user.

 

Let me know if that helps, we can think on some other solution for this one.

 

Lukasz

Re: Integration of SAP Identity Management 8.0 - SAP HCM

$
0
0

Hi Fedya,

 

 

 

Thanks a lot for your answer...   I am very novice ...... but now I understand it.

 

Best Regards !

Marisol Canales

Disabling Attributes based on country

$
0
0

Dear experts,


We got some requirements and can you please provide suggestions to build this.

The requirement is to disable one field(attribute) in UI for the user, based on the user country.

For example, If user country key is IN, for this user, Country key should be invisible in web UI.

But for other users(other country key), it needs to be visible.

 

Is there any way to do it on dynamically(i.e based on the country key,attribute in UI should be invisible).

 

Thank you in advance.

 

Regards,

Jaya

Re: Disabling Attributes based on country

$
0
0

Hi Jaya,

 

What version of IDM are you using?  You can probably do this via the REST UI, but I don't know of an EASY way to do it via the Webdynpro UIs.  (I have a couple of thoughts, but I'd have to play with it a bit)

 

Matt

Re: Disabling Attributes based on country

$
0
0

Hi Jaya, Matt,

I was thinking if extension framework can be used

extensionFramework.png

and then change the attribute properties to hide the field programattically

attributeproperties.png

This is a suggestion - might be better ones.

Best wishes,

Fedya

idm dispatcher service failing

$
0
0

Hello all,

We have a service failing on our idm server. This is an application server running idm 7.2 sp8 on Windows 2008 R2. The service failure looks like this.

System Log - Event 7031 - Error - The MxDispatcher_idmap1 service terminated unexpectedly. 

 

In the logs, at the same time, I see the following:

 

[17.12.2015 23:17:07-100] - 1 - Could not carry out normal MCSystem log operation: The connection is closed.

[17.12.2015 23:17:07-100] - 1 - Original line:Key:GET_DISPATCHER - SQL Exception: Software caused connection abort: recv failed

[17.12.2015 23:17:07-100] - 1 - Could not carry out normal MCSystem log operation: The connection is closed.

[17.12.2015 23:17:07-100] - 1 - Original line:Raising DIRTY flag due to:Software caused connection abort: recv failed

[17.12.2015 23:17:07-100] - 1 - Could not carry out normal MCSystem log operation: The connection is closed.

[17.12.2015 23:17:07-100] - 1 - Original line:Key:MC_LIST_RUNNING_ENGINES - SQL Exception: Socket closed

[17.12.2015 23:17:07-100] - 1 - Could not carry out normal MCSystem log operation: The connection is closed.

[17.12.2015 23:17:07-100] - 1 - Original line:Exception on thread:IDS_DispThread_JOBEXECUTE _b1-pidmap01:Socket closed

 

I have looked at the server and see no issues. The OS is good. The SQL server also has no issues. It isn't even busy. Ping times to the SQL server are in the single millisecond range.

 

Any ideas on why the dispatcher may be failing? It does this once or twice a day.

 

Thanks,

Paul

Re: idm dispatcher service failing

$
0
0

Hey Paul, good to see you here!

 

Couple of things come to mind...

 

Check the SQL system. Are there any access issues from the mxmc_rt account? Or any other issues showing on that end? Maybe a big SQL report that bogs down the system?

 

Have there been any system reboots or service changes?  It's looking like there's a communication failure occurring and I would guess that it's either account or service based.

 

The other possibility would be to run the dispatcher in test mode? You can find information on that in this blog: Testing Dispatchers. You might get some extra info.

 

Good luck!

Matt


Re: Disabling Attributes based on country

$
0
0

HI Jaya,

 

I played around with a couple of ideas and this was (in my opinion) the easiest to implement:

 

I created two UI screens with different access controls. Use the filter control and the query builder to build your query. It would look something like this:

 

Image 001.jpg

The second screen would have an access control for the other country.  Based on this the user would only be able to view the task for their country. You could even name them the same so that it would all be transparent.

 

Let me know if you have more questions.

 

Thanks,

Matt

Retrieve external DB procedures results

$
0
0

Hello experts,

 

I'm running IDM 7.2 sp9 patch10.

 

We are going to connect IDM to an Oracle DB in order to manage some users and access rights in it. We'll use stored procedures from this same DB.

 

I'm currently able to execute a test procedure with a toDBpass in SQL updating mode, and able to retrieve any error message that can be writtent by the procedure.

 

I wanted to know if it would be possible to catch a return string from the procedure that wouldn't be an error? If so, what would be the syntax in the procedure and in IDM to catch it?

 

If not, i imagined writing the string in some table and then read it from IDM, but first i'd like to know if the other option is possible.

 

Thanks a lot,

 

Clotilde Martinez

Re: Disabling Attributes based on country

$
0
0

Jaya,

 

Glad I could help.  Looking forward to seeing what you discover!

 

Matt

Re: Retrieve external DB procedures results

$
0
0

Hi Clotilde,

 

That's an interesting question.  I suppose a lot of the answer would depend on what the SP does in the first place.

 

What is the nature of the SP? Does it return a value, execute a select statement, populate a table / view?

 

My basic thinking would be tat it would be a two part solution, one part to execute the SP and the other part to evaluate the results.  This does not mean that there has to be two passes or tasks. It might be possible to do this via scripting.  I'd have to know more about the Stored Procedure in question first.

 

Matt

Re: IDM 8.0 Dispatcher not starting in Linux

$
0
0

Hello Evgeniy,

 

Running Linux? Then please make sure that the path is correct (must be case sensitive) and that your account has correct rights to execute the dispatcher script.

 

Matt

Re: Retrieve external DB procedures results

$
0
0

Hi Matt,

 

yes it will populate different tables/views. It will take as parameter the user, an application name and the access value in a string formatted as a XML.

 

What the functional team wanted to retrieve was a XML response when the assignment status was OK with some additional data on the user.

 

To test i used the following syntax in my toDB pass:

 

declare

 

 

    -- XML request

    k_xml_request constant varchar2(2000) := '<?xml version="1.0" encoding="latin1" ?>'

            || '<access>'

            || '    <person>'

            || '        <last_name>Malmedy</last_name>'

            || '        <first_name>Jean-Marc</first_name>'

            || '    </person>'

            || '    <level>1</level>'

            || '</access>';

 

 

    -- return status

    l_ret_status varchar2(2000);

begin

    -- Call the function.

    l_ret_status := access_manager.add_access(k_xml_request);

 

 

    -- Display the return status.

    dbms_output.put_line('Return status:');

    dbms_output.put_line(l_ret_status);

 

 

end;

 

the dbms_output unfortunately doesn't come back to IDM but since we're able to catch the error message, I'm sure we could catch something else, I just don't know how yet...

 

Regards,

 

Clotilde

Basic Synchronization Tutorial - Data source template failed

$
0
0

Hi, my name is Raphael and I'm new here.

 

I was following the basic synchronization tutorial to better understand this tool. I created all repositories according to the document. I'm using a dispatcher that is already in use here. At this point everything were working well.

 

I have created the ODBC connection for people.mdb archive in my Administrative Tools, named as people, and added this configuration into my People repository. But I'm having problems with the Destination options. I defined the Database option with %ddm.indentitycenter% and the Table name as tutorial_persons. But when I select "Insert template / Data source template" an error is shown: "Fetching data source template failed. Modify the database connection string or the SQL statement and try again"

 

The statement used is the same as the tutorial.

 

Help, please!

 

Regards,


Raphael Neves


Re: IDM 8.0 Dispatcher not starting in Linux

$
0
0

Linux, right.

Path is correct (((

 

/usr/sap/IDQ/identitycenter/

Re: IDM 8.0 Dispatcher not starting in Linux

$
0
0

hmmm.... that's not the standard path. I think it's usually something like /usr/sap/IDQ/Identity Center, but I could be wrong.

 

I'd recommend reinstalling.  If that doesn't work, please start a new thread.  I think this is a different problem.

 

Matt

Re: IDM 8.0 Dispatcher not starting in Linux

$
0
0

Hi Friends,

 

follow this instruction

 

1. create KEY (Capital Latters) folder under /usr/sap/<SID>/idm/identitycenter/

2. create symbolic link Key (K is capital) command : ln -s KEY Key

3. copy Keys.ini into KEY folder

4. Check Permission on folders (as per screenshot)

 

now your folder look like this screenshot

key.PNG

Re: Basic Synchronization Tutorial - Data source template failed

$
0
0

Hi,

 

It happened to me also.

Can't figure out what is wrong.

But I could run the job successfully.

What I did is not using template.

The function of 'insert template - data source template' is just to fill in the form.

So fill in the form by typing.

hope this help.

 

good luck.

 

dongsu

Errormessage - Create and run conditional Task

$
0
0

Hello,

i have tried to solve the exercse15 unit 4 in the new SAP IDM participant handbook.

 

If i run the process "Update Display Name" in Test-Mode i get the attached message.

 

I have create a Conditional-Task with an Action-Task in the True branch.

 

What can i do to solve my Problem?

 

Thanks for your answers.

 

Best regards

Andreas

Viewing all 5016 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>