PS 9.0 - HCM Interface registry and removing services

Hi,
I've been working with creating new transaction groups and I had recently registered a type with an incorrect XML structure against a service. After viewing the service through the Service Registry page, I decided to remove the Type definition, and register a new Type against the service. This was a bad idea.
Now, the new service cannot be opened through the service registry page. I'm receiving an error - <UUID_Value> not found in the registry, when i attempt to open the service page. I appear to have compounded the error when I attempted to refresh the cache and this process errored out with an error in a LocateService method call, indicating that the registry entry is not found.
I would like to de-register the service entry and start from scratch, however I have no idea whether this is possible. Any help would be greatly appreciated.
John

OK so I have resolved this however it was particularly clumsy. It looks like the problem was with an XML file that contained a reference to the registry type that I had removed. I had to do two things
1. manually delete all references to the service, which encompassed tables such as
- PSPRSMDEFN : registry entry
- PSPRSMPERM : registry entry security
- PSPRSMSYSATTR : registry entry attributes
- PSPRSMSYSATTRVL : registry entry attr. values
- PSCONTENT : XML blob objects
- PSCONTDEFN: XML object defns
2. Resolve the 'refresh cache' error - I had to hard-code an if/then clause to not open the XML file if the UUID value was equal to the missing service type. This allowed the cache to be completely refreshed, and the service error disappeared (which was appearing when I wanted to view any service, not just the one that was broken).
I'm posting this in case anyone else ever has a similar issue, in the hope that this may prove helpful. Moral of the story is
Get your service definitions correct, and if you have to make changes, then delete and recreate the service rather than deleting a service type and thinking you can just plug in a new type to the service (because you can't).

Similar Messages

  • Add/remove services for repository manager

    does anybody know if the available services (for example: comment, accessstatistic, feedback...) for a CM repository manager can be added or removed later after the RM is already in use?
    Thanks
    Jane Zhou

    You can configure this by navigate to:
    System Administration > System Configuration > Content Management > Repository Managers > CM Repository
    Under Repository Services you can add and remove services
    After saving you have to restart the j2ee engine
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!
    /Rasmus

  • I am having a issue installing Adobe Acrobat XI.  I am running Windows 8.1. When  go to install it gets an error.  The error is with transform in registry and will not install product. I am looking at how I can fix this registry problem.

    I am having a issue installing Adobe Acrobat XI.  I am running Windows 8.1. When  go to install it gets an error.  The error is with transform in registry and will not install product. I am looking at how I can fix this registry problem.
    I have tried to uninstall all Abode Acrobat installations but one file remains and refuses to be uninstalled. It gives me this error : Error applying Transforms . Verify that specified paths are valid. It was installed on Sept 18 2014.  I have downloaded a Transform update but it tells I do not have a Adobe Acrobat product installed. 

    Hi all,
    Sylonious, did you manage to sort this problem out? I have been experiencing similar problems. I think my problem was because I had many different versions of JDKs. I have done a complete re-install. I would be really grateful to you (and anyone else) for help with this problem.
    I have re-installed JSDK1.4.2_03, set the "path" variable to "C:\JSDK1.4.2_03".
    When I compile using "javac" I get an error saying "javac" is not recognised.
    When I compile using "C:\j2sdk1.4.2_03\bin\javac Freq.java" no error is thrown.
    Every time I try to run a java file, I always get the NoClassDefFound error. When run with the -verbose option, files are loaded from C:\Program Files\Java\j2re1.4.2_03\bin - is this correct?
    I have removed all previous references to java in the registry editor.
    Please help !
    Regards,
    Vipul

  • How to synchronize PI service registry and IBM WSRR

    Hello All,
    In our current project we have developed one web service which resides in SAP CE and is registered in SAP PI Service Registry.
    But our client has IBM websphere that acts as a middleware for all ther services (interfaces/web services)
    Now, I need to understand how to synchronize SAP PI Service Registry with IBM WSRR (Websphere Services Registry and Repository)
    What are the steps/configurations need to be performed at PI end and IBM WSRR end?
    Appreciate your help in this matter.
    Thanks,
    Shriram.

    Hi,
    Refer the below links i think it will be helpful.
    Configuring a central Services Registry:
    http://help.sap.com/saphelp_nwce711/helpdata/en/47/d391d7b8fc3c83e10000000a42189c/frameset.htm
    You can also use the Wizard based configuration: http://help.sap.com/saphelp_nwce711/helpdata/en/f7/6182bd68434595ba5105a0a346efcc/frameset.htm
    https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00985388-6748-2c10-0d83-f17c3e768a8b&overridelayout=true
    Regards,
    Sudha S.

  • Crystal Report and Terminal Service 2008 (registry trouble ?)

    Hi to everyone,
    I develop an account software that use Crystal Report to obtain reporting capabilities. My software supports three runtimes of Crystal Reports: release 8, release 9 and release XI.
    The user can configure the application and choose which to use.
    Some installations (of our customers) use Terminal Server features: the application is installed on the host pc (usually Windows Server 2003), and the clients (running XP) connect to the host and use the software via Terminal Service, and all works fine.
    Recently one customer of ours has set up a Windows Server 2008, and troubles began ! ... the Crystal Reports runtime failed to function. Let me try to explain the scenarioes:
    - Host PC with Terminal Service 2008
    - User A on a PC with Windows XP
    - User B on a PC with Windows XP
    scenario 1, my application uses Cristal Report Runtimes XI
    User A and B can correctly install the runtimes.
    Both of the user cannot print reports due to a failure instantiatìing the COM components of Crystal Report.
    scenario 2, my application uses Cristal Report Runtimes 9 ... the most funny
    User A connect to the host, install the runtimes and start to use the application. All works fine.
    User B connect to the host, install the runtimes and start to use the application. User B can use the application (and print reports) but suddenly the User A failed to print (failure instantiatìing the COM components of Crystal Report).
    Well ... User A reinstall Crystal Reports library and newly register COM components, and the application newly works fine (and print reports correctly) ... but User B suddenly stop printing reports (the same error).
    User B reinstall Crystal Reports library and newly register COM components, and the application newly works fine (and print reports correctly) ... but User A suddenly stop printing reports (the same error) ... and so on.
    scenario 3, my application uses Cristal Report Runtimes 8
    User A and User B can correctly install the runtimes and the software works fine !
    Very funny beacuse ver. 8 of Crystal Reports Runtime are quite old, but they works properly instead of rel. XI (more recent) that doesn't work at all !
    Crystal Report runtimes use heavily Windows Registry, and setting up those runtimes require a lot of registry update (due to COM interfaces); maybe there is some registry issue/trouble that scramble Crystal Report runtimes configuration ... the scenario 2 is quite bizarre and counfuse me !
    Shall I need to configure some setting on Terminal Service 2008 ?
    any idea ? thank you very much.
    Paolo
    Edited by: Porlock on Sep 8, 2009 4:53 PM
    Edited by: Porlock on Sep 8, 2009 5:03 PM

    Posted in wrong forum and so old now to late to update it.

  • A "FIX" for Users of PC Suite 6.83 and Removing th...

    To conduct the fix immediately, just skip down to about the 3rd paragraph below called "The FIX" for me! This other stuff is some backgroung I wanted to give.
    Bottomline...6.83 has a serious problem when you istall it, and I spoke with a Nokia technical rep 2 days ago and he confirmed it. Unfortunately, Nokia doesn't have a clue to what is the root cause problem. The Nokia rep recommended that I "NOT" use version 6.83. Since they are having so many issues with it, I don't understand why they don't just remove it from their website? No matter what you try you will not get it to work properly!
    Now when you try to uninstall 6.83, you also get into trouble. You can unistall the PC Suite 6.83 core application , but the cable driver portion remains. Now when you try to remove the cable driver, under ADD / REMOVE Programs, you get the following error" The feature you are trying to use is on a network resource that is unavailable". Again, the Nokia rep was clueless as to why I was receiving the error message and had no additional help for me in removing the cable driver. It just seemed no matter what I tried I could not remove the cable driver nor could I reinstall PC Suite either version 6.83 or 6.82. Finally, last night I stumbled upon a note from another digruntled nokia 6.83 user that led me to search the following Microsoft info regarding a little program called "Windows Installer Cleanup Utility".
    My setup:
    Phone - Nokia 9300
    Cable - Nokia DKU-2
    PC Suite - 6.83
    PC OS - Win XP SP2
    "THE FIX" for me:
    1. Go to (ADD / Remove Programs) and uninstall PC Suite 6.83. This only removes the core program and "not" the cable driver
    2. Now go to the following MS website and download and Run the "Windows Installer Cleanup Utility".
    (http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe)
    Once you download this small MS utility, go down to my item #3 below for further immediate instructions!
    Article ID : 290301
    Last Review : November 13, 2006
    Revision : 5.1
    This article was previously published under Q290301
    Warning The Windows Installer CleanUp Utility is provided "as is" to help resolve installation problems for programs that use Microsoft Windows Installer. If you use this utility, you may have to reinstall other programs. Caution is advised.
    On This Page
    SUMMARY
    Microsoft has updated the Windows Installer CleanUp Utility. With the Windows Installer CleanUp Utility, you can remove a program's Windows Installer configuration information. You may want to remove the Windows Installer configuration information for your program if you experience installation (Setup) problems. For example, you may have to remove a program's Windows Installer configuration information if you have installation problems when you try to add (or remove) a component of your program that was not included when you first installed your program.
    The Windows Installer CleanUp Utility does not perform the following functions: • Remove Windows Installer
    • Remove files of any programs that are installed by Windows Installer, such as Microsoft Office 2003
    The Windows Installer CleanUp Utility does perform the following functions: • Provides a dialog box in which you can select one or more programs that were installed by Windows Installer
    To do this, select the programs that you want in the Installed Products list in the Windows Installer CleanUp dialog box. After you make this selection, the utility removes only the Windows Installer configuration information that is related to those programs.
    • Removes the files and registry settings that make up the Windows Installer configuration information for programs that you select
    If you use this utility to remove the Windows Installer configuration information for your program and you plan to reinstall the program, you should reinstall the program in the same folder where you originally installed it. This prevents duplication of files on your hard disk or disks.
    Back to the top
    MORE INFORMATION
    This version of the Windows Installer CleanUp Utility works correctly in all 32-bit versions of Microsoft Windows. The 32-bit versions of Microsoft Windows are as follows: • Microsoft Windows Vista
    • Microsoft Windows Server 2003
    • Microsoft Windows XP
    • Microsoft Windows Millennium Edition
    • Microsoft Windows 2000
    • Microsoft Windows NT 4.0 with Service Pack 3 or later
    • Microsoft Windows 98
    • Microsoft Windows 95
    This version of the Windows Installer CleanUp Utility works correctly in all 64-bit versions of Microsoft Windows. The 64-bit versions of Microsoft Windows are as follows:• Microsoft Windows Server 2003
    • Microsoft Windows XP
    • Microsoft Windows Vista
    The following file is available for download from the Microsoft Download Center:
    Download the Windows Installer Cleanup Utility package now. (http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe)
    Back to the top
    3. Now go to START/PROGRAMS/Windows Installer Cleanup Utility. When you run this utility, a window will open up that lists all the of the programs that you have installed. It looks a little bit like the add/remove program window. Now Select the "Nokia Connectivity Cable Driver" and the "PC Connectivity Solution programs, then run the utility. It only takes about 15-30 seconds to run.
    4. Now go back to the Add /Remove Programs in Control Panel and try and remove "Nokia Connectivity Cable Driver" and the "PC Connectivity Solution programs now. They should now uninstall!
    5. Next I restarted my computer.
    6. DO NOT install 6.83!!!!
    7. Now go to Nokia website and download PC Suite version 6.82_rel_22:
    http://nds1.nokia.com/files/support/global/phones/software/Nokia_PC_Suite_682_rel_22_0_eng_us_web.ms...
    7. You should now be back in business with a working version of PC Suite.
    It is obvious that there is a serious issue with the cable driver portion of 6.83 that corrupts MS Windows Installer program during the install process. Even though you initially can install 6.83, the cable driver is messed up. Also, you can't then uninstall the cable driver unless you run the Windows Installer Cleanup Utility.
    After a month of fighting this issue, the Windows Installer Cleanup utility was the key to clearing the conflict of the cable driver. Unfortunately, 6.83 has a serious issue with the cable driver.
    Good luck everyone...Sorry for being long winded!

    Hi diving_catch
    Just wanted to say a big thank you as a large number of forum members are having grief over this one!
    Might I add that I was happily using 6.82 rel_22.0 until NSU decided that it was time to update........you guessed PCSuite no longer worked. On Xp I uninstalled PC Suite + Nokia Connectivity Driver, installed and ran Nokia PC Suite Cleaner - option clean-up computer, rebooted and at least for now 6.83 v14.1 seems to function with N95. As no updates are available yet I haven't installed Nokia Software Updater!
    Many thanks also for the link to PC Suite 6.82 rel_22.0 as I shall probably need this soon.
    Interesting for Nokia comment as it's successor is currently out beta testing!
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • How to remove Java Applications from "Add and Remove Programs" list?

    I have deployed my Java applications (both JWS and Applet) via JNLP with allow-offline option enabled and without installer-desc option specified.
    My questions are:
    1. An entry is added to the Add and Remove Programs list after launching the application via JNLP. Is it due to the specification of JNLP or JWS? Is there anyway to prevent this behavior?
    2. I removed my application by clearing the cache via Java Control Panel but the entry for the application is still listed in Add and Remove Programs. How can I remove the entry in the Add and Remove Programs?
    I have tried following methods but neither works:
    1.Go to Add and Remove Programs, and click [remove] button to the right of my application.
    *Warning message like 'Application cannot be uninstalled completely' is thrown.
    2.Follow instructions listed @ [Microsoft Online Support site|http://support.microsoft.com/kb/314481/en-us] to remove my application manually via Windows registry.
    *Couldn't find appropriate registry entry to delete.
    Thanks in advance!

    Hi, guys!
    This issue has been officially approved as a new bug (Bug Id: 6946221) for the JDK 1.6_20(might include any release below) release.
    It will take a couple of days for it to be shown up in the external Bug database. However, once it becomes available for viewing on external Bug database.I would like to encourage your valuable participation to vote on this bug to get it fixed ASAP by the SUN developer teams.
    Java Bug Database @
    [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6946221|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6946221]
    Voting for the bug @
    [http://bugs.sun.com/bugdatabase/addVote.do?bug_id=6946221|http://bugs.sun.com/bugdatabase/addVote.do?bug_id=6946221]
    Thank you for your cooperation!
    Edited by: Jay-K on Apr 23, 2010 12:14 AM

  • Uninstall firefox after trying add and remove akso Mozilla,s instructions

    I am using Mozilla Firefox version !8.0(x86 en gb on windows Xp) I wish to un-install Mozilla Firefox. I tried the usual "Add and Remove" from Control Panel, this did not work which in its self is odd. I then tried the Mozilla site and followed those instructions which failed also.It makes me feel uncomfortable that removing a program is made so difficult
    Please advise
    Mike R

    Seeing a couple of errors in the system log is not that unusual, but the number you are seeing is indicating a real problem.
    Did you double-click any of the errors in System Events? It would open a pop-up and give more detailed information on the error and usually has a link to the Microsoft help website concerning that specific error. It is likely the "msi" error is significant, as that is a Microsoft installer file (often used for uninstall also). It seems that either Control Panel is messing up or the msi process is crashing for some reason. The information in that error may contain the answer. If there are error numbers, you could do a search for that error number.
    When you say you "re-formatted" your computer, what exactly do you mean? Did you re-install Windows?
    SparkTrust PC Cleaner could possibly be the culprit. Security software, by design, watches for processes that try to make changes to your computer. Along with cleaning, it also claims to "optimize" the registry, which can lead to big trouble if a critical key is removed by accident. I use Registry Mechanic, but with any cleaner, I never allow it to make changes until I have a chance to examine each proposed change. The first "automatic" registry cleaner I used 15 years ago did severe damage to my machine. Windows became unbootable because of registry damage. I ended up having to re-install Windows from scratch.
    PC Cleaner should not have disabled System Restore. If you haven't made any large installs or changes, System Restore simply may not have created a restore point. But there should have been at least the original when you installed Windows. To verify the settings, right click on "My Computer" and choose "Properties". There should be a System Restore tab where you can verify the allowed size and whether or not it is active.
    It is generally a good idea to manually tell System Restore to create a restore point on occasion, on a day when everything is working as it should.
    Is there a way to temporarily disable SparkTrust? It might be possible it sees the uninstall action as some kind of malware and won't allow it to run. That is simply a guess, but it is generally good policy to disable active security software during an installation (of trusted software), as the security software may interfere with the processes.
    I really don't believe Firefox is the culprit here. I think there is a problem with Windows. I have been using Firefox for well over a decade and have never had an uninstall problem.
    If you can copy and paste error details for the event log, I may be able to learn more.

  • Extend the EPM install to a new EOI and remove the old EOI's (server decommissioning). EPM version 11.1.2.1 and having essbase and planning; I understand removing EOI's is not as simple as 11.1.2.3 but any suggestion/steps would be of great help.

    Extend the EPM install to a new EOI and remove the old EOI's (server decommissioning). EPM version 11.1.2.1 and having essbase and planning; I understand removing EOI's is not as simple as 11.1.2.3 but any suggestion/steps would be of great help....

    Next time try to create a topic that is not the question.
    There was no option to remove epm instances in 11.1.2.1, basically the cloest you get is uninstalling the products on the server and hope that some of the info is removed from the epm registry
    Cheers
    John

  • I cant play any videos all of a sudden after avg detected and removed a malware....

    after avg detected and removed a malware, i cant
    watch any videos... i click on a video and it tells
    me i need to downlod the latest version of flashplayer....i d
    o all that and try a video again and it tells me over and over the same thing!!!!
    i downloaded firefox and it works fine...i dont want to go around the probl
    em...i want to fix it!

    Since you mention Firefox, I assume that the original problem is with Internet Explorer?
    If so, check if that malware has the "kill-bit" set for Flash Player: http://forums.adobe.com/message/3432049#3432049
    If you find that this "kill-bit" is set in your registry, don't remove it manually (unless you are very confident editing the registry); post back here, and someone will post an easy way to remove that "kill-bit".

  • Kill a thread and remove the element from the vector

    Hi All
    I have attached each Vector element to a thread which I later want to kill and remove that element from the Vector.
    Thread.join(milliseconds) allows this functionality to let the thread die after n milliseconds.
    However, I want to delete this element from the Vector now.
    Can someone please throw some light on this?
    Here the code I have written for this:
    try
         System.out.println(counter);
         int xCoord = generator.irand(25,200);     // X-coord of AP
         int yCoord = generator.irand(25,200);     // Y coord of AP
         listMN.addElement(new MobileNode((int)mnId,new Point2D.Double(xCoord,yCoord)));
         listMNcoords.addElement(new Point2D.Double(xCoord,yCoord));
         for(int i=0;i<vnuBS.returnBSList().size();i++)
              if(vnuBS.returnBSListCoords().get(i).contains(xCoord,yCoord)&&(vnuBS.returnBSList().get(i).getChannelCounter()<=3)&&(vnuBS.returnBSList().get(i).getChannelCounter()>0))
                   double c = exponential() * 10000;
                   long timeToService = (long)c;
                   System.out.println("BS "+vnuBS.returnBSList().get(i).id+" is connected to MN ");
                   vnuBS.returnBSList().get(i).reduceChannelCounter();
                   System.out.println("Channel Counter Value Now: "+vnuBS.returnBSList().get(i).getChannelCounter());
                   mobileNodesThread.addElement(new Thread(listMN.elementAt(mobileNodeCounter)));
                   mobileNodesThread.elementAt(mobileNodeCounter).setName(mobileNodeCounter+"");
                   mobileNodesThread.elementAt(mobileNodeCounter).start();
                   mobileNodesThread.elementAt(mobileNodeCounter).join(100);
    //                              System.out.println("Died");// thread dies after join(t) milliseconds.
                   System.out.println("ListMN getting generated : " + mobileNodesThread.get(mobileNodeCounter));
              else if(vnuBS.returnBSListCoords().get(i).contains(xCoord,yCoord)&&(vnuBS.returnBSList().get(i).getChannelCounter()<=0))
                   listMN.remove(this.listMN.lastElement());                         //dropcall
                   System.out.println("Removed "+mnId);
                   removeCounter++;
                   mnId = mnId--;
                   mobileNodeCounter--;
              mnId = mnId+1;
         Thanks a lot.

    I'm not sure if what you are trying to accomplish is correctly implemented.
    The method join does not kill the thread. It will wait for the specified time for the thread to exit. If you want the thread to run for a specified ammount of time, develop the run method of that thread with that in mind. Do not try to kill it from the outside, but let it terminate itself (gracefull termination).
    Now for your question regarding the vector (you should probably be using ArrayList nowadays): I would implement the observer pattern for this job. Make the threads post an event on the interface when they are done, let the main thread register itself with the threads and synchronize the method that handles the events. In that method you can remove the object from your list.
    I'm not sure if you want to use thread anyhow, could you tell us what it is that you are trying to accomplish?

  • Radio Interface Reset and Shutdown Frequently

    As recently new office from end-Sept, we have found that the radio interface reset very frequently which has been  happening about over 15 times within 8 weeks for one AP on average. Some of  those (3 AP so far) got the radio interface down eventually and we need to  reload the AP to make it up again.
    the AP model is AIR-LAP1142N-N-K9 and the IOS version is
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:表格內文;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-fareast-font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    st1\:*{behavior:url(#ieooui) }
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:表格內文;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-fareast-font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    c1140-k9w7-mx.124-21a.JA1. Power supply is made from the PoE switch c2960s. Is there any issue related to IOS? or some other factors may cause the issue happen? Any debug command can show the status of AP? Please advice.

    Hi Surendra,
    Other than IOS, will this radio interface reset and shutdown issue affect by the nearby AP which is not belongs to the same office.
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-fareast-font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    Scenario:
    The new office gets 2 floors. One is 5/F which has installed 9 APs with different channels and another one is 6/F which has installed 6 APs with different channels as well. We found that there are many events “%DOT11-4-MAXRETRIES: Packet to client reached max retries, removing the client” logged on 5/F and 6/F AP.
    We also found that the radio interface reset very frequently which has been happening about over 15 times within 8 weeks for one AP on average. Some of those (3 AP so far) got the radio interface down eventually and we need to reload the AP to make it up again.
    Is/ are there any possibility caused by otherenvironmental factors? Please advise.
    Best regards,
    Bell

  • I recently ran monolingual and removed all but the intel-64 bit architectures.  Now my iphoto will not open.  Here's the message  that I get. Process:         iPhoto [3543] Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto Identifier:

    I recently ran monolingual and removed all but the intel-64 bit architectures.  Now my iphoto (along with Idvd, garage band, imovie) will not open.  Here is the message that I get.
    Process:         iPhoto [3543]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-4750000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [109]
    Date/Time:       2011-06-10 21:48:59.821 -0500
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          -4164908 sec
    Crashes Since Last Report:           8
    Per-App Crashes Since Last Report:   11
    Anonymous UUID:                      45357CCD-011B-482E-A2EA-CF42096F1321
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.53f13
    Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST31000528ASQ, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x24300000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000
    USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x0901, 0x26400000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000

    Please let me know when you find a fix. I did the same thing and have tried every suggestion I can find online. The message I get is...
    Process:         iPhoto [4991]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-6070000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    Date/Time:       2011-06-13 23:39:38.485 +1200
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          -1643976 sec
    Crashes Since Last Report:           35
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      D4811036-EA8D-479D-8D9F-11E2FC8F6D4C
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898, 3.5 GB
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000
    I have reinstalled Mac OSX 10.6.3 and done the updates from there.
    I have reinstalled ilife 11 from disk and done the updates.
    I have deleted all the suggested files and then redone install and updates.
    I have tried just reinstalling iphoto and doing updates.
    Is there any way to get a replacement -  /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
    file with the right architecture?

  • If I set Firefox to refrain from loading images automatically, how can I view a single image, or a single page's images, without having to enter the site in the Exceptions list, only to go back and remove it when I'm done?

    I was hoping for a hotkey option or button on the toolbar to load images for a single page for a single session at a time. Turning off images really saves bandwidth and speeds load time on websites, but sometimes I'd like to view the images on a page, but only for this session. Is that possible, or do I have to go to the Exceptions page and allow a specific domain or page to load images and then go back and remove that domain or page when I'm done?

    *Image Block: https://addons.mozilla.org/firefox/addon/image-block/

  • How to uninstall Sharepoint Foundation 2010 and remove its databases

    Hello, 
    My company has Sharepoint Foundation 2010 installed on a Windows Server 2008 R2. I want to remove this server from our network. I'd like to know what are the steps to unsintall Sharepoint Foundation 2010 and remove its databases. The databases are located
    on a remote machine with SQL Server 2008 R2. I'm wondering if the Sharepoint uninstall process will remove its databases from the remote server or do the databases need to be removed manually. If the databases need to be removed manually, I'd like to know
    how to find out the name of the configuration, content, administration, search and user profile application databases that Sharepoint is using. 
    I appreciate any help that anybody can provide. Thanks!!

    Uninstall SharePoint via Programs and Features from the SharePoint server. Once that is done, drop/delete the databases from the SQL Server. Uninstalling SharePoint does not remove databases.
    Before you uninstall SharePoint, you can run:
    Get-SPDatabase | Select Name,Server
    That will list all database names and their associated SQL Server/instance.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for