A problem with VBA in MS Word 2010

Hello
I hope you can help me. I am working on developing a template in MS Word 2010. My problem is to I want to when I save a new document using the template file automatically provides stored in the path
C: \ Users \ Stephen Christiansen \ OneDrive \ first Applications
What is VBA code to do this.
Sincerly 
Steffen Christiansen

Hi,
Try something like this:
Sub SaveMyDocument()
Activedocument.SaveAs2 "C:\Users\Stephen Christiansen\OneDrive\first Applications\test.docx"
End Sub
You replace the filename with your own filename of course.
Maurice
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. Thank You

Similar Messages

  • Problem with column break in word 2010

    Hi,
    I have a 2 column document. Some how i feel it has inserted a column break in the middle of page 7 of my word document which consists of 12 pages. It is a reviewed document & tracking is also going on and 'Track Changes: On' message is also visible on my
    progress bar. On page 7 i have a figure also which is one column wide. The text above this figure goes on to next column after 9th line. There is still a 3 line gap between my text & figure. But its moving the text to next column. After the figure it shows
    me the text which should come after the moved text. It was showing me section break continuous but then i deleted it but still the problem persists. Please guide me how to fix this problem.
    Zulfi.

    Hello,
    I have replicated and confirmed the problem with LabVIEW 2010, Report Generation Toolkit 2010 and Word 2010.  I have filed this to R&D under CAR ID #257414.  As a workaround you can manually set each cell using Word Edit Cell.vi.  I have attached a simplified representation of this unexpected behavior as well as the workaround.  Hopefully this helps everyone out!
    David_L | Certified LabVIEW Architect
    LabVIEW Tools Network | LabVIEW Tools Network Developer Center
    Attachments:
    Word 2010 Table CAR.vi ‏17 KB
    Word 2010 Table FIX.vi ‏22 KB

  • I purchased Microsoft Office for Mac through the Apple website.. I have downloaded all from the disk into my Mac, no problem with all the other Word etc, but Outlook is asking for the key number: I have put it in but its obviously not the right one...????

    I purchased Microsoft Office for Mac through the Apple website.. I have downloaded all from the disk into my Mac, no problem with all the other Word etc, but Outlook is asking for the key number: I have put it in but its obviously not the right one...???? In the box with the disk came the product key, have put it in and it doesnt work. Please help..x

    unfortunately - you can not.  you can't even buy outlook by itself at microsoft's own website.
    does it have to be outlook?  maybe you can get away with using something else that's outlook compatible.
    how about trying Thunderbird for Mac OS?
    or maybe you can call apple and let them know you purchase the wrong version - they might give you a break and just pay the difference for the home and business version.
    good luck

  • I'm using an iBook G4. I'm having a problem with a lengthy Microsoft Word (2003) document crashing. It keeps telling me that there's a problem and then working and working. I have to do a forced shutdown.

    I'm using an iBook G4. I'm having a problem with a lengthy Microsoft Word document. It keeps freezing when I try to make a change in it. The computer is working and working. Then I have to use a forced shutdown. And it starts all  over again. Suggestions?

    Is there sufficient free space on the iBook's startup disk (typically called Macintosh HD)?  The OS and apps use free space to write temporary files, and it free space becomes too low, it can cause the Mac to bog down.  Low free space also makes whatever free space is left fragment into tiny pieces scatter all over the hard drive, making the problem even worse.  If it more than 90% full, you should free up some space.

  • Problem with the XML in Word 2007 (Word Template)

    Hi Experts,
    i am new on CRM 2007 and i have a problem with the XML Structure of the Word Template.
    First i built a Web Service Design Tool. Then i saw on the Testpage, that it works.
    So i started the Document Templates and created a new Template. Object Type was BUS2000126 - CRM Business Activity. Web Service was my created and tested Web Service Tool.
    As i opened the Word 2007 with the XML-Structure, i recognized, that there was something wrong.
    The Responce on my Testpage from the Web Service Tool had the following structure:
    response (test.types.p1.CrmostZlaWord5ReadResponse)
       Output (test.types.p1.CrmostZla010RoszlaWord5001)
            ZlaWord5 (test.types.p1.CrmostZla010Rosbtorder)
                Administrativeheaderoforder (test.types.p1.CrmostZla010Rosbtorderhea001)
                     Partiesinvolvedofheader (test.types.p1.CrmostZla010Rosbtheaderpa001)
                         Allpartiesinvolved (test.types.p1.CrmostZla010Rosbtpartnera002[]) Displaying 3 elements of 3
                              element1 (test.types.p1.CrmostZla010Rosbtpartnera002)
                                   Btpartneraddress (test.types.p1.CrmostZla010Rosbtpartnera001)
    My Problem is now, that the XML-Structure got not that point "element1".
    Instead of "element1" there is the point "item" in my XML-Structure in Word 2007.
    I guess that is the Problem why i am not getting the fields of the Btpartneraddress filled in my Word.
    Can anyone help me? Or put me in the right direction that i can change the XML?
    Thanks for your help
    André

    Hi andré, I guess the issue is coming from the fact that you selected "AllPartiesInvolved" and that may contain any numbers of entries. So when you test your webservice, you put a key and then get a result for that key, and in that case you might get "element1" until "element3" for example if there was 3 partners involved in you activity.
    But, when you design your template, you don't have a key at that moment, so in the Web Service structure, you have "items" which stands for all the possible entries you might retrieve at runtime. I guess you could use an index in your template to specify which item you need, but this is quite hasardeous, so i would be you, I would not design my web service to use "AllPartiesInvolved" but rather a specific Partner type like contact person for instance.
    Regards,
    Xavier

  • Problem with inifile.c in CVI 2010 project

    I upgraded to CVI 2010 today. I was using 2009. In my project I have included inifile.c in my project. The file is located in the CVI2010 toolbox directory. I used this in CVI 2009 and did not have a problem. When I compile I get a bunch of link errors "Undefined symbol". Some of the symbols it has a problem with are ConvertDataToText, AppendString, StrDup, FileExists, ... there are many more.
    My question is why are these linking errors coming up in CVI 2010?
    I would imagine I need to add another source file to my project or something like that.

    It's true that using .FPs is the best way to go.
    As I told you, an instrument driver can be loaded in Instrument menu
    or in the Library menu. If loaded in Intrument menu, to have it loaded
    automatically when you open a project you must add the .fp to the
    project itself; operating this way, every time you open a project it
    will recompile the instrument, which can be annoying and is a waste of
    time. On the other hand, if the instrument has an object file (which is
    the case of IniFile and all instruments shipped with CVI) you can load
    it in the library menu (Library >> Customize and add it to the
    list) and have it ready for use with no time spent on it.
    I personally have loaded in the library collection a set of
    general-use instrument that I happen to use in almost all my projects
    (IniFile, Programmer's Toolbox, Password control and a library with my
    own utilities) and only use the instrument menu for instruments very
    specific to one or a few projects (e.g. the driver for some external
    device I use in a project)
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Export problems with pages/ save as word document results in corrupted text

    This may be a new problem with Pages as I have not seen this happen with previous versions but, when I export a page made with a template, it ends up with merge problems - headers end up at the foot and invisible text regarding merge showing. When saved, a error box opens saying that merge fields are not save or similar, and I end up with a non friendly .doc file.

    morayshire wrote:
    This may be a new problem with Pages as I have not seen this happen with previous versions but, when I export a page made with a template, it ends up with merge problems - headers end up at the foot and invisible text regarding merge showing. When saved, a error box opens saying that merge fields are not save or similar, and I end up with a non friendly .doc file.
    Here are alert messages related to 'Word Exporter'
    /* Word Exporter */
    "Cells with unsupported number formatting were exported as text." = "Les cellules comportant un format numérique non pris en charge ont été exportées sous forme de texte.";
    /* Word Exporter */
    "Change tracking isn\\U2019t supported for cell image fills. Original cell image fills were removed." = "Le suivi des modifications n’est pas pris en charge dans les remplissages de cellule par image. Les remplissages de cellule par image d’origine ont été supprimés.";
    /* Word Exporter */
    "Change tracking isn\\U2019t supported for cell image fills. Tracked changes for cell image fills were accepted." = "Le suivi des modifications n’est pas pris en charge pour les remplissages de cellules par image. Les modifications effectuées pour ces remplissages ont été acceptées.";
    /* Word Exporter */
    "Change tracking on floating objects isn\\U2019t supported. Tracked changes were accepted." = "Le suivi des modifications sur les objets flottants n’est pas pris en charge. Les modifications ont été acceptées.";
    /* Word Exporter */
    "Comments on anything other than body text and inline objects aren\\U2019t supported and were removed." = "Les commentaires sur un autre élément que le corps de texte et les objets incorporés ne sont pas pris en charge et ont été supprimés.";
    /* Word Exporter */
    "Durations formatting isn\\U2019t supported and was exported as text." = "Le formatage des durées n’est pas pris en charge et a été exporté sous forme de texte.";
    /* Word Exporter */
    "Footer rows aren\\U2019t supported and were converted to regular rows." = "Les rangs de bas de tableau ne sont pas pris en charge et ont été convertis en rangs standard.";
    /* Word Exporter */
    "Formulas referencing cells with custom number formats aren\\U2019t supported and were replaced by the last calculated value." = "Les formules faisant référence à des cellules comportant des formats numériques personnalisés ne sont pas prises en charge et ont été remplacées par la dernière valeur calculée.";
    /* Word Exporter */
    "Formulas referencing durations aren\\U2019t supported and were replaced by the last calculated value." = "Les formules faisant référence à des durées ne sont pas prises en charge et ont été remplacées par la dernière valeur calculée.";
    /* Word Exporter */
    "Hidden footer content was removed." = "Le contenu du pied de page masqué a été supprimé.";
    /* Word Exporter */
    "Hidden header content was removed." = "Le contenu de l’en-tête masqué a été supprimé.";
    /* Word Exporter */
    "Hidden rows and columns were removed." = "Les colonnes ou rangs masqués ont été supprimés.";
    /* Word Exporter */
    "Japanese footnote or endnote numbering isn\\U2019t an exact match." = "La numérotation japonaise de note de bas de page ou de fin ne concorde pas exactement.";
    /* Word Exporter */
    "Links to external Pages documents aren\\U2019t supported and were removed." = "Les liens vers les documents Pages externes ne sont pas pris en charge et ont été supprimés.";
    _/* Word Exorter */_
    _"Merge fields were exported as regular text, not as merge fields." = "Les champs de fusion ont été exportés comme texte standard et non comme champs de fusion.";_
    /* Word Exporter */
    "One or more formulas aren\\U2019t supported in the chosen file format and were removed. The last calculated value was retained." = "Une ou plusieurs formules ne sont pas prises en charge dans le format de fichier sélectionné et ont été supprimées. La dernière valeur calculée a été retenue.";
    /* Word Exporter */
    "Some paragraph border rules couldn\\U2019t be exported." = "Certaines règles de bordures de paragraphe n’ont pas pu être exportées.";
    /* Word Exporter */
    "Table cell comments can\\U2019t be exported if there are any comments attached to the entire table. The table comments were exported, but cell comments were removed." = "Les commentaires de cellules de tableau ne peuvent pas être exportés si des commentaires sont associés au tableau entier. Les commentaires de tableaux ont été exportés mais ceux de cellules ont été supprimés.";
    /* Word Exporter */
    "Table cell fills other than solid colors aren\\U2019t supported and were removed." = "Les remplissages de cellules de tableau autres que par des couleurs unies ne sont pas pris en charge et ont été supprimés.";
    /* Word Exporter */
    "Table image fills aren\\U2019t supported and were removed." = "Les remplissages de tableau par image ne sont pas pris en charge et ont été supprimés.";
    /* Word Exporter */
    "Tables with more than 63 columns aren\\U2019t supported. Columns 64 and highger were removed." = "Les tableaux comportant plus de 63 colonnes ne sont pas pris en charge. Les colonnes 64 et au-delà ont été supprimées.";
    /* Word Exporter */
    "The page layout document was exported as a word processing document." = "Le document de mise en page a été exporté comme document de traitement de texte.";
    *_This gives us a simple way to convert a Page Layout document into a Word Processor one. Export it to Word, import the .doc file._*
    /* Word Exporter */
    "WECannotMapNumberFormat" = "Le format numérique non pris en charge a été remplacé par le format numérique par défaut (1, 2, 3…).";
    Yvan KOENIG (Vallauris, FRANCE vendredi 7 août 2009 21:18:06)

  • Problems with Upload record to Infotype 2010 together with Cost Assignment (PREF)

    Hi
    I create program using your guide
    http://scn.sap.com/people/aditya.palekar/blog/2010/01/19/uploading-a-pa-infotype-record-with-cost-assignment
    but I have two problems:
    If I call method "CALL METHOD ref2->modify_data" is obligatory parameter SECONDARY_RECORD, but I update only infotype 2010 as PRIMARY_RECORD and PREF (I don't have secondary record).
    When for secondary_record use same record as primary_record, give me an error. When for secondary_record use null record give me a error.
    I try used "ref2->MODIFY_PRIMARY_RECORD" and "ref2->MODIFY_PREF" together, but using method "CALL METHOD g_masterdata_bl->INSERT" updated only last record (in this case is PREF because is call as last method"ref2->MODIFY_PREF")
    What InfoType is Secondary_Record for InfoType 2010?
    I have problem with NO COMMIT data. Method "CALL METHOD g_masterdata_bl->flush" have a parameter no_commit with two possible options. When I use no_commit = 'X', this commit data even if this do don't commit.
    Why still commit data? When this method no_commit data?
    Thank you

    Hi
    I create program using your guide
    http://scn.sap.com/people/aditya.palekar/blog/2010/01/19/uploading-a-pa-infotype-record-with-cost-assignment
    but I have two problems:
    If I call method "CALL METHOD ref2->modify_data" is obligatory parameter SECONDARY_RECORD, but I update only infotype 2010 as PRIMARY_RECORD and PREF (I don't have secondary record).
    When for secondary_record use same record as primary_record, give me an error. When for secondary_record use null record give me a error.
    I try used "ref2->MODIFY_PRIMARY_RECORD" and "ref2->MODIFY_PREF" together, but using method "CALL METHOD g_masterdata_bl->INSERT" updated only last record (in this case is PREF because is call as last method"ref2->MODIFY_PREF")
    What InfoType is Secondary_Record for InfoType 2010?
    I have problem with NO COMMIT data. Method "CALL METHOD g_masterdata_bl->flush" have a parameter no_commit with two possible options. When I use no_commit = 'X', this commit data even if this do don't commit.
    Why still commit data? When this method no_commit data?
    Thank you

  • Word 2013 Incompatibility with Chart Labels for Word 2010

    I'm having an issue with Microsoft Word 2013 charts. I can create a chart with labels such as Category Name, Value, and Percentage. When I send the chart to anyone with 2013, the values come up ok. 
    However, when someone with Word 2010 opens up the charts, instead of the Category Name, it says [Category Name], [Value], and [Percentage]. The person then has to click Reset Label Values to have the labels come up correctly.
    Is there any way to fix this? I tried saving the document as a .doc, but Word 2007 is not able to pull up the labels properly either.
    Thanks! 

    Hi,
    Does this occur to every chart? Or only with some particular charts?
    You can share one same with us if possible, you can upload it to OneDrive and provide the link of the file:
    https://onedrive.live.com/
    To protect your privacy, don't put any private or sensitive information in the file.
    I'm not sure but you can try repairing Office from Control Panel -> Programs and Features to check the result.
    Regards,
    Melon Chen
    TechNet Community Support

  • Problems with active hyperlinks in Word 2008 to pdf conversion

    I'm hoping someone can help me with this.
    When converting from Word 2008 to a pdf document, the only hyperlinks that are actually "hot" are the ones that have an 'http://www.' text in front of the url address.
    In other words, if I have this link 'kingofcopy.com/max' and this link 'http://www.kingofcopy.com/max' written in the Word document, and BOTH links are hyperlinked to 'http://www.kingofcopy.com/max' OR even 'http://www.kingofcopy.com/max/index.html' only the text link with the FULL url displayed (http://www.kingofcopy.com/max) is an actual active hot link.
    What's strange though, is all the text that's hyperlinked, is blue and underlined and is "hot" in Word, just not in the pdf.
    I really hope someone has a clue here because this is very frustrating. Thanks in advance, Craig
    BTW, running Word 2008 on Mac 10.5.8

    Hi Craig,
    Did some testing this arvo with Word 2008 12.1.5 (can't install SP2 due to me using v13 of Entourage). I created a document with hyperlinks and found similar results to what you have mentioned.
    My word document had three hyperlinks; one with the full URL, one without the leading http and one with just a single word, but using the menu a hyperlink was made to a web site. As you said, all three entries appeared in the Word document with a blue underline and by hovering over the link, the URL would appear in a yellow pop-up.
    I then made two pdf's, one using the default PDF button within the print dialog and one using the Adobe PDF 8.0 printer queue (which is working okay for me).
    With both PDF's, I have to open them in Acrobat 8.1.6. None of the hyperlinks work for either document when I open them using Preview
    With either document opened in Acrobat, the hyperlink with the full URL and the hyperlink with the URL starting with just 'www' show the link when I hover over them. But, for the single word that is still hyperlinked to the same web site as the other two links, no URL is displayed when moving the mouse of the link.
    So it looks like there is a limitation to creating hyperlinks in Word if you are going to convert them to PDF. This may already be noted somewhere so I will have a snoop around for an existing solution.
    Pahu

  • Problems with scan jobs Forefront protection 2010 for exchange server administrator console

    Dears,
    I have the following problem with the
    CAS server:
    How do I fix it?
    thanks for your reply
    Edwin Duran Ospina

    Hi,
    FPE will now post a warning if any items are present in the Undeliverable archive folder. You could remove the stuck email from "%Program Files (x86)%\ Microsoft Forefront Protection for Exchange Server\Data\Archive\Undeliverable".
    For more information: http://support.microsoft.com/kb/2420647
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Hi ! I have a big problem with my MacBook Pro Mid 2010 ! It may be broken or what seems to be the problem with the video drivers ? I have a built in internal Graphic 288 of RAM and a NVIDIA GeForce GT 330M of 512 of RAM !

    On Mountain Lion :
    It happens to turn of my monitor in different situations. Sometimes i believe i have my graphic video broken ! In my town i don't have Apple doctors so i dont risk to go to a service non authorized from apple !
    For example there was a day when it turns off when a simply pinch with thumb and 3 fingers for launchbad ...and the opperating sistem it should be restart from power button ! That was when i had Mountain lion 10.7.5 update
    Other situation was with photoshop cs6, cs5, cs4 30 days trial versions ...i couldn't buy any versions so i decided to test a earlier versions that can match with my sistem requirements. In all of this three situations my display had turned off after opening a image or photo or 3d graphics in photoshop...anyway sadness.
    Other situation : One day i was simply relaxing surfing facebook and ...than i've just simply open an advertising link ...and on that page i was waiting to load a video that used another player than flash player of youtube. Even two seconds didn't stayed open and trust me it turned off my display once again !
    After Mountain Lion :
    I told my story to to someone who holds an MacBook Pro i5 etc. and he told me to test the new mavericks maybe it's something broken in my operating system.... and believe me after 2 days of happiness with OS X MAVERICKS , last night my computer restarted because of a problem, and 2 hours ago again....why ? i don't know ! Maybe Video RAM or maybe Memory RAM or Maybe simple conflicts between Trial Photoshop and OS X or maybe my macbook it's 2 old...or i don't know ....for how much i used this mac it should run as an mustang !    MacBook Pro i7 Mid 2010 HDD 500 , 4 GB of DDR 3 , Intel built in Graphic 288 and an NVIDIA GE FORCE 512 , 15 inch display monitor , 283 real cicle counts ( my mac was used as an iphone while charging and using battery) ...i don't know what to do ! Please help !
    The Operating System shoes me everytime this error !
    Anonymous UUID:       ED4DAC83-9B50-8715-CFC5-73ACA25B60B1
    Wed Nov 13 11:03:50 2013
    panic(cpu 1 caller 0xffffff7f909f8fac): "GPU Panic: [<None>] 5 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff80adb56000 0x0a5480a2, D0, P3/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.12/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 1), Frame : Return Address
    0xffffff808ad83420 : 0xffffff800e622f69
    0xffffff808ad834a0 : 0xffffff7f909f8fac
    0xffffff808ad83570 : 0xffffff7f8f0ba53d
    0xffffff808ad83630 : 0xffffff7f8f186d9e
    0xffffff808ad83670 : 0xffffff7f8f186dfc
    0xffffff808ad836e0 : 0xffffff7f8f40b5be
    0xffffff808ad83810 : 0xffffff7f8f1aad41
    0xffffff808ad83830 : 0xffffff7f8f0c108d
    0xffffff808ad838e0 : 0xffffff7f8f0bebae
    0xffffff808ad83ae0 : 0xffffff7f8f0c04d7
    0xffffff808ad83bb0 : 0xffffff7f90055ffd
    0xffffff808ad83d30 : 0xffffff7f90055a03
    0xffffff808ad83d40 : 0xffffff7f9001acd0
    0xffffff808ad83d50 : 0xffffff7f9001ad45
    0xffffff808ad83d60 : 0xffffff7f8fffcb11
    0xffffff808ad83da0 : 0xffffff7f8fffb335
    0xffffff808ad83dd0 : 0xffffff7f8ffff29d
    0xffffff808ad83e00 : 0xffffff7f8fa0c232
    0xffffff808ad83e20 : 0xffffff7f8fa0c1c5
    0xffffff808ad83e50 : 0xffffff7f9000bcb0
    0xffffff808ad83e80 : 0xffffff7f8fffba63
    0xffffff808ad83ed0 : 0xffffff7f8fff9441
    0xffffff808ad83ef0 : 0xffffff800eaada80
    0xffffff808ad83f30 : 0xffffff800eaac522
    0xffffff808ad83f80 : 0xffffff800eaac5f7
    0xffffff808ad83fb0 : 0xffffff800e6d6aa7
          Kernel Extensions in backtrace:
             com.apple.driver.AppleMuxControl(3.4.12)[A4934A66-0E30-36E9-984A-650481102449]@ 0xffffff7f909eb000->0xffffff7f909fdfff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.12)[661E3C87-5B97-3272-88FF-B9BA9B6E2 4ED]@0xffffff7f909e3000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f8ef24000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f8ecba000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f8f016000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7f909e6000
             com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f8f069000->0xffffff7f8f2d8fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f8ecba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f8f059000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f8f016000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.1.8)[3666E0FC-87C7-3329-BD8C-2F1ADE D100A4]@0xffffff7f8f2e3000->0xffffff7f8f58ffff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f8f069000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f8ecba000
             com.apple.GeForceTesla(8.1.8)[67BAF872-A238-3787-AB74-22297A51FE8F]@0xffffff7f8 fff3000->0xffffff7f900bdfff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f8ecba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f8f059000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f8f016000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f8f069000
             com.apple.iokit.IOSurface(91.0)[BC96A900-DD9D-3F36-AFE6-EF88CB4B3607]@0xffffff7 f8fa08000->0xffffff7f8fa19fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x000000000e400000
    Kernel text base: 0xffffff800e600000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 1241550929282
    last loaded kext at 267897920816: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7f90afb000, size 65536)
    last unloaded kext at 432680682924: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7f90afb000, size 57344)
    loaded kexts:
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AGPM          100.14.11
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.driver.AppleIntelHDGraphics          8.1.8
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.GeForceTesla          8.1.8
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleIntelHDGraphicsFB          8.1.8
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.SMCMotionSensor          3.0.4d1
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.driver.AppleIRController          325.7
    com.apple.driver.AppleUSBCardReader          3.3.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.iokit.AppleBCM5701Ethernet          3.6.9b9
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.nvidia.classic.NVDANV50HalTesla          8.1.8
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.nvidia.classic.NVDAResmanTesla          8.1.8
    com.apple.driver.AppleGraphicsControl          3.4.12
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.0
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOEthernetAVBController          1.0.3b3
    com.apple.driver.mDNSOffloadUserClient          1.0.1b4
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.pthread          1
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.66 GHz, 4 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK5055GSXF, 500,11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Hub
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Hub
    USB Device: Built-in iSight
    USB Device: IR Receiver
    Thunderbolt Bus:

    Mid-2010 15" MacBook Pros - the bad NVIDIA GPU
    If you're having frequent kernel panics with your 15" mid-2010, or intermittent screen problems, the problem is, more than likely, the faulty NVIDIA GPU found in a number of those machines.
    Here's just a sample of a kernel panic log that points to the faulty NVIDIA card:
    Kernel Extensions in backtrace (with dependencies):
             com.apple.GeForce(6.4.0)@0x82ac4000->0x82b7afff
                dependency: com.apple.NVDAResman(6.4.0)@0x834a0000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x82fd3000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a802000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x8301b000
             com.apple.nvidia.nv50hal(6.4.0)@0x83c05000->0x84019fff
                dependency: com.apple.NVDAResman(6.4.0)@0x834a0000
             com.apple.NVDAResman(6.4.0)@0x834a0000->0x8378dfff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a802000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x82fd3000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x8301b000
    Here's the "official" Apple take on the issue - but the very real kernel panics need not be preceded by 'Intermittent black screen or loss of video'... in fact, you might not experience any video problems at all. Although video problems can certainly be a portent of things to come…
    So what can you do? Print out a copy of your kernel panic and a copy of the Knowledge Base article and take them, along with your machine, to your local Apple Store or an Apple Authorized Service Provider. The unfortunate thing is that many people have passed the “three years from date of purchase” now and Apple is not honoring the free logic board replacement for many users. Some dealers seem to be making some exceptions for those past the three year mark, but don’t count on it…
    Good luck,
    Clinton

  • Problems with Public Folders in Exchange 2010

    Last month I upgraded my servers from 2000 to 2010. The route I took for exchange was 2000 -> 2003 -> 2010. Everything went fairly smooth and I have had no real problems until this week. (I have uninstalled the older exchange servers.) I have been
    trying to clean out some of the remnants that have been left over from the older servers (for whatever reason the uninstall did not remove the information on the new server). I used ASDI edit to remove some old information that was pointing to the old exchange
    server (First Administration Group I think it was called).
    After that I upgraded to SP1 and Rollup 1. The Public folder database no longer appears under Organization Configuration, Mailbox. I am not sure if it was there after my deletion or not, so I am unsure if the problem is caused by my deletions or the upgrade.
    I followed the instructions found here, http://technet.microsoft.com/en-us/library/bb727370%28EXCHG.80,printer%29.aspx . The CN=Public folders was found in CN=Folder Hierarchies. However
    msExchOwningPFTree is greyed out, so I cannot update it. I have tried to delete it and remake it, same thing.
    I also get the following events which I am assuming is caused by the Public Folders database not being mounted:
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          10/28/2010 11:03:51 AM
    Event ID:      3154
    Task Category: Service
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      sachdc00001.sunshineacres.local
    Description:
    Active Manager failed to mount database Public Folder Database 1678798462 on server sachdc00001.sunshineacres.local. Error: An Active Manager operation failed with a transient error. Please retry the operation. Error: Database action failed with transient error.
    Error: A transient error occurred during a database operation. Error: MapiExceptionADPropertyError: Unable to mount database. (hr=0x80004005, ec=2418)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSExchangeRepl" />
        <EventID Qualifiers="49156">3154</EventID>
        <Level>2</Level>
        <Task>1</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-10-28T18:03:51.000000000Z" />
        <EventRecordID>42074</EventRecordID>
        <Channel>Application</Channel>
        <Computer>sachdc00001.sunshineacres.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Public Folder Database 1678798462</Data>
        <Data>sachdc00001.sunshineacres.local</Data>
        <Data>An Active Manager operation failed with a transient error. Please retry the operation. Error: Database action failed with transient error. Error: A transient error occurred during a database operation. Error: MapiExceptionADPropertyError:
    Unable to mount database. (hr=0x80004005, ec=2418)
    </Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        ExchangeStoreDB
    Date:          10/28/2010 11:03:51 AM
    Event ID:      231
    Task Category: Database recovery
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      sachdc00001.sunshineacres.local
    Description:
    At '10/28/2010 11:03:51 AM', the copy of database 'Public Folder Database 1678798462' on this server encountered an error during the mount operation. For more information, consult the Event log on the server for "ExchangeStoreDb" or "MSExchangeRepl"
    events. The mount operation will be tried again automatically.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="ExchangeStoreDB" />
        <EventID Qualifiers="49156">231</EventID>
        <Level>2</Level>
        <Task>1</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-10-28T18:03:51.000000000Z" />
        <EventRecordID>42073</EventRecordID>
        <Channel>Application</Channel>
        <Computer>sachdc00001.sunshineacres.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Public Folder Database 1678798462</Data>
        <Data>0855badd-62f3-421f-9175-86cf26891c8a</Data>
        <Data>Store</Data>
        <Data>GenericMountFailure</Data>
        <Data>
        </Data>
        <Data>Store</Data>
        <Data>There is only one copy of this mailbox database (Public Folder Database 1678798462). Automatic recovery is not available.</Data>
        <Data>10/28/2010 11:03:51 AM</Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        MSExchangeIS
    Date:          10/28/2010 11:03:51 AM
    Event ID:      9519
    Task Category: General
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      sachdc00001.sunshineacres.local
    Description:
    While starting database 0855badd-62f3-421f-9175-86cf26891c8a, the following error occurred: 0x972. 
    Look up of DB Info failed.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSExchangeIS" />
        <EventID Qualifiers="49158">9519</EventID>
        <Level>2</Level>
        <Task>6</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-10-28T18:03:51.000000000Z" />
        <EventRecordID>42072</EventRecordID>
        <Channel>Application</Channel>
        <Computer>sachdc00001.sunshineacres.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>0x972</Data>
        <Data>0855badd-62f3-421f-9175-86cf26891c8a</Data>
        <Data>Look up of DB Info failed</Data>
        <Binary>5B444941475F4354585D00002E000000FF8C170000000000000220000000496340107209000068284010720900003DE900104000060E3DD1401072090000</Binary>
      </EventData>
    </Event>
    Also, the CN=InformationSore is empty. Is this normal?
    Now I am assuming I deleted something that I shouldn't have.

    Tried that, I get the following when I go to the Public Folder Management Console:
    Cannot complete the operation because there isn't an available public folder database on server
    And even if I did that how does that help me retrieve my missing information?

  • Problem with displaying figures in words

    dear members....I've used the Julian Date trick to display the figures in words n it worked very well as far as figures were in positive numbers, but it wasted alot of time of me when it was displaying error while figure was in negative(below to zero)numbers, can any body tell me that how can I fix this problem in a way that it should display the whole value in words as it displays to positive figures but with a prefix of "Minus" in case of a negative number??? I've tried the condition like this
    IF :val > 0.....
    but not fruitful,
    plzzz tell me some solution,thanx,good bye.

    You can use this code and try your requirements.
    SQL> create or replace
    2 function spell_number( p_number in number )
    3 return varchar2
    4 -- original by Tom Kyte
    5 -- modified to include decimal places
    6 as
    7 type myArray is table of varchar2(255);
    8 l_str myArray := myArray( '',
    9 ' thousand ', ' million ',
    10 ' billion ', ' trillion ',
    11 ' quadrillion ', ' quintillion ',
    12 ' sextillion ', ' septillion ',
    13 ' octillion ', ' nonillion ',
    14 ' decillion ', ' undecillion ',
    15 ' duodecillion ' );
    16 l_num varchar2(50) default trunc( p_number );
    17 l_return varchar2(4000);
    18 begin
    19 for i in 1 .. l_str.count
    20 loop
    21 exit when l_num is null;
    22
    23 if ( substr(l_num, length(l_num)-2, 3) <> 0 )
    24 then
    25 l_return := to_char(
    26 to_date(
    27 substr(l_num, length(l_num)-2, 3),
    28 'J' ),
    29 'Jsp' ) || l_str(i) || l_return;
    30 end if;
    31 l_num := substr( l_num, 1, length(l_num)-3 );
    32 end loop;
    33
    34 -- beginning of section added to include decimal places:
    35 if to_char( p_number ) like '%.%'
    36 then
    37 l_num := substr( p_number, instr( p_number, '.' )+1 );
    38 if l_num > 0
    39 then
    40 l_return := l_return || ' point';
    41 for i in 1 .. length (l_num)
    42 loop
    43 exit when l_num is null;
    44 if substr( l_num, 1, 1 ) = '0'
    45 then
    46 l_return := l_return || ' zero';
    47 else
    48 l_return := l_return
    49 || ' '
    50 || to_char(
    51 to_date(
    52 substr( l_num, 1, 1),
    53 'j' ),
    54 'jsp' );
    55 end if;
    56 l_num := substr( l_num, 2 );
    57 end loop;
    58 end if;
    59 end if;
    60 -- end of section added to include decimal places
    61
    62 return l_return;
    63 end spell_number;
    64 /

  • Problem with embedded links in Word 2001

    Hi,
    I have searched many forums but can't find any answers to this. I hope you can help me.
    I work with image files and text, and have made links from within Word files to the .jpg files I need. This was very easy to do in my old PowerMac G4 running OS 9.2.
    Although I now work normaly in OS X, I still need to work in those Word 2001 files in Classic because I use a special font and some of the characters don't display correctly in OS X.
    When I moved the files from the old computer to the new Powerbook, I assumed all links would be broken and would have to be edited but, to my surprise, all the links worked just fine when I run Word 2001 in Classic (the links' paths are still the old ones, from the old computer, but they work nevertheless) - I wonder how...
    They don't work in Word 2004 but I never expected them to.
    The problem is trying to edit or create hyperlinks now, in Word 2001.
    If I change or create a link, it works just fine just as long as I don't quit Word.
    When I relaunch Word 2001 and reopen the file, as soon as I point the cursor to the link, Word quits. I've done it enough times in a row for Classic to quit as well.
    Is there a way to make links work in Word 2001?
    Thanks.
    stpedro

    I know that all fullscreen videos are flexible to both orientation. What´s happens here is before show your vertical layout the viewer shows the vertical video. You need to try in custom app...Produce  an IPA file and test it.
    Maybe be a bug...
    __Felipe

Maybe you are looking for

  • Using MB mostly w/ power adapter, how do I maintain battery?

    I use my MB at work plugged in with battery,and of course, once in a while take my MB for a trot, and like to make sure it is ready for normal use with a charged battery, however , I am concerned that running my MB w/battery with power adapter plugge

  • Graphical mapping is Java Mapping??

    Someone told me that ABAP mapping is faster than Java mapping cause it runs on ABAP stack straight away, where as Java mapping runs on Java stack and then transfers the result to ABAP stack whic reduces effieciency. Does that mean me should prefer AB

  • Sync fails to start

    I plugged my iPhone to my computer yesterday morning and ran thru the Sync and it moved my music from iTunes on my computer to my iPhone. Last night I plugged my phone in and it kept trying to Sync, but kept saying 'Sync has failed to start'.  What a

  • Singleton object in clustered enviornment

    Hi,           In my web application which is deployed in clustered enviornment, I am facing problem for singleton object.           I need to share object among all servers in the clustered.           I am using weblogic server 9.2. I have tried its

  • No progress bar while music is playing?

    since i've upgraded my 3g to 2.2, i've noticed that while music is playing, there is no progress bar @ the top(like the volume bar @ the bottom). my g/f also has her iphone 3g running 2.2, but her progress bar is still there, along with the little ge