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

Similar Messages

  • Error while parsing CLOB

    I got following error while parsing clob :
    ORA-20100: Error occurred while parsing: ORA-00942: table or view does not exist
    ORA-06512: at "SYSTEM.XMLPARSER", line 22
    ORA-06512: at "SYSTEM.XMLPARSER", line 98
    Any Ideas ? What Table or View it is looking for ?

    Code :
    DECLARE
    doctoparse clob;
    p Xmlparser.Parser;
    doc Xmldom.DOMDocument;
    nl Xmldom.DOMNodeList;
    len NUMBER;
    len2 NUMBER;
    n Xmldom.DOMNode;
    m Xmldom.DOMNode;
    e Xmldom.DOMElement;
    nnm Xmldom.domNamedNodeMap;
    attrname VARCHAR2(100);
    attrval VARCHAR2(100);
    BEGIN
    SELECT detaildata
    INTO doctoparse
    FROM USERDATA
    WHERE userid = 50650;
    p := Xmlparser.newParser;
    Xmlparser.setValidationMode(p, FALSE);
    Xmlparser.parseclob(p, doctoparse);
    doc := Xmlparser.getDocument(p);
    Xmlparser.freeParser (p);
    nl := Xmldom.getElementsByTagName(doc, '*');
    len := Xmldom.getLength(nl);
    dbms_output.put_line('LENGTH OF DOM = ' | | TO_CHAR(len));
    FOR i IN 0..len-1 LOOP
    n := Xmldom.item(nl, i);
    e := Xmldom.makeElement(n);
    dbms_output.put_line(Xmldom.getTagName(e) | | ':' );
    m := Xmldom.getFirstChild(n);
    dbms_output.put(Xmldom.getNodeValue(m));
    m := xmldom.getparentnode(n);
    e := xmldom.makeelement(m);
    dbms_output.put_line('Parent = ' | | Xmldom.getTagName(e) | | CHR(13)) ;
    nnm := Xmldom.getAttributes(n);
    len2 := Xmldom.getlength(nnm);
    FOR j IN 0 ..len2 - 1 LOOP
    m := Xmldom.item(nnm, j);
    attrname := Xmldom.getNodeName(m);
    attrval := Xmldom.getNodeValue(m);
    dbms_output.put(' ' | | attrname | | ' = ' | | attrval);
    END LOOP;
    dbms_output.put_line('');
    END LOOP;
    xmldom.freedocument(doc);
    END;
    Data in CLOB :
    <Data><Country>nklmdnl</Country><Fax>6788267882</Fax><City>sdfsdf</City><WorkPhone>6788267882</WorkPhone><State>nn</S tate><Zip>12343</Zip></Data>
    Thanks,

  • There was an error while writing data back to the server: Failed to commit objects to server : Duplicate object name in the same folder.

    Post Author: dmface15
    CA Forum: Administration
    I am working in a new enviorment and i am trying to save a report to the Crystal Server via the CMC. I am uploading the report from the objects tab and attempting to save to a folder. The report has 1 static defined parameter and that's it. When i click submit to save the report i receive the following error message: "There was an error while writing data back to the server: Failed to commit objects to server : Duplicate object name in the same folder." There is not a anothe report within the folder with that name. What could be causing this error message and equally important, what is the solution.

    hte message you received about duplicate user probably means something hadn't fully updated yet. Once it did then it worked...
    Regards,
    Tim

  • How to return data from Ejb as collection to Front End application.

    Hi,
    I am creating a J2ee application. Here i am accessing BAPIs using stateless session bean through JCO connection. Now the BAPI is returning a return Table and return Structure to the EJB.
    I have coded the following code in one of the Ejb Method as follows:
    JCO.Table returnTable = null;
    JCO.Structure returnStructure = null;
    JCO.ParameterList paramList = siteBAPI.getExportParameterList();
    JCO.ParameterList paramList2 = siteBAPI.getTableParameterList();
    returnTable = paramList2.getTable("SITE_SUBSITE_INSTL");
    returnStructure = paramList.getStructure("BAPIRET2");
    Now i want to sent this data( returnTable & returnStructure) to front end application where front end developer accessing this returned data using Jsp.
    My scenario is that , first i want to convert this returnTable & returnStructure in a single collection and then sent this collection to Front end.
    My aim is that , the front end the application should not receive the Data, using JCO.table Variable but as a single Collection.
    I am using NWDI-2004s sps10.
    i need urgent help on this issue and i would really appreciate if somebody can put the answer with some sample code on how to return the data as Collection.

    if you want to return a result, then you probably shouldn't be using a message bean. message beans for for asynchronous tasks. session beans for for synchronous tasks. thus it would make much more sense to have your jsp call the session bean directly.

  • Error while trying to copy template from another application

    Hi,
    I am getting this error while trying to copy template from another application:
    report error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    This report is located here:
    Home-Application Builder-Application 150-Shared Components-Templates-Replace Templates
    best regards,

    It is usually a permissions issue.. you have read but not write permission. Why it would suddenly change is one of those Apple Mysteries... but it happens.
    Open the directory (folder) where your media files are.. and check the permissions.. see if you can fix them.
    The problem is the folder on the TC might have lost your ownership and you might not be able to change it.. Apple do not provide anyway to regain permissions because you would need low level access to the TC firmware.
    I would just as a matter of course reset the TC to factory and redo its setup.
    Factory reset universal
    Power off the TC.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the TC to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    N.B. None of your files on the hard disk of the TC are deleted.. this simply clears out the router settings of the TC.
    Do the setup via airport utility using different names.. short, no spaces and pure alphanumerics. Make sure passwords are also pure alphanumeric mixed case and numbers.. 8-20 characters is usually plenty.
    Mount the disk in finder and see if you have the same issue.. I am not expecting a change.. but it is worth a try.
    No luck you can copy your files off the TC.. wipe it .. and then copy them back.. no bad thing unless you already have a backup of your files at the moment. In which case you can just wipe the TC and copy the files now.

  • Integrate reports with c sharp front end application

    Hi i m very new bie at reporting world.
    i do not know how to integrate reports with c sharp front end application.
    can anyone explain or provide me good url
    for explaining  how to merge or integrate reports with c shapr front end application ?
    thanks.

    Hi Nirav,
    It seems that you want to integrate crystal reports with SDK's
    Have a look to [DevLibrary|https://www.sdn.sap.com/irj/boc/sdklibrary] and [samples|https://www.sdn.sap.com/irj/boc/samples].
    Regards,
    Shweta

  • Error while reading clob object of 40MB

    I am trying to read a clob object with size more than 40MB. I am getting following error while executing following line
    clientSession.executeQuery(query) : in query i am accessing clob object column..
    kghalo bad size 0x05063398
    ********** Internal heap ERROR KGHALO2 addr=00000000 *********
    HEAP DUMP heap name="Alloc environm" desc=08D61E38
    extent sz=0x1024 alt=32767 het=32767 rec=0 flg=2 opc=2
    parent=08D61EA0 owner=00000000 nex=00000000 xsz=0x1024
    EXTENT 0 addr=0528BB94
    Chunk 528bb9c sz= 2968 freeable "Alloc statemen " ds=0527DFD8
    Chunk 4c08f78 sz= 20 free " "
    Chunk 4c0c0c4 sz= 20 free " "
    Chunk 4c09020 sz= 28 free " "
    Chunk 4ae5d40 sz= 20 free " "
    Bucket 1 size=528
    Bucket 2 size=1040
    Total free space = 1380
    UNPINNED RECREATABLE CHUNKS (lru first):
    PERMANENT CHUNKS:
    Chunk 4ae5d08 sz= 24 perm "perm " alo=24
    Permanent space = 24
    Hla: 0
    kgepop: no error frame to pop to for error 21500

    The message "no error frame to pop to for error ..." occurs in our environment only with Oracle Client 9.2, neither with version 8 nor 10. At least once I was able to connect this message to a killed database session.
    We cannot switch to client 10, since it seems to jumble result data: we get miscoded OCI_NUM and other errors.
    (Server: 10.2; the C++ - application uses OCI 8 headers)

  • How to display error message in front end application

    Hi Expert,
         I have one concurrent program that used to activate and deactivate the responsibilities ,
    I want that if any error occured in this program then how can I display the error message in application front end.
    Thanks in advance.

    Hi Paul,
    In the DOC_CHECK or DOC_SAVE BADI, you have a global internal table named et_messages. The structure of this table is 'bbp_smessages_badi'. You can append your error message here by inputting the message type, ID and number. The message type is either 'E' for error or 'W' for warning and the number would depend on your message class(ID). You will be able to see the error message on top of the screen, can be a red or yellow highlight depending on your appended message. I don't think creating the error message via the MESSAGE syntax will be successful, maybe this is why you are getting a runtime error.
    Regards,
    Noel

  • Front end application error after import script run successfully in R12

    Hi ,
    i got an exception in R12 environment.
    i developed one simple OAF page and deployed in apps import script run successfully.
    but when i am opening that page in Front end it will give an exception.
    That is
    Exception Details.
    oracle.apps.fnd.framework.OAException: Could not load application module 'tflsm.oracle.apps.po.per.server.TflsmAM'.
    ## Detail 0 ##
    JBO-30003: The application pool (cph-oadb-tst22.dk.flsmidth.netTST221543tflsm.oracle.apps.po.per.server.TflsmAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:441)
    JBO-30003: The application pool (cph-oadb-tst22.dk.flsmidth.netTST221543tflsm.oracle.apps.po.per.server.TflsmAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:441)
    i will check all the class files and xml files of Application Module below top, all are there in the server top(below top)
    /u02/TST22/apps/apps_st/comn/java/classes/xxfls
    but i got the exception.
    is there any different structure in R12.
    i.ein the server top /u02/TST22/apps/apps_st/comn/java/classes/xxfls (Here my all class files in Binary mode and xml files in ASCII mode)
    only CLASS files are needed or XML files are also need.(i am moving all CLASS and XML files)
    could you please help me on this.
    Thanks with Regards,
    Muthu

    Muthu,
    This issue usually occurs when the AM.class file is not available at the given location. Try to find out on the server whether this
    tflsm.oracle.apps.po.per.server.TflsmAM exists.
    If still the problem persists then go for redeployement by deleting the existing one.
    Regards,
    Gyan

  • I want to print front to back but the software always returns to back to front.

    In Hp C4795 I want the print to be front to back , I hit the button for that to happen.  I close out and use the printer.  It prints back to front.  No matter how many times I change it.

    kathyws,
    Are you changing it via control pabel, printer, perferences? And then click on Apply, then OK.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • How to upload an Image in the front end application

    Hi friends,
    I have a requirement in the sense, soon after i login into the application with the username and password....
    I will be having an file browse item, in which i need only to upload the images, soon after selecting the picture and if i give upload means, the picture has to populate immediately above the browse item in the front end itself......
    How to achieve it friends, i dont have idea in uploading the images in the front end itself......
    for example: suppose if i want my photo to keep in the front end Soon after i login into the application means, i will select my picture from the file browse item and immediately after giving upload button, i has to come above the browse field in the front end itself.........
    Inorder for getting the image in the front, whether i need to create a separate region where the image has to come soon after given the upload button....
    help me friends, how to achieve it from the scratch........
    Thanks
    Vel Rs

    Hi peter,
    Thanks for the detailed explanation, i have got an link for doing it and this is that
    http://www.dba-oracle.com/t_easy_html_db_file_browse_item.htm
    While referring that link i couldnt able to understand one thing peter, that is
    While creating the Upload button, in the 7th point in the link it is mentioned like
    On the Branching page enter &APP_PAGE_ID. for the Branch to Page field and click Create Button.  Remember the ending period!i couldnt understand what he is trying to say over there......Can you explain that point by going through that link clearly...Whether he is asking me to create what....
    Thanks
    Vel Rs

  • Error while loading data from a file on application server

    Hi all,
    Facing an error while loading data from a flat file.
    Error 'The argument '##yyyymmdd;@##' cannot be interpreted as a number ' while assigning character.
    I changed the format of date fields (tried with number,general,date(International))in the xls. But i still get the same error.Did check all the data types in Data source all the fields are dats.
    Can you please tell me what could be the problem?
    Thank you all,
    Praveen

    Hi all,
    As far as my first question i got through it but i had one more field in my flat file while actually is a time stamp, but in my flat file i have a data in this format
    10/21/2006  5:11:48 AM which i need to change to 10/21/2006
    one more note is i have some of the fields as NULL in this field
    Last Updated Date
    10/21/2006  5:11:48 AM
    10/21/2006  5:11:48 AM
    NULL
    NULL
    10/21/2006  5:11:48 AM
    NULL
    I want to display the values as 10/21/2006 and NULL as it is.
    Please let me know if we have a conversion routine in datasource which can solve my problem.
    Regards,
    Praveen

  • Automatic creation of WBES element using front end application

    Hi,
    i am looking at developing a front end tool where user will provide the required data and project name/wbes lement in the request. upon approval from project manager, sytem must creation requird WBE element in the requested project automatically. there will be multiple requests supplied to create wbes lements under the existing projects.
    for Eg. assume that there is a project AB11.00001 
    i have already have one 4th level wbes element like displayed below:
    AB11.00001
    AB11.00001.01
    AB11.00001.01.01
    AB11.00001.01.01.01
    AB11.00001.01.01.02
    AB11.00001.01.01.03
    now i would like to add new 3rd level and 4th level for above project as mentioned below:
    AB11.00001
    AB11.00001.01
    AB11.00001.01.01
    AB11.00001.01.01.01
    AB11.00001.01.01.02
    AB11.00001.01.01.03
    AB11.00001.01.02
    AB11.00001.01.02.01
    AB11.00001.01.02.02
    AB11.00001.01.02.03
    AB11.00001.01.03
    AB11.00001.01.03.01
    AB11.00001.01.03.02
    AB11.00001.01.03.03
    this must be done either using bapi or any other programme, i tried with bapi, but not able to solve, pls help me with best way of executing this auto application rather creating manually one by one using CJ20N. i am very sure we have finest ABAP'rs in this forum who will build this programme..
    thanks
    naveen lewis
    Edited by: naveennl on Aug 16, 2010 11:39 AM

    Hi Rifaee,
    appplogies for misunderstanding..
    i want only the clues how i can execute this using some of the available SAP functionalities.. ofcourse finest ABAP'rs only think out of the box to solve this and rest will usually answer it as not feasible.
    Edited by: naveennl on Aug 16, 2010 11:51 AM

  • Error while converting CLOB to varchar using DBMS_LOB.SUBSTR() in Oracle11g

    Hi
    Whenever I am using DBMS_LOB.SUBSTR(columnname,4000,1) package for a clob column in a simple Select Query, the following error is thrown for Oracle 11g version.
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 1.
    Please find the installation details of the database and the character set
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET AL32UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 11.2.0.1.0
    It is working fine if I reduce from 4000 to 3500 . But I want to use 4000.
    Please let me know if any solution

    you are using a multibyte character set:
    NLS_CHARACTERSET AL32UTF8
    so each character takes between 1 and 4 bytes of storage.
    a varchar2(4000) column can only hold 4000 BYTES. Regardless of the character set - varchar2 is limited to 4000 bytes.
    In a single byte character set, that is 4000 characters as a character = a byte
    In your character set, a varchar2(4000) can hold somewhere between 1000 and 4000 characters - depending on what the characters are.
    So, you must have some CLOB whose first 4000 characters include at least one "more than one byte" character. That won't fit into a varchar2(4000)
    Your approach of backing off the substr size is reasonable (and you'll need to remember that in your application - end users can type in as little as 1000 characters and get an error about the column being too small!) as it reduces the number of BYTES to be belong 4000.

  • Budget Exceed error while returning material

    Hi,
    We have this scenario:
    budget is allocated at top WBSE.
    actuals are booked on 2nd level WBSE.
    Tolerance limits: ++ 90% warning
                               ++ 100% error
    Budget profile:
    Activation Type: 1
    Overall: yes
    Releases: yes
    Now,
    We have overall & released budget = 4,320,000.
    and assigned value = 3,895,085.
    Error is coming when we are returning a material from activity:
    "network activity budget exceeded" message no. BP601
    Diagnosis:
    "Payment Budget for WBSE TAT-PR09-06.01 on network activity has been exceeded by 215049.39."
    Kindly help.
    Thanks,
    Harsh.

    Hi,
    Top WBS TAT-PR09-06.1 has original budget and released the same amount i.e. 4320000
    Its System status = PREL BUDG ISBD AVAC
    Then there are three 2nd level WBSE each having one network each:
    TAT-PR09-06.1.01
    System Status = REL  AUC  AVAC
    Network Sys. Status = ACAS MACM PRC  REL
    TAT-PR09-06.1.02
    System Status = REL  AUC  AVAC
    Network Sys. Status = ACAS CSER MACM PRC  REL
    TAT-PR09-06.1.03
    System Status = REL  AUC  AVAC NTUP
    Network Sys. Status = ACAS MACM PRC  REL
    Reservations are there for all Materials in all network activities with reservation relevance indicator set to immediately.
    Error started coming to end user when he tried to send material back to general stock. This material in in network activity under TAT-PR09-06.1.03 WBSE.
    After that our Sr. consultant (he moved to another project right now) made that activity to TECO and asked the end user to create another activity and work on it.
    This is all i know.
    Thanks & Regards,
    Harsh.

Maybe you are looking for

  • Adobe Copyright question

    Lets say I want to use http://www.adobe.com/images/store/product_boxshots/112x112/box_dreamweaver_cs3_grey_112x11 2.jpg on a site with a link to http://www.adobe.com/products/dreamweaver/ would I be in violation of copyright laws? I remember seeing a

  • How do I move my movies from iTunes to a portable drive in oder to free up disk space?

    I have less than 10% of disk space free and often receive a message that my strat up disk is nearly full.  I therefore want to free up space by moving my movies to a portable drive.  How?  I want to keep the movies on my iPad, though.

  • My apple id has been disabled , tried changing it , will not work

    around a month ago or so i got the messange when i tried to update my Pocket God app to the newest version that "Your Apple ID Has Been Disabled" ,i have tried all the ways i could find online , it will not remove the disabled ID status from it , can

  • RE: Cost centre is not updating in FAGLFLEXT table

    Dear experts, During posting we give PSG and cost centre but cost centre is not updating in GL total table FAGLFLEXT as its statistical, in order to be able to update CC in the GL total table what we should activate? please advice. Regards, Chandu.

  • How do I change the order my mailboxes appear?

    How do you rearrange the mailboxes? Mine read AOL, .Mac, Gmail but I want .Mac first. Any ideas?