The VM clone with hardcoded values?

Hey guys,.

I have a question. I want to use the following script task:

System.getModule("com.vmware.library.vc.basic").cloneVM (vm,file, "Clone_" + vm.name, "false", "false", thedata store,host,pool, "true")

The workflow works, when I select the values during the execution of the workflow. But I want to have the fat hard-coded in the above string values. How can I for example set the folder "archive" in this string?

Thanks in advance.

Chris

Hello

as said, you must choose your folder in the general tab as your folder attribute value.

Concerning

Tags: VMware

Similar Questions

  • Mapping the recurrent node with static values?

    Hello

    I have a WSDL where I need to complete a recurring field < InputField > several times with different values.

    How can I achieve this in processing or of BPEL assign?

    BPEL transform editor Screenshot http://imageshack.com/a/img33/5030/gte8.png

    My SOAP UI application looks like

    " < = xmlns:soapenv soapenv:Envelope ' http://schemas.xmlsoap.org/SOAP/envelope/ ">

    < soapenv:Header / >

    < soapenv:Body >

    < int:getItem >

    <!-in option: - >

    < arg0 transactionId = ""? "sch:ItemId ="264689">"

    < sch:Username > < / sch:Username >

    < sch:Password > < / sch:Password >

    aaaa-mm-jj < sch:DateFormat > < / sch:DateFormat >

    <!-in option: - >

    .SSS aaaa-mm-jj < sch:DateTimeFormat > < / sch:DateTimeFormat >

    <!-zero or more repetitions: - >

    ID < sch:InputField > < / sch:InputField >

    < sch:InputField > summary < / sch:InputField >

    < sch:InputField > status < / sch:InputField >

    < / arg0 >

    < / int:getItem >

    < / soapenv:Body >

    < / soapenv:Envelope >

    I am just a beginner to start with BPEL, so accept my apologies if this question is fundamental very basic

    Thank you

    Hello

    I do not think that the Mapper will take in charge the creation mode, you need to change your XSLT source view in...

    Simply copy and paste the input fields is installed on SoapUI, adapt to the namespaces... That should do it...

    See you soon,.

    Vlad

  • How to check the page dirty with default values existing in viewObject?

    Hi all

    I use JDeveloper 11.1.1.4.

    I have two pages in my application. I am browsing for page2 page1.

    Before opening page 2 I created new line page 2 notice of object using method 'Create Insert()' with some default values by using the ViewRowImpl class.

    My problem is that I have a button to return to Page 2. If I click the back button, then check the Application module is dirty or not.

    But it always shows AM is dirty due to I'm setting some default values in ViewRowImpl. If I avoid the default values in ViewRowImpl then AM dirty check works fine.

    My Question is how to check the AM (or) dirty Page with default values in the object view?

    My bean Codes:

    Links DCBindingContainer = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    DataControl dc = bindings.findDataControl("AppModuleDataControl");

    ApplicationModuleImpl am = ((ApplicationModuleImpl) dc.getDataProvider ());

    If (am.getDBTransaction (.isDirty (()))

    {

    return "Page is dirty."

    }

    My Jspx Codes:

    < af:commandLink id = "cl6" text = '2 '.
    shortDesc = "Add Row in Page2"
    actionListener = "#{bindings." Action CreateInsert.execute}' = 'Edit' >

    Thank you

    David...

    see this

    http://www.techartifact.com/blogs/2013/11/how-to-check-ifdirty-is-modified-for-view-object.html

    http://www.jobinesh.com/2011/05/checking-for-dirty-data.html

  • DataPump the QUERY parameter with string values? -SOLVED

    All,

    I'm trying to specify a query to the datapump API parameter but can't seem to get my correct single/double quotes so that it can work. I can successfully use the QUERY parameter with something like QUERY = table: '"number_column = 6" ' but NOT with something like QUERY = table:'"string_column ="value"" "

    I tried different versions of the single/double quotes, but all fails with slightly different errors. Someone at - it an example where a string value is used with success?

    Thanks in advance. Oracle 10.2.0.3.0 - AIX 5.3

    So after reading some other reviews on another thread - I tried this and it worked:

    QUERY = table:------"where string_column = 'value\' \' \

    Looks like you have escape all single/double quotation marks for this parameter

    Published by: potter_geek on August 31, 2009 10:47

    Hello

    Use the parameter file or if you run expdp command-line use escape character '-' (backslash) in this case.

    Concerning
    Anurag Tibrewal.

  • Mapping of velocity SoftMotion to move the Solidworks model with actual values

    Hello

    I played with SoftMotion module for a while. I have a few questions which I hope you can help me:

    • In the examples of shipment with LabVIEW SoftMotion, I noticed that speed are in 1000 and acceleration are 10000 units. Is anyway to convert these values into real values (m/s or rad/s)?

    • Y at - it no configutaion I must perform on Solidworks model to emulate the behavior of the actual speed?

    • Y at - it a demo to use SoftMotion with analog sensors (distance or rotation)?

    • Is there a plan to integrate with SoftMotion PID control to improve the design of controller?

    Thank you for your utilities in advance.

    After talking with someone in R & D, I learned that an interaction of SoftMotion with SolidWorks is intended for Visual representation. It is not intended for real simulations that you plan to use. That said, I won't be able to give you more information about how to configure SolidWorks so that it represents the real world conditions.

    To answer your question on the analog sensors, any of our motion crads accepts analog inputs. But, if alerts you mentioned that you receive by the sensors are digital, you can then use those.

    -Mike

  • Pulling on the first line with a value of repetition

    Hello
    We use the Oracle 11.1.

    We have a table of postal codes.

    We have several lines for each zip code because we have different areas that use the same zip code.

    We want to reduce the lines of a line by zip code. But they said use they want to keep the fields that differ (neighborhood of the exodus).

    Then they said "Just take the first value of each."

    This code reduces the postcodes of a line by postal code, but as you can see I replaced the field with the name of the field values.
    SELECT distinct  ZIPCODE, CITY, STATE, COUNTY, AREACODE, 'CITYTYPE', CITYALIASABBREVIATION, 'CITYALIASNAME', LATITUDE, LONGITUDE, TIMEZONE, ELEVATION, COUNTYFIPS, DAYLIGHTSAVING, PREFERREDLASTLINEKEY, CLASSIFICATIONCODE,
               MULTICOUNTY, STATEFIPS, 'CITYSTATEKEY', 'CITYALIASCODE', 'PRIMARYRECORD', CITYMIXEDCASE, 'CITYALIASMIXEDCASE', STATEANSI, COUNTYANSI
        FROM   zip_code
    GROUP BY   ZIPCODE, CITY, STATE, COUNTY, AREACODE, CITYTYPE, CITYALIASABBREVIATION, LATITUDE, LONGITUDE, TIMEZONE, ELEVATION, COUNTYFIPS, DAYLIGHTSAVING, PREFERREDLASTLINEKEY, CLASSIFICATIONCODE, MULTICOUNTY, STATEFIPS,
               CITYALIASCODE, PRIMARYRECORD, CITYMIXEDCASE, STATEANSI, COUNTYANSI
    order by zipcode; 
    How should I take either one record per postal code with the first value in these fields or

    How should I take the first record for each zip code?

    either way works for me.

    Thank you

    Hello

    This is called a Query Top - N , and this is a way to do it:

    WITH     got_r_num     AS
    (
         SELECT     z.*
         ,     ROW_NUMBER () OVER ( PARTITION BY  zipcode
                                   ORDER BY          city
                             ,                ...   -- add tie-breakers here
                           )      AS r_num
         FROM    zip_code
    )
    SELECT     *     -- or list all columns except r_num
    FROM     got_r_num
    WHERE     r_num     = 1
    ;
    

    You can simply use MIN or MAX on the columns, as the line with the name of the minimum city do not lowest have area code or the longitude. The above method preserves the first line of each zip code intact, where the 'first': the first in order of aphabetic by the name of the city. If it is not unique, then you may want breakage to the analytical ORDER BY clause.

    If you are deleting rows, you can use this in a NOT IN subquery. If you copy lines to a new table, you can use the query above in an INSERT statement.

    Published by: Frank Kulash, March 18, 2011 12:40

    I just see Polywog response:

    Pollywog wrote:
    You can use the rank or rownumber function...

    If I understand the problem, you don't want to use RANK in this particular case. When there is equality, GRADE will assign 1 to all the contenders. I think the whole point of this thread is that you exactly want a #1 in each zip code, which is what ROW_NUMBER, but not RANK, guarantees.

  • Displays the text of the dropdown list with bound values

    I don't know it is simple and can be invited at the front (sorry I can't find it).

    If a dropdown bound values, javascript, how interrogate you text displayed field...

    DropdownList1.rawValue returns the bound value, so, how do you get the text?

    Thank you

    or simply DropDownList1.formattedValue;

    Paul

  • Replace the empty column with ZERO values

    Hi experts,

    I'm building a report to display the number of orders per channel / day / hour.

    Since a few days one or several channels may not all orders placed against them in which case my report shows empty values in the report.

    Ideally, I would have zero in these columns rather than an empty cell.

    Sample Qry: -.

    Select
    Channel,
    Count (order_num) County
    Of
    SALES_ORDER

    Pls help!


    Thanks in advance.

    Count always returns 0 if no line found or the actual number based on the found rows. You don't even have to NVL them. I think so
    the problem is in your report layout, in my opinion.

    You run query sqlplus, or Toad or sqldevloper and you can see for yourself that the count is 0.

    See you soon.
    VIN.

  • question submission WSRP and shape with the coming form with null values

    Hi Kevin (kfender)

    We receive of questions of presentation in wsrp running on the mode proxy local to wlp 10.3, both producer and consumer, and portlet pageflow

    We use the portlet publish the url to the file consumer portal which has a proxy portlet that communicates to the producer

    < error > < consumer WSRP > < BEA-420767 > < the cookie [NSC_jqpsubmcfub = c0a8fb680050; expires = sea, 23 / Sep / 09 03:45:53 GMT; path = /] is not valid for a URL request

    Pls let me know if you need more information

    Enjoy all your expert advice

    I'll monitor wsrp soap messages and come back to you again if you need more information

    1. I think that the cookie comes from your other balancer load balancers of apache/WLS as simply use the JSESSIONID cookie.
    2. isolate-session-cookies-for-local-consumer does not change anything.

    1 - Dwlp.resource.proxy.servlet.block.response.headers = true is a good idea if you use resources (e.g. images).

    Nate

  • Mr President, how can I enter two rows at the same time with different default values that only the first line to use see?

    Mr President.

    My worm jdev is 12.2.1

    How to enter two rows at the same time with different default values that only the first line to use see?

    Suppose I have a table with four fields as below

    "DEBIT" VARCHAR2(7) , 
      "DRNAME" VARCHAR2(50),
      "CREDIT" VARCHAR2(7) , 
      "CRNAME" VARCHAR2(50),
    

    Now I want that when I click on a button (create an insert) to create the first line with the default values below

    firstrow.png

    So if I click on the button and then validate the second row with different values is also inserted on commit.

    The value of the second row are like the picture below

    tworows.png

    But the second row should be invisible. It could be achieved by adding vc in the vo.

    The difficult part in my question is therefore, to add the second row with the new default values.

    Because I already added default values in the first row.

    Now how to add second time default values.

    Concerning

    Mr President

    I change the code given by expensive Sameh Nassar and get my results.

    Thanks once again dear Sameh Nassar .

    My code to get my goal is

    First line of code is

        protected void doDML(int operation, TransactionEvent e) {    
    
            if(operation != DML_DELETE)
                 {
                     setAmount(getPurqty().multiply(getUnitpurprice()));
                 } 
    
            if (operation == DML_INSERT )
                       {
                               System.out.println("I am in Insert with vid= " + getVid());
                           insertSecondRowInDatabase(getVid(),getLineitem(),"6010010","SALES TAX PAYABLE",
                            (getPurqty().multiply(getUnitpurprice()).multiply(getStaxrate())).divide(100));      
    
                           }
    
            if(operation == DML_UPDATE)
                              {                                                    
    
                                 System.out.println("I am in Update with vid= " + getVid());
                             updateSecondRowInDatabase(getVid(),
                                 (getPurqty().multiply(getUnitpurprice()).multiply(getStaxrate())).divide(100));      
    
                              }                      
    
            super.doDML(operation, e);
        }
        private void insertSecondRowInDatabase(Object value1, Object value2, Object value3, Object value4, Object value5)
                  {
                    PreparedStatement stat = null;
                    try
                    {
                      String sql = "Insert into vdet (VID,LINEITEM,DEBIT,DRNAME,AMOUNT) values " +
                 "('" + value1 + "','" + value2 + "','" + value3 + "','" + value4 + "','" + value5 + "')";  
    
                      stat = getDBTransaction().createPreparedStatement(sql, 1);
                      stat.executeUpdate();
                    }
                    catch (Exception e)
                    {
                      e.printStackTrace();
                    }
                    finally
                    {
                      try
                      {
                        stat.close();
                      }
                      catch (Exception e)
                      {
                        e.printStackTrace();
                      }
                    }
                  }  
    
                  private void updateSecondRowInDatabase(Object value1, Object value5)
                  {
                    PreparedStatement stat = null;
                    try
                    {
                      String sql = "update vdet set  AMOUNT='"+ value5+"' where VID='" + value1 + "'";                     
    
                      stat = getDBTransaction().createPreparedStatement(sql, 1);  
    
                      stat.executeUpdate();
                    }
                    catch (Exception e)
                    {
                      e.printStackTrace();
                    }
                    finally
                    {
                      try
                      {
                        stat.close();
                      }
                      catch (Exception e)
                      {
                        e.printStackTrace();
                      }
                    }                  
    
                  }
    

    Second line code is inside a bean method

        public void addNewPurchaseVoucher(ActionEvent actionEvent) {
            // Add event code here...
    
            BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
                   DCIteratorBinding dciter = (DCIteratorBinding) bindings.get("VoucherView1Iterator");
                   RowSetIterator rsi = dciter.getRowSetIterator();
                   Row lastRow = rsi.last();
                   int lastRowIndex = rsi.getRangeIndexOf(lastRow);
                   Row newRow = rsi.createRow();
                   newRow.setNewRowState(Row.STATUS_NEW);
                   rsi.insertRowAtRangeIndex(lastRowIndex +1, newRow);
                   rsi.setCurrentRow(newRow);
    
                   BindingContainer bindings1 = BindingContext.getCurrent().getCurrentBindingsEntry();
                   DCIteratorBinding dciter1 = (DCIteratorBinding) bindings1.get("VdetView1Iterator");
                   RowSetIterator rsi1 = dciter1.getRowSetIterator();
                   Row lastRow1 = rsi1.last();
                   int lastRowIndex1 = rsi1.getRangeIndexOf(lastRow1);
                   Row newRow1 = rsi1.createRow();
                   newRow1.setNewRowState(Row.STATUS_NEW);
                   rsi1.insertRowAtRangeIndex(lastRowIndex1 +1, newRow1);
                   rsi1.setCurrentRow(newRow1);
        }
    

    And final saveUpdate method is

        public void saveUpdateButton(ActionEvent actionEvent) {
            // Add event code here...
    
            BindingContainer bindingsBC = BindingContext.getCurrent().getCurrentBindingsEntry();      
    
                   OperationBinding commit = bindingsBC.getOperationBinding("Commit");
                   commit.execute(); 
    
            OperationBinding operationBinding = BindingContext.getCurrent().getCurrentBindingsEntry().getOperationBinding("Commit");
            operationBinding.execute();
            DCIteratorBinding iter = (DCIteratorBinding) BindingContext.getCurrent().getCurrentBindingsEntry().get("VdetView1Iterator");// write iterator name from pageDef.
            iter.getViewObject().executeQuery();  
    
        }
    

    Thanks for all the cooperation to obtain the desired results.

    Concerning

  • cifif in the input box with an image that has a calendar of jscript.

    Hello
    I understand that it is an input box with an image that has a calendar of jscript.

    I want to know why it contains the cfif for and other CF tags

    Please explain

    "(< td > < input name ="dlexpdate"class ="inputbox"type ="text"id ="dlexpdate"value =" < cfif isdefined ("getV.dlexpdate") > #DateFormat(getV.DLExpDate,"mm/dd/yyyy") # < / cfif > "size ="10"maxlength ="10">
    "< input type ="image"src="#request.site.imagePath#/calendar.gif "id ="f_trigger_b"alt =" select date "title =" select date ">
    < script type = "text/javascript" >
    Calendar.Setup ({}
    inputField: "dlexpdate", / / *.
    ifFormat: "% m/%d/%Y."
    showsTime: false,
    button: "f_trigger_b", / / *.
    step: 1
    });
    < /script > < table

    silviasalsa wrote:
    > query getV and there is a column named dlexpdate?
    >
    > Why to look for a query and a column if it is an input box?
    >
    >

    to pre-fill the text box with a value of getV.dlexpdate. If the entry
    box is not empty, but contains a value (a date in this case, I guess).

    --

    Azadi Saryev
    SABAI - Dee.com
    http://www.SABAI-Dee.com

  • Problems updating default_where with date values

    Hello

    I want to update the attribute default_where with date values. the form is initialized, the attribute default_where = Lieferdatum > =: AB2.von AND Lieferdatum < =: AB2. BIS
    Then, I select the query.
    by fireing the trigger when-click of the mouse, I want to select only the witch value content items: Lieferdatum

    declare
    v_bestellnr varchar (200);
    test varchar (200);

    Start

    v_bestellnr: =: k_falschgeladen_vw. Lieferdatum;
    test: = 'LIEFERDATUM =' | v_bestellnr;
    Set_Block_Property ('K_FALSCHGELADEN_VW' test, DEFAULT_WHERE),
    EXECUTE_QUERY;

    end;

    I get the message FRM-40505 query could not be reached

    Paper copy of the formdeveloper http://www.neusob.de/~RobertKoch/dok1-Dateien/image002.jpg

    so, how can I get good value in the default_where attribute

    I hope that the: k_falschgeladen_vw. Lieferdatum is date data type. If so, try the following:

    Set_Block_Property('K_FALSCHGELADEN_VW', DEFAULT_WHERE, 'LIEFERDATUM=TO_DATE(''' || TO_CHAR(:k_falschgeladen_vw.Lieferdatum, 'DD.MM.YYYY') || ''', ''DD.MM.YYYY'')');
    EXECUTE_QUERY;
    
  • How clone a HARD drive and then use the clone with VMware (as well as Windows works!)?

    I have a system where Windows 7 is installed, and I'm doing a clone of her image of HARD drive, I then want to use in my main with VMware PC, so that I can start Windows 7 at the cloned disk.

    I used Ultimate Boot CD v5.1.1 with which HDD I wanted to clone, and I cloned using EaseUs Disk Copy, which comes with Ultimate Boot CD. The source HARD drive was 250 GB in size which had 3 partitions, while the USB HDD I have attached to the system, which was supposed to be the disk of destination/clone, was 320 GB in size. I chose to create a replica, exact and up to 250 GB of data (partitions, etc.) has been copied exactly, and the rest of space was not allocated. I have now connected this USB HDD to my main PC, shot to the top of VMware Workstation 8 and defined a new Virtual Machine and chose to boot from the USB HDD.

    The result is that when Windows starts (from the cloned HDD inside VMware), I get the blue screen error until I get to the login screen.

    How can I change my methodology so that Windows starts even on the clone? I can change the tools I use, etc.

    You can use the usb drive is
    you only need to patch the system a little registry
    to do this, you start the virtual machine with the usb drive in a restore win7 CD, and then follow the instructions I posted here
    http://sanbarrow.com/p2v2008r2.html

    Patching - easy Variant

    This procedure is used when otherwise the VM would start in a kind of bluescreen 7B.
    This means that VMware is the target and that you configure the computer virtual with VirtualHardware type 7.
    It applies only if the virtual disk is configured like this
    scsi0.virtualDev = "lsisas1068".
    scsi0:0. FileName = "imported.vmdk".

    On the platform target start the virtual machine, newly created in the Windows 7 recovery CD.
    After the initialization is complete, click CMD and run regedit.
    Select HKLM, then Menu > file > load hive.
    Navigate to the Windows directory on the virtualdisk > system32\config and select the file SYSTEM.
    When asked for a name enter p2v.
    Then find the key

    HKLM\p2v\ControlSet001\services\LSI_SAS

    and the startup type of the REG_DWORD value 0
    Select HKLM\p2v, and then click Menu > file > unload hive.
    You can now close regedit and restart.
    The next time you start, you can start in the 2008 R2 system. He should find the drivers and probably need to reboot when finished.

  • I have a column with two values, separated by a space, in each line. How to create 2 new columns with the first value in a column, and the second value in another column?

    I have a column with two values, separated by a space, in each line. How do I create 2 new columns with the first value in one column and the second value in another column?

    Add two new columns after than the original with space separated values column.

    Select cell B1 and type (or copy and paste it here) the formula:

    = IF (Len (a1) > 0, LEFT (A1, FIND ("", A1) −1), ' ')

    shortcut for this is:

    B1 = if (Len (a1) > 0, LEFT (A1, FIND ("", A1) −1), ' ')

    C1 = if (Len (a1) > 0, Member SUBSTITUTE (A1, B1 & "", ""), "")

    or

    the formula of the C1 could also be:

    = IF (Len (a1) > 0, RIGHT (A1, LEN (A1) −FIND ("", A1)), "")

    Select cells B1 and C1, copy

    Select cells B1 at the end of the C column, paste

  • align the cells with shared values

    3.6.1 the numbers

    I would like to compare two columns and align the cells, if they are equal. Ideally, I would like to include the adjacent cells in the second column in the alignment.

    Example:

    Run the formula (if possible) to format the following text:

    As follows:

    Hi cnickflight,

    Easy to do by transferring the data to another table.

    Table 1 contains the original data. I reduced the names of fruits to three letter codes to reduce type them, but this does not change the process.

    Column A of table 2 contains a formula that copies the existing data in column A of table 1 and insert null strings when there is no data in the table 1.

    The formula is entered in cell A2 and filled down.

    Table 2::A2: = IF (ROW () −1 > COUNTA (table 1::A),"', SHIFT (table 1::$A$1,ROW()−1,0))))

    Fill until the end of the column.

    Columns B and C contain a VLOOKUP formula. The formula is the same in the two columns, with the exception of the number indicating which column of the table, the returned value must come. The version of 'testing' of the formula in B2 is shown. When filled to the bottom, this formula should copy the names of fruits where they are both on the table 1, in the line that they appear in column A, and display a triangle of error in the lines where there is no name in column B to the one in the column (and in the rows where column A is empty). The error message for each of them should be "VLOOKUP couldn't find the requested value."

    Table 2::B2 (trial version): = VLOOKUP ($A, table 1: $b$ C, 1, FALSE)

    (FALSE appears in the formula as 'exact match' editor)

    If the behavior is as described, add IFERROR before VLOOKUP, and , "") after the closing parenthesis to match the 'final version'. " (See "why two versions? below.)

    2::B2 (final version) of the table: SIERREUR = (VLOOKUP ($A, table 1: $b$ C,1, FALSE),' ')

    2::C2 (final version) of the table: SIERREUR = (VLOOKUP ($A, table 1: $b$ C,2, FALSE),' ')

    Fill both until the end of their respective columns. Results should now be as shown above.

    Note: Why two versions?

    Function SIERREUR is ideal for use as a trap for the error, but it acts on all errors, not only the one you plan to trap. Best practice is to add to this trap only if you are sure that the formula generates other error messages that awaits you and using in this case we know VLOOKUP, who has been charged with finding an "exact match" will throw an error when it does. Function SIERREUR catches this error and puts a string anywhere in the cell, making it appear empty.

    Kind regards

    Barry

Maybe you are looking for

  • Why do I get a user account on each startup control box?

    Whenever I open Firefox, a small window pops up, and the home page will not appear until I'm on the window. It is headed "user account control". A line said: "a program needs your permission to continue". Then he said: "If you started this program, c

  • symbol with a lightning bolt inside iCloud

    What does that mean? I'm guessing he means 'not connected to iCloud' that I can not access my account, but how do I make it connect? So far, I have > turned on the computer and off. > consulted system preferences / icloud - everything seems ok to me

  • HPEnvy-15-u060nz: DRIVERS for HPEnvy-15-u060nz for win7 pro

    Hello I'm downgrading to win 7 pro 8.1 because of the breakdown of the hard drive and too many bugs with 8.1 However, I of fiding problems the proper drivers. If anyone has a solution I would be grateful. Best regards wothan

  • digital output ARM nodes shipped

    I MCB2300 and something more nodes digital output provided (LED 0-7).  I have consulted for additional i/o elementary to the instructions here: http://digital.NI.com/public.nsf/allkb/85DDB6218E7CEEBD8625756D007967CE However, it only provides addition

  • HP Split 13-g210dx x 2 memory update

    I bought the laptop hybrid of Split HP 13-g210dx x 2 and I love it.  I did a lot of research but can't seem to find the right way to improve memory.  I know that this particiular model is able to take 8 GB.  Can someone give me some advice on where t