JMS/clustering design and configuration question

Hi:
          Any help or feedback much appreciated cos' this topic (no pun intended)
          seems to be complicated.
          I have an application that uses stateless session beans for mainline
          business functionality (heavy database writing) that is say then
          audited. The auditing is taken care of asynchronously by the SS bean's
          business method (after completing whatever it is doing) using a JMS
          connection factory to write to a queue which is consumed by a MDB. So,
          control is returned to the user ostensibly before the auditing is done
          for performance reasons. No transactional semantics are expected between
          the mainline business logic and the audit of same. So, our main use of
          JMS/MDB is for asynchrous operation. This design seems to be fine on a
          single server as long as a persistent store is configured.
          Now the hard part. We need to cluster - again for load-balancing and
          performance. As I've read thru this newsgroup and experimented some,
          I've quickly realized that it's not as simple as just configuring a
          cluster of just EJBs.
          Since the queues are basically used for asynch processing, would the
          following work?
          1) Set up a JMS server config for each WL server in the cluster targeted
          only for each WL server
          2) Set up a different queue for each JMS server with prefixed JNDI name
          (myserver1_someJNDIname)
          3) Configure/code the producer SS EJBs so that they ask the connection
          factory for a connection with a prefixed JNDI name (e.g
          myserver1_someJNDIname) based on the server they are running on (known
          perhaps from a property file local to each server)
          4) Target MDBs to be deployed on all servers in the cluster just like
          regular EJBs
          5) Finally, deploy the MDBs unjarred on each WL server and edit the
          weblogic-ejb-jar.xml on each server to set the -destination name-
          prefixed by the server on which it is deployed (e.g.
          myserver1_someJNDIname)
          Will the above basically accomplish what I'm after, which is a cluster
          of machines each equally capable of locally offloading asynchronous
          processing? I understand that for the most part WL server will use local
          EJBs, etc if they are available. I'm not particularly interested in
          failover at either EJB or JMS level, but rather HttpSession level so
          that if a WL server goes down another could pick up perhaps by by the
          user re-requesting whatever operation failed.
          If this is not possible because of the way clustering works (homogenous)
          then is there some other way to solve this problem. I basically do not
          want a cluster where there is a single point of failure (other than DB
          server) for any given piece of functionality.
          Thanks for any help.
          Alex
          

First and easiest,
          Just create a set of JMS tables for each server in your db. You can specify
          a JMS tablename prefix in your weblogic properties for eash server using
          weblogic.jms.tableNamePrefix=W5
          as long as the prefix is only two chars. This worked great for us until we
          decided to drop JMS because of its memory leaks. We were having to restart
          our servers every 8 hours.
          Second, get rid of JMS. Dirty little secret:You don't need JMS to do
          asynchronous work! You can use threads inside of J2EE and not break J2EE.
          Can't tell you how for proprietary reasons but you can.
          Mica Cooper
          

Similar Messages

  • Force Integration Builder (Design and Configuration) language to be English

    Hi Experts!
    Does anyone know how to force the Integration Builder (Design and Configuration) language to be English? Since SSO is configured the logon screen do not appear and users can not choose the language they want. The problem is that the default language is German instead of English.
    Thanks in advance.
    Roger Allué i Vall

    Hi,
    I've changed these parameters in the ExchangeProfile:
    com.sap.aii.directory.serviceuser.language
    com.sap.aii.integrationserver.serviceuser.language
    com.sap.aii.ib.client.login.languages
    com.sap.aii.ib.client.content.languages
    com.sap.aii.adapterframework.serviceuser.language
    com.sap.aii.rwb.serviceuser.language
    com.sap.aii.applicationsystem.serviceuser.language
    com.sap.aii.docu.languages
    com.sap.aii.repository.serviceuser.language
    Now all they have the value EN. I also restarted the applications (Server --> Services --> Deploy) :
    sap.com/com.sap.aii.af.app
    sap.com/com.sap.aii.af.cpa.app
    However, nothing changed. Maybe I have to restart all the J2EE Engine?
    Thanks in advance.
    Roger Allué i Vall

  • PI B2B RNIF interface design and configuration

    Hello All,
    can anybody send me details of design steps and configuration steps in detail for RNIF 2.0 framework for PIPS
    Preferably Rosettanet 7B1 WIP Tracking, Rosettanet 3B12 Shipping Request
    thx
    mike

    Any body who can guide me the steps in ESR for RNIF PIP interfaces. I am expecting step by step instructions.
    Thank you very much!!
    mike

  • Design and configuration tips & suggestions

    This is the current configuration of switches I have setup on our network. Its about 150 miles long(east-west) and about 20 miles wide(north-south). All of the locations are connected via a wireless bridges(trango, tranzeo, smartbridges) or via an ISP private vlan. Currently I have the 3550's connecting to each other via ospf and they are all doing inter vlan routing. The 3550 at location 20(3550-20) is I guess one of the main switches. Its located at the data center and it has the most connections to other wirelessly connected buildings. I have it configured to do pbr to 4 different DSL connections and it also has the switches from the data center connected to it. The small to medium sized locations have 2950's or 2960's.
    To give you an idea of what is all going on now:
    18 Wireless Bridges
    1200 Workstations
    30 Servers
    3000 Users
    21 Mbit of internet access
    200 Gig's of Data being Backed up over night
    1 Local server at each location
    We are planning on implementing a video conferencing system soon as well as voice services in the future.
    What I would like to know is what is the best configuration for these switches to prepare them for video conferencing, data connections and maybe voice?
    Vlan Configurations?
    Trunking?
    Routing?
    QOS?
    Any ideas or suggestions on configurations would be great. I want to make sure I go about this the right way the first time so I'm not reconfiguring when we want to setup the video or voice services.
    Thanks,
    Dan.

    Hi,
    when designing and implementing a video and voip network there are many things to consider. So I will not try to list some of them but would recommend you to read through
    1) "IP Videoconferencing Solution Reference Network Design (SRND)"
    http://www.cisco.com/application/pdf/en/us/guest/netsol/ns280/c649/ccmigration_09186a00800d67f6.pdf
    2) "Enterprise QoS Solution Reference Network Design Guide Version 3.3"
    http://www.cisco.com/application/pdf/en/us/guest/netsol/ns432/c649/ccmigration_09186a008049b062.pdf
    3) "Campus Network Multilayer Architecture and Design Guidelines"
    http://www.cisco.com/application/pdf/en/us/guest/netsol/ns656/c649/cdccont_0900aecd804ab67d.pdf
    QoS will be needed in any case and there are separate chapters regarding your different Catalyst switches.
    Generally VoIP will be transported in separate Voice VLANs interconnected through IP routing. So you should also have a look into your overall LAN design. 3) gives you a guidance to a robust modern switching design.
    Hope this helps!
    Regards, Martin

  • Human Task Auto Release Default  and configuration question in 11g

    Is there anyway to turn off the auto release feature of a human task if you do not put an expiration date on a task? Also the documentation says the default is 12 hours. If there is not a way to turn off the auto release feature, can the 12 hour default be changed? The documentation is not fully clear to me and then when I look at the UI from the console I do not understand what the identifiers of P5D, P4D, etc mean under the Default Duration column. I get the use of percentage but it is unclear what Default Duration is and how to use that field.
    I saw in 10.1.2 there was a way to turn off the auto release feature of task via restrictedActions but I did not see this in 11g.
    And last question is does anyone know if human task is stored to a database if it runs for too long similar to the concept discussed around bpel processes of hydration and dehydration?
    Thanks,
    Diane

    I am able to fix this issue. After a series of R & D I was able to find that the root cause is %APPDATA%\jdeveloper. Deleting the relevant directory will solve this issue. In fact, I tried to delete the entire jdeveloper directory under %APPDATA% and the jdev 11.1.1.7 form generation issue got resolved. Those who find "referential integrity" issue may follow this approach.
    This solution also applies to this thread
    Auto Generate task Form

  • Designing and configuring remotely in XI 3.0

    Is it possible to have XI editors installed remotely so the XI config and development teams can access the repository and directory on a server where all the other XI components are installed? Do we have a web interface option instead of the remote client option that can be used for XI configuration and development?

    Hi,
    As along as javaVM and JavaWebStart is installed on a machine, one can
    access XI tools. For example IR and CD can be accessed using the following links.
    IR
    http://<server>:<port>/rep/start/repository.jnlp
    CD
    http://<server>:<port>/dir/start/directory.jnlp
    Naveen

  • EPMA install and configure question

    Hi,
    Does EPMA require IIS components or uses IIS server ? Can it be deployed on any server in a distributed envrionemnt or Does it have to be with some other EPM component to work correctly.
    Any pointers to step by step install documentor link will be helpful..
    Thanks in Advance!!

    Yes it can be the same IIS as FDM if that is the design that is proposed, EPMA is still accessed through workspace, EPMA uses a combination of IIS and J2EE application server e.g. WebLogic
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • I am unable to save a service work order designated and configured as MRS work order

    Every time I try to create a SM work order, and save it, I get the following message"
    Error in the ABAP Application Program
        The current ABAP program "/MRSS/SAPLRSG_PM_ORDER" had to be terminat
         it has
        come across a statement that unfortunately cannot be executed.
        In include "/MRSS/LRSG_PMCS_APPSCHEDF02 ", in line 93 of
    "/MRSS/SAPLRSG_PMCS_APPSCHED             ", the following syntax er
        have occurred:
        The row type of the table "G_APPOINTMENT_LIST" is not compatible wit
        field symbol type "<APPOINTMENT_LIST>".
        Author and last person to change the include are:
        Author         SAP
        Last changed by "SAP         "
    Any help or advise that would allow me to successfully create the work order and then open the planning board to view both the demand and the resources? I would appreciate any help. Thanks

    Hi Hussein,
    I found a SAP note 2030049 that is relevant to the problem: http://service.sap.com/sap/support/notes/2030049
    But when attempting to implement the note, it showed a syntax error.
    Will likely log this with SAP for resolution.
    Regards, Warren

  • Zip/unzip desing and configuration

    Hi,
    I need to implement zip/unzip file to file scenario . can u help me complete design and configuration steps .I mean how to deploy java code. and designing in IR and how to configure in ID.
    thanq
    krishna

    Hi,
    You Do not need to Provide any JAVA Code For the same.
    SAP Provides Standard Modeules to DO so.
    Use the PaYLoadZipBean module.  
    Have a look at the SAP help link:
    [http://help.sap.com/saphelp_nw70/helpdata/en/45/da9358a1772e97e10000000a155369/frameset.htm]
    just a Few Points to remember:
    1. Place this  Before the call to Standard SAP module in case you want to Unzip the payload in the Sender Side
    2. Place it after the SAP Standard module in the receiver side.
    Hope this helps.
    Reward points if useful
    Regards,
    Abhishek

  • Oracle 11g b2b server JMS Internal Delivery Channel Configuration

    Hi,
    I am using Oracle 11g b2b server configured with ebMS protocol. I have created a JMS internal delivery channel at host trading partner. Now the Inbound message (message from remote trading partner) will be delivered to back-end application through the jms internal delivery channel. Now I wanted to send this message to the another weblogic server domain which is hosted on another box. So where do I give the other weblogic domain details such that the message will be delivered from the host trading partner's b2b server to remote weblogic domain queue?
    Regards,
    Baskaran

    Hi Baskaran,
    As already mentioned by Nitesh, You can Create a Internal JMS Delivery channel and configure the same in your agreement to route the messages to the remote weblogic(domain) JMS queue.
    Remote weblogic domain's ip address and port details can be configured as part of JMS Internal Delivery channel, "Destination Provider" like below,
    eg.
    java.naming.provider.url=t3://<host>:<port>;java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.principal=<username>;java.naming.security.credentials=<password>
    In this case the messages directly delivery to the remote JMS queue.
    Regards
    Nandagopal

  • SAP-JEE, SAP_BUILDT, and SAP_JTECHS and Dev Configuration questions

    Hi experts,
    I am configuring NWDI for our environment and have a few questions that I'm trying to get my arms around.  
    I've read we need to check-in SAP-JEE, SAP_BUILDT, and SAP_JTECHS as required components, but I'm confused on the whole check-in vs. import thing.
    I placed the 3 files in the correct OS directory and checked them in via the check-in tab on CMS.   Next, the files show up in the import queue for the DEV tab.  My questions are what do I do next?
    1.  Do I import them into DEV?  If so, what is this actually doing?  Is it importing into the actual runtime system (i.e. DEV checkbox and parameters as defined in the landscape configurator for this track)? Or is just importing the file into the DEV buildspace of NWDI system?
    2.  Same question goes for the Consolidation tab.    Do I import them in here as well? 
    3.  Do I need to import them into the QA and Prod systems too?  Or do I remove them from the queue?
    Development Configuration questions ***
    4. When I download the development configuration, I can select DEV or CON workspace.  What is the difference?  Does DEV point to the sandbox (or central development) runtime system and CONS points to the configuration runtime system as defined in the landscape configurator?  Or is this the DEV an CON workspace/buildspace of the NWDI sytem.
    5.  Does the selection here dictate the starting point for the development?  What is an example scenarios when I would choose DEV vs. CON?
    6.  I have heard about the concept of a maintenance track and a development track.  What is the difference and how do they differ from a setup perspective?   When would a Developer pick one over the over? 
    Thanks for any advice
    -Dave

    Hi David,
    "Check-In" makes SCA known to CMS, "import" will import the content of the SCAs into CBS/DTR.
    1. Yes. For these three SCAs specifically (they only contain buildarchives, no sources, no deployarchives) the build archives are imported into the dev buildspace on CBS. If the SCAs contain deployarchives and you have a runtime system configured for the dev system then those deployarchives should get deployed onto the runtime system.
    2. Have you seen /people/marion.schlotte/blog/2006/03/30/best-practices-for-nwdi-track-design-for-ongoing-development ? Sooner or later you will want to.
    3. Should be answered indirectly.
    4. Dev/Cons correspond to the Dev/Consolidation system in CMS. For each developed SC you have 2 systems with 2 workspaces in DTR for each (inactive/active)
    5. You should use dev. I would only use cons for corrections if they can't be done in dev and transported. Note that you will get conflicts in DTR if you do parallel changes in dev and cons.
    6. See link in No.2 ?
    Regards,
    Marc

  • Difference between the design of clusters PCLx and others like RFBLG etc .

    There are a few nagging questions which I was not able to find in the forum hence i have to post a new question.
    I am a little confused about the difference between the different clusters .
    If i start with RFBLG i.e. the cluster for BSEG BSEC etc ,I can see that the tables which are part of this cluster
    can be viewed through different methods like
    1) whr usd list for RFBLG
    2) dd02l table and give the required parameters there
    now when I compare this with another so-called cluster PCL1 if find that PCL1 is not recognized as  a cluster
    and also I am not able to see the same in dd02l table when i give PCL1 and the tabtype as cluster which I was able to see
    for the RFBLG ,there are other tables similar to RFBLG .
    1) SO what is the difference between the RFBLG type of clusters and the PCLx type of cluster
    2) are pclx and rfblg..type of clusters same ?
    3) why does PCL1 shows that it is a transparent table ? where as rfblg shows in a diff way in se11
    4) i know we access data from PCL1 using import and export stmts ,DO OR CAN WE DO THE SAME FOR RFBLG
    5) I found that each and evry cluster table had diff fields ,this was kinda surprising for me as I had been thinking
    that all cluster tables need to follow a certain rule ,SO WHO DECIDES THE FIELDS OF A TABLE CLUSTER ?
    6) PCL1 has the index button enabled ,which again I think is not according to the cluster table rules?how?
    7) I understand that we can save data in form of internal tables in the PCL1 cluster ,can we do the same in RFBLG ?
    8) Can I think on lines that PCL1 and RFBLG type of cluster are two totally different types of data dictionary objects
    and the usage and implementation of both of them is different and that the design and the BASE of both of such objects
    is different .
    I know this is a long list but I am sure that answers to these questions would really require some one who has really really work hard and invested a lot of time in understanding the dictionary system.I am awaiting a few answers ,few hints and a healthy discussion till we get them .
    Thanks ...
    a

    Hello,
    1/
    BSEG is a typical Cluster Table.
    This means that the physical table BSEG does NOT exist in the database, physical data for BSEG is stored in the database (table) cluster RFBLG.
    In ABAP however you can perform selects on BSEG (with all fields from the SAP repository structure, see SE11 on BSEG), during execution the SAP database layer will translate these statements to physical selects in the RFBLG database table, so in ABAP this is transparant.
    More info :
    [http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm]
    2/
    PCL1, PCL2, ... are normal SAP transparent tables, however in HR they are often called HR cluster table.
    Transparent tables are SAP objects where there is also a database table with the same name that contains the physical data.
    However the PCL tables are somewhat different from normal transparent tables (data is compressed, external programs can not interpret the data, ...).
    This means that in ABAP you can not use simple SQL statements to access data in PCL tables (because of compressed format).
    In stead statements like EXPORT TO DATABASE and IMPORT FROM DATABASE need to be used.
    More info :
    [http://fuller.mit.edu/hr/cluster_tables.html|http://fuller.mit.edu/hr/cluster_tables.html]
    Wim

  • Question about Wireless Design and Controller

    Hi Everyone,
    Although I am not new to Cisco, I have somewhat limited experience with Wireless in general.  I was hoping to get your help with the following:
    We currently have a total of 8 1130AG, 4 on each floor.  They were configured a few years ago, and now we are looking to update the design a bit.  Each AP has its own SSID, and just provide internet access.  Looking at the configuration, I noticed that they are not configured to use proper channels, just random channels (9, 10, 11, instead of 1, 6, 11, etc.).  I noticed that when I roam between one AP to another, I lose about 4-8 pings before I re-establish connectivity again.
    Here are my questions:
    1.  Do I need a controller in order to use just one SSID for the whole setup instead of the 8 seprate ones we currently have?
    2.  Will the controller helps in providing seamless transition when a client roams between AP's?
    3.  Is it normal to loose connectivity roaming around?
    4.  Can I reconfigure the current setup to use just one SSID and provide better transition between AP without the use of a controller?
    5.  Which controller would you recommend?
    We don't have a need to anything fancy ,I am aware that I can enable multiple SSID, VLAN's, etc.  Just trying to keep it as simple as possible, yet reliable.
    Your input is appreciate.
    Thanks

    1.  With 8 AP's only, a WLC would be nice-to-have but not necessary. You can configure WLSE and it will do some limited functions.
    2.  This depends on the signal strengths, wireless coverage and configuration.  If you enable WLSE, for instance, and you have no wireless black spots, then roaming should be no issues.
    3.  See #2.
    4.  You can configure multiple SSID (up to 16 are broadcasted) but if one AP doesn't have the SSID you use for roaming, the association will drop when the client tries to join that particular AP.  It's like mobile phone towers.  If your carrier is not in the area, you sure won't be able to use your mobile phone in that area.
    5.  For 8 1130 APs, I'd recommend the smallest of the lot:  2106 with either 6, 12 or 25 AP licenses.  I'd recommend you the 25 AP licenses.  If your finances allow you something bigger, then consider either the 4402 (25 AP licenses) or the 5508.
    Cisco 2100 Series Wireless LAN Controllers
    http://www.cisco.com/en/US/prod/collateral/wireless/ps6302/ps8322/ps7206/ps7221/product_data_sheet0900aecd805aaab9.html
    Cisco 4400 Series Wireless LAN Controllers
    http://www.cisco.com/en/US/prod/collateral/wireless/ps6302/ps8322/ps6307/product_data_sheet0900aecd802570b0_ps6366_Products_Data_Sheet.html
    Cisco 5500 Series Wireless Controllers Data Sheet
    http://www.cisco.com/en/US/prod/collateral/wireless/ps6302/ps8322/ps10315/data_sheet_c78-521631.html

  • Ask the Expert: Configuration, Design, and Troubleshooting of Cisco Nexus 1000

    With Louis Watta
    Welcome to the Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about design, configuration, and troubleshooting of Cisco Nexus 1000V Series Switches operating inside VMware ESXi and Hyper-V with Cisco expert Louis Watta. Cisco Nexus 1000V Series Switches deliver highly secure, multitenant services by adding virtualization intelligence to the data center network. With Cisco Nexus 1000V Series Switches, you can have a consistent networking feature set and provisioning process all the way from the virtual machine access layer to the core of the data center network infrastructure.
    This is a continuation of the live Webcast.
    Louis Watta is a technical leader in the services organization for Cisco. Watta's primary background is in data center technologies: servers (UNIX, Windows, Linux), switches (MDS, Brocade), storage arrays (EMC, NetApp, HP), network switches (Cisco Catalyst and Cisco Nexus), and enterprise service hypervisors (VMware ESX, Hyper-V, KVM, XEN). As a Technical Leader in Technical Services, Louis currently supports beta and early field trials (EFTs) on new Cisco software and hardware. He has more than 15 years of experience in a wide variety of data center applications and is interested in data center technologies oriented toward data center virtualization and orchestration. Prior to Cisco, Louis was a system administrator for GTE Government Systems. He has a bachelor of science degree in computer science from North Carolina State University. .
    Remember to use the rating system to let Louis know if you have received an adequate response.
    Louis might not be able to answer each question because of the volume expected during this event. Remember that you can continue the conversation on the Data Center community Unified Computing shortly after the event.
    This event lasts through Friday, JUne 14, 2013. Visit this forum often to view responses to your questions and the questions of other Cisco Support Community members.
    Webcast related links:
    Slides
    FAQ
    Webcast Video Recording

    Right now there is only a few features that are not supported on N1Kv on Hyper-V
    They are VXLAN and QOS Fair Weighted Queuing. We are currently demoing VXLAN functionality at Microsoft TechEd Conference this week in New Orleans. So VXLAN support should be coming soon. I can't give you a specific timeline.
    For Fair Weighted Queuing I'm not sure. In the VMware world we take advantage of NETIOC infrastructure. In the MS world they do not have a NETIOC infrastructure that we can use to create a similar feature.
    Code base parity (as in VMware and Hyper-V VSMs running NXOS 5.x) will happen with the next major N1KV release for ESX.
    Let me know if that doesn't answer your question.
    thanks
    louis

  • Configuration Error 16 on Creative Suite 6 Design and Web Premium

    Hello,
    I recently began receiving a Configuration Error 16 message when I attempt to launch any of the CS6 applications.
    I attempted to follow the instructions here:
    http://helpx.adobe.com/x-productkb/policy-pricing/configuration-error-cs5.html
    However, when I attempted to go to the SLStore and Adobe PCD folders in Finder, I discovered that neither folder actually exists.  (I'm guessing this may be a key cause of the problem.)
    I am wary of uninstalling and reinstalling, simply because I was provided a free download of CS6 Design and Web Premium by the University of California, Berkeley, which I attend.  I can produce my software license number upon request.
    Simply, how do I go about fixing this problem?  If a full uninstall and reinstall are the solution, will I be able to do so freely?
    I am using Mac OS 10.8.4
    Thank you very much,
    Chad

    Have a look here, looks like it may be a permissions issue:
    http://helpx.adobe.com/x-productkb/policy-pricing/configuration-error-cs5.html

Maybe you are looking for

  • How to access web service from Oracle ?

    Database version: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 I am trying to make a call to a web service through a procedure/function... I tried to use CREATE OR REPLACE PROCEDURE Call_Rest_Webservice AS   t_Http_Req Utl_Http.Req;   t_

  • Migrating Time Capsule from 1TB to 2TB

    Hi, I'm currently having an issue with my *Time Machine* ( TM ), these are the facts... Yesterday... I had a MacBook, an external *350GB HD* almost full and a 1TB *Time Capsule* ( TC ) only used by TM with backups _since april 2009_... Today... I hav

  • Random screen blackout 2009 24 inch Cinema Display... HELP.

    Random screen blackouts with 24 inch Cinema Display (purchased 2009). Never used with anything but same Macbook Pro (2009). No hardware changes on MBP. Just started June 6, 2012. Super annoying. Anyone else having this issue? Recommendations?

  • [OIBT] , 'Another user has altered the quantity of batch  .....

    Hi All I Have this problem when I've try to make a Delivery Notes   Set pdoc = pCompany.GetBusinessObject(oDeliveryNotes)   pdoc.CardCode = CardCode   pdoc.CardName = CardName   pdoc.DocDate = Date   pdoc.DocDueDate = Date   pdoc.TaxDate = Date   Set

  • File name possible ?

    Hi, Is it possible to have a file name like ABCtimestamp.dat.KT  in FTP channel. I cannot use graphical mapping for that. Thanks