How to update packages in AUR?

I installed some packages in AUR, But after sometimes,,those packages were updated,, But I don;t know, still use the out of date one .........

Some of the pacman wrappers allow you to {yaourt,packer,etc.,} -syu
Or you could just use pacman to unistall the package and then download the up-to-date PKGBUILD and install/update them that way...
# edit Note to self: improve typing speed...
Last edited by jasonwryan (2010-03-27 23:54:23)

Similar Messages

  • How to install packages use aur?

    I want install dropbox package  and download use tarball done,it save home  dirctory.
    so i follwed by https://wiki.archlinux.org/index.php/Ar … Repository .
    # pacman -S base-devel   is done.  I try to  find build dirctory no have.
      i did make folder but not save it.then do this
    [wasan@arch ~]$ cd ~/builds
    bash: cd: /home/wasan/builds: No such file or directory
    [wasan@arch ~]$ cd builds
    bash: cd: builds: No such file or directory any help thanks.

    wasan wrote:I want  install  google earth  ,libreoffice, drop box in arch. some binery files how to open and install. I try  to open use arc no use, so choose via tarball method .thanks  for answers.
    At a guess, it seems like English might not be your first language. I would recommend you try asking in the Other Languages sub-forum. At least, LibreOffice is in the official repositories, so you shouldn't need to deal with the AUR if you don't want.
    All the best,
    -HG

  • [yaourt] update only packages from aur

    I just switched from my own aur_update script to yaourt, because it handles dependencies.. But how to only update packages from aur?
    Last edited by lessthanjake (2010-01-15 09:37:35)

    Ape wrote:
    Xyne wrote:
    Can you do something like this (assuming yaourt supports pacman's "--needed" flag):
    yaourt -S --needed $(pacman -Qqm)
    If not, you can try bauerbill which does (or at least should) recognize the "--needed" flag.
    That just tries to reinstall (and rebuild as we are talking about AUR) all the AUR packages that are installed. Even the ones that doesn't need any updates.
    Xyne wrote:(assuming yaourt supports pacman's "--needed" flag)
    Obviously it doesn't. You're welcome to try bauerbill, which should do what you want using the code above.

  • [SOLVED] yaourt how to update aur packages

    Hi!
    I got a quick question. I thought that yaourt is able to update old packages installed from Aur automatically.
    So for example I type as usually yaourt -Syu --aur but I noticed it doesn't show AUR packages I can update. Only from core/extra/community
    For example I just typed:
    yaourt yaourt
    1 aur/yaourt 0.9.2.6-1 [0.9.2.5-1 installed] (2406)
    and see that I can update yaourt. I have other packages installed from AUR, how do I know that a newer version is available without checking it manually?
    edit:
    so I am happy to mark it as solved. It wasn't a bug, but it is a way how yaourt works.
    yaourt -Syu --aur shows packages from core/extra/community.
    If I press Y (to install them). It shows a list again with the information how much to download and install and then after pressing "No" to install them, yaourt continues to check AUR packages in this case.
    Julien MISCHKOWITZ, the developer said he could change the behavior
    Thanks everyone for the attention!
    Last edited by ngsupb (2009-08-21 13:15:09)

    shining wrote:yaourt has a bug tracker : http://bugs.archlinux.fr/index/proj3?or … &sort=desc
    Thank you shining. I have opened a ticket there. Lets wait, I hope they can help!

  • Package from AUR failed to install after doing many steps, how to rm?

    How can I see what files have been left on my hard drive after a package failed to install. I can't pacman -Rsu the package because it didnt install, but now i got some other packages that i don't need then. and probably some other stuff while the package was being extracted..
    How can i prevent from leaving a messy trail?

    Yeah gen2ly, i was using yaourt to get a package from AUR.
    I was able to uninstall the extra packages that were uninstalled, but is it possible that when the PKGBUILD failed that it left some random files somewhere? That's what I trully want to know. The other dependancies i have already removed.
    Hey thanks for the info on unzip, Runiq! unzip works miracles!!!! I installed it, and now the front end "File Roller" AKA "Archive Manager" in Gnome can suddenly handle .zip files! It's awesome! no need for p7zip or xarchiver.
    Every newbie or windows transferee should know about it!
    But anyways, is it possible the failed PKGBUILD left files somewhere?

  • How No.of packages in delivery updated?

    hi,
    How No.of packages( Field in Header LIKP-ANZPK.) in delivery item overview screen gets updated?
    Based on which calculation its calculating no of packages?
    Everytime its giving rendom figure for nuber of packages.

    Hi,
    This depends on how you pack your delivery items. This field will be updated only when packing functionality is enabled and the items are packed.
    During packing, you can decide whether all your items can be packed under one pack or how many of your items should be packed in each pack. Based on how you do the packing in the delivery, that many equivalent packages will be created. These packages are also called as Handling Units.
    For example, lets say you have 20 delivery items and you do the packing in such a way that 4 items should get into one pack. This will result in 5 packs. This value will be updated in the field you mentioned.
    Also there are complications to this for multilevel packing. For ex as in previous case, you will have 5packs. But if you again mention that 5such packs should be packed in a bigger carton once again, the values will be updated accordingly.
    Hope this helps you to understand the functionality

  • Packages in AUR

    I just completed the switch to arch of my personal desktop  (great, my new favourite distro BTW), and since I installed a few packages from AUR I was wondering what happens when the PKGBUILD there are updated? I mean how can I know (possibly automatically like pacman -Syu does) that there is a more recent version of pkg X in AUR without checking it regularly?

    erm67 wrote:
    ezzetabi wrote:No, already discussed. :S
    But as far as I understood it will be done.
    Since mine was a fresh install I wanted to take some risks so I modified the orphan perl script from this forum to search all installed packages that where required by another pkg and append "%REASON%\n1" to the end of their desc file in /var/lib/pacman/local/*. It worked, now all packages actually required by some other pkg are marked as installed as dependencies, if I understood well the meaning of %REASON%\n1. I personally dislike the use of non self-descriptive parameter, but as long as the format is documented, I had preferred something like "%REASON%\nManually", "%REASON%\nAuto".
    It shouldn't be difficult to add it as an option to pacman or other package manager.
    I am leaving for a short holiday today, when I am back maybe I will polish the script and post it.
    1) Why would you do such a thing ?
    one example :
    I install mplayer : pacman -S mplayer (because I'm using mplayer on its own), now mplayer is marked as explictly installed
    Later I install acidrip which depends on mplayer : pacman -S acidrip
    mplayer is still marked as explicitly installed, because it was, even though it's now required by acidrip.
    mplayer isn't only useful as a dependency of acidrip, it's also useful on its own.
    2) The %REASON% field isn't a parameter, it's something totally specific to the current text database used by pacman.
    No user has to know how pacman works internally, just like every other programs. And the database format could be totally changed anyway.
    In any cases, it doesn't have to be self descriptive, your suggestion would increase the size of the database for no reason.
    It doesn't have to be documented, because the database isn't supposed to be edited directly by the user, only by pacman.
    It just happens that a database in text format can be easily edited by someone who knows what he's doing, but that's all.
    Edit : What is much more useful imo is the following :
    http://bugs.archlinux.org/task/7193
    which has been fixed.
    Last edited by shining (2007-08-02 13:33:24)

  • How to do package to something in the repo?

    I want to create package to Swfdec.
    It exists in the repo but with old version 0.3.6-1
    How do I do it?
    since I want to do to the last stable and not any development version.

    twold wrote:I didn't consider sending the update to the dev, since they ignored the package for a year. I am not blaming anyone, just trying to make my point. And as I already said in another thread, my package can be easily deleted from the AUR when the new oficial package comes.
    To explain, basically it's against the AUR User Guidelines and creates more work for people who manage the AUR and will confuse end users.  If the software has been out of date for that long, you can do a number of things to help.  Like I said, try emailing the dev directly, post a bug report with the updated PKGBUILD, post to the mailing list and maybe someone else will take over updating that package, etc.  Without making an effort to help improve the situation, you're just duplicating efforts and making the situation more confusing without giving the devs a chance to improve things.  We're all for getting help and user contributions with updating packages, but putting it in the AUR is not the best way to get things done.
    Quote from the AUR User Guidelines:
    When submitting a package, observe the following rules:
    * Check [extra], [current], [unstable], UNSUPPORTED, and [community] for the package. If it is inside any of those repositories in ANY form, DO NOT submit the package (if the current package is broken or is lacking an included feature then please file a bug report in FlySpray).

  • IB:How to update a serial Number which has Inventory Material Transactions?

    Dear friends
    first of all thanks for your time and valuable solutions
    Install base: How to update a serial Number which has Inventory Material Transactions
    problem description:
    Install base > quick search
    Here is Installbase record, when I query from quick search
    Rec#     Item          Item Instance           Serial Number          Status
    1     300-7000-01      3000000           1000XXX-0538JQ0003 Return for Adv Exchange
    2     300-7000-01     8000000               1000XXX-0538JQ0003-     Return for Adv Exchange
    3     300-7000-01     5000000               1000XXX-0538JQ0003-A     Return for Adv Exchange
    looking above data, first and third records are the legitimate serial numbers(correct according to the client specs), second record is not legitimate since it has a dash as suffix, we found there are many illegitimate serial Numbers exists, needs to be updated with the right serial Numbers which I analyzed in excel after pulling data from mtl_material_transactions , oe_order_lines_all , mtl_serial_numbers , mtl_system_items_b
    basically these are all RMAs
    I need to update the second record as 1094SUZ-0538JQ0003-B as per the guidelines, while updating I need to keep all the existing contracts, Warranty, what ever material transations it has, need to be same.
    we have a package updating the serial numbers using IB API (csi_Item_Instance_Pub.update_item_instance) but it is updating only the records which has no serial numbers present for that instance, if there is a serial number already exists it is not working.
    user define error msg "Serial Number 1094SUZ-0538JQ0003- has Inventory Material Transactions. This serial number cannot be used to update an existing Item Instance", but I need to update this anyway!! or am I missing something here, please advice me
    below post looks like similar issue, talks about hard update, I have no clue, by doing that the updated serial number will have same transations, contracts, dates....attached to it like the previous serial number
    IB UPDATE_ITEM_INSTANCE ERROR - doesn't allow ACTIVE_START_DATE to change
    would be great If you guys help me out, really appreciated!!
    unfortunately I couldn't find any solutoin in metalink for the existing serial number update
    code for updating the serial number using IB API
              x_msg_count := 0;
    x_msg_data := '';
    p_instance_rec.instance_id := rec.child_instance_id;
    p_instance_rec.serial_number := rec.child_serial_number;
    p_instance_rec.object_version_number := rec.child_object_number;
    p_txn_rec.transaction_id := Fnd_Api.g_miss_num;
    p_txn_rec.transaction_date := SYSDATE;
    p_txn_rec.source_transaction_date := SYSDATE;
    p_txn_rec.transaction_type_id := 1;
    csi_Item_Instance_Pub.update_item_instance
    p_api_version => 1.0,
    p_commit => Fnd_Api.g_false,
    p_init_msg_list => Fnd_Api.g_false,
    p_validation_level => 1,
    p_instance_rec => p_instance_rec,
    p_ext_attrib_values_tbl => p_ext_attrib_values_tbl,
    p_party_tbl => p_party_tbl,
    p_account_tbl => p_account_tbl,
    p_pricing_attrib_tbl => p_pricing_attrib_tbl,
    p_org_assignments_tbl => p_org_assignments_tbl,
    p_asset_assignment_tbl => p_asset_assignment_tbl,
    p_txn_rec => p_txn_rec,
    x_instance_id_lst => x_instance_id_lst,
    x_return_status => x_return_status,
    x_msg_count => x_msg_count,
    x_msg_data => x_msg_data
    Thanks
    Suri

    Suri
    Used this. May not be perfect but should get you there. Only if the table is registered (all the seeded tables should be registered) this will work.
    select distinct a.table_name,b.column_name from fnd_tables a, fnd_columns b
    where a.table_id=b.table_id
    and upper(b.column_name) like '%SERIAL%'
    Also this is very old one but if you need history for this change add the history insert logic as well..
    DECLARE
    l_return_err VARCHAR2 (80);
    PROCEDURE debug (p_message IN VARCHAR2)
    IS
    BEGIN
    dbms_output.put_line (SUBSTR (p_message, 1, 255));
    END debug;
    BEGIN
    debug('======================================================================');
    debug('Switching from serial number XDT07406. to XDT07406 ');
    debug('======================================================================');
    UPDATE fa_additions_b
    SET serial_number = 'XDT07406'
    WHERE serial_number = 'XDT07406.';
    debug('No of rows in fa_additions_b updated :'||sql%rowcount);
    UPDATE fa_mass_additions
    SET serial_number = 'XDT07406'
    WHERE serial_number = 'XDT07406.';
    debug('No of rows in fa_mass_additions updated :'||sql%rowcount);
    UPDATE rcv_serial_transactions
    SET serial_num = 'XDT07406'
    WHERE serial_num = 'XDT07406.';
    debug('No of rows in rcv_serial_transactions updated :'||sql%rowcount);
    UPDATE mtl_serial_numbers
    SET serial_number = 'XDT07406'
    WHERE serial_number = 'XDT07406.';
    debug('No of rows in mtl_serial_numbers updated :'||sql%rowcount);
    UPDATE mtl_unit_transactions
    SET serial_number = 'XDT07406'
    WHERE serial_number = 'XDT07406.';
    debug('No of rows in mtl_unit_transactions updated :'||sql%rowcount);
    UPDATE csi_item_instances_h
    SET new_serial_number = 'XDT07406'
    WHERE new_serial_number = 'XDT07406.';
    debug('No of rows in csi_item_instances_h updated :'||sql%rowcount);
    UPDATE csi_t_txn_line_details
    SET serial_number = 'XDT07406'
    WHERE serial_number = 'XDT07406.';
    debug('No of rows in csi_t_txn_line_details updated :'||sql%rowcount);
    UPDATE csi_item_instances
    SET serial_number = 'XDT07406'
    WHERE serial_number = 'XDT07406.';
    debug('No of rows in csi_item_instances updated :'||sql%rowcount);
    UPDATE wsh_delivery_details
    SET serial_number = 'XDT07406'
    WHERE serial_number = 'XDT07406.';
    debug('No of rows in wsh_delivery_details updated :'||sql%rowcount);
    debug('======================================================================');
    debug('Switching from serial number jct20591 to JCT20591 ');
    debug('======================================================================');
    UPDATE fa_additions_b
    SET serial_number = 'JCT20591'
    WHERE serial_number = 'jct20591';
    debug('No of rows in fa_additions_b updated :'||sql%rowcount);
    UPDATE fa_mass_additions
    SET serial_number = 'JCT20591'
    WHERE serial_number = 'jct20591';
    debug('No of rows in fa_mass_additions updated :'||sql%rowcount);
    UPDATE rcv_serial_transactions
    SET serial_num = 'JCT20591'
    WHERE serial_num = 'jct20591';
    debug('No of rows in rcv_serial_transactions updated :'||sql%rowcount);
    UPDATE mtl_serial_numbers
    SET serial_number = 'JCT20591'
    WHERE serial_number = 'jct20591';
    debug('No of rows in mtl_serial_numbers updated :'||sql%rowcount);
    UPDATE mtl_unit_transactions
    SET serial_number = 'JCT20591'
    WHERE serial_number = 'jct20591';
    debug('No of rows in mtl_unit_transactions updated :'||sql%rowcount);
    UPDATE csi_item_instances_h
    SET new_serial_number = 'JCT20591'
    WHERE new_serial_number = 'jct20591';
    debug('No of rows in csi_item_instances_h updated :'||sql%rowcount);
    UPDATE csi_t_txn_line_details
    SET serial_number = 'JCT20591'
    WHERE serial_number = 'jct20591';
    debug('No of rows in csi_t_txn_line_details updated :'||sql%rowcount);
    UPDATE csi_item_instances
    SET serial_number = 'JCT20591'
    WHERE serial_number = 'jct20591';
    debug('No of rows in csi_item_instances updated :'||sql%rowcount);
    COMMIT;
    EXCEPTION
    WHEN OTHERS
    THEN
    l_return_err :='Updating in one of the script has this error:'|| substrb(sqlerrm, 1, 55);
    debug('Value of l_return_err='||l_return_err);
    END;
    Thanks
    Nagamohan

  • How to update/change the value of elements in an xml file?

    Hi Everyone,
    Could any one of u tell me how to update the value of elements in an XML file, using java? The reason is i want to use an XML file as a data source (i.e. more or less like a database), without using any RDBMS, for simple applications such as to read a record and update the record. By the way, my XML file will have only one record, such as the current weather information, with fields such as temperature, humdity etc. for 1 city only.
    Thanks in advance.

    Here is a solution how to check a particular value or element name in an xml and update the changes e to an xml.
    Sample.xml
    <URLConstructor>
    <application name="cp_outage">
    <resource>hello</resource>
    <value>val</value>
    </application>
    <application name="cp_outage">
    <resource>hello</resource>
    <value>val</value>
    </application>
    </URLConstructor>
    XMLWriter.java
    package com;
    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.DocumentBuilderFactory;
    import org.jdom.Document;
    import org.jdom.Element;
    import org.jdom.JDOMException;
    import org.jdom.input.DOMBuilder;
    import org.jdom.output.XMLOutputter;
    // used for printing
    import org.apache.xml.serialize.XMLSerializer;
    import org.jdom.output.XMLOutputter;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.OutputStream;
    import java.util.Iterator;
    import java.util.List;
    class XMLWriter{
    public void update(File fileName)
    try {
              DOMBuilder domBuilder=new DOMBuilder();
              Document doc=domBuilder.build(fileName);
              Element element=doc.getRootElement();
              getChildren(element);
              writeToXML(doc,fileName);
              getChildren(element);
    } catch (Exception e) {
    e.printStackTrace();
         * @param doc
         private void writeToXML(Document document,File filePath)
                   XMLOutputter xmloutputter = new XMLOutputter();
                        try
                             FileOutputStream fileOutputStream = new FileOutputStream(filePath);
                             xmloutputter.output(document, fileOutputStream);
                             fileOutputStream.close();
                        catch (FileNotFoundException e)
                             e.printStackTrace();
                        catch (IOException e)
                             e.printStackTrace();
         public void getChildren(Element element)
                        if(!element.hasChildren())
                             return;
                        List childrenList = element.getChildren();
                        Iterator itr=childrenList.iterator();
                        while(itr.hasNext())
                             Element childElement=(Element) itr.next();
                             if(childElement.hasChildren())
                                       getChildren(childElement);
    //                                   System.out.println("Name "+childElement.getName());
    //                                   System.out.println("Value "+childElement.getText());
                                       if(childElement.getText().equals("hello") || (childElement.getName().equals("resource")))
                                            updateInfo(childElement,"New_Resource","AddedText");
         * @param childElement
         * @param string
         * @param string2
         private void updateInfo(Element element, String elementName, String value)
              element.setName(elementName);
              element.setText(value);          
    static public void main(String[] args)
    XMLWriter xmlWriter=new XMLWriter();
    xmlWriter.update(new File("c:/sample.xml"));
    After execution the file will be changed to
    <URLConstructor>
    <application name="cp_outage">
    <New_Resource>AddedText</New_Resource>
    <value>val</value>
    </application>
    <application name="cp_outage">
    <New_Resource>AddedText</New_Resource>
    <value>val</value>
    </application>
    </URLConstructor>
    Regards,
    Maheswar

  • Reg How to Update DeleteFlag Image (Default N)  Value in Table

    Hi Friends,
    I have One Column Delete Button(Style Image) in Advanced Table So Based on That Delete Button Click I need to Update Value in Table(DeleteFlag =Y )
    So How to Update Value in Table(Data Base).
    Select empno,deleteflag from Emp where empno=:1
    I attached this EmpVO to Advance Table So How to update Delete Flag(Y) Value.
    Hint:::::: Iam Using Packages(Pl Sql) And Read Only VO's Only.
    With out Using Package & EOVO Update is Possible In OAF.
    Thanks & Regards
    San

    Okay ,
    Here we go ,
    Step 1 : Select the item in the table ( image) and go to property inspector and select fire action , give some name for Action .
    Step 2 : Capture the above event from your controller class ( ProcessFormRequest () ) and Implement SQL statement
    Use below code :
    Import the followings
    import java.sql.Connection;
    import java.sql.PreparedStatement;
    if ("YourEventID".equals(pageContext.getParameter(EVENT_PARAM))) // replace your event id created above
    Inside if statement Add code to handle sql statement .
    try
    String Query = " "; // write any single SQL statement along with bind parameter inside " " , in your case it should be update statement
    PreparedStatement stmt = conn.prepareStatement(Query);
    stmt.setString(1,Paramtervalue); //set your bind parameter value here ( where clause paramter )
    catch(Exception exception)
    throw new OAException("Error in Staffing Query"+exception, OAException.ERROR);
    Keerthi
    Edited by: keerthioaf on Nov 27, 2012 1:47 AM

  • How to update PL/SQL block/Specs in Repository without cut/paste ?

    (cross-posted in METALINK form also)
    Hello,
    Question: How to quickly update PL/SQL block/specs in a package
    Repository Object Browser? (without cut/paste)
    Tools: Designer 9i, ROB 9.0.2.6
    Detailed description of a problem:
    -- there is no good pl/sql IDE working with ROB
    (JDeveloper can not work with NOT PRIVATE repository workspace)
    -- I use Toad and develop/generate pl/sql object
    directly in database.
    -- I have to synchronize my work with repository as often
    as possible the following way (we do not use read-server model
    because afraid of getting 1000s of atomik func and proc):
    ---- navigate to the pl/sql package
    ---- select properties
    ---- click on pl/sql block - get old code in editor
    ---- copy all new code from Toad into editor
    ---- remove CREATE OR REPLACE and last line
    ---- save
    ---- do the same with specifications
    I am looking for some way to do this with some script or
    one-button click...
    For example, for text files it is possible to use command line
    Repository Tool. But I did not found the possibility to make
    a script like this:
    checkout
    update workarea/container/plsql_definition/package_name/body....
    .....with new_package_body.txt
    checkin
    Thanks in advance for any help/advice,
    Alex V.

    Hi Alex,
    I just had an "Ah! I see!" moment. I now understand why you're having trouble and I can explain things so you can move on... I hope!
    First it's important to understand that Oracle SCM is designed to support versioning of both files and Oracle Designer objects. Designer objects are stored as rows in specially structured tables that support that specific product. When you look at PL/SQL definitions in the RON you're looking at Designer definitions - not files. As I mentioned before, these are not the definitions of 'real' PL/SQL objects in the data dictionary, but definitions used by Designer (from which the real things can be generated - but that's another story).
    If you're using TOAD you should probably avoid accessing the Designer objects. You need to work with files.
    Here's a suggestion for a sequence of operations:
    - In the RON check out & download the file (e.g. mypkg.plb)
    - In TOAD load the package (from DB, or downloaded file), edit, update package in DB
    - In TOAD save as mypkg.plb (overwriting the downloaded copy)
    - IN RON upload mypkg.plb and check in
    If you've not stored the file in Oracle SCM yet, jsut omit the first step.
    You could even automate this to an extent using SQL to query the data dictionary views (e.g. USER_SOURCE) after making changes to get the code and edit/overwrite the file contents that way.
    Does this help at all?
    Keith.

  • 1st package on AUR: ncmpc++

    Hi,
    i just submitted my first package to AUR and would be grateful if some experienced people can take a look at it.
    http://aur.archlinux.org/packages.php?ID=19193
    And btw: how do i handle the arch keyword if i expect the package to run on i686 and x86_64, but can't test it. Just set the one i know it works with and let possible testers set the missing one by themselves (that is what i did)?
    Thanks
    rich_o

    Ghost1227 wrote:First off, have you contacted the contributor (by email)? How long ago? Did he/she reply?
    Yes, like two months ago, no.
    Second, this should have been directed to the AUR General mailing list rather than the forums.
    I'm sorry but it's too much hassle to try to join mailing lists for me, it's like a curse, and I also HATE spam...
    Third, if you've tried contacting the contributor and gotten no response, I would be happy to orphan it for you.
    PLEASE :D
    BTW, would you please also errase this deprecated package?
    http://aur.archlinux.org/packages.php?ID=18183
    Since there are already the next packages:
    - crossover-standard
    - crossover-pro
    - crossover-games
    - crossover-games-unsupported
    That package is actually crossover-standard, and it makes no sense to have to copies of the same lying around you know, it's pretty confusing.
    Last edited by LTSmash (2008-12-06 19:48:28)

  • How to update a particular field in a form.

    Hi Guys,
    I just want to know how to update a paricular field in a form.
    I want to upadate a field in a view BOM_RESOURCES_V
    for that i've a procedure called process_rtg.
    now i want to know how to use that procedure.

    hi,
    check metalink Note:264711.1 on how to use ROUTING BUSINESS OBJECT API
    ( BOM_RTG_PUB.Process_Rtg package)

  • How to update the PHP Class Service back in Flash Builder 4

    I'm not sure if my post title makes any sense or not but let me explain.  I've been working on an application in Flash Builder 4 using the ZendFramework and PHP services and everything is work great. the problem I have is after I make changes to my services PHP class (edit php file that has my functions in it), how to I updated those functions in the Flash builder application?
    For example, I needed to pass a second object into one of my function in my PHP class and after I edited the file and saved it, I don't see the changes in the Flash builder 4 application. Is there a button I can run to update the PHP class back in Flash Builder?
    Thanks,
    John Baranowski

    How do you use Flash Builder to regenerate the code for the same PHP service I connected to prior? When I first connected to the PHP service Flash Builder automatically built a package with all kinds of actionscript functions in it. I added a function to my PHP Class file server side and I need help on how to update the package back in Flex to see my new function. Can anyone help me??
    -John

Maybe you are looking for

  • How do I update my IPad air with contacts from a PC?

    I have a new Air, and the contacts list from my old Ipad are no longer correct. How do I get an updated contact list from my Outlook 2007 to the new Air. Old guy here, so please dial back the tech jargon. Thank you all

  • In full update not getting all records

    Dear BW Masters, I am working with MM module. Iam using standard extract structure 2LIS_02_ACC Iam doing full update. Getting full data 1300 records in to PSA. But getting only 298 in to my ODS. I tried changing fields in to KEY FIELDS AND IN TO DATA

  • Calculated quantity evolution in Query Designer

    Hello, I have a few short questions regarding ways of calculating a quantity evolution key figure in Query Designer: I have a sales figure, let's say an order quantity. I'd like to have it's evolution calculated and displayed (based on another variab

  • Chroma key effect

    Hi All, I am trying without success to use the Chroma Key effect only in part of the frame. Is it possible? Can I draw the borders? Thanks Shaul

  • [svn:fx-4.x] 14242: Merge revision 14153 from the 4.0.0 branch.

    Revision: 14242 Revision: 14242 Author:   [email protected] Date:     2010-02-18 07:18:09 -0800 (Thu, 18 Feb 2010) Log Message: Merge revision 14153 from the 4.0.0 branch. Fix getStyle/setStyle when a module factory is not set and a skin not found RT