How to enable the filetransfer in Oracle Communicator 11g?

Hi,
I've already change the relevant values in the Program Files\Oracle\Oracle Communicator\defaults.xml as following:
     <FileTransfer>
          <Location>http://example.com:7001/filetransfer</Location>
     </FileTransfer>
     <FileTransferEnabled>1</FileTransferEnabled>
But the Communicator still can't send files, how to resolve it?
Best Regards,
Sean

Hi dprabhu,
I installed the wlcs in a All-in-One Administration Server. The host name is set to example.com and the server listen port is 7001. The original default.xml after the installation is below:
<?xml version="1.0" encoding="UTF-8"?>
<Account>
     <Version>11.1.1.10002</Version>
     <AccountName></AccountName>
     <AgentId></AgentId>
     <SipUri></SipUri>
     <FullName></FullName>
     <FirewallHeartbeat>1</FirewallHeartbeat>
     <FirewallHeartbeatInterval>40000</FirewallHeartbeatInterval>
     <UseOutboundProxy>1</UseOutboundProxy>
     <OutboundProxyAddress></OutboundProxyAddress>
     <UseRPortForNatTraversal>1</UseRPortForNatTraversal>
     <UseStun>0</UseStun>
     <StunServerAddress></StunServerAddress>
     <StunServerPort></StunServerPort>
     <Theme>Slate</Theme>
     <ServiceNote></ServiceNote>
     <DeviceQValue>1.0</DeviceQValue>
     <Notifications>
          <UseNotifications>0</UseNotifications>
          <Location></Location>
          <LastShowOnceMessageID></LastShowOnceMessageID>
     </Notifications>
     <Transport>
          <ContactTransport>TCP</ContactTransport>
          <RegisterContactTransport>TCP</RegisterContactTransport>
     </Transport>
     <UPnP>
          <Enabled>0</Enabled>
     </UPnP>
     <ConnectionType>256</ConnectionType>
     <SilenceSuppression>0</SilenceSuppression>
     <AcousticEchoCancellation>0</AcousticEchoCancellation>
     <AutomaticGainControl>1</AutomaticGainControl>
     <PCSpeakerEnabled>0</PCSpeakerEnabled>
     <AllowVolumeCheck>1</AllowVolumeCheck>
     <PreferredCaptureDevice></PreferredCaptureDevice>
     <ImageResolution>QCIF</ImageResolution>
     <VideoStandard>LSVX</VideoStandard>
     <T1>500</T1>
     <T2>4000</T2>
     <T4>5000</T4>
     <PreferredSipPort>5060</PreferredSipPort>
     <PreferredAudioRtpPort></PreferredAudioRtpPort>
     <PreferredVideoRtpPort></PreferredVideoRtpPort>
     <RegisterExpireTime>600</RegisterExpireTime>
     <PresenceSubscribeExpireTime>3600</PresenceSubscribeExpireTime>
     <WatcherInfoSubscribeExpireTime>3600</WatcherInfoSubscribeExpireTime>
     <MessageWaitingSubscribeExpireTime>3600</MessageWaitingSubscribeExpireTime>
     <PublishExpireTime>600</PublishExpireTime>
     <NetDetectionEnabled>1</NetDetectionEnabled>
     <UserIdleTimeOut>1</UserIdleTimeOut>
     <UserIdleTimeOutValue>5</UserIdleTimeOutValue>
     <ShowSmilies>1</ShowSmilies>
     <ShowMessageTimestamps>1</ShowMessageTimestamps>
     <UseHotKeys>1</UseHotKeys>
     <AutoAnswerEnabled>0</AutoAnswerEnabled>
     <SavePasswordPreference>0</SavePasswordPreference>
     <ContactListSortCriteria>status</ContactListSortCriteria>
     <DeclineResponseCode>486</DeclineResponseCode>
     <Sounds>
          <Sound>
               <Event>UserOnline</Event>
               <File>UserOnline.wav</File>
               <Mute>0</Mute>
          </Sound>
          <Sound>
               <Event>UserOffline</Event>
               <File>UserOffline.wav</File>
               <Mute>0</Mute>
          </Sound>
          <Sound>
               <Event>IncomingMessage</Event>
               <File>IncomingMessage.wav</File>
               <Mute>0</Mute>
          </Sound>
          <Sound>
               <Event>VoiceMessageAvailable</Event>
               <File>VoiceMessageWaiting.wav</File>
               <Mute>0</Mute>
          </Sound>
     </Sounds>
     <Ui>
          <MainDlgTopMost>0</MainDlgTopMost>
          <SendMessageWithEnter>1</SendMessageWithEnter>
          <HideHoldOnCallSwitchingWarning>0</HideHoldOnCallSwitchingWarning>
          <BlockBuddiesOnDelete>1</BlockBuddiesOnDelete>
          <PresenceMenu></PresenceMenu>
          <MainDlgCloseToTray>1</MainDlgCloseToTray>
          <MainDlgCloseToTrayWarning>1</MainDlgCloseToTrayWarning>
          <HideCameraNotFoundWarning>0</HideCameraNotFoundWarning>
          <ShowOfflineContacts>0</ShowOfflineContacts>
          <ShowContactsWithPhone>0</ShowContactsWithPhone>
          <Dialogs>
          </Dialogs>
     </Ui>
     <LdapServers></LdapServers>
     <Credentials></Credentials>
     <RingSignalMap></RingSignalMap>
     <SoundEffects></SoundEffects>
     <XDMSSettings>
          <UseHttps>0</UseHttps>
          <Host></Host>
          <Port></Port>
          <RootContext></RootContext>
          <PresRuleAUID></PresRuleAUID>
          <PresRuleDocName></PresRuleDocName>
          <HardStateAUID></HardStateAUID>
          <HardStateDocName></HardStateDocName>
          <ResourceListsAUID></ResourceListsAUID>
          <ResourceListsDocName></ResourceListsDocName>
     </XDMSSettings>
     <Provisioning>
          <Location></Location>
     </Provisioning>
     <FileTransfer>
          <Location></Location>
     </FileTransfer>
     <InboxService>
          <Enabled>0</Enabled>
          <Name></Name>
          <Location></Location>
     </InboxService>
     <PlugInProperties></PlugInProperties>
     <Groups></Groups>
     <PresenceEnabled>1</PresenceEnabled>
     <AddressListStoreEnabled>0</AddressListStoreEnabled>
     <FileTransferEnabled>0</FileTransferEnabled>
     <SMSEnabled>0</SMSEnabled>
     <AudioEnabled>0</AudioEnabled>
     <VideoEnabled>0</VideoEnabled>
     <UseServerResourceLists>1</UseServerResourceLists>
     <HistoryEnabled>0</HistoryEnabled>
     <HistoryExpirationDays>14</HistoryExpirationDays>
     <CallerIdMessagePopUpDuration>20</CallerIdMessagePopUpDuration>
     <StripRealmFromUserName>0</StripRealmFromUserName>
</Account>
I just changed the relevant part
<FileTransfer>
<Location>http://example.com:7001/filetransfer</Location>
</FileTransfer>
<FileTransferEnabled>1</FileTransferEnabled>
Best Regards,
Sean
Edited by: selin on 2009-9-10 下午6:45

Similar Messages

  • How to Enable the Oracle BPM Worklist?

    Hi!
    Newbie here.
    So how do you enable the Oracle BPM Worklist?
    Sure there a tutorial for this found in http://docs.oracle.com/cd/E21764_01/doc.1111/e17366/chapter16.htm#BABHCICI
    and in section "16.2 How to Enable the Oracle BPM Worklist" it says
    "By default, Oracle BPM Worklist functionality is disabled. You can enable this functionality in AIAConfigurationProperties.xml.
    To enable the Oracle BPM Worklist:
    -Access AIAConfigurationProperties.xml located in <AIA_HOME>/aia_instances/$INSTANCE_NAME/AIAMetaData/config.
    -Set the EH.INVOKE.HWF property value to true.
    -Reload updates to the AIAConfigurationProperties.xml file."
    However upon searching for the file "AIAConfigurationProperties.xml" or even the directory "aia_instances" in our servers, I could not find them. Please help me!

    If you are talking about 11g Worklist app, then you won't be able to do that, since the source code is not shipped with the product. The better way is to create the custom worklist application using the Worklist APIs. Refer to the SOA Developers Guide.
    In case of 10g, you can access the source code of Worklist app, even in that case, you can do your requirement using the exposed APIs.

  • How to Enable the SAVE button in the Menu Bar of the Invoice Document.

    Hi.
    How to Enable the SAVE button in the Menu Bar of the Invoice Document as it is disabled for me.
    I would like to save the Invoice document in PDF  format.
    Regards
    Irfan

    Hi,
    Normally, for the archiving or generation of the invoice document in PDF format is handled by maintaining the output records through VV31/VV32 with the relevant printer, storage mode ( 3- print and archive or 2- archive only ), no. of messages ( means no of copies ) in the communication method.
    Then when you click the print button through VF03 in the print options pop-up you get a print at the physical printer and at the same time an archived copy ( PDF copy ) attached with the document.
    So, please make sure the output records are fine to allow a PDF copy generated and then try to print and check in VF03 by entering into the billing document.
    Hope this helps you.
    However, from the print preview you normally would not be allowed to save or print.
    Regards,
    Ram
    Edited by: Ramakrishna Peri on Apr 3, 2009 9:16 AM

  • How to enable the Exchange 2010 Admin Audit logs in Event Viewer

    How to enable the Exchange 2010 Admin Audit(Mailbox Auditing) logs in Event Viewer.
    - Sivashankar. Please mark as answer/useful if my contribution is helpful

    Hi Siva,
    We could execute the command below to view Administrator Audit Logging settings:
    Get-AdminAuditLogConfig
    If it is not enabled, please run the command below:
    Set-AdminAuditLogConfig -AdminAuditLogEnabled $True
    In addition, here are some references for you to utilize this feature:
    Configure Administrator Audit Logging :
    http://technet.microsoft.com/en-us/library/dd335109(v=exchg.141).aspx
    Search the Administrator Audit Log :
    http://technet.microsoft.com/en-us/library/ff459262(v=exchg.141).aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to enable the "update file" button to update the data template

    We have an escalated customer bug that the chinese character does not display correctly on report. We want to update the data template xml file on customer site to test the fix. However, when the customer login using "XML publisher Administrator" responsitility, select function "Data Definitions", search and then update the definition, on the update page, the button "update file" next to "Data Template" is disabled. Anyone know how to enable the button?
    screenshot at:
    ftp://bugftp.oraclecorp.com/upload/bug6649637/CannotUpdate.doc
    Thanks,
    Wei

    Unless until it is a Manual Journal, SLA page doesn't give you the provision to change them.
    Even for Manual Journal, it won't allow you to change, if that is transferred to GL.
    Only option is to UNDO the accounting and correct the setup to create correct journals. You may contact Oracle Support.
    By
    Vamsi

  • How to enable the Attachment feature in the Receipts Form in EBS 11.5.9

    Hi Community,
    The question is very simple, cause although We have revised most of the posts of the forum and metalink, we do not discover how to enable the attachment feature in Receipts Form, in our release 11.5.9.
    Due to we have a custom receipt form and a standard receipt form, we have try to enable oin both forms, but we do not get it.
    Any clue?
    Thanks for your answers in advance.
    Luis

    go to Application Developer -> Attachments.
    You can configure the attachments for your forms here.
    --Prasanna                                                                                                                                                                                                                                       

  • How I enable network service of Oracle database 10g XE ?

    Hi,
    How I enable network service of Oracle database 10g XE ?
    Following error occurs when printing:
    ORA-20001: The printing engine could not be reached because either
    the URL specified is incorrect or a proxy URL needs to be specified.

    ORA-20001 is a user defined error. So you will have to find out where it comes from.
    Regards
    Marcus

  • How to find the server hosting office communication ?

    Hello
    How to find the server hosting office communication ?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

    Hello,
    I have:
    DG URL Internal;https://OCS.ad.xxxxxx.xxxx.xxx/GroupExpansion/Int/service.asmx;--;
    DG URL External;;--;
    Quality Metrics URI;;--;
    URL Internal From Server;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    URL External From Server;;--;
    Voice mail URI;sip:[email protected];opaque=app:voicemail;--;
    MRAS Server;;Not Configured;
    GAL Status;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    Controlled Phones;TRUE;--;
    PC to PC AV Encryption;AV Encryption Enforced;--;
    Focus Factory;sip:[email protected];gruu;opaque=app:conf:focusfactory;--;
    Telephony Mode;Telephony Mode Disabled;--;
    Line;;--;
    Line Configured From;Auto Line Configuration;--;
    Location Profile;;--;
    Local Log Folder;C:\Users\me\tracing;;
    MAPI Information;MAPI Status OK;MAPI Status OK;
    Inside User Status;TRUE;;
    Auto Update Download Started;--;--;
    Auto Update Download Completed;--;--;
    Last Auto Update Request;--;--;
    Pairing State;Communicator cannot connect to your desk phone because the USB cable is not plugged in. Make sure that you connect the cable.;Enabled;
    I see my email on the sip line but no server... what do I miss?
    Is it by the URL?
    Thanks,
    Dom

  • How to enable the S-Video port on a Satelite M30X-154?

    Hey does any one know how to enable the S-Video port on a Satellite SM30X-154 laptop?
    If I press the FN+5 keys the only options I get is LCD and no S-VHS option. My TV is set up for it as I watch DVD's through the cable.
    When I connect the cable to the laptop, nothing happens!!
    HELP

    Hi,
    Sorry, my Tosh A100 has a Geforce 7600, I don't know what your GA is.
    But on mine I have a NVidia Control Panel, where I can configure dualview,
    which normally lets me choose between the builtin LCD and the extern monitor (VGA-Port).
    When a TV is connected and not recognized, I can enforce recognition there.
    On the next start of the panel, the TV is then available too.
    Perhaps I could help you.
    If not, note that with windows settings your TV will not be available.
    Try to go to the User Interface of your graphics adapter...
    Matz

  • How to enable the EL in jsp page

    hi can u tell 'how to enable the EL in jsp page'?

    *I am getting below exception in tomcat when i inclued +<%@ page isScriptingEnabled="true" isELEnabled="true"%>+*
    org.apache.jasper.JasperException: /index.jsp(1,1) Page directive has invalid attribute: isScriptingEnabled
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
         org.apache.jasper.compiler.JspUtil.checkAttributes(JspUtil.java:311)
         org.apache.jasper.compiler.Validator$DirectiveVisitor.visit(Validator.java:106)
         org.apache.jasper.compiler.Node$PageDirective.accept(Node.java:590)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2338)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2388)
         org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2394)
         org.apache.jasper.compiler.Node$Root.accept(Node.java:489)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2338)
         org.apache.jasper.compiler.Validator.validate(Validator.java:1700)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

  • How to store the images in Oracle?

    Hi,
    I am a new developer, trying to find out how to store the images in Oracle. Is there anyway that I can store the images in Oracle and insert them into my html file?
    Thanks!
    Sarah

    There is a simple image example available from OTN.
    From the OTN main page, go to Products --> interMedia --> Sample Code. The name of the example is "Load rich media content with a browser."
    This example loads and retrieves an image from an Oracle8i database through a web page using the Oracle interMedia Web Agent.
    Hope this helps.
    null

  • How to enable the comment option in the pdf file

    Hi,
    How to enable the comment option in the pdf file using acrobat sdk[IAC, javascript],
    Give me idea on this to automate.
    If not leave it.
    Regards,
    jkrishnanvenkat

    jkrishnanvenkat,
    I can also do this from Acrobat Pro. Click Comments - Enable for Commentingand Analysis in Adobe Reader. This can not be done through the DSK or JavaScript.
    Gregory

  • How to enable the full list of developer options on A806?

    How to enable the full list of developer options
    Moderator note:Moved from http://forums.lenovo.com/t5/Lenovo-Android-based-Tablets/No-Animation-speed-options/td-p/1359241
    Edited & created a new thread.

    -Go to menu, settings,
    -about phone
    -scroll to the bottom and find "build number"
    -tap it 7 times (upon completion, it will say that you're a developer)
    -the menu is now near the bottom of the main settings menu (just above about phone)

  • How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific WebApplication or Sitecollection?

    How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific Web Application or Site collection(not for all Web Application)?
    Vishal Goyal

    Hi Vishal,
    I don't think there is option for specific site collection or web application,but there is option of enabling developer dashboard on specific master pages and that is one on of the way you could do it.
    look article on below link to enable developer dashboard on specific master pages
    https://msdn.microsoft.com/en-us/library/office/ff512745%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Let me know if this helps.
    Thanks
    Bhism 

  • How to enable the memory remapping in the bios?

    How to enable the memory remapping in the bios?
    my laptop: m100 psmaaq-00s003

    Without removing a specific Windows Update KB Patch, and two registry keys, you CANNOT uninstall the Flash Player ActiveX Plug-in for IE in Win 8.
    Microsoft released a new update for Flash Player in IE just the other day.
    Have you run Windows Update recently?

Maybe you are looking for