CallManager integrate with Polycom RMX

We've installed Polycom RMX 2000 (version 3.0.0.94) MCU and wish to integrate with CallManger (version 4.1(3)) which acts as a conference bridge. We've tried to configure H323 gateway in CCM, but call just ring without answer. In RMX console, it shows call comes in but status is "disconnecting".
Is there any successful case for such integration?
cheers,
Mike

This bug fixed in ccm 4.1(3.3) and we are in ccm 4.1(3) sr3a. But it said parameter setting changed, is it related to our case?

Similar Messages

  • Polycom Rmx 2000 with Cisco Gatekeeper

    anybody setup a Cisco 2800 with H323 feature set to be a "gatekeeper" for a Polycom Rmx 2000? Interested what issues you may have encountered getting the two working together and if you have a sample config from teh Cisco you would share?

    I implemented the Polycom RMX 2000 with a Readymanager SE200 to our CCM 4.23 es49 cluster. Polycom requires that you use a h225 gatekeeper controller trunk to send the calls from CCM to gatekeeper to the SE200 IP address (zone remote). The CCM inserts a routing code of "40" onto the meeting room extension number. This routing code is used by the SE200 to route the call to the RMX2000. Polycom has a best practice for CCM implementations. Also, be sure to have Polycom upgrade their code to RMX 2.0.2.25 as we had issues with previous codes with random bridge resets.

  • Polycom RMX 2000 integration with CM?

    We have a Polycom RMX 2000.  I currently have it setup as a h323 gateway and it works but everyone has to dial in, in order to do a 3 way or greater video conference.  Is there any way to set it up to be more automatic?
    TIA
    Scott

    I implemented the Polycom RMX 2000 with a Readymanager SE200 to our CCM 4.23 es49 cluster. Polycom requires that you use a h225 gatekeeper controller trunk to send the calls from CCM to gatekeeper to the SE200 IP address (zone remote). The CCM inserts a routing code of "40" onto the meeting room extension number. This routing code is used by the SE200 to route the call to the RMX2000. Polycom has a best practice for CCM implementations. Also, be sure to have Polycom upgrade their code to RMX 2.0.2.25 as we had issues with previous codes with random bridge resets.

  • Why cisco c40 doesn't complete a call to a room from Polycom RMX system?

    Dear All,
    I am trying to complete a call to a virtual room at Polycom RMX system, but Cisco C40 cannot complete the call. The format required by Polycom is "<ip>##idroom##passroom" but it doesnt work.
    I have tryed room@<ip> but it also doest work.
    Does anybody know how to fix this problem?

    The format "required by Polycom" doesn't comply with any standard what-so-ever.
    Their proprietary "URI dialling" format is IP##Alias, which is only supported by them and LifeSize, however, RMX does support Annex O, Alias@domain (alternatively Alias@IP), which happens to be the standard.
    First things first; what software version is the C40 running? If it's an earlier version than TC4.2 then URI dialling won't work unless the C40 is registered with a GK and/or VCS etc.
    If you are running TC4.2 and later, contact the other party and get them to confirm their RMX has been configured to support Annex O.
    You should, alternatively, be able to dial the IP address and then enter the Alias and, if required, PIN using DTMF.
    There is yet another option, but you'll need at least a VCS for that, and it is a bit messy; https://supportforums.cisco.com/discussion/11407121/vcs-search-rules-and-polycom
    /jens
    Please rate replies and mark question(s) as "answered" if applicable.

  • TMS 14.6 API and unmanaged bridges (Polycom RMX)

    Dear all,
    I'm a newbie in the Telepresence world but with a touchy subject to answer...
    We have develop an intrenal tool to book video meeting through TMS v14.3.2 and everything working fine. 
    We need to upgrade TMS to version 14.6 notably to add "unmanage bridges" available in our organization, Polycom RMX.
    I search to know if there is some limitation in the API of TMS 14.6 (API 15) concerning unmanage bridges?
    If you have any information it will be so glad!
    Many thanks in advance for your help,
    Best regards,
    Romain

    I think what you're looking for is the ExternalConference section of the API.  See Page 43 of the TMSBA API Guide.
    Wayne
    Please remember to rate responses and to mark your question as answered if appropriate.

  • Not able to get the Application ID value in ADF Phase listener for Custom ADF application which integrates with Ebiz R12.2.3

    Hi All ,
    I am working on one custom Order Mangement ADF Application which integrates with EBiz R12.2.3.
    We are trying to get the Ebiz userid ,username,Responsibility ID and Application ID in ADF through below Code
           public HashMap checkEBSSession(HttpServletRequest request,
                                       HttpServletResponse response) {
            System.out.println("In AMImpl.. checkEBSSession1");
            Session session = null;
            HashMap hmap = new HashMap();
            try {
                Connection conn =
                    getDBTransaction().createStatement(1).getConnection();
                System.out.println("In AMImpl.. checkEBSSession2");
                EBiz ebiz =
                    new EBiz(conn, "012E7E82CD8852BBE053860F6E0AD63413191049361744553610276495342217");
                System.out.println("In AMImpl.. checkEBSSession3");
                AppsRequestWrapper wrapper =
                    new AppsRequestWrapper(request, response, conn, ebiz);
                System.out.println("In AMImpl.. checkEBSSession4");
                session = wrapper.getAppsSession(true);
                System.out.println("In AMImpl.. checkEBSSession5");
                Map columns = session.getInfo();
                System.out.println("In AMImpl.. checkEBSSession6");
                String respId = (String)columns.get("RESPONSIBILITY_ID");
                String currentUserId = (String)columns.get("USER_ID");
                String currentApplId = (String)columns.get("APPLICATION_ID");
                String currentOrgId = (String)columns.get("ORG_ID");
                System.out.println("In AMImpl.. checkEBSSession7...respId : "+respId);
                System.out.println("In AMImpl.. checkEBSSession8...UserId : "+currentUserId);
                System.out.println("In AMImpl.. checkEBSSession9...APPL_SERVER_ID : "+currentApplId);
                System.out.println("In AMImpl.. checkEBSSession10..OrgId : "+currentOrgId);
                logger.info("respid:  " + respId);
                //System.out.println("In AMImpl.. checkEBSSession8");
                hmap.put("RESPONSIBILITY_ID",respId);
                //System.out.println("In AMImpl.. checkEBSSession9");
            } catch (Exception e) {
                System.out.println("Error: " + e.getMessage());
            return hmap;
    By using this code I am Getting all the Information Except the Application ID.
    If someone  have any idea how to get the application ID please share it .
    Thanks in Advance !!
    Thanks & Regards
    Apurv Agarwal

    Hi,
    since you implements the backing bean from PagePhaseListener. some where the same view is excuting before getting the selected record. Even if you select the record after excuteQuery() it will set the first record as selected. Please try to check some where query is excuting.
    try give some more details like what are all the methods you are using in PagePhaseListener and where you worte u r coding.
    Reg,
    Brahma

  • How do I use FND_GLOBAL.APPS_INITIALIZE to integrate with EBS 11i security?

    Hello,
    We are trying to integrate APEX with Oracle Ebusiness Suite 11i. We are trying to integrate with the HR/Payroll application which uses FND_GLOBAL.APPS_INITIALIZE to set the security context to a user, responsibility and application id which defines who the session has access to for the session. When we make the call to FND_GLOBAL.APPS_INITIALIZE in either a before header process or in the VPD security attribute, we get no data. Using the same call in SQL*PLUS we get the data expected.
    Any suggestions on how to get this to work? What are we missing?
    Thanks,
    -Eric

    Hi Rod,
    Thanks for the reply. I have not tried passing in the parameters yet. I currently have the following hardcoded in a before header process.
    BEGIN
    FND_GLOBAL.APPS_INITIALIZE(1003,51172,800);
    END;
    I do have FND_GLOBAL.USER_ID and FND_GLOBAL.RESP_ID in a report. The values returned are the same as those I have in the before header process.
    For this user_id, responsibility_id and application_id I should get 1 row from per_people_f. It works in sqlplus, I get no data found in APEX.
    Any further suggestions on what might be happening here?
    Thank you,
    Eric

  • I am looking for a CRM system that integrates with mail chimp or constant contact, hoot suite and forms stack

    I am looking for a CRM system that integrates with mail chimp or constant contact, hoot suite and forms stack

    Hi,
    I could resolve the issue since there were lot of issues after system copy.
    1. During distribued to Cenrtal system - system copy.
    You need to combine both DB and CI export copies in one folder during which one thing can happen.
    SOURCE.PROPERTIES - this file will be there in DB export JAVA folder and also CI export JAVA folder where
    DB SOURCE.PROPERTIES file doesn't have an entry of "src.ci.host". This will stop the SAPINST with error and after modifying the file "SOURCE.PROPERTIES" Traget System Copy finishes without any issue.
    Then after this stage I encountered an issue with bind hosts entry in config tool which was due to virtual host name usage in my HACMP setup due to whcih JAVA gives a startup problem.
    I eliminated this issue also.
    After JAVA started I faced an issue with XI related navigations.
    ecchangeProfile url still had an entry of Production System. This may be a bug.
    After changing that entry, exchangeProfile was downloaded but it had all the source system host entries which were manually changed.
    Now I can access all the XI related navigations.
    I need to also perfrom SGEN and Profiles import.
    Do I need to change any additional settings after this so that my production and DR can work without any issue?
    Do you have any additional checks which I can perfrom to ensure my DR systems consistency before I start the log shipping from Production?
    Regards,
    Rajkumar

  • Integrate with a vendor from SAP ECC 6.0 for 'PunchOut'  functionality

    Hi Friends,
    Pardon me if I have made mistakes in using the terminology in my posting. We just use SAP ECC 6.0 and no SRM. We want to integrate with a vendor for so-called Punchout. Our users will click  a URL link from our Intranet and it takes them to Vendor's catalog website. They can choose items and create a shopping cart. The website will return us a unique Shopping Cart ID with list of Items in cxml format. We can use that information and create PO. We are not familiar with cxml format and how to process the PO. Is this a standard functionality in SRM ? I don't think we can install SRM since we don't have Business suite license. If any one has experience with above scenario, ie connecting to vendor's cataglog from SAP ECC 6.00 without SRM, can you pl share with us ?
    Niranjan

    Hi Masa
    Thanks for the reply. The vendor supports OCI as well. However, since I was not familiar with it, I was thinking to go with cXML. When I opened the OCI pdf in the URL that you mentioned, it talks about SRM server. Like I had mentioned earlier, we don't use SRM at our company here. Can you let me know in couple of steps how OCI works and how fast we can implement in our ERP ECC 6.0 environment ? I am delighted to note that one of the companies in Japan implemented in 4 hours.
    Thanks for your help,
    Niranjan

  • NEED TO INTEGRATE WITH THIRD PARTY (ALPHATRUST) BY MAKING HTTPS REQUEST FRO

    We have a custom OA-framework based project going live almost immediately. I am responsible for the piece that needs to
    integrate with a service provider, Alphatrust, that we use for signatures. My
    code worked fine in my local JDeveloper environment using a java.net.URL object
    to get a URLConnection. It turns out that my local configuration is defaulting
    to use Sun's http client that is included in the JDK/JRE, while the appserver
    has the configuration java.proto .handler.pkgs=HTTPClient which makes it use
    (I think) some version of the open source client at
    http://www.innovation.ch/java/HTTPClient/. With this configuration my outbound
    request sending xml post data fails with a ClassCast exception thrown from
    HTTPClient.HTTPConnection.getSSLSocket(HTTPConnection.java:1933). I have two
    candidate workarounds in mind.
    (1) remove the configuration java.protocol.handler.pkgs=HTTPClient.
    I have tested this option and it does fix the problem. However I am concerned that it may have unintended
    consequences, such as possibly breaking our Verisign integration.
    (2) place an alternate http client library on the classpath, such as Jakarta Commons
    HttpClient, and use it. But (a) I don't know exactly how to place extra jar's
    onto the classpath on the application server and (b) I don't know what the
    support implications vis-a-vis Oracle would be.
    Please advise. Would you recommond option (1), (2), or is there yet another option that I have not
    thought of? Please treat this request as urgent.
    Here is the java code, from my application module, that fails on the application server.
    OutputStreamWriter wr = null;
    BufferedReader rd = null;
    URLConnection conn = null;
    // System.getProperties().remove("java.proto .handler.pkgs");
    // if I uncomment the above line, it works, but I am concerned about
    // the impact on, for example, Verisign integration
    URL url = new URL("https://pronto1.alphatrust.com/prontosvr2/prontoxml.asp");
    conn =
    url.openConnection();
    conn.setDoOutput(true);
    conn.setRequestProperty("Content-Type", "text/xml");
    Object outs = conn.getOutputStream();
    // the last line above throws a ClassCastException

    Not sure if you have seen oracle.apps.fnd.framework.webui.OAUrl and whether it fits your scenario.
    OAUrl class is used for generating, modifying URL objects in OAF.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                   

  • Integrate with BEA Portal and Lotus Domino R5.0.12

    Deal all:
    I got a problem when I integrate with BEA Portal and Lotus Domino R5.0.12.
    my environment is below:
    - Domain Server :
    Lotus Domino Server R5.0.12
    BEA Personal Messaging API 4.3
    (test successful on local host)
    - Application Server:
    BEA Weblogic 8.15
    BEA Groupware portlets 2.5
    I got connection successful message when I using "Domino Service Connection"
    but I got "CZ: VERSION CONFLICT" error message when I add a new account by
    Compoze_Groupware-Edit Account user interface.
    Have anybody met the error message before... and know how to sovle the problem..
    I appreciated any suggest or comment~~~
    detail error message is below:
    portlets.compoze.groupware.exception.ConnectionException: CZ: VERSION CONFLICT at portlets.compoze.groupware.controls.provider.SessionControlImpl.createSession(SessionControlImpl.jcs:142) 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:324) at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371) at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:433) at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:406) at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:381) at $Proxy19.createSession(Unknown Source) at portlets.compoze.groupware.controls.provider.GroupwareProviderControlImpl.updateAccount(GroupwareProviderControlImpl.jcs:4825) 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:324) at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371) at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:433) at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:406) at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:249) at com.bea.wlw.runtime.jcs.container.JcsContainer.invoke(JcsContainer.java:85) at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224) at com.bea.wlw.runtime.core.bean.SLSBContainerBean.invoke(SLSBContainerBean.java:109) at com.bea.wlwgen.StatelessContainer_ly05hg_ELOImpl.invoke(StatelessContainer_ly05hg_ELOImpl.java:207) at com.bea.wlwgen.GenericStatelessSLSBContAdpt.invokeOnBean(GenericStatelessSLSBContAdpt.java:62) at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153) at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54) at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(SyncDispatcherBean.java:168) at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(SyncDispatcher_k1mrl8_EOImpl.java:46) at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:161) at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.invoke(ServiceHandleImpl.java:436) at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl._invoke(WlwProxyImpl.java:326) at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl.invoke(WlwProxyImpl.java:315) at $Proxy11.updateAccount(Unknown Source) at portlets.compoze.content.options.accounts.editAccount.editAccountController.saveChangesAccountAction(editAccountController.jpf:534) 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:324) at com.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:1512) at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:1447) at com.bea.wlw.netui.pageflow.FlowController.internalExecute(FlowController.java:778) at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:211) at com.bea.wlw.netui.pageflow.FlowController.execute(FlowController.java:608) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:1504) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:674) at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:527) at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:152) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507) at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1734) at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1754) at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:561) at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:121) at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:98) at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:150) at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:109) at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:224) at com.bea.netuix.nf.ControlLifecycle$3.visit(ControlLifecycle.java:171) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:355) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:126) at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:105) at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:173) at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:137) at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:333) at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196) at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772) at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:150) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27) at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6987) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)

    Hi,
    The reason why you are seeing this exception is because there is a mismatch between the version of the WLPM API used by the portlets, with the version of the service that you have installed on you Domino server.
    To explain a little, there are two sides to the API that is used to communicate with Lotus Domino:
    1) the Java API side (used by the portlets that you have installed in the portal)
    2) the Domino Service side (installed as a DSAPI filter in the HTTP task of a Domino Server)
    Each Java API jar and Domino Service Executable are branded with a version number, which in your case does not match because the portlets came with one version of the Java API, and you have installed a non-matching version of the service on the Domino Service side (you probably extracted the executable for the service installation from the "BEA Personal Messaging API 4.3" bundle or installer).
    The solution for this is to:
    1) uninstall the Domino Service that you have plugged into the domino service
    2) extract the Domino Service installer which was included with the portlet bundle. This is located in the "Program Files\compoze\groupware_portlets_bea-2.5\8.1\service\domino" directory if you ran the portlet installer, or in the "groupware_portlets_bea81-noinstall-25\groupware_portlets_bea-2.5\8.1\service\domino" directory if you used the "no-install" zip file.
    As a tip, to quickly check whether the versions of the service and Java API’s that you are using are matching, perform the following steps:
    1) hit the domino server with the following URL and notice the "service version": http://domino_service_url:http_port/compoze.czdo. This should be something like "Service Version: 3.6.102"
    2)in your portal application (or in the portlet install bundle), open the harmony_portlets.jar file with winzip, then find the "compoze_products_information.properties" file. In this file, notice the "product.domino" version (e.g. product.domino = 3.6.102)
    3) the two versions you have inspected must match in order for the connection between the portlet and service to succeed.
    If you have verified that the "service" version and "java API" version (located in %portal_app_dir%/APP-INF/lib/harmony_portlets.jar, and you are still getting the exception, it is likely that there is a "harmony_portlets.jar" that included an old version of the Java API located somewhere in the portal server classpath. In this case, make sure that the only harmony_portlets.jar in the classpath is the one that was included with the portlet bundle that you have installed.
    Regards,
    Lev

  • How to use java integrate with ondemand

    Hi All,
    As i'm new to integration, can anyone help me to use java integrate with ondemand that inserts some records in ondemand and deletes some records from ondemand in secheduled interval basis.?
    Thanks in advance..!
    regards
    sowm

    Greetings,
    hi forum...
    how to use Java WebStart with EJB ? examples ?Well, for starters these are complementing, not 'cooperating', technologies. I presume, since EJB's do not - directly, at least - communicate with a web browser, that you intend for "Java WebStart" to somehow invoke an EJB?? Java WebStart is a technology for running client-side (Java) applications from the web browser - perceptively, the application resides on the server, but technically it, like an applet, is downloaded to the client and run there. Unlike an applet, however, it is not constrained by "sandbox" restrictions and does not have to be re-downloaded each time it is invoked - though the process allows for automagically updating the client-side with new versions of the application. ;) So, with this in mind, to "use Java WebStart with EJB" means little more than deploying an EJB client application with Java WebStart as the distribution channel.
    thanks
    minduRegards,
    Tony "Vee Schade" Cook

  • Does Oracle XML Publisher version 5.6.2 integrate with Oracle Portal?

    We want to know if XMLP is just an external application to Oracle Portal or if
    it integrates with Oracle Portal.

    Shaun,
    How did get World Sales report work? What did you put on URL? I put:
    http://Sever name:15101/xmlpserver/Sales Manager/World Sales/WorldSales.xml
    It always showed error message to me.
    Please help, Thanks.
    - Jessie

  • I have picked out a moderately priced camcorder (Sony HDR-CX260V High Definition Handycam) andwant to know if it produces files that easily integrate with FCP X on Lion. Thanks.

    I have picked out a moderately priced camcorder (Sony HDR-CX260V High Definition Handycam) andwant to know if it produces files that easily integrate with FCP X on Lion. Thanks.

    Download the free 30 day trial of FCP X to find out for certain.
    http://www.apple.com/uk/finalcutpro/trial/

  • SD integrate with FI

    Hi to all,
    How the SD module integrate with FI module? If particular transactions means, what are they?
    Thanks

    Hello,
    One of the main integration points between FI & SD module is the u201CAutomatic Account Assignmentu201D. SD automatic a/c assignment is diff. from all other account assignments in the system. SD account assignment does not use table T030. SD account assignment depends on condition tables and access sequences to determine the correct GL a/c.
    TC: VKOA is the main screen and reqd. fields are Condn type, COA, A/c key, GL A/c etc.,
    Account Key: This field is assigned to the condition type in the pricing procedure. Normally a/c determination for GL accounts takes place in the billing doc with this key.
    Condition Types: Condition type is set of condition records. The key that uniquely identifies an account determination. When you post an invoice for ex: the system uses account determination to locate the GL accounts to which amount should be posted. You can define GL accounts in account determination.
    FI-SD Integration imp Points:
    1.Receipt of enquiry from customers (only SD is involved)
    2.Sending quotations (SD)
    3.Receipt of sales order (SD)
    4.Delivery of finished goods (SD, MM & FI)
         Cost of goods sold A/c Dr (Tr. Key GBB in TC: OBYC)
         To Inventory finished goods A/c
    5.Billing/Invoicing to customer (SD & FI)
         Customer A/c Dr
         To Sales A/c (Tr. Key ERL in TC: VKOA)
         To Excise duty payable A/c
         To Sales tax payable A/c
    6.Receipt of payment
         Cash/Bank A/c Dr
         To Customer A/c
    Thanks
    Para

Maybe you are looking for

  • How to get the duplicate rows in dynamically generate data table [list items collection] and send emails in sharepoint2010

    Hi, i have share point list like  below ID   name AdminEmail Useremail   URl   DueDate   UploadSatus 1    ppp     [email protected]  [email protected]    url  some date    uploaded 2    yyy       [email protected]   [email protected]   url somedate  

  • Time limit is not working correctly

    I'm using a dot-connection task in which my participants have to complete a picture by 'drawing' a line with the mouse to connect numbered dots. They get a time limit of 10 seconds to do this; and they have to do it with three different pictures, so

  • Hiding BCC/From Fields in Mail?

    Is there a way to hide the BCC and From fields in compose mail window? I have checked the settings and didn't see anything. Hoping it's an oversight because those two fields that I don't want to see are taking up valuable screen space. Thanks, Tom

  • Need to reset mouse prefs without using a mouse...

    Can i reset the monitors and mouse prefs to defaults without using the preferences panel? I had to reset the right mouse button as the primary button to test something. I had forgotten that this mouse had installed it's own prefs panel and I made the

  • How many Heading Types in ALV

    Dear All How many Heading types we can use in ALV header . i know H and A. can we increase Line space in Header ?? regards ammad