USERID is transfered as empty .....

Hi all,
I am working on the File2 Proxy Interface.....
My Interface is working good, except I have a field as user Id coming from Legacy and when the File XML Data is transferred to Proxy is coming as empty for USERID Field.....
Did anyone get this type of issue before.....Please do give some input to solve this issue.....
<removed_by_moderator>
Read the "Rules of Engagement"
Thank you,
Mili-
Edited by: Juan Reyes on Oct 21, 2008 3:04 PM

Hi Bhavesh,
Thank you for the quick reply.....
The reason is the Field name is wrongly spelled in File Adpter, so causing the issue....
I really appreciate your quick response......
I have read many of your blogs and really enjoyed as well learned lots of things....
Full points to you....
Mili-

Similar Messages

  • Import data from another browser - Only few IE9 favorites get transfered to bookmarks. HTML solution - HTML file all favorites correct, but same result

    Win7 / IE9: First time use. Example: One favorites folder has 4 HTML entries - only 2 get transferred. Some have none transfered - folder empty. Others have random correct + some missing.

    Monday Nght
    I can see complete IE9 Favorites HTML list in HTML file on Desktop with Firefox -> New Tab -> Open File.-> Open
    In desktop HTML file, there are 37 IE9 folders with no more than nesting 3 deep in any one top folder. These are all correct wrt IE9 favorites.
    All top folders + deepest nests are copied to FF ok. Contents random. Copied contents work ok
    7 HTML web sites not allocated to IE9 top folders are also copied <- these 7 copy to FF and work ok
    Example: First folder in IE9 list has no nesting., IE9 has 4 entries - Firefox has only 2. when either method of copying is used.
    BTW - please advise how I can delete whole Bookmark list in Firefox in one keystroke to be able to retry with a clean Bookmark list
    I am going to uninstall Firefox and start again with a clean copy and use HTML method only to try to transfer IE( files. I will report result.
    BTW, I am in UK on UK time - hence delays in replying - need to sleep sometimes!!!!!
    Tuesday Evening
    Hi
    I uninstalled Firefox. Re installed and loaded IE9 favorites from HTML file.
    All seem copied correctly
    First time I started by using the "import data from another browser". Partial copied.
    Then I tried "Import from HTML file" without deleting whatever favorites had been copied. Still partial copied.
    All seems well.

  • Creating a new document in Finder with right-click--How?

    Is there a way to create a new document in a Finder folder by right-clicking (or Ctrl-left)? So that the new file will be created at that very spot, in that very folder.
    In Windows-Explorer this was quick and easy. Just right-click and you could choose from a menu to create a new empty doc of the most popular (installed) programs. Text file was mandatory. The file was created where the curser was at. VERY handy as that way you didn't have to open the application, create a new doc and then when saving having to crawl your way all the way to the position in the Explorer/ Finder.
    Since I started with Apple and Tiger I've been missing this feature and Snow Leopard still does not seem to have it. Or did I miss something? I checked all the menue as well. There's not even a "Create new document". Only a "Create new folder". 
    I was just reminded of this when I wanted to create a new file on an external drive on a server to save some text in it. There was no way other than first opening Textedit, saving the empty file on the local Mac, THEN transferring the empty file to the server. Only THEN I could open it and edit it.
    There MUST be a quicker way.
    Also, in Windows you could edit this list in the menu (and add programs that would not by themselves do this). Is there a way for the Mac?
    Cheers,
    Jay

    I might have just found a solution myself:
    https://discussions.apple.com/message/10432377?messageID=10432377&amp%3b#1043237 7
    It seems other people are wondering too.
    And for those of you who don't understand why this is useful: Try it.
    Open Textedit, Apple-N, and then save the darned file somewhere deep in the labyrinth of the Finder where you've just been but withouth the file. It takes AGES.
    I, on the other hand -- at least in Windows --, right-click, new, double-click AAAND I'm on editing the file.
    VERY quick.
    It's beyond me why this is not possible on a Mac.

  • Handling PI 7.1 RFC Lookup Exception in Graphical Mapping

    Dear Experts,
              I would like to know the better way of handling PI 7.1 - RFC Lookup Exception in Graphical Mapping without using  BPM. Say I perform a RFC Lookup from PI 7.1 Graphical Mapping and it fails due to RFC server down. In this case I suppose the RFC exception would be returned as response to the mapping? But, am really not sure how this response (RFC Exception) could be effectively used. Please clarify.
    Thanks,
    Hussain.
    Edited by: HussainShaik on Oct 26, 2009 8:24 AM

    Hi Hussain,
    I am not sure if I understood you query completely.
    IF the RFC look up raised some exception then how this is going to impact your interface will depend your mapping (which you did in ESR)
    (the following is adopted from help.sap,com)
    If you handled exceptions  by selecting Use Exceptions checkbox in the function properties of the standard function, the mapping editor adds an additional parameter in red (the bottommost return parameter) to the standard function in the data-flow editor. If you do not assign a target field to this return parameter, ignore the RFC exceptions (the message mapping is not terminated at runtime). Otherwise the mapping runtime transfers the exception as an XML structure and it can then be evaluated in a user-defined function, for example. If there is no exception, the mapping runtime transfers an empty context.
    If you have not selected the Use Exceptions checkbox, the mapping runtime terminates the message mapping if an exception occurs during the RFC lookup.
    Is this you are looking here?
    Also check this thread and help.sap site
    Re: SAP-PI - RFC call to SAP backend system
    http://help.sap.com/saphelp_nwpi71/helpdata/en/33/1ec6ced273493a993a80c2301c03da/content.htm
    Regards
    Suraj

  • DisplayTag - got the table but the view is simple! how to get  ITS mode?

    Hi guys,
    I have (semi) successfully implemented a nice table using the DisplayTag
    (From: http://displaytag.homeip.net/displaytag-examples-1.1/example-styles.jsp?class=its)
    The thing is that I can see the table but it's in a simple mode! Meaning there's no color, nor borders, no look!
    Wonder if anyone knows what I am missing.
    Thanks
    My code:
    <%@ taglib uri="http://displaytag.sf.net" prefix="display" %>
    <%@ include file="/taglibs.jsp" %>
         <fmt:setBundle basename="ApplicationResources" />
         <table align="center" width = "80%">
              <tr><td>
                        <html:errors property="join"/>
                        <h1>hello jsp worold </h1>
                             <fmt:message key="loggedin.msg">
                             <fmt:param value='${requestScope.userName}' />
                             </fmt:message>
                </td></tr>                                                                   
         </table>
    <display:table name="sessionScope.all_users" class="its">
      <display:column property="userID" title="ID"   paramId="userID" />
      <display:column property="email"   paramId="action" paramName="testparam" paramScope="request" />
      <display:column property="password"   paramId="id" paramProperty="userID" />
    </display:table>

    See Empty/corrupt library after upgrade/crash.
    tt2

  • Ssmtp setup

    Hi guys, I'm trying to set up ssmtp to send out emails from a server (monnmsp303) which needs to go to an internal Apache JAMES server (monappp086). I have set this up and it works as expected when sending as a root user. However, I am trying to get it to send out as the user nagios. When I receive an email sent from the nagios user, using the exact same command, has the From field is filled with the text "msp303", the subject is empty and the body of the text contains text with the To, From and Subject etc. Can anyone please explain where I am going wrong?
    Here is my configuration:
    [root@monnmsp303 ~]# less /usr/local/ssmtp/etc/ssmtp/ssmtp.conf
    Debug=YES
    # /etc/ssmtp.conf -- a config file for sSMTP sendmail.
    # The person who gets all mail for userids < 1000
    # Make this empty to disable rewriting.
    root=postmaster
    # The place where the mail goes. The actual machine name is required
    # no MX records are consulted. Commonly mailhosts are named mail.domain.com
    # The example will fit if you are in domain.com and your mailhub is so named.
    mailhub=monappp086
    # Example for SMTP port number 2525
    # mailhub=mail.your.domain:2525
    # Example for SMTP port number 25 (Standard/RFC)
    # mailhub=mail.your.domain
    # Example for SSL encrypted connection
    # mailhub=mail.your.domain:465
    # Where will the mail seem to come from?
    rewriteDomain=nagios
    # The full hostname
    hostname=monnmsp303
    # Set this to never rewrite the "From:" line (unless not given) and to
    # use that address in the "from line" of the envelope.
    #FromLineOverride=YES
    # Use SSL/TLS to send secure messages to server.
    #UseTLS=YES
    # Use SSL/TLS certificate to authenticate against smtp host.
    #UseTLSCert=YES
    # Use this RSA certificate.
    #TLSCert=/etc/ssl/certs/ssmtp.pem
    # Get enhanced (*really* enhanced) debugging information in the logs
    # If you want to have debugging of the config file parsing, move this option
    # to the top of the config file and uncomment
    #Debug=YES
    less /usr/local/ssmtp/etc/ssmtp/revaliases
    # sSMTP aliases
    # Format:       local_account:outgoing_address:mailhub
    # Example: root:[email protected]:mailhub.your.domain[:port]
    # where [:port] is an optional port number that defaults to 25.
    root:nagios@monnmsp303
    [nagios@monnmsp303 ~]# printf "%b" "To: [email protected]\nFrom: nagios@monnmsp303\nSubject:MySubject\n\nMY TEXT" | /usr/local/ssmtp/sbin/ssmtp [email protected]
    [root@monnmsp303 ~]# less /var/log/maillog
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: Set MailHub="monappp086"
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: Set RemotePort="25"
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: Set RewriteDomain="nagios"
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: Set HostName="monnmsp303"
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: 220 monappp086 SMTP Server (JAMES SMTP Server 2.3.2) ready Wed, 2 Mar 2011 17:03:50 +0000 (GMT)
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: HELO monnmsp303
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: 250 monappp086 Hello monnmsp303 (monnmsp303 [10.182.218.105])
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: MAIL FROM:<nagios@nagios>
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: 250 2.1.0 Sender <nagios@nagios> OK
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: RCPT TO:<[email protected]>
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: 250 2.1.5 Recipient <[email protected]> OK
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: DATA
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: 354 Ok Send data ending with <CRLF>.<CRLF>
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: Received: by monnmsp303 (sSMTP sendmail emulation); Wed, 02 Mar 2011 17:03:44 +0000
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: From: msp303
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: Date: Wed, 02 Mar 2011 17:03:44 +0000
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: To: [email protected]
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: Subject:MySubject
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]:
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: MY TEXT
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: .
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: 250 2.6.0 Message received
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: QUIT
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: 221 2.0.0 monappp086 Service closing transmission channel
    Mar  2 17:03:44 monnmsp303 sSMTP[8957]: Sent mail for nagios@nagios (221 2.0.0 monappp086 Service closing transmission channel) uid=103 username=nagios outbytes=322
    [root@monnmsp303 ~]# printf "%b" "To: [email protected]\nFrom: nagios@monnmsp303\nSubject:MySubject\n\nMY TEXT" | /usr/local/ssmtp/sbin/ssmtp [email protected]
    [root@monnmsp303 ~]# less /var/log/maillog
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: Set MailHub="monappp086"
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: Set RemotePort="25"
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: Set RewriteDomain="nagios"
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: Set HostName="monnmsp303"
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: 220 monappp086 SMTP Server (JAMES SMTP Server 2.3.2) ready Wed, 2 Mar 2011 17:05:12 +0000 (GMT)
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: HELO monnmsp303
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: 250 monappp086 Hello monnmsp303 (monnmsp303 [10.182.218.105])
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: MAIL FROM:<nagios@monnmsp303>
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: 250 2.1.0 Sender <nagios@monnmsp303> OK
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: RCPT TO:<[email protected]>
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: 250 2.1.5 Recipient <[email protected]> OK
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: DATA
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: 354 Ok Send data ending with <CRLF>.<CRLF>
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: Received: by monnmsp303 (sSMTP sendmail emulation); Wed, 02 Mar 2011 17:05:06 +0000
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: From: "root" <nagios@monnmsp303>
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: Date: Wed, 02 Mar 2011 17:05:06 +0000
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: To: [email protected]
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: Subject:MySubject
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]:
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: MY TEXT
    Mar  2 17:05:06 monnmsp303 sSMTP[19061]: .
    Mar  2 17:05:07 monnmsp303 sSMTP[19061]: 250 2.6.0 Message received
    Mar  2 17:05:07 monnmsp303 sSMTP[19061]: QUIT
    Mar  2 17:05:07 monnmsp303 sSMTP[19061]: 221 2.0.0 monappp086 Service closing transmission channel
    Mar  2 17:05:07 monnmsp303 sSMTP[19061]: Sent mail for nagios@monnmsp303 (221 2.0.0 monappp086 Service closing transmission channel) uid=0 username=root outbytes=345
    Any help would be greatly appreciated.
    Many thanks,
    Paul

    Thanks for the nice post. The wiki page contains typo error (ssmpt instead of ssmtp) pl correct it. Also another method is using a text file. For eg create a text file contains the following
    To:[email protected]
    From:your_mail address
    Subject: Arch linux
    Arch linux is a cute and nice distribution.
    1. It uses the KISS technology
    2. Automatic upgrade thro' pacman
    3. Bleeding edge
    5. More secure software installation
    Give it a Try
    and save this file as test
    now (note: one space should be there after subject:)
    #ssmtp your_contact_address < test
    In this method you can auomate to send mails to your contacts thro' a simple bash script.
    Reference: http://tombuntu.com/index.php/2008/10/2 … ith-ssmtp/

  • Clients Time-Out When Retrieving Large Files  From Our PureFTPd Server

    Hi, not sure if this is the right place to get help, but didn't know where else to look. And let me begin by saying I'm not a server admin by trade, but that is the role I've fell into at a design firm. So please bear with my lack of knowledge on some of the more technical details.
    We have OS X Server 10.4.11 running here with PureFTPd installed and managed through PureFTPd Manager application. It has been fairly reliable for us for the last 2-3 years once the initial setup craziness was complete.
    But lately we've had 2 clients say that they've had difficulty downloading larger files from us. They get a time-out or error message on their end. They are most likely using Windows Explorer on a PC to do the transfer, which has always been the easiest method for our clients.
    One client had no problem getting files up to 14MB or so. But when trying to download a certain file that was about 80MB, it would not work. I tried different things here, and she tried multiple times, but no luck. I tried zipping the file to see if that would help, but no luck.
    Then another client had a similar problem today with a file that was only 25MB.
    We don't send large files very often, so I'm not sure if this is a recent thing or not. It seems like we've received some large files recently though.
    In PureFTPd manager, I usually leave all of the fields in the Transfers tab empty for all users. I didn't see anywhere else that would seem to impart a file-size limitation.
    • Any ideas at all?
    • If not, any other forums that I could search for help on? It looks like the developers site for PureFTPd Manager hasn't been updated in a year or two.
    Thanks in advance!

    Some years back I had trouble at a customer that had a ADSL using PPPoE connection to their ISP.
    Their router/modem (Speedtouch) couldn't cope with the LAN MTU when they sent files out so I had to lower it on their computers (running Panther?) ethernet interface from 1500 to 1492 (PPPoE overhead was 8 byte). The communication used to stall at about 25MB but the MTU change helped resolving that.
    My guess is that the router had to fragment (split in two) all outgoing packets it recived from the LAN computers and it just couldn't cope after a while.
    In your case it can be other network related things too like maybe needing traffic prioritizing, if receiving a lot of traffic from Internet and trying to send at the same time.

  • Cannot send/receive mail locally for cronie [solved]

    I installed the heirloom-mailx package so cronie can send messages but I cannot send a test message to myself.
    % echo "test" | mailx -s "test message" mags
    /usr/sbin/sendmail: No such file or directory
    "/home/mags/dead.letter" 9/210
    . . . message not sent.
    So I installed ssmtp after searching but that does not work either.
    % echo "test" | mailx -s "test message" mags
    % send-mail: Cannot open wallflower:25
    My /etc/ssmtp/ssmtp.conf:
    # /etc/ssmtp.conf -- a config file for sSMTP sendmail.
    # The person who gets all mail for userids < 1000
    # Make this empty to disable rewriting.
    root=mags
    # The place where the mail goes. The actual machine name is required
    # no MX records are consulted. Commonly mailhosts are named mail.domain.com
    # The example will fit if you are in domain.com and you mailhub is so named.
    mailhub=wallflower
    # Where will the mail seem to come from?
    #rewriteDomain=y
    # The full hostname
    hostname=wallflower
    Thank you for any help you can provide.
    Last edited by maggie (2013-10-05 15:21:00)

    http://unix.stackexchange.com/questions … y-for-cron
    Edit: Tried https://aur.archlinux.org/packages/dma/ - works:
    $ ls -l /usr/bin/sendmail
    lrwxrwxrwx 1 root root 3 Oct 2 01:23 /usr/bin/sendmail -> dma
    $ echo "foo" | mailx -n -s "test" karol
    $ mail
    Heirloom Mail version 12.5 7/5/10. Type ? for help.
    "/var/spool/mail/karol": 1 message 1 new
    >N 1 karol@black Wed Oct 2 01:25 17/447 "test"
    Last edited by karol (2013-10-01 23:28:30)

  • How to remove attached files from an interactive Form?

    Hi,
    is it possible to delete all the attached files from an interactive form?
    I'm able to extract all the files and store them separately. But I found no way to store the interactive form without attachments.
    There is a method called SET_ATTACHMENTS, but transferring an empty table is not allowed.
    What should I do?
    Code:
    *     Create PDF Object.      lo_pdfobj = lo_fp->create_pdf_object( connection = l_dest ).
    *     Set document.      lo_pdfobj->set_document( pdfdata = iv_filecontent ).
    *     Set task to get attachments.      lo_pdfobj->set_task_getattachments( ).
    *     Execute, call ADS.      lo_pdfobj->execute( ).
    *     Get result.      et_attachments = lo_pdfobj->get_attachments( ).
    Regards,
    Mario

    Any ideas?

  • The hard drive on our laptop crashed was able to transfer all for 2 users files etc to another mac. got it fixed 80,000 photos were transferred back but iphoto library for 1 user is empty now. can this iphoto library be recovered?

    The hard drive on our laptop crashed and we took it to the apple store and they said we can transfer all files photos and videos over to another mac laptop via a special cable.  We did that and everything for the two users transferred over to the other laptop fine including 80,000 photos.  We got the laptop fixed and my husband transferred everything back to our laptop.  In his profile (he’s the administrator) his iPhoto library has all 7900 of his photos in it as well as all his events and albums that he created prior to it crashing. It’s organized exactly how he had it; however, in my profile, my iPhoto library is empty.  I had over 9,000 photos in it and like 65 events and a couple of albums and it’s completely empty yet when he transferred everything back to our mac, he it showed that 80,000 photos were transferred as well.  Do you know where all those photos could possibly be stored?

    Yes you can move the book but not by exporting
    The book is just entries in the iPhoto database so the only way to transfer it is ot transfer the entire library it is in - you can make a "mini" library containing only one book to make the transfer easier - see Old Toad's tutorial #9 - http://oldtoadstutorials.net/No._9.html
    You also can save a PDF of the book and transfer that but you can not edit pr process it
    LN

  • 802.1x Empty userId

    Hi,
    I´m studying the behaviour of the 802.1x protocol working in a Windows environment with IAS and AD activated.
    I´m using Windows 2000/XP 802.1x clients to perform the tests.
    As I check the option "Authenticate the user as guest when the credentials are unavailable" in the client and I´m not able to get authorized. I watch the trace in the CAT 2950 switch and I get the message 'dot1x event - empty userid'. The client´s request is not forwarded to the RADIUS server and at the end the client is unauthorized.
    First I thought of configuring the IAS server with a rule to bring these anonymous users in a quarantine VLAN and perform further actions with these clients. No way, the request don´t get to the RADIUS.
    The other option that I managed was to take these users to the guest VLAN but I think this is not possible either. I have got similar problem with users with invalid credentials.
    Is this the correct or expectable behaviour of the switch?
    Any idea to take uknown users to a controlled or quarantine VLAN?
    Thanks in advance.
    Ramiro Ortiz

    Thanks a lot for your quick response.
    I´ve noticed the bug has recently changed from the assigned to the resolved status.
    Have you got any idea about how long will it take the new release to be available? I´ve downloaded the latest one 12.1(22)EA5a (September 22th) but it´s not corrected yet.
    Thanks again.
    Bye.

  • When transferring music library and apps to my new I Pad I think I clicked Export Library instead of synching.  Now my music library is virtually empty - mostly CDs downloaded, a few apps for the I Pad and apps for the I pod too.  Can I move these back?

    When transferring music library and apps to my new I Pad I think I clicked Export Library instead of synching.  Now my music library is virtually empty - mostly CDs downloaded, a few apps for the I Pad and apps for the I pod touch too.  Can I move these back?

    weird very weird. today i did this again today after already being unsuccessful earlier. exactly the same thing as i have done before, exactly. didn't try to import. didn't say damaged library, copied everything in including date. have tried it about 10 times no luck. today it just worked.
    how weird is that?
    oh well JG - maybe you mixed a magic potion for me?
    anyway, thank you for all the help.
    to anyone else reading this all i can say is keep trying, you never know. follow the above advice. you may feel exasperated and think you have done it already, but keep trying.
    cheers
    P

  • **Transferring project to new computer - EMPTY FILE FOLDERS??

    I had a previous post on render issues...the render was coming out   very glitchy and fuzzy and like nothing I've experienced before...
    So what I'm doing now is taking my CS4 project and transferring to a much better computer...that has CS5 Premiere Pro.
    The project opens up fine but when it asks for the files - and I locate them on external hard drives...the folders are empty.
    The files of these folders are absolutely fine and present when I open them from the hard drive on the computer.
    I   also transferred the files from the hard drive to the desktop of the   new computer and the files are present when I open from desktop.
    The only issue is when I'm in CS5...it's saying the folders are empty but they're definitely not.
    This   doesn't occur for all the files...I grabbed some images (still images)   without a hitch...but the video's aren't pulling up and the voice  over,  music and sound FX aren't either...
    So basically the only thing that works are the images.
    I think I've experienced something like this in the past but I don't remember how I fixed it.
    What's this all about and how do I correct it immediately.
    The quicker the input the better....so I'd be extremely grateful if anyone could get back super quick!
    Thanks - I really appreciate the help

    David - wanted to let you know that your suggestion worked...well kind of
    I found out that the issues were mainly with my computer - regarding the original post about intermittant fuzziness.
    About the files not importing/folders showing up but not the files...
    I opened an original  project. When I did that, the files within the folders magically...were  present.
    But it wasn't that easy.
    I  had to get the original project into the newly created project so  the  easiest way that worked was copying and pasting the original  project  into the new project timeline.
    But then, the files didn't show up again after I did this...
    So  I forget what I did because I went through a ton of attempts but  I  finally got the files to show up and I linked each piece of media  with  the timeline elements.
    All but one of the media elements linked.
    It gave me an error message for the one that didn't:
    The  selected file does not contain video media used by clip references in  one or more sequences. These video clip references will be deleted, and  cannot be undone. Do you want to continue?
    That was an AVI video that didn't import but the rest of the AVI's with the exact same settings did import.
    And the  computer I was on didn't play AVI video's (only the audio) -  which is what about 3 of the video elements in the timeline were  composed of. I donwloaded  codec's from DivX and I think Microsoft  codecs and maybe one more set of  codecs that all were supposed to have  AVI within them but the computer  still only played the audio.
    So I rendered that portion (video file that didn't  import) on old  computer at super high data rate to combat the fuzziness  and brought  that video into the timeline and went on with the rest.
    So I don't know what was up but I kept going til I found a way.
    Thanks for your help David and everyone else

  • I just bought a new iMac and when transferring the contents of my previous mac the mail folders were all empty.  How do I get back my saved emails?

    I just bought a new iMac with OS X Mavericks, and when I transferred my data from my old iMac with Snow Leopard, all my mailboxes appeared, but they were empty.  How can I get back my saved emails?

    Quit Mail. Force quit if necessary.
    Back up all data. That means you know you can restore the Mail database, no matter what happens.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Mail/V2/MailData
    Copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder
    from the menu bar. Paste into the box that opens by pressing command-V, then press return.
    A folder window will open. Inside it there should be files with names as follows:
    Envelope Index
    ExternalUpdates.storedata
    Move those files to the Desktop, leaving the window open. Other files in the folder may have longer names that begin as above. Move those files, if any, to the Trash.
    Relaunch Mail. It should prompt you to re-import your messages. You may get a warning that the index is damaged and that Mail has to quit. Click OK. Typically, the process takes a few minutes, but it may take hours if you have gigantic mailboxes. In that case, you may be able to speed things up by temporarily adding your home folder to the Privacy list in the Spotlight preference pane. Remove it when Mail has finished importing.
    Test. If Mail now works as expected, you can delete the files you moved to the Desktop. Otherwise, post your results.

  • My disk was full. I transfered data to a hard disk and emptied my trash...but my disk is still full!...how can i do?

    My disk was full. I transfered data to a hard disk and emptied my trash...but my disk is still full!...how can i do?
    Thanks
    I had this answer : When you copy data from one drive to another, it is not removed from the first drive — you need to trash it as the second step in the process of "moving" it. Then empty the trash.
    Sorry I understand the answer but I'm not very good...how to "trash it as the second step in the process of moving it"...I already emptied my trash and don't know where to go o trash another time the files...can you explain the process.
    Thank you very much

    Hi lluiset,
    Let's try this example.
    If I have a file on my Desktop and copy it to an external HD it copies the file, it does not move it. I'd then need to take that file and move it to the trash can (click on it, hold and drag over the trash can icon in the Dock). Another option is to right click (or hold the Control button and mouse click), then select "Move to Trash" followed by emptying the trash.
    Hope that helps.

Maybe you are looking for

  • Can not clear all data in iMessage

    My iMessages was taking up along of room so I deleted every message in my iMessage. But when I go to settings>general>usage iMessage is still taking up 600mb! There are no messages what do ever in my iMessage. I tried doing a back up and resource fro

  • Automatic scheduling of report and send the output  to user via email

    Good Morning, Please i need to scheduled report and send the output via email in Discoverer . Please can someone assist in how to achieve this ?

  • SQL2008R2 RSClientPrint continual reinstall prompting...seprate instance of Reporting Services

    I have this situation where users are continually prompted to reinstall the RSClientPrint for a SQL Server 2008R2 Reporting Services setup.  The reporting services databases are on a clustered install, and the reporting services themselves are on a s

  • How to use JMS with tomcat and Axis

    Hello I'm new in ii, so i'm still a little bit lost. I have been implementing web services with tomcat and Axis. However, these services are synchronous and I would like that some services were asynchronous. I've been reading about the topic and I've

  • All  my pngs are corrupting

    Yesterday, I think Fireworks was updated through my adobe updater. I should have paid more attention, but I hit 'OK' and I think it updated Fireworks and Dreamweaver to Version 9.01. I finished this giant ping with all these complex graphics and roll