cancel
Showing results for 
Search instead for 
Did you mean: 

ECC password change by SMP Application

Former Member
0 Kudos

Hi Experts,

I have made an HWC application in SMP 2.3, which have the functionality of change password of ECC user.For this i am using standard RFC

SUSR_USER_CHANGE_PASSWORD_RFC.

It is working fine for the Admin security configuration, and password of ECC user changed successfully.But an strange thing is happens, when i choose EIS security configuration(which i have made for HTTPS/SSL communication between ECC and SMP i.e. EIS as shown in image)


it is giving me below error(in case of EIS security configuration ), when i click on the change Pas button on the user screen.but in case of

Admin security configuration, it is working fine.

User Screen

Error:

Please suggest.

Thank

Rohit

Accepted Solutions (0)

Answers (1)

Answers (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Rohit,

Can you please share what exactly you have done for that HTTPS/SSL communication between ECC and SMP? Have you added a new Authentication provider in EIS sec configuration for this? If yes, then how?

Can you also analyze SMP/SUP Server logs.

  • Make sure you have set log level to DEBUG
  • Select Registered user under "Application Connections" tab, click "Client Trace"
  • You will see a new folder under workflow client in SMP/SUP installation path

Rgrds,

Jitendra

Former Member
0 Kudos

Hi Jitendra,

I have added a Authentication provider in EIS sec configuration.please have a look on the below screen:

\

I have set parameter in ECC accordingly.EIS security working fine for all other feature i.e. display as well as update.

But in change password this is showing the error as mention:


Thanks

Rohit



Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Rohit,

Can you please share what all properties you have added in a security provider under EIS security? You can follow this for more understanding.

Rgrds,

Jitendra

Former Member
0 Kudos

My account got locked, it is not allowing me to entering in SCC using user supAdmin.

it is giving me below exception:

com.sybase.uep.admin.client.AdminException: org.omg.CORBA.NO_PERMISSION: java.lang.SecurityException:

Any suggestion.

Thanks

Rohit

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

There is a way you can reset the password, please check this doc SyBooks Online

Former Member
0 Kudos

Thanks Jitendra.

I have changed the password, it is pinging for SMP but not pinging from SCC.

Both SMP and SCC are on same machine.

Please suggest.

Virinchy
Active Contributor
0 Kudos

Previously i had a similar issue ,

Reference :

This is what i did then!!

1)rechecked the pre - requisites for SCC,

2) restarted the server

3)opened the SCC in IE .

Software                         Version

Adobe Flash Player        10.1 or later, 11.x

Internet Explorer              •6.0 (32-bit only)

                                            7.0 (32-bit only)

                                            •8.0 (32- and 64-bit)

                                            •9.0 (32- and 64-bit)

64-bit versions of Internet Explorer 8.0 and 9.0 support only Adobe Flash Player 11.x

** If not can you please check if these can work


alternative 1:

- switch off firewall on SUP Server

- switch off firewall on Client PC

- add URL of SUP server to client host file.

alternative 2:) right click SCC shortcut --> properties --> shortcut -->change the <hostname> to <localhost>

Since SMP and SCC are on same machine


"%ProgramFiles%\Internet Explorer\iexplore.exe" https://<hostname>:8283/scc

and restarted the server.