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.

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.

  • Word 2000 integration with D2K

    Hi,
    I'm working in a project that involves using Word 2000 for output, I'm using the OLE2 package, so far I've had relative success, but there are some objects in the Word object model that seem to be unreachable from D2K. I've had trouble when I try to access any particuar object from a collection using it's associated index
    For example Trying to get the first table of the current selection:
    In VBA:
    objTable = selection.tables(1)
    Using OLE2
    objWord := OLE2.CREATE_OBJ('WORD.APPLICATION');
    objSel := OLE2.GET_OBJ_PROPERTY(objWord,'SELECTION');
    objArgList := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(objArgList,1);
    objSelTable := OLE2.GET_OBJ_PROPERTY(objSel,'TABLES',objArgList);
    I've tried replacing GET_OBJ_PROPERTY with INVOKE_OBJ, but both didn't work and throwed exceptions
    Does anybody succesfully solved this particular issue??

    Never mind...I found the solution by deeply studying MS Word's object model, it seems that Microsoft gave an alternate method for referencing an object within it's collection, and that way is the "item" method.
    Every collection has this method, which takes an index for parameter, it has to be called using OLE2.INVOKE_OBJ, the code that I gave for example now looks like this:
    objWord := OLE2.CREATE_OBJ('WORD.APPLICATION');
    objSel := OLE2.GET_OBJ_PROPERTY(objWord,'SELECTION');
    objSelTables := OLE2.GET_OBJ_PROPERTY(objSel,'TABLES');
    objArgList := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(objArgList,1);
    objTable := OLE2.INVOKE_OBJ(objSelTables,'ITEM',objArgList);

  • 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?

  • [Fwd: Re: Integration with CM Systems ...]

    -------- Original Message --------
    Subject: Re: Integration with CM Systems ...
    Date: Thu, 10 Aug 2000 15:47:21 -0600
    From: Cindy Eldenburg <[email protected]>
    Organization: BEA Systems, Inc.
    Newsgroups: weblogic.developer.interest.personalization
    References: <398f3c55$[email protected]>
    Prashanth,
    The are a lot of differences in what the Documentum does as compared to
    Interwoven Teamsite. Comparing these items is like comparing apples and
    oranges.
    Normally in Teamsite, during the document capture process, a Teamsite
    user
    categorizes documents by specifying the documents' metadata attributes
    using
    Teamsite templates. Once the documents are captured, the Interwoven
    OpenDeploy
    workflow mechanism is used to publish the content to the WLCS database.
    Unlike Interwoven Teamsite, Documentum products manage the metadata and
    documents in their own repositories. Thus, with this integration, WLCS
    queries
    the Documentum system at runtime via a specialized JDBC driver supplied
    by
    Documentum. Once the Documentum user captures a document and tags it
    with
    metadata attributes, the document may be immediately available to WLCS
    (depending on administrative options in Documentum, such as whether
    staging is
    involved).
    Please contact your sales person for a more detailed overview of what
    these two
    products do and how they interface to WLPS.
    Cindy Eldenburg
    Prashanth A wrote:
    Can anyone explain to me clearly what does Weblogic mean when it says it
    integrated with Interwoven and Documentum. Is there any difference in the
    way it interacts with Interwoven as compared to Documentum. As in a run-time
    interaction with Documentum whereas a static integration with Interwoven

    Prashanth,
    The are a lot of differences in what the Documentum does as compared to
    Interwoven Teamsite. Comparing these items is like comparing apples and
    oranges.
    Normally in Teamsite, during the document capture process, a Teamsite
    user
    categorizes documents by specifying the documents' metadata attributes
    using
    Teamsite templates. Once the documents are captured, the Interwoven
    OpenDeploy
    workflow mechanism is used to publish the content to the WLCS database.
    Unlike Interwoven Teamsite, Documentum products manage the metadata and
    documents in their own repositories. Thus, with this integration, WLCS
    queries
    the Documentum system at runtime via a specialized JDBC driver supplied
    by
    Documentum. Once the Documentum user captures a document and tags it
    with
    metadata attributes, the document may be immediately available to WLCS
    (depending on administrative options in Documentum, such as whether
    staging is
    involved).
    Please contact your sales person for a more detailed overview of what
    these two
    products do and how they interface to WLPS.
    Cindy Eldenburg
    Prashanth A wrote:
    Can anyone explain to me clearly what does Weblogic mean when it says it
    integrated with Interwoven and Documentum. Is there any difference in the
    way it interacts with Interwoven as compared to Documentum. As in a run-time
    interaction with Documentum whereas a static integration with Interwoven

  • 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. 

  • 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.

  • Siebel new LDAP adapter integration with BI Publisher

    Hi All!!
    We have configured our Siebel (8.1.1.3) security adapter with LDAP. BI Publisher is using Siebel security model.
    We had to clone our AOM (fins_esn which is using the security adapter LDAP) to finsxx_esn because we are migrating the AD 2000 to 2008 (we are also changing the domain). The roll out will last 2 month, users will be migrated by branch, it wont be a big bang.
    We have to generate a new LDAP security adapter to authenticate users who are logging to finsxx_esn to the AD 2008 (AD 2008 is on a diferent domain than AD 2000. This is working for application autehtication, no problems found here)
    On a standalone environment report generation is working. But for a distributed environment (1 AOM, 1 NAOM, 1 Web Server) is not working.
    Does anyone knows how to integrate to BI Publisher when you have two LDAP security adapters on Siebel Application? Or is there any authentication method to use instead of "Siebel Security" so as to achieve this?
    Regards

    We actually ran into a similar problem where I work. I created a support web ticket for our issue and the response is that BIP 11G is not supported for integration with Siebel 8.1, or any other version for that matter. Oracle is currently working on a fix to integrated the latest version of Siebel with BIP.
    There advice to me was to downgrade to BIP 10G for the time being.

  • DPM integration with Microsoft Azure backup queries

    Hi All,
    We have made the test set-up environment with installed the below details
    DPM 2012 R2 on VM (Windows 2012 R2)
    We are using a raw disk of 200 GB for disk staging.
    DPM integrated with microsoft azure.
    Able to take file backup and databases backups from DPM and can perform the restore from Disk staging as well as from azure
    Queries:
    Will DPM support deduplication for exchange (2007,2010,2013) databases and for sql databases (2000, 2005,2008,2012,2014) ?
    on the wire compression is enabled but how to verify that?
    Is it possible to mount the raw disk to some other drives except local Disk (C:\)
    How to do granular recovery in DPM 2012 R2 for microsoft exchange?

    Chris,
    Really sorry for the delay in response.
    I found lots of warning messages in the logs like below one:
    578    788    24-Apr    20:49.7    18    readeriterator.cpp(587)    [000000002435A140]    0BABF215-19DF-49F5-B8DF-7210CB336DD5    NORMAL  
     "CFileReaderIterator:GetNextFileReader -> Skipping Hardlink with Physical FilePath: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy34\Windows\WinSxS\amd64_microsoft-windows-i..l-keyboard-0001042b_31bf3856ad364e35_6.2.9200.16384_none_f8e4c1f6d2951dd3\KBDARMW.DLL,
    Logical FilePath: \\?\Volume{bd3973d0-2f82-11e4-93f6-806e6f6e6963}\Windows\WinSxS\amd64_microsoft-windows-i..l-keyboard-0001042b_31bf3856ad364e35_6.2.9200.16384_none_f8e4c1f6d2951dd3\KBDARMW.DLL"
    578    788    24-Apr    20:49.7    18    readeriterator.cpp(587)    [000000002435A140]    0BABF215-19DF-49F5-B8DF-7210CB336DD5    NORMAL  
     "CFileReaderIterator:GetNextFileReader -> Skipping Hardlink with Physical FilePath: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy34\Windows\WinSxS\amd64_microsoft-windows-i..l-keyboard-0001042e_31bf3856ad364e35_6.2.9200.16384_none_fa395780d1ba2b68\KBDSOREX.DLL,
    Logical FilePath: \\?\Volume{bd3973d0-2f82-11e4-93f6-806e6f6e6963}\Windows\WinSxS\amd64_microsoft-windows-i..l-keyboard-0001042e_31bf3856ad364e35_6.2.9200.16384_none_fa395780d1ba2b68\KBDSOREX.DLL"
    So, I'm checking with concerned guys in here about this. I'll get back to you once I receive any update from them.  However, if it very urgent and need immediate assistance, I suggest you to open up a support ticket with Azure technical Support team
    as they will be able to provide you very quick solution.
    Regards,
    Manu

  • 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.

  • XMLP Integration with RightFax

    Hi,
    Can anyone please point me to any documentation or sample code where I can see how RightFax (3rd Party s/w) can be integrated with XMLP.
    The RightFax is running on a Windows 2000 machine.
    Thanks.

    I've only used rightfax from a user perspective. Is it possible to have rightfax either pull from a location or email a file to rightfax? I.e. with our current program, if I email to [email protected] then the program faxes the output to that number.
    Brett

  • OIM 9.1.0 Integration with Active Directory 2008 R2

    Hi,
    My customer is running Root/Child AD structure based on windows 2003 w/SP2, OIM 9.1.0 deployed under one of the child domains, and integrated with child domains controllers which runs windows server 2003 as well.
    My customer has decided to upgrade his AD to Windows Server 2008 R2 domain controllers across the entire AD Forest and still wants to integrate the current OIM v9.1.0 with AD for all of his Users provisioning and password synchronizations.
    Am not sure if current OIM version of OIM 9.1.0 is compatible and supported by OIM v9.1.0 under active directory version 2008 / R2, and not sure if it can be integrated with such AD version.
    Any guidance is really appreciated.
    Also I was thinking of such scenario but also not sure of its support ability and if OIM will keep working on such scenario, the scenario is to upgrade only the AD root domain to Windows 2008 R2 while keeping the child domain holding the OIM 9.1.0 at Windows 2003 version.
    Is this a working and supported scenario by OIM v9.1.0 ?

    I believe you question should be if the connector supports this architecture. Check out the versions supported for the connector you are using and you should be good.
    -Bikash

  • Service desk integration with 3rd party tool

    Hi all,
    I've problems understanding the setup of connecting a 3rd party service desk tool with solman itsm.
    So far it's clear that I need to activate and configure the service provider and consumer in soamanager.
    The webservice then will be called by the 3rd party tool with corresponding data.
    However, according to spro I need to define a value mapping for incoming/outgoing calls.
    I do not understand this mapping... the WSDL of webservice ICT_SERVICE_DESK_API contains lots of fields, but in spro -> value mapping I can only define the following fields (which are hard coded in type pool AIICT):
    SAPCategory
    SAPComponent
    SAPDatabase
    SAPFrontend
    SAPIncidentID
    SAPIncidentStatus
    SAPInstNo
    SAPOperatingSystem
    SAPSoftwareComponent
    SAPSoftwareComponentPatch
    SAPSoftwareComponentRelease
    SAPSubject
    SAPSystemClient
    SAPSystemID
    SAPSystemType
    SAPUserStatus
    What about attachments, priority etc.?
    Will the interface parameters mapped to these ones?
    For what purpose do I need to maintain the value mapping?
    Can you give me a hint?
    Regards, Richard Pietsch

    can you please check the WIKI Solution manager Service Desk Integration with third party service desk - SAP Solution Manager - Security and Authorizat…

  • Java Stack mandatory for a SAP BI system integrated with EP?

    Hi Guru's,
    Currently we are using SAP NetWeaver 2004 s version 7.0 system for our BI.
    This is integrated with the EP. But our BI system does not contain the Java Stack installed.
    When we work on WAD templates and execute  the template, it is automatically directed to EP portal where we can see our reports.
    Here my question is do we need Java Stack for this system to use ADOBE DOCUMENT services or can it work with EP only for the web functionalities.
    Any info on this is of great help.
    Best Regards
    Kumar

    HI Reddy,
    We came to know from our basis team that we do not have the Java Stack installed in our BI 7.x system yet.
    As it is integrated with EP which has Java, our web reports are working.
    1) But my question is still do we ned to install the Java Stack in our BI system as i do not find any Export to PDF option in EP for the reports (eventhough AS Java supports this).
    2) Or can we use the existing configuration without Java STack integrated to EP for the new tools like Report Designer and Integrated Planning?
    Regards
    Kumar

  • Session keep Alive when EBS is integrated with OIF acting as SP

    We have an E-Business Suite R12(12.1.3) Application which is integrated with Oracle Access Manager 11.1.1.5. For authentication the Oracle Access Manager delegates the authentication request to Oracle Identity Federation acting as a Service Provider (SP). There is a home-grown SSO which acts as the Identity provider by Federating it with OIF using SAML 2.0 protocol.
    The integration is successful and EBS is able to authenticate using this third party SSO.
    Now there are multiple applications which are integrated with this third party SSO and the user can access any of these applications including EBS.
    Considering a scenario where a user is using EBS Application say for more than 30 mins. Now when he tries to login to another application the challenge screen is thrown though he can continue to work on EBS without any issue. The reason being that the session timeout on the IDP side is set to 30 mins.
    To overcome this issue the solution that has been thought of using a javascript for each page load on the application which will update the SSO token with the latest UTC time on the IDP server. This has been successfully done for all other applications except EBS.
    So my question is how we can call this java script for each page load for EBS?
    Thanks & Regards
    Sarbashis

    It appears that OAM is removing the url parameters for the p_done_url sent to it by OIF.
         302 Redirect to -> Location: https://sso.mycompany.com/oam/server/logout?p_done_url=https%3A%2F%2Fsso.mycompany.com%2Ffed%2Fuser%2Fsloosso%3Fid%3Dosso%26type%3D3&invokeOSFSLogout=false
         Result: 200. Set-Cookie OAM-ID to expired.
    Form Submits: https://sso.mycompany.com/fed/user/sloosso
    Result: 500 Error
    Notice the p_done_url value in the redirect has extra parameters which when the Form is submitted are lost.
    If I manually enter the url: https://sso.mycompany.com/fed/user/sloosso?id=osso&type=3&invokeOSFSLogout=false
    Then I am successfully logged out.
    This seems almost like a bug in OAM...

Maybe you are looking for

  • Sender JMS adapter error

    Hi All, I'm trying out a scenario which sends data from a Message Queue to SAP. For this I need to configure JMS adapter in the sender side. here i am getting the error in the sender communication channel like below Can not access because class 'com.

  • Is it possible to add new columns with format "Text" once a table is linked to a form

    Is it possible to add new columns with format "Text" once a table is linked to a form in Numbers for iPhone or is it impossible and thus a serious bug?(Rating stars and numeric vales seem to work.) Those bugs happen both for new speadsheets as well a

  • Problem using ant 1.6.2 scripts for weblogic 8.1

    hai, i downloaded ant 1.6.2 and started writting ant scripts. these ran fine when i am doing jobs related to websphere application server but they are failing when i am running the same targets in weblogic. i know that this problem is mainly due to t

  • Parallel reporting in new GL

    Hello Experts I got some confusion of parallel reporting in new GL by using ledger concept. 1. How FI posting done to both ledgers? For example, a AR posting in local company, are there two accounting docs generated, one for leading ledger, and one f

  • Calling an instance of a class please help

    Hi all, I hope this is the right forum to post this topic.I am doing so cause I am dealing with servlets.In the init() method of a servlet.I want to call an instance of another class UserPresent.java .I will post the code below public void init() { U