Weird situation in Z_ALV_report!!!!!!!!!

Hi Experts,
This is a weird situation, I dont know, Why its happening????
I enhanced and added SubTotals to the existing Z_alv_report.
But, the Sub totals functionality is NOT working!!!!!!!! even though I did every thing correct!!!!!!!!!!
So, I did as follows,
SE38-> Specified my Z_alv_report>applcation tool bar> used the COPY button> copied from Z_alv_report INTO Y_Z_alv_report, including all i.e.  Selection textx, Varints etc.> Cont.-----> Activated........now.
F8
Then, its working correctly!!!!!!!!!
So,
1)Why its happening?
2) So, I deleted all the code in Z prog. --->actgivated
   then, I copied the Y version code and did Paste in Z version------>activated
But, not working the sub totals!!!!!
3) So, How to fix my problem? I guess, I shuld not RENAME the exting prog.. which is in production!!
4) Can I delete the existing Z_alv_report.......... create transport.......then, creation of new prog. but, with same name as deleted i.e Z_alv_report........again copying&pasting.........!!!!!!!!
Is it works? Is it OK, with BASIS? I mean, no transport mess?
thanq
Edited by: Srinivas on Jan 26, 2008 11:39 AM

no reply

Similar Messages

  • Weird situation with BINARY SEARCH in READ statwment??

    Hi Experts,
    I got weird situation with BINARY SEARCH !! bcoz, below is my code,
    data: begin of it_vbap occurs o,
            vbeln like vbap-vbap,
            posnr like vbap-posnr, ( i also tried like, posnr(6) type n)
    end of it_vbap.
    data: counter type i ( i also tried like, counter(6) type n)
    my it_vbap is filled like below,
    vbeln----
    posnr
    12345678-------000001
    12345678-------000002
    12345678-------000003
    12345678-------000004
    12345678-------000005
    12345678-------000006
    sort it_vbap by posnr. (*)
    clear counter
    loop it_vbap.
    counter = counter + 1.
    read table it_vbap with key posnr = counter
    binary search (after commenting the above SORT * marked statement, then,if I delete BINARY SEARCH, then its working!!)
    if sy-subrc = 0.
    here is my logic.
    endif.
    endloop.
    so, now, for
    1st loop the sy-subrc = 0.
    2nd loop the sy-subrc = 0.
    3rdloop the sy-subrc NE  0.
    4th loop the sy-subrc = 0.
    5th loop the sy-subrc NE 0.
    6th loop the sy-subrc NE 0.
    so, why, ebven though there r all entires in it_vbap, why am getting the sy-subrc NE 0??
    Is the reason that, there r less number of entries in it_vbap?? and am using BINARY SEARCH??
    thanq
    Edited by: SAP ABAPer on Dec 4, 2008 8:33 PM
    Edited by: SAP ABAPer on Dec 4, 2008 8:37 PM
    Edited by: SAP ABAPer on Dec 4, 2008 8:37 PM

    Hello
    The following coding works perfect (6x sy-subrc = 0) on ERP 6.0:
    *& Report  ZUS_SDN_ITAB_BINARY_SEARCH
    REPORT  zus_sdn_itab_binary_search.
    TABLES: vbap.
    DATA: BEGIN OF it_vbap OCCURS 0,
    vbeln LIKE vbap-vbeln,
    posnr LIKE vbap-posnr, "( i also tried like, posnr(6) type n)
    END OF it_vbap.
    DATA: counter TYPE posnr.
    START-OF-SELECTION.
      " Fill itab with data:
    *  12345678-------000001
    *  12345678-------000002
    *  12345678-------000003
    *  12345678-------000004
    *  12345678-------000005
    *  12345678-------000006
      REFRESH: it_vbap.
      CLEAR: vbap.
      DO 6 TIMES.
        it_vbap-vbeln = '12345678'.
        it_vbap-posnr = syst-index.
        APPEND it_vbap.
      ENDDO.
      SORT it_vbap[] BY posnr.  " for BINARY SEARCH
      BREAK-POINT.
      clear counter.
      loop at it_vbap.
      counter = counter + 1.
      READ TABLE it_vbap WITH KEY posnr = counter
      BINARY SEARCH.  " (after commenting the above sort * marked statement, then,if i delete binary search, then its working!!)
      IF sy-subrc = 0.
        "here is my logic.
      ENDIF.
    ENDLOOP.
    END-OF-SELECTION.
    By the way, if your requirement is to check whether the first item has POSNR = '000001', the second item has POSNR = '000002' and so on then you can simplify your coding like this:
    counter = 0.
    LOOP AT it_vbap.
      counter = syst-tabix.
      IF ( it_vbap-posnr = counter ).
        " put in here your logic
      ENDIF.
    ENDLOOP.
    Regards
      Uwe

  • Third Party Repair vs Apple Store Visit (weird situation/question)

    I have a 24" intel iMac that recently went kaput. I turned it on last night and it could no longer find any startup volume. It was as if my hard drive just vanished. I tried rebooting, I tried holding the option key and booting, I tried holding c and booting, etc. to no avail. There was just no longer a hard drive. I booted from the install cd and ran disk utility, but there was no volume to repair or reformat/reinstall on, so I finally called Apple. We went through the whole troubleshooting procedure and the rep came to the conclusion that I would have to bring my iMac to the nearest Apple Store or dealer to have the hard drive replaced...
    Now, here's where my situation gets a little unique and where my actual question comes in. I live close by to an Apple Store, but I am currently receiving high-dose chemotherapy and it is HIGHLY inadvisable for me to drive, let alone expose myself to mall germs for the next few weeks. I told the Apple rep about my situation and asked about having someone come to my house to repair the computer. He obliged by hooking me up with an approved third-party dealer. They will apparently call me to set up an appointment, come to my home and replace my hard drive. Now, this is great, but I had a question about this which the Apple rep could not answer and I have yet to receive a call from the third-party repair company. My question for the rep was whether or not this third-party repair company would do anything at all to attempt to retrieve the data on the defective drive. The Apple Rep said he did not know what, if anything, they would do to help me retrieve the data currently in limbo. That pretty much stinks because all of my personal info is on there, including tax returns, e-mails, photos and music. I have some backups, but definitely not everything. This is long, sorry....wow...anyway, here is my question for this board:
    Would I be better off waiting and just going through the Apple Store for this process? I have AppleCare and my PowerBook, so time is not really an issue; but would they go above and beyond in the effort to retrieve my data? I have no idea what this third party is going to do, but I'll find out eventually; however, if I'm armed with the knowledge that the Apple Store will do everything they can to get my data and this third party ends up sounding wishy washy about it (or worse - they flat out say they won't do anything beyond the repair), I'll just tell them to forget it and wait until I can travel and take my iMac into the Apple Store. This information is vital because the one thing the Apple rep made crystal clear is that there is no way I will be allowed to keep the old drive, which would allow me to attempt data retrieval at my leisure.
    Also, this is an additional minor question: the Apple Rep said that the old drives are destroyed when received by Apple, but can anyone here confirm this? Is it 100% assured that these drives are not just given a cursory wipe and then refurbished (if it turns out they can be fixed that is)?
    Thanks for listening and any info you can provide.
    Matt
    iMac 24"   Mac OS X (10.4.7)  

    "but would they go above and beyond in the effort to retrieve my data?"
    It has been my understanding from reports here by other users with the experience, that the Apple stores generally charge a fee (I think $75) for transferring hard drive data - it's not part of the service that they're performing. Don't assume that before you leave without your Mac, anyone will even inquire whether or not you still have data on a drive. There have been reports from some users who simply made the assumption that data transfer would be taken care of, only to find it all gone. As for an Apple authorized dealer, I'm not sure why the situation would be any different at all. Best to use caution.
    Message was edited by: myhighway

  • Weird situation, disappearing disk space while using only few applications

    Hello
    I got a weird warning when I had about 20gb of disk space available that my start up disk was empty and that I had to force quit Firefox, Finder and itunes.
    I restarted the computer and once again there was approximately 20 gb left of disk space again, but looking at it, it started disappearing quickly all the way until I got the same warning. This time the applications I was using were Firefox, Ical, Mail and my widgets.
    I restarted the computer once again and the 20gb were there again.
    Anyone help me or have a clue what's going on?
    Thanks!!!

    Hey Chris. that is happening to me too! I was using iTunes last night to update my iPad. First when I booted up, it gave me a "no camera detected" error (never happened before), then it says I had no free disk space as it tried to backup my iPad. I checked the hard disk and it said I had zero KB's available. So I deleted or moved a bunch of videos, pics, and files off of the computer and got it to have 13 GB's free on the hard drive. Then I rebooted and tried again. Same errors, showing 13 GB free at first but during iPad syncing, it fails saying that I have not enough free disk space and then I check it and its says I have zero space left. Shut down and restart, and I have 13 GB's free again. Its maddening and I dont know whats going on! I was afraid my hard drive is gonna fail! If anyone else can help us, or Chris if you found out what was happening, please let me know! I have an older model MacBook Pro from about 2005. it has been slow lately but otherwise working fine! Please help! Thanks! Tom

  • Weird situation with imessage (3 phones on same ID)

    My daughters & I all have iPhones (youngest has a 3Gs & oldest and myself 4G). I also have an iPad 2 (got it for Christmas 2011). All are running newest OS. Never have had a problem with iMessage before, until April 9 when my iPhone battery drained & it was super late and I was messaging my oldest to get home immediately....so I had to use my iPad 2 to continue texting her. Ever since I did this, we she & I message each other it does NOT alert us that we got a message, because it shows up as a blue message like we sent it to ourselves & my other daughter gets the message as well, like it came from her sister (even if it's a message I sent to the oldest).
    After this problem became apparent, I shut off my iPad 2 iMessenger. But the problem STILL is occuring. I have even turned off iMessage on my iPhone 4 & just texted for about a week. Then turned it back on & situation STILL is occuring.
    Please someone HELP us. I need to know that my girls got their messages. All of our devices are under the same Apple ID (could this be the problem?) & can we use different IDs, but still access all of our purchases (we have almost 500 apps on this ID & way more songs than that).

    It's more that likely the same ID's are causing the problem.  http://support.apple.com/kb/HT3529 
    Probably need to create a separate ID for your children.

  • Cracked iPhone 4, weird situation. Help PLEASE!?

    I have a very unusual situation with my iPhone 4 and I guess I just want someone else's view on it.
    I was in my living skills class at school and we were making food. While we were waiting for it to come out of the oven, my phone being completely fine before, I set it on the table and was talking to some of my friends and looking at a video on another friends phone. I turned back to grab my phone and check it and it was cracked at the VERY middle at the top and is cracked to the ear speaker and branches off around it, luckily not on the camera. I have no idea how it happened and my friends were all really confused also because not one of us including me had touched it. We think someone could have walked by and hit it or done something to it. But we all have NO idea what happened so really it could have been anything. I don't know what to tell the apple store, I'm going to a mall near Seattle this weekend and ANY help or advice for my situation would mean a lot. Please.
    Thank you ahead of time for any help.

    Virginia,
          About 9 months ago, the glass BACK of my iPhone 4 broke after I sat on it in bed.  I took it in to an Apple store, and they fixed it for free right then and there, without an appointment.  But they told me that if the front screen is ever broken, it cannot be repaired, because Apple builds the phone on top if the screen, and there is no way to pry it off and glue it back on again.  Good luck.

  • Transferring Ps CS6 Extended License to New Computer... Kind of a weird situation.

    I was able to download Photoshop for free through school (Pratt) and never had to enter a serial key. I know, I don't understand how it worked either.
    It was downloadable on their website for some reason. They have since taken down the download.
    I am running a 2011 MacBook Pro and am upgrading tomorrow to a MacBook Pro Retina.
    I would like to be able to use Photoshop on my new computer (as I am still in school), but the serial number provided in System Info is only 20 digits as opposed to 24.
    I know that you can enter your serial number on your My Adobe page, to be able to use the license on a new computer. But it doesn't accept my 20 digit serial number.

    kissmybuttamerica wrote:
    …But it doesn't accept my 20 digit serial number.
    All Adobe serial numbers are 24 digits.
    The number shown by all installed Adobe applications on your computer are deliberately truncated to deter software piracy.

  • Unable to export to MPEG2-DVD! Very weird situation .. Please Help!

    Hi Folks,
    I've been using Pro for years.
    Currently using CS6 - a fresh install from the cloud as of a couple days ago.
    So, I have a project ready for DVD.
    File / Export Media .. this brings up the Export Settings.
    I choose MPEG2-DVD as the Format with Match Source Attributes as the Preset, then hit Queue.
    Normally, this would queue the export in Adobe Media Encoder as .m2v but for some unexplicable reason - this isn't occuring.
    Instead, Adobe Media Encoder drops the MPEG2-DVD format and replaces with the AAC Audio format!?
    What the?
    Am I losing the plot? Have I missed something?
    File / Export Media / Format MPEG2-DVD = .aac file (only) in Adobe Media Encoder??

    Thank you Ann.
    Turns out I had missed an update for Adobe Media Encoder in the Adobe Application Manager.
    I had installed the software yesterday and so I assumed I had the latest version. I was wrong.

  • Weird situation with MOVE-CORRESPONDING in standard SAP include!!

    Hello Experts,
    We have a standard_SAP_field_1 (attached to a standard_SAP_data_element_1) in standard_SAP_structure_1, but unfortunately its NOT there in KOMP structure!! Hence I added this standard_SAP_field_1 with in customer name space as 'ZZ_standard_SAP_field_1' by attaching the same standard_SAP_data_element_1.
    The standard_SAP_data_element_1 attributes are as CHAR, 2.
    Now, in one of the standard SAP include of VA42.....we have a statement as below,
    MOVE-CORRESPONDING standard_SAP_structure_1 TO komp.
    Then the value (say, AA) should transfer from standard_SAP_field_1 of standard_SAP_structure_1  to ZZ_standard_SAP_field_1 of KOMP, right? but, its not happening!! pls. let me know the reason and how to fix it?

    Okay...
    Field one is called: FIELD1
    Your own created field two is called ZZ_FIELD1.
    And now... MOVE-CORRESPONDING. Do a F1 on that and tell me: do the two fieldnames correspond?

  • Weird Situation

    Hello,
    I need to be able to totally disable access to the Adobe
    Flash Player Settings small window accessed by right clicking on
    the flash while it is playing and then choosing settings from the
    menu displayed after the right click. This access is a security
    issue and that is why I need to be able to disable any kind of
    access to this popup. I am hoping there is a registry change I can
    make to do this. If anyone can point me in the right direction, I
    would appreciate. Flash Player 9 is the version currently
    installed. Thank you in advance.

    I second an answer to this question.
    I use Gnu/Linux, so if there is a certain permission config to allow this, please advise.
    Also, @Casonm, Adobe Flash does not touch the registry. I think there's a thread that mentions it would be a user setting if it existed.
    And I hope it does.
    Please help, Adobe. It would be nice to have some control here, especially if strangers use a computer under our care.

  • Sql error ...weird situation

    hi ! I have this code in my App
    String sql = "SELECT DISCTINCT paciente.idPaciente,citas.Fecha,citas.Hora,paciente.Nombres,paciente.Apellidos" +
                        "paciente.Canal,citas.Protocolo,protocolo.Preciosesion,COUNT(c.Protocolo)" +
                        "FROM paciente,citas c,sesiones,protocolo" +
                        "WHERE citas.Fecha BETWEEN ? AND ?" +
                        "AND paciente.DNI=citas.DNI" +
                        "AND sesiones.DNI=paciente.DNI" +
                        "AND sesiones.Sesiactual=protocolo.Sesiones" +
                        "AND protocolo.Nombre=sesiones.Protocolo " +
                        "AND citas.Protocolo=protocolo.Nombre" +
                        "AND (citas.protocolo='Osteopat�a 1' OR citas.protocolo='Osteopat�a 2' " +
                        "OR citas.protocolo='Acupuntura 1' OR citas.protocolo='Acupuntura 2' " +
                        "OR citas.protocolo='Terapia manual' OR citas.protocolo='Nutrici�n 1' " +
                        "OR citas.protocolo='Nutrici�n 2' OR citas.protocolo='Masoterapia 1' " +
                        "OR citas.protocolo='Masoterapia 2')AND (citas.Horaentrada<>'00:00:00'" +
                        "AND citas.Horaentrada<>'23:00:00')" +
                        "GROUP BY citas.Protocolo,citas.Fecha ORDER BY citas.Fecha,citas.Protocolo ASC";
                PreparedStatement pstmt = conexion.prepareStatement(sql);                 
                pstmt.setDate(1,fecha_cita);
                pstmt.setDate(2,fecha_cita2); 
                cdr=pstmt.executeQuery();  And I get this error:
    Error SQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.Fecha BETWEEN '2005-01-01' AND '2005-12-01'AND paciente.DNI=citas.DNIAND sesion' at line 1
    But if I use the query in Mysql query browser I get my results correctly. So what can be causing it ?
    Thanks!

    As the previous reply pointed out, you're missing a lot of required spaces at the end of each line in your SQL statement, right before the closing quote of each part. Most of the lines in your SQL statement need to be fixed.
    Most of the time, these types of errors become blindlingly obvious if you print out the troublesome SQL, e.g.:
    System.out.println("The SQL is: [" + sql + "]");

  • BPDU guard - weird situation

    Hi guys,
    This morning unpleasant surprise happened to me. One of critical ports was err-disabled because of BPDU guard (device B). This wouldn't be surprise if this port (on Device B) wasn't configured as L3 port (I agree that BPDU filter shouldn't be enabled at all here, this is legacy config), and other end have BPDU filter enabled (Device A). Here is port config:
    Device A:
    interface GigabitEthernet4/0/24
     switchport access vlan 10
     switchport trunk encapsulation dot1q
     switchport mode access
     switchport nonegotiate
     logging event trunk-status
     spanning-tree bpdufilter enable
    Device B:
    interface GigabitEthernet2/45
     no switchport
     ip address 10.0.0.1 255.255.252.0
     ip helper-address 172.16.249.5
     logging event link-status
     logging event trunk-status
     spanning-tree portfast
     spanning-tree bpduguard enable
    Log from Device B indicating that it was err-disabled:
    Apr 20 20:08:52.336 CETS: %SPANTREE-2-BLOCK_BPDUGUARD: Received BPDU on port Gi2/45 with BPDU Guard enabled. Disabling port.
    Apr 20 20:08:52.336 CETS: %PM-4-ERR_DISABLE: bpduguard error detected on Gi2/45, putting Gi2/45 in err-disable state
    Log form Device A indicating that BPDU never sent from this port:
    DeviceA#show spanning-tree vlan 10 detail
     Port 186 (GigabitEthernet4/0/24) of VLAN0010 is designated forwarding
       Port path cost 4, Port priority 128, Port Identifier 128.186.
       Designated root has priority 28740, address 001a.6da4.f000
       Designated bridge has priority 28740, address 001a.6da4.f000
       Designated port id is 128.186, designated path cost 0
       Timers: message age 0, forward delay 0, hold 0
       Number of transitions to forwarding state: 1
       Link type is point-to-point by default
       Bpdu filter is enabled
       BPDU: sent 0, received 0
    Did anyone had ever similar experience? By all logical explanations, this should never happen
    Thanks

    On the other hand, most SOHO switches do not implement Spanning Tree. If you are concerned about users installing switches, you need to take other precautions as well.
    You can stop the users using a switch to fan out a port, by configuring port security and only allowing one MAC address on the port.
    The BPDU guard will give you some protection against certain malicious user practices, even if the rogue switch does not do Spanning Tree. For example, the user who plug in a SOHO switch, and then plugs two other ports of that SOHO switch back-to-back with a cross-cable. In this case, your Catalyst will see its own BPDUs circulating round the loop, and will close the port down. (If the SOHO switch is not doing Spanning Tree, then it will pass the BPDUs through transparently.) This is why you should not have bdpu-guard and bpdu-filter on the same port.
    Kevin Dorrell
    Luxembourg

  • Ok I have a real weird situation.

    I just bought a new MacPro. I backed up my old computer on an external. When I install the Airport Utility on the new system it states there is no airport available, even though I have wireless and my wireless access is through the airport. When I boot my new computer from my backup drive, I can see and change the Airport Extreme unit though the Airport Utility software.
    I have tried to install the airport utility software on multiple macs and various copies of OSX (I keep different images of OSX for various things I do for example desktop publishing, audio or video editing, word processing, gaming, etc).
    I am using the same build of 10.5.1 and everything else seems the same other than the older drive was an upgrade from 10.4 where my new computer is fresh from Apple.
    Any ideas?
    Things I have tried:
    1) reboot
    2) re-power the airport extreme and cable
    3) reset the airport extreme
    4) created another fresh os X install on a different backup drive but same problem

    I'm trying but nothing comes my way to assist other than this point:
    'When I install the Airport Utility on the new system " Leopard installation has Airport Utility 5.2.2 so what version did you install?

  • After Every CLEAN Wipe my APP Store in a Standard Account Downloads Weird Software Automatically, EVERY TIME!!

    Hello everyone,
    I have a very weird situation that is going on that keeps happening to me and has caused many "Weird" situations on my Retina MBP and other Mac's that I own.  I did have some of this in another thread, but most people simply don't think what I am describing is really happening, etc.
    To date I have spoken with many Mac Genius's at multiple Apple Stores, I have spoken with many Level 2 Apple Care Rep and now have an Apple Certified IT person that visits my house once or twice a week trying to figure out what is going on.
    Anyway....
    I will give a quick example and if anyone can explain this to me or has had a similiar experience I would love to hear back!! .....
    So I have about 6 macs for my current and past business.  Plus I always love grabbing the newest technology.  That said this "Problem" occurs with every Mac I own.  Even to a brand new MBP Retina that no one has had access to.  I keep Firmware PW's on, I only use Eithernet connections, I have a $600 Hardware Firewall configured to let nothing in (No VPN's, etc)... obviously have sharing off, **** I don't even use Bluetooth.
    Anyway when I wipe the drive I do it like this...
    1.) Take out both the MAC HD and Recovery Partion....
    2.) I have 50 MBPS Download Speed so Internet Recovery is very quick.  I go through the normal process.
    3.) Once I have reached the new recovery partition from the Internet Recovery I partion the SSD a couple times in different formats and then go back to the normal Journaled that I will be using for my single partioned SSD
    4.) Then I install and go through all the normal steps, expect I skip everything that I can.  I don't add location services, I set time manually and I don't sign into iCloud as this will be my Admin Account.  I normally just call the account Main or Admin.
    5.) I check for updates and install any that might have not been included in the most recent Internet Recovery.
    6). In the Admin  Account I set a tough PW and then begin with all the security options.  Again all sharing off, Firewall on, Wifi Off and requires Admin Access to Turn on, No Peer-to-Peer Networking without Admin Access, Bluetooth Off, Java and Extensions turned off in Safari, etc.  You name it I have done it as far as the GUI goes.  I am certainly no expert in Terminal, but can make my way around for some things.
    7.) I create a Standard Account "The one in which I will conduct 99% of my business in." Again I create a strong PW for this account and confirm that the security settings that I setup in Admin match those of my Standard Account.
    HERE IS WHERE THINGS GO WRONG...
    8.) I go into options and login to icloud.
    HERE IS WHERE IT IS ABSOULETLY WRONG...
    911) I login to the apple store as I want to dowlonad some of the simple apps so I can go to work.  IMMEDIATELY, it starts downloading a program called "Mountain" ... please don't confuse this with Mountain Lion (You can see it listed second in the APP Store search "Mountain")... when I look down at my Launchpad bar without hitting anything the 2.1MB file is downoading and then dissapears from my launchpad.
    ** Also as this is going on "storeagent" with the linux exec box icon next to it shows up saying "storeagent is attempting to install software to your computer"  It does ask the for Admin User and PW, but no matter what I hit this "Mountain APP" downloads.
    When I first noticed this I thought this was legit, well it certainly is not.  I have never purchaed that "APP" however it does show up in my APP store Purchaes.  The gateway is obviously not doing it's job and FURTHERMORE I don't have any of the options to "Automatically Download New Apps, etc."  I simply just check for updates manually everyday as it is a 2 second process and Mounain Lion doesnt check automatically until every 7 days.
    Here is a Screen Shot...
    Sorry for the long post... Anyway experiencing the same thing?  I can redo my drive over and over again... I have ever purchased a new Mac Book Air a year ago to see if it would happen and the problems eventually started and fairly quickly.  The weird thing also is that I have done wipes and renistalls in all sorts of different locations.
    So all this said... how could it not be in the EFI or on the machine some how?
    Thanks guys... I hope someone has experienced a similiar experince!!! .... as the Mac Store and Apple Care have been of no help!! ... and with a problem like this I think it is way above a level 2 Mac specialist head

    Hey etresoft,
    I need that firewall for VPN Tunnels.  These are not setup yet, but in order to work from home... outside our office, this is a requirement.  Money is not really an issue and I do always back up kids / family photos.  I have two Thunderbolt backups attached to the Monitors.  So the 4TB with Raid 0, was cut down to 2TB and then I have another more movable / durable one that piggybacks off that.
    I am considering the new Apple ID, the problem is I have a ton of Apps and a TON of Moview / TV Shows that have been downloaded over the past years.
    The movies are easy enough, but it just ****** me off that I won't just be able to have them in the iClould and put on my Apple TV and have it right there with my Apple ID (My 2 year old loves Tom & Jerry ) 
    It might come to the new Apple iD with minimal security, but being a partner in a business that runs the Internet Marketing team... we have very sensitive data that is stored.  That said large email list and many other items that make us money and the ability to run a successful business is important to protect.  Apple has these security mesaures in place for a reason and really the bottom line is I want to get to the bottom of what is causing this.
    If you don't believe me, etc... that is fine.  I did start a new forum as you said and I am simply looking for people to throw some feedback my way, if they have any.
    When you say thing like "I suspect you aren't telling the Full Story." it is upsetting because I am trying to be as detailed as possible and why would I ever be typing on this forum unless I was just looking for some feedback.
    I did start my own forum, but please don't acuse me of not telling the truth or the full story as others were in the last forum.  That was a bad thread to jump in on, as it started out way more extreme than what I am trying to explain.
    Anyway...
    I have never posted on this forum until recently... and I promise you I am telling you the full story and I am simply looking for feedback.  This is not fun for me.  I would rather be running the business 100% and not have to worry about this and spend time on forums that eat into my day.
    Thanks.

  • Strange situation with joins!!!

    Hi,
    I am having a weird situation with joins. I have two tables "EMPLOYER" and "ADDR". Table "ADDR" has columns "ADDRESS_ID" and "ADDRESS1".
    Table "EMPLOYER" has two columns, "BUS_ADDRESS_ID" and "MAIL_ADDRESS_ID" which are left outer joined to the "ADDR" table on "ADDRESS_ID". I have also created an alias for "ADDR" to get both addresses.
    The logical table Employer has two LTS, one with "ADDR" and one with "ADDR1". (I do not want to create one LTS with both the tables as left outer joins, that will create other problems)
    When I query EmployerID,EmployerName,ADDR.ADDRESS1,ADDR1.ADDRESS1, I get the correct results, but the query is very slow.
    I looked at the log and there is no second left outer join* at all, but the results are correct!!!. I have attached the log sequence.
    -------------------- Logical Request (before navigation):
    RqList distinct
    EMPLOYER.EMPLOYER ID as c1 GB,
    EMPLOYER.EMPLOYER NAME as c2 GB,
    EMPLOYER.PRIMARY ADDRESS 1 as c3 GB,
    EMPLOYER.MAILING ADDRESS 1 as c4 GB
    DetailFilter: APPLIED EMPLOYER.EMPLOYER ID = 7501
    OrderBy: c1 asc, c2 asc, c3 asc, c4 asc
    +++USER1:1750000:1750004:----2009/03/04 15:22:22
    -------------------- Sending query to database named DEV (id: &lt;&lt;2378603&gt;&gt;):
    select T30717.EMPLOYER_ID as c1,
    T30717.EMPLOYER_NAME as c2,
    T44205.ADDRESS_1 as c3,
    T30717.MAIL_ADDRESS_ID as c4
    from EAPP_EMPLOYER T30717, ADDR T44205
    where ( T30717.BUS_ADDRESS_ID = T44205.ADDRESS_ID (+) ) and ( T30717.EMPLOYER_ID = 7501 )
    order by c4
    +++USER1:1750000:1750004:----2009/03/04 15:22:22
    -------------------- Sending query to database named DEV (id: &lt;&lt;2378624&gt;&gt;):
    select T43657.ADDRESS_1 as c1,
    T43657.ADDRESS_ID as c2
    from
    ADDR T43657
    order by c2
    +++USER1:1750000:1750004:----2009/03/04 15:22:30
    -------------------- Query Status: Successful Completion
    +++USER1:1750000:1750004:----2009/03/04 15:22:30
    -------------------- Rows 1, bytes 160 retrieved from database query id: &lt;&lt;2378603&gt;&gt;
    +++USER1:1750000:1750004:----2009/03/04 15:22:30
    -------------------- Physical query response time 0 (seconds), id &lt;&lt;2378603&gt;&gt;
    +++USER1:1750000:1750004:----2009/03/04 15:22:30
    -------------------- Rows 0, bytes 0 retrieved from database query id: &lt;&lt;2378624&gt;&gt;
    +++USER1:1750000:1750004:----2009/03/04 15:22:30
    -------------------- Physical query response time 0 (seconds), id &lt;&lt;2378624&gt;&gt;
    +++USER1:1750000:1750004:----2009/03/04 15:22:30
    -------------------- Physical Query Summary Stats: Number of physical queries 2, Cumulative time 0, DB-connect time 0 (seconds)
    +++USER1:1750000:1750004:----2009/03/04 15:22:30
    -------------------- Rows returned to Client 1
    +++USER1:1750000:1750004:----2009/03/04 15:22:30
    -------------------- Logical Query Summary Stats: Elapsed time 8, Response time 7, Compilation time 0 (seconds)
    Has anyone come across this situation? I have used the same concept in the same RPD for another model, but that used Oracle 9i as the datasource. This one uses Oracle 8i.
    Thanks
    rkingmdu

    1) Have you used dfferent joins for the 2 versions of the addr table (origianal and alias).
    i.e. one joins on bus_addr_id to employer and
    the other joins to mail_addr_id to employer - *+{color:#ff0000}YES{color}+*
    2) do both have left outer join specified? - *+{color:#ff0000}YES{color}+*
    3) can you run employee, business_addrss query once
    then run employee, mail_addrss query once separately, to see if the individual queries give correct results? - *+{color:#ff0000}YES, I get the correct results{color}+*
    4) also check if the business_addrss and mail addrss in the logical employer table are mapped to different LTSs - *+{color:#ff0000}YES, they are{color}+*

Maybe you are looking for

  • MacBook Pro (15-inch, Late 2011) running slow on start-up

    Hi, My MacBook Pro (15-inch, Late 2011) seems to be running very slow on start-up and when i have more than two applications open. This only seems to have become apparent following my upgrade to Yosemite. I read a few blogs and i decided to disable F

  • Making Preview default PDF application

    I had to install Adobe Reader to be able to view a document a while back. For some reason it wouldn't open in Preview. Unfortunately, when I installed it Adobe Reader became the default PDF application. How do I go back to making the Preview the defa

  • Anyone having problems downloading new iTunes update?

    After trying to download the new iTunes update received an error notice that said iTunes was not installed properly and I needed to re-install. I cannot even access the iTunes program.

  • Apache httpd dies for no obvious reason.

    ( Oracle 9iAS on RedHat 6.2 w/ /usr/local/jdk1.2.2/bin/java -version java version "1.2.2" Classic VM (build Linux_JDK_1.2.2_RC4, native threads, sunwjit)) Once in a while the HTTP listenneer dies giving the below entries in the error log file. First

  • Problème installation Adobe Photoshop CS5

    Bonjour, j'écris ce topic car je n'arrive pas à installer Adobe Photoshop CS5 et quand l'assistant d'installation m'écrit que l'installation a échoué, il m'écrit avec ceci : Exit Code: 6 -------------------------------------- Summary ----------------