OIM SAP UM Connector gateway port configuration

Hi All,
On SAP Target System, port for gateway communication is not the default 3300, but 3301. How do I go about configuring OIM to establish connection on 3301 instead of 3300?
Thanks in advance
Edited by: user13015045 on Aug 31, 2011 3:24 PM

Hello 790345,
You said:
There is a variable on SAP called "SYSTEM NUMBER". it takes two digit value .eg : 01.
port number is derived for that system number. so from above example gateway port will be (33<system number>) i.e., 3301
If I understand correctly, this variable SYSTEM_NUMBER is on SAP system side (target).
How about on OIM SAP connector side (source)? have you managed to make it connect to 3301 instead of 3000?
If yes, how did you do it?
Thanks,
Adr.

Similar Messages

  • OIM - SAP SRM Connector

    Hi,
    We are planning to integrate OIM 11g with SAP SRM as target system. We are not able to find a connector specific to SRM integration with OIM. Do we need to use SAP User Management Engine Connector (sapume-11.1.1.5.0) or SAP User Management connector (SAP_UM_91220) ?
    Regards

    Oh! my bad. For SAP SRM, you can use sapume-11.1.1.5.0. Refer to certified components->target system of connector documentation. You just need to do some extra configuration for it, as doc days :
    If you install an SAP application, such as SAP BW or SAP SRM, in ABAP stack, then
    you must configure SAP Enterprise Portal against SAP UME of the application. See
    the respective target system documentation for information about this
    configuration
    regards,
    GP

  • OIM - SAP CUA Connector - Unlocking Accounts

    Hello All
    We are implementing the Oracle Identity Manager connector for SAP CUA, and have the following concern:
    If a user is locked manually by the SAP Security Administrator in a target SAP System (Prod for example), what is to prevent the End User from logging into OIM Self Service and unlocking themselves?
    The OIM Connector Doc seems to state that the target system is unlocked regardless of locked state (meaning it sends an unlock request regardless of whether the user is locked or not).
    How does this take Maintenance/Downtimes into consideration (where no business/end users should be in the system)?  What about fraudulent or suspicious accounts (where the Security team has frozen/locked someone's account to prevent further activity)?
    My thinking is that if an SAP Security Admin has locked an account, OIM should not unlock the account.  The only unlocks which should take place are for Incorrect Passwords?
    Just wondering if anyone has experience with OIM connecting to SAP CUA

    >
    Nigel Wyman wrote:
    > My thinking is that if an SAP Security Admin has locked an account, OIM should not unlock the account.  The only unlocks which should take place are for Incorrect Passwords?
    >
    > Just wondering if anyone has experience with OIM connecting to SAP CUA
    Not worked with OIM, but worked with SAP IDM/GRC:
    But I was asking why you would use CUA once you will have OIM working ?
    1.you should have only  a single point of user administration, why dont you lock the user  from OIM instead of logging into CUA.
    2.In our  present project , DEV and QA we are using ACCESS enforcer for all user administration purposes with approval workflows, it works very well. security should not login to the systems without approval.

  • Verify SAP HR connector connection with SAP Target system - OIM 11.1.2

    Hi All,
    We are using SAP ER 9.1.2 connector and configured as follows,
    1) Installed SAP ER connector from Admin console (In oim db Common.jar, SAPCommon.jar and SAPER.jar files are created)
    2) The connector guide says to copy sapjco3.jar and sapidoc3.jar shud be placed into Oracle_home/Xellerate/ThirdParty folder. As we r using OIM 11.1.2 placed it in Oracle_IDM1/server/ThirdParty folder. Also Uploaded Thirdparty file into oim db using UploadJars.sh.
    3) copied libsapjco3.so file into /usr/local/jco directory and added the same path to LD_LIBRARY_PATH environment varialble
    4) Restarted OIM server
    5) To check if SAPJCo is correctly installed, ran below command
    java –jar JCO_DIRECTORY/sapjco3.jar
    java –classpath JCO_DIRECTORY/sapjco3.jar com.sap.conn.jco.rt.About
    Doubt: In OIM 11.1.2 we upload files into oim db. So, how does running files in ThirdParty folder verifies SAPJCo installation.
    6) Configured SAP HR IT resource parameters as given by our SAP application team.
    7) Now Ran "SAP HRMS Employee Type Recon" scheduled job and facing below error,
         "oracle.iam.connectors.sap.common.util.SAPUtil : getJCOFunction() : Connect to message server host failed[[
         Connection parameters: TYPE=B DEST=10.60.1.83 MSHOST=FUSION-ECCQA.hdfcsldm.com GROUP=PUBLIC R3NAME=FPQ PCS=1
         ERROR service 'sapmsFPQ' unknown
         TIME Tue Apr 16 18:20:20 2013
         RELEASE 720
         COMPONENT NI (network interface)
         VERSION 40
         RC -3
         MODULE niuxi.c
         LINE 1814
         DETAIL NiPGetServByName: 'sapmsFPQ' not found
         SYSTEM CALL getaddrinfo
         COUNTER 1 "
    Please help me in configuring SAP connector
    Thanks in advance

    Hi.
    Have you solved this? I'm getting the same error and documentation is not clear.
    It says to add an entry to /etc/service (in my case there's a service using the same tcp port) and the copy a .ini file to "root" directory, which I understand is "/" in a linux system.
    Thank you.
    Alex

  • Changing the label of attributes configured on User Profile by SAP HRMS connector

    Is it possible to change the label of attributes configured on User Profile by SAP HRMS connector during the installation?

    You can modify the connector xml before you install the connector or try this: http://docs.oracle.com/cd/E21764_01/doc.1111/e14309/uicust.htm#BABDEGFE
    -Bikash

  • [OIM 11g] SAP ER connector behavior

    Hi Experts,
    How does the SAP ER Connector works when the IDOC has historical data from the user? I need to know if OIM will look for the latest chances and use this to create the identity.
    Best regards.

    Hey,
    I see the same issue and need to make this change as well, where are these settings? I couldn't find them in the setDomainEnv or setSOADomainEnv.
    Thanks

  • EJB Modul: SAP Enterprise Connector, configuring build path

    Hello,
    first of all I'm using SAP NW CE.
    I created an 2 Development Components, an EJB Module and a Enterprise Application(EAR). In the EJB Module I use the SAP Enterprise Connector to generate Java Proxy Classes to do RFC calls.
    In the EAR-DC I add in Properties-->J2EE Module Dependencies the needed jar-files. And in the EJB-DC I reference this.
    When I don't work with DCs and I create a "normal" EJB and EAR project that is the way it works.
    But with DCs I have a problem when I want to build the DC. I have this error:
    package com.sap.aii.proxy.framework.core does not exist
    So the build-process don't realize the J2EE Module Dependencies. How can I solve this problem?
    Regards,
    Armin

    Did you mean the Development Infrastructure Perspective? If yes I don't find DC -> DC Metadata -> DC Definitino -> Right-click Used DCs -> Add Used DC... if I browse through my DC.
    Apart from that I don't want to reference DCs as I write above. I want to reference only jar-files. Because the DCs com.sap.aii.proxy.framework, com.sap.aii.util..misc and com.sap.mw.jco are deprecated. And if I reference DCs I have to use this DCs to use the proxy classes made by the SAP Enterprise Connector. So I want to reference the jar-files where the needed source isn't deprecated.
    By the way I use SAP NW CE.

  • No SAP Option under Adapters in SAP business connector 4.7 Admin page

    Hi Experts,
    I have installed SAP BC 4.7 (both server and developer) and started the server (installation done with <sid>adm user). The problem I am facing is in configuration. There is no SAP option under Adapters because of which I am unable to configure ABAP stack here. Please help in resolving this.
    Below are some logs:
    sapqat01:ecqadm 52> java -jar /opt/sapbc47/Server/packages/SAP/code/jars/static/sapjco.jar -stdout
    java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc. Not found in java.library.path [/opt/IBMJava2-amd64-142/jre/bin/j9vm:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/classic:/opt/CA/SharedComponents/lib:/usr/sap/ECQ/SYS/exe/run:/opt/sapbc47/Server/packages/SAP/code/jars/static:/oracle/client/10x_64/instantclient:/usr/lib]
            at com.sap.mw.jco.JCO.<clinit>(JCO.java:638)
            at java.lang.J9VMInternals.initializeImpl(Native Method)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
            at java.lang.Class.forNameImpl(Native Method)
            at java.lang.Class.forName(Class.java:119)
            at com.sap.mw.jco.About.<init>(About.java:33)
            at com.sap.mw.jco.About.main(About.java:98)
    SAP Java Connector (JCo)
    Copyright (c) 2000-2003 SAP AG. All rights reserved.
    Version Information
    Java Runtime:
    Operating System:    Linux 2.6.18-194.el5 for amd64
    Java VM:             1.4.2 IBM Corporation
    Java Codepage:       UTF8
    Versions:
    JCo API:             2.1.0 (2003-04-24)
    JCo middleware:      Library not found
    JCo library:         Library not found
    RFC library:         Library not found
    Paths:
    JCo classes:         System-defined path
    JCo library:         Library not found
    RFC library:         System-defined path
    Manifest
    Manifest-Version: 1.0
    Implementation-Version: 20030516 0830
    Specification-Title: SAP Java Connector
    Specification-Version: 2.1.0 (2003-04-24)
    Implementation-Title: com.sap.mw.jco
    Main-Class: com.sap.mw.jco.About
    Created-By: Ant 1.4.1
    Implementation-Vendor-Id: com.sap
    Implementation-Vendor: SAP AG, Walldorf
    Specification-Vendor: SAP AG, Walldorf
    server.log file has the following error:
    sapqat01:ecqadm 68> head -200 server.log
    000000  [B2BSERV.0025.0001] Business Connector Server 4.7 (Standard Encryption) Build 999
    000001  [B2BSERV.0025.0006] License Manager started
    000002  [B2BSERV.0025.0008] State Manager started
    000003  [B2BSERV.0025.0010] Service Manager started
    000004  [B2BSERV.0025.0012] Cache Manager started
    000005  [B2BSERV.0025.0009] WIDL Service Manager started
    000006  [B2BSERV.0025.0004] Flow Service Manager started
    000007  [B2BSERV.0025.0002] Package Manager started
    000008  [B2BSERV.0025.0011] Package Replicator Manager started
    000009  [B2BSERV.0028.0001] Loading packages
    00000A  [B2BSERV.0028.0005] Loading WmRoot package
    java.util.NoSuchElementException
            at java.util.StringTokenizer.nextToken(StringTokenizer.java:280)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:759)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:734)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:734)
            at com.wm.app.b2b.server.PackageManager.readAccessEntries(PackageManager.java:713)
            at com.wm.app.b2b.server.PackageManager.processPackageManifest(PackageManager.java:564)
            at com.wm.app.b2b.server.PackageManager.loadPackage(PackageManager.java:361)
            at com.wm.app.b2b.server.PackageManager.loadPackage(PackageManager.java:327)
            at com.wm.app.b2b.server.PackageManager.loadPackages(PackageManager.java:279)
            at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:180)
            at com.wm.app.b2b.server.Server.run(Server.java:183)
    00000B  [B2BSERV.0028.0005] Loading WmPublic package
    00000C  [B2BSERV.0028.0026] Warning: Deprecated service type (webtap) in service pub.webtap:getPage in package WmPublic
    00000D  [B2BSERV.0028.0005] Loading WmPartners package
    java.util.NoSuchElementException
            at java.util.StringTokenizer.nextToken(StringTokenizer.java:280)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:759)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:734)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:734)
            at com.wm.app.b2b.server.PackageManager.readAccessEntries(PackageManager.java:713)
            at com.wm.app.b2b.server.PackageManager.processPackageManifest(PackageManager.java:564)
            at com.wm.app.b2b.server.PackageManager.loadPackage(PackageManager.java:361)
            at com.wm.app.b2b.server.PackageManager.loadPackage(PackageManager.java:327)
            at com.wm.app.b2b.server.PackageManager.loadPackages(PackageManager.java:279)
            at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:180)
            at com.wm.app.b2b.server.Server.run(Server.java:183)
    00000E  [B2BSERV.0028.0005] Loading SAP package
    java.util.NoSuchElementException
            at java.util.StringTokenizer.nextToken(StringTokenizer.java:280)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:759)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:734)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:734)
            at com.wm.app.b2b.server.PackageManager.readAccessEntries(PackageManager.java:713)
            at com.wm.app.b2b.server.PackageManager.processPackageManifest(PackageManager.java:564)
            at com.wm.app.b2b.server.PackageManager.loadPackage(PackageManager.java:361)
            at com.wm.app.b2b.server.PackageManager.loadPackage(PackageManager.java:327)
            at com.wm.app.b2b.server.PackageManager.loadPackages(PackageManager.java:279)
            at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:180)
            at com.wm.app.b2b.server.Server.run(Server.java:183)
    00000F  [B2BSERV.0028.0005] Loading WmSamples package
    java.util.NoSuchElementException
            at java.util.StringTokenizer.nextToken(StringTokenizer.java:280)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:759)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:734)
            at com.wm.app.b2b.server.PackageManager.readAccessEntries(PackageManager.java:713)
            at com.wm.app.b2b.server.PackageManager.processPackageManifest(PackageManager.java:564)
            at com.wm.app.b2b.server.PackageManager.loadPackage(PackageManager.java:361)
            at com.wm.app.b2b.server.PackageManager.loadPackage(PackageManager.java:327)
            at com.wm.app.b2b.server.PackageManager.loadPackages(PackageManager.java:279)
            at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:180)
            at com.wm.app.b2b.server.Server.run(Server.java:183)
    000010  [B2BSERV.0028.0005] Loading WmDB package
    java.util.NoSuchElementException
            at java.util.StringTokenizer.nextToken(StringTokenizer.java:280)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:759)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:734)
            at com.wm.app.b2b.server.PackageManager.readAccessEntry(PackageManager.java:734)
            at com.wm.app.b2b.server.PackageManager.readAccessEntries(PackageManager.java:713)
            at com.wm.app.b2b.server.PackageManager.processPackageManifest(PackageManager.java:564)
            at com.wm.app.b2b.server.PackageManager.loadPackage(PackageManager.java:361)
            at com.wm.app.b2b.server.PackageManager.loadPackage(PackageManager.java:327)
            at com.wm.app.b2b.server.PackageManager.loadPackages(PackageManager.java:279)
            at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:180)
            at com.wm.app.b2b.server.Server.run(Server.java:183)
    000011  [B2BSERV.0028.0005] Loading Default package
    000012  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.event:startEventAgentPort)
    000013  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.net.email:init)
    000014  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.net.ftp:init)
    000015  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.net.http:init)
    000016  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.net.https:init)
    000017  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.net.smime:init)
    000018  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.net.sock:init)
    000019  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.net.sslsock:init)
    00001A  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.ns:syncToNamespace)
    00001B  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.remote:init)
    00001C  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.schedule:init)
    00001D  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.security.revInvoke:init)
    00001E  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.tx:init)
    00001F  [B2BCORE.0063.0011] Start
    000020  [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.soap:init)
    000021  [B2BSERV.0028.0012] WmPublic: Startup service (pub.ldap:init)
    000022  [B2BSERV.0028.0012] WmPartners: Startup service (wm.PartnerMgr.gateway.admin:startup)
    000023  [B2BPCKG.0074.0003] TransactionManager: init (entries=0, freeBlocks=0, maxFree=0, bytes=0, sync=true, file=packages/WmPartners/config/xtn.log)
    000024  [B2BPCKG.0073.0005] Admin: WmPartners Startup ok
    000025  [B2BSERV.0028.0012] SAP: Startup service (sap.admin:startup)
    000026  [B2BSERV.0028.0013] Startup service exited with the following error: java.lang.reflect.InvocationTargetException: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc. Not found in java.library.path [/opt/IBMJava2-amd64-142/jre/bin/j9vm:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/classic:/opt/sapbc47/Server/packages/WmWin32/code/libs:/opt/sapbc47/Server/packages/WmPartners/code/libs:/opt/sapbc47/Server/packages/SAP/code/libs:/opt/sapbc47/Server/lib:/opt/CA/SharedComponents/lib:/usr/sap/ECQ/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/lib]
    000027  [B2BSERV.0028.0012] SAP: Startup service (sap.admin.xslt:startup)
    000028  [B2BSERV.0028.0012] SAP: Startup service (sap.transport:ALEinit)
    000029  [B2BSERV.0028.0013] Startup service exited with the following error: java.lang.reflect.InvocationTargetException: com.wm.pkg.sap.SAPConfig (initialization failure)
    00002A  [B2BSERV.0028.0012] SAP: Startup service (sap.transport:BAPIinit)
    00002B  [B2BSERV.0028.0012] SAP: Startup service (sap.transport:RFCinit)
    00002C  [B2BSERV.0028.0012] SAP: Startup service (sap.transport:XMLinit)
    00002D  [B2BSERV.0028.0012] SAP: Startup service (sap.demo.idoc:registerDemoRoutings)
    00002E  [B2BSERV.0028.0012] WmDB: Startup service (wm.server.db:startup)
    00002F  [B2BSERV.0025.0005] Port Manager started
    000030  [B2BSERV.0025.0013] Cache Sweeper started
    000031  [B2BSERV.0025.0016] Config File Directory Saved
    000032  [B2BSERV.0014.0002] Initialization complete.
    000033  -
      2011-10-11 03:20:36 EDT
    000034  [B2BSERV.0014.0005] Shutting down server. User requested.
    000035  [B2BSERV.0028.0015] SAP: Shutdown service (sap.admin:shutdown)
    000036  [B2BSERV.0028.0016] Shutdown service exited with the following error: java.lang.reflect.InvocationTargetException: com.wm.pkg.sap.SAPConfig (initialization failure)
    000037  [B2BSERV.0028.0015] WmPartners: Shutdown service (wm.PartnerMgr.gateway.admin:shutdown)
    000038  [B2BPCKG.0073.0001] Admin: WmPartners Shutdown
    000039  [B2BSERV.0028.0015] WmPublic: Shutdown service (pub.ldap:shutdown)
    00003A  [B2BSERV.0028.0015] WmRoot: Shutdown service (wm.server.net.http:shutdown)
    00003B  [B2BSERV.0028.0015] WmRoot: Shutdown service (wm.server.net.https:shutdown)
    00003C  [B2BSERV.0028.0015] WmRoot: Shutdown service (wm.server.net.ftp:shutdown)
    00003D  [B2BSERV.0028.0015] WmRoot: Shutdown service (wm.server.net.email:shutdown)
    00003E  [B2BSERV.0028.0015] WmRoot: Shutdown service (wm.server.tx:shutdown)
    00003F  [B2BCORE.0063.0013] Shutdown
    000040  [B2BSERV.0028.0015] WmRoot: Shutdown service (wm.server.schedule:shutdown)
    000041  [B2BSERV.0028.0015] WmRoot: Shutdown service (wm.server.remote:shutdown)
    000042  [B2BSERV.0028.0015] WmRoot: Shutdown service (wm.server.net.sock:shutdown)
    000043  [B2BSERV.0028.0015] WmRoot: Shutdown service (wm.server.net.sslsock:shutdown)
    000044  [B2BSERV.0028.0015] WmRoot: Shutdown service (wm.server.security.revInvoke:shutdown)
    000045  [B2BSERV.0014.0006] Server shutdown completed.
    If anyone knows the solution, then please let me know. Your help is appreciated.
    Best Regards,
    Vikash Chandra
    Edited by: Chandra Vikash on Oct 11, 2011 1:46 PM

    Hello gaurav,
    I have tried re-installing.
    I am able to open the web-admin and also all the links except the ones in the adapters section.
    I have checked the installation document, adapter guide for BC 4.8 but i couldnt find anything useful.
    I was just wondering if it has got anything to do with the OS.
    lemme know if you have come across anything like this.
    thanks for the help.
    Sreejith

  • AD-OIM password synchronization connector error

    Hi,
    I have installed the AD password synchronization connector 9.1.1. to Windows 2003 SP2 server successfully. When I reset the users password I can see from the 20091217OIMMain.log file the following errors:
    Debug [12/17/2009 2:08:31 PM] The SOAP start element is
    Debug [12/17/2009 2:08:31 PM] <SPMLv2Document xmlns="http://xmlns.oracle.com/OIM/provisioning">
    Debug [12/17/2009 2:08:31 PM] The SOAP end element is
    Debug [12/17/2009 2:08:31 PM] </SPMLv2Document>
    Debug [12/17/2009 2:08:31 PM] The path is
    Debug [12/17/2009 2:08:31 PM] /spmlws/HttpSoap11
    Debug [12/17/2009 2:08:31 PM] End of sgsloidi::setParameters
    Debug [12/17/2009 2:08:31 PM] <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><faultcode xmlns="">env:Server</faultcode><faultstring
    xmlns="">Internal Server Error</faultstring><faultactor xmlns=""></faultactor></env:Fault></env:Body></env:Envelope>
    Debug [12/17/2009 2:08:31 PM] Inside sgsloidiOIMGeneralErrorHandler
    Debug [12/17/2009 2:08:31 PM] Unable to update USR_NAME. There are error messages in the searchReponse. Please check log for details
    Debug [12/17/2009 2:08:32 PM] Password updation failed in child process
    Where is this searchResponce log file? I tried to see all the Windows log files, which has been updated after my password reset, but none of them has any errors which makes sense or the time would match. Also in 20091216043_PasswordChange.log everthing seems to go okay.
    SPML web service is deployed and up and I can hit that URL from my machine. I don't get any printouts to the OIM log file.
    Any ideas...? Thanks a bunch!
    -J-

    1. Check your ports, make sure they are open.
    2. For password sync you'll need to have SSL certificates configured so AD, OIM and the connector can talk securely. Make sure the proper keystore is used and certificate is present on all 3 (the connector includes the guide to install them)
    With the above I got my connector working to this point. Hope that helps.
    - JP

  • SAP Enterprise Connector Error - NWDS

    Hello I have the following issue, I found the same problem in the eariler forums(no solution though) and pasting it here...
    the content is copied from /thread/9971 [original link is broken]
    Hi
    I've installed the sneak edition of the NDS which is a part of the WAS 6.40 sneak preview. Everything seams to work just fine except for the proxy generation in a portal application using the SAP Enterprise Connector tool.(choose new>other>SAP connectivity-->SAP Enterprise Connector) I get to the point where I have to enter connection information's for a single server like Host name, system nr, client, etc...However when everything i filled out and I push next nothing happens. The process line in the bottom shortly fills but the same screen is shown.
    Have anyone run into the same problem?
    Best Regards
    Ole Mose Nielsen
    the problem I have is exactly the same. But say if I change the system number to '04' than I get an error - "connect to sap gateway failed".
    Thanks,
    Yasu

    Hello some more information....
    I have installed the ABAP 6.4 Sneak Preview SP11 (It works fine with the SAP GUI). I am trying to call Bapis from Java with the help of the proxies generated by "SAP Enterprise Connector". But the problem is that the "SAP Connection Wizard" does not progress any further after providing the R/3 system details(like hostname, sys number, client) and username/pasword. When I click the "Next Button" after providing the correct connection parameters it just stays there.
    -->Would the license be a problem. I did not apply for the 90 day license yet, I wanted to do that once everything is working fine.
    --> Should I do any additional configuration on the R/3 side.
    --> Should I add any extra setting to the environment variable path.
    Your help will be greatly apprecaited!!!
    Thanks
    Yasu

  • OIM - SAP UM Module

    Hi,
    In my project we are using OIM to integrate with SAP-UM. I am able to provision a user successfully from OIM to SAP with out any issue. After doing the reconcilation I did able to pull out all the Roles and Groups defined in the SAP to the OIM successfully and I did able to create the users in OIM with out any issue. But the users which are there in the SAP-UM are not getting on to the OIM. Can any body tell me where I am missing it.
    Thanks&Regards
    Debi

    Hi,
    we are using the SAP UM connector in our environment, and the best approach that we find to ensure some SoD using OIM was using the access policies based on the Xellerate User profile attributes. So all the roles and profiles mapping was done outside OIM and we configured the access policies using these roles ad profiles. Also, any other profile or role granted to users need to be approved by his manager and the SAP module owner.
    As a detective control to audit if the SoD are been respected we use tools to verify that directly into SAP system. But I think that you can customize a report to do in the OIM side.
    Best Regards.
    Nitto

  • Using SMTP service in SAP Business Connector

    Dear All,
    Can any one tell me how to use SMTP service in SAP Business Connectors. My requirement is like I need to send a mail to a particular mail id, if a transaction fails.
    Do i need to do some configuration from Administrator side.
    What all efforts would be required for the same.
    Regards
    Siddhesh.

    Hi Carlos,
    I had escalated the issue to the BASIS/INFRA team. But they say that there is no configuration that can be done on the mail server side ( exchange server ). They told me that some configuration needs to be done from the BC side.
    This is what he had to say:
    Port 5555 is the non-standard default port used by SAP BC for HTTP connections. For SMTP the default port number is 25.
    As far as i understand this port 25 is used when in routing rule we define email transport. But my requirement is like it should first do an http and only in case when http fails it should do SMTP.
    So it is not possible to have routing rule with mail transport.
    Can you give some inputs from your side.
    Regards,
    Siddhesh S.Tawate

  • SAP Business Connector on Windows XP

    I've been trying to get the SAP Business Connector 4.7 to work on Windows XP professional but haven't been very successful. The business connector seems to install okay, but when I try to start the business connector through the server.bat file it generates the following errors:
    (loglevel = 4) 
    Loading WmPartners package
    00000E  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.EmailTransport:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.EmailTransport
    00000F  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:saveMessage: [B2BSERV.0026.9106] No method saveMessage in class wm.PartnerMgr.xtn.admin
    000010  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:view: [B2BSERV.0026.9106] No method view in class wm.PartnerMgr.xtn.admin
    000011  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.admin:saveRoutingRule: [B2BSERV.0026.9106] No method saveRoutingRule in class wm.PartnerMgr.gateway.admin
    000012  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.admin:convertWildCards: [B2BSERV.0026.9106] No method convertWildCards in class wm.PartnerMgr.gateway.admin
    000013  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.B2B:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.B2B
    000014  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:editStore: [B2BSERV.0026.9106] No method editStore in class wm.PartnerMgr.xtn.admin
    000015  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.FTPTransport:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.FTPTransport
    000016  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:invokeViewService: [B2BSERV.0026.9106] No method invokeViewService in class wm.PartnerMgr.xtn.admin
    000017  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:viewMsgContent: [B2BSERV.0026.9106] No method viewMsgContent in class wm.PartnerMgr.xtn.admin
    000018  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.admin:updateTransports: [B2BSERV.0026.9106] No method updateTransports in class wm.PartnerMgr.gateway.admin
    000019  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.admin:invokeService: [B2BSERV.0026.9106] No method invokeService in class wm.PartnerMgr.gateway.admin
    00001A  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:log: [B2BSERV.0026.9106] No method log in class wm.PartnerMgr.xtn.admin
    00001B  [B2BSERV.0028.0005] Loading SAP package
    00001C  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.RFC:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.RFC
    00001D  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.BAPI:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.BAPI
    00001E  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.XML:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.XML
    00001F  [B2BSERV.0026.0002] Failure while loading service sap.bapi:encodeToFile: [B2BSERV.0026.9106] No method encodeToFile in class com.wm.pkg.sap.bapi.BusinessDocumentCoder
    000020  [B2BSERV.0026.0002] Failure while loading service sap.bapi.Mapper:bapi2rfc: [B2BSERV.0026.9104] Missing class sap.bapi.Mapper
    000021  [B2BSERV.0026.0002] Failure while loading service sap.bapi.Mapper:rfc2bapi: [B2BSERV.0026.9104] Missing class sap.bapi.Mapper
    000022  [B2BSERV.0026.0002] Failure while loading service sap.bapi.Mapper:bapi2ale: [B2BSERV.0026.9104] Missing class sap.bapi.Mapper
    000023  [B2BSERV.0026.0002] Failure while loading service sap.admin:listGatewayServices: [B2BSERV.0026.9106] No method listGatewayServices in class sap.admin
    000024  [B2BSERV.0026.0002] Failure while loading service sap.bapi.Mapper:ale2bapi: [B2BSERV.0026.9104] Missing class sap.bapi.Mapper
    000025  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.ALE:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.ALE
    000026  [B2BSERV.0028.0005] Loading WmSamples package
    000027  [B2BSERV.0028.0026] Warning: Deprecated service type (webtap) in service sample.webtap:logApp in package WmSamples
    000028  [B2BSERV.0028.0005] Loading WmDB package
    These errors don't stop the business connector from starting up, but the errors are not normal behaviour. When I try to start the business connector through a Windows service then I get the message "Could not start the SAP Business Connector Service on Local Computer. Error 126: The specified module could not be found".
    I have a working business connector installation on a Windows 2000 server, and when I checked the error log of that installation I noticed that it had logged the same errors about the 'WmPartners' package. It on the other hand didn't have any problems loading the 'SAP' package.
    I tried installing the business connector on two different systems with identical results. Has anybody been able to get the business connector to work on Windows XP?

    HI,
    I have no idea clearly about BC.. but ..
    See the following links.. may be helpfull..
    Business connector
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a8609b90-0201-0010-c6bc-a41b611c6dac
    SAP Business Connector on Windows XP
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92e5bd90-0201-0010-b799-dfdc27f3100a
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a8424011-0d01-0010-e19d-e5bd8ca52244
    If usefull .. points rewarded..
    Regards
    Chilla..

  • Runtime error while using SAP Enterprise Connector in a J2EE Web Servlet

    Hello,
    I'm facing problems while trying to do a RFC call out of a Servlet.
    I'm using Development Components (DCs) and my project setup is as follows:
    Firstly I've created a DC of type J2EE/Web Module. This DC implements an absolutly simple servlet which has to do the RFC-Call.
    The relevant code is:
    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
       JCO.Client jcoclient = JCO.createClient("010", "DV*****", "***", "DE", "ovd***", "01");
       jcoclient.connect();
       Bapi_Flight_Getlist_Input input = new Bapi_Flight_Getlist_Input();
       input.setAirline("LH");
       SAPProxies_PortType myproxy = new SAPProxies_PortType();
       myproxy.messageSpecifier.setJcoClient(jcoclient);
       try {
          Bapi_Flight_Getlist_Output output = myproxy.bapi_Flight_Getlist(input);
          BapisfldatType_List list = output.get_as_listFlight_List();
          int listsize = list.size();
          for (int i = 0; i < listsize; i++) {
             BapisfldatType elem = list.getBapisfldatType(i);
             response.getWriter().print("Date: " + elem.getArrdate() + '\t' + "Arrive: " + elem.getArrtime());
       } catch (Exception e) {
          response.getWriter().print(e.toString());
       jcoclient.disconnect();
    The proxy for the RFC Module "BAPI_FLIGHT_GETLIST" - in this case the classes around "SAPProxies_PortType" were generated by NWDS ("SAP Enterprise Connector" Wizard).
    I had to manually add following DCs as "Used DCs" to get my DC built:
    com.sap.aii.proxy.framework (default)
    com.sap.aii.util.misc (default)
    com.sap.mw.jco (default)
    So far, so good...
    As a J2EE/Web module DC can't be deployed I've created a second DC of type J2EE/Enterprise Application and referenced the first DC. This DC is also built fine and can be deployed.
    But... When I call my servlet I get following Error Message on the web browser:
    The request cannot be processed.
      Details:      
      com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Cannot load the requested servlet [LocalDevelopmentservletxxx.com/servlet/TestServlet].
    Exception id: [000C295D60FB006F0000003600000EA8000461A05860B4BA]
    I also had a look in the trace files:
    Vollstu00E4ndiger Nachrichtentext
    application [LocalDevelopmentservletxxx.com] Processing HTTP request to servlet [TestServlet] finished with error. The error is: com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Cannot load the requested servlet [LocalDevelopmentservletxxx.com/servlet/TestServlet].
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:330)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.NoClassDefFoundError: com/sap/aii/proxy/framework/core/AbstractType
    Loader Info -
    ClassLoader name: [xxx.com/testear]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:cross
       interface:ejbserialization
    Resources:
       C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\ibm.com\testear\servlet_jsp\LocalDevelopmentservletxxx.com\work
       C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\ibm.com\testear\servlet_jsp\LocalDevelopmentservletxxx.com\root\WEB-INF\classes
       C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\ibm.com\testear\src.zip
    Loading model: {parent,references,local}
    The error occurred while trying to load "com.xxx.test.sap.connector.Bapi_Flight_Getlist_Output".
    at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:401)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
    at java.lang.Class.getConstructor0(Class.java:1930)
    at java.lang.Class.newInstance0(Class.java:278)
    at java.lang.Class.newInstance(Class.java:261)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:319)
    ... 14 more
    I think it has something to do with the used DCs... but I don't know why the classes are not found after deployment. I also tried
    to package the relevant jar-files from the used DCs into the EAR-File - but the I faced problems with the JCo
    Thank you for any help.
    Osman

    Hi,
    One thing that can be helpful is to add the references of the JAR files that you are adding as Used DC in the EAR.
    This can be done by adding Library type References in the application-j2ee-engine.xml Deployment descriptor in the EAR project.
    Following link will be helpful: http://help.sap.com/saphelp_nw70/helpdata/EN/83/82814282cfc153e10000000a1550b0/content.htm
    Regards,
    Alka.

  • Sap UM connector 9.1.2 trouble with "SAP User Management User Recon" task

    Hello All,
    i have a problem with Sap UM Connector version 9.1.2.
    OIM version 11.1.1.5
    Windows 2008 R2
    Problem is:
    Then accounts in Sap are created through direct provisioning feature of connector everything works ok (subsequent update or delete an account).
    But if a user account is created in Sap using Sap GUI, scheduled task "SAP User Management User Recon" of connector doesn't create reconciliation event to link user.
    Sometimes it does though, but for one user account created using Sap GUI in OIM created two reconciliation events, so corrsponding user in oim have two records for resource SAP.
    In this reconciliation events, one have full set of attributes (Login, First Name, Last Name, E Mail, etc), another one - just these 3 attributes: IT Resource, User ID, Lock.
    "SAP User Management Delete Recon" scheduled task works ok then user account has been deleted using Sap Gui.
    How one can troubleshoot such behavior?
    Can anyone advise please?

    resolved the issue by updating sap um connector to version 9.1.2.5

Maybe you are looking for

  • Package not found when nested

    When I tried to make packages in this way: ApplicationProgram (import TalepDurum.gui.Kurumlar.*;) TalepDurum(package) --gui(package) | --Kurumlar(package) | --TalepType(package) and I tried to reach the Kurumlar package from the ApplicationProgram, t

  • Capture image after Sysprep w/generalize option...

    Hello all. disclaimer...I'm more versed in IBM mainframe OSes but I can get around pretty good with Windows utils and concepts. But this is probably a noob kinda question ;-) I'm in a work environment where i have an image that has already been custo

  • How can i fix my camera its not working in skype but in others sites is good??????

    hp2000 -bf69wm windows 8 active       omg i just have 2 weeks with this pc and cant set up the camera in skype the web cam is working good in other web sites but i don t used i always use skype please help me to fix  thanks 

  • How to recreate the released task.

    Hi,      I would like to recreate the request already been released. How to do that. Cheers Senthil

  • Is it easy to replace an airport?

    I think my Time Capsule just died. I think I got it in 2008 or 2009. Any protocols for dealing with back-up, or should I just kiss that info stored in it good-bye?