Front-end/back-end cluster question

[att1.html]
          

Patrick Power wrote:
          > Thanx for your reply Prasad. I was surprised none of the Bea engineers
          > wished to touch this one. What do you suppose is up with that? Either
          > they are too busy, or possibly my question is too dumb.
          >
          I am from BEA so its not that we are not responding ;).
          >
          > Back to the issue: Yes, we will NES bridge/proxy into servlet front-end
          > cluster, potentially with Directors on the very front of the topology for
          > balancing. Your diagram as such:
          >
          > <Netscape/IIS/Apache/WLS FRONT END> ----- <CLUSTER OF WEBLOGIC SERVER
          > > SERVING SERVLETS> --- <CLUSTER OF WEBLOGIC SERVERS SERVING EJB>
          >
          > 1) Does <Netscape/IIS/Apache/WLS FRONT END> mean NES with proxy shared lib,
          > with a WLS service definition into cluster in obj.conf? I assume yes.
          Yes.
          >
          > 2) I would assume that <CLUSTER OF WEBLOGIC SERVERS SERVING SERVLETS> would
          > need the WLS HttpClusterServlet to the <CLUSTER OF WEBLOGIC SERVERS SERVING
          > EJB> all the way in the back.
          No. I was splitting presentation logic (namely servlets and jsp) and business
          logic (ejb) into two layers. Again you don't have to split it into two. You can
          colocate them both together. You could use NES or IIS or Apache or WLS. You
          don't need HttpClusterServlet.
          Lets get this straight.
          1. You need our proxy plugin for failover and to load balance the request that
          are going to presentation logic.
          2. From presentation logic layer, when you talk to backend business logic
          providers (like ejb cluster), if you use stateless session beans we provide
          failover and load balancing. In future we will support clustered stateful
          session beans as well. Therefore you don't need load balancer here.
          3. HttpClusterServlet should run only in front of presentation logic cluster and
          also it supports http only.
          Hope this helps.
          - Prasad
          > The NES proxy would only proxy into the f/e
          > cluster, right? You're not suggesting an external proxy of some type, are
          > you? The HttpClusterServlet is for WLS cluster-to-cluster proxies.
          > 3) A load balancer between the wls f/e and wls b/e clusters? That doesn't
          > seem applicable here. Once again, it should be HttpClusterServlet for WLS
          > cluster-to-cluster proxies.
          > 4) "use two or three proxy servers to avoid single point of failure."
          > Hmmm, once again - are we talking the WLS HttpClusterServlet proxy? Well,
          > that's the inital question: Can I have more than one HttpClusterServlet
          > proxy in the front-end cluster, proxying to the back-end cluster?
          > Otherwise, internally from this WLS architecture perspective, it is a single
          > point of failure.
          >
          > An example: 10 instances in f/e cluster. can more than one of these
          > instances have the WLS HttpClusterServlet proxy to the b/e cluster? Or, are
          > there instances of WLS HttpClusterServlet proxy in all 10 f/e cluster
          > instances?
          >
          > Cheers, Pat
          >
          > Prasad Peddada <[email protected]> wrote in message
          > news:[email protected]...
          > >
          > >
          > > Patrick Power wrote:
          > >
          > > > I know that this topic was addressed to some degree here in an earlier
          > > > posting, but I still have a question regarding the architecture
          > > > design:
          > > >
          > > > If configuring a front-end cluster for servlets/sessions and a
          > > > back-end cluster for remote services -- you route requests to the
          > > > back-end using the WLS proxy servlet. ok, got that part.
          > >
          > > Not quite. The typical scenario is
          > >
          > > <Netscape/IIS/Apache/WLS FRONT END> ----- <CLUSTER OF WEBLOGIC SERVER
          > > SERVING SERVLETS> --- <CLUSTER OF WEBLOGIC SERVERS SERVING EJB>
          > >
          > > You don't proxy and serve servlets from the same server.
          > >
          > > >
          > > > The question: Is there a single instance of the wls proxy servlet in
          > > > the front-end cluster? Or, is it on every instance in the front-end
          > > > cluster? What is the failover mechanism, in the case of a single
          > > > instance of proxy servlet in the f-e cluster failing?
          > >
          > > To prevent that you need to use some kind of h/w or software load
          > > balancer and then use two or three proxy servers to avoid single point
          > > of failure.
          > >
          > > > Is it a single point of failure between the 2 clusters?
          > > >
          > > > Thanx in advance for your help.
          > > >
          > > > BTW, I think Wei, Kumar and the other Bea folks cruising this group
          > > > have been doing a bang-up job of providing badly-needed detail on this
          > > > subject area - material this largely absent from the documentation.
          > > > Good job.
          > > >
          > > >
          > >
          > > --
          > > Cheers
          > >
          > > - Prasad
          > >
          > >
          

Similar Messages

  • Problem with CRM 2011 web front end cluster

    Hi.
    We have a CRM 2011 (RU17) environment with a SQL DB server and 2 web front end CRM server in a cluster.
    Since few days (about 10) it seems that one of the 2 nodes is not working, and since yesterday many users report access problems when calling the application by cluster name - as usual since we deployed CRM 1 year ago.
    I tried myself, and I can run the application by cluster name without problems. If it try the separate notes addresses, one of them works, the other doesn't.
    I checked the 2 web front end servers, and are (or seem) both properly configured, with all patches installed.
    Following the information I got from Event viewer. Any suggestion welcomed!
    Many thanks and Best regards
    On the 'faulty' server I have different errors at event viewer level:
    Faulting application name: Microsoft.Crm.Sandbox.HostService.exe, version: 5.0.9690.4150, time stamp: 0x53559982
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1677
    Exception code: 0xe0434352
    Fault offset: 0x000000000000940d
    Faulting process id: 0x6f8
    Faulting application start time: 0x01cf8f93aa9a7ff8
    Faulting application path: C:\PROGRA~1\MICROS~4\Server\bin\Microsoft.Crm.Sandbox.HostService.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: f5019a68-fb86-11e3-9f21-005056853970
    Application: Microsoft.Crm.Sandbox.HostService.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.Runtime.InteropServices.COMException
    Stack:
       at Microsoft.Crm.Sandbox.HostService.InitializeThreadProc(System.Object)
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    The Sandbox Host service has encountered an unexpected error and has stopped.
     Source: Microsoft.Crm.Sandbox.HostService.exe (1784)
     Error: System.Runtime.InteropServices.COMException (0x8007203A): The server is not operational.
       at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
       at System.DirectoryServices.DirectoryEntry.Bind()
       at System.DirectoryServices.DirectoryEntry.get_AdsObject()
       at System.DirectoryServices.PropertyValueCollection.PopulateList()
       at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName)
       at System.DirectoryServices.PropertyCollection.get_Item(String propertyName)
       at Microsoft.Crm.SecurityUtils.GetSidFromAD(Guid objectGuid)
       at Microsoft.Crm.Sandbox.SandboxHost.SetPrivilegeUserGroupId(Guid privilegeUserGroupId)
       at Microsoft.Crm.Sandbox.HostService.InitializeThreadProc(Object stateInfo)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    On the 'running' server event viewer I only have one error, related to mail router:
    #23379 - Could not verify the version of Microsoft Dynamics CRM at http://alkcg106.d30.intra:5555/AkzoNobelIndustrialCoatings. There was no endpoint listening at http://alkcg106:5555/AkzoNobelIndustrialCoatings/XRMServices/2011/Organization.svc that could
    accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

    Apologize for not having indicated here the resolotion I got thanks to MS support...
    We enabled the trace and we got
    a http error page stating maxQueryStringLength was insufficient. We changed the maxQueryStringLength and QueryString values in the CRM web.config value to 10240.
    We also noticed an error related to the DC being unavailable. We checked in the CRM registry hive and see in the non-working server you had a PreferredDc key pointing to “AMDNAD”. On pinging
    AMDNAD we see it is not reachable. We removed the PreferredDc key and after iisreset we can navigate to crm.

  • Front end and back end questions

    Hi,
    If I want to develop a web base SOA application by using Jcaps, I have several question want to ask.
    1.) In the front end, if i create the page by using eVision to create the page
    flow and the page layout, how can I match the fields of the page (such
    as the username, email, tel no... with the back end web services?
    2.) Does the flow of the front end web pages are control by the page flow in
    eVision? When will the eVision supported AJAX or JSF?
    3.) What is the use of the eInsight Business process manager, does it
    control all the back end flow, such as the flow of each web services?
    Does Jcaps has the Bpel engine to control the flow of web services?
    4.) I know that in JBoss, there is a jBPM server to control the flow of the front
    end pages, does JCAPS has this kind of server?
    5.) If i want to connect to the Database? I know that there is a eTL to extract
    the data from the database, it is true? Or do u recommend to connect the
    database directly through the web services by using JDBC or other
    framework as well?
    6.) If I have an existing application that is developed by .Net (With no web
    services). How can i integrate with other systems? What can I do in order
    to reuse the system? Or what Jcaps can do in this manner?
    Thanks for you reply! ^ ^

    Generally, back-end would consist of the taks associated with configuration of data targets (ODS, Cubes), working with extractors, mapping data to the data targets, writing transfer/start rtn/update rules, and creating Infopkgs/ Process Chains.
    Front-end deals with the use of the BW - writing queries, workbooks, web (although I think some of the infrastructure aspects of web reporting. e.g. javascript/templates might really could be considered backend).  Think of Front-end as all of the client/customer/user facing components.

  • Upgrade to SAP BPC 7.0 with cluster system (Front-End & Back-End)

    Hello,
    I have to do an upgrade document about an outlooksoft 5.0 SP2 to SAP BPC 7.0 SP4 in a cluster system.
    It has 2 front-ends (IIS cluster windows) & 2 back-ends (SQL Cluster).
    We are going to do first the migration in 1 node, and then in another. The first upgrade in the first node I understand. I uninstall outlookdoft 5.0, install SAP BPC 7.0 SP4 and then restore the backup of the Appset, and do the posts upgrade action of the Dimension TIME.
    But in the second, what do we do??? I uninstall outlookdoft 5.0, install SAP BPC 7.0 SP4 and then what??? Do I have to restore the backup of the Appset again???
    I need help.
    Best regards.
    Pablo Mortera.

    Hello,
        On the second cluster node, you have only to install the software, nothing related to the appset. If you alreay run the migration stepts for the appset, all the information are into daatbase and file server.
       However, the normal behaviour is to make the installation on the both nodes, make the basic tests to validate the installation and then proceed with the appset migration.
    Best regards,
    Mihaela

  • Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this

    Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this is indeed possible?

    This forum thread appears to point towards the problem.
    Re: Unable to Switch Audio Sync Settings

  • TMG2010 - Front-End (DMZ) / Back-End (Internal) - Reverse Publishing. Exchange 2010

    Hey Guys,
    I need some help conceptually understanding how TMG2010 is used in a front-end back end scenario. For Example:
    1) The client would have TMG2010 in the DMZ
    2) The client would have TMG2010 in the Internal Network.
    3) The client would have multiple Network Cards (2-Leg's) on each of the TMG boxes
    My question is definitely design related so my apologies if its a little confusing. Would the correct way of setting up TMG securely be the way i have described? If so how would you set the Auth type? Do you know of any design documents that cover my scenario?
    What i am really confused about is the Authentication Type for each of the TMG servers (Front-End, Back-End) and if those servers would both be joined to the domain or not. 
    Thanks,
    Robert
    Robert

    Hi Robert,
    Various way to do it however below are one method of Doing it.
    Internal TMG
    Internal TMG can be joined to Domain
    Two LEG TMG
    Once NIC connected to Internal network Switch
    Other NIC Connected to DMZ Switch ( Which Routes Traffic to External TMG internal Interface )
    External
    Workgroup
    One NIC connecting to internet Router
    Other NIC connecting to DMZ switch
    Network relationship can be NAT between TMG, You can use the Internal TMG as Proxy / Web Publishing / Server Publishing etc. Use the External TMG as plain firewall and to NAT Internet Inbound Request to back end Firewall External Interface IP address. Malware
    / NIS can be enabled as per your requirement on any one of the TMG.
    Additional to It
     You can Configure one More LEG a third Interface on Both TMG
    Configure External DMZ on the Third Interface on External TMG. External DMZ will be only Internet Facing
    Configure Internal DMZ on the Third Interface of Internal TMG. You can Use it as Inside DMZ.
    Hope this helps
    Thanks for the response. But what about the Authentication? How would that be setup? I am still unclear on that part of it. For Example:
    In my lab i have the following:
    1) Single Armed TMG server
    2) Auth set to NTLM/Integrated on both TMG and Exchange (OWA). Other Auth settings for other exchange services
    3) Single Listener, SSO Across AD Sites
    4) TMG is only providing Reverse Publishing, no other network security services.
    If I added another TMG server as a front end how would i configure the Authentication for the above scenario?
    Thanks,
    Robert
    Robert

  • What is BW Front-end and Whats BW Back-end? Technica ? Functional?

    Hi Gurus,
    Can some one throw light on the diff between a BW Front-end and BW BAck-end? How will u diff the responsibilities of a Functional BW Consultant and Technical BW Consultant?
    thanks
    kishore karnati

    Hi,
    BW Front end is the one that deals with reporting. Eg: BEx
    BW back end is the one that deals with the components that stores data which is used for the reporting purpose.
    Eg: R3
    Functional consultant comes into picture when there is a need to understand the functional aspects of a requirement, say for example, you have a requirement to use Sales Order in your BW application, as a pure BW person, you wont know what a Sales Order is about. A functional consultant has the ability here to map the sales order requirement in the BW application. This means that, he knows what field and what table this sales order relates to. This way, a functional consultant maps the user requirements to the technical detail in the system.
    A pure BW consultant is one who knows how to setup data extraction from source system , how to build various components in a BW system, how to schedule a load, how to troubleshoot in case of any issues in the BW application.
    Hope this helps..
    Assign points if this helps...
    Thanks,
    Raj

  • Authentication with UME separation of front end and back end

    My webdynpro project has 2 application. One for Admin one for Rating.
    Is it possible to create a java class at Webdynpro level and share it between the 2 applications?
    Why the need?
    Created a custom class (lets called it CommonEJB), to point to the right pages and set of UI controls after the initial login with UME. This class utilizes the IWDClientUser.getSAPUset() method to get IUser object.
    If it is not possible to create a java class at Webdynpro, then this ejb will need to be deployed to the backend.
    Putting it at the backend is not good as security wise, its always better to separate the authentication between front and back end.
    Any ideas/solutions?
    thanks

    s0003358504
    au-?Krup
    LDAP
    ==============================================
    Computer Associates Int'l  [eTrust Directory]  
    Critical Path  [CP Directory Server (CP DS)]  
    Microsoft  [Windows 2000 Active Directory Server]  
    Microsoft  [Windows 2003 Server - Active Directory]  
    Netscape Communications  [Netscape Directory Server]   
    Novell  [DirXML Driver for User Management]  
    Novell  [Novell DirXML Driver for SAP HR/PA]  
    Novell  [Novell eDirectory]  
    Oracle Deutschland  [Oracle Internet Directory (OID)]  
    Siemens  [DirX Directory Server]  
    Siemens  [DirX Extranet Edition]  
    Sun Microsystems  [Sun Java System Directory Server] 
    •     Test Objectives
    •     Testing Scope
    •     Test Approach
    •     Test Environment
    •     Test Data
    •     Entry / Exit Criteria
    •     Risks
    •     Schedule and Resources
    •     SIT Deliverables
    •     Test Planning Source Documents
    Well, i wish to create a java class that can separate the view areas depending on their login.
    lets say you're a manager, u can see certain views. and if you're a supervisor u see another. This is achieved using the java class with information from getSAPUser() position. After retrieving the position, using the java class will programmatically assigned the appropriate views, buttons, tabs etc.
    so this class need to in front end, and not back end. problem is we have 2 application.
    if the class is created front end in one application can it be shared with another.

  • Regarding connection between front end HTML and back end SQL 7.0

    Hi!!
    I am working on the project 'ERM'. I have designed 12 forms using HTML. Can u please give me brief idea how to establish the connection between a back end and front end i.e. between HTML and SQL 7.0. If possible can u provide me the source code for the same.
    I will be very thankful to you.
    Thanks,
    Jigar.

    Read up about multi-tier applications.
    You need servlet and JSPs for the server-side presentation layer, some classes for the business logic, and some mor for the persistence layer either using JDBC or some framework like Hibernate.

  • Error While returning CLOB back to Front End Application

    Hi All,
    I have stored procedure which generate XML CLOB and returns CLOB back to front end application.
    But when my CLOB exceeds some limit the front end application is not able get the CLOB.
    Following is the error i am getting.
    Procedure call to stored procedure
    _len number;
    l_buf VARCHAR2(32767);
    v_ret_clob CLOB:=' ';
    begin
    Orcl_Proc_Ctrl_4_Xml.EXECUTE_CONTROL(v_clob,v_ret_clob);
    l_len := dbms_lob.getlength(v_ret_clob);
    dbms_output.put_line('the return size OF CLOB------> '||l_len);
    dbms_lob.read(v_ret_clob, l_len, 1, l_buf);
    virsa_dbms_output(l_buf,100);
    end;
    Error Output
    the return size OF CLOB------> 113906
    BEGIN test_oraact1019; END;
    ERROR at line 1:
    ORA-21560: argument 2 is null, invalid, or out of range
    ORA-06512: at "SYS.DBMS_LOB", line 715
    ORA-06512: at "APPS.TEST_ORAACT1019", line 16
    ORA-06512: at line 1
    I am able to get the Size of CLOB but when i try give back to Front end application it is not properly passing CLOB.
    Any help on this.
    Thanks in advance
    Prashant

    Please also post this in the XML DB forum:
    XML DB

  • Design Question: Can I use Rest-CsPoolRegisterState command in order start Front End Service when Quorum is lost and less than 85% of FES are available?

    Hi, 
    Assuming below setup for Enterprise edition Lync 2013
    Single Pool Stretched architecture with 4 FES servers
    Site A Data Center
    Site B Data Center
    FES
    2
    2
    SQL
    1 Primary
    1 Mirror
    Fact: In a situation when we lose network connectivity to Site A DC, and due to less than 50% FES servers, Quorum will be lost and as a result Front End Service will stop after 5 minutes. 
    The question is, would I be able to do a manual intervention by using this command
    Reset-CsPoolRegistrarState –PoolFqdn <pool name fqdn> –ResetType QuorumLossRecovery , and start FES with just 2 FES servers in Site B DC and 1 SQL
    Server?
    The reason I am asking this question is because it is mentioned in one of the Lync manuals that at least 85% of the servers must be available to recover once the Quorum has lost. The same manual also mentions to use above
    mentioned command in order to recover from Quorum Loss despite the fact that the lost FES servers are still not available.
    Thanks in Advance

    Hi,
    In Lync server 2013 Stretched pools are not supported for the Front End, Edge, Mediation, and Director server roles. It need two Lync pools.
    If one pool fail to connect, An administrator can declare an emergency and fail over the pool to the backup pool.  That is done by using the:
    Invoke-CsPoolFailover –PoolFQDN <Pool fqdn> –DisasterMode –Verbose
    More details:
    http://blog.avtex.com/2012/07/26/understanding-lync-2013-server-failover/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information
    found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • When i press back from status bar - it hanged, BI 7.0 Front end:7100...27

    Dear all,
    when i press back from cube data display , i cant get previous screen, have to do stop transcation,
    my front end ver:7100.1.0.1027 and patech level 0, should i install patch level 1,
    OR is there any not avialable for fix that,
    and find is also not efficient in nw 7.0.
    Best regards,
    dushyant.

    Using the BI 7.x Add-On for SAP GUI 7.10 - Requirements

  • BI Front end & Back end Activities

    Hi BW/BI gurus,
    Can some one enlighten me what are the front end & back end activities to be highlighted  for taking a  BW/BI Consultant’s position/interview in the US.
    Regards
    Chandu

    Hi,
    I think you are asking about the Roles and responsibilities of a
    BW consultant. It differs based on the project (support, implementation, upgrade, etc)
    BW_ROLES_SKILLS
    http://help.sap.com/bp_biv335/BI_EN/documentation/BW_ROLES_SKILLS.doc
    Roles and Responsibilities of SAP BW Consultant
    production support  
    https://forums.sdn.sap.com/click.jspa?searchID=10063267&messageID=3785914
    Role of Developer in Implementation
    BI Technical/functional
    Hope this helps.
    Thanks,
    JituK

  • Java Front End, PHP Back End

    Hi all, I am trying to create a java front end with a php back end. Using a tip from Core Java Technologies Tech Tips (http://java.sun.com/developer/JDCTechTips/2004/tt0210.html#2). I tried to convert their code from a command line to a GUI and have gotten preaty far but it is only allowing me to get one row of data from the php file. Here is my code so far:
    package test;
    import java.net.URL;
    import java.net.MalformedURLException;
    import java.net.URLConnection;
    import java.io.IOException;
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    * @author bdeonline
    public class test extends javax.swing.JFrame {
    private static URLConnection connection;
    private String inputLine;
    private static void connect( String urlString ) {
    try {
    URL url = new URL(urlString);
    connection = url.openConnection();
    } catch (MalformedURLException e){
    } catch (IOException e) {
    private String readContents() {
    BufferedReader in = null;
    try {
    in = new BufferedReader(
    new InputStreamReader(
    connection.getInputStream()));
    String inputLine;
    while (
    (inputLine = in.readLine()) != null) {
    return(inputLine);
    } catch (IOException e) {
    return inputLine;
    /** Creates new form test */
    public test() {
    initComponents();
    /** This method is called from within the constructor to
    * initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is
    * always regenerated by the Form Editor.
    private void initComponents() {
    jButton1 = new javax.swing.JButton();
    jScrollPane1 = new javax.swing.JScrollPane();
    jTextArea1 = new javax.swing.JTextArea();
    addWindowListener(new java.awt.event.WindowAdapter() {
    public void windowClosing(java.awt.event.WindowEvent evt) {
    exitForm(evt);
    jButton1.setText("jButton1");
    jButton1.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jButton1ActionPerformed(evt);
    getContentPane().add(jButton1, java.awt.BorderLayout.SOUTH);
    jScrollPane1.setViewportView(jTextArea1);
    getContentPane().add(jScrollPane1, java.awt.BorderLayout.CENTER);
    pack();
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
    connect("http://localhost/test.php");
    jTextArea1.setText(readContents());
    /** Exit the Application */
    private void exitForm(java.awt.event.WindowEvent evt) {
    System.exit(0);
    * @param args the command line arguments
    public static void main(String args[]) {
    new test().show();
    // Variables declaration - do not modify
    private javax.swing.JButton jButton1;
    private javax.swing.JScrollPane jScrollPane1;
    private javax.swing.JTextArea jTextArea1;
    // End of variables declaration
    I am preaty new at java, I know PHP preaty well though so something like this could help me out alot. Most of this code was generated with the help of Netbeans.

    I dont see why it would unles it has something to do with your URLConnection being static. setText() is only going to give you one line as well. try
    jTextArea.append(inputLine);
    and make only one declairation of inputLine.
    The only thing that should be static in your code is the main method.

  • Front-end and back-end

    Hi experts,
    My client is having an integration with a Warehouse Management System. Obviously, SAP Business One is going to be back-end. Our job is to suck in all the transactions occurred from the front-end system. Here is the requirement and the problem, a Credit Note based on an A/R Invoice. It can be done manually by putting in the BaseEntry, BaseLine and BaseType in the credit note document lines template. Common sense, who the hell is going to do that, not the users.
    Data is extracted from WMS system into .txt file(tab delimited).The WMS consultant is refused to generate 3 new columns to indicate BaseEntry, BaseLine and BaseType which are not making any sense as they are front-end system(not accounting). I would like to know how can we(SAP) know the BaseEntry, BaseType and BaseLine during migration?
    Please advice.
    Thank you.
    Regards,
    Lim Tou Lead

    Hi!
    Why your front end system doesn't having any link between its AR invoice and Credit Note ?
    If its there use that as a tracking mech.
    Also, if you planned to go with SAP DTW, you can't get the BaseType,Num... You need to write a SDK import which should extract the details (Baseref,type) with the help of the refrence from front end system

Maybe you are looking for

  • STO Stock Transfer Order with HU (Handling Units) - Error Hugeneral 319

    Hello, We implemented a Stock Transfer Order process with the following details: MM side - PO is type NB, supplier is F_8001; - In table T001W, supplier F_8001 is assigned to plant 80GP; - WERKS = 40TV and LGORT = 41P in all PO items; - In each item,

  • Cannot install itunes on windows v8.1 64 bit

    Cannot install iTunes on Windows v8.1 64 bit.

  • SFTP FCC module parameters

    Dear Experts, kindly provide the module parameters to convert CSV to xml messages in SFTP adapter. please find the below my falt structure. ENUMBER,ENAME,SAL,LAST_NAME,FIRST_NAME 1234         , srinu    , 10lac , p,srinu 2344        ,   reee   , 2 la

  • Aperture 3 with Library on a network Disk

    Please, someone who have buy the full version, could tell me if Aperture 3 works with a library on the network disk. Because with the trial version it's impossible. Thanks for our reply.

  • Infoobjects for flatfile

    Hi All, I have to load data from a flat file. I am trying to find the stadard infoobjects which I can use to build my ODS and cube to store this data. I have managed to find some but with diff lengths i.e longer than the field size. For ex: the Mater