Dynamic graph can't be displayed when it is printed

<font size="2"><font face="Arial">I've used crystal report xi for half an year. In recent days , I got two problems.</font></font> <font size="1"><span style="font-size: 9pt; font-family: Arial"> One is  that I directly insert a image into the rpt file as OLE object,  then I find that the image can be displayed on the report   but can be printed with ie's printing function. If I set the PrintMode with ACTIVEX mode of  the crystalreportviewer and print with activex component , the image is also visible. The system environment is that crystal report xi and RAS are installed  in the local machine, and web server is on the other machine.</span></font><font face="Arial" size="1"><span style="font-size: 9pt; font-family: Arial"> The report is invoked and displayed using crystalreportviewer component through jsp.  The other is that I want to use new feature of dynamic graphic locations, and show different images in the report with the paths which are stored in the database. I've seen the threads in the crystal report forum, and known how to set the paths of images under the unmanagered RAS. But  my situation is that I have to publish every rpt files to the BO CRS,  so I don&#39;t know where I should place the images and how to set the paths. I try publishing the image into the same folder with rpt file in the CRS, but it can't work.</span></font><font face="Arial" size="1"><span style="font-size: 9pt; font-family: Arial"> </span></font><font face="Arial" size="1"><span style="font-size: 9pt; font-family: Arial">  Thanks in advance for any help.</span></font>

Please re-post if this is still an issue to the Java Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

Similar Messages

  • Graph image not getting displayed when navigating from another page

    Hi All,
    I have implemented a line graph in ADF with "dept no"(in x-axis) and "avg sal"(in y-axis). When I am going to run only this graph page, its showing proper data.
    But,when I am trying to navigate from another jspx page (which is under some package) to this graph page, the graph is not getting displayed(graph image is not getting displayed).
    In my project I am following package structure for jspx and backing bean.
    Please help me to solve this problem.
    Thnx,
    Abhijit

    Abhijit,
    A couple of things:
    1). There's really not enough information provided to answer your question - have you tried doing some debugging?
    2). You may have beer luck on the [url http://forums.oracle.com/forums/forum.jspa?forumID=381&start=0]11g forum
    John

  • Portal throws "page can't be displayed" when accessed through IE

    Hi ,
    We have a peculiar case where in EP7 portal is  throwing "page can't be displayed" error when accesed through IE 6 but is opening through firefox. This shows no network issue nor with the host file.
    Can you pls advice on this as this is a prod portal.
    regards
    Bharat

    Have look in the deployment folder and sub folders;     
    ... /usr/sap/<SID>/<instance>/j2ee/cluster/server<N>/apps/          
    sap.com/irj/servlet_jsp/irj/root/web-inf/deployment/pcd                                                                               
    ... /usr/sap/<SID>/<instance>/j2ee/cluster/server<N>/apps/          
    sap.com/irj/servlet_jsp/irj/root/web-inf/deployment/temp                                                                               
    and check if there are any files here with the extension ".err". If 
    there are any please rename those files removing the ".err" extension
    and restart the J2EE engine. So they will get redeployed;           
    Please remember to evaluate my reply,
    Best Regards,
    Fabio Sarmento

  • Page Can't Be Displayed when trying to Clone PC's MAC?

    I'm running Road Runner High Speed Online on Windows XP, with a cable modem, WRT54G vers. 6, I upgraded the firmware recently to 1.01 and reset it. When I try to configure my router to work with dynamic IP addresses, on the setup page I click the Clone PC's MAC tab, click "enable" and save settings. Settings are saved. Continue. Then when I actually hit the "clone your pc's mac" button I keep getting Page Cannot Be Displayed! This has happened even after I tried resetting the router again. I tried to configure it using the setup cd but that kept telling me it wouldn't detect my router, even though I had it plugged in in all the right places. The Easy Connect doesn't help either, it detected my router but doesn't allow me to configure anything. Why do I keep getting PCBD? Is there another way I could get this set up? This has been driving me nuts for almost a week.  (I'm trying to follow the Knowledge Base answer ID 1040. The part on Cloning your PC's MAC is the only part that's not working for me so far.)

    if that is the case, the upgraded might have been corrupted. You may need to reflash the firmware... just do the same with the upgrade...
    "a helping hand in a community makes the world a universe"

  • Inline picture can not be displayed when I "reply" or "forward"

    Hi all,
    At first I can see the inline picture at preview pane or double click to open the mail,
    but when I reply a mail with inline picture, the picture will miss.
    I have tried the method in this article, but it still not work.
    http://www.werockyourweb.com/images-missing-thunderbird/
    Case 1:
    In preview pane:
    http://i.imgur.com/SAKQ4fv.png
    In reply mail:
    http://i.imgur.com/SfDotqf.png
    Double click the missing picture in reply mail:
    http://i.imgur.com/6lZp6E2.png
    Case 2 (Other kinds of picture URL):
    Double click the missing picture in reply mail:
    http://i.imgur.com/4hXQ7ro.png
    Thunderbird version: 31.6.0
    OS: Windows 7 64bit
    If need any other information, please feel free to tell me:)

    re :At first I can see the inline picture at preview pane or double click to open the mail,
    Please note, just to clarify - there is no such thing as a 'preview' pane.
    When you select an email in the list, it opens the email and displays it in the 'Message Pane'. This is an opened email, not a preview.
    You can also 'open' the email to view in a tab or window, which can be useful if the email is a bit more lengthy.
    Usually, Thunderbird does not auto display remote links for security and privacy reasons. In this email, it would seem you have allowed the remote content to be displayed, hence why you could see the images in the original email.
    The images you supplied really described the issue, so are very helpful.
    Double clicking the missing picture in the Reply mail forced the 'Insert' > 'Image' window to open.
    I can see that under 'Image Location' - albeit not in English - the option to 'Attach this image to the message' has not been selected, so the image is currently only selected to show as a link.
    Select : 'Attach this image to the message'
    click on OK
    This should force the image to show in the Reply email.
    However, as it is still remote content in an email, it may well be blocked by the recipient or the program they are using for security and privacy reasons.

  • Print dialog not displaying when trying to print PDF document

    Hello All,
    I am using below code to print a pdf file. And the same code working fine when i am using with simple java class. and if i am using the same code with my jsf backing bean action method it was not working.
    Code here:
    Document document = new Document();
    FileOutputStream combinedOutput = new FileOutputStream(bulkBarcodes);
    PdfWriter.getInstance(document, combinedOutput);
    document.open();
    String barCodeNum = filetrakcode.getBarCodeID().toString();
    Barcode bc = new Barcode(barCodeNum, DEFAULT_CONFIG_FILE);
    document.add(new Paragraph("\n"));
    document.add(new Paragraph("\n"));
    Image image = Image.getInstance(bc.generateBarcodeBytes(bc.getBarcode()));
    document.add(image);
    combinedOutput.flush();
    document.close();
    combinedOutput.close();
    File f = new File(bulkBarcodes.getAbsolutePath());
    FileInputStream fis = new FileInputStream(f);
    FileChannel fc = fis.getChannel();
    ByteBuffer bb = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc.size());
    PDFFile pdfFile = new PDFFile(bb); // Create PDF Print Page
    PDFPrintPage pages = new PDFPrintPage(pdfFile);
    PrinterJob printJob = PrinterJob.getPrinterJob();
    PageFormat pf = PrinterJob.getPrinterJob().defaultPage();
    printJob.setJobName(f.getName());
    Book book = new Book();
    book.append(pages, pf, pdfFile.getNumPages());
    printJob.setPageable(book);
    //Send print job to default printer
    if(printJob.printDialog())
    printJob.print();
    When i am calling my action method (method contains above code) it was creating pdf file and writing the data init success fully but when i have not used "if(printJob.printDialog())" it was printing document directely successfully but when i am calling "if(printJob.printDialog())" it was not opening print dialog box and it was showing me like process is going on and it was not proceeding further
    what's the problem
    Please help me.
    Thanks In advance,
    Indira.

    Hi Kavi,
    just have a look into the driver-program. I'm pretty sure someone has programmed a loop.
    IF it is a NAST-driver program, check if your specific user has a printer SU03. That sounds a lot like this mistake
    ~Florian

  • Page can't be displayed on any of the documentations

    Hello
    I get "Page can't be displayed" when trying to see any of the Oracle documentations. My internet explorer is working fine and view any other oracle pages other than documentations.
    I can disconnect from the network here at the office and dial to my personal internet provider with the same computer and see the pages.
    Any help is appreciated
    Endre

    Endre,
    That workaround is good for now but we will be linking to the complete Oracle documentation library at http://otn.oracle.com/documentation/ in the near future and removing the links (which are a subset) from the product pages.
    I suggest we try and sort the problem out before then but we don't see many access problems with the documentation. It seems rather strange that you can access software downloads but not documentation since they are on the same servers. You did mention that you were able to get these via your ISP but not at the office - I wonder if you have a different proxy setting (or other browser setting) at the office that is the problem?
    Regards,
    OTN

  • The website can not be displayed Forms 10.1.2.3 / IE8 / Windows 7

    Hi,
    first the problem description:
    I run a Forms-web application from a shortcut on the desktop.
    For example:
    "C: \ Program Files (x86) \ Internet Explorer \ iexplore.exe" "http://k1r.bf.ia:7778/forms/frmservlet?config=sdb_Java"
    The resolution is a DNS server. Even if I use the IP Address, I have the same problem:
    In IE appears
    *"The website can not be displayed"*
    when I press F5 it runs all and the page is displayed. why ???????
    Forms 10.1.2.3
    Client Windows 7 32Bit
    IE 8.0.7600
    Java 1.6.0_23
    Formsweb.cfg:
    basehtml          = d:/orabase/oas/forms/webutil/server/webutiljpi.htm
    jpi_classid          = clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    jpi_mimetype     = application/x-java-applet;jpi-version=1.6
    Since it works fine with Firefox 3.6.13,
    someone can help me ?
    Alfred

    I looked at our code and this is what we do to show any URL (like a Reports PDF or another website) in a new browser window from Forms.
    We've implemented a pluggable Java component which is called from Forms via set_custom_item_property to show a given URL in a new browser window.
    set_custom_item_property('TEST.BROWSERBEAN', 'SHOW_URL', l_url);
    In the pluggable Java component the code invoked when setting that property first tests the Java runtime version:
    a. if it's 1.6.0_23 or higher then it simply calls Applet.getAppletContext().showDocument(<url>, "_blank");
    Java 1.6.0_23 fixes bug 6946479 by opening the browser window in the same iexplore.exe process via an IE add on API. This reestablishes the implementation behaviour as it's been with Java 1.6.0_17 and below, i.e. the bug exists in 1.6.0_18-1.6.0_22.
    The side effect of this bug fix is that by calling showDocument() (or the Forms API show_document) the problem with IE being unable to correctly load a site during the startup of the browser gets circumvented since there is no new browser process.
    Thus - if it's an option for you - just use Java 1.6.0_23 on the clients.
    For a description of the bug look e.g. at the following site. The description is E-Business Suite specific but it's a Java plugin bug:
    http://blogs.oracle.com/stevenChan/2010/12/mismanaged_session_cookie_issue_fixed_ebs.html
    Bug in the Sun Java bug database:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6946479
    b. if the Forms applet runs on Java 1.6.0_22 or below our PJC implementation uses Java-to-Javascript communication to run a Javascript function to open the URL in a new window in the same browser process, e.g.:
                        JSObject jsWindow = JSObject.getWindow(this.applet);
                        jsWindow.eval("window.open('" + urlToShow + "', '_blank');");
    I hope this helps.
    Regards,
    Andreas
    Edited by: Andreas Leidner on Jan 11, 2011 5:25 PM

  • Travel: WebDynpro ABAP: Page can not be displayed

    Hi,
    We are using EHP 2 for Travel(ABAP WD).
    All users are getting " Page can not be displayed" , when clicking on the create Travel request.
    But after clicking two to three times the link , the application is working fine.
    Please suggest any sol for this.
    Thanks,
    Anumit

    Hi Raynard,
    I also faced the same problem and wanted to know what do you mean by open a customer message on BC-WD-ABA. And what all WD settings are required for ENH2 to work on Business pkg 1.3.
    Regards,
    Indu

  • Dynamic Height in Graphs does not work properly when the graph is in an list

    Help please,
    I have an report in SQL Server 2008 (SP1) Reporting Services which uses Dynamic Height to dynamically increase the size of the graph for the data. For a single dataset this works great!
    When I place this graph in a list/tablix (to display this graph on each group) things go bad... Only the first graph on every page is resized, all other graphs on the same page are equal in size of the first!
    When I place a pagebreak on the lists property all graphs are drawn fine!! But then I will have a page for every question in my data (which can be a lot!)
    What is going on here? Please help.

    Hi Jerry,
    thanks for your reply, but this does not work. The graphs are now all the same size (the size of the first one that is), and on the same page for that matter...
    It looks like the renderer calculates the value of the dynamic height only once on a page in stead of each graph. That's a bug in my opinion.
    Any suggestions on how to fix this?
    The inner workings of the report are like this: The data contains anwers from a survey by question, so i have a unknown count of answers with each question; I placed a list on my report with a groupingproperty on the question asked. On this list i place a horizontal bar-graph which must grow in height when it is too small. The dynamic height should be calculated like this =70 + (CountDistinct(AnswerValue.Value)*10) & "pt".
    When i place this calculation in a textbox, every item in the group is calculated correctly. Each graph is drawn, but the graphs are sized only to the size of the first graph on the page. When I place a pagebreak after each list-repeat (so i get each question on a seperate page) each graph is drawn correctly! This results however in more than 100 pages with all used for just a few centimeters (think about trees!).
    I'm using SQL 2008 / SSRS2008 with SP1 by the way ( without SP1, the behaviour is the same).
    Any more suggestions are appreciated.
    Danny

  • Iam using a table in numbers to plot daily graph lines. If I fill a cell with a text box  at say zero it plots the graph. I can't actually set the cell value until the actual day but the graph plots it at zero when I don't want it to plot anything. Is tho

    I am using a table in Numbers to plot daily graph lines. Mood swings of how I am on the day, i"m a depressive.
    If I fill a cell with a step box at say zero it plots the graph. I can't actually set the cell value until the actual day but the graph plots it at zero when I don't want it to plot anything. Is there a work around. so thatbgraph only plots on the day?

    The answer is (sort of) in your subject, but edited out of the problem statement in the body of your message.
    When you use a stepper or a slider, the value in the cell is always numeric, and is always placed on the chart if that cell is included in the range graphed by the chart.
    But if you use a pop-up menu cell, you can specify numeric or text values in the list of choices for in the menu. Numeric values will be shown on the chart. Text values will not.
    For the example, the values list for the pop-up menu was:
    5
    3
    1
    Choose
    -1
    -3
    -5
    The first pop-up was set to display Choose, then the cell was filled down the rest of the column. Any text value (including a single space, if you want the cell to appear blank) may be used instead of Choose.
    For charts with negative Y values, the X axis will not automatically appear at Y=0. If your value set will include negative values, I would suggest setting the Y axis maximum and minimum to the maximum and minimum values on your menu list, rather than letting Numbers decide what range to include on the chart. Place a line shape across the chart at the zero level, and choose to NOT show the X axis.
    Regards,
    Barry

  • How to display 4 graphs on the same graphs display when running the VI 4 times ?

    My goal is trying to display 4 different graphs on the the same XY graph when I run the VI 4 times. Right now, the new graph will overdrive the previous graph when I re-run the VI.
    Please help!
    Solved!
    Go to Solution.

    You need a mechanism for storing previous data; LabVIEW graphs do not have a history, they display sets of data.  A shift register is an obvious answer, but it can get somewhat "tricky" when the Build XY Graph is used as it accepts a DDT and you cannot simply append a data set using array functions...
    The solution?
    Rather than make the changes for you, I've created a simple example for a regular graph to show you how to use an un-initialized shift register to store values from previous runs (the data will be lost when the VI is closed) as long as the VI is in memory.
    I'll leave the DDT conversion from the 2D-array and XY graph implementation for you to figure out in case this is some form of a homework assignment.
    Good luck!
    -Bob
    Message Edited by B O B on 11-20-2009 04:53 PM
    -Bob
    Attachments:
    Example 2.vi ‏12 KB

  • Chinese can not be displayed in the graph report

    I create a report using Graph Wizard , the graph contains Chinese. the report on my windows client runs ok, but on the linux server ,the Chinese in the graph could not be displayed,shows some boxes, but the paper layout shows Chinese normal.

    Can anyone help me ? Or have anyone to tell me how the report generated graphics.

  • I just brought a brand new Macbook pro retina display, when i connect it to my apple tv through airplay its too slow and when it try to play a movie apply tv is always a minute or 2 behind. How can i fix this?

    I just brought a brand new Macbook pro retina display, when i connect it to my apple tv through airplay its too slow and when it try to play a movie apply tv is always a minute or 2 behind. How can i fix this?

    Hello HanaAmer1,
    We've an article which provides troubleshooting steps that can help get AirPlay workign correctly.
    iTunes: Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS5209
    Cheers,
    Allen

  • My safari will not open after downloading librooksbas.dylib plug in. message that is displayed when i try and open is "safari quit unexpectedly while using the  librooksbas.dylib plug in" i can either re-open or ok the error to which neither work :(

    i have tried the terminal code thing where you enter certain words then press enter and it worked but as soon as i restarted it and opened safri the error message apperarewd again my software is OS X 10.9.1

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a couple of minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d; /[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]||0[^2]8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d; /:$/{s/ *:$//;x;s/\n//p;}; /^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/\(.*: \)\(.*\)/ \(\2\)/;H;}; /Apple|SCSM/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); E=; for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* || continue; ls | while read f; do [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && e=" *" || e=; awk -F_ '!/ag$/{$NF=a[split($NF,a,".")]; print $0 "'"$e"'"}' <<< "$f"; done | tail`; Pm "${D[$i]} diagnostics"; done; [[ "$o" =~ \*$ ]] && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|last value [1-9]|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/B,P*P,Qu*T,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; [[ "$ID" =~ ^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID ]] || printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`for e in DYLD_INSERT_LIBRARIES DYLD_LIBRARY_PATH; do launchctl getenv $e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l | sed 's:/Users/[^/]*/:/Users/USER/:g'); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your password, or if you prefer not to enter it, just press return three times at the password prompt.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    8. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Maybe you are looking for