Client Adapter

I have created a scenario http->xi->r/3 and everything is working as it should be.  Currently am using an html file to test my scenario, however when I want move this scenario to qa/prod do I still use the same JavaScript code to invoke XI or is there any other way?  The HTML file sometimes get correct response but sometimes it throws 500 Internal Server Error and shows message mapping as the issue.  When I test the same test case with Runtime Workbench it works fine. 
Thanks in advance for any suggestions.
Sunil Achyut

Hi Sunil,
you can Microsofts wfetch or following html requestor script:
<html>
<script type="text/javascript">;
<!--
function button1_onclick() {
var result = "Result: ";
var payload = "<?xml version="1.0" encoding="UTF-8" ?>";
// escape "http://"
var senderNamespace = escape(document.MessageParameters.SenderNamespace.value);
var reqString = "http://"
reqString = reqString + document.MessageParameters.Server.value+":";
reqString = reqString + document.MessageParameters.Port.value + "/sap/xi/adapter_plain?";
reqString = reqString + "namespace=" + senderNamespace;
reqString = reqString + "&interface=" + document.MessageParameters.SenderInterface.value;
reqString = reqString + "&service=" + document.MessageParameters.SenderService.value;
reqString = reqString + "&party=" + document.MessageParameters.SenderParty.value;
reqString = reqString + "&agency=" + document.MessageParameters.SenderAgency.value;
reqString = reqString + "&scheme=" + document.MessageParameters.SenderScheme.value;
reqString = reqString + "&QOS=" + document.MessageParameters.Qos.value;
reqString = reqString + "&sap-user=xiappluser&sap-password=xipass";
reqString = reqString + "&sap-client=" + document.MessageParameters.Client.value + "&sap-language=D";
var xhttp = new ActiveXObject("msxml2.xmlhttp");
xhttp.open ("POST", reqString, false);
if (document.MessageParameters.Source[0].checked == true) {
payload = "<?xml version="1.0" encoding="UTF-8" ?> "+ document.MessageParameters.xmlData.value;
xhttp.send (payload);
else{
var xmlDoc = new ActiveXObject("microsoft.xmldom");
xmlDoc.async=false;
xmlDoc.load (document.MessageParameters.xmlFile.value);
xhttp.send (xmlDoc);
result = result + "n" + xhttp.responseText;
xhttp.close;
document.MessageParameters.response.value=result;
//-->
</script>
<head></head>
<body>
<h3>Client Http Adapter </h3>
<form name="MessageParameters">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<h4>Header</h4>
<tbody>
<tr>
<td width="10%"><label>ServerHost</label> </td>
<td width="22%">
<input type="text" id="host" name="Server"
value="sapcoe01" size="20"/> </td>
<td width="10%"><label>ServerPort</label> </td>
<td width="22%"><input type="text" id="port" name="Port" value="8000" size="10"/> </td>
</tr>
<tr>
<td width="10%">Client</td>
<td width="22%">
<input type="text" id="client" name="Client"
value="020" size="3"/></td>
<td width="10%"> </td>
<td width="22%"> </td>
</tr>
<tr>
<td width="10%"><label>SenderService</label> </td>
<td width="22%"><input type="text" id="senderService"
name="SenderService" value="TravelAgencyCS" size="40"/> </td>
<td width="10%">QOS</td>
<td width="22%"><input type="text" id="qos" name="Qos" value="EO" size="4"/> </td>
</tr>
<tr>
<td width="10%"><label>SenderInterface</label> </td>
<td width="22%"><input type="text" id="senderInterface"
name="SenderInterface" value="BookingOrdersOut" size="40"/> </td>
<td width="10%"><label>SenderNamespace</label> </td>
<td width="22%">
<input type="text" id="senderNamespace"
name="SenderNamespace" value="http://sap.com/xi/rkt/CaseStudy/group99"
size="40"/></td>
</tr>
</tbody>
</table>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<h4>Optional Parameters</h4>
<tbody>
<tr>
<td width="10%">SenderParty</td>
<td width="22%"><input type="text" id="senderParty" name="SenderParty"
size="40"/> </td>
</tr>
<tr>
<td width="10%">SenderAgency</td>
<td width="22%"><input type="text" id="senderAgency" name="SenderAgency"
size="40"/> </td>
<td width="10%">SenderScheme</td>
<td width="22%"><input type="text" id="senderScheme" name="SenderScheme"
size="40"/> </td>
</tr>
</tbody>
</table>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<h4>Payload</h4>
<tbody>
<tr>
<fieldset style="padding: 2">
<td width="50%"><input type="radio" name="Source" value="Textarea" checked="checked"/>Type in XML</td>
<td width="50%"><input type="radio" name="Source" value="File"/>Upload File</td>
</fieldset>
</tr>
<tr>
<td width="50%"><textarea name="xmlData" rows="10" cols="60">&lt;a&gt;test&lt;/a&gt;</textarea></td>
<td width="50%"><input type="file" name="xmlFile" size="40"/> </td>
</tr>
</tbody>
</table>
<p>
<input type="button" value="Send" id="button1" name="button1" LANGUAGE="javascript" onclick="button1_onclick()"/>
</p>
<hr/>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<h4>Result</h4>
<tbody>
<tr>
<td width="50%"><textarea name="response" rows="5" cols="60"></textarea></td>
</tr>
</tbody>
</table>
</form>
</body>
</html>
Regards,
Udo

Similar Messages

  • JMS Internal Error at Server Client Adapter!JMS Service is not started

    Hi
    Can any one tell me how to trouble shoot for following errors:
    Failed to Create Connection! Reason: Response from the server could not be reached.
    JMS Internal Error at Server Client Adapter!JMS Service is not started
    The following hosts could not be reached 143:223:221:10:50310
    We are trying to send the request from SONICMQ JMS to R/3 and trying to post the response to Sonic Queue. but we are facing some problems for JMS adapter .
    but in JMS sender and receiver adapter i gave different IP and port for listen the SONIC queue. why it is showing in different IP here? this message got from logviewer.
    regards
    Rambarki...

    Rambarki,
    What is the error displayed on the Adapter Monitoring pages?
    Generally the correct error descriptions for connectivity issues are found on adapter monitoring UI than any other.
    Other possible reasons could be :
    <i>JMS Service is not started
    The following hosts could not be reached 143:223:221:10:50310</i> This might be issue with your network settings i.e. XI server is unable to reach the specified IP on specified port.
    Regards,
    Amol

  • Client Adapter for Access table connection

    Were is possible to get just the portion of Oracle Open Client Adapter for ODBC V 6.0.5.35 that enable to establishe a connection with Access table?

    Cisco broadens WLAN offerings
    By John Cox
    Network World Fusion, 11/12/03
    Cisco Wednesday will announce a series of products and product
    improvements to bolster its wireless LAN offerings, including
    additional software that shifts WLAN features into other parts
    of the corporate net.
    The announcement will include, according to a source familiar
    with Cisco's plans:
    * Cisco's first 54M bit/sec 802.11g radios for its access
    points.
    * A new client adapter card that can work with 802.11a, 11b, or
    11g access points.
    * A new version of its IOS network operating system, adapted for
    the model 1100 and 1200 access points.
    * A new software version for the CiscoWorks Wireless LAN
    Solutions Engine, which is a server for administering access
    points.
    Last June, Cisco unveiled a WLAN strategy called Structured
    Wireless-Aware Network (SWAN). The idea behind SWAN is to
    distribute WLAN functions to various devices in the net, as
    appropriate. Cisco officials say some functions are best done on
    access points, and the adaptation of IOS for these devices makes
    them highly programmable, and visible to other Cisco network
    resources, such as network management and network security
    products.
    Other functions have been shifted to the Wireless LAN Solutions
    Engine (WLSE or "willsee" to insiders). Still others will be
    shifted gradually to Cisco's wireline switches and routers, as
    IOS is updated. The first release of "wireless aware" IOS will
    be sometime in 2004, Cisco said.
    For the full story, please go to:
    <http://www.nwfusion.com/news/2003/1112ciswlan.html?nl>

  • CTI Client adapter download

    I have been eagerly waiting for 1408 release to be able to download the CTI Client adapter but I'm still getting the same error message: "Service cannot be reached. URL call was terminated because the corresponding service is not available."
    I was told before this would be fixed with 1408.
    Has anybody else been able to download it recently (either before or after 1408)?
    Is there anyway somebody could email me the actual download file?
    Cheers

    Hi Thierry, there have been no enhancements to the CTI adapter as of 1311 build. So as long as if you have that install you should be fine.
    Thanks,
    Rei

  • Open Client Adapter to 9i-Lite OCA-30017 error

    Is there a suggestion or solution to the following:
    Using Forms 6.0.8.11.3, Oracle Client Adapter for ODBC 6.05.29.0 , 9i-Lite 5.0.1, and the 4.0 Oracle Lite Driver OLOD2040.dll the following results:
    ERROR:OCA-30017: error logging on to non-Oracle database[POL-5246] User does not
    exist.
    I have created a system DSN named 'test' using the Oracle Lite Driver 4.00.00.00 OLOD2040.DLL. I can use the ODBC test program (ODBCTST.exe) to query the db. (Plz note - a user level DSN cannot connect using the ODBCTST tool). Great, but the form returns the above error. I can query all 9i-Lite dbs locally with the ODBCTST program, but the Client Adapater complains about the POL-5246 when trying to connect via the FORM. I'm using username password ODBC:test and I get the above error. The user name and password exist and has been confirmed by connecting via the msql through the the @polite:dsn I can also use msql to query any and all lite local dbs using the system/manager@polite:userdsn4database - Any suggestions - I think the OCA mesg is bogus and cannot isolate the real problem.

    Hi again.
    The documentation, "OCA for ODBC Readme"m said that it only supported to Access 2.0. According to the file, I should have OCA version 1.0.14.3.4 currently installed. Are new OCA versions only available with the new software releases or can I download them to use with older Developer releases? If so, where do I find them.
    Thanks for your help.
    null

  • 802.11n (CISCO?) client adapter

    Hello,
    after the release of the 1250AP, I was wondering if the 802.11n compatible client adapters were planed or close to release, and if anyone had an information about that.
    I was also wondering if this AP had any particular CISCO features (like there was in some previous versions) that could require such an adapter to work properly?
    Regards,
    Laurent

    Cisco's 1250 series APs have been selected as the test hardware for all 802.11n Draft 2.0 client adapters. That means that for any Draft 2.0 compliant hardware to be certified, it must inter-operate with the 1250 series AP. There are some additional features that Cisco makes availible to client adapters (CCX, for example), but any Draft 2.0 certified client adapter should work with the 1250 without any problem, regardless of CCX version support.
    Below is from the Cisco Aironet 1250 Series Access Point Q&A:
    Q. What is the status of the Draft 802.11n version 2.0 standard?
    A. The IEEE 802.11n working group has passed letter ballot, and this is what is known as 802.11 Draft 2.0. Subsequently, the Wi-Fi Alliance commenced compatibility testing in June 2007 to ensure interoperability of products adhering to the 802.11n draft 2.0 standard. The Cisco Aironet 1250 Series Access Point was selected as the reference platform for the Wi-Fi Alliance test bed. All products receiving Wi-Fi Alliance draft 2.0 certification must be tested with the Cisco Aironet 1250 Series Access Point.
    http://www.cisco.com/en/US/prod/collateral/wireless/ps5678/ps6973/ps8382/prod_qas0900aecd806b7c82.html

  • Vista driver for Aironet 350 client adapter

    I want to run a 350 client adapter on Windows Vista. does anyone have a driver ?

    Currently, neither the Cisco Aironet Client Utility (ACU) or the Aironet Desktop Utility (ADU) are supported on the Microsoft Windows Vista Operating System.

  • Oracle Open Client Adapter for ODBC on Solaris Platform?

    Hi,
    I want to deploy the Reports on Solaris platform. Oracle Report Server is installed on the Solaris. I want to connect to DB2 database using ODBC Connection. Is Oracle Open Client Adpater is available for Solaris platform, since for ODBC connection it is required. Thanks in advance.
    Regards,
    Aniruddha
    null

    Hi all,
    I have this problem too. Running 9i with forms 9i. Is there an updated OCA available?
    regards

  • AP340 with 352 client adapter

    While working with AP340 and 352 PCMCIA card, I found that I can't get the IP address through DHCP if I use WEP. Then I started checking the statistics in ACU. The value of PLCP CRC ERRORS is accumulating on the fly...After that, I tried to update the frimware of my adapter and reduce the card's power level to 30mW....these didn't have any aid for this problem. If I change my adapter to 342, it works fine with no error count. Any comment?
    Thanks!

    Note, the BR342 and BR352 are NOT compatible (you have to look pretty hard to find that out from the Cisco Documentation, but TAC will let you know... hopefully before you make the mistake).
    I have BR342s in place and some BR352s on the way. I have the I/F cards for both the 342 and 352. I will try this out when the BR352s arrive, in AP mode of course.
    I have successfully connected a WGB-352 to a BR-342 in AP mode.
    Mike Wrobel
    Bridges Communications, LLC
    [email protected]

  • Client http adapter wanted

    Hi,
    i am doing a HTTP scenario. Can somebody tell me HTTP client adapter code to use in my scenario.
    sonali.

    Hi,
    refer this link.. u will find that in the following  thread
    XI http-adapter; http-post test tool?
    Cheers,
    Siva Maranani.

  • VPN gate client- "Network cable unplugged"

    i have vpn gate client installed for a game that i wish to play. to do so i need to be able to use vpn gate client. it doesn't let me connect to any server but that's not why i'm here.
    the problem i believe is the issue is that it states that the VPN Client under network connections tells me that the network cable is unplgged. and when i trouble shoot it it states that i need to plug in my ethernet cable.
    i use a msi gaming 7 motherboard and it comes with it's own killer ethernet gigabyte controller. or "Killer e2200 Gigabit Ethernet Controller"
    this controller is in use so could it be that the vpn gate isn't working because killer e2200 is running as well? i'm confused because when i used this software on my laptop it worked perfectly fine.
    any suggestions as to how i could possible fix this issue or enable the vpn client adapter? thanks!

    I have a related problem with the e2200 NIC on a Z97 Gaming 3 motherboard:  I cannot make an IPSEC VPN connection with this NIC.  If I use an add-on NIC, I can connect just fine, as I can from dozens of other computers with a variety of NIC makes and models.

  • VPN Client and Windows Folder Synchronisation

    We are currently having problems with Windows XP Laptops which have folders Synchronised to Servers.
    When they are working remotely, they use the VPN client to connect to the network. Unfortunately, the VPN Client Adapter does not appear in the "Network Connection" drop down menu within the Synchronisation Setup screens. This means that the synchronisation takes place once the Physical Adapter (LAN or Wireless) comes active and an error message appears everytime.
    Has anyone come across this and found a fix for it ? There must be a away of getting the VPN LAN Adapter into the Synchronisation Network Connection list.

    The only supported IPSec client for Windows 7 is 5.0.6. I would recommend uninstalling the client version that you have, upgrade the DNE package from Citrix, and then install the latest IPSec client.
    Release Note:
    http://www.cisco.com/en/US/partner/docs/security/vpn_client/cisco_vpn_client/vpn_client5006/release/notes/vpnclient5006.html#wp62415
    DNE Update:
    http://www.citrix.com/lang/English/lp/lp_1680845.asp
    Client Download:
    http://tools.cisco.com/support/downloads/go/ImageList.x?relVer=5.0.06.0110&mdfid=281940730&sftType=VPN+Client+Software&optPlat=Windows&nodecount=2&edesignator=null&modelName=Cisco+VPN+Client+v5.x&treeMdfId=268438162&treeName=Security&modifmdfid=&imname=&hybrid=&imst=&lr=Y

  • How to set up WRT120N as client

    Hi,
    I have a wireless network which runs off a WRT610N router.  I want to set up a WRT120N router to act as a client "adapter" for a device that only has an ethernet connection.  I can connect the WRT120N router to the device OK but it cannot communicate with the rest of the wireless network.
    I have set the SSID and WAP security settings the same.
    Hope you can poing me in the right direction
    Rob
    Solved!
    Go to Solution.

    It is not possible.You need a wireless bridge (WET610N),which will communicate wirelessly to your router and then,you can connect your device/computer to the bridge hard-wired.If you need more ethernet port then,connect the switch to the bridge and then,your devices to the switch.

  • "530 5.7.1 Client was not authenticated" Error with mail service

    Hi,
    I have some problem with Mail service with the Webspaces application. I have configured the Service (with MS Exchange server) with WebSpaces Application with the required IMAP, SMTP, External Application and LDAP Settings correctly. I opened the Mail Page and Logged in with the
    user credentials. I am able to see the incoming mails , But when I try to send a mail I am getting the following exception. For some reason, SMTP send is failing. I did the same IMAP and SMTP settings in MS Outlook and successfully sent the mail. what could be the problem? Please repond.
    oracle.webcenter.collab.mail.MailException: Failed to send the message with subject "Test". Further information: 530 5.7.1 Client was not authenticated
         at oracle.webcenter.collab.mail.MailSession.sendMessage(MailSession.java:864)
         at oracle.webcenter.collab.mail.view.backing.MessageHandler.sendMessage(MessageHandler.java:528)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1245)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:87)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:298)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:91)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:87)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:87)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:298)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:91)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:81)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:673)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellPageRedirectionFilter.doFilter(WebCenterShellPageRedirectionFilter.java:210)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellFilter.doFilter(WebCenterShellFilter.java:603)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.processFilters(WebCenterLocaleWrapperFilter.java:256)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.doFilter(WebCenterLocaleWrapperFilter.java:215)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.1 Client was not authenticated
         at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388)
         at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959)
         at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583)
         at oracle.webcenter.collab.mail.MailSession.sendMessage(MailSession.java:850)
    Edited by: indra_owc on Jan 9, 2010 6:14 PM

    The server probably wants you to use the STARTTLS command before you authenticate.
    See the com.sun.mail.smtp package javadocs for the property to set to enable that.

  • Airport or Macsense Aerolite 54G USB Wireless Client Adaptor?

    I gave my iMac G5 which is now 4 years old - to my daughter. It does not have iSight/ Bluetooth and Airport were optional at the time and although I did get Bluetooth I didn't get Airport. i am wondering if I can now add Airport to it and what I would need to buy. I m not sure about the different types of Airport. Can anyone give me advice?
    I have spotted what looks like a super device that might do the trick and allow her to be wireless without having an Airport card - what do you think of this device? Good or what!? Would it work?
    Macsense AeroLite 54G USB Wireless Client Adapter for Mac OS 10.3/10.4/10.5+
    http://www.amazon.co.uk/Macsense-AeroLite-Wireless-Client-Adapter/dp/B000LS02HW/ ref=pdsbs_ce_img3
    Thanks!

    ...i am wondering if I can now add Airport to it and what I would need to buy. I m not sure about the different types of Airport. Can anyone give me advice?
    You simply need to buy and install an AirPort Extreme card. Apple still makes and sells these cards. Once the card is installed, the iMac G5 will be able to connect to any 802.11b/g compatible wireless networks.
    The best solution is the AirPort Extreme card.

Maybe you are looking for

  • How to get Leave Accrual Balance in Report

    We can see the accrual balance on SSHR page as well as on Fastpath-> Accruals -> Net Entitlement. But I want to display a report which will display all accruals as on a aprticular date. Can we get that? Is there any seeded funnction/procedure?

  • Javascript calling Java class

    Hello, kindly help. I am calling a java class file for validating a username and password. The browser returns no error but it seems that execution does not even pass my class file. Here is my class file. import java.sql.*; import java.applet.Applet;

  • I am receiving error code 65543 while opening what...

    Hello there, I am using nokia asha 501 with latest update from nokia i.e 14.0.4 as per received from nokia. then i have installed whatsapp and now when i try to open a picture then its showing me error code 65543 whit some java application error. can

  • HT201209 Can i use the itunes card on another account

    Can i use a Itunes Card on another account? I forgot my password and cannot get it back

  • Signatures on Cheques

    Hi Guys , Can anybody provide some input on the following : 1. Can the signatures be scanned & used for printing on transfer letters & Cheques. 2. Can payment advices be sent by email , I know it can be  , but what are the related implications / step