Issue with Region field in BW report

Hi experts,
I am facing an issue with BW Report ,the data for REGION for some billing doc no are showing as # and its description is not assigned.Also there is no data for region in its data target as well and also no data in VBRK table for those billing doc no in R3 side.
Can you please suggest some solution.
Thanks for help in advance.
Regards
NP

Hello -
If there is no data for charecteristic values,. #  and not assigned will be dispalyed in the report.
Its BW funcnality,.
If you would like to remove the # values  in BEX you have to go for a Macro,.
If in WAD you have to eliminate the first values in the repactive web item.
Regards,
Vishwa.

Similar Messages

  • Issue with Varchar2 field conversion for report output generated in EXCEL

    Hello All,
    I have an unique problem with one of my new reports for the User. The user wants the report output generated in excel data only(delimited data) format *(reports builder 10g)* .
    Everything was fine until i encountered this problem, there was this field which has unique ID's(alphanumeric and numeric), when i tried to run the report and generate output in Excel the numeric ID's say for example *(41593497999679354429)* is converted in excel and displayed like *(2.5881E+19)* and after format cells in excel it displays *(41593497999679300000).*
    The issue is only with 20 digits numeric ID's , if i append any special character to the end say '#' or '..' it shows the exact value along with the appended character. But the user insist they need only the value that is in the table. I am finding it hard to figure out, if any one of you have encountered the same issue or if any of you have any suggestions to overcome this excel conversion thing please do advice me.
    Thanks in advance :)

    Thanks for you response, but i already tried what you suggested, instead of appending single quote in front of ID, i did at the end prior with '#', it preserves the value if i add any character to the id but the appended value shows up too :(.
    Well, i just got the solution and it did work, thanks to [Brian Hill|https://forums.oracle.com/forums/thread.jspa?threadID=651632] for the post, i did what exactly he said and it worked. I was so very happy and wanted to share with everyone.

  • Display issue with HTML formatted text in report builder

    I am using the FCKeditor in my application to allow endusers
    the ability to create formated text on reports. We curently are
    experiencing 2 issues: 1. If you copy and paste from MS Word
    2003/2007 it will not display the text correclty in the report; 2.
    If you use the FCKeditor toolbar to insert bullets or a numeric
    list it will not align the text correctly on the report. We are
    using Coldfusion 8 with Hotfix 1 and Coldfusion Report Builder's
    lastest build release.
    Has one experiences this same issue with HTML fields not
    printing correctly using the Report Builder? What other HTML
    editors besides FCKeditor might we use?
    Thanks,
    Dan VanWieren

    Can you tell me how to use </td> for each values
    Give me your example report - using before or after report
    Thanks
    MT
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by fdenis:
    Hi Gavin,
    If I understand well, your HTML tags are coded directly in your fields in the database, right? Because if it was not the case, you could have use a format trigger checking for which destination you're generating your report...
    if UPPER(:DESFORMAT) = 'HTML' or
    UPPER(:DESFORMAT) = 'HTMLCSS'
    then
    -- insert your HTML code in the value
    -- of your field. something like...
    newValue := '<B>' | | :YOUR_FIELD | | '</B>
    srw.set_field_char( 0, newValue );
    else
    -- when generating to other format,
    -- you'd have to add the formatting as
    -- you want.
    end if
    return( true );
    Of course, if it's not acceptable to remove the HTML tag from your database fields, you could develop a procedure that would translate your HTML tags to the good formatting (eurk... ;-)
    Good luck... :-)
    Frederic
    <HR></BLOCKQUOTE>
    null

  • URGENT: Issue with hierarchy level keys and report drill down

    Hi,
    BASIC STRUCTURE:
    I have created a subject area with 3 facts (FACT_A, FACT_B, FACT_C) and 4 dimesnions (TIME_DIM,DIM_2,DIM_3,DIM_4). Each fact table also has additional aggregate tables aggregated along levels of the time dimension. Also our timw dimension has aggregated dimension tables like TIME_DIM_WEEK, TIME_DIM_MONTH, TIME_DIM_QUARTER and TIME_DIm_YEAR.
    GOAL:
    All 3 facts have the same measures M_1 and M_2 in them but may not have data for the same dimension values selected.
    For example
    For month JAN 2000 FACT_A.M1=100$ and no data exists for JAN 2000 in FACT_B and FACT_C. Then in the report
    for JAN2000 it should show FACT_A.M1= $100, FACT_B.M1 = 0 and FACT_C.M1 =0. In this case I should be able to drill down to the lowest level.
    ISSUE:
    The time dimension TIME_DIM has the following levels - Total -> Year -> Quarter -> Month -> Week -> Day
    However I am having an issue with drill down in the reports whenever I pull metrics from more than 1 fact at a time. I have defined the level keys but not sure if I need to do anything in addition since I am using aggregates.
    I have to fix this issue quickly. Please help me.

    Alastair,
    All the fact tables have aggregated facts as sources.
    I have checked the levels set for each of the sources to the time dimesnion table in BMM and they look okay. So the Time dim table in BMM has 4 source tables
    Time_Day (level set to day, table key is "day"),
    Time_month (level set to month, table key is "Fiscal_Month_Code"),
    Time_Quarter(level set to quarter, table key is "Fiscal_Quarter_Code") and
    Time_Year(level set to year, table key is :Fiscal_Year_Code").
    Note: No time week aggregate added as logical source.
    Again the time dim hierarchy based off of this table has levels: Total -> Year ->quarter -> Month -> week -> day
    The levels keys set for each level are
    Year -> Primary key is Year_Name (YYYY)(Checked as chronological key) and another key is Year_Num (YYYY)(Checked as chronological key)
    Quarter->Primary Key is Quarter_Name (YYYY Qn), another key is Quarter_Number (Format n where n can assum values 1,2,3,4). Both keys are set as chronological keys
    Month -> Primary key is Month_Name (MON YYYY), another key is Month_Num (Format n where n can assume values from 1 to 12) Both keys are set as chronological keys
    Week -> Primary Key is week name (YYYY Wk nn, where nn can have values from 1 to 53), another key is week num (nn, where nn can have values from 1 to 53)
    Day -> primary key set to day (date format)
    Issue1: When I try to drill to lower levels it throws out an error saying report cannot find any data because filters may be too restrictive even though I see data at higher level
    For ex: If I drill down to Year: 2010 and Qtr: 2010 Q2 and M1:$100 when I click on Qtr to drll to month level it throws me the error
    Issue2: when I add year and qtr colums to the report I see data as below which is incorrect
    Year_Name Qtr_Name data:FACTA_M1 Data: FactB_M1
    2009 2009 Q1 $10 $5
    2009 2009 Q2 $20 $80
    2009 2009 Q3 $20
    2009 2009 Q4 $30
    2010 2010 Q1 $100
    2010 Q2 $101
    2010 Q3 $102 $230
    2010 Q4 $103
    2011 Q1 $10
    In the above example year_name is not showing up for 2010 Q2 and after. However if I change the primary key for level 'Quarter' by having key consist of year name and quarter name instead of just quarter name the issue doesnt occur and drill down works great. The only issue is when I drill from qtr it first shows year name and quarter name instead of showing the next level which would be month name.
    Sorry about the long message but I thought you might notice something in how I have set up the keys.
    Thanks

  • Printing issue with pdftops for XML publisher reports.

    Hi All,
    We have recently upgraded from 11.5.10 to R12.1.3.
    We are facing a strange issue for some of the seeded reports that were converted to type XML after R12 upgrade.
    First, the reports were printed with junk / xml character while submitting the requests from application (e.g. Account Analysis Report)
    We made the following changes.
    - Added PDF Publisher style with required flag set to yes to the  Account Analysis Report.
    - Set proifle option "FND: Default Template Output Type"  to PDF   (it was blank)
    - The pasta_pdf.cfg is configured to use pdftops for conversion
    - Restarted the manager.
    After this, the above report is priting fine and pdftops is converting it to correct format before printing.
    But one of the printer that Oracle EBS is configured is getting stuck specifically for this postscript based request.  The same report prints well on another printer.
    The 'lpstat -t' shows the following status for the failing printer.
    =============
    printer PRT1 is idle.  enabled since Tue 23 Jul 2013 03:24:40 PM EDT
            /usr/lib/cups/filter/pstoraster failed
    =============
    The printer queue logs on the application servers shows the following details for the failing printer.
    =========================================
    I [22/Jul/2013:15:00:48 -0400] [Job 137] Queued on "PRT1" by "appldfin".
    I [22/Jul/2013:15:00:48 -0400] [Job 137] Started filter /usr/lib/cups/filter/pdftops (PID 13530)
    I [22/Jul/2013:15:00:48 -0400] [Job 137] Started filter /usr/lib/cups/filter/pstoraster (PID 13531)
    I [22/Jul/2013:15:00:48 -0400] [Job 137] Started filter /usr/lib/cups/filter/hpcups (PID 13532)
    I [22/Jul/2013:15:00:48 -0400] [Job 137] Started backend /usr/lib/cups/backend/socket (PID 13533)
    E [22/Jul/2013:15:00:48 -0400] [Job 137] Job stopped due to filter errors.
    ==========
    The printer that works fine on the same application server has the following message.
    ==========
    I [22/Jul/2013:15:16:44 -0400] [Job 139] Queued on "PRT2" by "appldfin".
    I [22/Jul/2013:15:16:44 -0400] [Job 139] Started filter /usr/lib/cups/filter/pdftops (PID 15825)
    I [22/Jul/2013:15:16:44 -0400] [Job 139] Started backend /usr/lib/cups/backend/socket (PID 15826)
    I [22/Jul/2013:15:16:44 -0400] [Job 139] Completed successfully.
    ==============
    It only goes through 2 filters and prints just fine
    The system admin team has tried to re-install the printer driver but no luck.
    Any idea what could be the cause and how can fix it?
    Any pointers will be highly appreciated.
    Thanks
    Sunil Bhavsar

    Thanks Hussein.
    I will check the 2 options you recommended. At the same, I would like to test the direct print from the OS using pdftops utility.  But not sure how can I do that?
    The concurrent request creates the .tmp file under APPLTMP and pass that as the parameter while printing such requests. But if we need to test the .PDF output using pdftops directly, what should be the syntax? Or I would say, what should be the input file and output file?
    e.g.
    pdftops {infile} {outfile}
    I have got the .PDF output under $APPLCSF/$APPLOUT. But from one of the failed request logs, I see the system passes both as .tmp. If we need to test this directly, is there any way?
    In the meantime, I will check the debug logs option and update if it provides any additional information.
    Regards,
    Sunil

  • Issues with Microsoft Vista and Crystal Report XI R2 with SP2

    Hi,
    I have an application which works fine on XP but fails to work on Vista. When I go to view a report I get the following error:
    "The request could not be submitted for background processing."
    I have searched a great deal but most solutions to this problem affect other versions or are for different reasons (ie. also do not work on XP). My report viewer works as expected on XP, but not on Vista.
    I have installed SP2 for CRXI R2 which should enable compatibility with Vista. I am using Visual Studio 2005.
    Anyone have any ideas or come across Vista problems?
    MS Vista Business, joined to a domain. 1.7gig. 512 ram. Test machine.
    Thanks in advance,
    Jon.

    The "...background processing..." error can occur for many different reasons, but usually, it's is related to some kind of database connectivity.  Are you reports based on ADO.NET?  If so, make sure that the data being returned in your ADO.NET object machines the schema used to design the report. 
    The best way I troubleshoot these types of issues is to simply the app/report.  So create a really simple Windows app that loads your reports and has only the necessary code to run your report.  And then copy your test app and report to the machine and see if it throws the same error.  This would test if it's an environmental issue (ie: runtime files) or if it's something with the logic of your application.
    Also, if it's possible, try running the report from the CR Designer on the Vista machine to see if it can run from the designer itself.  Of course this means you'll need to install CR if you don't already have it.
    Hopefully this puts you in the right direction.
    -MJ

  • Issue with custom fields mapping from CRM to ECC.

    Hi all,
    I have issues with replicating custom fields in a Service order. I have created new fields with EEWB and EEWC. Now the structure has been changed in ECC and CRM. But i have to map this fields to correct structures. Also i need some logic to apply.
    But i have addressed in couple of threads about the custom function module as in user exit for FI generation.
    But i didnt understand the concept of this custom function module. why is this been used?
    Could anyone let me know with an good example on how this has to be acheived.
    Points are highly awarded.
    Kindly reply me.
    Thanks,
    Kiran...

    Hi,
    Here you go,
    After you create custom characteristics.
    1. Do Assign category.
    2. Map contents.
    3. Double check your master catalog has the mapped content.
    4. Publish master catalog.
    As per your message, you are not having any error message during import, which tells me that you are one step to close.
    Cheers, Renga

  • Issue with input field in table control

    Hi,
    I have an issue with field acgl_item-rstgr in the table control.
    I have created a screen program with a table control.
    In the control i have added a dictionary field as acgl_item-rstgr.
    When i execute, do f4 on the input field, select a value and press enter, then it is showing me
    error as 'Entry 'val' does not exist in T053R (check entry). Its really weird to understand this. I have selected the value
    from f4 and even then it says this. Its working for all other columns, but not working only for RSTGR.
    Plz help me on this regard.
    Code is like this.
    TYPES : BEGIN OF ty_rstgr,
              rstgr TYPE RSTGR,
             END OF ty_rstgr.
    TABLES : ACGL_ITEM.
    DATA : it_rstgr TYPE TABLE OF ty_rstgr.
    DATA : wa_rstgr TYPE  ty_rstgr.
    CONTROLS : table TYPE TABLEVIEW USING SCREEN 100.
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_0100.
    LOOP AT it_rstgr INTO wa_rstgr WITH CONTROL TABLE.
    ENDLOOP.
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND_0100.
      LOOP AT it_rstgr.
      ENDLOOP.
    Thanks,

    Hi Navitha,
    Its Check Table concepts for the error u stated. Please check wht the Search help ur using...Because for this field there is no search help at value table level...Use search help that hold all master data or create a custom search field in SE11 level or in program level.
    Cheers,
    Naveen

  • Issue with the Total in BW Report

    Hi,
    We have recently transported the Aggregates in the Production environment. Now we are facing absurd problem.When we are executing the report the Total given by BW is not matching with the exact total of the Values.
    Example:
                          Values (BW Total)    Values (Exact Totals)
    1                      10                            10
    2                     10                            10
    3                     10                             10
    4                     10                             10
    5                    10                             10
    Total Row         53                             50
    All the Characteristics or Nodes are same as before. We have issue with the Key Figure and Calculated Key Figure.
    There is no pattern followed in the variation of the totals.Please help; let me know if you need more information.

    Hi.
    Please check if ll the data is rolled up in the aggregates. Also check the consistency of aggregates from RSRV.
    Hope this helps.
    Thanks,
    Mayuri

  • Sharepoint 2010 Content Deployemnt Job issue with duplicate fields in User information List

    Hi friends,
    I am facing below issue with the content deployment job.
    It was working earlier. But now since from couple of days all the content deployment jobs in production environment are failing with below error.
    Field name already exists. The name used for this field is already used by another field in the list. Select another name and try again.
    ObjectName="User Information List".
    When I check the fields in User information list in targeted site, I found couple of columns are dupicate like "ask me about",first name","Last name" etc.
    Do i Need to drop target site collection or recreate with fresh content deployment job.
    Please suggest.
    Please help .
    Regards
    Subrat

    Hi,
    According to your post, my understanding is that you got duplicate field error.
    Based on the error message, you can try to use the following code sample to remove duplicate records, and check whether it works:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointgeneralprevious/thread/41ee04bd-91fb-4bf9-932a-bac42c56c357
    Here is a similar issue, you can also use the ‘RemoveDuplicateColumn64’ provided:
    http://sharepointsurfer.wordpress.com/2012/04/27/how-to-fix-publishing-site-content-deployment-error-duplicate-first-name-column/
    What’s more, as you had said, you can recreate a site with a fresh deployment job.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Issue with dropdown fields

    Hello All,
    I have following issue with Complaints application.
    Issue - We have done some enhancement using EEWB and added some fields on 'Products' tab under complaints. After that we have made some of those fields as dropdown fields in the corresponding 'Field Group'.
    My problem is now I can see those dropdowns in line display under 'Products' tab but when I switch to Form view I don't see those dropdown for the corresponding fields, instead those fields appear as input text fields.
    One more thing is some of the fields I can't see in the line view (Item, Product ..) which I see in form view.
    Any help would be highly appriciated.
    Thanks.
    Amit Kade

    Hi Fausto,
    According to your description, my understanding is that the drop-down list boxes of the lookup column became wide when using IE 9 or 10.
    Did you customize the list form in InfoPath?
    Per my test, the width of the drop-down list boxes can be customized in InfoPath.
    I tested in my environment, and the lookup column worked fine in IE 9 or 10.
    I recommend to add the SharePoint site to Compatibility View in IE to see if the issue still occurs.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Serious Issues with Regions

    JDeb 11.1.1.3, Windows 7 x64
    I am finding serious issues in regions.
    I have a series of page fragments defined in a ADF task flow.
    When I change data in them the Commit does not reflect the change unless I go to another page and return (unacceptable for the client).
    When I programatically add records to a table, they are not shown - the table does not refresh - even with an execute button (which should re-execute the query and redisplay the table), unless I leave the jspx that contains the region (unacceptable).
    I have tried to requery, get the datacontol view object and requery it - I believe the data is updated - the table just will not show the data (not refreshing).
    on pages with forms - when I create a new record (CreateInsert) and add data - the save button never activates until you move to another page and back again.
    It looks like there are overall issues with the refresh functions in the region.
    maybe I am missing some "magic", but this should be simple - straight forward - using partialTriggers - as it is in any other jspx.
    Are these issues bugs or are there special considerations in regions for this.

    Read carefully the article "17.5. Refreshing an ADF Region" in the "Fusion Developer's Guide for Oracle ADF".
    It is not enough to set the partialTrigger attribute of the <af:region> tag in order to refresh the task flow. In order to refresh the task flow you should use the attributes "Refresh" and/or "RefreshCondition" of the taskflow binding in the corresponding PageDef.
    For example, if your taskflow has parameters and you want the taskflow to be refreshed if some of the parameters has been changed, then you should set <tt>Refresh="ifNeeded"</tt>.
    If your taskflow does not have any parameters then you can set <tt>Refresh="default" RefreshCondition="#{<some_EL_boolean_expression>}"</tt>. In this case the taskflow will be refreshed depending on the value of the specified boolean expression. For example, you can base the boolean expression on a managed bean property that is set by you to true whenever you want the taskflow to be refreshed.

  • Issue with Variable Personalisation in Bex Report

    Hi Gurus,
    I'm facing a typical problem with Variable presonalisation in the Report.
    I've executed a BEX Report and filtered data on some characteristics and used SAVE AS Button on the Portal to save the resultset. When I'm trying to use the variants, again say after  2 or 3 days i couldn't find updated data for particular variants upon using the same variants rather its refelecting the old data. Further more when I execute the report and try filtering on the same criteria altogether, I'm able to see updated result set.
    Is there any setting to be enabled when we personalise variants or variants are dependent on the data or the date on which they are created. Not sure why the reports are behaving this way. Or Do I need to create variants time and again.
    Any pointers would be of great help.
    Regard,
    Yaseen

    Hello,
    In the BEx report, when you get the variable selection screen there input your selection and at the bottom you have the option of saving them as a variant.
    Now in future when you run the report simply use this variant and execute the report. It should work fine.
    Also remember date selection can be tricky. If you input todays date in the variant, it wil consider the same date in further references. So do a check on that too.
    Regards,
    Shashank

  • Issue with the field (Trading Partner) in the BW report

    The Info Object 0PCOMPANY (Trading Partner) is having a reference char 0COMPANY in the BW system so the data for the field Trading partner text will be pulled from 0COMPANY_TEXT data source.
    I have checked in the info object 0PCOMPANY in the tab master data / Text under text table properties it has checked in the medium length text exists.
    Even i have checked with R/3 consultants and found the data for all of trading partners but i am not clear where i have to investigate on this issue.
    Now the values for the field Trading Partner were not displayed in the report i have checked the properties of the field and found display as Standard: key and text.
    Any help will be appreciated in advance.
    Thanks
    Ganni

    Hi,
    set the propety "display" to medium text for this charateristic either in the BEx report itself either in the query definition.
    Ensure that the text are well loaded (run tran RSDMD with this IObj in norder to display master data)
    Only having meduim texts will prevent you to display "key and texts" in reports.
    You could enhance your IObj and enable short/long texts as well; in the transfer rules just load the medium text in short (truncate its length to 20) as well as in the long text.
    hope this helps...
    Olivier.

  • Help! MASSIVE MacbookPro ISSUES with all mac softwares - diagnostic report incl.

    Hello all,
    I have posted something almost 1 year ago but never got a reply.. The issues became so bad lately that even checking emails becomes a performance (for my nerves..)
    My computer is a Macbookpro from mid-2012 OSX 10.8.5
    bought in 2013, in france (azerty keyboard)
    (NOTE: I'm french, so some of my terms might be a translation of the error messages i get in my descriptions)
    The 2 browsers I'm using (ideally in parallel) are Safari & Chrome, I have their latest versions for both ot them
    The programs i'm mostly using are : those 2 browsers, textedit, itunes, sometimes preview and rarely iphoto (but nowadays, only safari and textedit, as every click already takes up to 40sec...)
    Here are the issues I'm experiencing daily:
    - Any click, any command takes a min. of 5sec to be fullfiled - sometimes up to 30sec - be it wanting to switch from one progr to another or turning the volume up/down via the keyboard)
    - Rainbow ball spinning at almost every click i make..
    - When i open a finder window, it takes min. a few seconds, up to 10sec for its content to appear
    - If 2 finder windws are open, sometimes clicking on one of them does not put in the front (the other window remains, overlapping the one i'm selecting though)
    - same thing happens with a finder window and itunes
    - Pages on ANY browser take sometimes up to 40 sec to load
    - Chrome gives me all the time the message that "the pages so and so won't respond" and that i can either "wait" or "close" those windows.. waiting moslty won't help.. - i have to quit the program.. wich mosly doesn't work.. so i try to force quit..which also sometimes doesn't work..or only after several minutes...
    - When opening a progr. in the dock bar, the prog icon keeps bouncing over and over (takes between 15sec-1mn for the program to open, nomatter which one)
    - Lately, when reopening Chrome, some tabs are missing : not being retaured, they are just ..gone.
    In SAFARI:
    - as soon as not ON a tab left open on browser, the page is first completely WHITE (takes up to 30sec for content to appear)
    - Safari "force reloads" all page and tabs open several times a day, lately directly after restarting the browser
    - After force reloading, the page happen to be blank, and/or no address in the url bar : i have to click the "back" arrow, in order to make the url reappear,
    -..but sometimes even this isn't possible, though the name of the page is still showing on the tab window
    - After a force reload, pages such as youtube display as a simple text content - have to REload for the page to display properly
    - Computer often freezes sometimes completely,
    .. and the mouse disappears
    .. sometimes so hard (rainbow ball spinning non stop) that i can't force quit, not even shut down properly (exit through the "physical" start button as only chance)
    - Computer sometimes freezes but by making a restart on his own : screen becomes blue, grey, everything disappears, big start button symbol appears on screen with message in several languages and computer restarts on his own..
    - Dock/program bar sometimes won't show up.. all i can do is restart the computer
    - Force-Quitting programs can take up to 2 to 10 min until the force quit window appears...
    - Computer generates aliases or copies (?) of documents, that can't be open anyway, adding things in the name of doc such as "NAME.rtf.sb-0352fd77-9bU6Yb"
    - Bottom line : Mac softwares (and NO other!) crash or freeze on regular basis (such as : textedit, safari, iphoto,  preview etc.), they mostly show not to be responding in the force quit window
    ...But sometimes, one of these programs won't respond BUT no sign of it in the force quit window
    - Dashboard always takes 10 to 40 sec to make information/content appear
    ISSUES that occured ONCE lately:
    - was looking for files via the search field of the finder, it worked normally until it became all blank and nothing, not a single file would show - had to restart computer
    - could not make a copy-paste anymore from one tab to my tab with gmail account - had to restart computer.
    Desperately trying to improve if not solve those problems I happen to do more and more often those things:
    onyx automation and clean
    erasing cache in chrome and safari
    checking the disk with utility disk (always says it's all fine!)
    repairing the "rights" via utility disk progr.
    (if i happen do it every day : i happen to have an endless list each time of repaired issues)
    I also start the computer with cmd+alt+p+r.. never changed anyhting
    I recently did the SMC restart.. didn't change a thing
    I'm desperate !
    Bottom line : those problems occur ever since 2 months after i bought this computer (new!), giving it for repair 3 times and deinstalling + reinstalling the whole system 5 TIMES NEVER changed anything.. Even partitioning the disk, by following someones advice didn't change anything.. As a matter of a fact, the problems are recurrent and only becoming worse and worse...
    Last but not least, it's been 2 months now that the trackpad is "dead"..i can't press it anymore and have to use the "finger tip" mode or whatever it's called..
    Thank you for taking the time to read, I'd be super grateful for any help!
    HERE IS THE LAST (todays) DIAGNOSTIC REPORT TOO:
    Process:         mDNSResponder [42]
    Path:            /usr/sbin/mDNSResponder
    Identifier:      mDNSResponder
    Version:         ???
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    User ID:         65
    Date/Time:       2015-04-04 15:55:28.762 +0200
    OS Version:      Mac OS X 10.8.5 (12F2501)
    Report Version:  10
    Crashed Thread:  2
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000038
    VM Regions Near 0x38:
    -->
        __TEXT                 000000010ab9e000-000000010ac2e000 [  576K] r-x/rwx SM=COW  /usr/sbin/mDNSResponder
    Application Specific Information:
    mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56)
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8c670686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8c66fc42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff86a44233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff86a49916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff86a490e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation       0x00007fff86a57dd1 CFRunLoopRun + 97
    6   mDNSResponder                 0x000000010ab9fca4 main + 3362
    7   mDNSResponder                 0x000000010abd26ac start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8c672d16 kevent + 10
    1   libdispatch.dylib             0x00007fff88aacdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib             0x00007fff88aac9ee _dispatch_mgr_thread + 54
    Thread 2 Crashed:
    0   mDNSResponder                 0x000000010aba42bd mDNS_Lock_ + 24
    1   mDNSResponder                 0x000000010abf5ac8 tcpConnectionCallback + 199
    2   mDNSResponder                 0x000000010abccfc7 tcpKQSocketCallback + 374
    3   mDNSResponder                 0x000000010abb03f9 KQueueLoop + 3003
    4   libsystem_c.dylib             0x00007fff87c0b772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff87bf81a1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8c6726d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff87c0df1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff87c0dce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff87bf8191 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8c6726d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff87c0df1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff87c0dce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff87bf8191 start_wqthread + 13
    Thread 2 crashed with X86 Thread State (64-bit):
      rax: 0x41876e62157f7935  rbx: 0x0000000000000000  rcx: 0x00000000000fc080  rdx: 0x00000000000f9e60
      rdi: 0x0000000000000000  rsi: 0x000000010ac1e6ee  rbp: 0x000000010aecc2a0  rsp: 0x000000010aecc280
       r8: 0x000000000000001c   r9: 0x000000004de38472  r10: 0x0000000000000000  r11: 0x000000004de38472
      r12: 0x000000010ac3ac40  r13: 0x000000010aecc420  r14: 0x000000010ac1e6ee  r15: 0x0000000000000000
      rip: 0x000000010aba42bd  rfl: 0x0000000000010206  cr2: 0x0000000000000038
    Logical CPU: 2
    Binary Images:
           0x10ab9e000 -        0x10ac2dfff  mDNSResponder (???) <1792F6EF-2D34-3047-89FC-1643D1C5C214> /usr/sbin/mDNSResponder
           0x10ac5a000 -        0x10ac5bfff  com.apple.webcontentfilter.WebFilterDNS (2.0 - 5) <7D53E6E9-BBF7-3A82-A758-557815123A5B> /System/Library/PrivateFrameworks/WebFilterDNS.framework/Versions/A/WebFilterDN S
           0x10ac61000 -        0x10ac62fff  com.apple.DeviceToDeviceManager (31.0 - 29) <6ADF4070-B53A-3CA5-888F-09D37FADC05F> /System/Library/PrivateFrameworks/DeviceToDeviceManager.framework/Versions/A/De viceToDeviceManager
           0x10accb000 -        0x10acccfff  com.apple.BluetoothD2DManagerPlugin (4.1.7 - 4.1.7f5) <73068841-54B7-3BC4-A765-A3F1B9908B06> /System/Library/PrivateFrameworks/DeviceToDeviceManager.framework/PlugIns/Bluet ooth.bundle/Contents/MacOS/Bluetooth
           0x10acd1000 -        0x10acd4fff  com.apple.airport.d2d (2.4 - 240.1) <76CD41A4-1F6E-378C-8182-E5D2E89F050D> /System/Library/PrivateFrameworks/DeviceToDeviceManager.framework/PlugIns/WiFi. bundle/Contents/MacOS/WiFi
        0x7fff6a79e000 -     0x7fff6a7d293f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff841f0000 -     0x7fff842edff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff84419000 -     0x7fff8441afff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8441b000 -     0x7fff84423ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff84424000 -     0x7fff84428ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff84c08000 -     0x7fff84c33fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff84e16000 -     0x7fff84e16fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff84ee6000 -     0x7fff84ef3fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff85162000 -     0x7fff85164fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff85165000 -     0x7fff85166fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff865e4000 -     0x7fff865f1ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff869fc000 -     0x7fff86a00fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff86a05000 -     0x7fff86a13ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff86a14000 -     0x7fff86bfeff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff86de2000 -     0x7fff86de2fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff87092000 -     0x7fff870a5ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff870aa000 -     0x7fff870d8ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff870d9000 -     0x7fff8718bff7  com.apple.LaunchServices (539.12 - 539.12) <A57EA823-BC17-3794-818F-72F241E22725> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff87195000 -     0x7fff871e6ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8732e000 -     0x7fff8738dfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff877b3000 -     0x7fff877ffff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
        0x7fff87800000 -     0x7fff87881fff  com.apple.Metadata (10.7.0 - 707.13) <A3690F85-076C-3D42-9FA7-5C98167029E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff87b0e000 -     0x7fff87b1cfff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff87bf7000 -     0x7fff87cc3ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
        0x7fff87cfb000 -     0x7fff87d69fff  com.apple.framework.IOKit (2.0.1 - 755.42.2) <18E64CC5-2671-3C47-B2C6-0EEEDF899461> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87dc5000 -     0x7fff87dccfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff88591000 -     0x7fff88595fff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff88596000 -     0x7fff8859cfff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8859d000 -     0x7fff885a0ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff885a1000 -     0x7fff885cafff  libsandbox.1.dylib (220.4) <E3CEE0A1-9602-31F7-8FF9-42B7B74E8592> /usr/lib/libsandbox.1.dylib
        0x7fff88655000 -     0x7fff88752fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff887f4000 -     0x7fff887fffff  libsystem_notify.dylib (98.6) <1E490CB2-9311-3B36-8372-37D3FB0FD818> /usr/lib/system/libsystem_notify.dylib
        0x7fff88aa8000 -     0x7fff88abdff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff88abe000 -     0x7fff88c33fff  com.apple.CFNetwork (596.6.3 - 596.6.3) <883CE0E5-17B6-3227-B7B1-0CCC16D2739E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff88c34000 -     0x7fff88c39fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff88c56000 -     0x7fff88e56fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff89bfb000 -     0x7fff89c00fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff89e71000 -     0x7fff89e71fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff89eb9000 -     0x7fff89edeff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff89eec000 -     0x7fff89f3bff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8a400000 -     0x7fff8a469fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8a971000 -     0x7fff8a972ff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
        0x7fff8aa32000 -     0x7fff8ad03fff  com.apple.security (7.0 - 55719.16.6) <E00808AF-B6C5-3EBA-A604-A97E203E7D1B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b02b000 -     0x7fff8b02dff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8b02e000 -     0x7fff8b09bff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8b09c000 -     0x7fff8b1b492f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8b1b5000 -     0x7fff8b21dff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8b30b000 -     0x7fff8b313fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8b317000 -     0x7fff8b62eff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8b9f3000 -     0x7fff8ba29fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8c5b2000 -     0x7fff8c5e3ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8c5e4000 -     0x7fff8c5eafff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8c60c000 -     0x7fff8c61aff7  libkxld.dylib (2050.48.15) <11B0E186-E47C-3833-882C-317BC0E1C10D> /usr/lib/system/libkxld.dylib
        0x7fff8c61b000 -     0x7fff8c632fff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8c660000 -     0x7fff8c67bff7  libsystem_kernel.dylib (2050.48.15) <3415C7F3-5807-3F5E-ABB1-EDD9494DB207> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8c702000 -     0x7fff8c78fff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8cc98000 -     0x7fff8ccaaff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8d026000 -     0x7fff8d035ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8d2ba000 -     0x7fff8d619fff  com.apple.Foundation (6.8 - 945.19) <C98E55BA-553B-314B-B056-849FFB20C220> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8da6a000 -     0x7fff8da6bff7  libsystem_sandbox.dylib (220.4) <E2A3D8A9-80A3-3666-8D8B-D22829C2B0EC> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8da6c000 -     0x7fff8da72ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8dda4000 -     0x7fff8de4aff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <E91B0882-E75C-30E9-8DCD-7A0EEE4405CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8dee8000 -     0x7fff8df09ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8e0c8000 -     0x7fff8e0dffff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8e67a000 -     0x7fff8e681ff7  libcopyfile.dylib (89.0.70) <30824A67-6743-3D99-8DC3-92578FA9D7CB> /usr/lib/system/libcopyfile.dylib
        0x7fff8f3b8000 -     0x7fff8f3daff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff90156000 -     0x7fff90157fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff90158000 -     0x7fff90159ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff90bf3000 -     0x7fff90bf4ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 38
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 4696
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=80.1M resident=29.4M(37%) swapped_out_or_unallocated=50.7M(63%)
    Writable regions: Total=60.7M written=1348K(2%) resident=1256K(2%) swapped_out=384K(1%) unallocated=59.5M(98%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    MALLOC                             50.4M
    MALLOC guard page                    32K
    STACK GUARD                        56.0M
    Stack                              10.0M
    VM_ALLOCATE                           8K
    __DATA                             3300K
    __LINKEDIT                         52.3M
    __TEXT                             27.8M
    __UNICODE                           544K
    mapped file                          32K
    shared memory                        12K
    ===========                      =======
    TOTAL                             200.4M

    deekaygee wrote:
    Csound1 wrote:
    Open Contacts, see what accounts are attached to it, only the contacts in the iCloud account 'pushes' to iCloud.
    Understood. But if I really want the iCloud contacts to synchronize with the contacts "On My Mac", do I have to manually copy and paste (or drag) in the Contacts application? Is this really the definition of "synchronization" ?
    Again. The 'On My Mac' account is a local account, it's on your Mac (hence the name) but not anywhere else.
    You may be trying to sync it to iCloud but you will fail, put the contacts where they need to be, if you want them distributed by iCloud they will need to be in the iCloud account.
    One simple way to move them is to export the On My Mac account to a vcard file and then import the vcard file into the iCloud account (do all this in Contacts, not the website)
    deekaygee wrote:
    Additionally - will the iCloud contacts remain visibile on the computer when a web connection is unavailable? And - if so - what is the function of "On My Mac" contacts. (Just a bit confused over the concept, I suppose...)
    Yes to the first question and as for the second, if you didn't have iCloud where would you keep your contacts?

Maybe you are looking for

  • How do I block Roblox tab from opening In Safari 7.0.4?

    Since last night, http://www.roblox.com has been popping up in a new tab in Safari. I can't find anyway to block it. It's a tab -- not a new window. I can't get in touch with their support unless I sign up for the game. Which I'm not going to do. It'

  • How to create a help file for a VI

    I want to create a help file describing my VI. How do i do that by clicking a control. How do I store the help file.

  • How do I scan with a Brother MFC-6890CDW

    Hi there, how do I control the scanning capabilities of a brother MFC-6890CDW multi-function printer? Is there an application to send a command from my laptop to initiate a scan? Cheers, Noah

  • Cannot re-install Acrobat9 after trial to DC

    Acrobat9 Standard was installed on my computer. I tried a trial version of DC which uninstalled Acrobst9. I do not want the DC version and tried to re-install Acrobat9. I have the serial number. The version was an upgrade from Acrobat 6&7. I no longe

  • Image inserting problem

    Whenever I want to insert an image, DW 8 no longer makes a box pop up where I can browse to the image, but in stead the prompt for inserting an Alt text comes up. After that I get a weird looking symbol http://www.xs4all.nl/~hogen/voorbeeld/image.htm