Need explanation meaning from output "/var/crash/`hostname'/*"

Dear IT Experts,
Oncetime, I run command "ls -al /var/crash/`hostname`/* ".
This command give me output:
-rw-r--r-- 1 root root 2 May 8 2007 /var/crash/drserv1/bounds
-rw-r--r-- 1 root root 784890 Jan 5 2005 /var/crash/drserv1/unix.2
-rw-r--r-- 1 root root 776755 May 8 2007 /var/crash/drserv1/unix.3
-rw-r--r-- 1 root root 419938304 Jan 5 2005 /var/crash/drserv1/vmcore.2
-rw-r--r-- 1 root root 276365312 May 8 2007 /var/crash/drserv1/vmcore.3
Do anyone can help me what this output mean? What can I do to prevent this "crash" file
appear anymore? because when I try to access one of those files, I got the strange characters.
No character can be undestood by people.
Please help
Thanks for any response.
Regards,
Ferianto

1. You said that I can delete unix.* and vmcore.* files. How about "bounds" file?
Can I delete it and What is this file used for?The bounds file is just a counter. On the first crash, "bounds" is 0 so the files are named unix.0 and vmcore.0. The next crash, bounds is incremented to 1 so the files are named unix.1 and vmcore.1. It's best not to touch this file.
2. You are right that I have no ability or tools to analyze it. Could you
tell me , is there any tools that we can use? (Maybe we can find the tools using "google" ?) or we must send them to SUN support?The way I understand it, back in the cowboy days the tools used to be available to everyone. Over the years, more and more 3rd party support vendors have popped up and started using the tools that was Sun's bread-and-butter.
As you can imagine, these tools were developed by Sun and was being used by their competitors to erode their market share so Sun has rightfully withdrawn them from the public arena and has reinforced agreements with customers, i.e. 3rd parties can no longer use explorer to provide support for Sun hosts.
So the answer to your question is yes, you can only send crash dumps to Sun for analysis. You can only obviously do this if you have a valid support contract.
3. Can you tell me what should I check if I want to now that my machine is in healty condition,please?I've answered this in your other post on "explorer".
Welcome to Solaris!
Cheers,
Erick Ramirez
Melbourne, Australia

Similar Messages

  • Need explanation on output(Threads).

    Hi,
    I am new to Threads and need an explanation on the
    Output got from the program below.
    I executed this program below :
    /*================================================
    MultiThreadDemo.sqlj
    ===============================================*/
    import java.sql.SQLException;
    import java.util.Random;
    import sqlj.runtime.ExecutionContext;
    import oracle.sqlj.runtime.Oracle;
    class MultiThreadDemo extends Thread
    double raise;
    static Random randomizer = new Random();
    public static void main(String []args)
    try
    Oracle.connect(MultiThreadDemo.class,"connect.properties");
    double avgStart = calcAvgSal();
    MultiThreadDemo t1 = new MultiThreadDemo(250.50);
    MultiThreadDemo t2 = new MultiThreadDemo(150.50);
    t1.start();
    t2.start();
    t1.join();
    if(t1.isAlive())
         System.out.println(" Thread t1 is Still Alive");
         t2.join();
    if(t2.isAlive())
         System.out.println(" Thread t2 is Still Alive");
    double avgEnd = calcAvgSal();
    System.out.println("Avg Sal Change : "+(avgEnd-avgStart));
    catch(Exception e)
    System.out.println("Error running the example : "+ e);
    static double calcAvgSal() throws SQLException
    double avg;
    #sql { SELECT AVG(sal) into :avg from emp};
    return avg;
    MultiThreadDemo(double raise)
    this.raise = raise;
    public void run()
    System.out.println(" Executing run() ");
         try
    System.out.println(" Executing try block in run() ");
         //delay();
         ExecutionContext execCtx = new ExecutionContext();
    #sql [execCtx] { UPDATE emp set sal = sal + :raise };
    int updateCount = execCtx.getUpdateCount();
    System.out.println("Give raise of "+ raise+"to "+updateCount+" employees");
    catch(SQLException e)
    System.err.println("error updating employees : "+ e);
    private void delay()
    System.out.println(" Executing delay() ");
    try
    sleep((long)Math.abs(randomizer.nextInt()/10000000));
    catch(InterruptedException e)
    ==========================================================
    ===========
    Output
    ============
    $ java MultiThreadDemo
    Executing run()
    Executing try block in run()
    Executing run()
    Executing try block in run()
    Give raise of 250.5 to 7 employees
    Give raise of 150.5 to 7 employees
    Avg Sal Change : 402.0
    =============================
    Shouldn't the Output be ??:
    =============================
    executing run()
    executing try block in run()
    Give raise of 250.5 to 7 employees
    executing run()
    executing try block in run()
    Give raise of 150.5 to 7 employees
    Avg Sal Change : 402.0
    ================================================
    Can anyone explain the Output clearly, as I am
    new to Using Threads.
    Thanks
    Sharath

    Reply to my own post:
    I think the solution lies in using the "synchronized" keyword for the run() method in order to make it a mutex
    and get the o/p as desired.

  • Need Info On Flash Output From Encore CS6

    I have CC 2014 and I normally produce videos for YouTube and DVD for my clients.
    I have no idea what Flash is, but I see that I can create a Flash version of a DVD project that plays just like a DVD. Will someone point me in the right direction on how to use this feature? How can it be put on a website? How does a Flash project work in Muse?
    Is there a difference between a Flash created from Encore and a Flash project created in Adobe Flash Professional (which I also have)?
    It would be nice to put a Flash video on my website. How is this done? What do I need?
    How can I offer a Flash version of a DVD for my client? How can my client use a Flash video and what do they need to place it in a website?

    Sorry; I did not see this, and I don't always get into this "CS6 and CC" subforum.
    I have no idea what Flash is, but I see that I can create a Flash version of a DVD project that plays just like a DVD. Will someone point me in the right direction on how to use this feature? How can it be put on a website? How does a Flash project work in Muse?  
    Don't know about Muse.
    First, it is simple. Second, it has quirks and these can undo how simple it is!
    Go here, and try it:
    Encore Help | Exporting projects to Flash format
    Fundamentally, on the build tab in Encore, you just change the output format to Flash, and the output will change to Flash swf. There are limitations and some advantages regarding things like subtitles, highlight bit depth and such. Read the help file information I linked to. Each version of Encore (CS4, CS5, CS6) added options, primarily regarding modification of the templates and player controls.
    Creating this in Flash Pro would take you forever. Basically, Encore creates a swf player that plays the video content in the form of flv files, creates the various screens as still images, and manages their linkages.
    Do not stream as your first attempts; in the "Flash Video File" buttons at the bottom of the build screen, use the "Keep With Flash SWF" option.
    If you did not install "templates" when you installed the Encore library, don't worry about it yet, but you won't have any templates under Flash options.
    FLV/F4V are on their way out, but Encore still happily creates them. It does not matter what your source file is, or the size/type of output file, it all takes about the same about of time to transcode. So pick what you really want. I don't recall now if I successfully tested it, but there is no preset for 1080; but you can customize and use it. (F4V uses H.264).
    Everything you need is in the output directory. Open the "index.html" file and it plays in a web browser. You can do it on your local hard drvie, from a usb flash drive, or on the web.
    BUT flash security settings can be a bear, and I assume some of the Mac issues for this are due to lack of flash support.
    Let us know how it goes.

  • Update table a columns using columns from table b (values of 2 columns of table b need to taken from table c)

    Guys,
    I need to update table A columns col3, col4, col5 and col6 by table b columns col3, col4, col5 and col6 however table b col5 and col6 values need to come from table c col1.
    Means table b col5 and col6 have values in it however i need to replace them with value from table c col1 and need to update table a col5 and col6 accordingly.
    table a and table b has col1 and col2 in common.
    i am trying something like this.
    Update a
    a.col3 = b.col3,
    a.col4 = b.col4,
    a.col5 = (select col1 from table_c c where c.col2=b.col5),
    a.col6 = (select col1 from table_c c where c.col2=b.col6)
    from table_A a inner join table_b
    on  a.col1=b.col1 and a.col2=b.col2
    can someone help me reframe above update query?
    thanks in advance for your help.

    Try the below:(If you have multiple values, then you may need to use TOP 1 as commented code in the below script)
    create Table tableA(Col1 int,Col2 int,Col3 int,Col4 int,Col5 int,Col6 int)
    Insert into tableA values(1,2,3,4,5,6)
    create Table tableB(Col1 int,Col2 int,Col3 int,Col4 int,Col5 int,Col6 int)
    Insert into tableB values(1,2,30,40,50,60)
    create Table tableC(Col1 int,Col2 int,Col3 int,Col4 int,Col5 int,Col6 int)
    Insert into tableC values(100,50,30,40,2,2)
    --Insert into tableC values(200,50,30,40,2,2)
    Insert into tableC values(100,60,30,40,2,2)
    Select * From tablea
    Update a Set
    a.col3 = b.col3,
    a.col4 = b.col4,
    a.col5 = (select col1 from tablec c where c.col2=b.col5 ),
    a.col6 = (select col1 from tablec c where c.col2=b.col6 )
    from tableA a inner join tableb b
    on a.col1=b.col1 and a.col2=b.col2
    --Update a Set
    --a.col3 = b.col3,
    --a.col4 = b.col4,
    --a.col5 = (select Top 1 col1 from tablec c where c.col2=b.col5 Order by c.Col1 asc),
    --a.col6 = (select Top 1 col1 from tablec c where c.col2=b.col6 Order by c.Col1 asc)
    --from tableA a inner join tableb b
    --on a.col1=b.col1 and a.col2=b.col2
    Select * From tablea
    Drop table tablea,Tableb,TableC

  • Using CL_RSR_WWW_MODIFY_TABLE to remove rows completely from output!

    Hello All,
    I have a problem I am trying to work thru and I need some assistance.
    Here is the issue...
    I have a report, in which I want to completely remove uneeded rows (depending on the contents of the row).
    I have had a look thru the how-to papers on the TAble interface (so please don't post links to those, they are not what I am searching for as they only describe things like not displaying cell contents, and like I stated, I want to not show rows...ie, delete them from output.)
    Does anyone have some code to show me how to accomplish this?
    Here is my scenerio...
    I have a query, from the 0IC_C03 infocube (I understand the IM scenerio, so don't post links to the SAP help for How-to on this subject), and in the query, I have storage location and material. As we all already know, the infocube does not give a good solution to provide values only on Storage location. But, to get around this, you can have a report with Material in the rows, and do a calculation (Price * Qty) to get the totals by storage location. But, I do not want to show the materials. (Yes, I know there is yet another how to paper on realizing inventory on storage location level, but that does not produce correct results).
    The query is doing exactly what I want...here is the results.
    STORLOC____MATERIAL_____VALUE
    <b>LOC1________RESULT_______$200000</b>
    LOC1________MATNR1_______$150000
    LOC1________MATNR2_______$50000
    <b>LOC2________RESULT_______$2500</b>
    LOC2________MATNR3_______$1500
    LOC2________MATNR4_______$1000
    <b>LOC3________RESULT_______$500</b>
    LOC3________MATNR5_______$500
    You get the idea...
    Anyway, I want to turn the above, into the following..
    STORLOC____MATERIAL_____VALUE
    <b>LOC1________RESULT_______$200000
    LOC2________RESULT_______$2500
    LOC3________RESULT_______$500</b>
    Essentially, removing everything but the results rows...
    Now, I have read a few other questions out here on something similiar (someone else was trying to accomplish the same thing) but nobody has ever posted a reasonable answer to the above question, so I am hoping, some of you have a solution, either via defining my own CL_RSR_WWW_MODIFY_TABLE solution or via Javascript.
    If someone has accomplished this with the table interface, which method and how did you change the table?
    If someone has accomplished this with javascript or something else, I would like the details of that as well.
    Note: I was able to read the table, and was able to use a temp table, and remove the rows I did not want, but, I was not able to update the table passed by the interface.
    This code works to get the right rows, but, it doesn't allow me to update the passing table.
    DATA:wa_y_axis_data LIKE LINE OF
      I_r_data_set->n_sx_version_20a_1-axis_data,
      wa_cell_data LIKE LINE OF
      I_r_data_set->n_sx_version_20a_1-cell_data,
      set LIKE LINE OF wa_y_axis_data-set,
      TUPLE_ORDINAL like set-TUPLE_ORDINAL,
      l_counter TYPE i,
      l_index TYPE sy-index,
      l_trade_fvalue LIKE wa_cell_data-formatted_value.
    * prerequesite in example: 1 key figure and 1 calc. key figure column
    LOOP AT I_r_data_set->n_sx_version_20a_1-axis_data INTO wa_y_axis_data
      WHERE AXIS = 1.
      LOOP at wa_y_axis_data-set into set.
       l_index = sy-index.
       if set-chanm = 'A0MAT_PLT' AND set-chavl NE 'SUMME'.
         delete wa_y_axis_data-set where tuple_ordinal = set-tuple_ordinal.
       ENDIF.
      ENDLOOP.
    ENDLOOP.
    Any similiar experiences or feedback is appreciated.
    Cheers!
    /smw

    Hi Steve,
    just want to know why the material has to be present in this report - when not shown in the end - just to have it in the column or why wonder?
    regards, Johannes

  • Is there any way to create a time machine backup to an external hard drive with content already on it?  I have a hard drive that i have used for pictures but when i try to run a backup it says i need to start from a blank drive. Can i get around it?

    Is there any way to create a time machine backup to an external hard drive with content already on it?  I have a hard drive that i have used for pictures but when i try to run a backup it says i need to start from a blank drive. Can i get around it?

    It would be much better if you had separate drives for the pictures and Time Machine backups.....but, if you want to use the same drive for both purposes, temporarily move the folder with the pictures to another location for safe storage.
    Run the Time Machine backup on the hard drive and verify that everything is working correctly. Time Machine will format the disk for you in Mac OS Extended (Journaled) as part of the backup process.
    Then move the folder with the pictures back to the hard drive with the Time Machine backups.
    When you have tested to make sure that everything is working again, then and only then should you delete the folder with pictures from the temporary storage area.
    Again....it would be much better to keep Time Machine backups on a drive just for that purpose, and other data on another drive for that purpose. This is clearly one of those times when the fact that you can do something does not mean to imply that you should do it.

  • Recovering From Hard Drive Crash

    My iMac's drive recently crashed. Fortunately, I had a pretty good back up plan in place. I have all of the "Home File" data on the back up including all of the iTunes data. I have re-added all of the music and it appears and plays in iTunes on the new drive. What files do I need bring over from the back up to re establish my playlists and preferences? Is this even possible at this point?
    iMac G5 PPC   Mac OS X (10.4.9)  

    i would recommend using sentui. even though i was VERY SMART of you to back this up, when my mac crashed and i lost all my info, i used sentui. it uses the music on your ipod and puts i back in itunes. playlists and all. and its free.
    http://osx.iusethis.com/app/senuti

  • Need a record from second query which is not a part of main query.

    I have this Query which Leads me to two Rwos of Data
    select papf.employee_number E_CODE
    ,to_char(paaf1.effective_start_date,'DD-MON-RRRR') EFFECTIVE_START_DATE
    ,DECODE(to_char(paaf1.effective_end_date,'DD-MON-RRRR'),'31-DEC-4712',NULL,to_char(paaf1.effective_end_date,'DD-MON-RRRR')) EFFECTIVE_END_DATE
    ,TRIM(SUBSTR(PAAF1.ASS_ATTRIBUTE21,INSTR(PAAF1.ASS_ATTRIBUTE21,'-')+1)) PREVIOUS_CO
    from apps.per_all_assignments_f paaf
    ,apps.per_all_people_f papf
    ,apps.per_grades pg
    ,apps.per_jobs pj
    ,apps.per_person_types ppt
    ,apps.per_person_type_usages_f pptuf
    ,apps.per_all_assignments_f paaf1
    where 1=1
    and papf.person_id = paaf.person_id
    and pptuf.person_id = papf.person_id
    and pptuf.person_type_id = ppt.person_type_id
    and ppt.user_person_type = 'Employee'
    and papf.current_employee_flag ='Y'
    and paaf.primary_flag = 'Y'
    and paaf1.primary_flag = 'Y'
    and paaf1.grade_id = pg.grade_id
    and paaf1.job_id = pj.job_id
    and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
    and trunc(sysdate) between pptuf.effective_start_date and pptuf.effective_end_date
    and papf.person_id = paaf1.person_id
    and (TRIM(UPPER(paaf1.ass_attribute24)) <> TRIM(UPPER(paaf.ass_attribute24))
    OR TRIM(UPPER(paaf1.ass_attribute21)) <> TRIM(UPPER(paaf.ass_attribute21))
    OR TRIM(UPPER(paaf1.ass_attribute22)) <> TRIM(UPPER(paaf.ass_attribute22))
    OR TRIM(UPPER(paaf1.ass_attribute25)) <> TRIM(UPPER(paaf.ass_attribute25))
    OR TRIM(UPPER(paaf1.ass_attribute23)) <> TRIM(UPPER(paaf.ass_attribute23))
    OR paaf1.grade_id <> paaf.grade_id)
    and paaf1.effective_end_date = paaf.effective_start_date - 1
    and papf.employee_number in ('10620')
    and paaf1.effective_start_date >= '01-JAN-1950'
    ---------------------------OUT PUT-----------------------------
    E_CODE     EFFECTIVE_START_DATE     EFFECTIVE_END_DATE     PREVIOUS_CO
    Row1 10620     17-SEP-2009     30-NOV-2009     CORPORATE
    Row2 10620     19-NOV-2007     31-JAN-2008     CORPORATE
    Problem is enire output of the query is perfectly fine but in the second row at column effective_start_date insted of 19-NOV-2007 in need a value from another query. there must not be any change in rest of the columns data including first row.
    i.e select ORIGINAL_DATE_OF_HIRE from per_all_people_f
    where employee_number = '10620'
    and rownum < 2
    ---------------------------OUT PUT----------------------------
    15-MAY-2006
    Is there is any approach to get this thing.
    Thanks in advance
    Bachan.
    Edited by: Bachan on Sep 20, 2010 8:17 PM

    maybe a union for your second row.
    select E_CODE,
           EFFECTIVE_START_DATE,
           EFFECTIVE_END_DATE,
           PREVIOUS_CO
      from (select rownum rn,
                   papf.employee_number E_CODE
                   ,to_char(paaf1.effective_start_date,'DD-MON-RRRR') EFFECTIVE_START_DATE
                   ,DECODE(to_char(paaf1.effective_end_date,'DD-MON-RRRR'),'31-DEC-4712',NULL,to_char(paaf1.effective_end_date,'DD-MON-RRRR')) EFFECTIVE_END_DATE
                   ,TRIM(SUBSTR(PAAF1.***_ATTRIBUTE21,INSTR(PAAF1.***_ATTRIBUTE21,'-')+1)) PREVIOUS_CO
              from apps.per_all_assignments_f paaf
                   ,apps.per_all_people_f papf
                   ,apps.per_grades pg
                   ,apps.per_jobs pj
                   ,apps.per_person_types ppt
                   ,apps.per_person_type_usages_f pptuf
                   ,apps.per_all_assignments_f paaf1
             where 1=1
               and papf.person_id = paaf.person_id
               and pptuf.person_id = papf.person_id
               and pptuf.person_type_id = ppt.person_type_id
               and ppt.user_person_type = 'Employee'
               and papf.current_employee_flag ='Y'
               and paaf.primary_flag = 'Y'
               and paaf1.primary_flag = 'Y'
               and paaf1.grade_id = pg.grade_id
               and paaf1.job_id = pj.job_id
               and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
               and trunc(sysdate) between pptuf.effective_start_date and pptuf.effective_end_date
               and papf.person_id = paaf1.person_id
               and (TRIM(UPPER(paaf1.***_attribute24)) TRIM(UPPER(paaf.***_attribute24))
               OR TRIM(UPPER(paaf1.***_attribute21)) TRIM(UPPER(paaf.***_attribute21))
               OR TRIM(UPPER(paaf1.***_attribute22)) TRIM(UPPER(paaf.***_attribute22))
               OR TRIM(UPPER(paaf1.***_attribute25)) TRIM(UPPER(paaf.***_attribute25))
               OR TRIM(UPPER(paaf1.***_attribute23)) TRIM(UPPER(paaf.***_attribute23))
               OR paaf1.grade_id paaf.grade_id)
               and paaf1.effective_end_date = paaf.effective_start_date - 1
               and papf.employee_number in ('10620')
               and paaf1.effective_start_date >= '01-JAN-1950'0
      where rn = 1
    union all
    select employee_number E_CODE,
           ORIGINAL_DATE_OF_HIRE,
           EFFECTIVE_END_DATE,
           TRIM(SUBSTR(PAAF1.***_ATTRIBUTE21,INSTR(PAAF1.***_ATTRIBUTE21,'-')+1)) PREVIOUS_CO
      from per_all_people_f
    where employee_number = '10620'
       and rownum < 2note: untested

  • Need to send report output to spool

    HI,
    I dont need to run the report in background.....But i need to get the output in spool ... is there any function module.....give me some sample coding....
    rgds
    Saravana

    The easiest way of printing a list while creating it, is for the user to choose Execute + print on the report's selection screen. The user can choose between displaying the list on the screen (choosing Execute) or printing it directly without displaying it (choosing Execute + print).
    use this function module SET_PRINT_PARAMETERS' to send a report directly to spool.
    sample program.
    REPORT SAPMZTST NO STANDARD PAGE HEADING LINE-COUNT 0(2).
    PARAMETERS P TYPE I.
    INITIALIZATION.
    CALL FUNCTION 'SET_PRINT_PARAMETERS'
    EXPORTING
    ARCHIVE_MODE = '3'
    COPIES = '5'
    DEPARTMENT = 'BASIS'
    DESTINATION = 'LT50'
    EXPIRATION = ' '
    IMMEDIATELY = 'X'
    LAYOUT = 'X_65_132'
    LINE_COUNT = 54
    LINE_SIZE = 20
    LIST_NAME = 'Test'
    LIST_TEXT = 'Test for User''s Guide'
    NEW_LIST_ID = 'X'
    RECEIVER = 'KELLERH'
    RELEASE = ' '
    SAP_COVER_PAGE = 'X'.
    START-OF-SELECTION.
    DO P TIMES.
    WRITE / SY-INDEX.
    ENDDO.
    TOP-OF-PAGE.
    WRITE: 'Page', SY-PAGNO.
    ULINE.
    END-OF-PAGE.
    ULINE.
    WRITE: 'End of', SY-PAGNO.[/code]
    or
    Printing Lists
    You can send a list from a called program directly to the spool system instead of displaying it on the screen. To do this, use the TO SAP-SPOOL addition in the SUBMIT statement:
    SUBMIT... TO SAP-SPOOL print-parameters.
    follow this link for more information.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba54635c111d1829f0000e829fbfe/content.htm

  • I have old MacBook running OS 10.6.8 I was told in Apple Genius Bar that I need a code from apple support to upgrade to 10.7.   Apple support will not help because I am have their support plan.  Can some one help?

    I have old MacBook running OS 10.6.8 I was told in Apple Genius Bar that I need a code from apple support to upgrade to 10.7.   Apple support will not help because I am have their support plan.  Can some one help?

    hi Samberl
    thanks a lot for the fast reply.
    I was dragging folders from main folders on the laptop-desktop  onto the external drive icon - to copy them across....
    Your suggestion sounds very promising -  I didn't know about 'cloning'.
    Yes the idea is to backup the laptop -    I thought I would just move it all now, new - and then keep saving/dragging physically   across to the new drive myself each day or two...
    Would this be the sizeof the internal hard drive = c.500 gb  ?   =   under the HD icon on desktop is written  : 
    " 499.76gb , 311.5 gb free  " 
    I can erase and start agin on the new external drive - so this plan is to make two partititions, rather than the one at present, and make one of them 500 gb ?
    I have found CCC [carbon copy cloner] googling - looks good.
    When CCC site says it backs up  the hard drive - would this  mean all my files  [over 100 gb] that are mostly  in folders on the desktop, plus the others in itunes, iphotos etc found in the HD icon,  would all copy across successfully [wherever they are in the computer ]  ?
    thanks again, hope you can clarify these things and then I will go for it. 
    It would be great and amazing if this 'lack of permission' message doesn't show up in the process of doing this ccc transfer - hopeful!
    Julie

  • Upgrade from Mobileme to iCloud - do I need to change from Mac OS X 10.6.8?

    Do I need to change from mac os x 10.6.8 to upgrade from Mobileme to iCloud?
    Please advise
    Is OS X Lion different? latest version?
    Thanks in anticipation

    rugbytom wrote:
    Does that mean though that I have to change to the Lion, despite its shortcomings, in order for iCloud to work and not lose the current beneifts of synchronisation I have with Mobileme
    Basically, yes.
    You can migrate your MobileMe account to iCloud at http://me.com/move even with Snow Leopard - when asked to confirm that you have Lion on your Mac, just lie and say 'yes'.
    If you have MobileMe mail set up to collect mail from external POP accounts you should cancel this before migrating, or you may find it still working in iCloud (where it isn't supposed to) and with no way of stopping it. You may find the MobileMe email settings will continue to work for a time after migrating but it will stop eventually so you should not rely on this. You should delete your MobileMe email account from Mail.
    You can then set up Mail manually in Snow Leopard to access iCloud email; it's a slight fudge because the 'wizard' will attempt to connect you to MobileMe as soon as you enter an @me.com address. The process, which includes a workaround for this, is described here:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudmail.html
    You may be able to sync your calendars to iCloud by means of an unsupported hack, but you cannot sync Contacts or Bookmarks and iCloud's other facilities will not work. This page outlines the situation when you migrate to iCloud, including a link to the calendar hack:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudSL.html
    To get the full functions of iCloud you need Lion 10.7.2

  • Find the missing date from output data

    Hi Guys,
    For Ex,
    I have the following ouput rows with column like
    Id   Name   Mobile    Signindate
    1     AAA      XXX        2012-03-01
    2     AAA      XXX        2012-03-02
    3     AAA      XXX        2012-03-05
    4     AAA      XXX        2012-03-06
    5     AAA      XXX        2012-03-07
    the above rows will get based on startdate and enddate parameter like (mar 1,2012 ) to (mar 31,2012)
    the Actual output needed is the missing date of Signin ,here in above ex ,it will be march 3 ,march4
    Final Output is,
    Id   Name   Mobile    Signindate-Missed date
    1     AAA      XXX        2012-03-03
    2     AAA      XXX        2012-03-04
    how to do in tsql
    any help is needed 
    Thanks
    r.b

    final output getting like this,
    d ResourceID
    ResourceName ReportsTo
    Location eMail
    Mobile Workdate
    2013-12-01 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-07 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-08 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-11 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-12 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-13 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-14 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-15 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-16 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-17 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-18 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-19 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-20 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-21 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-22 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-25 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-26 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-27 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-28 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-29 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-30 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-31 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    SELECT d.* ,a.*
    FROM   @Dates d
    left join #tmp a on d.d =a.Workdate 
    WHERE  d NOT in (SELECT Workdate
                     FROM   #tmp) 
    suggestions needed, all fields coming as null except workdate ,workdate is the missing date 
    tnkx
    r.b

  • What does it mean when you computer crashes and when you turn it back on it shows you a blank blue screen with a little folder and a question mark in the middle?

    What does it mean when you computer crashes and when you turn it back on it shows you a blank blue screen with a little folder and a question mark in the middle? It's a old imac from 1997.

    I don't have original discs that it came with.
    Then you still can use the second option with the keyboard combo I posted, called "resetting the PRAM."
    Also when you way hold the c key down do you mean turn computer off and turn back on holding the c key?
    Yes, or you can simply restart. As you don't have the CDs, this isn't on the plate any more.
    The internal backup battery is not expensive and, in most iMacs is user-replacable. If yours has a tray-loading optical drive like this one:
    it takes a major teardown to replace the internal battery. If this is the case, you'd be better off to leave the computer plugged in all the time; that eliminates the main reason for having a working battery.
    If it has a slot-loading optical drive like this one:
    things are much easier. The battery is visible through the RAM access door on the bottom of the computer case. The manual:
    http://manuals.info.apple.com/en_US/iMacG3_2000UserManual.PDF
    has sketches of how to access the RAM and therefore the backup battery. Unfortunately, the pdf on the manual goes up sideways on-screen and the RAM instructions are pretty deep into the manual. It's probably easier to scroll (for a while) to the section on adding RAM and print the applicable pages.
    When you work on the battery, some sort of non-conductive pliers or large tweezer or forceps help unless you have tiny fingers. Make sure to note the polarity of the old battery and install the new one in the same orientation.
    The battery itself is readily available. If price is no oblect, you can get it for a small rasom from Radio Shack Store ("Tandy" outside the US) as part number 23-026.
    Online, they are dirt-cheap even after adding shipping. I buy backup batteries form this outfit:
    3.6v Newer Technology Lithium 1/2 AA PRAM Computer Clock Battery

  • Do I need to upgrade from tiger to leapord before upgrading to snow leopord?

    Do I need to upgrade from tiger to leapord before upgrading to snow leopord?

    No. You can update directly to Snow Leopard.
    How to Install OS X Updates Successfully
    A. Repair the Hard Drive and Permissions:
    Boot from your current OS X Installer disc. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Installer menu (Utilities menu for Tiger and later.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.  
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    B. Make a Bootable Backup Using Restore Option of Disk Utility:
    Open Disk Utility from the Utilities folder.
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.
    C. Important: Please read before installing:
    If you have a FireWire hard drive connected, disconnect it before installing the update unless you will boot from this drive and install the update on it. Reconnect it and turn it back on after installation is complete and you've restarted. 
    You may experience unexpected results if you have installed third-party system software modifications, or if you have modified the operating system through other means. (This does not apply to normal application software installation.) 
    The installation process should not be interrupted. If a power outage or other interruption occurs during installation, use the standalone installer (see below) from Apple Downloads to update.  While the installation is in progress do not use the computer. 
    D. Download and install update(s) if updating: 
    Use Software Update, or
    Download standalone updater(s).
    E. To upgrade from an earlier major version:
    Purchase the requisite installer package (Snow Leopard for example.)
    Boot from the installer DVD.
    Choose the install option:
    None required for Snow Leopard.
    Archive and Install for versions prior to Snow Leopard.

  • Need explanation about adobe products for developers

    I need explanation about what products I need to use for developing dynamic adobe PDF forms..
    Currently I use only LiveCycle Designer ,but I in previous posts I found that I need to use additional products as Acrobat or Extension to designer.
    My question is if I need to devlop dynamic PDF form what exactly products I need that will be cover all developing issues?

    Hi,
    Covering all developer/developing issues is very broad.
    LC Designer is part of the LiveCycle suite. Which components you need from the suite will depend on your environment, your workflow, and how you want to process the data.
    More information here: http://www.adobe.com/products/livecycle/
    If you wanted to create forms and use Reader to interact with the form, then the minimum specification would be:
    LC Designer
    Adobe Reader
    However there would be restrictions in the functionality (eg you could not save the form in Reader as it would not be Reader enabled).
    If you want to Reader enabled the form in Acrobat Standard v9 or Acrobat Pro v8, then you will need Acrobat as well. This will unlock some of the features.
    If you want users with Reader to have full access to all features (as if the form was opened in Acrobat) then you will also need LC Reader Extensions ES2. You would use this to Reader enable the form before you deploy it.
    See summary here:
    Other components in the LC suite provide other functionality such as digital signatures, rights management, etc. You should talk directly with the Adobe sales rep in your geographical location.
    Good luck,
    Niall
    Assure Dynamics

Maybe you are looking for

  • Sales orders are not shown within the ICWeb Account Fact Sheet

    Hi experts. We're having problems with the account fact sheet on the ICWeb. Even though our test customer has sale orders assigne when we select Order History, the fact sheet shows no data. Nevertheless, when we press button new order and then Order

  • How to create a project in netbeans

    hi, i am new to this J2me.i need help.. i have downloaded one source code..http://simonepernice.freehostia.com/J2ME/ShoppingList/shoppinglist.html.. now i need to run this in my netbeans 5.5.plz if any one knows do reply me..PlZ give me in details th

  • MiniDP to HDMI: Sound stopped working

    Hi everyone, I have a Macbook Pro and a Mini Display Port to HDMI cable and the sound output just stopped working. I used it last night and it worked perfectly. Now it recognizes that it's connected to my TV, and the display is fine, but when I go to

  • Two different DB version in one server machine, help please

    Hello, greetings. I have two databases in one server. One is 10g1 version, currently running. another one I just installed is 10g2 version. They each has it's own home. I mean two versions sit in separate oracle home. They both in window. However, th

  • Remove spacing between minimize mazimize close buttons.

    How remove spacing between minimize, maximize, close buttons. Problem is only in firefox, when hide menu bar. image: http://www.bildites.lv/images/jx5yixdwdam0b5clli3.jpg Icons should be like in my computer window. OS: Windows XP; SP3 Theme: http://w