ENHANCEMENT syntax errors locking out "change enhancement"

I am changeing an ENHANCEMENT and did a syntax check. the syntax check failed. Editting is now locked out and when I place the cursor on the Enhancement statement and go to Edit > Enhancement Operations > Change Enhancement.
the "Position the cursor on an ENHANCEMENT statement" error statement appears even though the cursor was there.
I tried to "UNDO" the Enhancement So that I could put the correct code in. But,the same syntax error appears even though the bad code is not on the screen.
Has anyone else encountered this problem?
Thank You,
      Dennis Walsh

Hi Dennis,
I have the same problem.
How did you solve this please?
Regards,
Danny

Similar Messages

  • Query syntax error after multiprovider change

    Hi everyone,
    I removed key figures from a multicube, changed a query on top afterwards and saved it. The key figures are no longer in the key figure list of the query in the Query designer, and are no longer used in any place within the query.
    Now, I'm getting a syntax error on query execution, since the compiled query still contains a reference to the old key figures. Regeneration via RSRT or saving under a new name doesn't work, and to delete the generated report I need a developer key.
    Any ideas?
    Regards,
    Tilman

    Hi Shashank,
    thanks for your response.
    I did try the "check query" button, it didn't return an error. When executing the query via rsrt, I get a dump due to "Syntax error in program GP48VM7K0MSF08DRO2382A2PSTI ". The program still contains data type references to the removed infoobjects. When checking the program via SE38, you get just that syntax error.
    I'm looking for a way to clean these things up. Even when creating a new query on the aggregation level (I was talking about a multiprovider earlier, which is located underneath), the error pops up. I activated all the objects along the way, with no effect.
    Regards,
    Tilman

  • Syntax Error after creating enhancements for subroutine

    Problem:
    Creating enhancement sections gives a syntax error when creating enhancement options and implementations for a subroutine and then ceating enhancement options and implementations for the call to that same subroutine.
    <p>
    Syntax Error:
    "Different number of parameters in FORM and PERFORM (routine: SET_LAYOUT, number of formal parameters: 2, number of actual parameters: 1)
    </p>
    <p>
    Here's the following scenario:
    </p>
    <p>
    A subroutine is defined in a program.
    The subroutine is called within the same program.
    </p>
    <p>
    I then executed these steps:
    <br>     1. Defined an enhancement section around the subroutine definition
    <br>     2. Defined an enhancement section around the subroutine call.
    <br>     3. Implemented the enhancement section around the subroutine definition and add an additional parameter.
    </p>
    <p>
         Currently, this gives a syntax error as expected, since the call to the subroutine needs 1 more parameter.
    </p>
    <p>
         4. Implemented the enhancement section for the subroutine call.  I change the call in the implementation so it passes the new parameter.
    </p>
    <p>
    A syntax check to this gives an error.  The syntax checker is not only checking the new implementation, but also the original subroutine that should have been overwritten.
    </p>
    <p>
    The enhancement sections use the same enhancement spot, and the enhancement implementations use the same implementation.
    </p>
    <p>
    I tried various combinations of using different enhancement spots and/or implementations, but all give the same syntax error.  I tried separating the subroutine in a different include and  retried my testing, but it still gave the same syntax error.
    </p>
    <p>
    Here's the sample code I first created to try troubleshooting the problem:
    </p>
    <p>
    <pre>
    ENHANCEMENT-SECTION ZEP_Z_MICHAEL_02 SPOTS ZES_Z_MICHAEL .
         PERFORM set_layout
              CHANGING
              wa_layout.
    END-ENHANCEMENT-SECTION.
    $$-Start: ZEP_Z_MICHAEL_02----
    $$
    ENHANCEMENT 2  ZEI_TEST_SECTIONS.
         "inactive version
         PERFORM set_layout
         using 'X'
              CHANGING
              wa_layout.
    ENDENHANCEMENT.
    $$-End:   ZEP_Z_MICHAEL_02----
    $$
    ENHANCEMENT-SECTION ZEP_Z_MICHAEL_01 SPOTS ZES_Z_MICHAEL STATIC .
    FORM set_layout
    CHANGING p_wa_layout TYPE slis_layout_alv.
    p_wa_layout-zebra = 'X'.
    wa_layout-no_colhead = 'X'..
    p_wa_layout-colwidth_optimize ='X'.
    wa_layout-window_titlebar = 'Woot'.
    ENDFORM. "set_layout
    END-ENHANCEMENT-SECTION.
    $$-Start: ZEP_Z_MICHAEL_01----
    $$
    ENHANCEMENT 1  ZEI_TEST_SECTIONS.
         "inactive version
    FORM set_layout
    using p_test type boolean
    CHANGING p_wa_layout TYPE slis_layout_alv.
    p_wa_layout-zebra = 'X'.
    wa_layout-no_colhead = 'X'..
    p_wa_layout-colwidth_optimize ='X'.
    wa_layout-window_titlebar = 'Woot'.
    ENDFORM. "set_layout
    ENDENHANCEMENT.
    $$-End:   ZEP_Z_MICHAEL_01----
    $$
    </pre>
    </p>
    <p>
    Please let me know if you think I am doing something wrong. 
    </p>
    <p>
    Thanks, <br>
    Mike
    </p>
    Edited by: Michael Herman on Mar 8, 2010 8:11 PM

    Yes, Sandra.  That is what did and it worked with no syntax errors!
    I'm not sure if this is getting off topic or not, but the SAP documentation(taken from the SAP help after pressing F1 on the keyword static in ERP6) seems misleading:
    "The STATIC addition is intended for the enhancement of data declarations, while the statement ENHANCEMENT-POINT without the STATIC addition is designed for the enhancement of executable coding."
    I would think the enhancement section ZEP_Z_MICHAEL_02 would fall under the category of executable code, while the enhancement section ZEP_Z_MICHAEL_01 would fall under the category of declarative code.
    Unfortunately, all the SAP enhancement sections I come accross are dynamic.  The SAP help explains the reasoning for this:
    "In contrast to the statement ENHANCEMENT-POINT, the addition STATIC of the statement ENHANCEMENT-SECTION can only be used with maximum caution for changes of data declarations, because a replacement and no completion is carried out. Especially application development within SAP should not use the addition STATIC at all with ENHANCEMENT-SECTION as the change will be active in the entire customer system. "
    I do not know what the word "completion" means in the previous quote, so I can't determine why it would matter.  Regardless, if a developer wanted to change a standard subroutine declaration, they would also have to mod an enhancement section to change it to static.  This seems to defeat the purpose of using enhancements, but maybe this scenario is not what enhancements were intended for.

  • EEWB - Syntax error while generating Enhancement Project component

    Hi,
    I'm using SAP CRM 7.0. I used EEWB (Extended Enhancement Workbench) to create a project and add 3 fields to Business Partner (BUPA). On generation I get an error 'Syntax error in Function Group SAPLZZG00BUPA: The field '"GV_ZZATTR1_PAI_ERROR" is unknown.
    There are these fields ZZATTR1 .... ZZATTR9 created by someone. Do not know in which enhancement they are in. But somehow the program generated by SAP - APLZZG00BUPA is giving this error. Is there a way to fix it?
    Any help or guidance will be appreciated.
    Regards,

    Hi Harshit,
    I check the details as mentioned by the thread. The structures are created properly.
    To give you more details:
    1. There is already one extension in the system created by someone - ADD NEW FIELDS - which created the structure with additional fields - ZBSTC0000000002.
    2. I did an extension - ADD NEW FIELDS which added another structure in CI_EEW_BUT000 and CI_EEW_BUT000_X - ZBSTC00009JACQV
    3. When I generate the project I get syntax error in SAPLZZG00BUPA - as the fields from prior structure do not exist in this program which is generated during the project generation.
    Regards,

  • Corrupted/Locked out apple ID "An Unknown Error has occurred" logging into support?

    I was forced to use a different apple id to log into this support community because all attempts from different devices and browsers using another ID have ended up at the password prompt with "An unknown error has occurred" at the community login screen.  The ID can still be "manged" and appears to be able to make purchases from the iTunes Store over the internet.  A phone incident case number 388249960 was opened and I spent over an hour on the phone with this problem.  The ID in question was set up more than two years ago to help with my wife's iPad 1 which we paid 800 plus for,,, all the storage and bells and whistles.  Recently she started using the iTunes store to purchase and download television series and we got in trouble because her directories were filling the c:drive on a Vista Business computer she normally uses.  Before starting to deal with the problem of storage, I tried to make sure everything was up to date and downloaded/installed the latest iTunes 11.0,1,, to her machine.  I already had it on another machine running Windows 7 and two older Windows XP machines.    All of them were "tested" for home networking to our Apple TV so that I could go to the TV and find a computer which could be used as a source for streaming music, videos, etc., etc. all based on her ID.  As of this writing, I believe all of that functionality still exists, but, when I navigate to support and try to log in using her ID and password, I get re-prompted for the password and then "Locked Out" when "An Unknown Error Has Occurred" pops up above the login via the web site.
    I am writing this after much agony and travial via an obsolete instance of Windows Explorer running on Windows XP Home Premium on an old portable using a newly created Apple ID which does not appear to have the same problems logging into the support community.  Can anyone out there help me?
    I have gone to war with Comcast's "free" security enhancement software "Constant Guard" believing that it might be the source.  This machine had it installed at one time and has had it completely removed, but... it still experiences the error when my wife's ID is used.
    The issue may be related to the recently added requirement for secuity questions and recovery email addresses which I tried to address for her ID and inadvertently ran into conflict/problem with using certain other email addresses with her ID.  Perhaps something is corrupted in the database for her ID, or related to problems with support for esoteric things like Microsoft's .NET enhancements which I have long been using on my computers, or possibly Constant Guard "started" the problem because it was probably running when account security data was being updated via the Apple web site?  I tried to get information about what I thought was the "recovery email address" associated with her account and was told by Apple Web sites that it was "in use" as an apple ID and could not be used as her recovery address.  When I called trying to confirm that this ID was "mine" I was able to provide one of two security clearance pieces of data, but not enough information to get the support person to straighten things out for me. I ended up creating "yet another" ID just to get clear of the mess.
    I made a suggestion to one of the folks I spoke with that an improvement to the functionality of apple ID's would be to support "consolidation" of accounts so that if several different Apple devices had been registered with different ID's and they all belonged to the same user(s) that a "common ID" could be created.
    I'm reluctant to post apple ID's in a public support forum, and would prefer to deal with this by private email.  or phone.
    Message was edited by: [email protected]

    [email protected] wrote:
    I'm reluctant to post apple ID's in a public support forum, and would prefer to deal with this by private email.  or phone.
    Then contact Apple directly.
    This is a user to user technical support forum.  No one here has access to manage Apple ID's other than their own.
    There is no Apple presence here.

  • My nokia 6085 shows an error msg which says Enhanc...

    hello people,
    as the topic says my nokia 6085 shoes an error msg which says enhancement not supported even though there isnt any enhancement connected to the phone plz help me to sort out this problem asap it has made my life hell!!!!
    thanks in advance

    Hi, Kenny. 
    Thank you for visiting Apple Support Communities. 
    There are a couple things that I would recommend trying.  Try closing all open applications and power cycle the device.  Next, go through the section labeled Troubleshoot issues on an iPhone, iPad, or iPod touch in the second article below.  If the issue persists, try completely signing out of the iTunes Store on the iOS device and sign back in.  Be sure to test downloading an application after each step. 
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/ht1311
    Cheers,
    Jason H. 

  • How to figure out suitable Enhancement Option/point

    Hi All,
    I have to limit creation of vendor for a particularly one user based on Country Code.
    For ex
    if sy-uname eq 'XYZ'.
    IF LFA1-NAME1 NE 'US'.
    ERROR MESSAGE...
    ENDIF.
    ENDIF.
    I know how to do that user user exits and was trying to figure out how can i achieve this using enhancement frame work in ECC 6.0
    I found all below Explicit Enhancement Points/Sections when i searched in Pragram SAPMF02K (xk01)
    If you just post the relevant coe, it has a better chance of formatting.
    MY QUESTIONS ARE
    1) How should i figure out which enhancement point i should use for particular issue (When the user is going from Vendor Address to Vendor control Screen while creating the vendor. It should an error mess if the user is using wrong vendor code?
    Thanks in advance
    Venki
    Edited by: venki gundla on May 31, 2009 10:05 PM
    Edited by: venki gundla on May 31, 2009 10:16 PM
    Edited by: Rob Burbank on May 31, 2009 6:37 PM

    Hi All,
    For some reason ,every thing is continous. I know it sometimes irritating but i couldn't find a way to post it
    Line by line.
    Actually
    MY QUESTIONS ARE 1) How should i figure out which enhancement point i should use for particular issue (When the user is going from Vendor Address to Vendor control Screen while creating the vendor. It should throw an error mess if the user is using wrong vendor country name than he is authorized to?
    Thanks
    Venki

  • Can't figure out why syntax errors are coming up

    Here is a simple Binary search type program, but instead of cutting the array in half, it uses interpolation to search the array. Here is the code, but I am getting syntax errors, I will post them below the code:
    public class BinIntSearch {
         private int interlope;
         private int low;
         private int high;
         private int[10] array1 = {6,500,600,700,800,900,1000,2000,3000,4000};
         public BinIntSearch() {//Start of Constructor
    interlope = 0;
         low = 0;
    high = 0;
    public int Search(int[] values, int target) {
    low = 0;
    high = 9;
    while(low < high)
    if(array1[low] == target)
         return low;
         else
    if(array1[high] == target)
    return high;
         interlope = (target - array1[low])/(array1[high] - array1[low]);
         interlope = low + (high - low) * interlope;
         if(interlope <= low)
         high--;
         else
         low = interlope;
    }//end of while loop
    System.out.println("Target not found");
    return -1;
    }//end of method
    public static void main(String args[])
    BinIntSearch binSearch = new BinIntSearch();
    binSearch.Search(array1,600);     
    }//end of class     
    here is the errors:
    C:\BinIntSearch\BinIntSearch.java:6: ']' expected
         private int[10] array1 = {6,500,600,700,800,900,1000,2000,3000,4000};
    ^
    C:\BinIntSearch\BinIntSearch.java:6: <identifier> expected
         private int[10] array1 = {6,500,600,700,800,900,1000,2000,3000,4000};
    ^
    C:\BinIntSearch\BinIntSearch.java:27: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
    if(array1[low] == target)
    ^
    C:\BinIntSearch\BinIntSearch.java:30: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
    if(array1[high] == target)
    ^
    C:\BinIntSearch\BinIntSearch.java:33: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
         interlope = (target - array1[low])/(array1[high] - array1[low]);
    ^
    C:\BinIntSearch\BinIntSearch.java:33: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
         interlope = (target - array1[low])/(array1[high] - array1[low]);
    ^
    C:\BinIntSearch\BinIntSearch.java:33: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
         interlope = (target - array1[low])/(array1[high] - array1[low]);
    ^
    C:\BinIntSearch\BinIntSearch.java:49: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
    binSearch.Search(array1,600);     
    ^
    8 errors
    Process completed.

    Thanks you guys, I made the change and learned something new and it worked. I made a refinement to the program, so i can initialize an array with consecutive numbers instead of typing in 10 I can have like 1000 or 1000000, I am getting 1 error. I can't figure this one out also. Also what is the meanding of static?
    here is the code and below it is the one error
    public class BinIntSearch {
    private int interlope;
    private int low;
    private int high;
    private int i;
    private int array1[10000];
    public BinIntSearch() {//Start of Constructor
    for(i = 0; i < 10000; i++)
    array1[i] = i;
    interlope = 0;
    low = 0;
    high = 0;
    Search(array1,500);
    public int Search(int[] values, int target) {
    low = 0;
    high = 9;
    while(low < high)
    if(array1[low] == target)
         System.out.println("Target Found");
    return low;
    if(array1[high] == target)
    System.out.println("Target Found");
    return high;
    interlope = (target - array1[low])/(array1[high] - array1[low]);
    interlope = low + (high - low) * interlope;
    if(interlope <= low)
    high--;
    else
    low = interlope;
    }//end of while loop
    System.out.println("Target not found");
    return -1;
    }//end of method
    public static void main(String args[])
    BinIntSearch binSearch = new BinIntSearch();
    }//end of class
    C:\BinIntSearch\BinIntSearch.java:8: ']' expected
    private int array1[10000];
    ^
    1 error
    Process completed.

  • ENHANCEMENT SPOT ERROR- INTERESTING !!!

    Dear All,
    I am Enhancing the standard PR05 Tcode inside an include MP56TF90(Which updates the cluster and creates the Trip number) in a subroutine FORM update_cluster.
    I have to insert some lines of code before the statement : DATA: p_return TYPE i.(Which means before  update_te_cluster.)
    And, Some lines of code after the cluster is updated, trip created ie after  MESSAGE s185 WITH te-key-reinr.
    Thanks to SAP that it has provided implicit enhancement points at both these points.
    I successfully created 2 enhancement implementations at these 2 points are included my code at the 2 respective positions.
    Now, I have an IF condition in the upper part_.If the condition is met, then the cluster should not be updated_ and hence before   DATA: p_return TYPE i.  I am putting an ELSE statement and the first enhancement implementation end here after ELSE.
    If the condition is not met, then the cluster needs to be updated after ELSE statement and thereyby I am putting the ENDIF statement at the ned of the 2nd enhacement implementation ie., before     ENDFORM.   "update_cluster.
    As the IF and ENDIF are present in 2 different enhancement implemetations, the system gives an error as follows:-
    +In the coding for a non-static enhancement and for a non-static ENHANCEMENT-SECTION, the control structures (IF, CASE) must be closed...+
    *And, I have no Option but to do it as above to meet the customer requirement ...ie., If SUPPOSE I do ENDIF in the first part only and remove the endif from 2nd part, then the condition is ofcourse being met but the control comes down and updates the cluster as well (WHICH SHOULD NOT HAPPEN !)*
    Any comments on this piece ?
    I hope my Q is clear .. If not I will post the code next time.. (As the Question is too big )
    -Anwar ...
    Edited by: Sameer Anwar on Feb 8, 2011 8:05 AM
    Edited by: Sameer Anwar on Feb 8, 2011 8:08 AM
    Edited by: Sameer Anwar on Feb 8, 2011 8:09 AM

    Hi Roby,
    Once the interface for an enhancement spot is created you have to delete it completely as some part of it would still exist if you just delete it from se24 or se18.
    the classes which actually implements the interface or enhancement spot / implementations at times are left and thats why when you create it again it will not ask you for Package assignment if you will observe.
    So i will suggest to try checking the Spot components from se80 transaction and delete it completely. Also check if the entry still exists in tadir table which i am sure will be there even after you delete as i also encountered the same issue once.
    Thats why i suggested you to create it with a new name for E-spot and interface too and check otherwise may be change the tadir entry  as well.
    Hope this helps.
    regards,
    Vikas
    <b>Always reward points to useful suggestions.</b>

  • Syntax error in my code and I can't figure out the problem

    When I try to compile a program, I get this message:
    Syntax error on token "(", "Identifier" expected
    This is the part of the code that is giving me trouble:
    JTextPane textPane = createTextPane();
              JScrollPane paneScrollPane = new JScrollPane(textPane);
              paneScrollPane.setVerticalScrollBarPolicy(
                                  JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
              paneScrollPane.setPreferredSize(new Dimension(250, 155));
              paneScrollPane.setMinimumSize(new Dimension(10, 10));Can you see what's wrong?
    Thanks

    The code's syntax is perfectly fine. The compiler is not falgging an error message in this part of your code. One silly thing you can do:
    Try out this silly change...I don't think it will make any difference but still.
    paneScrollPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);That is, put it all in a single line.
    If it is already in a single line then you can be sure that the problem is being flagged from elsewhere in your code and this portion.
    Vijay :-)

  • I changed my gmail password on PC and now neither ipad will accept. I'm locked out of only this gmail account other gmails still ok.

    I changed my main gmail account password on my PC and now neither my ipad2 nor my ipad3 can get mail from this account anymore. I get incorrect password and imap error messages. Appreciate it if anyone can help with this issue.
    Still access gmail on Vaio of course but locked out on ipads
    Thank you for your time

    I FOUND IT!!!
    THE ANSWER TO MY PROBLEM
    OK I am a newbie to all this tech stuff But I solved my ' incorrect password and imap error messages'
    On PC I went to gmail effected
    Enter tools (gear on upper right)
    Settings
    Accounts and Import
    Change Account Settings
    Other Google Account Settings
    Security
    Authorizing Applications ans Site
    Then had to Verify - Re-sign in
    Step 1 of 2
    Generate password
    Step 2 got password
    IMPORTANT
    COPY AND PASTE - THEY SHOW YOU 16 DIGIT CODE ONCE!
    Then re- install account into iPads (my case) When they ask for password do not use regular password use this 16 digit code!
    Worked instantly for me! Both my pads back on line! Best of luck, so hope this helps!

  • AD account getting locked out after password change in Jabber

    When user changes his network credentials and does not update them in Jabber. Jabber will still try to connect to phone services and voicemail with the old credentials which is leading to their account getting locked in AD after three attempts.
    We are using Jabber 9.6.1, so a fairly new version.
    Can some suggest if there is a workaround?

    Hi,
    We are seeing a similar issue after the user has changed their AD password the account repeatedly gets locked out when they try to log into Jabber. 
    We are also using Cisco IM&P and our CUCM is LDAP synced
    I am interested to know why you are asking if LDAP authentication is configured?
    Regards,
    Andries

  • On my app store I what to update an app but the e-mail is my husband it in a light color making it so I can't change it to my e-mail address. It ask for a password can't give one because of the e-mail how do I change this I'm lock out?

    On my app store I what to update an app but the e-mail is my husband it in a light color making it so I can't change it to my e-mail address. It ask for a password can't give one because of the e-mail how do I change this I'm lock out?

    This is your husband's app, only your husband can update it. Apps are forever tied to the Apple ID that purchased them. No other Apple ID can update someone else's app.

  • TS3988 My husband changed the Apple ID on our computer.  For some reason, iCloud has the old Apple ID and it won't let me change it.  I've been locked out of my iPad twice and had to restore it because of iCloud.  How do I change the Apple ID (not the pas

    My husband changed the Apple ID on our computer.  For some reason, iCloud has the old Apple ID and it won't let me change it.  I've been locked out of my iPad twice and had to restore it because of iCloud.  How do I change the Apple ID (not the password)?

    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > iTunes & App store, scroll down and tap your ID)
    If you are using iMessages or FaceTime, you will also need to log out and into your ID there too.

  • My daughter changed the password on her ipod touch and it will not allow her to put letters in so therefore she is locked out! how can we fix this

    My daughter has changed her ipod touch password and it will not allow her to put in letters so therefore she is locked out! How can she fix this?

    Connect the iPod to its syncing computer and restore via iTunes.  If iTunes asks for the passcode and you can't enter the passcode or yu do not have the syncing computer, place the iPod in recovery mode and then restore. For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

Maybe you are looking for

  • SLOW SPEEDS YET AGAIN IN SHETLAND

    Once again I find myself on here complaining about slow speeds. This time were down to 626kbps and I have spoken to other folk around the isles who say theres is at a crawl as well. Can we get this looked into please mods? Latest BT speedtest results

  • Indesign CS4 - error code 5

    Hi I am having a problem opening InDesign files. When I double click-file in finder (or file-open) an error message appears: ''Cannot open ''document.indd''. The file ''document.indd'' is damaged and cannot be recovered. (error code: 5)'' This has ha

  • Which fan is best to use with hp dv6-6198sp?

    The laptop is orginally a dv6-6153ea but i upgraded the motherboard and cpu to that of a dv6-6198sp, So it now has a ati 6770 and core i7 2670qm which i need to keep cool Temps are reaching 95 on load which i feel isn't that great! I have two fans i

  • Complete app purchase history

    OK, stupid move -- I didn't have a backup of my apps and the iOS upgrade process failed (I think because it was upgrading iTunes at the same time).  So all my apps are gone and I have to redownload and reinstall them.  They're in my app purchase hist

  • Upgraded my PowerBook G4 to Leopard 10.5.8 - USB/Jump drives won't mount

    I just upgraded my OS to 10.5.8. Now, when I boot with any attached jump drive it pops up on my desktop for about 10 secs and then gives me a dialog box with a big stop sign w/exclamation point and reads "device removal" - the device you removed was