Oracle forms6i- graph demo (urgent)

Hi,
Can any body send me the Graph Demo in forms. very urgent.

duplicate Re: using graphic bulder(urgent)

Similar Messages

  • Oracle Forms6i Query Performance issue - Urgent

    Hi All,
    I'm using oracle forms6i and Oracle DB 9i.
    I'm facing the performance issue in query forms.
    In detail block form taking long time to load the data.
    Form contains 2 non data blocks
    1.HDR - 3 input parameters
    2.DETAILS - Grid - Details
    HDR input fields
    1.Company Code
    2.Company ACccount No
    3.Customer Name
    Details Grid is displayed the details.
    Here there are 2 tables involved
    1.Table1 - 1 crore records
    2.Table2 - 4 crore records
    In form procedure one cursor bulid and fetch is done directly and assign the values to form block fields.
    Below i've pasted the query
    SELECT
    t1.entry_dt,
    t2.authoriser_code,
    t1.company_code,
    t1.company_ac_no
    initcap(t1.customer_name) cust_name,
    t2.agreement_no
    t1.customer_id
    FROM
    table1 t1,
    table2 t2
    WHERE
    (t2.trans_no = t1.trans_no or t2.temp_trans_no = t1.trans_no)
    AND t1.company_code = nvl(:hdr.l_company_code,t1.company_code)
    AND t1.company_ac_no = nvl(:hdr.l_company_ac_no,t1.company_ac_no)
    AND lower(t1.customer_name) LIKE lower(nvl('%'||:hdr.l_customer_name||'%' ,t1.customer_name))
    GROUP BY
    t2.authoriser_code,
    t1.company_code,
    t1.company_ac_no,
    t1.customer_name,
    t2.agreement_no,
    t1.customer_id;
    Where Clause Analysis
    1.Condition 1 OR operator (In table2 two different columbs are compared with one column in table)
    2.Like Operator
    3.All the columns has index but not used properly always full table scan
    4.NVL chk
    5.If i run the qry in backend means coming little fast,front end very slow
    Input Parameter - Query retrival data - limit
    Only compnay code means record count will be 50 - 500 records -
    Only compnay code and comp ac number means record count will be 1-5
    Only compnay code,omp ac number and customer name means record count will be 1 - 5 records
    I have tried following ways
    1.Split the query using UNIOIN (OR clause seaparted) - Nested loops COST 850 , Nested loops COST 750 - index by row id - cost is 160 ,index by row id - cost is 152 full table access.................................
    2.Dynamic SQL build - 'DBMS_SQL.DEFINE COLUMN .....
    3.Given onlu one input parameter - Nested loops COST 780 , Nested loops COST 780 - index by row id - cost is 148 ,index by row id - cost is 152 full table access.................................
    Still im facing the same issue.
    Please help me out on this.
    Thanks and Regards,
    Oracle1001

    Sudhakar P wrote:
    the below query its take more than one minute while updating the records through pro*c.
    Execute 562238 161.03 174.15 7 3932677 2274833 562238Hi Sudhakar,
    If the database is capable of executing 562,238 update statements in one minute, then that's pretty good, don't you think.
    Your real problem is in the application code which probably looks something like this in pseudocode:
    for i in (some set containing 562,238 rows)
    loop
      <your update statement with all the bind variables>
    end loop;If you transform your code to do a single update statement, you'll gain a lot of seconds.
    Regards,
    Rob.

  • How to create menus in oracle forms6i?

    hello all,
    I want to create menu option in oracle forms6i..Is it possible? then how to create menus in a frame? pls help me..
    USER MANAGEMENT-------------->this is main menu.under this i want following
    --------->1.ADD USER
    ---------->2.EDIT USER
    ----------->3.DROP USER

    Hi Balraj
    Try to read this & implement it
    http://dbaforums.org/oracle/index.php?showtopic=2031
    u have also menu FREE sample as Demo Forms6i pls down load
    http://www.oracle.com/technology/sample_code/products/forms/6idemos.html
    Or download it directly as in this Thread Francois posted Directly...
    Forms6 : default menus menudef.mmb and menudefs.mmb
    Regards,
    Abdetu...
    Edited by: Abdetu on Jan 23, 2011 11:31 PM

  • Oracle Fusion Order Demo Application

    Hi,
    I downloaded this DEMO :
    Oracle Fusion Order Demo Application
    http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html
    And when in step
    9.In the application navigator, under the Resources node, Right click build.xml and choose Run Ant Target > buildAll
    I receive this error :
    Buildfile: E:\Jdev_sources\Infrastructure\Ant\build.xml
    init:
        [mkdir] Created dir: E:\Jdev_sources\Infrastructure\Ant\classes
        [javac] Compiling 1 source file to E:\Jdev_sources\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    E:\Jdev_sources\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    E:\Jdev_sources\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
    E:\Jdev_sources\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
    E:\Jdev_sources\Infrastructure\DBSchema\build.xml:28: E:\Jdev_sources\Infrastructure\Ant\wlserver_10.3\server\lib not found.
    Total time: 14 secondsEffectiveley E:\Jdev_sources\Infrastructure\Ant\wlserver_10.3\server\lib does not existe but it should be (seems to me) a part of whet was downloaded.
    Thank for help.

    Hi again, and thanks to all.
    I reinstalled all and Now I have the followings that seems to be a connectivity problem :
    First the parameteres in build.properties :
    jdeveloper.home=E:/Oracle/Middleware/jdeveloper
    src.home=..//..
    # JDBC info used to create Schema
    jdbc.driver=oracle.jdbc.OracleDriver
    jdbc.urlBase=jdbc:orcl:thin:@localhost
    jdbc.port=1521
    jdbc.sid=ORCL
    Buildfile: E:\Jdev_source\Infrastructure\Ant\build.xml
    init:
        [mkdir] Created dir: E:\Jdev_source\Infrastructure\Ant\classes
        [javac] Compiling 1 source file to E:\Jdev_source\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    E:\Jdev_source\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    E:\Jdev_source\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
    E:\Jdev_source\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
    E:\Jdev_source\Infrastructure\DBSchema\build.xml:28: java.sql.SQLException: No suitable Driver for jdbc:orcl:thin:@localhost:1521:ORCL
    Total time: 32 secondsOracle is installed on the same server and DB is on the same server.
    E:\Jdev_source>cd E:\oracle\product\10.2.0\db_1\jdbc\lib
    E:\oracle\product\10.2.0\db_1\jdbc\lib>dir
    Volume in drive E is Data
    Volume Serial Number is E856-5E27
    Directory of E:\oracle\product\10.2.0\db_1\jdbc\lib
    13/11/2009 14:21 <DIR> .
    13/11/2009 14:21 <DIR> ..
    02/02/2008 14:49 1 609 607 classes12.jar
    02/02/2008 14:49 1 622 075 classes12.zip
    02/02/2008 14:49 1 617 382 classes12dms.jar
    11/02/2008 19:52 1 646 217 nls_charset12.jar
    02/02/2008 14:49 1 555 682 ojdbc14.jar
    02/02/2008 14:49 1 563 375 ojdbc14dms.jar
    02/02/2008 14:49 1 958 237 ojdbc14dms_g.jar
    02/02/2008 14:49 1 950 033 ojdbc14_g.jar
    8 File(s) 13 522 608 bytes
    2 Dir(s) 7 992 795 136 bytes free
    Regards.
    Ok finaly it was this :
    jdbc.urlBase=jdbc:oracle:thin:@localhost
    If you look above , before, I had :
    jdbc.urlBase=jdbc:orcle:thin:@localhost
    :=(((
    Now :
    BUILD SUCCESSFUL
    Total time: 35 seconds
    Thanks again.

  • Oracle Fusion Order Demo Application For JDeveloper error

    HI,
    i try to run the (Oracle Fusion Order Demo Application For JDeveloper) Fusion Order Demo (FOD) is an end-to-end application sample :
    when i try to : Right click build.xml and choose Run Ant Target > buildAll . error coming
    Buildfile: C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:28: C:\Oracle\Middleware\jdeveloper\wlserver_10.3\server\lib not found.
    Total time: 6 seconds
    how i can run the build.xml

    Hi,
    not quite sure the question is clear. The add cart command is a link defined in the JSPX file
    <af:commandLink partialSubmit="true"
    actionListener="#{shoppingCartBean.addItemToCart}"
    id="cl3">
    that points to
    public void addItemToCart(ActionEvent evt) {
    Map attributes = evt.getComponent().getAttributes();
    invokeUpdateOp(new Integer(attributes.get( PRODUCT_ID_COL )+ ""));
    in StoreFrontModule\StorefrontUI\src\oracle\fodemo\storefront\cart\view\managed\ShoppingCartBean.java . This is where you follow up then.
    +"how i can make Repetition for the items in home.jspx"+
    I can only assume you mean how to create the catalog items. Here I suggest you look at the demo source as this is what the demo is for. If you are new to ADF, I recommend that you first run a tutorial from here
    If you are on 11g R1: http://www.oracle.com/technetwork/developer-tools/jdev/overview/index-100269.html
    If you are on 11g R2: http://docs.oracle.com/cd/E18941_01/tutorials/toc.htm
    No demo can replace proper learning, to be honest
    Frank

  • Importing Graph to Image (oracle dss graph Graph)

    I am trying to implement a Copy Image of a Graph(oracle.dss .graph.Graph) , My code is working but there is still an issue:
    * When copy and pasting the image, I get a black background due to the transparent background of the Graph. I tried to change the color of the background using the following:
    this._graph.setBackground(Colo.gray);But still not working. Any Idea of how to copy the Graph on the clipboard so that I don't get black background on the image pasted ?
    private oracle.dss.graph.Graph _graph;
                    public void actionPerformed(ActionEvent e) {
                        try{
                           ByteArrayOutputStream out = new ByteArrayOutputStream();
                           _graph.exportGraphToStream(out);
                           BufferedImage image  = ImageIO.read( new ByteArrayInputStream(out.toByteArray()));
                          CopyImagetoClipBoard ci = new CopyImagetoClipBoard(image);
                        }catch(Exception ex) {
                            theLogger.log(Level.SEVERE,ex.getMessage(),ex);
        class CopyImagetoClipBoard implements ClipboardOwner {
                public CopyImagetoClipBoard(Image i) {
                    try {
                        TransferableImage trans = new TransferableImage( i );
                        Clipboard c = Toolkit.getDefaultToolkit().getSystemClipboard();
                        c.setContents( trans, this );
                    catch ( Exception x ) {
                        x.printStackTrace();
                        System.exit( 1 );
    ...Note that this should be in Memory, since It is only a "Copy Image" feature
    Edited by: user13679988 on Mar 13, 2013 3:04 PM

    I'm almost sure the Graph background has transparent background.
    I have 2 available operations that can be done on the graph ( which are the ones that I'm trying to implement )
    1) Save Image As. which It will import the graph to a PNG Image, this one is working fine:
            this.saveImageAs.addActionListener(new ActionListener() {
                    @Override
                    public void actionPerformed(ActionEvent e) {
                        try{
                        JFileChooser fc = new JFileChooser(_graph.getTitle().getText());
                        //fc.addChoosableFileFilter(new ImageFilter());
                        int result =  fc.showDialog(Ide.getMainWindow(), "Save");
                        System.out.println();
                        _graph.setImageSize(new Dimension(1024,600));
                        _graph.exportToPNGWithException(new FileOutputStream(fc.getSelectedFile()));
                         }catch(Exception ex){
                                theLogger.log(Level.SEVERE,ex.getMessage(),ex);
                });If I open the image that was store after this, I see that the transparent background, so It looks good for me. so this is not a problem at all.
    2) the Second one ( Which is actually not working at all ) Is the Copy Image, which It is suppouse to copy the image to the clipboard so that the use can be able paste it on a word document, wordPad, or any other editor. Just as you can do on any image on a Webbrowser.
            this.copyImage.addActionListener(new ActionListener(){
                    @Override
                    public void actionPerformed(ActionEvent e) {
                        try{
                        ByteArrayOutputStream out = new ByteArrayOutputStream();
                        _graph.setImageSize(new Dimension(1024,600));
                        _graph.exportGraphToStream(out);
                        BufferedImage image  = ImageIO.read( new ByteArrayInputStream(out.toByteArray()));
                         CopyImagetoClipBoard ci = new CopyImagetoClipBoard(image);
                        }catch(Exception ex) {
                            theLogger.log(Level.SEVERE,ex.getMessage(),ex);
                });As a result, when pasting the copied image to paint or to word or anywhere, I always get a black background, what looks horrible btw. this is a big issue.
    I try to use your method makeColorTransparent. but It caused my application to get frozen =/ not sure why.
    as follow:
      CopyImagetoClipBoard ci = new CopyImagetoClipBoard(makeColorTransparent(image,Color.BLACK));The reason why I believe the problem is not on the exportToStream but on the ImageIO.read is because exportToStream uses the exportToPNG that actually works fine to export the image ( since I used it on the Save Image As option )
         * @internal
         * Called when the graph must be rendered to the provided OutputStream
         * @param out OutputStream object to use in exporting the graph
         * @return boolean True if the export completed successfully, False otherwise
        public boolean exportGraphToStream(OutputStream out)
          this.exportToPNG(out);
          return true;Take a look how It looks like to copy and paste on paint:
    [Graph after Copy and Paste on Paint|http://postimage.org/image/m9szt96vr/]
    http://s15.postimage.org/ybodneg4b/graph_After.png
    Now take a look how It looks like when exporting to Image png:
    [Graph Imported as PNG|http://postimage.org/image/4g3dgfic9/]
    http://s12.postimage.org/r4skfzzq5/Export_Img.png
    Edited by: user13679988 on Mar 14, 2013 10:46 AM

  • Rep-34551 oracle graphics graph is deprecated

    We are upgrading our application form 6i to 11g. While migrating graphic reports 6i to 11g (11.1.2) it gives error.
    when we open graphic graph report in report builder it gives following error.
    rep-34551 oracle graphics graph is deprecated.
    while saving graphic report again it gives error.
    rep: 34552 oracle graphic graph in this document will not be saved.
    Any help appreciated.
    Thanks.

    We are upgrading our application form 6i to 11g. While migrating graphic reports 6i to 11g (11.1.2) it gives error.when we open graphic graph report in report builder it gives following error.
    rep-34551 oracle graphics graph is deprecated.
    while saving graphic report again it gives error.
    rep: 34552 oracle graphic graph in this document will not be saved.
    >
    Read Overview.
    Next read About Graphs and Graph Wizards.
    And then of course, you have the BI Publisher.
    Cheers,

  • Oracle Forms6i Implementation - help needed

    I have a table structure like below.
    CREATE TABLE test
    test_seq_no NUMBER,               -- Primary key
    test_case_id VARCHAR2 (15) NOT NULL,
    test_dct_seq_no NUMBER (4),
    test_atyp_code VARCHAR2 (6) NOT NULL,
    test_pid NUMBER (8) NOT NULL,
    test_act_text VARCHAR2 (100),
    test_due_date DATE,
    test_assn_date DATE DEFAULT SYSDATE,
    test_assn_user_id VARCHAR2 (30) DEFAULT USER
    TEST_CASE_ID, TEST_DCT_SEQ_NO, TEST_ATYP_CODE and TEST_PID fields are coming from 4 different tables. Users need a screen with two blocks for data entry into this table.
    Upper block will have following fields in a tabular format with maximum of 4 records.
    TEST_ATYP_CODE,      TEST_PID,     TEST_PID_DESC,     FREE_TEXT_FIELD,     DUE_DATE
    And in 2nd block, they have following in tabular format with 10 records.
    TEST_CASE_ID,      TEST_CASE_DESC,      TEST_DCT_SEQ_NO,     TEST_DCT_SEQ_NO_DESC
    They want to assign action type (TEST_ATYP_CODE) to users (TEST_PID) in 1st block and then create multilple CASE entries into 2nd block.
    e.g. If they have 2 records entered in assignment block (first block) and 4 records in 2nd block, it should save 2x4 = 8 records into the table.. meaning all
    values in each record of 1st block are applied to all records in the 2nd block.
    They also want to query on this form and want to re-assign or change the ACTIONS or ASSIGNEES or CASES on multilple records in one go.
    How can I do this in Oracle Forms6i?
    I am thinking to suggest them to change screen layout to have all table fields in ONE block (since they are from ONE table) and let them set the DEFAULT values in 1st control block which are used for creating 2nd block entries.
    Please suggest any ideas for implementation? Like, how many data blocks, control blocks and how to handle query, inserts etc.
    Thanks!

    Thank you for replying.
    Well, table structure is normalized and even if i further split the table, it can become master-detail but they don't want to save the details for each master. They want to enter multiple masters and multiple details in one go. e.g. if they entered 2 records in master block and 4 records in details, it should save 2x4 = 8 records at once.
    You are right, it can work first time... I can create two blocks. One control block and one DB detail block and for each control record I can save all details and then go to next control record and save all details for it and so on. But how will I keep track if they need to change just one instance of either control or detail.
    Another possibility would be that they select a control record for which they want to enter details and let system populate the control values into detail and they enter rest of details. But this will require more data entry to create details for each control record.
    Any ideas are welcome!

  • Oracle Forms6i and Netegrity

    We use Siteminder SSO for authentication and after authentication the user the Siteminder will call our Oracle Application(Screen) but it has to use the same Oracle session which Siteminder has used for connection.
    Please let me know we two different application can use the same connection and also do Oracle Single Sign on needs to be configured for that, is it a must to configure Oracle SSO. Please.Urgent.

    Not sure about 10g Rel 2 (I didn't try it). I used Forms 6i with 10g Rel 1 without problems.
    But be aware that, anyway, the combination is not certified.

  • Java bean from oracle Forms6i

    Hi Guys,
    I am calling java bean from oracle Forms6i (implementation
    class property set to bean class). This java bean in turn
    calling some JNI methods written in C. The application server
    (Forms6i) is hanging at the point of calling the JNI method.
    Is oracle Forms6i supports all java functionality (JNI here)
    and if so how to solve the problem ?
    Any pointers or tips in this regard is highly appreciated ?
    Thanks & Regards
    Chandra Mohan

    To call Java from forms:
    look at the technical documents on Java integration at
    http://otn.oracle.com/products/forms
    and also look at the Javabeans and PJC samples in the sample
    code section of Forms on OTN.
    Creating a random number using a java class is an excelent
    example of how to use Java with forms.

  • Oracle RDF graph DB data modeling

    I am wondering how Oracle RDF graph DB modeling the attributes of the node or relationship? Suppose a node (dubject or object) is a person which has a lot of attriubtes, say age, birthdate, ssn, address, etc, it sounds to me Oracle RDF cannot assoicate attriubtes to the node and instead it just models each attribute as a node in the graph. Is it common practice to include so many attributes in the graph database?

    Hi,
    RDF (and Oracle's RDF offering) in general allows associating as many attributes as you need to nodes in the graph. You are right in saying that those attributes are
    modeled as RDF resources (nodes). This promotes sharing of resources.
    e.g. The first two triples associate the same street resource with two individuals. The third triple
    provides some descriptive information about this street resource.
    <urn:John>  <urn:livesOnStreet>  <urn:StreetXYZ>
    <urn:Mary>  <urn:livesOnStreet>  <urn:StreetXYZ>
    <urn:StreetXYZ>  rdfs:comment  "Sunset Rd. .... "
    It is usually up to an application to determine how many attributes to use. The underlying RDF graph model supports
    multiple attributes and Oracle's RDF implementation supports multiple attributes.
    It is also possible to store attributes in a separate relational table and use a SQL to join the graph query results
    with your relational data.
    Hope it helps,
    Zhe Wu

  • Get data AVERY weighing machine  my oracle forms6i

    Hi Friends,
    Any idea to capture data from com port, where attached AVERY weighing machine attached, now is delviering "weight" into Hyperterminal from there im capturing to text file then getting into Oracle forms6i forms. is there any idea to get this directly yto forms without all this..
    thanks in advance

    Didn't you post this message already?? We need to know what interface your machine exposes - is it C, Java, VB?
    Grant Ronald
    Forms Product Management

  • IS Yahoo Messenger applicable with Oracle Forms6i?

    Hi guys,
    Im doing a project regarding the Job Request module using Orcle forms6i. This module will be using by a lot of users per Departments and i want every transactions..every job request entered would be well monitored between me and my users. Im planning to use the Yahoo Messenger to be part of it. I want every transactions posted or approved would be monitor through this Yahoo Messenger. Theres a message coming from this yahoo messenger "that certain transactions was Approved by a USER". Is this possible to use the Yahoo Messenger with Oracle Forms6i?
    Thank you.
    Lala

    I know there is a 'Oracle XMPP/Jabber Instant Messenger' available for the Oracle database on sourceforge.net. You can then sent message from the database to i.e. a google talk client.
    And I also added a pluggable java component inside Oracle Forms 10gR2. [http://www.screentoaster.com/watch/stUEJUR0NIR1pbR19bWlpYU1dS/chat_bean_inside_oracle_forms|http://www.screentoaster.com/watch/stUEJUR0NIR1pbR19bWlpYU1dS/chat_bean_inside_oracle_forms]but I don't know if it can be added to Forms 6i.
    Please mark if it helps.

  • Oracle Forms6i  with Reports10

    Dear all,
    has anybody experiences using Oracle Forms6i together with Reports10?
    Actually we use Forms and Reports6i. But we have to switch to Reports10. Can anyone tell me how I can call the reports now from my Forms Application?
    Actually we start the reports from the application with "'rwrun60...".
    Thanks in advance
    Yvonne

    hello,
    or this article on metalink
    Note:207396.1
    How to Run Reports From Forms 9i / 10g Using RUN_REPORT_OBJECT?
    regards

  • From Forms Product Management - Oracle Forms 10g Demos

    We have released the Oracle Forms 10g demos which are now available on OTN.
    Please go to otn.oracle.com/products/forms and click on the top news item.
    Please let us know if you have any comments.
    Regards
    Grant Ronald
    Forms Product Management

    Oracle Forms is quit impressive as both a client/server and web-based solution. I have yet to see an application run over the web the way Oracle Forms does. It appears as a client/server application, except it's completely web-based.
    That's quite amazing, however, I have found that the rich interface and the sophistication of running Forms over the web comes with a big cost. The 8MB Jinitiator download turns a lot of people off.
    What I'm really wondering is if there is anyone out there who is using Oracle Forms as a web solution ?
    Thanks for your time.
    Best Regards,
    Bob Mazzo

Maybe you are looking for

  • Creative Cloud and Proxy Support

    To whom it may concern, I am a Technical Specialist for an Enterprise. We use Astaro (now Sophos) as a our proxy appliance. We use Active Directory based authentication to provide internet access to our clients. I am currently in the process of build

  • SIMPLE : Move FIle from Mac to SMB system

    I would like to move 1 file to a SMB connection. The script works when moving the file from afp to afp. But when I run this script I get a message that the program can't deliver the file. So I have always connection between the disks (Script that sta

  • Reg : NO UPDATE OF SALES ORDER FROM PO erroer I0 114

    hi experts, while creation of PO with reference to PR,user gets error " NO UPDATE OF SALES ORDER FROM PO erroer I0 114 ". What could be the reason for this error?any idea... rgrds...

  • WLS6.1 hanging on Solaris- and SIGQUIT doesn't work

    Hi, We are experiencing a problem that looks like a deadlock when our server is under load (using WLS6.1SP2, Solaris 8 and the 1.3.1 JVM supplied with WLS). After processing many requests, the server hangs and CPU usage drops to 0%. Unfortunately the

  • HT5262 pictures are not saved with edits

    I edited all of my pictures on my iphone (cropping, red eye, auto-enhance, etc.) and wanted to upload them to my PC. But when I go to upload them, it only keeps the photo in it's original state. Any suggestions on getting the edited pics converted ov