Need help in design scenario

Hi experts,
I have a scenario in which XI put an xml file in a destination server (very simple scenario, SAP>Proxy>File receiver CC).
The new request is: to make a call to SAP after having put file in destination.
In this call I have to write to SAP that file has been written successfully to destination.
My collegues told me to add a RFC call to SAP in my scenario, is it the correct way?
I'm not skilled about that.
Thanks
Fabio Boni

Hi Fabio,
If you want to achive this scenarion without BPM then you need to create 2 diffrent scneraio,.
!) Your first scnario:
SAP -Proxy-File receiver( It will write the file in Folder A)
2) Second scenario:
File sender to RFC receiver
File sender will poll the folder A for files.If file is available in Folder A then this 2nd scenarion will trigger.
Create some constant mapping in the target RFC structure. and make a call to RFC using receiver RFC adapter.
So here If you pick the file from Folder A then you need to delete it or Archive it from the source folder.
Sender file adapter has both the options of delete or Archive.
If you archive the file to folder B in sender file adapter  itself then your receiver RFC can find the File from Folder B.

Similar Messages

  • Helping in Designing Scenario

    Hello people!
           i need some helping in designing a solution,  i'm kinda new in the PI world, and i never made BPM stuff and so...
          Here is my situation, i have 2 Webservices that i have to consume in PI
         R/3 will send information to PI
          in PI i have to Consume the first Webservice with some information and that will Response a Token,
    then i have to Merge this Token with another XML message and send to another Webservice, the i get the Response Message of this webservice and send back to R/3
        whats the best way of doing this? is it using BPM?
    this is the two Webservices i will have to use:
    http://siatepqa.suseso.cl:8888/Siatep/WSToken?wsdl
    http://siatepqa.suseso.cl:8888/Siatep/WSIngreso?wsdl
    Can anyone help me?
    Thanks!
    Edit:
    i've already read alot of BPM topics and  i think this is the way... but i'm not sure
    i want to use abap_proxy conection in r/3 > PI and the webservice connections will use SOAP/WS
    Edited by: pitoshi on Jun 9, 2010 10:57 PM

    Liang Ji,
    thanks  very mutch for your answer, this is very helpfull,
    But in:
    "R/3 send message to PI via Outbound proxy (using XI Adapter) ---> PI receive Message and execute Mapping program --> during the mapping program, you can have SOAP lookup to call first web service to get token, then you can use lookup value in your mapping, ---> Use SOAP receiver adapter to call first web service, then PI get response from it, then pass to R/3. "
    You mean " ---> Use SOAP receiver adapter to call first web service, then PI get response from it, then pass to R/3. ""
    call the Second Webservice?
    in spite of my difficulties with BPM, is this solution is better than using BPM?
    Edit: * and if any of these processes do not respond? how I treat it? *
    anyone else have any other option or tips to this scenario?
    Edited by: pitoshi on Jun 10, 2010 12:34 AM

  • Need help in design/framework of a project requirements

    Hi there.
    I need some input/design suggestion and/or comments regarding 2 projects that I'm undertaking currently. The project duration is 8 weeks starting now.
    Some background information of the current technology we are using right now. We are using weblogic 7.0 SP2 and our database is ms sqlserver 2000 and/or mysql. The persistance layer/framework we are using is a home grown JDBC framework. We are using only stateless session beans and our client which is a swing ui access the servers side thru webservices via a session facade. We use also Transfer objects on the client and our own DataObjects on the server side. Current consideration is that we can not upgrade to the current weblogic version at this time and can only use java 1.4 and use existing persistence framework we have. I've considered using Spring/Hibernate but it will involve major refactoring on our existing system, which we can not afford right now. But we can augment or add new framework to handle this 2 projects.
    1. The first project is a mass update/creation of orders and order items. In our system the update and creation of order and order items are complicated and perform several validations (e.g. vendor/client is valid; item are valid and have enough to on-hand, etc.) and lookups before we can create/update an order and it's order items. We estimated that process to be around 1.5 - 3.0 secs and typically we will be processing between a few hundreds to about 5000. The max ceiling we put is 10,000.
    Now the requirements are:
    a. Ensure that the process will be completed and in the event of failure (physical or network or power) and recovery to start where it failed and start processing from that point of failure.
    b. The transaction should be atomic on per order basis and not on whole process - meaning we will commit all changes for an order and start a new transaction on the next order. This will ensure that we have a complete order committed.
    c. Don't tie the client from this process and when the process is finished give a feedback to the client who invoke the process.
    2. The second project is related to the first, is that before they post the process above, the user will look at the set of data and do some editing and then post the data. So this project is on the UI side and would present the user a table/grid view of the data and since data set could be large, we want our swing ui to fetch only a set of rows/data so that it does not take so long to load all the data or run out of memory. A button or by the user scrolling on the scrollbar would fetch the next succeeding rows/data. The problem we have as stated on the first paragraph is these- we are using webservices and stateless session beans and there is no way that the server can recognized who the user is when that user request the next set of row/data set without querying the database again.
    So your input and help is very much appreciated and if you know an existing framework that would help me is most welcome.
    Have a blessed day.
    Jun Victorio

    Take the statistics of the tables and check again.
    begin
    DBMS_STATS.gather_table_stats(ownname=>'syslog',tabname=>'logs');
    end;
    Regards
    Asif Kabir

  • New here and need help with design

    Hello all, I am working on my son's first birthday thank you cards.  I need help removing the line in between the blue and green background.  Thanks. Stacey

    You also have a narrow black line on the lower left side.
    Increase the the magnification to 500% and select the black and the white lines with the Magic Wand (Continuous checked).  Feather by one pixel.  Sample the green right under the white line, make it the Foreground Color and fill the selection with it.
    Juergen

  • Need help in design the scenario sending data to web service

    Hello All,
    I need to send data to web service and get the response back.
    i want to use HTTP to soap Scenario.Please let me know the necessary steps in the scenario.
    Thanks and Regards,
    Chinna

    Hi Chinna,
    > i want to use HTTP to soap Scenario.Please let me know the necessary steps in the scenario.
    Split this into 2 scenarios
    1. HTTP to SOAP (Request) treated as Asynchronous.
    2. SOAP to HTTP (Responce) treated as Asynchronous.
    For HTTP to SOAP synchronous scenario
    Here the receiver side request and responce structures no need to create, the receiver client will provide you the XSD file, on that XSD file having the request and responce message structures, so you have to import that to XI server as External definition.
    For sender HTTP you have to create 2 data types, 2 message types as well as 2 message interfaces, 2 message mappings for request and responce messages and 2 service/Message interfaces (HTTP is outbound and SOAP is inbound).
    Configuration objects are same.
    Regards
    Ramesh

  • Need help with designing form for exports

    Hi
    I am pretty new to designing form in adobe acrobat.
    I have adobe acrobat 9 standard with Adobe liveCycle Designer installed.
    There are couple of things I want to do.
    1.
    I would like to add a box where I can change the number (default is 1), and when I increase it, (for instance to two)
    then
    it will postulate the particular sections twice.
    For instance, I am taking two drugs right now, then I would like to increase the number of drugs to 2, so then for each drug
    I would enter appropriate information such as drug name, drug form, route of drug administration etcs
    I hope this is clear
    2.
    I am trying to export this in xml format so that only the ones where the user fills in in pdf form gets exported to xml format.
    I would like the boxes to have its own tag, for instance the drug name mentioned above can have a tag of <drugname></drugname>
    I know this is possible through changing the box's name in binding tab.
    What I am interested in is to add a tag for the section, like a header.
    For example, if I were to enter two drug information I want the first drug information to be exported to be
    <drug>
    <drugname>blah</drugname><drugform>1</drugform><drugroute>oral</drugroute>
    </drug>
    <drug>
    <drugname>drug2</drugname><drugform>1</drugform>
    <drugroute>ophthalmic</drugroute>
    </drug>
    how would I add <drug> </drug> for each drug?
    also, can I change the order of the tags??
    in the pdf form, if the drugname box is displayed later than drugroute box, then when I export it, it will display as
    <drugroute>oral</drugroute><drugname>blah</drugname>
    but I want to manually set the order of tags when exported.
    Sorry I asked so many questions
    I hope it is clear enough for you to visualize what I am trying to do
    Thank you so much

    1. You can certainly add sections for the number of drugs that the user specifies pr
    ovided that the form is set up the correct way to begin with. The drug information section must be wrapped in a subform (usually Poistioned) and that in turn must be wrapped in a flowed subform. Then the form must be saved as dynamic. If this information is all that is on the form then that shoudl be all you need to do. If th edrug section is in the middle of the form then you need to wrap the other parts of the form in a subform so they can be pushed down when we add the drug subforms. It can get confusing ...seeing the form amnd its structure would help to clarify.
    2. You canbnot change the names of tags on the fly but you can change their values. AS mentioned above, when you wrap the Drug information in a subform that subform name can be used as a tag in the XML. Then you could have a node with the tag (or an attribute) that names the drug in question. Something like this:
    <Drug Section>
         <Drug>
              <DrugName></DrugName>
              <Dossage></Dossage>
              <Supplier></Supplier>
         </Drug Subform>
         <Drug>
              <DrugName></DrugName>
              <Dossage></Dossage>
              <Supplier></Supplier>
         </Drug>
    </Drug Section>
    As mentioned earlier this is always easier to explain when you see it in context of your form.....if you want to send it to me at [email protected] I can get you started at least. Please include a description of your issue in the email
    Paul

  • Need help in Marketing scenario (I think difficult)

    Hi folks,
    Hi need some help in my marketing scenario. I posted the message in marketing section. You can see it in [Interesting and difficult marketing business process... any ideas?|Interesting and difficult marketing business process... any ideas?;
    Thanks to all in advance
    Javier

    Hi [email protected],
    I have cancelled your subscription, and set the refund process in motion.
    Your refund no.is 66228048.
    Regards,
    Florence

  • Building a house... need help on design!

    Hi! I'm kind of new to Java3D, and I'm sure someone asked this in this forum alread,y but...what the heck.
    I have a project in school where we need to make a model of a house, and allow the user to navigate through it. I know that I'll be using KeyNavigator here; I got that part already. But I AM having trouble with the whole designing part altogether. The house I'm making is rather detailed (as in I have to include the chairs, tables, bookshelves, posters, etc.). Some of the items need to be clickable, as well.
    I already made walls, and I can navigate through the room, but now that I'm putting textures in (and textures in almost each wall need to be different), I'm having trouble! And don't know how to make irregularly-shaped things... Can anyone help me? Like, can someone show me code of even a small room, with (preferably clickable) objects lying around and each wall having posters and stuff on them? Or even programs that can help me? I'm using JCreator now, which, of course, everyone knows, is originally for plain ol' Java.
    Oh, and I have no idea how to keep the user from going through walls...
    I need to finish this by mid-February, and I'm about ready to tear my hair out. I've got tutorials here...but I'm stuck. Maybe I just didn't explore the API enough, but...ARGH. I'm still stuck.
    If you can help me (or even point me to a tutorial that can quickly help me) I will love you forever. Thanks!

    http://dmoz.org/Computers/Software/Graphics/3D/Models/
    might be a good resource
    http://escience.anu.edu.au/lecture/cg/TextureJ3D/printNotes.en.html
    is a tute on texturing
    http://java3d.j3d.org/implementation/collision.html
    are tutes on collisions
    here is code to make a textured plane, you pass the path to the texture in the constructor.
    *      @(#)TexturedPlane.java 1.0 99/08/02 16:06:00
    * Copyright (c) 1996-1999 Sun Microsystems, Inc. All Rights Reserved.
    * Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
    * modify and redistribute this software in source and binary code form,
    * provided that i) this copyright notice and license appear on all copies of
    * the software; and ii) Licensee does not utilize the software in a manner
    * which is disparaging to Sun.
    * This software is provided "AS IS," without a warranty of any kind. ALL
    * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY
    * IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
    * NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS SHALL NOT BE
    * LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
    * OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS
    * LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT,
    * INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
    * CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF
    * OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
    * POSSIBILITY OF SUCH DAMAGES.
    * This software is not designed or intended for use in on-line control of
    * aircraft, air traffic, aircraft navigation or aircraft communications; or in
    * the design, construction, operation or maintenance of any nuclear
    * facility. Licensee represents and warrants that it will not use or
    * redistribute the Software for such purposes.
       A class to create a simple textured plane.
    import com.sun.j3d.utils.image.TextureLoader;
    import NewTextureLoader;
    import javax.media.j3d.*;
    import javax.vecmath.*;
    * TexturedPlane creates a single plane with texture mapping.
      public class TexturedPlane extends Shape3D {
        TexturedPlane(String filename) {
            if (NewTextureLoader.getImageObserver() == null)
                System.out.println("call NewTextureLoader.setImageObserver()");
            this.setGeometry(createGeometry());
            if(filename != "")
                    this.setAppearance(createAppearance(filename));
        Geometry createGeometry(){
            QuadArray plane = new QuadArray(4, GeometryArray.COORDINATES
                                               | GeometryArray.TEXTURE_COORDINATE_2
            Point3f p = new Point3f(-1.0f,  1.0f,  0.0f);
            plane.setCoordinate(0, p);
            p.set(-1.0f, -1.0f,  0.0f);
            plane.setCoordinate(1, p);
            p.set(1.0f, -1.0f,  0.0f);
            plane.setCoordinate(2, p);
            p.set(1.0f,  1.0f,  0.0f);
            plane.setCoordinate(3, p);
            Point2f q = new Point2f( 0.0f,  1.0f);
            plane.setTextureCoordinate(0, q);
            q.set(0.0f, 0.0f);
            plane.setTextureCoordinate(1, q);
            q.set(1.0f, 0.0f);
            plane.setTextureCoordinate(2, q);
            q.set(1.0f, 1.0f);
            plane.setTextureCoordinate(3, q);
            return plane;
        Appearance createAppearance(String filename) {
            Appearance appear = new Appearance();
            System.out.println("TexturedPlane attempt to load file: "+filename);
            TextureLoader loader = new NewTextureLoader(filename);
            ImageComponent2D image = loader.getImage();
            if(image == null) {
                    System.out.println("load failed for texture: "+filename);
            System.out.println("Image width  = " + image.getWidth());
            System.out.println("Image height = " + image.getHeight());
            // can't use parameterless constuctor
            Texture2D texture = new Texture2D(Texture.BASE_LEVEL, Texture.RGBA,
                                              image.getWidth(), image.getHeight());
            texture.setImage(0, image);
            texture.setEnable(true);
            texture.setMagFilter(Texture.NICEST);
            appear.setTexture(texture);
            appear.setTransparencyAttributes(
               new TransparencyAttributes(TransparencyAttributes.FASTEST, 0.1f));
            return appear;
      } // end of TexturedPlane classregards

  • Need help for asynchr. scenario between 4.6c and XI

    Hi,
    I need some help with this.  We are running 4.6c and now I need to talk to XI 3.0 asynchronously.
    I have a situation where I need to send data to an external application.
    So: R/3(4.6c) -> XI -> external application (the application is not in our landscape).
    It's not required for now to get an answer back from the external application so what are my options?
    I want to build my solution around that I will eventually get a response back to be real time but
    for now, the FTP adapter should work fine.  PCK will be implimented in the future to make it real time.
    Just for a test, I tried:
    R/3 -- (RFC Adapter) --> XI --> File adapter ...   but it's crashing in R/3 since R/3 is expecting
    a response back.  If I setup two receivers in XI (one being R/3 and the other the file adapter, then it's crashing in XI saying since I cannot have two receivers for a synchronist request.)
    I was looking to use an ABAP proxy but from what I'm reading, it cannot be used in 4.6c.
    So what are my options? Is it only trough an IDoc that I can communicate out of R/3 to XI if my request don't required a response back?
    Thanks
    Yves

    Hi Yves.
    For a 4.6 R/3 system the only possible options are the RFC adapter and the Idoc adapter.
    The Idoc adapter is used for async processing (no reponse)
    The RFC adapter is used for sync processeing (and will therefore always expect a respons message)
    The File adapter also onlu supports async (no response) processing.
    There are two ways to solve your problem:
    1. Create a Idoc to file scenario
    2. Use the sync to async bridge
    On help.sap.com you can fing documentation on this scenario:
    http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/frameset.htm
    Best regards,
    Alwin

  • Need help for a scenario

    Hi all,
    There are 6 DSOs .Let them be A1,A2,B1,B2,C1,C2.
    I need data union of 2 dsos.
    Means union of A1,A2  and union of B1,B2 and union of C1,C2.A1
    Then I need common records(JOIN) of three sets.All the fields in A1,A2 are not the same.There will be small differences.
    Can anyone suggest the possible ways to approach this scenario.

    Hi,
    You can create 3 DSOs to get the union from two - two DSOs. Meaning your A1 and A2 will feed DSO D1, B1 and B2 will feed DSO D2, similarly C1 and C2 will feed DSO D3. This way you will get Unions in D1, D2 and D3.
    Now to get common data (Joins) from these three DSOs, create an InfoSet based on D1, D2 and D3. This will give you intersection of D1, D2, and D3.
    Hope it helps.
    Regards,
    Yogesh.

  • Need Help: Query Designer

    Hi experts,
    In Query designer, is it possible to create an IF statement for "IRRATIONAL NUMBERS"?
    Lets say 10.03, 1.26, 3.1 and so on...
    The statement would be as follow:
    If Val1==N.x then 0 else Val1.
    To summary, if the value is N.x (N for rational numbers 1,2,3,... and .x for decimal values like .23, .44, .01 and so on...),
    then the value N.x will be changed or converted into "0".
    Example: If the value of FieldA on the report is 10.3, it then should be converted into Zero "0".
    another is if value is 1.03, then the report should show 0 instead of 1.03
    I arrived to a solution wherein I have to create three logic expression.
    First is to convert first the Irrational Number into Zero "0".
    Second is to create new selection in KF wherein it will pull the data containing the converted "N.x to Zero".
    And third is to create the IF statement logic that will satisfy my expected value.
    I'm having this problem on the first one as I have no idea how to convert irrational number into zero "0" value.
    the second and the last part would be fine as my main problem here is how can I convert the irrational number in to zero?
    Any suggestions?

    Hi,
    Please try the below.. Hope this will solve your issue
    Eg. of data
    Dist. Channel  -
    Value
    Dom1----100.5
    exp1----200.4
    dom2---50
    exp2---75
    Expected out put
    Dist. Channel  -
    Value
    Dom1----0
    exp1----0
    dom2---50
    exp2---75
    Steps1
    Drag and drop Dist.Channel in row and value in colum
    create a formula1 using ur kf value 
          CEIL(value)    --- which will provide us integior part with out decimal
    Steps2
    create another fomula2
    using boolean operator compare the value
    (formula2==value)*value
    this formula compare our two values and will produce a boolean value ie 1 or 0
        :  Eg 100.5  ceil(100.5) = 100  Now in our formula1 we are comparing these two values are equal or not ie 100.5 - 100 so out come will be 0 then 0100.5 = 0 always if our condition is true then 1100 = 100
    Related Links :
    Boolean Operator
    http://help.sap.com/saphelp_nw04/helpdata/EN/71/0aec3b6e011341e10000000a114084/frameset.htm
    Thanks
    BVR

  • Need help in designing a shopping cart mall

    Hi guys,
    Can any one help out me in designing the shopping cart mall in servlets, jsp and oracle database. If so reply to me at this id "[email protected]"
    Thanks and Regards
    Madhu Kiran
    9866764834

    MadhuKiran wrote:
    Hi guys,
    Can any one help out me in designing the shopping cart mall in servlets, jsp and oracle database. Nope. And nobody wants to. That's because a few million have already been designed and you're likely not going to improve upon existing shopping cart technology.
    If so reply to me at this id "[email protected]"
    I hope you're prepared for lots and lots of spam!
    Thanks and Regards
    Madhu Kiran
    9866764834Is that your phone number? OMG did you really just post your phone number?! If so, I think that's a first.

  • Need help in designing an  ATM simulation in java

    Hi,
    I've got to design a simulation of an ATM in java(client/server) and if anyone can help me with some coding, it would be nice :)
    I've got to design the interface on the client side and connect it to a database on a remote server. Any codings of an ATM program will be of great help to me. so please give me a little help.. I'm really stuck and it's the first time I'm doing programming in Java.
    Regards
    Roubin.

    go to google.com and type in "ATM simulation in java." There are a number of example of this type of project.

  • Need help in designing VLANS for 20 dept

    I have 1000 nodes for which i am planning a Campus wide network , with 1 Layer three switch, some 15 L2 switches . I have some 20 different departments and need different ip schemes for all of them. I need this with security enabled so that the departments resources are safe. Please do suggest me how can i go for it . . .
    Do suggest what IP scheme i can allot , if one dept is having 60 users and another is having 490 users .
    Thanks in Advance,
    Max

    Hello Sai Krishna,
    first of all you need a classless routing protocol like RIPV2, EIGRP or OSPF so that you can use different subnet masks as needed without wasting ip addresses.
    Then you need to create an address plan that fits all your needs and leave space to grow.
    Likely you will be using private ip addresses as described in RFC 1918.
    For example you can use:
    172.20.0.0/20
    first you divide this space in /23 subnets that are good to host 490 users
    172.20.0.0/23
    172.20.2.0/23
    172.20.14.0/23
    for vlans with 60 users it is wise to leave space for additional hosts if needed in the future so I would use a /25 for them
    let's take
    172.20.12.0/23 further subnetting this with a /25 means moving to the right of two bits and gives four subnets:
    172.20.12.0/25
    172.20.12.128/25
    172.20.13.0/25
    172.20.13.128/25
    this can accomodate 4 subnets/departments.
    I wouldn't use subnets bigger then a /23 because otherwise the broadcast overhead becomes very great.
    Having a multilayer switch you can also think to put the 490 users in two vlans/subnets.
    About the security this depends on the security levels you want to build:
    complete segregation of departments can be achieved with VRF lite (actullay different routing tables for each department).
    Some level of control can be achieved by using ACLs applied on the SVI logical vlans interfaces on the L3 switch.
    Hope to help
    Giuseppe

  • Need help in design login page in struts

    Friends. I am new to struts. I am designing one Login page which works fine. Now i want to add Remember Me option to login page. Help me to do this. Thanks in Advance.

    Try this,
    Action class
    if(event check blah blah) {
                             Cookie usernameCookie = new Cookie("Username", strUserId);
                             usernameCookie.setMaxAge(60 * 60 * 24 * 30);
                             response.addCookie(usernameCookie);
                             Cookie passwordCookie = new Cookie("Password", strPassword);
                             passwordCookie.setMaxAge(60 * 60 * 24 * 30);
                             response.addCookie(passwordCookie);
                             Cookie checkCookie = new Cookie("Check", strCheck);
                             checkCookie.setMaxAge(60 * 60 * 24 * 30);
                             response.addCookie(checkCookie);
                        }else {
                             Cookie usernameCookie = new Cookie("Username", "");
                             response.addCookie(usernameCookie);
                             Cookie passwordCookie = new Cookie("Password", "");
                             response.addCookie(passwordCookie);
                             Cookie checkCookie = new Cookie("Check", eventname);
                             response.addCookie(checkCookie);
                        }in jsp
    <bean:cookie id="uname" name="Username" value=""/>
    <bean:cookie id="pword" name="Password" value=""/>
         <html:text property="UserId" value="<%=uname.getValue() %>"/>
         <html:password property="Password" value="<%=pword.getValue() %>"/>
         <logic:equal value="on" cookie="Check">
              <input type="checkbox" name="CheckBox" checked="checked" >
         </logic:equal>
         <logic:notEqual value="on" cookie="Check">
              <input type="checkbox" name="CheckBox">
         </logic:notEqual>
    <html:submit property="" styleClass="button" ><bean:message key="button.login" /></html:submit>- vignesh

Maybe you are looking for

  • PDF downloads saving to a "WebKitPDFs" folder.

    How do I find this invisible folder? How do I change the download destination preference?d this invisible folder? How do I change the download destination preference?

  • Creating logical host on zone cluster causing SEG fault

    As noted in previous questions, I've got a two node cluster. I am now creating zone clusters on these nodes. I've got two problems that seem to be showing up. I have one working zone cluster with the application up and running with the required resou

  • Custom component  - how to store java Properties object in ucm environment

    Hi Experts, I am developing a custom component. my custom component code is reading a properties file and load in Properties object. Everytime this custom Service is called, properties file is read from file system and new Properties Object is create

  • User entry variable with exclude values

    Hello All, I created a  user entry/ default value variable, which allows multiple single values and is optional entry. And I also got to exclude few values from this infoobject as well as have a variable.  When I select and exclude my value from sels

  • One Controller Multiple Sites

    Is there a guide that can illustrate how this is accomplished. I want to use a common SSID for all the sites but each site will have their own network.