DMS_integration points

Hello Team,
We are implementing DMS for loading of drawings, pdf excel and word files for the customer in the content server.
As i am new to DMS i had earlier posted threads and have got very large useful help from this forum. Now my doubt is which are the key integration areas of DMS with other modules.
Please help as i am new to DMS.
regards,
satish

Hi Satish,
Majority of the key integration areas are established using the object links feature in DMS.
You can,using this feature,establish integration with most of the SAP objects for scenarios like assigning:
- Drawings,Designs,Technical specifications to Material Master/Plant Material,
- Equipment/Vehicle history records to Equipment Master,
- Quality approval documents to QM info record,
- ECN revision to BoM header/item et-al.
Pls note that the above list is indicative.
Also,DMS can be integrated,based on requirements, with other components like SAP Enterprise Portal,Archivelink,CAD integration,cFolders,cProjects.
Regards,
Pradeepkumar Haragoldavar

Similar Messages

  • In order to create space on my MBA I just bumped iTunes media to G drive linked through Time Capsule.  Now pointed iTunes at new iTunes libary on G drive and, even though all music files are there, iTunes can only 'see' 10 albums. Any help appreciated.

    Bit more detail...
    Mac Book Air has been struggling for space for a while so I bough at time capsule a) for back up and b) to host my itunes folder remotely.  This didnt' work.  I took it into the Genius bar and the genius there told me that time capsule is not designed for anything other than back up.  Instead I have to connect a G drive through the time capsule's wireless router to my MBA. 
    I followed his instructions - moved my files from the Time Capsule and MBA directly onto the G Drive - which took a heartening 2 hrs so something must have been happening - and the held down 'Alt' when starting iTunes and selected the new itunes folder as the location of my itunes libarary which I wanted iTunes to 'point at'.  When I opened iTunes only 10 albums are visible now.
    In ITunes advanced preferences it says it is pointing at the correct folder.  The files are all cleary there when I open the G Drive folder to take a look.  But I cannot get iTunes to find them.
    Any suggestions? 
    Secondary challenge - in spite of deleting the original itunes folder on my MBA I still get messages pop up telling me my start up disk is out of space and I need to clear some - I expected to stop getting this message now I had done this exercise above.  I have emptied Trash.  Again - any pointers appreciated.  I am new to this world of 'intuitive' macbooks.
    Cheers

    After admittedly only a quick read the one thing you don't say is how you are trying to make this move.  Most people with moving library issues do it the wrong way.  Plenty of web sites tell you how to do it the wrong way.
    If the iTunes application is started before the drive with the library is fully mounted and awake iTunes will revert back to the internal drive.

  • How to find a point lies inside circle

    Hi,
    How do I find a point (x,y) is lies inside a circle? I trying to do a small shooting game.
    If the user clicks inside the circle they get a point. I am using the Pythagoras theorem to achieve this. But I can't.
    Please advice me.
    Here is my code
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Shoot extends JFrame implements MouseListener, MouseMotionListener
        private int winWidth = 300;
        private int winHeight = 300;
        private MyCanvas canvas = null;
        private int ballX = 50;
        private int ballY = 50;
        private int ballW = 50;
        private int ballH = 50;
        private int ballR = ballW / 2;
        private int curX = 0;
        private int curY = 0;
        private int left = 0;
        private int top = 0;
        public Shoot()
            Cursor c = new Cursor(Cursor.CROSSHAIR_CURSOR);
            this.setCursor(c);
            canvas = new MyCanvas();
            packIt();
            left = getInsets().left;
            top = getInsets().top;
        private void packIt()
            setTitle("My first game!");
            setPreferredSize(new Dimension(winWidth, winHeight));
            setSize(new Dimension(winWidth, winHeight));
            setContentPane(canvas);
            addMouseListener(this);
            addMouseMotionListener(this);
            setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            //setUndecorated(true);
            setLocation(300, 0);
            setVisible(true);
        public void mouseClicked(MouseEvent e)
            int x = e.getX() - left - ballX;
            int y = e.getY() - top - ballY;
            int r = ballR;
            System.out.println("x :" + x + "\ty :" + y);
            //Trying to implememt Pythagoras theorem. But I am missing something.
            System.out.println(((x * x) + (y * y)) + "\t=\t" + (r * r));
            System.out.println();
        public void mousePressed(MouseEvent e)
        public void mouseReleased(MouseEvent e)
        public void mouseEntered(MouseEvent e)
        public void mouseExited(MouseEvent e)
        public void mouseDragged(MouseEvent e)
        public void mouseMoved(MouseEvent e)
            curX = e.getX() - left;
            curY = e.getY() - top;
            canvas.repaint();
        private class MyCanvas extends JPanel
            public MyCanvas()
                setBackground(Color.BLACK);
                setBorder(BorderFactory.createLineBorder(Color.yellow));
            public void paintComponent(Graphics g)
                super.paintComponent(g);
                g.setColor(Color.WHITE);
                g.drawString("x :" + curX, 10, 20);
                g.drawString("y :" + curY, 10, 30);
                g.setColor(Color.RED);
                g.fillOval(ballX, ballY, ballW, ballH);
        public static void main(String[] asd)
            new Shoot();
    }

    public boolean isPointInCircle(){
        double x= circle.getWidth/2.0+circle.getX();
        double y= circle.getHeight/2.0+circle.getY();
        double distance=getDistance(x,y,pointX,PointY);
        return (distance<= circle.getWidth/2.0); //if the distance from the point to the center of the circle is less than the radius of the circle return true
    double getDistance(double x1, double y1, double x2, double y2){
        return math.sqrt((x1-x2)(x1-x2) + (y1-y2)(y1-y2));
    }Edited by: ghostbust555 on Jan 23, 2011 3:20 PM

  • After Drive Replacement, iTunes Points To Wrong Folder Even After Adjusting Settings

    I moved my music to a new hard drive. I then adjusted settings within iTunes to "point" to the folder on the new drive. The folder name is identical as are all the files within it. I did this a few months back and had no issues once iTunes "located" my files. All files played, playlists remained intact. This time however only a small portion of my files successfully "located" and the remaining 75% are unplayable. When "shown in finder", the unplayable tracks point to a completely random folder within my mail folder of obviously non-music files. I've been searching for weeks how to fix this to no avail. I definitely do not want to lose my playlists, play counts, etc. so starting from scratch with iTunes is not an option for me. Please advise how to fix this very odd issue!
    iMac 3.4 Ghz i7
    OSX 10.8.5
    iTunes 12.0.1.26 (just updated)

    To resolve this we will need details.  I don't know exactly what is where.  Even though it "worked last time" I see people post with that and almost invariably there is something different in the scenario this time.
    The iTunes application alone has no idea where media files are.  You could drag all the media folders you like to the Media folder and it won't know.  You could "point" iTunes to that folder in preferences and it still will never look there.  iTunes knows where files are because as you add them to iTunes it puts them in the Media folder and makes a note in that .itl file where the files are located.  When you try to play a track iTunes looks up in the .itl file which media file it should try to play when you request the track and goes to that location to play the file.  If there file isn't there you get !  You have to mend the links one by one, or iTunes might try, based on you repairing links. to repair other links, but it doesn't usually work that way and is only partly successful at times (as we have already discussed).  If you have ever walked into a store and see an empty shelf but their web site says they have 3 in stock and the sales person says all their stock is out on the shelf, iTunes is like that.
    Here's a bunch of links on how iTunes works.  As you can see, an entire library is a whole bunch of files and support folders working in concert and when they get split up iTunes starts misbehaving.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    iTunes 9 [and later]: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847 - plus supplemental information about organizing to new structure https://discussions.apple.com/message/26404702#26404702
    Image of folder structure and explanation of different iTunes versions (turingtest2 post) - https://discussions.apple.com/docs/DOC-7392 and making an iTunes library portable.

  • Air app pointing to wrong folder (how can I change it?)

    Hi,
    I couldnt find a proper answer in all internet, but it should be something easy.
    Everything works fine with php connections in my mac.
    However when I compile the release version, and install on my windows, I get this error:
    Send failed
    Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 404: url: 'http://localhost/client_folder/app_name-debug/gateway.php'
    I have already configured the services-config.xml to point to my gateway.php and the amf_config.ini to point to my framework.
    (I hope end users won't have to set it manually)
    Still, I'm getting this error pointing to an absolute path to reach the gateway.php
    Is it something I should declare in action script to make it a relative path? I have checked the $variables to replace in the Server Output Folder path, but maybe this is not related to my issue.
    Thanks in advance,
    Btp~

    Tap on the blue arrow for the network in the lst, and it should take you to the details page.
    There a button there labeled Forget this network. Tap it. go back to the network list and choose the network again.

  • Songs that I have purchased are missing in iTunes (file not found/exclmation point), and do not show up in the iTunes Store for download.

    I have a laptop that has (or had) pretty much all of my music, both burned from CDs and downloaded from iTunes. My 17 year old son on occasion syncs his iPhone and iPad with this laptop. As of the last sync (as best I can determine), many songs that I purchased in the past few years are now missing, in that they have an exclamation point to the left of the song title, and when I try to play the song, I get an error message that says "The song could not be used because the original file could not be found" or something to that effect. As it turns out, the file seems to be erased. This has happened multiple times, and I could be wrong, but I believe that there are some songs that had the exclmation point last time he synced that now don't, and vice-versa. There is not an obvious correlation or grouping as to why these songs are missing (e.g,. they were not all purchased on the same date, not all songs from one artist are missing, etc.).
    Since most of these songs have been purchased through iTunes through my account, my reaction was to go to the iTunes store, log in with my account, and re-download them. Problem is, all of these songs instead ask me to purchase the song, instead of displaying a "cloud" logo. Therefore, it appears that I have to re-purchase these songs, which does not sound correct.
    Questions: Does anyone know, most importantly (to get an immediate fix):
    1. How can I re-download these songs and why doesn't iTunes Store recognize that I have already purchased them?
    and perhaps as important (more of a long-term question):
    2. Why does this happen and how can I prevent this from happening again (since it has happened multiple times)?
    Thanks.

    1. iTunes won't offer cloud downloads for songs that it "thinks" are in your library, even if it "knows" the files are missing. If you've exhaustively searched for the missing files and there is no prospect of repair by restoring to them to their original locations, or connecting to new ones, then delete that tracks that display both the missing exclamation mark and are of media kind Purchased/Protected AAC audio file. Don't hide from iTunes in the cloud when asked, close iTunes, then reopen. You can download from the cloud links or iTunes Store > Quicklinks > Purchased > Music > Not on this computer > All songs > Download all.
    2. Why? Not sure, perhaps 3rd party tools or accidental key presses combined with previously hidden warning messages when trying to organize the library. There is a hint that using the feature to downsample media as it is synced to a device may also be involved, though I've not replicated it. Whatever the reason a backup would protect your media.
    tt2

  • Safari won't open and wheel (mouse pointer) keeps spinning

    Hi guys.
    I'm going crazy here as everything I've read and tried doesn't work?
    I've deleted cache files, history, plug-ins etc etc and every time I try and launch Safari, I keep getting the spinning wheel/beach ball/mouse pointer and safari doesn't open?
    I've received the following long error message and it may as well be in Arabic as I haven't got a clue what it means?
    Any techies out there who could shed some light "Error message for dummies' style please?
    This is the report error.
    Cheers,
    Marc
    Date/Time:     
    2014-06-20 15:35:13 +0400
    OS Version:    
    10.7.5 (Build 11G63)
    Architecture:  
    x86_64
    Report Version:  9
    Command:       
    Safari
    Path:          
    /Applications/Safari.app/Contents/MacOS/Safari
    Version:         6.0.2
    (7536.26.17)
    Build Version:   2
    Project Name:  
    WebBrowser
    Source Version:
    7536026017000000
    Parent:        
    launchd [124]
    PID:             216
    Event:           hang
    Duration:        1.61s
    Steps:           17
    (100ms sampling interval)
    Pageins:         24
    Pageouts:        0
    Process:       
    Safari [216]
    Path:          
    /Applications/Safari.app/Contents/MacOS/Safari
    Architecture:  
    x86_64
    UID:             501
      Thread 0x62e        DispatchQueue 1
      User stack:
        17 ??? (in Safari)
    [0x1033dff2c]
          17 SafariMain +
    166 (in Safari) [0x1035f735a]
            17
    NSApplicationMain + 867 (in AppKit) [0x7fff8b723eac]
              17
    -[NSApplication run] + 470 (in AppKit) [0x7fff8b4a79b9]
                17
    -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 162 (in
    Safari) [0x10343234f]
                  17
    -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in
    AppKit) [0x7fff8b4ab07d]
                    17
    _DPSNextEvent + 1247 (in AppKit) [0x7fff8b4ab9c5]
                      17
    AEProcessAppleEvent + 102 (in HIToolbox) [0x7fff8f178b69]
                        17
    aeProcessAppleEvent + 250 (in AE) [0x7fff8f4bb9f7]
    17 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38 (in AE)
    [0x7fff8f4bbb03]
    17 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned
    char*) + 200 (in AE) [0x7fff8f4bbc25]
    17 _NSAppleEventManagerGenericHandler + 105 (in Foundation)
    [0x7fff8995a5dc]
    17 -[NSAppleEventManager
    dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283 (in Foundation)
    [0x7fff8995a74e]
    17 __-[NSAppleEventManager
    setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101 (in
    Foundation) [0x7fff8995b7c7]
                                    17 -[NSObject
    performSelector:withObject:withObject:] + 65 (in CoreFoundation)
    [0x7fff84183541]
                                      17
    -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
    (in AppKit) [0x7fff8b4ae5b9]
                                        17
    -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 227 (in AppKit)
    [0x7fff8b4ae849]
                                          17
    -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:]
    + 180 (in AppKit) [0x7fff8b4ae9ec]
                                            17
    -[NSPersistentUIManager promptToIgnorePersistentState] + 178 (in AppKit)
    [0x7fff8b4da234]
                                              17 -[NSApplication
    _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 31 (in
    AppKit) [0x7fff8b758782]
                                                17
    __-[NSPersistentUIManager promptToIgnorePersistentState]_block_invoke_1 + 798
    (in AppKit) [0x7fff8b4da58a]
    17 +[NSAlert
    alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWi thFormat:]
    + 117 (in AppKit) [0x7fff8b74de4d]
    17 -[NSAlert init] + 105 (in AppKit) [0x7fff8b7532f0]
    17 _NXLoadNib + 190 (in AppKit) [0x7fff8b6f0116]
    17 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] +
    110 (in AppKit) [0x7fff8b4b2cb4]
    17 +[NSBundle bundleForClass:] + 78 (in Foundation) [0x7fff8993ca1e]
    17 -[NSRecursiveLock lock] + 25 (in Foundation) [0x7fff89927df9]
    17 __psynch_mutexwait + 10 (in libsystem_kernel.dylib) [0x7fff8a13dbf2]
      Kernel stack:
        17
    psynch_mtxcontinue + 0 (in mach_kernel) [0xffffff800059eb20]
      Thread 0x633        DispatchQueue 2
      User stack:
        17
    _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8b036316]
          17 kevent + 10
    (in libsystem_kernel.dylib) [0x7fff8a13e7e6]
      Kernel stack:
        17 kqueue_scan +
    416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x636      
      User stack:
        17 thread_start +
    13 (in libsystem_c.dylib) [0x7fff8751ab75]
          17
    _pthread_start + 335 (in libsystem_c.dylib) [0x7fff875178bf]
            17
    _ZN3WTFL19wtfThreadEntryPointEPv + 15 (in JavaScriptCore) [0x103de638f]
              17
    WebCore::IconDatabase::iconDatabaseSyncThread() + 500 (in WebCore)
    [0x1044a56b4]
                17
    WebCore::IconDatabase::syncThreadMainLoop() + 107 (in WebCore) [0x1044a7b9b]
                  17
    __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a13dbca]
      Kernel stack:
        17
    psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x638      
      User stack:
        17 thread_start +
    13 (in libsystem_c.dylib) [0x7fff8751ab75]
          17
    _pthread_start + 335 (in libsystem_c.dylib) [0x7fff875178bf]
            17 thread_fun
    + 24 (in QuartzCore) [0x7fff83401d35]
              17
    CA::Render::Server::server_thread(void*) + 184 (in QuartzCore) [0x7fff83401df5]
                17
    mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13c67a]
      Kernel stack:
        17
    ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x64a      
      User stack:
        17 thread_start +
    13 (in libsystem_c.dylib) [0x7fff8751ab75]
          17
    _pthread_start + 335 (in libsystem_c.dylib) [0x7fff875178bf]
            17
    __NSThread__main__ + 1575 (in Foundation) [0x7fff8997c6a2]
              17
    -[NSThread main] + 68 (in Foundation) [0x7fff8997c72a]
                17
    +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 (in
    Foundation) [0x7fff89987fd7]
                  17
    CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff84125486]
                    17
    __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff84125c74]
                      17 __CFRunLoopServiceMachPort
    + 188 (in CoreFoundation) [0x7fff8411d50c]
                        17
    mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13c67a]
      Kernel stack:
        17
    ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x64d      
      User stack:
        17 thread_start +
    13 (in libsystem_c.dylib) [0x7fff8751ab75]
          17 ??? (in
    Safari) [0xdeadbeef]
            17 dlopen +
    540 (in dyld) [0x7fff62fe8657]
              17
    dyld::runInitializers(ImageLoader*) + 97 (in dyld) [0x7fff62fe21b9]
                17
    ImageLoader::runInitializers(ImageLoader::LinkContext const&,
    ImageLoader::InitializerTimingList&) + 59 (in dyld) [0x7fff62fed0b7]
                  17
    ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&,
    unsigned int, ImageLoader::InitializerTimingList&) + 237 (in dyld)
    [0x7fff62fec2cd]
                    17
    _ZN4dyldL12notifySingleE17dyld_image_statesPK11ImageLoader + 226 (in dyld)
    [0x7fff62fe0973]
                      17
    load_images + 233 (in libobjc.A.dylib) [0x7fff8331c36b]
                        17
    call_load_methods + 161 (in libobjc.A.dylib) [0x7fff8331c6ca]
    17 +[VSearchLib load] + 92 (in libVSearchLoader.dylib) [0x1097ccbf4]
    17 -[NSBundle principalClass] + 41 (in Foundation) [0x7fff8997bd84]
    17 -[NSBundle load] + 18 (in Foundation) [0x7fff899843f8]
    17 objc_msgSend_vtable3 + 24 (in libobjc.A.dylib) [0x7fff8331e0d8]
      Kernel stack:
        17 hndl_alltraps +
    225 (in mach_kernel) [0xffffff80002da481]
          17 user_trap +
    711 (in mach_kernel) [0xffffff80002c4017]
            17
    exception_triage + 149 (in mach_kernel) [0xffffff8000220e15]
              17
    exception_deliver + 766 (in mach_kernel) [0xffffff8000220c1e]
                17
    exception_raise_state_identity + 325 (in mach_kernel) [0xffffff8000249c75]
                  17
    mach_msg_rpc_from_kernel_body + 277 (in mach_kernel) [0xffffff80002239d5]
                    17
    ipc_mqueue_receive + 70 (in mach_kernel) [0xffffff8000215886]
                      17
    thread_block_reason + 299 (in mach_kernel) [0xffffff800022f42b]
                        17
    thread_continue + 1661 (in mach_kernel) [0xffffff800022f1ad]
    17 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c2939]
      Binary Images:
             0x1033df000
    -        0x1033dffff  com.apple.Safari 6.0.2 (7536.26.17)
    <712FC0E4-1F7C-3C6F-A65F-8F9EDE304463> /Applications/Safari.app/Contents/MacOS/Safari
             0x1033e5000
    -        0x103887fff  com.apple.Safari.framework 7536 (7536.26.17)
    <8C9589AE-EA24-3360-812B-DBAE560FBE7F>
    /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
             0x103ba8000
    -        0x103e42ff7  com.apple.JavaScriptCore 7536 (7536.26.15)
    <DE475475-D66E-3BF3-9AA6-422601989CF6>
    /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
             0x1044a1000
    -        0x105447ff7  com.apple.WebCore 7536 (7536.26.15)
    <BB07086A-227A-3817-BFED-4DF34E04CD56> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
             0x1097cc000
    -        0x1097cdfff  libVSearchLoader.dylib ??? (???)
    <2DF78468-AB4B-363E-A838-D4CE14679E8B> /System/Library/Frameworks/VSearch.framework/Versions/A/Libraries/libVSearchLoa der.dylib
          0x7fff62fdf000
    -     0x7fff63013baf  dyld ??? (???)
    <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
          0x7fff83313000
    -     0x7fff833f7e5f  libobjc.A.dylib ??? (???)
    <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
          0x7fff833ff000
    -     0x7fff8359fff7  com.apple.QuartzCore 1.7 (270.5)
    <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04>
    /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
          0x7fff840ed000
    -     0x7fff842c1ff7  com.apple.CoreFoundation 6.7.2 (635.21)
    <62A3402E-A4E7-391F-AD20-1EF20236CE1B>
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff874c9000
    -     0x7fff875a6fef  libsystem_c.dylib ??? (???)
    <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
          0x7fff89922000 -     0x7fff89c3bfff  com.apple.Foundation 6.7.2 (833.25)
    <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B>
    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a127000
    -     0x7fff8a147fff  libsystem_kernel.dylib ??? (???)
    <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351>
    /usr/lib/system/libsystem_kernel.dylib
          0x7fff8b034000
    -     0x7fff8b042fff  libdispatch.dylib ??? (???)
    <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8b4a3000
    -     0x7fff8c0a9fff  com.apple.AppKit 6.7.5 (1138.51)
    <44417D02-6123-3FC3-A119-CE51BB4C3006>
    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8f168000
    -     0x7fff8f494fff  com.apple.HIToolbox 1.9 (???)
    <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8f4b8000
    -     0x7fff8f4f7fff  com.apple.AE 527.7 (527.7)
    <B82F7ABC-AC8B-3507-B029-969DD5CA813D>
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.frame work/Versions/A/AE
    Process:       
    AppleSpell [212]
    Path:          
    /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:  
    x86_64
    UID:             501
      Thread 0x5fd        DispatchQueue 1
      User stack:
        17 ??? (in
    AppleSpell) [0x109383a7c]
          17 ??? (in
    AppleSpell) [0x109383d2e]
            17
    -[NSSpellServer run] + 74 (in Foundation) [0x7fff89a7ec76]
              17
    CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8413519f]
                17
    CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff84125486]
                  17
    __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff84125c74]
                    17
    __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8411d50c]
                      17
    mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13c67a]
      Kernel stack:
        17
    ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x604        DispatchQueue 2
      User stack:
        17
    _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8b036316]
          17 kevent + 10
    (in libsystem_kernel.dylib) [0x7fff8a13e7e6]
      Kernel stack:
        17 kqueue_scan +
    416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x109382000
    -        0x10943eff7  com.apple.AppleSpell 1.7.1 (131.1)
    <A994D9F1-C4D8-3361-B0F4-112A7BAED8BD> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff840ed000
    -     0x7fff842c1ff7  com.apple.CoreFoundation 6.7.2 (635.21)
    <62A3402E-A4E7-391F-AD20-1EF20236CE1B>
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff89922000
    -     0x7fff89c3bfff  com.apple.Foundation 6.7.2 (833.25)
    <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a127000
    -     0x7fff8a147fff  libsystem_kernel.dylib ??? (???)
    <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8b034000
    -     0x7fff8b042fff  libdispatch.dylib ??? (???)
    <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:       
    autofsd [62]
    Path:          
    /usr/libexec/autofsd
    Architecture:  
    x86_64
    UID:             0
      Thread 0x233        DispatchQueue 2
      User stack:
        17
    _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8b036316]
          17 kevent + 10
    (in libsystem_kernel.dylib) [0x7fff8a13e7e6]
      Kernel stack:
        17 kqueue_scan +
    416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x234        DispatchQueue 6
      User stack:
        17
    _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8b038b1c]
          17
    __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff8a13e022]
      Kernel stack:
        17 wakeup + 992
    (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x10dafe000
    -        0x10dafffff  autofsd ??? (???)
    <A02D5E70-1BB1-30ED-A699-375CB0CCE901> /usr/libexec/autofsd
          0x7fff8a127000
    -     0x7fff8a147fff  libsystem_kernel.dylib ??? (???)
    <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8b034000
    -     0x7fff8b042fff  libdispatch.dylib ??? (???)
    <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         blued
    [21]
    Path:          
    /usr/sbin/blued
    Architecture:  
    x86_64
    UID:             0
      Thread 0x12d        DispatchQueue 1
      User stack:
        17 ??? (in blued)
    [0x1033889a4]
          17 ??? (in
    blued) [0x1033bf4bf]
            17
    -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8992de67]
              17 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
    + 267 (in Foundation) [0x7fff8992df7b]
                17
    CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff84125486]
                  17
    __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff84125c74]
                    17 __CFRunLoopServiceMachPort + 188 (in
    CoreFoundation) [0x7fff8411d50c]
                      17
    mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13c67a]
      Kernel stack:
        17
    ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x138        DispatchQueue 2
      User stack:
        17
    _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8b036316]
          17 kevent + 10
    (in libsystem_kernel.dylib) [0x7fff8a13e7e6]
      Kernel stack:
        17 kqueue_scan +
    416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x1a5      
      User stack:
        17 thread_start +
    13 (in libsystem_c.dylib) [0x7fff8751ab75]
          17
    _pthread_start + 335 (in libsystem_c.dylib) [0x7fff875178bf]
            17 __select +
    10 (in libsystem_kernel.dylib) [0x7fff8a13ddf2]
      Kernel stack:
        17 wakeup + 992
    (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x103387000
    -        0x103440fff  blued ??? (???)
    <FE392F89-6D67-3015-A6AD-BA96C1FB5EFF> /usr/sbin/blued
          0x7fff840ed000
    -     0x7fff842c1ff7  com.apple.CoreFoundation 6.7.2 (635.21)
    <62A3402E-A4E7-391F-AD20-1EF20236CE1B>
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff874c9000
    -     0x7fff875a6fef  libsystem_c.dylib ??? (???)
    <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
          0x7fff89922000
    -     0x7fff89c3bfff  com.apple.Foundation 6.7.2 (833.25)
    <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a127000
    -     0x7fff8a147fff  libsystem_kernel.dylib ??? (???)
    <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351>
    /usr/lib/system/libsystem_kernel.dylib
          0x7fff8b034000
    -     0x7fff8b042fff  libdispatch.dylib ??? (???)
    <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         Canon
    CMFP BackGrounder [164]
    Path:          
    /Library/Printers/Canon/CUPSCMFP/BackGrounder/Canon CMFP
    BackGrounder.app/Contents/MacOS/Canon CMFP BackGrounder
    Architecture:    i386
    UID:             501
    Process:         Canon
    PS2 BackGrounder [163]
    Path:          
    /Library/Printers/Canon/CUPSPS2/BackGrounder/Canon PS2
    BackGrounder.app/Contents/MacOS/Canon PS2 BackGrounder
    Architecture:    i386
    UID:             501
    Process:       
    com.apple.dock.extra [184]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:  
    x86_64
    UID:             501
      Thread 0x4da        DispatchQueue 1
      User stack:
        17 ??? (in
    com.apple.dock.extra) [0x1003df474]
          17
    xpc_service_main + 448 (in XPCService) [0x7fff8a46c5ed]
            17
    NSApplicationMain + 867 (in AppKit) [0x7fff8b723eac]
              17
    -[NSApplication run] + 470 (in AppKit) [0x7fff8b4a79b9]
                17
    -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in
    AppKit) [0x7fff8b4ab07d]
                  17
    _DPSNextEvent + 659 (in AppKit) [0x7fff8b4ab779]
                    17
    BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8f1713fa]
                      17
    ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8f17156d]
                        17
    RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8f16a2bf]
    17 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff84125486]
                            17 __CFRunLoopRun + 1204 (in CoreFoundation)
    [0x7fff84125c74]
    17 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8411d50c]
    17 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13c67a]
      Kernel stack:
        17
    ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x4e4        DispatchQueue 2
      User stack:
        17
    _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8b036316]
          17 kevent + 10
    (in libsystem_kernel.dylib) [0x7fff8a13e7e6]
      Kernel stack:
        17 kqueue_scan +
    416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x1003de000
    -        0x1003e2ff7  com.apple.dock.extra 1.0 (1)
    <13C8211B-0B1D-302A-8EF9-740BA3BD69C0>
    /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra. xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff840ed000
    -     0x7fff842c1ff7  com.apple.CoreFoundation 6.7.2 (635.21)
    <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a127000
    -     0x7fff8a147fff  libsystem_kernel.dylib ??? (???)
    <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a46a000
    -     0x7fff8a471ff7  com.apple.XPCService 1.3 (1)
    <68C4DBC9-18C3-3053-96D5-1858B905EAE0>
    /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff8b034000
    -     0x7fff8b042fff  libdispatch.dylib ??? (???)
    <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8b4a3000
    -     0x7fff8c0a9fff  com.apple.AppKit 6.7.5 (1138.51)
    <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8f168000
    -     0x7fff8f494fff  com.apple.HIToolbox 1.9 (???)
    <CCB32DEA-D0CA-35D1-8019-E599C8007AB6>
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram ework/Versions/A/HIToolbox

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • How do I print just the text in a power point opened in preview

    How do I print just the text in a power point opened in preview

    In the front panel, right click on the listbox object and select create>attribute node.
    In the diagram click on the attribute node and select "Item Names".
    Connect the desired array of string to the attribute node.
    BigBen

  • How to print the text in points wise in sap script

    hi friends,
    how to print the text in points wise in sap script.
    ex: if suppose paragraph consists of 15 lines. then according to one sentence or one fullstop (.) it should give point 1. like that...
    1. hai how ru.
    2. what r  u doing.
    3.where r u.
    like this i want numbering.. waiting for ur replys.
    thanks,
    kiran

    declare a counter
    data : cnt type char 4.
    print :
    cnt = cnt + 1.
    &cnt& &text&
    cnt = cnt + 1. and so on.
    or.
    if the data is in an internal table
    loop at internal_table.
    cnt = cnt + 1.
    write form.
    in script -&cnt& &text&
    endloop.
    Edited by: NIKHILKUMAR POOJARI on Nov 17, 2008 11:18 AM

  • How do I find a previously passcode to link a wireless keyboard (Model A101urs6) to a Mac Power Book G4 running 10.5.8.  The keyboard was linked at one point in the past, but then not used.  When I am trying to hook it up now, it requires the passcode.

    How do I find a previously passcode to link a wireless keyboard (Model A101urs6) to a Mac Power Book G4 running 10.5.8.  The keyboard was linked at one point in the past, but then not used.  When I am trying to hook it up now, it requires the passcode.  Where can I find this, or is there a general number I can use?

    Hello, and welcome to Apple Support Communities!
    Try entering four zeroes.

  • How do I find out where the link for a button points to?

    I installed a Flash template that has a "Read More" button which is used in several locations of the site.  The button corresponds to a single symbol called "button_more" and another symbol within that symbol called "area_more".  It's a "Movie Clip" type of symbol, not a "Button" type symbol. 
    What I'm trying to figure out is where would I find the link to the page where that button points to - it points to different pages of the site depending on where it's located.  For example, in the About Us section it links to a page that has more details describing About Us.  In the Services section it links to a page that has more details describing Services.  So the same symbol is going to different links.
    I checked the Properties of the symbol and it doesn't have any option for a link. (I guess it's not really going to a link, but to a different frame in the timeline)  But where would I find exactly where each button points to in case I want to edit one of them in the future, or create a new button with a new link?

    No, the background color is not the same as any of the actionscript colors.  It's a blank page, I can see that there's no code because it starts at line 1.
    I figured it out though - when I go to the timeline manually, I am supposed to highlight the actual button.  Then I see the code.  Thanks for pointing me in the right direction...

  • Is there a way to open the right click menu on the left side of your pointer?

    Whenever I try to right-click an object that's located on the right side of the screen, the pointer always automatically click whatever entry in the right-click menu which just happens to be under the pointer the moment the menu is opened. I noticed that the reason this happens is because the right click menu always forces itself to open on the right side of the pointer, and when there isn't enough space, the right-click menu will open underneath the pointer. Since this is horribly inconvenient, is there a way to open the right-click menu on the left side of your pointer?

    Are you saying you have an icon on the far right side and when you rt click on it, your pointer ends up opening wherever it lands? That is a two step process, or normally should be at least a two step process. Do you have a Mouse in your Control Panel? You should check, because there may be some properties with which you can play. For instance, I can switch primary and secondary functions on my mouse buttons by checking a box.
    When I rt click on right side, the menu opens on the left.
    When I rt click on left side, the menu opens on the right.
    In order for me to take an action, I then have to move to an area in that menu and click.
    I hope I understood your question correctly.

  • SSRS 2008 Column Chart with Calculated Series (moving average) "formula error - there are not enough data points for the period" error

    I have a simple column chart grouping on 1 value on the category axis.  For simplicity's sake, we are plotting $ amounts grouping by Month on the category axis.  I right click on the data series and choose "Add calculated series...".  I choose moving average.  I want to move the average over at least 2 periods.
    When I run the report, I get the error "Formula error - there are not enough data points for the period".  The way the report is, I never have a guaranteed number of categories (there could be one or there could be 5).  When there is 2 or more, the chart renders fine, however, when there is only 1 value, instead of suppressing the moving average line, I get that error and the chart shows nothing.
    I don't think this is entirely acceptable for our end users.  At a minimum, I would think the moving average line would be suppressed instead of hiding the entire chart.  Does anyone know of any workarounds or do I have to enter another ms. connect bug/design consideration.
    Thank you,
    Dan

    I was having the same error while trying to plot a moving average across 7 days. The work around I found was rather simple.
    If you right click your report in the solution explorer and select "View Code" it will give you the underlying XML of the report. Find the entry for the value of your calculated series and enter a formula to dynamically create your periods.
    <ChartFormulaParameter Name="Period">
                      <Value>=IIf(Count(Fields!Calls.Value) >= 7 ,7, (Count(Fields!Calls.Value)))</Value>
    </ChartFormulaParameter>
    What I'm doing here is getting the row count of records returned in the chart. If the returned rows are greater than or equal to 7 (The amount of days I want the average) it will set the points to 7. If not, it will set the number to the amount of returned rows. So far this has worked great. I'm probably going to add more code to handle no records returned although in my case that shouldn't happen but, you never know.
    A side note:
    If you open the calculated series properties in the designer, you will notice the number of periods is set to "0". If you change this it will overwrite your custom formula in the XML.

  • How can I assign points to the alternatives in a question?

    Hi! I am building my first quiz in Captivate and I have this little problem I haven´t been able to solve. I want a make a test that meassures how stress you are att work. It looks like a survey, I´ll have about 20 or more questions with the same type of alternatives, no right or wrong alternatives, but you choose the one you agree the most with. The thing is that i want to give a value point to each alternative and be able to have a score at the end. See the example.
    How often do you feel stressed att work?
    1. never : 0 points
    2. one a week: 2 points
    3. three times a week: 3 points
    4. Everyday: 4 points
    Att the end, the score you get tells you how stressed you are, but instead of showing a result in term of points, you´ll get a text giving you feedback and recomendations for better health. Can I do that in Captivate? I haven´t been able to find a way to do that yet...
    Thanks for any help you can give me!

    Hello,
    Tried putting something together that could be possible, concentrated on the workflow. There will be some repetitive tasks to be done however, problem is that a click box cannot stay for a whole project, which means that a click box gets its proper ID on each slide. Will try to explain, it is up to you to judge if this is acceptable, or if you'd go better with a Flash app.
    Created (for the moment, perhaps you'll need more if p.e. for Q1-Q10 you need a separate result for A and for B, result for Q11-Q20...) two user variables:
    v_AClick     to store the number of clicks on A-option
    v_BClick     to store the number of clicks on B-option
    The results can then be used later on for a condition (did not write it yet).
    Created a first slide with these objects:
    dummy Text Caption 'Option A' (will be replaced later on with question text)
    click box covering up this Text Caption, named it (ID) ClickA1 (this is the tedious part, has to be done for each CB; ClickA2, ClickA3...)
    dummy Text Caption 'Option B' (will be replaced later on with question text)
    click box covering up this Text Caption, named it (ID) ClickB1 (this is the tedious part, has to be done for each CB; ClickB2, ClickB3...)
    imported a 'sign' to be showed after the user clicked into the Library, and put an instance to the right of each Text Caption, those were labeled VinkA and VinkB. Very important: set those instances to 'Show for the entire project', which avoids to have them duplicated to each slide, we will hide and show them as necessary.
    button 'Next' which on Succes jumps to next slide.
    The blue Text Caption was for me, to check if the actions were functioning, shouldn't be there in the end file.
    I created a first Advanced action, labeled it HideVink (sorry for the Dutch, Vink = the green symbol), to be triggered on entering the slide:
    Hide VinkA
    Hide VinkB
    Second/third action, labeled A_Action1/B_Action1 to be triggered by clicking on the ClickA1/ClickB2 with these actions:
    increment v_AClick/v_BClick with 1
    hide the other clickbox, thus ClickB1/ClickA1 to avoid that the user could click on both options
    show AVink/BVink
    Here is an example, action A_Action1
    Those two actions have to be duplicated for each Question slide (A_Action2, B_Action2,....). What has to be changed in the duplicates is only the number of the Click Box, that is why I labeled them to make the process easier.
    Now I duplicated the slide as many times as necessary. The actions for button and entering slide are OK, but the actions for the click boxes have to be adapted (tedious).
    Why did I use 'dummy' Text Captions: I should export (File menu) the Text Captions to a Word-document, change the dummy texts (left column) to the real captions (much easier in one doc) and re-import them into the CP-file.
    That was my homework, as promised. Hope it helps, even if you choose to go the Flash-way after all.
    Lilybiri

  • Error message when clicking on links from thunderbird: Firefox.exe – Entry Point Not found

    When I click on any link in a Thunderbird email message I get the error message:
    Firefox.exe – Entry Point Not found
    The procedure entry point ?DllBlocklist_Initialize@@YAXXZ could not be located in the dynamic link library T:\PQligP sFuvy (X86)\pJPpSox HneiCFv\GwCMqTQ.Oqt.
    I tried uninstalling Firefox 27 completely and reinstalling it, and the error is still there. When I uninstall V27 and install the older V26 the error disappears. Id there an issue with V27 trying to work with links from Thunderbird?
    I am on a laptop running Windows 8.1 with all current downloads.

    Thanks for the reply - as best as I can tell it seems to be some kind of incompatibility between Thunderbird V24.3.0 and Firefox V27. If I install Firefox V26 then everything works as it should. I haven't tried installing a previous version of Thunderbird to see if that makes a difference.

Maybe you are looking for

  • Upgrade to 3.13.4-1 causes drm error message

    Before the recent update to kernel 3.13.4-1 to accommodate modular keyboard support, I didn't have any error messages printing at boot time. Now drm is complaining: dmesg | grep drm [ 0.651849] [drm] Initialized drm 1.1.0 20060810 [ 0.678595] [drm] M

  • My Apple software is a nightmare lately

    I've always been really happy with my Macs and the software's been a dream to use. Until Leopard that is. I always keep my software up to date, as soon as software update wants to download and install I always stand back and let it do it's thing. My

  • Still looking for a answer to the question regarding mahjong 247 and pornography: i want to delete both

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/892305'' yet again, i provide more details: please consult previous messages.

  • Unable to initialize socket connection to Content Server

    Hi, Webcenter installed on linux, content server installed on windows. Here is the error I see in the log files. I did added the ip address of the linux machine in windows host file but in Spaces I see JCR Connection problem. Any idea on what might b

  • Delete a threaded frame in a document

    Hi, i'm working with indesign since 2 weeks and i can't understand why seems to be impossible to delete a threaded text frames without it flows into the next frame in succession. In a impaginated document for example, i don't want that the text flows