Error during Groupware Integration(Client)

Hi All,
We hv setup CRM 2007web based interface. we hv installed groupware integration client for integration between CRM 6.0 and outlook. Appointment from crm is getting synchronise to outlook however appointment and taskfrom outlook not getting synchronize to crm 6.0
Any help?????
Thanx
Chinmaya

Chinamaya,
I know this is not an answer to your question, but I am looking for the current Groupware Connector download. Do you know where I might be able to find it?
The version that is posted on Service Marketplace for our CRM 5.2 version is old, because it is required SOAP 2.0 toolkit (which is very old and practically obsolete).  Any help you can offer would be appreciated.
thankyou!
John

Similar Messages

  • -- Error during running JMS client --

    Hello ,i m novice in JMS,just trying to Implement my first JMS programming on WL8.1,I m getting error during Run client program
    My client program is below :
    package examples;
    import javax.naming.*;
    import javax.jms.*;
    import java.util.*;
    public class Client
    public static void main(String[] args)throws Exception
         Properties props = System.getProperties();
         props.put(Context.PROVIDER_URL,"t3://localhost:7001");
         props.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
    Context ctx=new InitialContext(System.getProperties());
    TopicConnectionFactory factory=(TopicConnectionFactory)ctx.lookup("javax.jms.TopicConnectionFactory");
    TopicConnection connection = factory.createTopicConnection();
    TopicSession session=connection.createTopicSession(false,Session.AUTO_ACKNOWLEDGE);
    System.out.println("Envi Veraibles" + ctx.getEnvironment().toString());
    System.out.println("Object Retrived "+ctx.lookup("testtopic").toString());
    Topic topic =(Topic)ctx.lookup("testtopic");
    TopicPublisher publisher=session.createPublisher(topic);
    TextMessage msg=session.createTextMessage();
    msg.setText("This is a test message");
    publisher.publish(msg);
    I m getting error during running client ::
    Exception in thread "main" java.lang.ClassCastException: weblogic.jms.client.JMSConnectionFactory  examples.Client.main(Client.java:23)
    i think error is due to this line
    Topic topic =(Topic)ctx.lookup("testtopic");
    Pls Help me
    Thnx in Advance ...

    First of thanks for gave me a Reply.
    (1) System.out.println("Object Retrived "+ctx.lookup("testtopic").toString()); this line is nothing just i wanted to check that program giving me a object or not .and output of this line is
    Object Retrived weblogic.jms.client.JMSConnectionFactory@1f66cff
    (2)Testtopic is not a object but it is JNDI name whichever i specified in webligic-ejb-jar.xml
    (3)i added this line System.out.print("Second output"+ctx.getClass().getName()); and i got this output:
    Second output javax.naming.InitialContext
    but still i m getting same error
    here i m describing my code for ejb-jar.xml
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <!-- Generated XML! -->
    <ejb-jar>
    <enterprise-beans>
    <message-driven>
    <ejb-name>LogBean</ejb-name>
    <ejb-class>examples.LogBean</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-driven-destination>
    <destination-type>javax.jms.Topic</destination-type>
    </message-driven-destination>
    </message-driven>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>LogBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    (2)*LogBean.java*
    package examples;
    import javax.ejb.*;
    import javax.jms.*;
    import javax.naming.*;
    public class LogBean implements MessageDrivenBean,MessageListener
         protected MessageDrivenContext ctx;
    public void setMessageDrivenContext(MessageDrivenContext ctx)
         this.ctx=ctx;
    public void ejbCreate()
         System.err.println("ejbCreate()");
         public void onMessage(Message msg)
              if(msg instanceof TextMessage)          {
                   TextMessage tm=(TextMessage)msg;
                   try
                        String text=tm.getText();
                        System.err.println("Received new message:"+text);
                   catch (JMSException e)
                        e.printStackTrace();
    public void ejbRemove()
         System.err.println("ejbRemove()");
    (3)*webogic-ejb-jar.xml*
    <!DOCTYPE weblogic-ejb-jar PUBLIC '-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN' 'http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd'>
    <!-- Generated XML! -->
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>LogBean</ejb-name>
    <message-driven-descriptor>
    <pool>
    </pool>
    <destination-jndi-name>testtopic</destination-jndi-name>
    </message-driven-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    you have already client program ,i sent it on first time.
    Thnx again ...

  • Error during proxy integration

    Hello.
    I have encountered a Problem with the generation of a Proxy from an Amazon web service, which uses the httpclient.
    When testing this Proxy locally no problems are encountered, but during the integration of this proxy into my servlet, I get the following error:
    500   Internal Server Error
      SAP NetWeaver Application Server 7.10 / AS Java 7.10
      "Application error occurred during the request procession."
    Details: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/params/HttpClientParams : cannot initialize class because prior initialization attempt failed
         at amazon.AmazonA2SClient.configureHttpClient(AmazonA2SClient.java:199)
         at amazon.AmazonA2SClient.<init>(AmazonA2SClient.java:78)
         at amazon.AmazonA2SClient.<init>(AmazonA2SClient.java:70)
         at amazon.ItemsSearch.SearchItem(ItemsSearch.java:112)
         at amazon.ItemsSearch.findItem(ItemsSearch.java:191)
         at approval.web.PlaceEditOrderFrameServlet.prepareApproval(PlaceEditOrderFrameServlet.java:160)
         at approval.web.PlaceEditOrderFrameServlet.placeOrders(PlaceEditOrderFrameServlet.java:122)
         at approval.web.PlaceEditOrderFrameServlet.processRequest(PlaceEditOrderFrameServlet.java:40)
         at approval.web.PlaceEditOrderFrameServlet.doPost(PlaceEditOrderFrameServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         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:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
         at org.apache.commons.httpclient.params.DefaultHttpParams.<clinit>(DefaultHttpParams.java:53)
         ... 39 more
    Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
    Loader Info -
    ClassLoader name: [library:core_lib]
    Living status: alive
    Direct parent loaders:
       [system:Frame]
    Resources:
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\commons-httpclient-3.0.1.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcantlr~runtime.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabase~implDictionaryDatabase.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar
       D:\usr\sap\CE2\J00\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjava~core.jar
       C:\sdb\programs\runtime\jar\sapdbc.jar
       D:\usr\sap\CE2\SYS\global\security\lib\engine\iaik_jce.jar
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:259)
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:228)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:353)
         ... 40 more
    Could someone help me integrate this service into my servlet, so that I dont get any of the following errors?
    Thank you in advance,
    Lexer

    Hello again,
    I've tried changing the unit in the material master, but then after doing all the necessary changes I get a new dump error.
    It seems like some kind of incompatibility between the SAP measure unit (EA) and the Idoc measure unit (PCE).
    I've also tried changing in the customizing the unit of measures changing the EA ISO code to PCE instead of EA, but then again I get the dump when trying to integrate.
    Ideas?
    Thank you

  • Error during Server (Integration) installation - TCP/IP service is not star

    Hi All,
    During the installation of SERVER (2007 B), the next installation wizard is "Integration Platform". It requires the conncetion with SBO-COMMON. But this is giving me the Error Message - "Unable to connect to Database, Verify that database TCP/IP service is started. What is this means ? I have checked TCP/IP is enabled on my system.

    Hi Anuj,
    To resolve this error, you can either modify the connection string to use the server name or you can enable TCP/IP for the service. Follow these steps to enable TCP/IP:
    1.Start SQL Server Configuration Manager.
    2.Expand SQL Server Network Configuration.
    3.Select Protocols for MSSQLSERVER.
    4.Right-click TCP/IP, and select Enable.
    5.Select SQL Server Services.
    6.Right-click SQL Server (MSSQLSERVER), and select Restart.
    or else
    First is to open up the Surface Area Configuration tool, select to
    view Services and Connections. Under Database Engine, go to Remote
    Connections. Change it to allow remote connections using whichever
    protocols you plan on using from remote clients.
    hpoe it will work.
    Regards,
    Senthil maruthappan.
    Team work Never fail.

  • Error during sync integrated configuration - incoming payload missed

    Hi guys,
    we are suing PI 7.11 and trying to use the new feature integrated configuration wherever possible.
    Now I test a sync szeanrio where sender is SOAP and receiver is RFC.
    The messages fails in SOAP Sender channel with the error that there is no suitable receiver found for this message.
    During integrated configuration content based routing is used.
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Receiver Determination failed for message e54dba61-9ded-11de-801a-020000000038(OUTBOUND)
    But the message fails without persisting the payload, so I could check what value is missing in the receiver rules.
    Furthermore the message is only displayed in the sender chanel and is not shown in rwb
    While using the normal way of messsage processing where the integration server is involved, such errors are persisted and the payload is also available.
    Is that the normal behaviour of integrated configurations.
    Could the behaviour be parametrized?
    Any help appreciated
    Kind regards
    Jochen

    Hi,
    thanks for helping.
    Because of integrated configuration the integration server is passed and there is no entry in sxmb_moni.
    I already tried this blog, but it doesn´t work for me.
    I changed the parameter according to the blog.
    But the message content of sync messages are stilled deleted.
    Does the parameter changed requires restart of adapter engine or complete java stack?
    There two templates one called 'Usage_Type_all_in_One' and above there is an node named equal to the server node name. The parameter of which template have to be changed.
    I tried both with out success.
    Hopefully you could help me using this feature
    Kind regards
    Jochen

  • 0xc000035b error during windows integrated login

    I've been trying to setup an ADFS SQL farm. I've been running into an issue when trying to authenticate a use using Windows Integrate Authentication. I get it in all the browsers that I've tried (IE, Firefox, Chrome). What's happening is that the HTTP challenge
    box keeps popping up. I put in valid credentials (I've entered them in in various forms, UPN, domain\username, etc.), but the system never accepts them and keeps challenging until I cancel or I get a 401. When I look into the logs I see the following:
    An account failed to log on.
    Subject:
    Security ID: NULL SID
    Account Name: -
    Account Domain: -
    Logon ID: 0x0
    Logon Type: 3
    Account For Which Logon Failed:
    Security ID: NULL SID
    Account Name: portaluser1
    Account Domain: vo
    Failure Information:
    Failure Reason: An Error occured during Logon.
    Status: 0xc000035b
    Sub Status: 0x0
    Process Information:
    Caller Process ID: 0x0
    Caller Process Name: -
    Network Information:
    Workstation Name: CROBISON-PC
    Source Network Address: -
    Source Port: -
    Detailed Authentication Information:
    Logon Process:
    Authentication Package: NTLM
    Transited Services: -
    Package Name (NTLM only): -
    Key Length: 0
    During the setup of the ADFS SQL farm, I got a warning about the service principle name being already taken by some other AD object. Upon further investigation, that error is appearing because the setup is trying to assign an SPN to a domain user that is
    already assigned to the machine in the AD. So, I found ADFS docs that show how to manually assign an SPN to a service account. Still no go. 
    So here is a run down on how ADFS is being accessed. We have a reverse proxy that all web traffic is going through. The ADFS server farm (a farm of one server) is behind this reverse proxy. I've tried assigning SPNs to the service account that ADFS is running
    under that reflect external and internal DNS names. Can anyone shed some light on this? Windows integrated auth works great when I setup a stand-alone server and don't have to do all the service account stuff.

    Hallis:
    I have a web application running on Azure, the ADFS server is published to the internet using TMG.
    When accessing the application from my internal network everything works as expected. I see from the logs that the user is loggen on using Kerberos. This works for both domain joined computers and others.
    But, when accessing the application from outside my internal network I get the same behaviour as you described.
    The only difference in these scenarios is the reverse proxy. When it fails NTLM is used, when it works Kerberos is used. Maybe ADFS does not support NTLM?
    pagefaulted:
    I'm having the same issue except replace a reverse proxy with a F5 Bigip. Anyone out there have any solutions or at least explain why it is failing?
    Hi all,
    I've encountered the same issue a few of you mentioned above, when using a reverse proxy. In my case, the solution was to turn off Extended Protection (see
    Configure Extended Protection in IIS 7.5 or
    Windows Extended Protection) on the LS folder, or to configure it to match your use scenario and not perform channel-binding token (CBT) checking.
    To turn Extended Protection off, on the AD FS server, launch IIS Manager, then, on the left side tree view, access
    Sites -> Default Web Site -> adfs -> ls. Once you’ve selected the “/adfs/ls” folder, double-click the
    Authentication icon, then right-click Windows Authentication and select
    Advanced Settings… On the Advanced Settings dialog, choose Off for
    Extended Protection.
    HTH, 
    -Ran

  • Error during installing oracle client on windows XP

    Hi everybody,
    I want to install Oracle Client on Windows XP. I downloaded and installed Client version 10g on several PCs. But one of them gives me error - 'oui.exe - error'. Cant start oui.exe. Is it problem of Windows XP or ? I just cant start GUI of OUI.exe...
    regards,
    rustam

    1. Check the administrative privilege of that windows machine.
    2. Copy the binaries of client again in your machine. It may be corrupted.
    3. Restart your machine and try again.
    Regards
    Asif Kabir

  • Error during IMPDP from Client M/c.

    Hi, i am using Edition Release 11.2.0.3.0 of oracle.
         I want to import a particular database dump to one of other database and (Note:-i dont have access to the physical database server). I am executing the command from my machine(client m/c) only also dump stays in my local folder. i am using below command.
      1)created 'TEMP_DIR' on the target database which points to 'C:\Temp\dump', but dump is not on the server, its on my local m/c, in path C:\Temp\dump.
      2)command:
      impdp system/abc1234@databas1 REMAP_SCHEMA=schema1:schem_new1,schema2:schem_new2 directory=TEMP_DIR dumpfile=abc.DMP logfile=abc.log;
      its giving error
      ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation
    Can you please help me , what is the error.

    Hi,
    Data Pump is server-based utility :Overview of Oracle Data Pump
    You can not do what you want to do.
    however you can use NETWORK_LINK between two databases.
    HTH

  • Error during EDI integration

    Hello,
    Trying to integrate an EDI message (DELINS) I am getting a number 51 error:  "Scheduling agreements were found with differing sales units".
    If I check the EDI message the sales units are PCE (ARD line) and in our Schedule agreement (VA33), the sales units are EA.
    So easily, it seems that the error is here but, when I try to modify the sales units in the Idoc (WE19) and change PCE for EA in segment E1EDP10 I get a dump.
    So any ideas? Somehow it should be possible to avoid this kind of errors asking the system not to check sales units or something like this?
    The option of changing the units in the Material Master and then in the Schedule agreement is not my favourite.
    Thank you

    Hello again,
    I've tried changing the unit in the material master, but then after doing all the necessary changes I get a new dump error.
    It seems like some kind of incompatibility between the SAP measure unit (EA) and the Idoc measure unit (PCE).
    I've also tried changing in the customizing the unit of measures changing the EA ISO code to PCE instead of EA, but then again I get the dump when trying to integrate.
    Ideas?
    Thank you

  • Unable to activate Client Profile within Client-Based Groupware Integration

    Experts - Please help us!
    We are trying to activate a new Client Profile wiithin Client Based Groupware Integration. We are receiving an error message that 
    "Multiple profiles not allowed for same role, country, language combination."
    We believe we are receiving this message because there was an incomplete profile already saved in this table. We can not move forward without completing that record, however it is not editable for us.
    Has anyone run into this problem before? Any ideas how we can move forward? I would appreciate any information anyone is able to provide.
    Thank you!
    Jami Shircel

    I have one idea If you want to do this for your future records then you should create a specific transaction type meant only for GWI and assign it to groupware spro settings and that transaction type should not be used from SAP CRM WebUI. In this way all the appointment/task created in Outlook have that special TType and can be differentiated from others. Will that be of any use ?
    Rgds,
    Shobhit

  • CRM Outlook client based groupware integration

    Hello ,
    I am trying to set up client based integration between CRM and outlook ,
    I've installed groupware integration software on my computer , I defined necessary settings in CRM calendar properties in Outlook.
    Once I am trying to start synchronization ( from CRM side) I got error message :
    "The current version of software components installed on your PC(3.039) us lower that minimally required one (3.040).Would you like to update it now?"
    I press "yes"  and go through update installation wizard. Once completed I press "Synchronize" again" and I get the same error message.
    Thank you for your response,
    Rika

    Hello,
    The problem is that when you say "yes" to upgrade you would expect the system to download the newest version from the internet. Unfortunately this is not correct, the system just grabs the file from the CRM server itself. In other words, if you don't download the newest version from the internet and upload it to the CRM server it won't work.
    Check OSS note 1311110 how to put the newest sync version on the CRM server. After this you can redo the actions you described previously.
    Hope this helps,
    Kind regards,
    Joost

  • Mail-Adapter Integration Engine Error during parsing of SOAP header

    Hello,
    we use XI with the mail adapter. Most of the messages are processed correctly. But sometimes I get following errors in the J2EE-logviewer:
    Transmitting the message to endpoint http://<xi-host>:<http-port>/sap/xi/engine
    ?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.a
    pi.RecoverableException: Received HTTP response code 500 : Error during
    parsing of SOAP header.
    Failed to transmit message 4e913640-4cc5-11dc-8560-00e000c55366(OUTBOUND)
    due to com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP
    response code 500 : Error during parsing of SOAP header.
    Retries exceded, set message
    4e913640-4cc5-11dc-8560-00e000c55366(OUTBOUND) to status NON_DELIVERED.
    Has somebody else the same problem and solved it or any idea what the matter could be?
    Thanks for your help
    Christian

    Hi Reddy,
    We´ve got the following scenario:
    Exchange-Server (is always up)
    XI Mail-ReceiverAdapter
    I use IMAP4 to access the Outlook-Email-Box
    Everything works fine. But some Emails aren´t processed.
    I think it´s a problem between adapterframework and the integration engine?
    There is no difference between the emails?
    If you´ll need further informations ask me?
    Thanks

  • Error During install Exchange 2013 through Powershell on Server 2012 "Mailbox role: Client Access service"

    Dear all
    During install Exchange 2013 through Powershell on Server 2012 I got this error in Mailbox role: Client Access service :
    The following error was generated when "$error.Clear();
    $BEVdirIdentity = $RoleNetBIOSName + "\OWA (Exchange Back End)";
    new-OwaVirtualDirectory -Role Mailbox -WebSiteName "Exchange Back End" -DomainController $RoleDomainController
    set-OwaVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
    " was run: "An error occurred while creating the IIS virtual directory 'IIS://MONAMBX2.mona.local/W3SVC/2/ROOT/o
    wa' on 'MONAMBX2'.".
    The following error was generated when "$error.Clear();
    $BEVdirIdentity = $RoleNetBIOSName + "\OWA (Exchange Back End)";
    new-OwaVirtualDirectory -Role Mailbox -WebSiteName "Exchange Back End" -DomainController $RoleDomainController
    set-OwaVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
    " was run: "The operation couldn't be performed because object 'MONAMBX2\OWA (Exchange Back End)' couldn't be fo
    und on 'MonaDc1.mona.local'.".
    Any advice please !!

    I can't answer your question but I had a similar issue when I was trying to move our mailbox database off the C: drive.  Our environment still has an Exchange 2007 server in it and when I was trying to move the database on the 2013 server, I would get
    error messages saying the database does not exist.  It seemed like it was trying to move the database on the 2007 server from the similar error messages that I was getting.  To get around it, I deleted the database and created a new one on the drive
    where we wanted it.
    I discovered this when I was configuring the Antispam settings.  I deleted our 2007 settings, added them to the 2013 shell, the settings appeared on our 2007 server.  The shell on 2013 was making changes to 2007.
    I'm not sure if there is a "Get|Set or New" command that I/we should be using when this happens.  Or maybe my issues will be fixed if I just remove the Exchange 2007 server?  I'm not ready to do that yet because I can't configure the spam filtering
    on 2013 yet with its shell not being able to make the changes that we need.
    I don't know if your environment is in coexistence mode like mine.
    Hopefully someone else out there has an answer or can tell us when/how the shell can make the appropriate changes to the 2013 server.  Does this happen after the 2007 server is removed?

  • CRM 5.2 groupware integration error....

    Hi,
    I've set up Server side groupware integration of CRM 5.2 with MS outlook. The BPs are getting exchanged from CRM to Outlook and vice versa.
    Activities and Tasks are flowing from CRM to Outlook.
    But when Outlook tasks and activities are saved, the connector creates an error dump file. This is created for new tasks and activities as well as for any changes to tasks and activities with source as CRM.
    The error message is:
    <subject>Organizer's mail id is not mapped to a business partner in CRM online</subject>
    <description>Organizer's mail id is not mapped to a business partner in CRM online</description>
    The employee is maintained in Org Structure with email ID. Are there any other setting to be maintained for email ID mapping??
    Thanks!
    Cheers,
    Aarthi.

    Pls check the following:
    1) Check Groupware Connector locks:
    Check the Current Locks in the AdminTool.exe, that is available in the Connector installation folder. Check if the current user (from which the appointment or contact change is triggered) is locked. If the user is locked, attempt unlock user, however if the user continues to be in the locked state, report the problem to the components EP-KM-CRM-EXC (MS Exchange) or EP-KM-CRM-LOT (Lotus Domino).
    2) Check UserList.xml:
    Open the UserList.xml, that is available in the connector installation folder and check  the availability of the current useru2019s id (SMTP  address of the organizer from which the appointment or contact change is triggered).
    If the user id does not exist in the file, provide an update for the corresponding Business Partner from CRM. Before giving the update check if the smtp address is assigned for that partner in the Address Dependent Communication section. If not, assign the correct email address and provide an update for the Business partner, After that update check if the id is included in this file.
    u2022     If the ID is included in UserList.xml, restart the connector service and provide an update for that appointment or contact in groupware and check if this is transferred to CRM.
    u2022     If the ID is not included in the UserList.xml, even after the update of Business Partner from CRM, report the problem to the CRM-MW-GWI-GWA component.
    3) Check Applist.xml:
    a)     Open the Applist.xml, that is available in the connector installation folder and check the availability of appid=ACT.
    If that is not available,
    Navigate to the u201CMaintain Groupware Object Selection Fieldsu201D and u201CMaintain Groupware Object Selection and Retrievalu201D IMG views, and check if ACT is available there. If not, maintain BUPA information over there. And trigger the download of  GWA_GWO_SELRET. (To get help regarding this, refer the Groupware Integration setup and load guide). After that download is complete, restart the connector service. After that, check if ACT is available in applist.xml. If not, report the problem to CRM-MW-GWI-GWA component.
    b)     Check if the category you have entered in the category field of the Appointment or Task, starts with CRM_ACT. If not, prefix the category with CRM_ACT. (To create Master category list, refer the Groupware Integration setup and load guide)
    3) Check Email ID u2013 USERLIST mapping:
    Select  the email ID of the organizer in the Appointment or Task. Navigate to the MBMANDTSTORE table, and select the record for which MBKEY = {email-id} (all the email Ids will be present in Upper case) and MBGROUP = u2018USERLSITu2019.
    u2022     If the record does not exist, check if the Email ID is assigned for that partner in the address dependent communication of the Business Partner master data. If not, assign the correct email ID and save this change in the Business Partner application. Check if this record can be found after this change.
    u2022     Otherwise report the problem to CRM-MW-GWI-GWA component.

  • Error during Client Export err:

    Dear Experts,
    We are on 4.7 EE, Oracle 10.2.0.4 and Windows 2003 (32 Bit with 2GB RAM) (QLY system)and our database size is close to 600 GB.
    I have successfully restored my PRD data to QLY and now my QLY is running fine with no hiccups.
    I wanted to do the same to my DEV(which was on 9.2.0.5 now upgraded to 10G) but things are not moving good as expected.
    I first tried a database backup/restore which was not successful, then i tried a system copy from QLY--> DEV but the system copy failed due to some memory issues. Finally i opted for a client export which also is failing.
    All i assume is that the QLY memory is not sufficient for these activities. I have also set the parameter recommendations for 10G based on the SAP Note: 830576.
    The following is the error during a client export
    =====================================================================================================
    2EETW000 sap_dext called with msgnr "2":
    2EETW000 -
    db call info -
    2EETW000 function:   db_setget
    2EETW000 fcode:      RT_GET (0)
    2EETW000 tabname:    COEP                         
    2EETW000 len:        3
    2EETW000 key:          
    2EETW000 ok fetches: 33871957
    2EETW000 last entry: 08710000305427330002010
    2EETW000 retcode:    2
    2EETW125 SQL error "4030" during "" access: "ORA-04030: out of process memory when trying to allocate 64528 bytes (sort subheap,sort key)"
    4 ETW000 ROLLBACK (1852108487).
    2EETP200 Export with errors, request will not be imported
    1 ETP150 MAIN EXPORT
    1 ETP110 end date and time   : "20100512075209"
    1 ETP111 exit code           : "12"
    =====================================================================================================
    When i searched based on the SQL error 4030 i had many replies suggesting to increase my pga and other memory related parameters.
    Can anyone suggest me the optimal parameter recommendations based on the size of my RAM(2GB) for my Oracle and SAP please.
    We are in the process of increasing it to 4GB very soon.
    Awaiting a helpful reply
    Thanks in advance
    Hunky

    If it is working on your QLY system, just use the same parameter set as there..
    Kind regards,
    Mark

Maybe you are looking for