Images are not "available" in SRM MDM 5.5 SP5 catalog

Hello,
We have SRM MDM 5.5 P5 and we have uploaded photos in the record table. But images do not appear in the catalog "detail view". Instead we get the default "image not availble" red image.
Is special customizing/setting required to be able to watch images in catalogs?
Thanks in advance.
Will reward points.
Le Radis.
Edited by: Le Radis on Feb 7, 2008 4:31 PM

Hi Le,
There could be the 3 reason while images are not displaying on the catalog end:
1. check all the setting in Data manager as mentioned below which are required:
   add JPG to MIME Types table
   you should see 2 entries in Hyperlink Types table (link and rendered)
   add the 2 types of hyperlink types to the Hyperlink table
   In the Catalog Items table, you can then add hyperlink records for catalogue items.
2. Just check with the OCI mapping has been configured properly via UI:
    go for UI, then login with user as "Master" and choose option as "Shopping Cart" then click on "OCI Mapping" and then field mapping window will open and check for the following entry as tejas mentioned:
NEW-ITEM_ATTACHMENT : Hyperlink-URL
NEW-ITEM_ATTACHMENT_TITLE :Hyperlink-URL Description
3. go for the User specific Configuration in UI as i have mentioned earlier:
Add the image field in your customization then save the configuration.then check on the catalog end.
otherwise customize your setting to the Specific user (you can choose the user from the dropdown combo box ),save the customization and try to login with this perticular user on the catalog end then check for the images.
Hope this will solve your problem.
TNR,
saurabh...
Edited by: Saurabh Kumar Sahu on Feb 11, 2008 8:56 AM

Similar Messages

  • Is Spell check feature currently available in SRM MDM Catalog

    Hi
    Can anyone let me know if the Spell check feature is currently available in SRM MDM Catalogue. We are trying to simulate the following scenario:
    We want to replicate the Content Management functionality in SRM MDM Catalog so that an external tool is not required prior to Catalogue Admin i.e. the MDM tool covers the current functionality used by us in the existing Microsoft access system including Spell Check, Quality Control.
    Is this possible, or do we still need to do this outside the system.
    Please let me know, will reward points for the solution without fail.
    Cheers
    Tridip

    Hi,
    you can try this.There is a spell checker in MDM Data Manager .Select all records goto edit menu there is an option of spell check.
    If u want it at field level then goto field enter a value Right click(on the field itself)-select Spell check.
    Regards
    Nisha
    Edited by: Nisha L on Jul 22, 2008 3:56 PM

  • Images are not updated in jsp page

    Hi experts,
    I have developed a website for show events and display images of the event, when the user saves the title of the event and event content these things are go to database and at the same time i am creating a directory on the server in which user can upload manually(as user's demand).
    but after pasting the images in the directory when i test for the image page, the content and title are shown(content and title are coming from database) but images are not, images are shown after minutes. I have checked that image's path are right. And when i type same path on the address box of my browser, it shows...
    The requested resource (/xxxxn/image/NewsImg/xxxxxx) is not available.But after minutes, like 30 to 40 or after i restart my system, it is showning me.
    I have disabled the page cache of my jsp pages.. but problem remain. i am using tomcat 6.0.26 for testing.
    Please guide me how can i resolve this issue.
    Thanks
    Shams

    Ha ha ha,
    I have done it myself...
    what i am doing is to, generate a random number by using random class and attach it with image's path like "url rewriting" technique. Like this:
    Random ran = new Random();
    String imgPath = "./img/img_file_name?" +ran.nextInt(99999);and pass this to the "img" element of html.
    I think that this trick forces browser to recollect the data from server and not to use cached data.
    But my question with experts is that... I have used on jsp page these code:
    response.setHeader( "Pragma", "no-cache" );
    response.setHeader( "Cache-Control", "no-cache" );
    response.setDateHeader( "Expires", 0 );to tell browser not to catch my page, then why browser is caching my page??
    Thanks
    Shams

  • Images are not displaying(PHP MySQL)

    Hi,
    I've created a database table (MySQL) to store file path of images stored in a folder but the only problem is that the images are not displaying on the web page. Here's the procedure that I've used:
    -Placed the cusor at the insertion point (div).
    -Then selected 'Insert image' from the insert menu.
    -Selected 'data sources' in the select image dialogue box.
    -Selected the 'path' field in the recordset containing the image details of the images I want to display.
    -Then OK.
    Here's the code generated:
    <td colspan="3" nowrap="nowrap"><img src="<?php echo $row_rsBanner['path']; ?>" width="950" height="141"/></td>
    Here's the client side code generated:
    <td colspan="3" nowrap="nowrap"><img src="C:/xampp/htdocs/Dirwebclient/banner3A_mod.png" width="950" height="141"/></td>
    But the funniest thing is that if I pull the image as a background of the <td> (table data) it displays perfectly.
    Here's the code:
    <td colspan="3" nowrap="nowrap" background="<?php echo $row_rsBanner['path']; ?>" width="950" height="141"></td>
    Can someone please give an idea of how I can pull the image using the <img> tag and not as a background.

    Here's the source code from the browser for pulling the photo;
    <td height="126" colspan="3"><p align="center"><img src="C:/xampp/htdocs/Dirwebclient/banner3A.png" alt="jpeg" width="950" height="124" /></p></td>
    And here's the source code for the whole page (It's quite long because I had not yet mastered CSS);
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title><style type="text/css">
    <!--
    @import url("links2.css");
    body {
    background-image: url();
    background-repeat: no-repeat;
    -->
    </style>
    <link href="style1.css" rel="stylesheet" type="text/css" />
    <link href="style2.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
    <!--
    a:link {
    text-decoration: none;
    a:visited {
    text-decoration: none;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    -->
    </style>
    <link href="links.css" rel="stylesheet" type="text/css" />
    <link href="copyright.css" rel="stylesheet" type="text/css" />
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
    <script src="jquery-latest.pack.js" type="text/javascript"></script>
    <script src="jcarousellite_1.0.1c4.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function() {
         $(".newsticker-jcarousellite").jCarouselLite({
              vertical: true,
              hoverPause:true,
              visible: 2,
              auto:500,
              speed:1000
    </script>
    <style type="text/css">
    <!--
    a:link {
         text-decoration: none;
    a:visited {
         text-decoration: none;
    a:hover {
         text-decoration: underline;
    a:active {
         text-decoration: none;
    -->
    </style>
    <link href="links2.css" rel="stylesheet" type="text/css" />
    <link href="link2.css" rel="stylesheet" type="text/css" />
    <link href="categories.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div align="center">
      <table width="51%" height="539" border="3" align="center" bordercolor="#008FE6">
        <tr>
          <th scope="col"><table width="85%" height="518" border="1" align="center" bordercolor="#D2EEFF">
            <tr>
              <td height="126" colspan="3"><p align="center"><img src="C:/xampp/htdocs/Dirwebclient/banner3A.png" alt="jpeg" width="950" height="124" /></p></td>
            </tr>
            <tr bordercolor="#A6DDFF" bgcolor="#A6DDFF">
              <td height="26" colspan="3" bgcolor="#A6DDFF"><table width="579" border="0" align="left">
                  <tr>
                                    <th width="573" height="20" scope="row"><div align="left"><a href="visualindex2.php?recordID=1" class="links">HOME</a></div></th>
                                    <th width="573" height="20" scope="row"><div align="left"><a href="visualindex2.php?recordID=2" class="links">ABOUT US</a></div></th>
                                    <th width="573" height="20" scope="row"><div align="left"><a href="visualindex2.php?recordID=3" class="links">SERVICES</a></div></th>
                                    <th width="573" height="20" scope="row"><div align="left"><a href="visualindex2.php?recordID=4" class="links">CONTACTS</a></div></th>
                                    <th width="573" height="20" scope="row"><div align="left"><a href="visualindex2.php?recordID=5" class="links">BOOKING</a></div></th>
                                  </tr>
                </table>
                  <table width="220" border="0" align="right" cellpadding="0">
                    <tr>
                      <td width="248"><div align="right" class="style2">
                          <div align="center">
                            <!-- #BeginDate format:fcAm1a -->Saturday, May 19, 2012 1:07 AM<!-- #EndDate -->
                          </div>
                      </div></td>
                    </tr>
                </table></td>
            </tr>
            <tr>
              <td bordercolor="#FFFFFF" bgcolor="#D2EEFF"><table width="201" height="250" border="3" align="left" cellpadding="0" bordercolor="#7DCEFF" bgcolor="#D2EEFF">
                <tr>
                  <td width="215" height="164"><div align="left">
                      <table width="199" height="77" border="0" align="center" cellpadding="0" bordercolor="#7DCEFF">
                        <tr bgcolor="#A6DDFF">
                          <td width="215" height="35"><div align="center">
                              <span class="categories">CATEGORIES</span> </div>
                              </td>
                        </tr>
                                            <tr>
                          <td height="36"><div align="left"><a href="visualindex2.php" class="links2">Plumbing</a>
                            <hr />
                          </div></td>
                        </tr>
                                            <tr>
                          <td height="36"><div align="left"><a href="visualindex2.php" class="links2">Electricals</a>
                            <hr />
                          </div></td>
                        </tr>
                                            <tr>
                          <td height="36"><div align="left"><a href="visualindex2.php" class="links2">Fittings</a>
                            <hr />
                          </div></td>
                        </tr>
                                            <tr>
                          <td height="36"><div align="left"><a href="visualindex2.php" class="links2">Roofing</a>
                            <hr />
                          </div></td>
                        </tr>
                                            <tr>
                          <td height="36"><div align="left"><a href="visualindex2.php" class="links2">Electronics</a>
                            <hr />
                          </div></td>
                        </tr>
                                          </table>
                  </div>
                    &nbsp;</td>
                </tr>
              </table>
              <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p></td>
              <td height="256" bordercolor="#FFFFFF"><table width="500" height="251" border="3" align="center" bordercolor="#7DCEFF">
                  <tr bordercolor="#FFFFFF">
                    <td width="469" height="247" bgcolor="#FFFFFF"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','499','height','245','src','images/slideview','quality','high','flashvars','flashlet={imageLinkTarget:\'_blank\',captionFont:\'Verdana\',titleFont:\'Verdana\',showControls:false,frameShow:false,slideDelay:5,captionColor:#333333,transitionsType:\'Fade\',titleColor:#333333,slideAutoPlay:true,imageURLs:[\'images/test2.JPG\',\'images/test.JPG\',\'images/test1.JPG\'],slideLoop:true,imageLinks:[\'http://macromedia.com/\',\'http://macromedia.com/\',\'http://macromedia.com/\'],frameColor:#333333,bgColor:#D2EEFF,imageCaptions:[],title:\'VISUAL CONCEPT MEDIA\'}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flash_component','ImageViewer.swc','movie','images/slideview' ); //end AC code
                    </script>
                      <noscript>
                      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="499" height="245">
                        <param name="flash_component" value="ImageViewer.swc" />
                        <param name="movie" value="images/slideview.swf" />
                        <param name="quality" value="high" />
                        <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:false,frameShow:false,slideDelay:5,captionColor:#333333,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:true,imageURLs:['images/test2.JPG','images/test.JPG','images/test1.JPG'],slideLoop:true,imageLinks:['http://macromedia.com/','http://macromedia.com/','http://macromedia.com/'],frameColor:#333333,bgColor:#D2EEFF,imageCaptions:[],title:'VISUAL CONCEPT MEDIA'}" />
                        <embed src="images/slideview.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:false,frameShow:false,slideDelay:5,captionColor:#333333,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:true,imageURLs:['images/test2.JPG','images/test.JPG','images/test1.JPG'],slideLoop:true,imageLinks:['http://macromedia.com/','http://macromedia.com/','http://macromedia.com/'],frameColor:#333333,bgColor:#D2EEFF,imageCaptions:[],title:'VISUAL CONCEPT MEDIA'}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="499" height="245"> </embed>
                      </object>
                      </noscript>                  </td>
                  </tr>
              </table></td>
              <td height="256" bgcolor="#D2EEFF"><table width="218" height="229" border="3" align="right" cellpadding="0" bordercolor="#7DCEFF" bgcolor="#EAF4F5" margin="0">
                  <tr>
                    <td width="198" height="188" bgcolor="#EAF4F5"><div id="newsticker-demo">
                      <div class="title">
                        <p class="categories">Latest News</p>
                      </div>
                      <div class="newsticker-jcarousellite">
                        <ul>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/5.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/4.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/3.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/2.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/1.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/6.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                              </ul>
                      </div>
                    </div>                <p>&nbsp;</p>
                      </td>
                  </tr>
              </table></td>
            </tr>
            <tr bgcolor="#A6DDFF">
              <td width="215" bgcolor="#D2EEFF" class="style2">&nbsp;</td>
              <td width="503" height="63" bgcolor="#A6DDFF" class="style2"><table width="479" height="61" border="0" align="center">
                  <tr>
                    <td width="558" height="57"><p align="center" class="style1">WELCOME TO VISUAL CONCEPT MEDIA</p>
                        <p align="left" class="style2">To redefine the default formatting of a specific HTML tag, select the Tag option and then enter an HTML tag in the Tag text box or select one from the pop?up menu.
    To define the formatting for a particular combination of tags or for all tags that contain a specific Id attribute, select the Advanced option and then enter one or more HTML tags in the Selector text box or select one from the pop?up menu. The selectors (known as pseudo?class selectors) available from the pop?up menu are a:active, a:hover, a:link, and a:visited.
    Select the location in which the style will be defined, and then click OK:
    To place the style in a style sheet that is already attached to the document, select the style sheet.
    To create an external style sheet, select New Style Sheet File.
    To embed the style in the current document, select This Document Only.
    In the CSS Rule Definition dialog box, select the style options you want to set for the new CSS rule. For more information, see the next section.
    When you are finished setting style properties, click OK.
    Note: Clicking OK without setting style options results in a new, empty rule.
    </p></td>
                  </tr>
              </table></td>
              <td width="219" bgcolor="#D2EEFF" class="style2"><table width="218" height="29" border="3" align="right" cellpadding="0" bordercolor="#7DCEFF">
                  <tr>
                    <td width="215"><div align="left">
                        <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
                      </div>
                        <fb:like-box href="http://www.facebook.com/platform" width="205" show_faces="true" stream="false" header="true"></fb:like-box>
                      &nbsp;</td>
                  </tr>
                </table>
                <div align="right"></div></td>
            </tr>
            <tr>
              <td height="33" colspan="3" nowrap="nowrap" background="C:/xampp/htdocs/Dirwebclient/footer1.gif"><div align="center">
                <table width="374" align="center">
                  <tr>
                    <th class="copyright" scope="row">&copy VISUAL CONCEPT MEDIA 2011</th>
                  </tr>
                </table>
              </div></td>
            </tr>
          </table></th>
        </tr>
      </table>
    </div>
    </body>
    </html>

  • All of sudden, images are not loading completely

    It makes no diff if I upload it directly or as a dependent file, all images are only uploading about 20%, then there is a big grey area. I have DW5.5. The pages upload, but the images are not. This is across two web hosts, 3 web sites at least. Help please  Here is one of the sites Trip Reports for St. Lucie Audubon Society

    chatting with AVG tech now.
    She said they have a patch and to do a repair install.... try it and see if that helps. I'm going to try now.
    To repair your AVG please follow these instructions:
    Go to Start -> Control Panel.
    Note: Click Settings first if Control Panel is not available in the Start menu.
    Open (Programs) -> Programs and Features, or Add or Remove Programs.
    Select AVG in the list of programs.
    Click the Change or Change/Remove button.
    Select Repair.
    Follow the instructions on your screen to complete the installation.
    Restart your computer.

  • Binary images description not available

    I scanned some pages from a book on my Epson scanner which converted them to jpg files. I then tried to import those images into iPhoto to clean up the edges but it won't import. Every time the program crashes. I've restarted and repaired permissions. Below are the problem details that are sent to Apple. What stood out in my eye was the phrase, "Binary images description not available".
    Could someone tell me why this is happening and what I might be able to do to fix it.
    Cheers,
    sws
    Process: iPhoto [194]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 8.1 (8.1)
    Build Info: iPhotoProject-4150000~4
    Code Type: X86 (Native)
    Parent Process: launchd [127]
    Interval Since Last Report: 2388 sec
    Crashes Since Last Report: 3
    Per-App Interval Since Last Report: 2068 sec
    Per-App Crashes Since Last Report: 3
    Date/Time: 2009-09-16 15:17:13.819 +0900
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 60AE4FE7-3128-40A8-9A04-DEF7D0037A59
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000018c11b8
    Crashed Thread: Unknown
    Error Formulating Crash Report:
    Called memoryAtAddress: 0x1000, which is in an unmappable portion of [0x0 -> 0xffffffffffffffff] in PID# 194.
    0x934bffeb
    0x94a0de3b
    0x00096e60
    0x00090a67
    0x00090174
    0x000900df
    0x000a57aa
    0x000a54be
    0x000a0b52
    0x000038f5
    0x0000a992
    0x00002ea4
    0x000029f1
    0x94e9d03b
    0x0000c254
    0x94e71155
    0x94e71012
    Backtrace not available
    Unknown thread crashed with X86 Thread State (32-bit):
    eax: 0x2131fe00 ebx: 0x00000000 ecx: 0x2132093c edx: 0x018c11b8
    edi: 0xa0100c20 esi: 0x16aa0604 ebp: 0xb0926168 esp: 0xb09260d0
    ss: 0x0000001f efl: 0x00010246 eip: 0x9083a834 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x018c11b8
    Binary images description not available

    Same problem under both the administrators account and the new one.
    Under the System Configuration tab on the Problem Report this is what it says
    Model: iMac7,1, BootROM IM71.007A.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB
    Graphics: kHW_ATIr600M76Item, ATI,RadeonHD2600, spdisplayspciedevice, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.21)
    Bluetooth: Version 2.1.8f2, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: WDC WD3200AAJS-40VWA0, 298.09 GB
    Parallel ATA Device: MATSHITADVD-R UJ-875
    USB Device: Built-in iSight, (null) mA
    USB Device: USB2.0 Hub, (null) mA
    USB Device: BUFFALO INC. USB-SATA Bridge, (null) mA
    USB Device: BUFFALO INC. USB-SATA Bridge, (null) mA
    USB Device: LHD USB Device, (null) mA
    USB Device: USB-SATA Bridge, (null) mA
    USB Device: USB2.0 Hub, (null) mA
    USB Device: GV-MACTV, (null) mA
    USB Device: Apple Optical USB Mouse, (null) mA
    USB Device: Keyboard Hub, (null) mA
    USB Device: Apple Keyboard, (null) mA
    USB Device: USB MFP, (null) mA
    USB Device: IR Receiver, (null) mA
    USB Device: Bluetooth USB Host Controller, (null) mA
    the Problem Detailas are as follows
    Process: iPhoto [1940]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 8.1 (8.1)
    Build Info: iPhotoProject-4150000~4
    Code Type: X86 (Native)
    Parent Process: launchd [127]
    Interval Since Last Report: 35054 sec
    Crashes Since Last Report: 12
    Per-App Interval Since Last Report: 350 sec
    Per-App Crashes Since Last Report: 12
    Date/Time: 2009-09-17 01:11:33.032 +0900
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 60AE4FE7-3128-40A8-9A04-DEF7D0037A59
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000018a100c
    Crashed Thread: 31
    Thread 0:
    0 ??? 0x94e40286 0 + 2497970822
    1 ??? 0x94e47a7c 0 + 2498001532
    2 ??? 0x93445e7e 0 + 2470731390
    3 ??? 0x93446aa8 0 + 2470734504
    4 ??? 0x954db2ac 0 + 2504897196
    5 ??? 0x954db0c5 0 + 2504896709
    6 ??? 0x954daf39 0 + 2504896313
    7 ??? 0x93f076d5 0 + 2482009813
    8 ??? 0x93f06f88 0 + 2482007944
    9 ??? 0x93efff9f 0 + 2481979295
    10 ??? 0x93ecd1d8 0 + 2481770968
    11 ??? 0x00123e6a 0 + 1195626
    12 ??? 0x0000354e 0 + 13646
    Thread 1:
    0 ??? 0x94e402e6 0 + 2497970918
    1 ??? 0x94e722af 0 + 2498175663
    2 ??? 0x94e73b33 0 + 2498181939
    3 ??? 0x91370dbc 0 + 2436304316
    4 ??? 0x91370bd0 0 + 2436303824
    5 ??? 0x91370b35 0 + 2436303669
    6 ??? 0x01362201 0 + 20324865
    7 ??? 0x01350363 0 + 20251491
    8 ??? 0x9132adfd 0 + 2436017661
    9 ??? 0x9132a9a4 0 + 2436016548
    10 ??? 0x94e71155 0 + 2498171221
    11 ??? 0x94e71012 0 + 2498170898
    Thread 2:
    0 ??? 0x94e402e6 0 + 2497970918
    1 ??? 0x94e722af 0 + 2498175663
    2 ??? 0x94e73b33 0 + 2498181939
    3 ??? 0x91370dbc 0 + 2436304316
    4 ??? 0x91370bd0 0 + 2436303824
    5 ??? 0x91370b35 0 + 2436303669
    6 ??? 0x01362201 0 + 20324865
    7 ??? 0x01350363 0 + 20251491
    8 ??? 0x9132adfd 0 + 2436017661
    9 ??? 0x9132a9a4 0 + 2436016548
    10 ??? 0x94e71155 0 + 2498171221
    11 ??? 0x94e71012 0 + 2498170898
    Thread 3:
    0 ??? 0x94e40286 0 + 2497970822
    1 ??? 0x94e47a7c 0 + 2498001532
    2 ??? 0x93445e7e 0 + 2470731390
    3 ??? 0x93446aa8 0 + 2470734504
    4 ??? 0x9135f3d5 0 + 2436232149
    5 ??? 0x013518a5 0 + 20256933
    6 ??? 0x9132adfd 0 + 2436017661
    7 ??? 0x9132a9a4 0 + 2436016548
    8 ??? 0x94e71155 0 + 2498171221
    9 ??? 0x94e71012 0 + 2498170898
    Thread 4:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x00505a15 0 + 5265941
    3 ??? 0x9132adfd 0 + 2436017661
    4 ??? 0x9132a9a4 0 + 2436016548
    5 ??? 0x94e71155 0 + 2498171221
    6 ??? 0x94e71012 0 + 2498170898
    Thread 5:
    0 ??? 0x94e40286 0 + 2497970822
    1 ??? 0x94e47a7c 0 + 2498001532
    2 ??? 0x93445e7e 0 + 2470731390
    3 ??? 0x93446aa8 0 + 2470734504
    4 ??? 0x96698264 0 + 2523497060
    5 ??? 0x94e71155 0 + 2498171221
    6 ??? 0x94e71012 0 + 2498170898
    Thread 6:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x91372932 0 + 2436311346
    3 ??? 0x005115ae 0 + 5313966
    4 ??? 0x00510dcc 0 + 5311948
    5 ??? 0x9132adfd 0 + 2436017661
    6 ??? 0x9132a9a4 0 + 2436016548
    7 ??? 0x94e71155 0 + 2498171221
    8 ??? 0x94e71012 0 + 2498170898
    Thread 7:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x91372932 0 + 2436311346
    3 ??? 0x005115ae 0 + 5313966
    4 ??? 0x00510dcc 0 + 5311948
    5 ??? 0x9132adfd 0 + 2436017661
    6 ??? 0x9132a9a4 0 + 2436016548
    7 ??? 0x94e71155 0 + 2498171221
    8 ??? 0x94e71012 0 + 2498170898
    Thread 8:
    0 ??? 0x94e402e6 0 + 2497970918
    1 ??? 0x94e722af 0 + 2498175663
    2 ??? 0x94e73b33 0 + 2498181939
    3 ??? 0x91370dbc 0 + 2436304316
    4 ??? 0x91370bd0 0 + 2436303824
    5 ??? 0x91370b35 0 + 2436303669
    6 ??? 0x006c4132 0 + 7094578
    7 ??? 0x0069f0f4 0 + 6942964
    8 ??? 0x006c0953 0 + 7080275
    9 ??? 0x9132adfd 0 + 2436017661
    10 ??? 0x9132a9a4 0 + 2436016548
    11 ??? 0x94e71155 0 + 2498171221
    12 ??? 0x94e71012 0 + 2498170898
    Thread 9:
    0 ??? 0x94e402e6 0 + 2497970918
    1 ??? 0x94e722af 0 + 2498175663
    2 ??? 0x94e73b33 0 + 2498181939
    3 ??? 0x962a4d96 0 + 2519354774
    4 ??? 0x962a4b76 0 + 2519354230
    5 ??? 0x906d5aa2 0 + 2423085730
    6 ??? 0x94e71155 0 + 2498171221
    7 ??? 0x94e71012 0 + 2498170898
    Thread 10:
    0 ??? 0x94e402e6 0 + 2497970918
    1 ??? 0x94e722af 0 + 2498175663
    2 ??? 0x94e73b33 0 + 2498181939
    3 ??? 0x962a4d96 0 + 2519354774
    4 ??? 0x962a4b76 0 + 2519354230
    5 ??? 0x962cd1d8 0 + 2519519704
    6 ??? 0x94e71155 0 + 2498171221
    7 ??? 0x94e71012 0 + 2498170898
    Thread 11:
    0 ??? 0x94e8f6fa 0 + 2498295546
    1 ??? 0x94e71155 0 + 2498171221
    2 ??? 0x94e71012 0 + 2498170898
    Thread 12:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x91691a09 0 + 2439584265
    3 ??? 0x94e71155 0 + 2498171221
    4 ??? 0x94e71012 0 + 2498170898
    Thread 13:
    0 ??? 0x94e402ce 0 + 2497970894
    1 ??? 0x94e722c6 0 + 2498175686
    2 ??? 0x94eb7539 0 + 2498458937
    3 ??? 0x90849ed7 0 + 2424610519
    4 ??? 0x94e71155 0 + 2498171221
    5 ??? 0x94e71012 0 + 2498170898
    Thread 14:
    0 ??? 0x94e40286 0 + 2497970822
    1 ??? 0x94e47a7c 0 + 2498001532
    2 ??? 0x93445e7e 0 + 2470731390
    3 ??? 0x93446aa8 0 + 2470734504
    4 ??? 0x9138e520 0 + 2436424992
    5 ??? 0x9132adfd 0 + 2436017661
    6 ??? 0x9132a9a4 0 + 2436016548
    7 ??? 0x94e71155 0 + 2498171221
    8 ??? 0x94e71012 0 + 2498170898
    Thread 15:
    0 ??? 0x94e40286 0 + 2497970822
    1 ??? 0x94e47a7c 0 + 2498001532
    2 ??? 0x93445e7e 0 + 2470731390
    3 ??? 0x93446b04 0 + 2470734596
    4 ??? 0x92222e17 0 + 2451713559
    5 ??? 0x962c4057 0 + 2519482455
    6 ??? 0x94e71155 0 + 2498171221
    7 ??? 0x94e71012 0 + 2498170898
    Thread 16:
    0 ??? 0x94e40286 0 + 2497970822
    1 ??? 0x94e47a7c 0 + 2498001532
    2 ??? 0x93445e7e 0 + 2470731390
    3 ??? 0x93446b04 0 + 2470734596
    4 ??? 0x92222f90 0 + 2451713936
    5 ??? 0x962c4057 0 + 2519482455
    6 ??? 0x94e71155 0 + 2498171221
    7 ??? 0x94e71012 0 + 2498170898
    Thread 17:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x962c5e83 0 + 2519490179
    3 ??? 0x962a4d6a 0 + 2519354730
    4 ??? 0x962c5b00 0 + 2519489280
    5 ??? 0x9222df72 0 + 2451758962
    6 ??? 0x962c4057 0 + 2519482455
    7 ??? 0x94e71155 0 + 2498171221
    8 ??? 0x94e71012 0 + 2498170898
    Thread 18:
    0 ??? 0x94e402e6 0 + 2497970918
    1 ??? 0x94e722af 0 + 2498175663
    2 ??? 0x94e73b33 0 + 2498181939
    3 ??? 0x962a4d96 0 + 2519354774
    4 ??? 0x962c5b00 0 + 2519489280
    5 ??? 0x9222febc 0 + 2451766972
    6 ??? 0x962c4057 0 + 2519482455
    7 ??? 0x94e71155 0 + 2498171221
    8 ??? 0x94e71012 0 + 2498170898
    Thread 19:
    0 ??? 0x94e709c6 0 + 2498169286
    1 ??? 0x94e71155 0 + 2498171221
    2 ??? 0x94e71012 0 + 2498170898
    Thread 20:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e47236 0 + 2497999414
    2 ??? 0x93f6dbf1 0 + 2482428913
    3 ??? 0x9132adfd 0 + 2436017661
    4 ??? 0x9132a9a4 0 + 2436016548
    5 ??? 0x94e71155 0 + 2498171221
    6 ??? 0x94e71012 0 + 2498170898
    Thread 21:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x00505a15 0 + 5265941
    3 ??? 0x9132adfd 0 + 2436017661
    4 ??? 0x9132a9a4 0 + 2436016548
    5 ??? 0x94e71155 0 + 2498171221
    6 ??? 0x94e71012 0 + 2498170898
    Thread 22:
    0 ??? 0x94e821fa 0 + 2498241018
    1 ??? 0x931837b5 0 + 2467837877
    2 ??? 0x94e7837f 0 + 2498200447
    3 ??? 0x94e78325 0 + 2498200357
    4 ??? 0x94e7d3bd 0 + 2498220989
    5 ??? 0x9319208d 0 + 2467897485
    6 ??? 0x93194d00 0 + 2467908864
    7 ??? 0x9319576c 0 + 2467911532
    8 ??? 0x00518341 0 + 5342017
    9 ??? 0x005188c4 0 + 5343428
    10 ??? 0x0051a36f 0 + 5350255
    11 ??? 0x94e71155 0 + 2498171221
    12 ??? 0x94e71012 0 + 2498170898
    Thread 23:
    0 ??? 0x94e40286 0 + 2497970822
    1 ??? 0x94e47a7c 0 + 2498001532
    2 ??? 0x94e64ce9 0 + 2498120937
    3 ??? 0x9134b453 0 + 2436150355
    4 ??? 0x00513eb9 0 + 5324473
    5 ??? 0x0051244c 0 + 5317708
    6 ??? 0x00519378 0 + 5346168
    7 ??? 0x0051a36f 0 + 5350255
    8 ??? 0x94e71155 0 + 2498171221
    9 ??? 0x94e71012 0 + 2498170898
    Thread 24:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x0051ab92 0 + 5352338
    3 ??? 0x00518303 0 + 5341955
    4 ??? 0x005188c4 0 + 5343428
    5 ??? 0x0051a36f 0 + 5350255
    6 ??? 0x94e71155 0 + 2498171221
    7 ??? 0x94e71012 0 + 2498170898
    Thread 25:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x0051ab92 0 + 5352338
    3 ??? 0x00518303 0 + 5341955
    4 ??? 0x005188c4 0 + 5343428
    5 ??? 0x0051a36f 0 + 5350255
    6 ??? 0x94e71155 0 + 2498171221
    7 ??? 0x94e71012 0 + 2498170898
    Thread 26:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x0051ab92 0 + 5352338
    3 ??? 0x00518303 0 + 5341955
    4 ??? 0x005188c4 0 + 5343428
    5 ??? 0x0051a36f 0 + 5350255
    6 ??? 0x94e71155 0 + 2498171221
    7 ??? 0x94e71012 0 + 2498170898
    Thread 27:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x0051ab92 0 + 5352338
    3 ??? 0x00518303 0 + 5341955
    4 ??? 0x005188c4 0 + 5343428
    5 ??? 0x0051a36f 0 + 5350255
    6 ??? 0x94e71155 0 + 2498171221
    7 ??? 0x94e71012 0 + 2498170898
    Thread 28:
    0 ??? 0x94e4746e 0 + 2497999982
    1 ??? 0x94e71dcd 0 + 2498174413
    2 ??? 0x0051ab92 0 + 5352338
    3 ??? 0x00518303 0 + 5341955
    4 ??? 0x005188c4 0 + 5343428
    5 ??? 0x0051a36f 0 + 5350255
    6 ??? 0x94e71155 0 + 2498171221
    7 ??? 0x94e71012 0 + 2498170898
    Thread 29:
    0 ??? 0x94e40286 0 + 2497970822
    1 ??? 0x94e47a7c 0 + 2498001532
    2 ??? 0x93445e7e 0 + 2470731390
    3 ??? 0x93446b04 0 + 2470734596
    4 ??? 0x92b735cd 0 + 2461480397
    5 ??? 0x9132adfd 0 + 2436017661
    6 ??? 0x9132a9a4 0 + 2436016548
    7 ??? 0x94e71155 0 + 2498171221
    8 ??? 0x94e71012 0 + 2498170898
    Thread 30:
    0 ??? 0x94e709c6 0 + 2498169286
    1 ??? 0x94e71155 0 + 2498171221
    2 ??? 0x94e71012 0 + 2498170898
    Thread 31 Crashed:
    0 ??? 0x94e410d5 0 + 2497974485
    1 ??? 0x93416805 0 + 2470537221
    2 ??? 0x934172ff 0 + 2470540031
    3 ??? 0x9132613e 0 + 2435998014
    4 ??? 0x1bfa144a 0 + 469374026
    5 ??? 0x1bf9de61 0 + 469360225
    6 ??? 0x1bf9ea33 0 + 469363251
    7 ??? 0x1bfc10ff 0 + 469504255
    8 ??? 0x1bfc135e 0 + 469504862
    9 ??? 0x9132adfd 0 + 2436017661
    10 ??? 0x9132a9a4 0 + 2436016548
    11 ??? 0x94e71155 0 + 2498171221
    12 ??? 0x94e71012 0 + 2498170898
    Thread 31 crashed with X86 Thread State (32-bit):
    eax: 0x018a1000 ebx: 0x94e41095 ecx: 0x00000000 edx: 0xa045f1a0
    edi: 0x00000020 esi: 0x00000000 ebp: 0xb10b19e8 esp: 0xb10b19b0
    ss: 0x0000001f efl: 0x00010217 eip: 0x94e410d5 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x018a100c
    Binary Images:
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld

  • Why netflow commands are not available in 4506-E?

    Hi,
    we have one 4506-E Chassis , Sup7L-E , LAN Base with cat4500e-universalk.SPA.03.03.00.SG.151-1.SG.bin image
    why netflow commands are not available not available in this. someone said netflow will work only with IP base License , is that right?
    Or how to enable it 
    thanks
    Sujish 

    Hi,
    For Nwtflow, you need IP Base or Enterprise Services License.
    See table-1 in this link;
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/release/note/OL_26675-01.pdf 
    HTH

  • In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    Please don't post the same question multiple times!

  • New DSO data fields are not available for transformations in the upwardflow

    Hello,
    There are data flow from
        many source DSOs -> Target DSO -> Final DSO.
    Different transformations are defined and activated with DTPs. This works fine and provides the desired results.
    now new fields are added to the target DSO, final DSO and one of the source DSO.
    When I now try to edit the transformations, the new fields are not part of the sources at the different stage.
    The fields are available in the Data Source created out of a DSO but not directly when using a DSO as a data source.
    Have anyone faced such a problem?
    any solutions to this?
       - I cannot delete all the other transformations as this is too much work to do and there is no time for it.
    Regards
    Kannan

    We created ZMD_BS_MAT_OVP_LAYOUT. But the situation has not changed - the fields are not available for edit.

  • I have created a PDF and password protected it for view. However, when reading the PDF in Adobe Reader app on the iPad the commenting and annotation options are not available. Is there a way to allow commenting and annotation in the app while password pro

    I have created a PDF and password protected it for view. However, when reading the PDF in Adobe Reader app on the iPad the commenting and annotation options are not available. Is there a way to allow commenting and annotation in the app while password protecting the document?

    Is there a setting that needs to be set to allow the annotation features?  I set password protection to open and then password for editing and set it to Any except page extraction, but it still did not give the annotation option

  • TF400893: Team Foundation Server services are not available.

    Hi Gang
    Am getting
    TF400893: Team Foundation Server services are not available. This is most likely caused by a network error. Please check your connection and try again.
    consistently when trying to access TFS2012 Web Access.  I'm on the same domain as the server and able to login however as soon as I try and access a query it asks me to log in again and then presents me with the above message.
    Any thoughts am trying to get as many ports open as possible however security's pretty tight here.
    Regards

    Hi,
    Thanks for your feedback!
    I recommend you install TFS Power Tools and run a Team Foundation Server Complete Health Check and see if it helps.
    TFS 2012 Power Tools download address:http://visualstudiogallery.msdn.microsoft.com/b1ef7eb2-e084-4cb8-9bc7-06c3bad9148f
    Hope it helps!
    Best Regards,
    Cathy Kong
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • I am trying to connect a Macbook Pro to a projector for a Powerpoint presentation. When I use a VGA cable, the color of the projected images are not good. When I use a USB cable, the projected image includes the presenter notes on my computer screen?

    I am trying to connect a Macbook Pro to a projector for a Powerpoint presentation. When I use a VGA cable, the color of the projected images are not good. When I use a USB cable, the projected image includes the presenter notes on my computer screen?

    To move an iPhoto Library to a new machine:
    Link the two Macs together: there are several ways to do this: Wireless Network,Firewire Target Disk Mode, Ethernet, or even just copy the Library to an external HD and then on to the new machine...
    But however you do choose to link the two machines...
    Simply copy the iPhoto Library from the Pictures Folder on the old Machine to the Pictures Folder on the new Machine.
    Then hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Choose Library'
    and select the Library that you moved.  That's it.
    This moves photos, events, albums, books, keywords, slideshows and everything else.
    Your first option didn't work because you imported one Library to another. Every version and thumbnail is imported like a distinct photo, you lose all your Albums, Keywords etc., the link between Original and Previews is destroyed, the non-destructive editing feature is ruined and so on. In summary: it's mess.
    Your second option didn't work because you simply referenced her library on the old machine.
    Regards
    TD

  • I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Tha

    I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Thanks

    What is the problem specifiaclly?
    If the images are intended for web use I would recommend converting them to sRGB which could be done with Edit > Convert to Profile or with File > Save for Web, but as including a Save step in Actions and applying them as Batch can sometimes cause problems I would go with regular converting.
    You could also try Image Processor Pro.
    Scripts Page

  • How do I revert to abackup from time machine? The backups prior to Lyon install are not available  - restore button is not active. I wish to return to Snow Leopard.

    How Do I revert to Snow Leopard from Lyon?
    The backups prior to Lyon install are not available... the restore button is not active.
    thanks!

    You need to do a full system restore from your last Snow Leopard backup.
    See #14 in  Time Machine - Frequently Asked Questions.

  • I have about 5,000 images in a Folder.  How can I determine which images are NOT in a Collection?

    I have about 5,000 images in a Folder.  How can I determine which images are NOT in a Collection?

    Create a smart collection with criteria "collection" and "does not contain"; and also with criterion Folder contains (or folder contains all)
    That works if you are thinking about a specific named collection.
    If you are interested in finding photos that are not in ANY collection, the usual trick is "collection" "does not contain" "a e i o u y"

Maybe you are looking for

  • Adobe 10.2 flash player doesn't work on some site with diff browsers

    WTF! I've been through every forum about new adobe flash player it doesnt work on some site i.e facebook, ustream, fox news, dailymotion and cartoon network...Nobody, not even adobe has a real solution to this problem! Some site stream good other don

  • Accessing MS Sql Server with Java classes - problem connecting to socket

    I found an example at this location which uses java classes to connected to MS Sql Server. http://search400.techtarget.com/tip/1,289483,sid3_gci1065992,00.html --bummer - it is a login location - so I will include the article Anyway, the example is u

  • Plz Help : Error in installing Apex

    Hi all, I have Oracle Apps 11.5.9 installed on my machine and linked it with Apex 2.2.1 version. But when i tried to open it using IE i am getting this error: Forbidden You don't have permission to access /pls/apex/apex on this server Oracle HTTP Ser

  • Are there any APIs to create an Invoice in Oracle Payables?

    Hi, We have a requirement to import the invoices from the operational systems. We will be making approximately 7,000 checks a day. We need to import all these payments information into Oracle Payables as Invoices and then process the payments out of

  • How to include a externe CSS Stylsheet?

    I put the link tag in the head, but it does not work. Befor i exported the Site. In this folder, under /CSS i put "mystyles.css". Does it work anyway, and how? Thanks for help Stiwano