APEX 5.0. Report with image stored in a BLOB gives ORA-06502.

Hi,
I want to create an Interactive Report - Desktop with an image in which is stored in a BLOB but it returnes a: ORA-06502: PL/SQL: numeric or value error: character to number conversion error.
I have created a test report with only the image (billed - which is a BLOB) and an ID (the PK  - a number from a sequence)
select ID, billed from foto
I have tried with and without a formatmask for the ID '999999999999999' and the Type as Plain text as there seems not to be a better choice..
For the 'billed' Type is 'Display Image' and the 'Table Name' and 'BLOB Column' are set. 'Primary Key Column 1' is set to ID. 'Mime Type Colomn' points to a field that contains 'image/jpeg' as the stored image is a photo in jpg.
The image displays OK from a Forms application.
DB is a 11.2.0.4 on Linux 6.6 and APEX is 5.0
What have I missed?
Thanks,
Dino

Dino Hustinx wrote:
I want to create an Interactive Report - Desktop with an image in which is stored in a BLOB but it returnes a: ORA-06502: PL/SQL: numeric or value error: character to number conversion error.
I have created a test report with only the image (billed - which is a BLOB) and an ID (the PK  - a number from a sequence)
select ID, billed from foto
As described in the documentation, the report query must select the length of the BLOB column, not the column itself:
select id, dbms_lob.get_length(billed) billed from foto

Similar Messages

  • Reports JFIF image stored in a blob

    Hi everyone,
    I'm using forms & reports 10g release 1. I noticed that a image stored in a blob with a format of JFIF doesn't work well with in Reports. I get the rep-62203, cannot render error. When the datatype is longraw instead of blob, it works fine. But I can't use longraw, because built in in pl/sql doesn't allow to read the field passe 32K. So that's why we convert to Blob.
    I made a few test: 1) I stored a simple jpg with Toad and It work fine with Reports. I stored with a form but of a format of GIF it works fine. But the JFIF just doesn't work reports. What's the problem?
    How can this be solve?
    I thought maybe saving the image prior calling the report into a file and then link it with report. That will be my last choice. I prefere not to got there.
    Any idea?

    Hi,
    We finnally succeeded. Dsegard gave us the right solution. <div>It was the setup of the display that was on error. We use VNC as the display. Now the display is set correctly and the reports shows up fine.
    By seting REPORTS_DEFAULT_DISPLAY=NO, It did work for both the server and the local host.
    Thank you dsregard.</div>

  • Report with images that are on a directory

    I want to create a report with images that are on a directory
    of the application server ...
    It is possible ??

    The version is Application Server 9.0.4 and 10G
    but i think that it is no important
    The report run on the same server where there is the Directory.

  • Cache of Displayed Images Stored in a BLOB

    I would like to know how I can cache the data that is an image stored as a blob? This is for when I refresh/revisit/branch to a page taht contains images sourced from a blob, such that it does not compel the browser to regenerate the blob image file data?

    Hi!
    We use jsp (for example ManagerPhoto.jsp), which is deployed to OC4J:
    Blob managerPhoto;
    response.reset();
    response.setHeader("Content-Disposition", "attachment; filename=manager_photo.jpg");
    response.setHeader("cache-control","public");
    ServletOutputStream outputStream = response.getOutputStream();
    outputStream.write(managerPhoto.getBytes(1, (int)managerPhoto.length()));
    out.clear();
    out = pageContext.pushBody();
    And HTML-code in the page to display an image:
    <img width=120 height=149 src=".../ManagerPhoto.jsp?p_orun_id=11">
    Regards,
    Al.

  • Please could anybody has a sol, to bring images to the report for all employees which has no reference with images stored in some path

    Hi Obiee experts,
    I have placed the images in  below locations  and these images are independent and  has no reference to the employee id column in dimension table.but my client requires report with all the employees,with respect to the images.Could anybody can give me a solution for this.
        1) root: \apps\Middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\s_blafp\images
       2) root: \apps\Middleware\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
       3) root: \apps\Middleware\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\analyticsRes
    Thanks in Advance
    kumar

    Hi Sreeni,
    The images are stored with employee ids reference like 1234.jpg in the image location path, so will it be possible to call those images into the report with no relation at database level.
    as you said in above mail even if if we cld try  to store the images in oracle database with format like CLOB format the rpd will not support the datatype to bring to that report level.
    Please let me know if you have any solution
    Thanks in Advance
    kumar

  • Report with image / howto use nvl

    HI to all,
    i'm playing aroun with image inside a report:
    I would like to use an nvl function with an image: here the code, taken from an example app:
    select
    "PHOTO_CATALOG_ID",
    "PHOTO_NAME",
    "DESCRIPTION",
    "UPLOADED_ON",
    "MIME_TYPE",
    '<img src="#OWNER#.display_thumb?p_photo_id=' || nvl(PHOTO_CATALOG_ID,0) || ' "/ WIDTH=100 HEIGHT=100>' thumbnail
    from "PHOTO_CATALOG"
    where
    instr(upper("PHOTO_NAME"),upper(nvl(:P1_REPORT_SEARCH,"PHOTO_NAME"))) > 0 or
    instr(upper("DESCRIPTION"),upper(nvl(:P1_REPORT_SEARCH,"DESCRIPTION"))) > 0 or
    instr(upper("MIME_TYPE"),upper(nvl(:P1_REPORT_SEARCH,"MIME_TYPE"))) > 0
    I would like to have a fixed grid of image 6 col * 2 row: that's quite easy however what doesn't work is nvl(PHOTO_CATALOG_ID,0): i got a missing image, but image with photo_catalog_id=0 isn't taken at all.
    For image =0 i've uploaded a white image.
    Anywhere if someone has another solution / idea for making a thumbnail like app in apex, wasn't bad to hear...
    However: i don't want a report with an image col. I want different image (let's say that i would like to have the grid 6col * 2 row) with pagination style.
    Each image should stay in a row of image table.
    Thanks a lot

    Guys,
    i haven't seen there was album v2 on application express studio: maybe this is what i am looking for.
    bye

  • Interactive report with images

    I looked at this link
    http://apex.oracle.com/pls/otn/f?p=31517:1
    I see that there are images in the report with a little link to download to excel at the bottom. What does the image look like when downloaded to excel?
    Also is there a way to have an image in an interactive report but not have it download to excel, pdf, or word? I want to rest of the IR columns to be downloadable, just not the image.
    Thanks,
    Andrew

    Hello Andrew,
    If you tried the download link you would have seen that the images are not downloaded in Excel. That's because the download is a separate procedure that is called using the link.
    When you look at [this page|http://htmldb.oracle.com/pls/otn/f?p=31517:108] you can see how Denes does that...
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • How to deal with images stored in oracle

    hi,
    can anyone help me to solve this issue please:
    in fact i am developping a swing based standalone application based on a TCP/IP client-server connection, so the point is to display on my frame for each student his information and also his personal picture
    first step : storing the personal picture into the oracle database from a specefic frame that allows to specify each NEW student's profile and his photo.
    step 2: as needed, a specefic frame allows to retrieve all the information related to a student and his photo to ( in a jlabel or other swing componenet)
    how to deal with this storing and then the retriving from the oracle DB
    any help please!

    If I understand well your problem, you need your client java application to store and retrive information from an oracle DB.
    This can be done via JDBC.
    Here's the tutorial:
    http://java.sun.com/developer/onlineTraining/Database/JDBC20Intro/JDBC20.html
    Look at
    http://java.sun.com/developer/onlineTraining/Database/JDBC20Intro/JDBC20.html#JDBC2018
    for storing and retriving binary data (like java serialized objects (Images for example))

  • HTML Report with images in LabVIEW 6.1

    I am generating an HTML report in LabVIEW 6.1 with an image. When I
    save the html file to disk, two files are saved, the report and the
    image. The report has the name I specified but the image does not.
    It is not readily apparent that the two are related. As a result,
    when I try and e-mail or move the report, the image gets left behind.
    Is there a way to embed the image file in the report? Or what is the
    best way to associate these two files so they can be e-mailed
    together?
    Tim Erickson
    Signature Control Systems

    Tim,
    Unfortunately, HTML does not include images.
    A suggestion would be to create a GIF image, or to put everything in a zip file, or something to that effect.
    I had to work with HTML documentation for LabVIEW, and actually used LabVIEW to substitute the images for control types with words, such that images were not required. You can try this if your images are nothing more than representations for which text can be substituted.
    Alternatively, if your image is something like a graph, or the front panel, I might suggest creating a .gif or .jpg image out of it. This has to be done manually, but will make the page one single file.
    Good luck, I hope that helps.

  • Receiving Error when running Crystal reports with Images in WebSphere 6.1

    I am designing a report with a sub report that displays images via (BLOBS). The images are between 10-20 kb in size and there could be up to 200 images in the report.
    There are no problems when I run the report using Java 1.5 with Tomcat 5.5 server and JDBC connection (using ojdbc14.jar) to an Oracle 10g database.
    It seems that if I attempt to run the same report on a WebSphere 6.1 environment, the below error is encountered (stack trace is below)
    I am using Crystal 2008 (ver 12.0.0.683).
    Based on the stack trace, I think it is either an IBM JDK  javax.* package compatibility issue or the current version of Crystal reports (no service packs installed - current client environment) has a known issue with Websphere.
    I searched the forums for any similiar issues but could not find one.
    Could installing Service pack 3 solve this issue or is there another possibility?  
    Any assistance would be greatly appreciated.
    Thank you.
    Tony. 
    Stack Trace follows  (Needed to trim due to size, trying to keep unique messges) *******
    ERROR [pool-14-thread-1] c.u.p.e.g.c.GenerateCrystalReport [GenerateCrystalReport.java : 211] Generate Report: Template =
    pusehk08\evm$\EVM REPORTS 5.7.2010\Staging\TEARDOWN_COM.rpt, ReportSDKException caught: javax/imageio/metadata/IIOMetadata.getAsTree(Ljava/lang/String;)Lorg/w3c/dom/Node;
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: javax/imageio/metadata/IIOMetadata.getAsTree(Ljava/lang/String;)Lorg/w3c/dom/Node;
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:237) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:147) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:128) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:111) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.utc.pw.evm2.generatereports.crystalreports.GenerateCrystalReport.generateReport(GenerateCrystalReport.java:152) [classes/:na]
    at com.utc.pw.evm2.generatereports.ReportThread.run(ReportThread.java:144) [classes/:na]
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:678) [na:1.5.0]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:703) [na:1.5.0]
    at java.lang.Thread.run(Thread.java:811) [na:1.5.0]
    Caused by: java.lang.VerifyError: javax/imageio/metadata/IIOMetadata.getAsTree(Ljava/lang/String;)Lorg/w3c/dom/Node;
    at com.crystaldecisions.reports.common.image.ImageUtils.a(SourceFile:901) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.common.image.ImageUtils.if(SourceFile:873) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.common.JavaImage.do(SourceFile:183) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.common.CrystalImage.createImage(SourceFile:50) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.FormattedBlobFieldObject.if(SourceFile:103) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.FormattedBlobFieldObject.<init>(SourceFile:57) [CrystalReportsRuntime.jar:12.2.207.916]
    [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.formatPage(SourceFile:236) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.formatter.export2.a.a(SourceFile:96) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.formatter.export2.a.a(SourceFile:247) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.if(SourceFile:642) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.a(SourceFile:586) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.a(SourceFile:636) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.int(SourceFile:672) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1944) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:661) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:525) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:424) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:352) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.sdk.occa.report.application.ds.a(SourceFile:186) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:1558) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:337) [CrystalReportsRuntime.jar:12.2.207.916]
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:223) [CrystalReportsRuntime.jar:12.2.207.916]
    ... 8 common frames omitted
    2010-07-20 15:57:11,147 ERROR [pool-14-thread-1] c.u.p.e.g.ReportThread [ReportThread.java : 233] Attempt to generate report TEARDOWN using
    pusehk08\evm$\EVM REPORTS 5.7.2010\Staging\TEARDOWN_COM.rpt for E733570-01 failed: Generate Report: Template =
    pusehk08\evm$\EVM REPORTS 5.7.2010\Staging\TEARDOWN_COM.rpt, ReportSDKException caught: javax/imageio/metadata/IIOMetadata.getAsTree(Ljava/lang/String;)Lorg/w3c/dom/Node;, REPORTSDKEXCEPTION
    2010-07-20 15:57:11,147 ERROR [pool-14-thread-1] c.u.p.e.g.ReportThread [ReportThread.java : 238] Exception was caught trying to build report:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: javax/imageio/metadata/IIOMetadata.getAsTree(Ljava/lang/String;)Lorg/w3c/dom/Node;
    Edited by: Liro9999 on Jul 21, 2010 1:55 PM

    Thank you for your reply.
    The answer to your question concerning if Websphere is a clean install is no.  The client has other applications running on that server.  We do not have access to that server other than the log files and I requested information as to what other applications are on the server.
    We did try adding a known working version of the IIOMetadata class in the ear file and deploying it in the hopes that  class will be loaded before using any other version.  Unfortunately, we receive the posted errors.  Which may mean that a different version of the class has already been loaded in memory and that is the one being accessed.  A request would have to be made to the client for a shutdown and restart of Websphere in determining if that may be the case.  Since there are other applications running, coordination and communication to the other application owner will need to be done first.
    Any additional ideas will be appreciated.
    Thank you.
    Tony.

  • Create Report with Image on the backside of first page

    Hi there,
    I want to create a report with a header-section (including data and a barcode) and some data in the main section. The main section is diffing in length so that the report might be just one page or 4-5 pages or even more.
    In addition I want to print an image on the backside of the first page.
    The image exists in TIFF-Format and it should be printed in landscape, while the report itself is inmPortarit-Mode.
    The report(s) should be printed automatically (without user-interaction).
    Thanks for any ideas.
    Mark Radermacher

    Mark,
    The reply could be a bit delayed and you might have got it working also.
    All your requirtements are easily achieveable, you might want to look into the building reports samples and publishing reports documenation at
    http://otn.oracle.com/docs/products/reports/content.html
    Thanks
    The Oracle Reports Team

  • Crystal Reports with images aren't displayed in the InfoView

    Hi everybody,
    I have a problem with my Crystal reports and its display in the info view. If the reports include images from the repository, the reports aren't displayed when hit in the BO-InfoView.
    This errors does not occur if there are just images in the report. Only the combination of images, embedded XCelsius-SWFs and data from the defined data sources causes the problem.
    Instead of the correct report, I get a white blank screen.
    Versions:
    Business Objects XI 3.0
    Crystal Reports 12.0
    Internet Explorer 6.0.29
    Thanks for helping
    Sebastian

    Hi everybody,
    I installed version 3.1.
    Problem is now solved.

  • Storing html along with images in database as Blob

    Hi,
    I have an html in which some images are embedded using image tags.Now I want to store this HTML as BLOB object such that both are stored in the same location, so that they can be retrieved using a jsp.
    Right now when I store the HTML, it gets properly displayed using jsp but the images are not displayed as images are stored locally.
    Can anyone suggest some approach for this?

    First of all, please excuse me about my por english.
    Some points to consider:
    1- I think you may have some issues understanding HTML. HTML only refers to images locations you cannot "put" immages "into" HTML.
    2- I supose you get the HTML as a String ad persists it on the DB. To get the images you must find the img tags in that string, get the src property and upload images individually.
    3- If you must store both HTML and images in the same BLOB field you have some problems, i think it could be fun to build something to do that, but not efficient. I sugest to use another field, another table really (1 to * relationship), to store images.
    4- When you display the HTML at your web server you must set the src attributes form de img tags pointig to some servlet that get the images form the DB, for example.
    I hope it helps you to understand the nature of your requeriment.

  • Disco for Oracle Apps with Scheduling not in Apps ~ Throws Error ORA-06502

    Hi All,
    I have had an SR with Oracle for almost 1/2 year now to set-up scheduling with the scheduling schema not being Apps. They have not been able to fix this yet.
    I have used note 757831.1. When I try to set-up a schedule that is recurring, the following error is thrown: ORA-06502.
    Does any one have a success story associated with setting-up scheduling in a Disco Oracle Apps end user layer where the scheduling schema is not apps?
    Thanks,
    Patrick
    Edited by: Patrick Bacon on Dec 10, 2010 7:18 AM
    Edited by: Patrick Bacon on Dec 10, 2010 8:21 AM

    Pl do not post contents of MOS Docs publicly - this violates terms of your support contract.
    We were successful in doing this with Disco 4i a long time ago. I am assuming the process is the same for 10g. Pl see if these MOS Docs can help. Pl post the complete error message.
    Error When Trying To Schedule Workbooks: The Batch Repository Schema Must Have Been Granted Direct Access To All Of The Tables Referenced In This Sheet (Doc ID 1125208.1)
    How To Store Scheduled Workbooks Results In A Different Schema Other than APPS? (Doc ID 370855.1)
    Error When Trying To Schedule Workbooks: The Batch Repository Schema Must Have Been Granted Direct Access To All Of The Tables Referenced In This Sheet (Doc ID 464968.1)
    Discoverer Quick Start: Setting Up Workbook Scheduling (Doc ID 74116.1)
    Scheduling Workbooks In A Applications Mode EUL Configured With A Batch User Fails With Errors ORA-06502, ORA-06512 (Doc ID 331165.1)
    HTH
    Srini

  • Serving webpage with image stored in database

    This may look long, but it's easy to understand--I'm just trying to give all the details you might want: In our servlet/JSP site, a user can generate a report that may or may not contain images. The servlet just sends the user to a regular HTML page. The HTML file and images it may have are stored in directories on the Tomcat server. But now we have a problem...
    We're moving to 2 standalone Tomcat machines with a load balancer in front, and so now we want to move any of this stuff that was stored on the webserver into the database. If the HTML text for the report has not yet been generated for that day, I can see my web app going to the database to pull out that HTML, and if there are any images, it could pull those out of the database, but then...how does it get those to the user's web browser?
    Currently, when this report loads in the browser, we do a sendRedirect to the file, and the URL displays the full path to the file (and in the HTML code, there is of course a relative link to the image file). But now, these are supposed to be pulled out of the database...are we going to have to pull them out of the database and then write them out to file on the webserver (since they might not exist on that webserver), or is there some other/better way to display them to the user?
    Thanks...

    You can create an Image Servlet that you use to stream the image streight from the db to the page. The URLs that you use in the HTML pages would point to this Servlet with a parameter identifying the image (or you could map the Servlet to *.gif for example). The servlet then sets the content type to the appropriate image format, retrieves the image from the DB as a Stream and copies it byte for byte to the response output stream.
    If you search the forums you will probably find an example of how to do this.

Maybe you are looking for

  • Mount iPhone as a volume (same as possible with iPods)

    Hi everyone, I suppose there's no official way of mounting the iPhone as a volume on the Mac. Are there any 3rd party apps that do this or is the only way to accomplish this to jailbreak it and use ftp, scp, etc? Thank you Björn

  • How to get GB output to Alesis MultiMix12 Firewire?

    I'm attempting to upgrade the quality of my podcasts, so I want to be able to monitor while recording. I have an Alesis MultiMix12 Firewire hooked up to my Mac Mini and Garageband 09. I have no issue getting microphone inputs to flow correctly to sep

  • ABAP General forum - 22 pages of posts in one day - wtf ?

    I don't have a project right now, so I was perusing the ABAP forum for whatever looked interesting. I noticed 22 pages of posts just today 11 Feb. With 15 posts per page that's 330 post/replies in one day! WTF is up with that, a little too crazy isn'

  • Create Subcontracting PO using ME59 Auto PO

    Hello exerts, We have a number of materials that are subcontracted and want to automate the process as much as possible.   We currently create a planned order at originating plant and create the same planned order at the subcontracting plant.   We  w

  • 1TB HDD in 13" MacBook Pro

    Looking to upgrade my MBPs internal hard drive. Will a late 2009 13" Macbook Pro (Snow Leopard) recognize all of a 1TB internal hard drive? If not, what's the Max size I can go to without wasted space?