Help Needed ASAP!

I am such the rookie at Mac.....I have completed a video on Final Cut and saved it as a Quick Time Movie....looks great on my mac and my PC....here's the deal:
1. I need to convert it to an avi to work in a software program of a church that I am working for this weekend. Is there a way to do that without losing the quality? Can I save it like that without having to convert it.
2. Can someone please give me the quick steps to taking the movie from Final Cut to DVD authoring?
Much thanks!

1. I need to convert it to an avi to work in a
software program of a church that I am working for
this weekend. Is there a way to do that without
losing the quality? Can I save it like that without
having to convert it.
Is AVI a flash file. If it is just give your quicktime to someone with flash. I think.
2. Can someone please give me the quick steps to
taking the movie from Final Cut to DVD authoring?
That's like saying can someone walk me through surgery. No not quite that drastic, but it can get hairy. First, you need to export an MPEG2, AC3 and AIFF files. If you are in FCP 5 go export>compressor>and pick appropriate settings.
If you don't know what appropriate settings are get back to use with video length etc.
Let's start there okay.

Similar Messages

  • Help needed asap! Will my IPAD 3G wifi work in another country with the sim of a 3G services provider?

    Help needed asap! I want to buy an IPAD 3G + Wifi before I return to my country from the US. The problem is that I have GSM service providers in my country that provide 3G services but I am wondering if their SIM card would work in the IPAD? In other words, can I get an unlocked IPAD 3G wifi? Thanks for helping out

    The AT&T 3G iPads (which are GSM/sim based) in the US are not locked (the Verizon models are CDMA based so they effectively are). So as long as you can get a sim in your own country you shouldn't have a problem

  • Error messages help need asap!!!!

    hi this is my code and I need help with what i need to do and how to do it to get rid of the error messages
    CREATE OR REPLACE FUNCTION
    no_of_task_types (x NUMBER)
    RETURN NUMBER IS
    my_val NUMBER;
    BEGIN
    SELECT COUNT(distinct t.task_type_no)
    INTO my_val
    FROM employee e, assignment a, task t
    WHERE e.employee_id = x
    AND e.employee_no = a.employee_no
    AND t.task_id = a.task_id
    RETURN tasktotal;
    END;
    SHOW ERRORS
    these are the error messages:
    Warning: Function created with compilation errors.
    Errors for FUNCTION NO_OF_TASK_TYPES:
    8/1     PL/SQL: SQL Statement ignored
    13/27     PL/SQL: ORA-00933: SQL command not properly ended

    Hi,
    Welcome to the forum!
    Don't say things like "urgent" or "asap" (as in your title, "error messages help need asap!!!!"). It's rude.
    971848 wrote:
    hi this is my code and I need help with what i need to do and how to do it to get rid of the error messages
    CREATE OR REPLACE FUNCTION
    no_of_task_types (x NUMBER)
    RETURN NUMBER IS
    my_val NUMBER;
    BEGIN
    SELECT COUNT(distinct t.task_type_no)
    INTO my_val
    FROM employee e, assignment a, task t
    WHERE e.employee_id = x
    AND e.employee_no = a.employee_no
    AND t.task_id = a.task_id
    RETURN tasktotal;
    END;
    SHOW ERRORS
    these are the error messages:
    Warning: Function created with compilation errors.
    Errors for FUNCTION NO_OF_TASK_TYPES:
    8/1     PL/SQL: SQL Statement ignored
    13/27     PL/SQL: ORA-00933: SQL command not properly endedIt looks like you're missing a semicolon at the end of line 13; that's why the statement beginning at line 8 can't be understood.
    Also, you store a number in my_val, but never use that number, and you have a variable called tasktotal that's never defined. Should my_val and tasktotal be the same variable?
    Perhaps this is what you want:
    CREATE OR REPLACE FUNCTION
           no_of_task_types (x NUMBER)
    RETURN NUMBER IS
        tasktotal   NUMBER;
    BEGIN
        SELECT  COUNT(distinct t.task_type_no)
        INTO    tasktotal
        FROM    employee e, assignment a, task t
        WHERE   e.employee_id = x
        AND     e.employee_no = a.employee_no
        AND     t.task_id        = a.task_id;          -- ; at end is important
        RETURN tasktotal;
    END;
    /This question doesn't have anything to do with SQL*Plus, so maybe the SQL*Plus forum isn't the best place for it. This is strictly a PL/SQL problem; in the future, post questions like this in the PL/SQL. The FAQ page for that forum, {message:id=9360002} , can really help you.

  • HELP Needed ASAP! Curve Not Turning On, Red Flashing Lights!

    Hi,
    I have a Blackberry curve 8310. I plugged my curve into my mac to do a software update. Midway through, my phone shut off and hasn't worked since. The battery is fully charged. The phone is off and won't turn on. Additionally, there is a red LED light blinking twice every few seconds. I think I found an article on blackberry.com's knowledge database that diagnosed my issue, but my problem now is that because the curve isn't turning on/off, it's not connecting to my mac's desktop manager. So I can't do anything the article tells me to do. What should I do now? I need help ASAP!
    Here's the link to the article: http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB19915
    Thanks in advanced!

    Hello Asmro and welcome to the BlackBerry Support Community Forums.
    It can take up to 30 minutes for the Mac to connect to the BlackBerry.
    I would remove your battery and connect to the BlackBerry Desktop Manager. Once it comes up there is no software installed, re-insert the battery and follow the article KB19915.
    Let me know how you make out.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Error in Jdeveloper 10g in Remote deployment : Help Needed ASAP

    Hi,
    Am trying to deploy the simple application to remote oracle IAS server from Jdeveloper 10g. It is not allowing me to deploy any application remotely. The deployment log window shows following message:
    Target platform is Oracle9i Application Server (AppServerConnection1).
    Wrote WAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.war
    Wrote EAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear
    Invoking DCM servlet client...
    C:\jdev10g\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\jdev10g\jdev\lib\oc4j_remote_deploy.jar http://as18schgefage:1811/Oc4jDcmServletAPI/ ias_admin **** redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Command = INVALID_COMMAND
    #### Invalid command: redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    #### Could not send command to Oc4jDcmServlet
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-6)
    #### HTTP return code was -6
    Exit status of DCM servlet client: -6
    Elapsed time for deployment: 4 seconds
    #### Deployment incomplete. #### Mar 16, 2005 9:20:03 AM
    Please help asap.
    Regards,
    Ujwala

    1. Re-test your connection from JDev to AS and it must success.
    I suggest to create a new OC4J instance on AS and fill
    the instance name on the dialog window while
    creating AS Connection on JDev. i.e OC4J instance name (optional)
    2. For JDev 9.0.5.x/10.1.2 using AS 9.0.4,
    don't forget to install ADF Runtime Libraries on AS.
    3. Make sure your AS support JDK/J2SE version as in JDev.
    JDev 10.1.2 need AS to use JDK version 1.4.2_04-b05.
    You can download it from http://java.sun.com/products/archive/j2se/1.4.2_04/index.html
    and install it.
    To cek your ORACLE_HOME/jdk/bin/java -fullversion
    Regs,
    Ferry Situmorang

  • HELP NEEDED ASAP! SIMPLE ONE!

    I'm a noob so please dont shout at me....!
    Okay, I have a 1x1 table, and an image....i need tick boxes
    and image maps ontop of this image. Now I thought I'd have to set
    the image as a background image in the table, but in doing so, I
    cant see a way that I can add my maps or tick boxes........and If
    the image is simply placed in the table as an image, I cant add the
    tickboxes, but can add the maps........what should I do??
    Please can someone help asap as this is the final stage of a
    stupid uni project that needs handed in in a day or so....
    Thanks in advance!!
    Mark

    mthorpe84 wrote:
    > Lol that's utter garbage. As much as I appreciate the
    help from you guys n
    > gals, graphic design, as a degree is the study of
    design, design traits,
    > publication, print, typography etc etc. Flash is as much
    web work that any
    > graphic design school will follow. And just for the
    record, I'm at what's
    > regarded as one of the top 3 design schools in the UK,
    so please don't give me
    > that crap.
    I was at an elite university many years ago, so can
    understand the
    feeling of a student who "knows it all". I thought I did,
    too. When I
    got out into the real world, I discovered that what
    university teaches
    you, although valuable, means little until you have built up
    practical
    experience.
    Perhaps your design school was trying to tell you something
    when it
    decided the project was to be a web page. Lesson:
    understanding the
    basics of the web is just as important to your craft as
    print,
    typography, and all the rest.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Oracle Forms - need to update multi-record block - Help needed asap

    Hi,
    We are using Oracle apps release 11i - Oracle forms 6i.
    I have a field "project_start_date" in project_block in a custom form. There is another multi-record block called role_block in the same custom form and it has a field named start_date. Requirement is when ever I make change in the project_start_date in project_block, that should reflect in role_block.start_date. I tried different means and could update only the very first record of the multi-record block - role_block. I need to update all the records in the role_block with the same project_start_date. Used looping and several other methods. But could not achieve. Any help is really appreciated.
    Thanks
    Akil

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Application Development in PL/SQL » Forms which you can get more quick response
    Regard
    Helios

  • 3D rotate tool in flash, help needed asap

    Hi
    I came across this site:
    http://www.yofla.com/flash/3d-rotate/
    And am desperate to incorporate this into some university
    work asap.
    What i need to know is how render the images from 3D Studio
    Max so that i have the stepped images as a 360 degree slideshow so
    that i can then follow the tutorial to completing the final thing,
    seen as examples on the site.
    Thanks

    check out this tutorial
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14363
    you will need to embed ion pop-up menu into another in order
    to do what you describe
    here is an off the shelf solution if you prefer
    http://www.scriptocean.com/popmenu.html

  • IPhone 4 accessory help needed asap

    Okay so here's the deal,
    I used to have the first generation IPOD and I connected it to my after market DVD system that is in my car. I wouldn't be able to tell you the brand because there isnt one.
    But the connection is two small USB connectors on one side and on the other the iPod charger connector.
    Normally I plug my iPod in and go to the iPod menu in the system and then navigate through that to play the songs over my car speakers.
    I have recently purchased an iPhone 4. And I am no longer able to do this.
    I connect the accessory and it says this is not optimized for iPhone 4 you may experience some disruption in the background
    I navigate the same way my play lists pop up and everything is the same but when I click it no sound comes out.
    And when I navigate through the actual iPhone the sound comes out the iPhone even whilst still connected.
    Is there anything I can do to make this accessory work??
    Any settings I can change, any apps I can download.
    Any advice would help.
    Cheers in advanced.

    unfortunately if its not working you need a update from apple or a update from the manufacturer there has been a lot of complaints about car stereos not working with the iPhone 4 and it def has something to do with the software that apple is shipping there is no magic application or magic setting that is going to change this sorry

  • Blackberry Storm Problems..​.Help Needed ASAP

    Soooo...for some strange reason i bought a BB Storm : /  when i got it (yesterday), i charged it and it charged up fine. but the battery ran down rather quickly. So i am now tryin 2 charge it up again and it is not giving one bit of charge. i just left it for 3 hours and came back to check it and it went dead...i did a battery pull twice and still nothing. what is my next move???

    Hi and Welcome to the Community!
    Please try this sequence...note that, throughout the entire 4h15m process, your BB must remain connected to a known-good wall charger (not PC USB):
    With the battery inside, connect your BB to the wall charger
    Leave it alone for 2 hours, no matter what the LED or the display does
    Remove the battery
    Wait 15 minutes
    Insert the battery
    Wait another 2 hours, no matter what the LED or the display does
    This has been known to "kick start" some BBs.
    It is also possible that your battery or BB has experienced a problem...to test, this sequence is needed:
    Obtain a known good and already fully charged additional battery...use it in your BB and see what happens
    Obtain access to a known good and identical BB...use your battery in it and see what happens
    The results of this will indicate if it's your BB or your battery that has the problem.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Help needed ASAP!  Ext. DVD-RW Drive Question

    I need help...I have a Mac Mini purchased in 2005 with just a CD-R (I didn't buy the SuperDrive model).
    I am wanting to connect a firewire DVD-RW drive to burn a slideshow created in iPhoto. However, I do not have iDVD on the machine, and when I try to install from the internal CD drive, I get a prompt telling me that it will only install on machines with the SuperDrive (even though this is the CD that came with the machine).
    If I connect the external DVD burner, will I be able to use that to install iDVD and then burn my slideshow?
    Help!! I need the slideshow by Sunday of this week!!

    Found it:
    iLife: How to Install iDVD on a Macintosh Without a SuperDrive
    http://docs.info.apple.com/article.html?artnum=93290
    or
    Control-click on the file called "Install iLife '05" and select "Show original"
    From there you should be able to install each part of iLife individually.
    Mini 1.42GHz   Mac OS X (10.4.6)  

  • HT4623 iphone 3 restore help needed asap

    Hi,
    See below print screem of problem I am having, iphone 3 is in restore mode and i have trird everything I have been advised to.
    \error 6025
    2012-09-27 22:36:11.015 [1012:120c]: restore library built Aug 11 2012 at 16:32:14
    2012-09-27 22:36:11.015 [1012:120c]: iTunes: iTunes 10.7.0.21
    2012-09-27 22:36:11.015 [1012:120c]: iTunes: Software payload version: 8C148
    2012-09-27 22:36:55.604 [1012:aec]: iTunes: Specifying UOI boot image
    2012-09-27 22:36:55.610 [1012:aec]: requested restore behavior: Erase
    2012-09-27 22:36:55.611 [1012:aec]: requested variant: Erase
    2012-09-27 22:36:55.625 [1012:aec]: *** UUID 6729FE47-231E-B74A-B26A-EE2F3B282E46 ***
    2012-09-27 22:36:55.667 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    2012-09-27 22:36:55.668 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreLogo" Digest = "<CFData 06D3B9F0 [71048078]>{length = 20, capacity = 20, bytes = 0x9eba4b1152ef0493161c31d5cade4ae26ec4d01b}"
    2012-09-27 22:36:55.668 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreDeviceTree" Digest = "<CFData 06D40E78 [71048078]>{length = 20, capacity = 20, bytes = 0xe1c1d64ae4a66c446fe5a2ea91a8de3462a9cbf3}"
    2012-09-27 22:36:55.669 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreKernelCache" Digest = "<CFData 06D3C698 [71048078]>{length = 20, capacity = 20, bytes = 0xffe4fd533832ec121bf356ca1143e360972d4190}"
    2012-09-27 22:36:55.669 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreRamDisk" Digest = "<CFData 06D3EFB0 [71048078]>{length = 20, capacity = 20, bytes = 0x7b7645b89389219cfb4de5257fec59b67237d8aa}"
    2012-09-27 22:36:55.703 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "KernelCache" Digest = "<CFData 06D3DA98 [71048078]>{length = 20, capacity = 20, bytes = 0xffe4fd533832ec121bf356ca1143e360972d4190}"
    2012-09-27 22:36:55.704 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow1" Digest = "<CFData 06D430D8 [71048078]>{length = 20, capacity = 20, bytes = 0x8be30a8b298e36866e05eee57538430dc60af012}"
    2012-09-27 22:36:55.705 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow0" Digest = "<CFData 06D3C648 [71048078]>{length = 20, capacity = 20, bytes = 0x7c27972b0539fbdacfed19f6cbf3bba92eaa4f13}"
    2012-09-27 22:36:55.716 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBoot" Digest = "<CFData 06D3F4B0 [71048078]>{length = 20, capacity = 20, bytes = 0x67814c9641a3a8c28fa800b6c3f753590aed60db}"
    2012-09-27 22:36:55.716 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "DeviceTree" Digest = "<CFData 06D39B28 [71048078]>{length = 20, capacity = 20, bytes = 0xe1c1d64ae4a66c446fe5a2ea91a8de3462a9cbf3}"
    2012-09-27 22:36:55.717 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging1" Digest = "<CFData 06D3CE40 [71048078]>{length = 20, capacity = 20, bytes = 0xa622ccd2cbc8406da1757d19212cacc6f856eb4d}"
    2012-09-27 22:36:55.717 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging" Digest = "<CFData 06D3DA20 [71048078]>{length = 20, capacity = 20, bytes = 0x8ae3e48d62cd8a83287c8133a195637c908458b2}"
    2012-09-27 22:36:55.717 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "AppleLogo" Digest = "<CFData 06D41E68 [71048078]>{length = 20, capacity = 20, bytes = 0x9eba4b1152ef0493161c31d5cade4ae26ec4d01b}"
    2012-09-27 22:36:55.718 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryPlugin" Digest = "<CFData 06D3AAC8 [71048078]>{length = 20, capacity = 20, bytes = 0xea5805db544407d49475a4584e6c3af3bc97cd0f}"
    2012-09-27 22:36:55.718 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryFull" Digest = "<CFData 06D42700 [71048078]>{length = 20, capacity = 20, bytes = 0x50dd3114f4b9a3bb9c18589bfc5a300e35335f5f}"
    2012-09-27 22:36:55.718 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging0" Digest = "<CFData 06D42278 [71048078]>{length = 20, capacity = 20, bytes = 0x64c7eb75bfdf1c0ff50ff17851c37918316eeed8}"
    2012-09-27 22:36:55.719 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RecoveryMode" Digest = "<CFData 06D406D0 [71048078]>{length = 20, capacity = 20, bytes = 0xa21af5e198d8dccd00bea4bfa47b26c771a0716b}"
    2012-09-27 22:36:55.719 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: using UniqueBuildID <CFData 06D3D728 [71048078]>{length = 20, capacity = 20, bytes = 0x4a515ecc484322448d261b13499bfb4002f66b96}
    2012-09-27 22:36:55.721 [1012:aec]: amai: AMAuthInstallRequestSendSync: SSO function returned NULL, SSO disabled.
    2012-09-27 22:36:55.812 [1012:aec]: amai: tss_submit_job: HttpQueryInfo returned 200
    2012-09-27 22:36:55.823 [1012:aec]: amai: AMAuthInstallRequestSendSync: received tss response (server version: 0.6.30-b2)
    2012-09-27 22:36:56.280 [1012:1580]: iBoot build-version = iBoot-931.71.16
    2012-09-27 22:36:56.281 [1012:1580]: iBoot build-style = RELEASE
    2012-09-27 22:36:56.298 [1012:1580]: unable to open device_map.txt: No such file or directory
    2012-09-27 22:36:56.300 [1012:1580]: found device map entry for 0x00008900 0x00000004. boardConfig=n82ap platform=s5l8900x
    2012-09-27 22:36:56.301 [1012:1580]: _AMRestoreCreateCFDataWithContentsOfFile: CreateFileA failed: 2
    2012-09-27 22:36:56.301 [1012:1580]: unable to create data from file: 17
    2012-09-27 22:36:56.301 [1012:1580]: device_map.plist file not found
    2012-09-27 22:36:56.302 [1012:1580]: AMDeviceIoControl: GetOverlappedResult failed
    Can anyone help,  i have tried all youtube videos, all apple advice, I am at a loss
    Thanks
    Sam

    unfortunately if its not working you need a update from apple or a update from the manufacturer there has been a lot of complaints about car stereos not working with the iPhone 4 and it def has something to do with the software that apple is shipping there is no magic application or magic setting that is going to change this sorry

  • ABAP Error. Help needed ASAP

    Hi Gurus,
    I am trying to write an ABAP statement for the below requirement.
    Function has two import parameters. 1. key and 2. date.
                                Export parameter: export_rec like TAB.
    Req:  I need to select a record from a table where key = input parameter and input date lies between the from and to date fields in the table. (since table is time dependent).
    EXPORT_REC like TAB,
    I_T_TAB like TAB OCCURS 0 WITH HEADER LINE.
    SELECT  SINGLE * FROM I_T_TAB INTO EXPORT_REC WHERE KEY = IMPORT_ PARAMETER AND IMPORT_PARAM_DATE BETWEEN FROM_DATE AND TO_DATE.
    But, I am getting errors. It says the I_T_TAB is not defined in the Abap dictionary as table, view or projection.
    I defined it as an internal table. But, even then I am getting this error.
    Can anyone please help me out with this issue,
    Thanks,
    Regards,
    aarthi
    [email protected]

    Hi
    From you code i understand that I_T_TAB is the internal table that fetch data from the SAP table TAB.
    So, the reason for the error statement is because of the Select statement.
    The select statement is used to fetch data from SAP table TAB.
    So your select statement should look like this...
    SELECT SINGLE * FROM TAB INTO I_T_TAB
    WHERE key = import_ PARAMETER
    AND import_param_date BETWEEN from_date AND to_date.
    IF sy-subrc = 0.
      MOVE-CORRESPONDING i_t_tab TO export_rec.
    ENDIF.
    If you are trying to fetch data from the internal table I_T_TAB &
    append the export parameter EXPORT_REC then you should use the READ statement.
    READ TABLE i_t_tab WITH KEY key = import_ parameter
    and import_param_date between from_date and to_date.
    IF sy-subrc = 0.
      MOVE-CORRESPONDING i_t_tab TO export_rec.
      APPEND export_rec.
    ENDIF.
    Hope this helps!
    best regards,
    Thangesh

  • 9i Developer suite login problem. help needed ASAP

    i installed oracle 9i developer suite, my problem is i can't login. this is the error ora12560: TNS: oracle adapter error.
    or
    if i put the hostname it displays a no listener error and closes. i tried to create a listener in net configuration assistant, but i can't see it in services.
    i'm using windows XP. and not conneted to any machine.
    do i need any changes on my window settings?
    please help...
    thanks
    here is my listener.ora
    ABC =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = abc)(PORT = 1521))
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = abc)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\OraHome)
    (PROGRAM = extproc)
    tnsnames.ora
    TEST.ABC =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ABC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = test.ABC)
    ORACLE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = abc)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = oracle)

    check your operating system network protocole is TCP/IP is installed if so check is there any problem with these protocoles. this error is encounter generally due operating system network protocoles it is not an oracle error. here is discription.
    TNS-12560 TNS:protocol adapter error
    Cause: A generic protocol adapter error occurred.
    Action: Check addresses used for proper protocol specification. Before reporting this error, look at the error stack and check for lower level transport errors.For further details, turn on tracing and re-execute the operation. Turn off tracing when the operation is complete.

  • 2008 Macbook - HELP NEEDED ASAP

    I have just bought a second hand macbook and its in spotless condition with "Macbook OS X Install Disc 1 & 2" along with the OS X SnowLeopard discs also.
    Here is the specs and below is the help i need.
    MacBook White 13 inch 2.4 GHz Core 2 Duo – Early 2008
    Processor: 2.4 GHz Core 2 Duo
    RAM: 4GB 667 MHz
    Display: 13.3 inch
    HDD: 160GB
    Manufacturer -
    Apple
    Product Family -
    MacBook
    Model ID -
    MacBook4,1
    Model Number -
    A1181
    1, My first problem is that i have a user name and password which is needed. I have contacted the seller and he has said that he reset it all and that the username was "admin" and the password was blank but he said that with resetting it all it was a case that it would have been set up for me to start with it straight away.
    2, My second question is that does it come with a lit keyboard as F5 & F6 are blank but on my 2011 macbook pro i have put the brightness up on my keyboard.

    Links to how to reset.
    http://support.apple.com/kb/ht1274
    http://osxdaily.com/2010/08/10/forgot-mac-password-how-to-reset-mac-password/

  • I forgot my password! HELP NEEDED ASAP

    forgot my password and also for some reason i cant download itunes it tells me to contact tech support. I really need my password and can not retrive it because of this reason. Does anyone have any idea in how to get into my ipod with out the itunes download? Much will be apreaccated if i could have some help.

    No reason for an Apple store.
    Connect the iOS device to your computer and restore via iTunes. Place the iPod in Recovery Mode if necessary to allow the restore.
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    For how to restore:
    iTunes: Backing up, updating, and restoring iOS software

Maybe you are looking for

  • Necessary Fields For Creation of Service PO of Order Type Relaese Order.

    Dear Guru, I have encountered an issue which i am trying to resolve... My this requirment will seem little okward the way i am asking but i have no way... The issue is I have to create a Service PO of Order type Release order (RO) using BAPI Function

  • Can't Find File in Time Machine

    Kind of a weird problem, usually I can figure this stuff out on my own. Basically, I have an edited version of a video and I want to retrieve the original.  I know I did the edit on that day and I know its date created.  I have a weekly backup from t

  • Illustrator 16 and File Server

    Dear All, All my files are on XServe 10.7.5, and I have 6 MacPro 2009 on a 1000BT network (2 GB on the server) 3 MacPros Under 10.6.8 and 3 MacPros under 10.7.5. I have the following problem: With CS6: - on a MacPro 10.6.8, I work on a file, make cha

  • Was stuck on "Waiting For iPhone." Now it won't respond to the charge chord

    My phone has been giving me a lot of trouble today and I've been looking all over for tips and tricks, but so far, nothing has helped. It's an iPhone 4. One of my apps was being glitchy after a recent update, so I decided to delete it and reinstall i

  • InDesign/PhotoShop Compatibility

    I recently purchased InDesign and have an older version of Photoshop (CS). Am I going to come across any issues by using an older version of Photoshop with InDesign?