Problems with placing Tiff images in CS2

When placing a Tiff image in CS2 the file crashes or a memory warning appears. I am able to place much larger EPS images, so image size is not necessarily a factor Saving the file as an EPS in PhotoShop is not a solution as I am placing GeoTiffs which must retain their geographic reference file. The OS is Windows XP 32 - a quad core proc. - Radeon HD 6350 graphics controller with 512mb (dedicated)

No - it is possible to place a geotiff in illustrator - I have been able to do it. However, now I have a new PC and am unable to place the same types of tiff images I previously was able to in an older PC.

Similar Messages

  • JAI(Java Advanced Imaging) Problem with splitting TIFF images

    Hi
    I am getting problem with height when I use this program to split TIFF images
    ImageDecoder decImage = ImageCodec.createImageDecoder("tiff", inStr,
    null);
    Then it creates RenderedImage page by page and encodes them to file:
    String outFileName = "";
    OutputStream outStr;
    TIFFEncodeParam encParam = new TIFFEncodeParam();
    encParam.setCompression(TIFFEncodeParam.COMPRESSION_PACKBITS);
    for (int i=0,n=this.getPageCount(); i < n; i++)
    outImage = this.decImage.decodeAsRenderedImage(i);
    outFileName = "C:\\Temp\\Split" + i + ".tif";
    outStr = new FileOutputStream(outFileName);
    BufferedOutputStream bOutStr = new BufferedOutputStream(outStr);
    encImage = ImageCodec.createImageEncoder("tiff",bOutStr,encParam);
    encImage.encode(outImage);
    bOutStr.flush();
    bOutStr.close();
    }The images are shrinking when I split . I need a solution to this problem.
    Thanks for any help in advance
    Sudheer.

    Hi
    Did you get a solution for your problem. I am also trying to split a TIFF file.
    Thanks in advance
    Antony

  • Problem with placing dynamic images.

    I have a 800x600 file. It is being used for a PhotoSlide
    show.
    The images are displayed dynamically, as external files.
    Some of the photos will be taken 1 hour before the
    presentation, so I have
    it set up to display img001.jpg, img002.jpg, img003.jpg as
    external files.
    Once the photos are taken, they'll be renamed, and placed in
    the appropriate
    folder, so that they'll appear in the presentation, without
    having to
    republish the authorware file.
    I have the display icons for the images set to display the
    image at 400,300,
    which will center the image on-screen.
    The problem is that when i change the images out, from a
    verticle to a
    horizontal picture, then run the piece, but image's placement
    on screen
    changes.
    So how can I set the linked external file to ALWAYS display
    centered on
    screen, no matter the orientation, or size of the picture.

    That doesn't change anything from when I had X = 400 and
    Y=300.
    The images are linked externally.
    This is going to be a photo slideshow to be shown after a
    wedding, during
    the reception. I will NOT be there to administer this, or to
    republish the
    authorware files. So at the final segment of the slideshow,
    we'll be showing
    several photos taken earlier, at the wedding.
    I have it set up to display 5 photos from the wedding. They
    are grabbed
    externally, but Authorware looking for img01.jpg - img05.jpg.
    The problem is that the image's placement on-screen changes
    when a different
    size image is put in place.
    For example, if i publish the authorware file, and i was
    using a 720 x 480
    image, everything works fine. But if i replace the external
    image with a 480
    x 720 image, the placement on screen is no longer set for the
    center of the
    image to appear at the dead center of the screen (400,300). I
    need it to
    work like this, since I don't know if the wedding photos
    being added will be
    set to portrait or landscape.
    "Steve Howard **AdobeCommunityExpert**"
    <steve@$NoSpam$tomorrows-key.com>
    wrote in message news:e4t1rv$iv1$[email protected]..
    >
    >> So how can I set the linked external file to ALWAYS
    display centered on
    >> screen, no matter the orientation, or size of the
    picture.
    >
    >
    >
    > Set the display icon Positioning property to On Screen.
    Set the Initial X
    > location to WindowWidth/2
    > Set the Initial Y location to WindowHeight/2
    >
    >
    > Steve
    >
    >
    > --
    > ACE - Adobe Community Expert, Authorware
    > My blog -
    http://stevehoward.blogspot.com/
    > Authorware tips -
    http://www.tomorrows-key.com

  • Problems with large scanned images

    I have been giving Aperture another try since 1.1 came out, and I am still having problems with large tiff files derived from scanned 4x5 negatives. The files are 500mb or more, 16 bit RGB, with ProPhoto RGB or Ektaspace PS5 profiles, directly out of the scanner.
    Aperture imports the files correctly, and shows their thumbnails. When I select a thumbnail "Loading" is displayed briefly, and the the dreaded "Unsupported Image Format" is displayed. Sometimes "Loading" goes on for a while, and a geometric pattern (looking like a rendering of random memory) is displayed. Restarting Aperture doesn't help.
    Lower resolution (250mb, 16bit) files are handled properly. The scans are from an Epson 4870 scanner. I have tried pulling the scans into Photoshop and resaving with various tiff options, and as PSD with no improvement. I have the same problem with corrected/modified psd files coming out of Photoshop CS2.
    I am running on a Power Mac G5 dual 2ghz with 8gb of RAM and an NVIDIA GeForce 6800 GT DDL (250mb) video card, with all the latest OS and software updates.
    Has anyone else had similar problems? More importantly, is anyone else able to work with 500mb files of any kind? Is it my system, or is it the software? I sent feedback to Apple as well.
    dual g5 2ghz   Mac OS X (10.4.6)  

    I have a few (well actually about 100) scans on my system of >500Mb. I tried loading a few and am getting an inconsistent pattern of errors that correlates with what you are reporting.
    I imported 4 files and three were troubled, the fouth was OK. I imported another four files and the first one was OK and the three others had your reported error, also the previously good file from the first import was now showing the same 'unsupported' image' message.
    I would venture to say that if you shoot primarily 4x5 and work with scans of this size that Aperture is not the program for you--right now. I shoot 35mm and have a few images that I have scanned at 8000dpi on my Imacon 848 but most of my files are in the more reasonable 250Mb range (35mm @ 5000dpi).
    I will probably downsample my 8000dpi scans to 5000dpi and not worry to much about it. In a world where people believe that 16 megapixels is hi-res you are obviously on the extreme side.(Good for you!) You should definately file a bug report but I wouldn't expect much help anytime soon for your super-sized scans.

  • Problem with displaying BLOB images on JSP page using a servlet

    hi. I have a big problem with displaying BLOB images using JSP. I have a servlet that connects to the oracle database, gets a BLOB image , reads it, and then displays it using a BinaryStream. The problem is , this works only when i directly call that servlet, that is http://localhost:8080/ImageServlet. It doesn't work when i try to use that servlet to display my image on my JSP page (my JSP page displays only a broken-image icon ) I tried several coding approaches with my servlet (used both Blob and BLOB objects), and they work just fine as long as i display images explicitly using only the servlet.
    Here's what i use : ORACLE 10g XE , Eclipse 3.1.2, Tomcat 5.5.16 , JDK 1.5
    here is one of my image servlet's working versions (the essential part of it) :
                   BLOB blob=null;
              rset=st.executeQuery("SELECT * FROM IMAGES WHERE ID=1");
              while (rset.next())
                   blob=((OracleResultSet)rset).getBLOB(2);
              response.reset();
              response.setContentType("image/jpeg");
              response.addHeader("Content-Disposition","filename=42.jpeg");
                    ServletOutputStream ostr=response.getOutputStream();
                   InputStream istr=blob.getBinaryStream(1L);
                    int size=blob.getBufferSize();
              int len=-1;
                    byte[] buff = new byte[size];
                         while ((len=istr.read( buff ))!=-1 ) {
                   ostr.write(buff,0,len);
             response.flushBuffer();
             ostr.close(); and my JSP page code :
    <img src="/ImageServlet" border="0"  > If you could just tell me what i'm doing wrong here , or if you could show me your own solutions to that problem , i would be very greatful ,cos i'm realy stuck here , and i'm rather pressed for time too. Hope someone can help.

    I turns out that it wasn't that big of a problem after all. All i had to do was to take the above code and place it into another JSP page instead of into a servlet like i did before. Then i just used that page as a source for my IMG tag in my first JSP. It works perfectly well. Why this doesn't work for servlets i still don't know, but it's not a problem form me anymore . Ofcourse if someone knows the answer , go ahead and write. I would still appriceatte it.
    here's the magic tag : <img src="ImageJSP.jsp" border="0"  > enjoy : )

  • Problem with placing of properties file

    Hi all,
    Iam using a properties file.
    From a jsp, Iam reading the property file.....
    Its giving FileNotFoundException....
    I hope its problem with placing of my properties file...
    I placed the properties file in WEB-INF/classes..folder.....
    But still iam getting the FileNotFoundException...
    PLz tell me where exactly should I place my properties file...
    Thanks ....

    first rule of using a forum: read recent topics !
    http://forum.java.sun.com/thread.jspa?threadID=668488&tstart=0

  • DW CS3 problem with PNG-8 images in Design View?

    DW CS3 (build 3481) on XP seems to have problems with PNG-8 images, specifically trying to display them in design view.
    I had a very simple image that was able to be exported by Fireworks CS4 as PNG-8 using 4 colors (no transparency) for a tiny file size under 250 bytes.
    DW could not display it at all, or even recognize it, reporting it was 0 x 0 in size. I published the page anyway, and it looked fine in the browser.
    I upped the number of colors to 32, and DW could then display it in design view in the page I was working on.
    I'm still having problems with other PNG-8 images. The attached file "temp.jpg" is a screenshot showing part of the design view in DW.
    The smaller image on the left of the banner is "58_certificate_of_discharge.png" (attached), and the larger image below is used as the background of the DIV containing the form,"compassbk.png" (also attached).
    These images all look fine in the browser, but terrible in DW.
    I'm stumped as to why.
    Thanks in advance.

    According to a different discussion, the images that are stuck as "Queued" are showing a bug in the virus scanning on the forums.
    Now trying the recommended 'camera icon' method...
    Looks like it worked.
    Now compare what it looks like in DW CS3 in the design view:
    It's a 16 color PNG-8 made in Fireworks CS4 with no transparency, size is 113 x 58, ending up at 1.71K.
    If this is a repeatable problem in CS3, is there any hope of it being resolved, or am I stuck with upgrading to CS4 as my only option (assuming it's fixed in CS4)?
    Thanks.

  • Camera Raw problem with new Nidon D90 and CS2

    Please forgive me if this is a repeated question . . . but I need some advice . . . I just picked up a new Nikon D90 tonite . . . I'm using Mac 10.4.11 and Photoshop CS2 . . . when I tried to open my raw files in Bridge, I get the message that these files cannot be recogniized . . .After searching Adobe support I just have more of a headache . . .I primarily shoot Raw . . . and have never had a problem with CS2 and Bridge with my Nikon D80 . . . Please give me some advice . . .Thanks so much in advance . . .David

    Of course you get an error! The D90 didn't come out until way after Adobe stopped upgrading ACR for Photoshop CS2. You will never have support for your NEF files with Photoshop CS2. If you don't want to use the DNG converter you have several choices. Upgrade to Photoshop CS4 or Lightroom 2.x, purchase Photoshop Elements (latest version, although Camera Raw doesn't have all its features in Photoshop Elements), purchase some other software that will support your NEF files. The only way you can have the support for your NEF files in Photoshop CS2 is to use the DNG converter.
    A lot of people complain that it is an "extra step" to use the DNG converter. You have to download the images from your camera anyway. Just use the DNG converter to do that. It will take a little longer than a normal download, but once the download/conversion is completed your workflow is no different than it otherwise would be.
    Camera Raw has matured greatly since Photoshop CS2. You purchased an outstanding camera. It's now time to upgrade your software. ACR is little more than a toy in Photoshop CS2.

  • Can't use threshold on live traced placed tiff image

    I can't use the threshold controls on a tiff image that I placed and traced. I feel dumb.
    Plus, I never learned how to reduce the resoolution on my projects...
    Any takers?
    Thanks!

    A lote of sitesuse the Flash version of YourTube. no iOS devices support flash. The you have to either use the YourTube app or Safari to go to YouTube since Safari tells the YouTube site to use HTML5.
    For other problems withwith Safari try going to Settins>Safari and clear Histor, Cookies and Data.
    Also reset the iPod. Nothing is lost.
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.

  • Problems with the background image in IE

    Hi I've been optimizing some pages for the different browsers in Dreamweaver CS4. They all work fine in Safari, Firefox and Opera, Internet Explorer is, however not showing the background image I have selected. I can't for the life of me see what's going wrong! Any help wopuld be appreciated. here is the code on my index page which I built from a template. I don't know if it's the editable areas that are going wrong!
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>test site</title>
    <!-- InstanceEndEditable -->
    <link href="oneColFixCtrHdr.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
    background-repeat: repeat-x;
    background-image:url(file:///Macintosh HD/Users/me/Documents/websites/face_divorce/test/images/test_back.png);
    .oneColFixCtrHdr #container {
    width: 770px;
    margin: 0 auto;
    border: 0;
    padding: 0;
    .oneColFixCtrHdr #header {
    text-align: centre;
    border: 0;
    padding: 0;
    .oneColFixCtrHdr #header h1 {
    <img src="../images/test_logo.png"
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-size: x-large;
    text-align: right;
    .oneColFixCtrHdr #mainContent {
    padding: 0;
    .oneColFixCtrHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-family: Verdana, Geneva, sans-serif;
    color: #6699cc;
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: lighter;
        text-align: center;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <meta name="Description" content="facedivorce.com.com is an online resource tool to help guide you through the various stages of divorce.  Simply click on before, during or after divorce to find everything you could ever need to do with divorce.
    " />
    </head><meta name="keywords" content="test
    " />
    <!-- InstanceEndEditable -->
    <body class="oneColFixCtrHdr">
    <div id="container">
      <div class="oneColFixCtrHdr" id="header">
        <table width="740" border="0" align="center">
          <tr>
            <td  border="0" height="38" ></td>
            <td align="right" valign="bottom"><!-- InstanceBeginEditable name="HeaderLinks" -->
              <p class="TextButtons"><a href="index.html" class="TextButtons">Home</a>   <a href="featuredcompany.html" class="TextButtons">Featured Company</a>   <a href="youngpeople.html" class="TextButtons">Young People</a>    <a href="andmore.html" class="TextButtons">And More</a>    <a href="blog/index.html" class="TextButtons">Blog</a></p>
            <!-- InstanceEndEditable --></td>
          </tr>
          <tr>
            <th height="48" align="left" valign="bottom">
    <h1><a href="index.html" title="test"><img src="images/test_logo.png" alt="test" width="245" height="46" border="0" align="left" /></a></h1>
    </th>
            <td align="right" valign="bottom"><!-- InstanceBeginEditable name="HeaderButtons" --><a href="#"><img src="images/facebook-logo.png" alt="FaceBook Button" width="48" height="48" border="0" align="bottom" /></a> <a href="#"><img src="images/twitter_square.png" alt="Twitter Button" width="48" height="48" border="0" align="bottom" /></a><a href="#"><img src="images/blogbutton.png" alt="Blog Button" width="49" height="47" border="0" align="bottom" /></a>    <!-- InstanceEndEditable --></td>
          </tr>
        </table>
        <!-- end #header -->

    Hi
    The fact you are using a Mac is why both myself and JCellini assumed you where using a pre IE7 version.
    But the code you are using to test in IE will cause a problem with any 'virtual machine' such as crossover, because it cannot reference anything outside its own assigned section of the drive, and referencing the png in the way you are would be for it an invalid reference, it also would not work in any browser when you uploaded the site.
    Change - background-image:url(file:///Macintosh  HD/Users/myname/Documents/websites/test/Test/images/test_back.png);
    To - background-image:url(images/test_back.png);
    But if the region is not editable I would suggest you temporarily make it so, externalize your css to a css file, insert a link to the external css file in your head content, then lock the region once again. This way you will always be able to edit your css without worrying about 'locked regions'.
    PZ
    www.pziecina.com

  • Problems with my registration of Photoshop CS2

    I have owned different versions of Photoshop over the years, and the latest version I have is CS2.
    I have it installed on two computers, one running Windows XP and the other running Windows Vista.
    Apparently,  Adobe has me under two IDs, both  using the same email address,  but with different physical addresses, my old one and my new one.   All my registration information is apparently stored under the one with the old address, but I can only get access to the one with the new address when I go to the Adobe website.   That one doesn't see my registrations.
    For the past several years I've worked primarily under Linux, using gimp, but I just got a new printer, which is not supported under Linux, so I have to use Windows and Photoshop to print.
    Every time I start Photoshop CS2 on the second computer, it tells me I need to register.  If I do---needlessly I presume---it accepts the registration, but then the next time I start  the program, it does the same thing over again.
    I can live with this, but if there is some simple way to fix it, I would like to do so.  I've spent a lot of time talking to Adobe on the phone or using chat online, but haven't got any help on this matter.
    Also, I hope to make some changes to my system in the near future.    First, I will probably upgrade both computers to Windows 7.  Second, I may replace one of the computers with a new computer.  Finally I may  upgrade to Photoshop CS5.
    Can anyone give me any advice about how to go about these things so as to end up with two legitamate versions of Photoshop on two computers, and so as to avoid problems..    I am worried that I may have to spend hours on the phone trying to get it done.

    MTSTUNER's advice is right on in this case.  I've seen problems with the older versions of Photoshop not being able to write to their installation areas because of UAC.
    If Run As Administrator doesn't work, one additional thing you can try is to turn the UAC level down to the lowest setting, run Photoshop once, then return UAC to its default (or leave it off, your choice).
    -Noel

  • Problem with getting resized image's bytes

    I've got a problem with getting correct bytes of a newly resized image. The flow is that I retrive an image from the filesystem. Due to the fact that it is large I resize it to a 50x50px thumbnail. I can display this thumbnail in #benchmark1 (see code below). Unfortunately something's wrong with my imageToBytes funtion which returns reasonably small size of image but is totally useless - I can't make an image of it anymore so at #benchmark2 the application either crashes or keeps freezing. I saved this byte array on my disk and tried to preview under Windows how does it look but I got a message "Preview unavailabe". I did some digging in the Internet and I supposed that it's because I don't use any jpg or png encoders to save the file. Actually I think that it's not the case, as the bytes returned from method imageToBytes look weird - I cannot even make a new image of them and display it without any saving in memory.
                                  byte[] bytes = FileHandler.readFile (
                                          FileHandler.PHOTOS_PATH, fileName);
                                  Image img2 = Image.createImage (bytes, 0, bytes.length);
                                  img2 = ImageHandler.getInstance ().resize (img2);
                                                    //#benchmark1
                                  bytes = ImageUtils.imageToBytes (img2);
                                  img2 = Image.createImage (bytes, 0, bytes.length);
                                                    //#benchmark2my imageToBytes function is as follows:
         public static byte[] imageToBytes (Image img)
              int[] imgRgbData = new int[img.getWidth () * img.getHeight ()];
              byte[] imageData = null;
              try
                   img.getRGB (imgRgbData, 0, img.getWidth (), 0, 0, img.getWidth (),
                           img.getHeight ());
              catch (Exception e)
              ByteArrayOutputStream baos = new ByteArrayOutputStream ();
              DataOutputStream dos = new DataOutputStream (baos);
              try
                   for (int i = 0; i < imgRgbData.length; i++)
                        dos.writeInt (imgRgbData);
                   imageData = baos.toByteArray ();
                   baos.close ();
                   dos.close ();
              catch (Exception e)
              return imageData;
    I've run totally out of any idea what's wrong, please help!
    Edited by: crawlie on Jul 17, 2010 6:21 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hey Crawlie,
    Please note that simply writing int values into ByteArrayOutputStream will not suffice. Please have a look at the following conversion from int pixel value into byte[4]:
    public static final byte[] intToByteArray(int value) {
            return new byte[] {
                    (byte)(value >>> 24),
                    (byte)(value >>> 16),
                    (byte)(value >>> 8),
                    (byte)value
    }Good Luck!
    Daniel

  • Problems with the background image size in a photobook

    Hi there, I really need help here. When I make a photobook I want to display my images large, taking the whole page. To do that I put the image as a background and it's OK. My problem is that when I do this, iPhoto always crops it. I have to use the move tool to move the image up and down, left or right to chose a best position. I don't want to do this, I want my image to be shown perfectly from end to end. I have to resize the image in many ways, even used the book's native resolution but it still doesn't work. If I choose "fit photo to frame size" I end up with two stripes at the top and the bottom of the page.
    Please help me, what size should I resize my image to, so that iPhoto displays it as it is?
    Thank you

    Hi
    The fact you are using a Mac is why both myself and JCellini assumed you where using a pre IE7 version.
    But the code you are using to test in IE will cause a problem with any 'virtual machine' such as crossover, because it cannot reference anything outside its own assigned section of the drive, and referencing the png in the way you are would be for it an invalid reference, it also would not work in any browser when you uploaded the site.
    Change - background-image:url(file:///Macintosh  HD/Users/myname/Documents/websites/test/Test/images/test_back.png);
    To - background-image:url(images/test_back.png);
    But if the region is not editable I would suggest you temporarily make it so, externalize your css to a css file, insert a link to the external css file in your head content, then lock the region once again. This way you will always be able to edit your css without worrying about 'locked regions'.
    PZ
    www.pziecina.com

  • Problems with screen saver image quality

    Just got a MPB 15 inch. Very happy with it but have a small problem with the screen saver. I use my i Photo folders as the source for screen saver images. Some photos are shown in very good quality but others are very poor - as if low res. The original images are all of the same high quality. Seems to occur whichever video setting is used under power saving. A minor issue I now but any ideas?

    Hi, Mark. Apparently some of the photos being used are low-resolution thumbnails, not full-resolution images.
    What version of iPhoto do you have, and which OS version are you running? On my MBP running 10.5.6 and iPhoto 7.1.5, "All folders" is not an option in the Screensaver pane of System Prefs, so I don't know what you're actually choosing. But if I select "Pictures" (which refers to the Pictures folder in my Home folder), then the screensaver uses every .jpg file that it finds in any of the several iPhoto Libraries inside my Pictures folder. The thumbnails created by iPhoto are .jpgs, so they get used by the screensaver along with full-size high-resolution images.
    The solution is not to select a folder that contains any thumbnails.

  • Problem with a product image/pdf production in Indesign CS5

    Hi,
    this problem probably has an obvious solution, but I can't figure it out due to my limited experience in using Indesign. I'm trying to export my poster lay-out as pdf, but one of the several product images does not show up in the exporte pdf correctly. Instead of a product image, I only get this white image that is similar to the shape of the product image, but the actual product image is not visible. The product image is a .psd -file and it shows correctly in InDesign document, but not in the exported .pdf file. Could somebody help me to tackle this problem?
    BR,
    Masa

    Hi,
    - It shows in the preview mode
    - I'm using only one layer in the layout with all the images on it
    - The image is not non-printing in the Attributes panel
    - Links have no errors and theya re up to date
    When I create the PDF via FILE > PRINT, then the problem does not occur, but I have another problem with white margins on both top and bottom of the .pdf-file. ¨
    I still would like to create the pdf via Export.
    Thank you for your quick  reply, what's next?
    BR,
    Masa

Maybe you are looking for

  • My macbook pro  is stuck in caps lock, among other problems

    my macbook pro (now leopard 10.6) is stuck in caps lock, no matter if the caps lock key is on or if I use shift, and windows close very slowly. I also can't erase the hard drive with my Mac OS X dvd. I can't login because my password requires numbers

  • Newbie question. Trying to connect to my work network from home?

    Hi, I need to be able to monitor my work computers from home. Now I have a static IP at work and a dynamic at home. I have Ard3 installed on my laptop which I take to work and I also use it at home ( hopefull to check on renderings at work). When I a

  • How to change device sharing name?

    Before you ask, I'm not asking how to change the name of my phone. My issue is that when I'm using an app like Chrome on my phone, in the "other devices" tab on my computer, it shows a name that is sort of related to my phone but isn't exactly what i

  • A question related to index

    Hi, I have the following question about indexes: In our datamodel, we have several columns that are defined as nullable - they contain null data. And yet on these column there is an index defined. Does that help any? - The index are single index inde

  • BizTalk 2013 Integration with JDE EnterpriseOne 9.1

    Hi Guys, I want to connect to JDE EnterpriseOne 9.1 using the out of box Enterprise JDE adapter provided by BizTalk. I have done standalone installation of JDE EO on my machine. I have gone through the tutorial and found that I would need Connector.j