OIM_Lotus Notes Integration

Hi all
I am facing some issuses while integration of OIM and Lotus Notes, While provisioning user is creating at Lotus Notes. But in OIM Resource page it showing "Reject" status(Error in domino connector server)
1) At connector server
# Out of backend memory#
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x60001630, pid=3300, tid=2996
# JRE version: 7.0-b119
# Java VM: Java HotSpot(TM) Server VM (20.0-b03 mixed mode windows-x86 )
# Problematic frame:
# C [nnotes.dll+0x1630]
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
2) At OIM log file
org.identity connectors.framework.common.exceptions.connectorexception:java.net.sockettimeoutException:read time out
Can any one help on this

Hi
Ping and telnet are working from OIM and CS to Lotus Notes
Here is log,
SEVERE: oracle.iam.connectors.icfcommon.prov.ICProvisioningManager : createObject : Error while creating user
org.identityconnectors.framework.common.exceptions.ConnectorException: java.net.SocketTimeoutException: Read timed out
     at org.identityconnectors.framework.common.exceptions.ConnectorException.wrap(ConnectorException.java:101)
     at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder$InternalDecoder.readInt(BinaryObjectDecoder.java:214)
     at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder$InternalDecoder.readObject(BinaryObjectDecoder.java:89)
     at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder.readObject(BinaryObjectDecoder.java:313)
     at org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection.readObject(RemoteFrameworkConnection.java:153)
     at org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler.invoke(RemoteOperationInvocationHandler.java:101)
     at $Proxy367.create(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy.invoke(DelegatingTimeoutProxy.java:107)
     at $Proxy367.create(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.identityconnectors.framework.impl.api.LoggingProxy.invoke(LoggingProxy.java:76)
     at $Proxy367.create(Unknown Source)
     at org.identityconnectors.framework.impl.api.AbstractConnectorFacade.create(AbstractConnectorFacade.java:123)
     at oracle.iam.connectors.icfcommon.prov.ICProvisioningManager.createObject(ICProvisioningManager.java:261)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.CREATEUSER(adpLNCREATEUSER.java:109)
     at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.implementation(adpLNCREATEUSER.java:54)
     at com.thortech.xl.client.events.tcBaseEvent.run(tcBaseEvent.java:196)
     at com.thortech.xl.dataobj.tcDataObj.runEvent(tcDataObj.java:2492)
     at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(tcScheduleItem.java:2917)
     at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(tcScheduleItem.java:547)
     at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
     at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
     at com.thortech.xl.dataobj.tcORC.insertNonConditionalMilestones(tcORC.java:844)
     at com.thortech.xl.dataobj.tcORC.completeSystemValidationMilestone(tcORC.java:1159)
     at com.thortech.xl.dataobj.tcOrderItemInfo.completeCarrierBaseMilestone(tcOrderItemInfo.java:735)
     at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert(tcOrderItemInfo.java:171)
     at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert(tcUDProcess.java:235)
     at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
     at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
     at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2906)
     at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(tcFormInstanceOperationsBean.java:710)
     at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(tcFormInstanceOperationsBean.java:425)
     at Thor.API.Operations.tcFormInstanceOperationsIntfEJB.setProcessFormDatax(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
     at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
     at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy358.setProcessFormDatax(Unknown Source)
     at Thor.API.Operations.tcFormInstanceOperationsIntfEJB_h6wb8n_tcFormInstanceOperationsIntfRemoteImpl.__WL_invoke(Unknown Source)
     at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
     at Thor.API.Operations.tcFormInstanceOperationsIntfEJB_h6wb8n_tcFormInstanceOperationsIntfRemoteImpl.setProcessFormDatax(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
     at $Proxy173.setProcessFormDatax(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
     at $Proxy356.setProcessFormDatax(Unknown Source)
     at Thor.API.Operations.tcFormInstanceOperationsIntfDelegate.setProcessFormData(Unknown Source)
     at com.thortech.xl.webclient.actions.DirectProvisionUserAction.handleVerifyProcessData(DirectProvisionUserAction.java:2077)
     at com.thortech.xl.webclient.actions.DirectProvisionUserAction.goNext(DirectProvisionUserAction.java:363)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
     at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)
     at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)
     at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)
     at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
     at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
     at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
     at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
     at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)
     at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
     at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:121)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:108)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: java.net.SocketTimeoutException: Read timed out
     at java.net.SocketInputStream.socketRead0(Native Method)
     at java.net.SocketInputStream.read(SocketInputStream.java:129)
     at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)

Similar Messages

  • Sales data are not integrated in R/3

    Hello
    I use BTE DE_BALE on R/3 to integrate data coming from CRM extension (EEWB). Everythig's fine in the customer FM in R/3 : I get the extension data and I add to table CT_IDOC_DATA segment E1KNVVM with these data, but they are not updated in R/3. I try to debughow the IDoc table CT_IDOC_DATA is integrated and there seems to be a problem. I don't know which ALE configuration has to be done to integrate CRM IDocs (IDoc type seemsto be DEBMAS..). How can I check it ? Is there somewhere I can check that data are not integrated ?
    Thanks

    Hi Karuna
    Nice to have a so quick help.
    Thanks
    Below the source code of my FM :
    DATA :
      gv_partner_guid     TYPE BU_PARTNER_GUID_BAPI,
      gv_partner         TYPE BU_PARTNER,
      gv_crm_application LIKE bapimtcs-gen_chrstr VALUE 'Z1HT',
      s_eewb_saledata    TYPE ZZ1HT_BUPA_MAIN_APPEND,
      t_salesdata TYPE ZZ1HT_TABLE,
      s_salesdata LIKE  LINE OF t_salesdata,
      t_knvv TYPE STANDARD TABLE OF KNVV ,
      s_knvv LIKE LINE OF t_knvv,
      s_bapimtcs TYPE BAPIMTCS,
      t_bapimtcs TYPE STANDARD TABLE OF BAPIMTCS,
      ls_e1knvvm LIKE E1KNVVM.
      REFRESH : t_salesdata,t_knvv,t_bapimtcs.
      CLEAR : s_salesdata,s_knvv,s_eewb_saledata,gv_partner_guid,gv_partner,
              s_bapimtcs,ls_e1knvvm.
      IF sy-uname EQ 'SAGUETTA'.
        break-point.
      ELSE.
        EXIT.
      ENDIF.
      MOVE is_complex_structure-header-object_instance-bpartnerguid
      TO   gv_partner_guid.
      MOVE IS_COMPLEX_STRUCTURE-header-object_instance-bpartner
      TO gv_partner.
      LOOP AT it_bapimtcs INTO s_bapimtcs.
        APPEND s_bapimtcs TO t_bapimtcs.
      ENDLOOP.
      CALL FUNCTION 'COM_BUPA_BAPIMTCS_TO_SET'
        EXPORTING
          iv_partner_guid = gv_partner_guid
          iv_application  = gv_crm_application
        CHANGING
          ct_bapimtcs     = t_bapimtcs
          cs_set          = s_eewb_saledata.
      MOVE s_eewb_saledata-ZZ1HT_DATA TO t_salesdata.
      LOOP AT t_salesdata into s_salesdata.
        CALL FUNCTION 'PI_BP_INIT_IDOC_STRUCTURES'
          IMPORTING
            ES_E1KNVVM = LS_E1KNVVM
          EXCEPTIONS
            OTHERS     = 0.
        MOVE s_salesdata-data_key-salesdom(4) TO LS_E1KNVVM-vkorg.
        MOVE s_salesdata-data_key-salesdom+4(2) TO LS_E1KNVVM-vtweg.
        MOVE s_salesdata-data_key-salesdom+6(2) TO LS_E1KNVVM-spart.
        MOVE s_salesdata-data-perfk TO LS_E1KNVVM-perfk.
        MOVE s_salesdata-data-lprio TO LS_E1KNVVM-lprio.
        CT_IDOC_DATA-MANDT = sy-mandt.
        ls_e1knvvm-msgfn = '004'.
        CT_IDOC_DATA-SEGNAM = 'E1KNVVM'.
        CT_IDOC_DATA-SDATA  = ls_e1knvvm.
        APPEND CT_IDOC_DATA.
        CLEAR ls_e1knvvm.
      ENDLOOP.

  • User is not integrated in organizational model

    Hi!
    We are in SRM 5.0 Server 550. We have created our own roles based on the standard roles. Our employee role is almost identical to SAP_EC_BBP_EMPLOYEE. We have added some transactions.
    Users_gen worked fine for the users, their attributes are maintained in BBPOMA_BBP and the check tab shows green light. But when user logs on and tries to maintain its settings we receive the message "User is not integrated in organizational model"
    We also receive an error while trying to create a SC. I think this is related to the problem above.
    Have we missed a crucial transaction?
    I can see we are missing the authorization object PLOG.
    Sincerely
    Anders
    Edited by: Anders Öhrling on Nov 5, 2008 10:56 AM

    Hi!
    The problem stared when I was trying out the new role that this user has gotten. BBPSC02 didn¨t work. By a chance I looked at the settings and saw that "User is not integrated in organizational model" was stated at the top. One could also see that no attributes at all was maintained here. So it looks like there is a correlation between BBPSC02 dump and that the user is not integrated in the organizational model.
    Sincerely
    Anders

  • Aperture not integrated in OS X?

    Hi!
    I switched from iPhoto to Aperture 3 and is is really awsome. The only major drawback I see is: it is not integrated in OS X (Snow Leopard). I can see my old iPhoto pictures when I want to change the desktop wallpaper, I can use iPhoto pictures in iWorks, ... - but the Apperture pictures are only available in Aperture - so I have to export them, import them in iPhoto to use them? Is this Apple-cool? I think I bought some kind of Windows emulator
    Is there any plugin available? Or have I missed some settings?
    Thank you very much in advance!
    Anton

    I have the same problem since upgrading (HA!) from Aperture 2 to 3. My projects are visible in the browser panes of iPhoto and iDVD, but the individual images aren't, the image count shows zero. I've done all the usual tech things but nothing seems to work so now I'm going to try a full reinstallation to see if that helps.

  • Database is not integrated; upgrade not possible

    Hi,
    I am trying to upgrade a 2005B database to SAP 8.8 version using the PL04 Upgrade.exe. One of the steps makes a previous test for Upgrade and show me a message error: " Database is not integrated; upgrade not possible" for the components "Common-Database, Add-ons and Help".
    Does anybody knows how I can solve this issues?
    Regards and thanks for your help,
    Alberto Franç

    Hi
    Refer below link
    [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001343050]
    Thanks
    Kevin

  • Error message : SDM not integrated in JStartupFramework

    Hi
    I am getting the following errors when Jstartup tries to start the SDM or when I run any of the sdm commands with jstartup parameters - eg sdm.sh jstartup mode=integrated
    Oct 7, 2008 8:47:20 AM   Info: ============================================
    Oct 7, 2008 8:47:20 AM   Info: =   Starting to execute command 'server'   =
    Oct 7, 2008 8:47:20 AM   Info: ============================================
    Oct 7, 2008 8:47:20 AM   Info: Starting SDM - Software Deployment Manager...
    Oct 7, 2008 8:47:21 AM   Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0013.20070717141415.0000
    Oct 7, 2008 8:47:31 AM   Info: JStartupFramework is requesting to start the SDM Server.
    Oct 7, 2008 8:47:31 AM   Info: SDM is not integrated in JStartupFramework. This is an illegal state.
    Oct 7, 2008 8:47:31 AM   Error: Could not start SDM. Precondition not fulfilled. Return code: 8
    Oct 7, 2008 8:51:23 AM   Info:
    Oct 7, 2008 8:51:23 AM   Info: =   Starting to execute command 'jstartup'   =
    Oct 7, 2008 8:51:23 AM   Info: ==============================================
    Oct 7, 2008 8:51:23 AM   Info: Starting SDM - Software Deployment Manager...
    Oct 7, 2008 8:51:24 AM   Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0013.20070717141415.0000
    Oct 7, 2008 8:51:42 AM   Info: Initializing Network Manager (50017)
    Oct 7, 2008 8:51:43 AM   Info: Checking if another SDM is running on port 50018
    Oct 7, 2008 8:51:43 AM   Error: This SDM installation is not integrated in the JStartupFramework. "jstartup" is not supported.
    Oct 7, 2008 8:51:43 AM   Error: Processing error. Return code: 304
    The jstartup parameters do exist in the instance profile.
    Please assist - is there something I can do to get the SDM to be integrated in the JStartupFramework?  SDM server does start without this, but obviously JSPM can't work as it cannot set any parameters.
    Any assistance appreciated
    Thanks
    Leigh

    The problem here is that the SDM misses information about the secure
    store, J2EE system and database. Obviously something went wrong during
    system copy. In such cases it is recommended to retry the system copy
    again.
    It is possible to try and restore the SDM configuration but this will
    solve the current problem. It is not clear whether there are not furtherissues with this system.
    If you would like to try and reconfigure the SDM manually I would
    recommend starting with the secure store configuration.
    1. Stop the SDM server if it is running.
    2. execute the following command in SDM/program directory
    sdm.sh registersecurestore "libdir=/usr/sap/<SID>/SYS/global/security/
    lib/tools" "datafile=/usr/sap/<SID>/SYS/global/security/
    SecStore.properties" "keyfile=/usr/sap/<SID>/global/security/data/
    SecStore.key" "systemname=<SID>"
    You may use the sapmnt mount instead of the absolute path.
    If the command fails, attach the sdmlog to the message.
    3. If the command succeeds, start the SDM server using the StartServer
    script. It will start in standalone mode.
    4. Start RemoteGUI and connect it to the SDM server.
    5. Select Config_DB and its Configuration tab. Enter <SID> and save the
    repository. The light image should be changed to green.
    6. Select SAPJ2eeEngine and its Configuration tab. Enter <SID> and save
    the repository. Again the light should change to green.
    7. Exit from the Remote GUI
    8. Stop SDM server (StopServer script)
    9. Execute the following command
    sdm.sh registerjstartup "jstartupdir=/usr/sap/<SID>/<Instance>/exe"
    "mshost=<hostname>" "msport=<port>"  port is internal port of SCSXX instance u2013 usually 3901
    jstartup directory should contain the binaries of the startup framework.10. Execute the command
    sdm.sh jstartup "mode=integrated"
    If no errors occur, the SDM should be integrated in the startup
    framework.

  • Company for Lotus Notes Integration

    Hello,
    I'm searching for solutions to integrate Lotus Notes into Enterprise Portal.
    I found much information about the You@Web Repository Manager for Lotus Notes, supplied by Conet.
    This is the only company, I found.
    Does anyone know another company with a solution for Notes integration, so that i can compare them?
    Or is Conet the only one supplier?
    Thanks in advance!
    Best regards,
    Sven

    Hello Sven,
    as far as I know and based on the SAP certification records CONET is the only company delivering a KM repository manager for Lotus Notes/Domino databases.
    Despite the fact that the "old" SAP KM repman for Domino is technically limited to R5, the CONET repman also comes with more features and richer functionality (e.g. you can configur your distributed Lotus landscape / replication architecture for the Conet repman and other features).
    Simply visit SAP TechED 2006 Session UPE106 and learn more on Lotus integration with SAP KMC.
    Regards
    Michael

  • C4C & Lotus Notes integration for service users

    Hi,
    I tried to find information about C4C and Lotus Notes integration for service users without success. User manual says on Sales both Outlook and Notes, but in Service only Outlook. Does Lotus Notes add-in work for service users similar than sales users? Is there anywhere demo video for that? I can only found demo video for sales (SAP Sales OnDemand Outlook Integration Demo (new) - YouTube).
    -Aatos

    Hi Aatos,
    The Lotus notes integration currently supports the "Field Service" role in Cloud for Service where you are primarily servicing customers in the the field and have direct email communications with your customers. In this use-case, similar to "Field Sales" (AKA SFA Users) in Cloud for Sales, you can receive an email from a customer, get information about that customer from Cloud for Customer via the Lotus Integration, and be able to upload that email into Cloud for Customer as an email activity to track the email correspondence between the user and the customer.
    However, the Lotus notes integration does not support the "Call Center" role in Cloud for Service where you are a contact center agent in a centralized service center processing emails that are routed into a common inbox and all correspondence is sent out in behalf of a central inbox such as [email protected] In this usecase all emails automatically create tickets and all emails both inbound and outbound are automatically recorded as email activities without customer or user intervention. The email client for this usecase is either a C4C email client or Windows Outlook Client as you found in the documentation.
    Thanks,
    Rei

  • HR Replication and User ABC is not integrated in the organizational model

    Hi Gurus,
    I have completed the HR replication.
    I see the below structure
    -O--
    > BP
    S
    US
    when I "check" the USer in the SRM Org. structure, I see an error "System error: the object US ABC has no relationships"
    and the procure is "If you are dealing with a system user (object type US), relate the user to a position (or central person)."
    When I do the "BBP_BP_OM_INTEGRATE", I see the below error message "User ABC is not integrated in the organizational model"
    Message no. BBP_UM_UI052
    Please help me to resolve
    Thanks
    Pranav

    Hi,
    Try to assign the user in the Org structure  through transaction users_gen.
    related  links;
    User is not integrated in organizational model
    T-code USERS_GEN , want to add user to Organisational unit in EBP
    Move user in organisation with FM
    Re: users_gen
    Re: User is SRM
    See these useful notes:
    847439 : SRM4.0: User management in HR/ALE
    928575 SRM 5.0: USERS_GEN in CUA and HR replication environment
    BR,
    Disha.
    Do reward points for useful answers.

  • Debit and credit note - integration between mm & sd with fi

    Hi,
    How does the information flow from MM & SD to FI in the process of raising a DEBIT and CREDIT NOTES' respectively?
    (I'm aware of the fact that we need to define the document types "KG" and "DG" and raise the aforementioned by using F-41 & F-27).
    However, my doubts are:
    1. At what point do we need an FI-MM and FI-SD integration in raising the debit and credit notes'.
    2. What is the role of an MM and SD end user along with FI end user in raising the DEBIT AND CREDIT notes, i.e., how do we deal with the inventory in MM in the process of PURCHASE RETURNS and the goods and value of goods sold as far as SALES RETURNS IS concerned, i.e., once purchase returns and sales returns are booked in the relevant deparments, at what point does an accounts executive or FI end user come into picture to raise the aforementioned.
    Regards
    Sandhya

    Hi,
    How does the information flow from MM & SD to FI in the process of raising a DEBIT and CREDIT NOTES' respectively?
    (I'm aware of the fact that we need to define the document types "KG" and "DG" and raise the aforementioned by using F-41 & F-27).
    However, my doubts are:
    1. At what point do we need an FI-MM and FI-SD integration in raising the debit and credit notes'.
    2. What is the role of an MM and SD end user along with FI end user in raising the DEBIT AND CREDIT notes, i.e., how do we deal with the inventory in MM in the process of PURCHASE RETURNS and the goods and value of goods sold as far as SALES RETURNS IS concerned, i.e., once purchase returns and sales returns are booked in the relevant deparments, at what point does an accounts executive or FI end user come into picture to raise the aforementioned.
    Regards
    Sandhya

  • UFF58 Loaded, but not integrating correctly

    Hi all,
    Hope you might be able to help me on this one - I'm using the sound/vibration toolkit and had saved 3 channels of acquired dynamic signal to the UFF58 format using the Save to UFF58 express VI.  The save worked great, but now that I'm trying to load up the 3 channels and perform the exact same procedure I did in the program that directly acquired and manipulated - I'm getting different answers and units.
    To acquire the data I just used the DAQ assistant (Which performs the scaling to EU inside), then fed that value into an integrate and a few other manipulations afterwards.  I saved the set of data on the output of the DAQ assistant, so it should be scaled properly to units in "G" (Using an accelerometer).  I then integrate to in/s using the "SVL Integration vi" that comes with the toolkit.  I confirm the units show up as in/s on the units output of that integrate function.  Wierd thing is when I use the Load UFF58 function in place of the DAQ assist....that units output of the integrate function changes to g*s.  I did try switching the "Lengths" input of the integrate function to other values, but it doesn't seem to change my output or even the units, so I just set it back to "in" as it was before when acquiring the data.
    In a bit of a pinch here, would appreciate any input anyone can give.   I did notice that the output of the load from UFF function is of type 1D array of waveform (DBL), where the output of the DAQ assist is a purple wire (Dynamic Data Type).  As soon as I split the channels though from the Load function it turns to the purple wire...I'm not sure if units are lost in there somewhere or what.
    Appreciate the help!
    LV7.1, LV8.5

    Hi leachdor,
    Thanks for the post.  We recently came across the same issue that you have noticed: reading the units from a file saved in the UFF58 format.  We plan to have this fixed in the next release of the Sound and Vibration Measurement Suite.  However, to help you in the short term, I've attached a VI that should fix the problem for you.  You will not be able to use the express VI, you'll have to use the API VIs.  If you need a little help with that, take a look at this example:  <LabVIEW Directory>\examples\Sound and Vibration\UFF58\SVXMPL_Read from UFF58 File (Time Waveforms With Records).vi
     To use the attached VI, put it in the following directory (replace the VI of the same name that is already there):
    <LabVIEW Directory>\vi.lib\addons\Sound and Vibration\svt_UFF58
    Hope this helps!
    -Alan
    Attachments:
    SVT UFF58 Read Time Waveform.vi ‏56 KB

  • Adobe flash 11 installs but not integrated into ie8

    I have an XP/32 SP3 system using IE8.  I use the latest Avast, and have realplayer 16.  I temporarily disabled all add-ons today, and subsequently I have been unable to re-enable as the entry has disappeared from the list of add-ons.  I have uninstalled and re-installed IE8, ditto with Adobe Flash using the Adobe Flash removal tool, and then re-installed the latest IE version.  I have used the Flash test option and the screen is just greyed out.  So clearly although there are no error diagnostics during the install, the add-on is not being integrated into IE8.  Hence URLs that require flash show an error.
    All M$ updates uptodate.
    What could I try?

    Thanks for your reply - I did delete the flash/macromed directories as suggested by Adobe prior to the last re-insatll.  Here is a screen grab of the flash directory as now.
    Shockwave is not appearing as an add-on in IE8.

  • Error in Workflow Lotun Notes Integration

    Hi all,
    We are integrating our ECC6 to our Lotus Notes 7 in such a way that, when a transaction (PO for example) in ERP is created, a notification via email is being sent to the PO approver. However, when the said approver tries to open his email, a problem with the message "Sorry, an uncorrectable error has occured. Invalid pool free chain. Press ENTER to abort the application".  Has anybody encountered this problem before?
    Any help would be greatly appreciated.
    Thanks

    Aurelio,
    please check if this fix might solve your problem:
    http://www-01.ibm.com/support/docview.wss?rs=0&uid=swg24017174
    Best regards,
    -Rainer

  • WLC not integrating with Radius Server

    Hello world,
    I have the following situation:
    One WLC 2000 Series (software version 7.0.230.0) with multiple SSID`s, one is with 802.1x integrated with a Radius Server.
    Everything worked fine until fiew days ago, when users were unable to logon via they`re certificates on Windows XP.
    The infrastracture didn`t suffer modifications.
    What i have checked: Radius certification isn`t expired, client certification isn`t expired, the password between controller and Radius is correct.
    There are no ACL`s between the WLC and the remote Server. I can ping the devices, other SSIDs on the same controller (wpa/psk) are working correct.
    The AP`s are 1242.
    I have tried deleting the SSID, configure it back. The OS on Windows Server is  2003 Standard. The AP`s are configured H-Reap.
    I have increased the Server Timeout from Radius Authentication Servers from 2 to 30 sec.
    The message logs recived on WLC Trap Logs:
    RADIUS server X.X.X.X:1812 failed to respond to request (ID 161) for client xx.xx.xx.xx.xx.xx/ user 'unknown'
    The message from the debug dot1x aaa enable:
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_CALLING_STATION_ID(31) index=1
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_CALLED_STATION_ID(30) index=2
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_NAS_PORT(5) index=3
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_INT_CISCO_AUDIT_SESSION_ID(7) index=4
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_NAS_IP_ADDRESS(4) index=5
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_NAS_IDENTIFIER(32) index=6
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_VAP_ID(1) index=7
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_SERVICE_TYPE(6) index=8
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_FRAMED_MTU(12) index=9
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_NAS_PORT_TYPE(61) index=10
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_EAP_MESSAGE(79) index=11
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_RAD_STATE(24) index=12
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_MESS_AUTH(80) index=13
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df AAA EAP Packet created request = 0x1cff348c.. !!!!
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Sending EAP Attribute (code=2, length=6, id=10) for mobile xx.xx.xx.xx.xx.xx.
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00000000: 02 0a 00 06 0d 00                                 ......
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df [BE-req] Sending auth request to 'RADIUS' (proto 0x140001)
    *radiusTransportThread: Mar 06 09:37:07.328: 00:15:e9:33:75:df [BE-resp] AAA response 'Interim Response'
    *radiusTransportThread: Mar 06 09:37:07.328: 00:15:e9:33:75:df [BE-resp] Returning AAA response
    *radiusTransportThread: Mar 06 09:37:07.328: 00:15:e9:33:75:df AAA Message 'Interim Response' received for mobile xx.xx.xx.xx.xx.xx.
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.329: 00:15:e9:33:75:df Skipping AVP (0/27) for mobile xx.xx.xx.xx.xx.xx.
    The messages on Windows 2003 Standard:
    User Y was denied access.
    Fully-Qualified-User-Name = xx.domain.com/Users_T/user
    NAS-IP-Address = X.X>X.X
    NAS-Identifier = Cisco_
    Called-Station-Identifier = ---------------------
    Calling-Station-Identifier = ---------------------
    Client-Friendly-Name = ---------------------
    Client-IP-Address = ---------------------
    NAS-Port-Type = Wireless - IEEE 802.11
    NAS-Port = 1
    Proxy-Policy-Name = Use Windows authentication for all users
    Authentication-Provider = Windows
    Authentication-Server = <undetermined>
    Policy-Name = Wireless Policy
    Authentication-Type = EAP
    EAP-Type = Smart Card or other certificate
    Reason-Code = 262
    Reason = The supplied message is incomplete.  The signature was not verified.User Y was denied access.
    Fully-Qualified-User-Name = xx.domain.com/Users_T/user
    NAS-IP-Address = X.X>X.X
    NAS-Identifier = Cisco_
    Called-Station-Identifier = ---------------------
    Calling-Station-Identifier = ---------------------
    Client-Friendly-Name = ---------------------
    Client-IP-Address = ---------------------
    NAS-Port-Type = Wireless - IEEE 802.11
    NAS-Port = 1
    Proxy-Policy-Name = Use Windows authentication for all users
    Authentication-Provider = Windows
    Authentication-Server = <undetermined>
    Policy-Name = Wireless Policy
    Authentication-Type = EAP
    EAP-Type = Smart Card or other certificate
    Reason-Code = 262
    Reason = The supplied message is incomplete.  The signature was not verified.
    Can anyone help why i cannot log the users via 802.1x ?

    Okay that is good..... this is what I would do next.  I would create a test ssid that uses PEAP MSchapv2 and create a new policy in IAS that is basic.  Allow 802.1x wireless and user group only and see if you can reconfigure one of the XP machines for PEAP.  Can you also post a screen shot of your polices (connection and network) so we can review it. 

  • Workflow - Lotus Notes Integration

    Hi All,
    I am working on 4.6 C. My requirenment is to send the workitems to lotus notes, from where he can click and executes the workitem.
    I checked the tcode SWNCONFIG in 4.6 C ,but this tcode is not there.
    Please advise me on the possibility of this integration...
    Thanaks in advance
    regards
    Vijay.

    Talk to your BASIS to configure SCOT settings.
    You need to schedule a report RSWUWFML2 in background which sends the workitem to Outlook.
    Also look at below useful links:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7e05ec90-0201-0010-81b5-bda2a0705821
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6757ceef-0201-0010-3996-a777463727de
    http://help.sap.com/erp2005_ehp_02/helpdata/EN/d5/581ee8d56f1247bf34cfcd66d16d81/content.htm
    <i>*Reward each useful answer</i>
    Raja T

Maybe you are looking for

  • Using transform api with xslt and DOM Nodes

    Hi, when trying to transform a xml document with xslt using the javax.xml.transform api providing an element node of a previously parsed document, I find that absolute paths are not recognized. The following program shows what I am basically doing (t

  • How do I open camera raw in bridge?

    When I try to open a photo with camera raw, it says, "Camera raw editing requires that a qualifying product has been launched at least once to enable this feature." I've opened Photoshop, which is all I could think to do. I'm brand new to this and wo

  • Costing of elements and employees

    i have the following fields in my COA. Company                Branch                Region                Cost Center           Account                Activity                Cost Allocation Flexfield The same fields are in the costing KFF. Now if th

  • Sandard Smart Form output into PDF format.

    Hi to all, Any one please guide me, how  to convert  sandard Smart Form output into PDF format. Regards, Thanesh

  • Reg Keyfigures data type in Transfer structure

    Hi Guys,   When we create a transfer structure for a falt file source system, keyfigures data type is getting converted into CHAR automatically and even the length is assigned . Whats the reason behind this?? How do we get the lenght of a keyfigure?