Generating business blueprint with shortcuts in Word 2007

Hi,
Was wondering if you have experienced problems generating the business blueprint in Solution Manager where Word 2007 is used? I have included the u201CInsert shortcutu201D option, which seems to cause the issue. (As this is not a problem when this option is not selected). When running the macro in 2007, an error causes Word to close. When recovering the document, the business blueprint is incomplete and the links are not generated correctly.
This problem does not occur when generating the blueprint, with the same option selected, for Word 2003.
I found a suggested solution here: http://support.microsoft.com/kb/282830. However, this did not solve the problem.
Any suggestions?
Thanks,
Hanne

Hi Andreas,
Thank you for your input, and sorry for getting back to you so late.
After debugging a bit more, it seems that the programme crashes when calling:
m_oDocument.Hyperlinks.Add Anchor:=oRange, Address:="", _
                           SubAddress:="S" & VBA.Left(strFileName, 32), ScreenTip:="", _
                           TextToDisplay:=strOrigFilename
The m_oDocument.Hyperlinks.Add Anchor:=oRange, Address:=L_ADDRESS, SubAddress:=L_SUBADDRESS is not reached (see code below).
Private Sub InsertRef2kHyperLink(oRange As Range, strFileName As String, _
                                 strOrigFilename As String)
m_oDocument.Hyperlinks.Add Anchor:=oRange, Address:="", _
                           SubAddress:="S" & VBA.Left(strFileName, 32), ScreenTip:="", _
                           TextToDisplay:=strOrigFilename
End Sub
Private Sub sInsertHyperLink(sDoc As String)
Dim oRange      As Range
Dim L_ADDRESS As Variant
Dim L_SUBADDRESS As Variant
On Error GoTo err_sInsertHyperLink
If UCase(VBA.Left(VBA.LTrim(sDoc), 3)) = "WWW" Then
    sDoc = "HTTP://" & sDoc
End If
L_ADDRESS = sDoc
L_SUBADDRESS = ""
m_oDocument.Range.InsertParagraphAfter
Set oRange = m_oDocument.Range(m_oDocument.Range.End - 1)
'm_oDocument.Hyperlinks.Add Anchor:=oRange, Address:=sDoc, SubAddress:=""
m_oDocument.Hyperlinks.Add Anchor:=oRange, Address:=L_ADDRESS, SubAddress:=L_SUBADDRESS
oRange.Collapse Direction:=wdCollapseEnd
Set oRange = m_oDocument.Range(m_oDocument.Range.End - 1)
<xxx>
However, an extract of the recovered business blueprint shows that the url is created. Although it is not the original filname url, which should be "1.1.1.1.1 Create BP" (instead of the 32 character string specified below).
1.1.1.3.1 Link create BP
SDE2E5D31A9B18FF1B54300145EB4162D
Any suggestions?
Kind regards,
Hanne

Similar Messages

  • Getting error while generating Business Blueprint Document for Project

    Hello Experts,
    I hv created a project in Solution manager 3.2 through solar_project_admin . Now iam in the phase of defining its Business Blueprint . I hv completed the steps, at the end when iam generating Business Blueprint document ,following error is being displayed:
    <b>Blueprint document cannot be created. Check the selection
    Message no. SOLAR110
    Diagnosis
    A Business Blueprint document created for the selected selection options would contain no structure elements. It would be empty, so it is not created.
    Procedure
    Choose less restrictive selection options, especially the option
    "Print Structure Elements: Complete Selection" in the "Options" tab.</b>
    I hv checked this error and the option displayed above in the error message but no such option is being displayed anywhere,can anyone plz help me out with how to resolve this problem?
    Requested to revert at earliest as iam stuck with this since many days,My email id is <b>[email protected]</b> .
    Regards,
    Saumya

    Hello Horst ,
    Thanks for ur reply.I hv now again tried to Generate Blueprint Document with unselecting option Only with Documents but in the structure selection when i tick on all the options given in tat structure then regenerate Business blueprint Document ,following error message is displayed:
    <b>Error 130: Business Blueprint cannot be generated
    Message no. AI_SOLAR08130</b>
    For this error no long text/ explaination exists .But when i try to generate Business Blueprint Document with unselecting option Only with Documents but in the structure selection unticking on all the options given in tat structure then following error message is displayed:
    <b>Blueprint document cannot be created. Check the selection
    Message no. SOLAR110
    Diagnosis
    A Business Blueprint document created for the selected selection options would contain no structure elements. It would be empty, so it is not created.
    Procedure
    Choose less restrictive selection options, especially the option
    "Print Structure Elements: Complete Selection" in the "Options" tab.</b>
    Plz revert back, wt shld i do now?
    Regards,
    Saumya

  • Generating Business Blueprint in Word 2007

    Folks:
    Does anyone have a fix for generating a Business Blueprint in Solution Manager when the document is generated in  2007. When you run the marco to build the blueprint, it does not link the documents and the blueprint is incomplete. This is not an issue if you are using Word 2003.
    Thanks
    Ajay Narula

    In MS Word 2007 change Micro Trust setting may help you.
    In menu>Word Options>Trust Center>Trust center settings>Enable All Micro.
    Thanks
    Andrew

  • Issues with 'Rounding' function (Word 2007 issue? Works in Word 2003...)

    My colleague (using Word 2003) and I (using Word 2007) are working on a change to a template where we include a formula that has the function called rounding.
    She (2003) is able to preview the pdf but I (2007) am getting error message: : oracle.xdo.parser.v2.XPathException: Extension function error: Method not found 'round'
    All other settings that we have appear to be the same (same config file, same java version, etc)
    Does anyone know if there are some changes to Word 2007 that are causing this? And, any ideas on how to resolve?
    Thanks for the help!
    Background:
    -The function is designed provide a total weight value: each individual weight value, multiply by a factor of .80, round up, and then added together to get a total amount.
    -Because we also show the individual weight values on the output, (also multiplied by the factor of .80 and then rounded up), we need the factor and rounding to happen before the sum).
    The entire set of functions for the total weight value is:
    <?xdoxslt:set_variable($_XDOCTX,'sum',0)?>
    <?for-each:LIST_G_CONTAINER_NAME1?><?for-each:G_CONTAINER_NAME1?>
    <?xdoxslt:set_variable($_XDOCTX,'sum', xdoxslt:get_variable($_XDOCTX,'sum')+ xdoxslt:round((GROSS_WT*0.8),2))?><?end for-each?><?end for-each?>
    <?format-number: xdoxslt:get_variable($_XDOCTX,'sum');'9G990D00'?>
    space
    <?WEIGHT_UOM_CODE?>
    Error when attempting to preview the pdf after uploading an xml file:
    : oracle.xdo.parser.v2.XPathException: Extension function error: Method not found 'round

    Hi,
    I took my original file (didn't have the round functionality) and Word 2007 and did the following:
    1) Tested with xml to ensure that there are no other issues - was able to preview successfully
    2) Added the function you suggested: <?xdoxslt:round(1000.98978,2)?> and saved the change
    3) Tried to preview using the same xml and got the same error message about rounding
    I can't test on 2003 because my colleague is not working right now (she is the one with that version installed). I will try on 2003 later today (but I am guessing it will work for her because the other rounding function works for her).
    Thanks for any other ideas about this.
    Here is the entire extract of error message:
    Font Dir: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    RTFProcessor setConfig: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config\xdo.cfg
    FOProcessor setData: C:\Data\BI Publisher\2010_CR-102626_PL-CML_Net Weight\Net Weight Template Changes\Testing\OTST_SC-06_PL_SGS-2903194_Direct_ENG_Jul-09.xml
    FOProcessor setLocale: en-us
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
         at RTF2PDF.runRTFto(RTF2PDF.java:632)
         at RTF2PDF.runXDO(RTF2PDF.java:466)
         at RTF2PDF.main(RTF2PDF.java:254)
    Caused by: oracle.xdo.parser.v2.XPathException: Extension function error: Method not found 'round'
         at oracle.xdo.parser.v2.XSLStylesheet.flushErrors(XSLStylesheet.java:1526)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:517)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:485)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:264)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:150)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:187)
         ... 16 more

  • How Can I Print 2 Pages per Sheet with Bookmarks in Word 2007?

    Is there any workaround to print 2 pages per sheet (in MS Word) with bookmarks?
    I always get the following message:
    Acrobat PDFMaker has detected that 'Multiple Pages option in Page Setup' has been selected. It will not be able to create tags, links, bookmarks with this option selected...
    --Roborabbit

    The Word 2007 pdf export (the one MS has here: http://www.microsoft.com/downloads/details.aspx?FamilyID=f1fc413c-6d89-4f15-991b-63b07ba5f 2e5&displaylang=en) supports bookmarks right?

  • Generating Business Blueprint

    Hi,
    I seem to be having problems generating the business blueprint, we are doing an HCM project and i have defined the following in SOLAR01
    1. Organizational Units
    2. Master Data
    3. Business Scenarios
    under the business scenarios, i have assigned the business proccesses from the HCM component.
    my question is, is there any transactions that must be assigned to each individual business process?
    the business blueprint comes up blank, but i have the structure, the master data and the business scenarios.
    what am i missing in the setup?

    Hi Trevor,
    If you are in Business Scenario Section in SOLAR01 -  make sure you select and give the following information.
    Organizational Unit
    Master Data
    Business Processes
    eg:-
    if you select Sales as Business Scenario
    once you click on Sales -  in your right hand side you will see Proj.Documentation Section there you upload your business process Document/Blue Print and Blueprint-Relevant Tab should be checked.
    and make sure you have given the following.
    In Organizational Units
    Sales Organization, Distribution Channel, Division, Sales Area, Sales Office  and Sales Group
    In Master Data
    Customer Master Records, Product Master Records, Condition/Pricing,Cusotmer Employee Master..etc.
    In Business Process
    Sales Order Processing
    Regards
    Rayees Palot

  • Visio 2010 EMF in word 2007 fonts distorted in PDF

    Hello Participants,
    I am experiencing an issue with some Visio images not rendering correctly in my PDF. I created the images in Visio 2010 and saved as EMF. Then I inserted them into my Word 2007 document and generated a PDF.
    One of my images renders great, the other one has some font distortion going on. Can anyone point me to some settings that could resolve this issue?
    Thanks so much for your help on this matter.
    Z.

    My two bits for what they are worth. I used AA9 for the conversion. When I printed to the Adobe PDF printer, the text came out crisp. When I used PDF Maker, I got the same poor fonts view I think you refer too. However, I think it in part goes back to the graphic you used. When I look at the page in WORD 2007, the fonts do not look that good either.
    I did observe that it may be the scaling you have done in WORD -- a typical problem with the view of bitmaps. The size of the 1st one is 51% and the 2nd one is 59%. If you can scale the figures in VISIO so that they will be 100% in WORD that may help. What is strange is that printing to the Adobe PDF printer gave a nice result. So it appears to be related to a PDFMaker issue.
    An additional factor is that Adobe PDF printer seemed to retain the information as a vector graphic (you can select the individual parts) and yet PDF Maker seemed to convert the graphic to a bitmap. How much of that is Acrobat and how much is MS screwing thing up I do not know (I only say this from past experience with graphics in WORD 2007 that was not a problem with WORD 2003).
    As a last resort, I exported the graphics to an EMF and imported into Adobe Illustrator. I think clipped each one into a new WORD file as EMF files (Paste Special) and then ran PDF Maker. This time they came out fine. I think a good part of the problem is how the VISIO files are importing to WORD. That has long been a problem. I my opinion, MS bought VISIO and messed up a great product, causing problems like this.
    Maybe some of my comments will help the Adobe team to trace the issue. I know that VISIO files embedded in WORD have long been problems. I do not have a best work flow when using VISIO, but clipping from VISIO does not seem to work well. I hope that some of may wandering analysis here is helpful. I have just been commenting as I have tried things.

  • Word 2007 doc to PDF missing bookmark numbers

    Hi,
    I am using Acrobat 9 Pro to convert a Word 2007 doc to PDF. The doc converts fine and I get the bookmarks.
    The problem though is that the generated bookmarks are missing their numbers.
    For example:
    In Word 2007, it will look like:
    1 Overview
    1.1 Introduction
    In Acrobat 9 Pro generated PDF, it looks like:
    Overview
    Introduction
    I looked through the forums and other people have posted similar questions but no resolution was seen.
    Can somebody please help out?
    I talked to Adobe tech support and they were no help.
    Thanks

    Hi all,
    Here is an update to this issue.
    First of all I agree with Nick that this *is* an Adobe Acrobat 9 Pro issue. (Possibly even with older versions).
    Anyway below are the steps I followed to get this to work. It is quite a round about way but I'm happy I got it to work.
    * Generate the PDF as usual from Word 2007. (Maybe you don't need to generate the bookmarks here because we are going to delete them later anyway).
    * Open the newly generated PDF in Adobe Acrobat 9 Pro
    * Click on the Bookmarks tab---if you have the Word 2007 generated bookmarks here select them all (Ctrl-A) and delete them :(
    * Then click on the "Gears" icon in the Bookmarks tab.
    * In the drop down menu select the "New Bookmarks from Structure..."
    * Highlight the structures you wish to have for your bookmarks. For example I chose H1, H2, H3 assuming those were Heading1, ...
    * Click OK
    * The newly generated bookmarks contain section numbers
    * Unfortunately this shows up within a bookmark called "Untitled" So I again select all (Ctrl-A)
    * Unselect "untitled" and move (drag) everything else to one level above "Untitled"
    * Then I delete "Untitled".
    Unfortunately this new bookmark is a flat structure---i.e. you cannot collapse it.
    Oh well! At least it works.
    If any of you can come up with a better solution, please post it here :)
    Thanks

  • Acrobat 8.1.6 and Word 2007 - PDF printing problem

    I have a weird problem with printing a word 2007 document to the Adobe PDF printer (distiller). I hope someone can help with this.
    My two-page Word document has a background color, text, text boxes and two imported images (both under 500kb). Now, the problem is two-fold:
    If the 'print background color' option is disabled (unchecked), the PDF looks okay, but the background color vanishes as does text within text boxes (the text boxes themselves appear fine).
    If the 'print background color' option is enabled, the PDF shows only the background color, but no text!
    In either case, the PDF generation takes an unusually long time.
    I tried to follow the advices given in other threads, and looked for the presence of Acrotray.exe (it was present during the process). I also tried printing the document to a file (.prn), renaming the extension to .ps, and double-clicking it to send the job to distiller - every time with the same result.
    I must mention that if I use Word 2007's own 'Save to PDF' feature, it generates a clean PDF without any problem. It is only the Acrobat Distiller that is giving me endless grief. Can someone knowledgeable please help me with this issue?

    I have an update. This is even weirder. It turns out that after I generate the PDF and only the background color shows up, I can use the Touch Up Object tool to select the entire page (by clicking anywhere in the colored area), and press 'delete'. If I do this, parts of the background color gets deleted, revealing the text underneath - including the background color!!!!! And doing this repeatedly, I can remove this strange 'overshadow' and find everything (image, text, text box) intact underneath. I can do the same to the text box, and eventually, the missing text appears there.
    I, of course, have to do this for every single page!
    In summary, it is almost as if my text and images are being covered by a sheet with the same color as the background, which I am then removing part by part - with each stroke of the delete key - much like opening a . Strangely, this happens for each page except the last page (which prints fine - with images and texts etc.)
    Does anyone have a clue about this?
    Update: I hadn't seen the replies from Bill and Lori when I posted this. Thank you both for replying! I do think that the problem is with transparency, given what I found out just now (written here). However, I have tried different PDF settings, standard and high quality (this is the one I normally use), and yet I have had the same issue!
    Message updated by: kausikdatta

  • Word 2007 won't save files with Acrobat Pro 9.0 Installed

    Last night an issue started occurring while trying to save a document in MS Word 2007 (part of an Office Ultimate install).  After about 10 hours of trying several suggestions from a variety of forums and MS suggestions I found that the only time I cannot save a file by traditional means is when Acrobat is installed.  I tried updating Acrobate and had the same thing happen.  MS says all that's left for me to do is get an answer from Adobe (I have to wonder if it's a copout).
    Steps taken so far:
    Disabled the PDF add-in - still unable to save Word files
    Removed PDF add-in - still unable to save Word files
    Removed entire CS4 suite - Word was able to properly save files
    Installed only the parts of the suite that I use frequently (Photoshop, Soundbooth, Premiere, Acrobat) - unable to save Word files
    Removed Acrobat Pro 9.0 - Word saves files properly again
    When I say it will not save a file I've tried the keyboard shortcuts for Save/Save As, Choosing the Save/Save As from drop down, and even attempted to save by closing the document.  When prompted with the option to save changes I say yes and nothing will happen, I have to close the document with nothing saved.
    I hate the idea of reinstalling Acrobat each time I need to use it to keep Word functional.  I've seen a ton of threads on other forums related to this issue.  Has anybody else seen this or know about a fix/work around?  Any help is appreciated.  Please let me know if additional detail is necessary.
    The operating system for the affected computer is Windows 7 32-bit.

    I installed each update individually (6 of them) and rebooted after each update.  Opened Word and attempted to save a document (after each update/reboot), the documents still cannot be saved (previously created documents still cannot have new detail saved).
    Decided to delete the Office folder in the following path: C:\Program Files\Adobe\Acrobat 9.0\PDFMaker\Office
    Opened up word and Acrobat went through an installation processes, to replace what was removed I assume.  After this was done I attempted to save a document and was still unable to do so.  Went back and deleted that Office folder in the above path again.  When opening Word this time I cancelled the installation process that Adobe was trying to complete.  Preventing the install of the settings and PDF add-in allowed documents to be saved again in word.
    I decided to try to remove the innactive add-in from my Word Options and received the following error message:
    "The connected state of Office Add-Ins registered in HKEY_LOCAL_MACHINE cannot be changed"
    Due to my deleting that folder?
    I suppose I could cancel that installation that initiates each time I open Word (or any other Office program that benefits from Acrobat Add-ins) but that will be a bit of an annoyance.
    Anybody have another suggestion, know what may need to be deleted from the registry to prevent the Add-ins installation when opening Word, or know where that setting can be changed?
    Hopefully getting close to a resolution

  • Acrobat 9 Pro - Will it print to pdf with embedded pdf's from Word 2007?

    Hello All,
    We're considering upgrading to Acrobat 9 Pro or Extended.  One of our concerns is whether it will handle the following:
    1. We create very large documents and we like the ability to use OLE of existing PDF documents imbedded into Word 2007 which causes a new PDF window  to open up from the imbedded PDF.  It also displays nicely as an icon or the cover page within Word.
    2. The challenge is when printing (distilling) that master document with any imbedded PDFs, the icon or cover page is displayed, but the OLE feature goes away and does not recognize the imbedded PDF any longer; Acrobat simply treats the imbedded PDF in Word as any other page in the distilling process.
    3. We're not wild about bookmarking or linking to another PDF.
    Does Acrobat 9 Pro or Extended resolve this issue?

    The options availible for scripted print settings are all shown in the entry for "PrintParams" object in the Acrobat JavaScript Reference.  Have you looked to see if these options fit your needs?  If they do, and if the script can detect which PDF requires which options, then  you're in business.  But if the options you need are not there, then your only option is to set the batch process to display the print dialog for every PDF.
    Thom Parker
    The source for PDF Scripting Info
    pdfscripting.com
    The Acrobat JavaScript Reference, Use it Early and Often
    http://www.adobe.com/devnet/acrobat/javascript.html
    Then most important JavaScript Development tool in Acrobat
    The Console Window (Video tutorial)
    The Console Window(article)

  • "Convert to PDF" shortcut is missing in Microsoft Word 2007

    Hi
    I have just updated from Microsoft Word 2003 to Word 2007. I have always had a shortcut in Word 2003 in the toolbar with "Convert to PDF". After I have upgraded to Word 2007 I cannot get the shortcut to appear in the Word toolbar.
    Does anyone know how I can get the shortcut back?
    /James

    Version 8.1 or later are the only versions that will work with MS Office 2007. You will also have to install or repair Acrobat after installing MS Office and enable the Acrobat macros through the "About Word" panel.

  • 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

  • Word 2007 compatibility with RoboHelp

    Does anyone know if or when RoboHelp for Word will be
    compatible with Word 2007? Can you even install RoboHelp X5 on
    Office 2007 to use for RoboHelp HTML? I know that WinHelp is
    deprecated for Vista. Although we have converted our ongoing
    projects to WebHelp, we still have a large number of legacy help
    projects that we are not going to convert.
    I would like to find out if there will be a patch to make RH
    X5 compatible with Office 2007, or if we need to wait until the
    next full release of RoboHelp.

    quote:
    Originally posted by:
    Andrea_L
    relead: Do I understand correctly that RoboHelp X5 (whether
    it's used for WinHelp or WebHelp) will not start up at all after
    you have installed Office 2007? That is, were you able to open
    RoboHelp HTML without first reinstalling Word 2003, or did Office
    2007 just cause the whole program to hang?
    I didn't work with RH for about half a year. In this period I
    installed a new version of Norton Internet Security 2007 and MS
    Office 2007. Initially my whole system hung, but there was a
    workaround: let NIS stop scanning office documents on opening in
    office.
    I also installed IE7 and just a few days ago a friend of mine
    reported a serious problem with Macro's in Excel in combination
    with IE7.
    So when I clicked the RH shortcut the other day and the
    system started acting weird I had no idea what could cause the
    problem.
    The symptoms were this: RH did not open at all. Instead I've
    got a dialogue box stating something like 'preparing installation'
    with only a cancel button.
    After waiting a wile a second dialogue opened stating
    something like 'No connection to install server' with a retry and a
    cancel button. Pressing the cancel button resulted in disappearing
    the second dialogue, but the first remained until rebooting the
    system.
    Installing a previous version of word (in my case 2003
    standard edition and completely stripped) did the trick for me!

  • RoboHelp for Word cannot open Word with Word 2007

    Thanks for your leignancy, I'm having trouble even starting
    to work with RoboHelp. I think I need detailed explanations. I did
    spend hours sifting through Robohelp's Help and this Forum, I'm
    stuck.
    I am trying to use
    RoboHelp for Word 7.0 , build 001, with Word 2007 on Vista.
    I need to work on help projects created with a previous
    version of RoboHelp.
    For some reason, when I open RoboHelp, the .doc file opens in
    Word next to it, but then RoboHelp freezes for several minutes,
    then I get a dialog box that says
    "RoboHelp" could not open Word .
    Then anytime I try to modify a topic in my help file, I get
    the same stall and error message, and my Word document stays stuck
    at the beginning on my first topic.
    Also, in Word,
    all Robohelp options don't work. I can't search for a topic
    for instance to locate it and modify it. When I click on search for
    a topic from the menu on top, nothing happens at all. If I click on
    search a topic from the right-click menu, then I get a message that
    because of security or confidentiality settings, the
    Macros don't work.
    I tried re-activating all Macros in Word 2007 Options, I
    closed everything, even re-booted the computer, but to no avail.
    Also, I tried saving my .doc into a .docx (Word 2007 format)
    to see if the Macros would be compatible then, but I got the exact
    same results.
    Right now, RoboHelp and Word don't seem to be "talking" to
    each other right, and the Macros don't work.
    Plus: I tried to test a modification I made in the .doc file
    by generating the WebHelp, but that didn't work either, I got an
    error message saying that the file couldn't be opened, but the path
    to the file was all wrong, with folder names I don't even have on
    my computer.
    If someone could figure this one out for me, I'd be very
    thankful, I'm the kind of person who likes something to work in a
    simple, linear way, 1-2-3... This is totally confusing for me right
    now.

    Ok, isn't that what I did when I re-activated the Macros in
    Word 2007?
    Word Options / security - confidentiality center / Parameters
    Activate all Macros (the lowest one on the list)
    Did that already. Also, I made backups of my projects, and
    tried with a new "brew" just in case I had messed it up along the
    way somewhere.
    First thing I did when I opened it again was change the
    output to WebHelp instead of WinHelp 4, since I can't open that in
    Vista anymore.
    I can generate the help in that format, but either way I try
    to make any modification it's not taken into account when I
    generate it.
    Example:
    In the french help project which I'm working on, I had a
    tittle that was miss-spelled.
    I tried modifying in in the Word .doc document, then generate
    the help, but the title was still wrong.
    So I tried changing in directly in Robohelp with the topic's
    properties.
    When I clicked OK, it stalled forever again, and then it said
    it couldn't take the modifications into account.
    And any text I cut and paste or changed in the .doc on Word
    remains unchanged in the WebHelp....
    Right now, the more I try, the more I'm stuck and the more
    questions I get. I'm seriously thinking I'd need some live
    coaching, on a chat or something, to get me started on the right
    track. Is there anyone who can do that? I'm so awfully stuck right
    now. And I feel like I'd unfurl a tsunami of ridiculous questions
    if I posted them all on the Forum now...
    *EXTRA*
    I did all the updates (7.0.3) and right now I'm re-installing
    everything.
    Arghhh.
    I missed one of the last days of ski this season, spent my
    whole week-end with this.
    I'm trying to sound rational and calm, but I'm actually so
    tired and exasperated, I'd have jumped through the window already
    if we weren't on the first floor... Still stuck at Step 1...
    What am I missing??

Maybe you are looking for

  • Loading a jar via a custom classloader

    Hi, I have written a custom class loader that allows me to load a compiled java program as a collection of class files at runtime. This is nice however I now need to consider the runtime execution of more complex java programs that have custom librar

  • Once and for all--are Thinkpad batteries REALLY loose by design

    I think the title pretty much sums it up. I see both sides on the forums, but I haven't seen an official answer from Lenovo. So can anyone say officially whether the battery is really meant to be loose or whether the "thermal expansion" explanation i

  • Keyboard support for AR 9.4.1 in ubuntu

    I'm running adobe reader 9.4.1 in my ubuntu desktop. I would like to make annotation on pdf files by highlighting texts in different colors. Of course I can achieve this by several clicks, but I prefer to do that more efficiently. I explored a softwa

  • Access manager policyagent 2.1 fro webspher5.0  with sun access manager in

    Help It is very urgent I have installed my sun access manager and sun direcory server on same machine solaris10.SSL is diable in directory server.Access manager working on ssl mode means it is working on Http with port 80 and Https with port443.Acces

  • Kernel Panic Crash Report Reading Help!

    Need help to understand why my MacBook gets kernal panic several times a day. I get this log when it restarts: Interval Since Last Panic Report:  105521 sec Panics Since Last Report:          6 Anonymous UUID:                    3136B5C9-3560-8B92-D2