TOC freakiness: Loading TOC style from other document reset my par styles [CS4]

I loaded a TOC style into my layout (from a template doc), only to find that all my text formatting had reverted to that used in said other doc.
This even affected styles not used in the TOC, such as body text.
It appears that instead of just loading the TOC style, it is loading (and replacing) paragraph styles as well.
Anyone else have this problem? Looks to me like a bug.

Aaron,
You probably already checked on this but, if some or all of your styles are Based On the paragraph style known as Basic Paragraph, then you could have this unfortunately fatal accident?
Mike Witherell in Maryland

Similar Messages

  • "Error occurs when loading transaction data from other model" - BW loading into BPC

    Hi Experts,
    I'm having a problem with my data loading from BW, using the standard Load InfoProvider Selections data manager package.
    If I run for a period without data it succeeds (with warning) but if there is data to be extracted I get the following error:
    Task name CONVERT:
    No 1 Round:
    Error occurs when loading transaction data from other model
    model: AIACONS. Package status: ERROR
    As it runs ok when there isn't data it appears there is something preventing the movements of data out of the cube itself, rather then a validation issue.
    Has anyone encountered similar or have any ideas as to the problem?
    Best,
    Chris

    Hi Vadim,
    It's not specific to the transformation file as I have tried with others for the same BW cube and get the same result.
    We get a warning when we try and validate the transformation file:
    "Error occurs when loading transaction data from other model".
    This only appears in the validation pop up and doesn't throw up any warnings about the transformation file itself.  The validation log says:
    Validate  and Process Transformation File Log
    Log creation time
    3/7/2014 16:09
    The result of validation of the
      conversion file
    SUCCESS
    The result of validation of the
      conversion file with the data file
    FAIL
    Validation Result
    Validation Option
    ValidateRecords = NO
    Message
    Error occurs when loading transaction data from other model
    Reject List
    I can't find any errors anywhere else.
    Best,
    Chris

  • Error occurs when loading transaction data from other model

    Hello Experts, I am trying to validate my transformation file and I can see peculiar behaviour of the transformation file. Even though the transformation file is not complete/  complete with all the mappings, i am getting the same error as above.
         I can see options, mapping and conversion sections are validating successfully and throwing the above error.
    Incomplete Transformation File
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT= 10
    ROUNDAMOUNT=
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    Validating the transformation files
    Validating options...
    Validation of options was successful.
    Validating mappings...
    Validation of mappings was successful.
    Validating conversions...
    Validation of the conversion was successful
    Creating the transformation xml file. Please wait...
    Transformation xml file has been saved successfully.
    Begin validate transformation file with data file...
    [Start test transformation file]
    Validate has successfully completed
    ValidateRecords = YES
    Error occurs when loading transaction data from other model
    Validation with data file failed
                           I am getting the same error with complete transformation file also. Please let me know where I am doing the mistake or is it a system error?
    Thanking you
    Praveen

    Hi,
    By
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    you want CUSTOMER to receive a fixed string "NO_CUST"?
    If so use,
    *MAPPING
    CUSTOMER = *STR (NO_CUST)

  • Error occurs when loading transaction data from other cube

    Hi Gurus,
    I'm currently working on a Transformation File for loading Transactional Data from BW to BPC but a error message is displayed "Error occurs when loading transaction data from other cube". I have already checked permissions for my user, double checked my transformation file and the dimensions, made all conversion files needed and the message has not changed.
    Can anybody help me to solve this problem?!
    Thanks a lot & Best Regards,
    HH

    Hi,
    Here, the Transformation File & Conversion File. I have already tested both with another different InfoCube and they work but no for the one needed.
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    *MAPPING
    Category=*NEWCOL(ACTUAL)
    P_0BASE_UOM=0BASE_UOM
    P_0BUS_AREA=0BUS_AREA
    P_0COSTCENTER=0COSTCENTER
    P_0FUNDS_CTR=*NEWCOL(null)
    P_0GL_ACCOUNT=0ACCOUNT
    P_0LOC_CURRCY=*NEWCOL(MXN)
    P_0MATL_TYPE=*NEWCOL(null)
    P_0VENDOR=0VENDOR
    P_DataSrc=*NEWCOL(UPLOAD)
    P_ZMATERIAL1=0MATERIAL
    P_ZMATERIAL2=*NEWCOL(null)
    P_ZMATL_CLASS=*NEWCOL(null)
    P_ZMATL_TESP=*NEWCOL(null)
    P_ZRATIO=*NEWCOL(KF_inpmdInt)
    Time=0CALMONTH
    SIGNEDDATA=0TOTALSTCK
    *CONVERSION
    Time=Time_conv.xls
    EXTERNAL     INTERNAL
    201101          2011.JAN
    201102          2011.FEB
    201103          2011.MAR
    201104          2011.APR
    201105          2011.MAY
    201106          2011.JUN
    201107          2011.JUL
    201108          2011.AUG
    201109          2011.SEP
    201110          2011.OCT
    201111          2011.NOV
    201112          2011.DEC
    Thank you for taking at glance to the files.
    Best Regards,
    HH

  • Loading pdf file from iPhone Documents folder into a UIWebView

    I'm currently trying to include the ability for my App to download a "pdf" file from the web,... display the image in a UIWebView,.. save it to the iPhone,... and later redisplay it in the same UIWebView while "off line". I've been able to do everything but get the web view to load/display the stored pdf file. The App finds the .pdf file...
    Here's the path it finds in the Simulator...
    Image File Path: /Users/FCR/Library/Application Support/iPhone Simulator/User/Applications/8E29ACDF-4A56-4AC2-BFA0-C4F8E00E1481/Documents/AD_K EWR.pdf
    ... but I'm not much into html and can't seem to come up with a url scheme to load the image. I've tried several attempts using the URL... "file:///" ... but so far haven't been able to get the file (which is in the iPhone's Documents folder) to display. I seem to be about one line short of a workable solution.
    Can anyone offer a bit of code (help) to accomplish this seemingly easy task of displaying it in the UIWebView?... It would be much appreciated!

    EdOfTheMountain wrote:
    Thanks for your post and sharing your solution.
    Can you please post the code snippet used to download and save the PDF to the iPhone? I did not know you could do that.
    -Ed
    Ed,... Here's the code ... I've cut and pasted from a couple different routines, but you should get the point...
    Ric
    - (BOOL)downloadPDF:(NSString *)pdfFileName
    // Download a (pdf) file
    BOOL success = NO;
    NSString *urlStr = \[NSString stringWithFormat:@"http://... web path to file .../%@", pdfFileName\];
    if(urlStr)
    NSURL *PDF_URL = \[NSURL URLWithString:urlStr\];
    NSMutableData *receivedData = \[NSData dataWithContentsOfURL: PDF_URL\];
    if(receivedData)
    success = YES;
    NSLog(@"PDF downloaded... Save it to file: %@",pdfFileName);
    NSArray *paths = NSSearchPathForDirectoriesInDomains (NSDocumentDirectory, NSUserDomainMask, YES);
    if (paths.count > 0)
    NSString *documentsDirectory = \[paths objectAtIndex:0\];
    NSString *filePath = \[documentsDirectory stringByAppendingPathComponent: pdfFileName\];
    if(\[receivedData writeToFile:filePath atomically:YES\])
    success = YES;
    NSLog(@"Saved file: %@",filePath);
    else
    NSLog(@"Failed to save PDF to: %@",filePath);
    return success;
    }

  • Why can't I print to PDF from other document types when I'm on a wireless connection?

    Example: When I'm on a wireless connection and attempt to print a Powerpoint file to PDF, the document remains in the Adobe Acrobat PDF printer queue in a status of "Error..Printing". I do not have this issue when I'm on a wired internet connection. My only option when converting documents to PDF while on wireless is to select "Save As" and save as a .pdf file type. This option does not maintain all of the formatting of the original file, so my preference is to print to pdf.

    Interesting. What happens if you open Acrobat and select:
    Acrobat 9: File > Create PDF > From File
    Acrobat 11: File > Create > PDF from File

  • Problem with loading a project from other system

    Hi!
    I am tring to load a project that being done on logic with audiowerk card on other computer. I can open the project but when I am choosing a channel and changing the sound-card name to my card (core audio) I can hear the sund but all the plug-ins/instruments disapear allthough i got the plug-ins and most of them are logic built in plug-ins.
    What should I need to do in order to keep the plug ins and still be able to play the project from my sound card.
    I have logic 7.1,Mac g5 and M-box.
    Thanks,
    Eshy.

    You should have chosen the other option when first launcing it
    Convert to CA=yes
    Usually this dialogue comes up, sounds like you brought it from an OS 9 system. The Logic plugs should follow through and the VSTs, well, you're kinda stuck there. Ask your client/friend to send the presets for 3rd party VSTs if you have them as AUs. Session interchange between your 2 platforms is not very rewarding, so do it as little as possible.

  • Items missing from CC document reappear when saved as CS4

    Had a two hour chat with Adobe this afternoon and uploaded a suspect file, but am now unable to get in contact, so I'll give this a go.
    We've recently upgraded from CS3 to CC and have thousands of legacy files. The docs look fine when opened in CC and output correctly to PDF for commercial printing purposes. Today, however, has thrown a major spanner in the works. Three days ago we opened a CS3 document into CC, made amends, output a PDF proof for the client, and saved it as CC (.indd). The client has sent back the marked up PDF to make further amends. On opening the CC doc, it is immediately apparent that things aren't as they should be. Several items from different pages and different layers - images and text boxes, are missing. We scratched our heads for a while to try and work out how we could possibly have accidentally deleted various items, with no convincing answer. A confusing anomaly was that one of the items missing was a full page full colour placed image which just happened to be on the back cover also. We copied this image and tried to place it on the front but it wouldn't allow us, saying something about boundaries not being big enough - the first sign that something may be damaged.
    I then looked on the web to see if anybody else had had similar problems. It appeared that nobody had but one of the results was an Adobe page for repairing corrupted files. I decided to try one of their recommendations, which was to save as a CS4 file then reopen in CC. We did this and hey presto, it worked! All the missing items returned.
    Our initial joy was quickly replaced by dread as we realised that we had opened what appeared to be a corrupted file, with absolutely no external indication that it was damaged. If it hadn't opened at all, or if there'd been a warning to say the file was damaged, we'd have been pre-warned; but the fact that it opened with no problem whatsoever, meant we didn't know it was damaged. On this occasion, the absence of the front page image made us aware of a problem, but what if it was a 200 page catalogue that we'd just been given the go-ahead to print? Before today we certainly wouldn't have been thinking that we need to go through every page to make sure every item is still there!
    We very often open old docs and create PDFs for print without looking at the files, but even if we did, how are we possibly going to remember every item that appears on every page just to make sure they're still there when we print 3 days, 3 weeks or 3 months later.
    I've been doing this job for twenty five years and never come across this, and from a business point of view, this is VERY scary.
    Anybody any idea what's happening?

    ... this kind of problem is common enough that I never recommend opening a legacy .indd file in a newer version. Instead export the file to .inx from the original version (or .idml for CS5 or newer files) and open that for conversion.
    Peter,
    I've never seen or heard of such a thing. I have had guides get totally screwed up when files are saved down to IDML and then re-opened. That's why I don't really trust the IDML saving except for damaged files.
    But opening legacy files is not supposed to have these types of problems.
    It is very possible that this is a one-time aberration of only one file.
    But what you're recommending is too onerous for most companies to do.
    It is not feasible for companies to keep a copy of legacy software (in this case CS3) running. So they would have to anticipate needing to re-open the file as INX. They would have to keep a copy of CS3 available to export as INX. But it is doubtful that CS3 would run on today's machines running the latest OS. So what you're recommending is they have to export as IDML before they archive a file. And I don't even know if the INX from CS3 can be opened by CC. That could have just as many problems
    I'm happy for the client that saving the IDML and then re-opening in CC fixed their problem. Obviously the CS3 file was damaged.
    And there really is no excuse for not checking a document before it goes to press.
    But if people can't trust opening legacy files, Adobe has a huge problem on their hands.

  • Firefox extremely slow to load, stops Keyboard from working despite resetting, uninstal and downloading same problems persist

    Firefox takes forever to load. When trying to fill in a form on a Web Page the Keyboard wont work and I have to close Firefox and start over. It stops for no reason and page gets s white haze over it. I have reloaded Foxfire. Uninstalled it and downloaded the latest version but it continues. Any clues Thanks Haydn

    Another update:
    I just tried a different router, an older wireless version of the same router and when I first plugged it in and restarted my computer the internet seemed to work normally again, under 5 second page loads (which is still slower than I'm used to getting, but it was a major improvent).
    Then I checked different slots in the router to see if my IP address was changing and it was still remaining on the same IP regardless of which slot I put it in. Do I have to restart my computer everytime I change slots? Either way the internet seemed to be working fine again.
    Then I switched back to the other cord that was producing the problems and the speed slowed down again, but it was still loading pages within 10-20 seconds, leading one to believe it was indead the cord.
    However, a few minutes into browsing around the web the speed seems to be getting progessively slower. I quit Safari a few times and restarted and the pages would now flash up with no delays, click one or two links with the same results. Then with the 4th or 5th new page the speed slows, and has been slowing to a dead hault again....
    I am out of ideas, seemingly a different cord and different router helped things, but only at first. I don't think I can rule out the cord and router as not being problems, but I don't think they are the only problem either.
    It must be something to do with the IP addresses, as I am still getting the same address regardless of which router port I put it in. But, I've tried resetting the routers and going into their configurations and resetting them to system defaults, all with no luck.
    You would think my computer is the problem, as my roommates computer hasn't had any problems, however everything else on my computer is working perfectly, I've not noticed any other problems and I've tried setting and resetting every network configuration option I can think of and that still doesn't fix the problem.
    Maybe the ethernet port on my computer is busted?

  • How do I access *load paragraph styles* from the styles pallet menu?

    Adobe help informs me that I can bring styles from other documents into an existing document by doing this:
    "To copy paragraph styles from one publication to another choose Load Paragraph Styles from the Paragraph Styles panel menu."
    I do not see any menu in the paragraph style menu. I am in CS5. What am I missing?

    I'm sorry, I found it. I had to go back to my G4 and the CS version to see what to do. I did not recognize the small feature on the window yielding the menu.

  • Error while loading Transactional data from NW BW Infoprovider

    Hi,
      I am trying to load the transactional data using the delivered "Transactional data from NW BW Infoprovider" package and getting error message Error occurs when loading transaction data from other cube .
    Below is the transformation file content
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = TAB
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=NO
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT= 9999999999999
    ROUNDAMOUNT=
    *MAPPING
    ACCOUNT = 0ACCOUNT
    BUSINESSTYPE = *NEWCOL(NOBTYPE)
    BWSRC = *NEWCOL(R3)
    COMPANYCODE = 0COMP_CODE
    DATASRC = *NEWCOL(R3)
    FUNCTIONALAREA = *IF(0FUNC_AREA = *STR() then *STR(NOFA);0FUNC_AREA)
    GAME = *NEWCOL(NOGAME)
    INPUTCURRENCY = *IF(0CURRENCY = *STR() then *STR(NOCURR) ; 0CURRENCY)
    PROBABILITY = *NEWCOL(NOPROB)
    PRODUCT = *NEWCOL(NOPROD)
    PROFITCENTER = 0PROFIT_CTR
    PROJECT = *NEWCOL(NOPROJECT)
    TIME = 0FISCPER
    VERSION = *NEWCOL(REV0)
    WEEKS = *NEWCOL(NOWEEK)
    SIGNEDDATA= 0AMOUNT
    *CONVERSION
    Below is the Error Log
    /CPMB/MODIFY completed in 0 seconds
    /CPMB/INFOPROVIDER_CONVERT completed in 0 seconds
    /CPMB/CLEAR completed in 0 seconds
    [Selection]
    InforProvide=ZPCA_C01
    TRANSFORMATION= DATAMANAGER\TRANSFORMATIONFILES\R3_TD_P&L.xls
    CLEARDATA= Yes
    RUNLOGIC= No
    CHECKLCK= Yes
    [Messages]
    Task name CONVERT:
    No 1 Round:
    Error occurs when loading transaction data from other cube
    Application: ACTUALREPORTING Package status: ERROR
    Does anyone had this issue before or is there something that needs to be looked in the BW delivered task ?
    ANy Inpout will be appreciated.
    Sanjay

    Hello Guru,
    Currently i am getting below error while loading costcenter master data from BW to BPC.
    Task name MASTER DATA SOURCE:
    Record count: 189
    Task name TEXT SOURCE:
    Record count: 189
    Task name CONVERT:
    No 1 Round:
    Info provider  is not available
    Application: ZRB_SALES_CMB Package status: ERROR
    Anybody can tell me, if i have missed anything ???
    Regards,
    BI NEW
    Edited by: BI  NEW on Feb 23, 2011 12:25 PM

  • I am being asked to upgrade my account when I already have a plan to create PDFs from other Word formats

    How can I use my account when I already purchased a plan to create PDFs from other documents?  It is not letting me proceed as if I don't have an account.

    What exactly did you purchase? (Please check your receipt).
    And what do you click to get the message?

  • Two different TOC styles in one Pages document?

    I'm a new Pages 2.0.2 user with a large document with two different tables of contents 20 pages apart. I'm trying to format them differently using different TOC styles but when I change one's style the other one changes as well. Anything I do format-wise to one goes over to the other as well. I'm hoping this is just something I have yet to learn about the product. Any thoughts?
    iMac G5   Mac OS X (10.3.9)   1GB Memory

    Hi
    Someone else might know but this doesn't look good, taken from Pages Help:
    "Changing the appearance of text in a table of contents
    You can change the appearance of text in a table of contents and also add a leader line between a TOC heading and its associated page number.
    To change the appearance of text in a table of contents:
    Select the TOC heading you want to change. When you select a TOC heading, all the entries of the same heading type are automatically selected; headings cannot be individually selected.
    Click View in the toolbar, and then choose Show Styles Drawer.
    The Styles drawer displays a list of table of contents (TOC) styles. The TOC style that corresponds to the selected entry type is also selected.
    Do one or more of the following:
    To change the appearance of text, change it as you would format any paragraph text. For example, choose Format > Font or use the Text Inspector to make edits.
    To create leader lines from a TOC heading to its associated page number, click Inspector in the toolbar, click the Text Inspector button, and then click Tabs. Click the value for the TOC in the Tab Stops list, and then choose a line style from the Leader pop-up menu."

  • TOC disappears when run from other machines

    I'm running RH8 for Word. We have a file that when I compile - looks great. We copy the hlp and cnt files to any ftp site and the TOC disappears. All topics are there; links work, graphics fine, etc. but the Table of Contents has vanished. We're using RoboHelp for Word and have been since v5.
    If I run the AutoGenerate TOC function, the TOC disappears completely from the working file. Bear in mind, this is the same file we've been working from for the last 3 years and up until now has been working. We recently updated to v7 and upgraded again to v8 today.
    I really appreciate any guidance anyone can give.
    Here's a shot of the TOC in RH8 (and how it's appeared for quite some time in the compiled hlp file.)
    RH8 view when Autogenerate TOC is run
    Expansion of MerchantAG TOC
    Incidentally, when other users run the file, they see the Welcome Topic, no TOC.
    Kerry

    Did you solve this issue?  I am having a similar problem.  We use a shared network drive to store our files so updates are instantaneous.  When I first update, generate, and save the TOC is visible.  When I go back later it is not visible, and not every user is having this issue.  I am running RH 8 on XP using Office 2007.
    Thanks,
    Melanie

  • Selected TOC style Name

    Hi All,
    Simple question for you...
    How can I alert the selected TOC style name.
    We are creating huge tool. Based on the selection Toc Style, we will process the multiple document.
    For example I want to alert the Toc Style CCC(tick mark) name in this document.
    Trying Code:
    var myTocStyle = app.activeDocument.tocStyles.selectedIndex;
    //~ var myTocStyle = app.activeDocument.tocStyles.item(-2);   //Dont want this concept
    Very urgent request. Please help.
    Thanks
    Beginner_X

    From:
    myStory.storyType
    you can determine that a story is a TOC, but how do you get from there to the TOC Style that was used to create said TOC?
    This was the question that was bugging me back in CS3 days and I see no improvement in the CC object model. Stories don't have an associatedTOCStyle property. But maybe you can get at this by lateral thinking. If a story was created as a TOC then it has certain paragraph styles in it. If the TOC Styles are designed to have unique paragraph styles that identify the TOC Style, then you're home and dry. For example, you could have a ParagraphStyleGroup for each TOC Style and the name of that group could be the same as the name of the corresponding TOC Style.
    Of course, this assumes you have control over the template for the project so that this relationship can be relied on. But given that, you can start with a text selection. Check the applied paragraph style, look at the name of its parent and bingo: there's the name of the TOC Style.
    I'm not sure if this helps in your situation.
    Dave

Maybe you are looking for

  • Personal iPads in the enterprise - keeping work/personal apps separate

    Hi All, I work in IT for a school district.  Recently, we got a grant for iPad training.  As part of that training, every teacher that attended the classes was given an iPad.  The problem is, that because of the way the grant was structured, the iPad

  • Please help. Can no longer connect to my Mac Mini Server

    Up until two days ago, my iMacs were connecting to my Mac Mini Server normally. All of a sudden I could no longer transfer files without being prompted to type my password. Enter password and nothing happened, then got an error message stating that I

  • Maximum FPS recording with built-in iSight on Macbook Pro

    Does anyone know if the built-in iSight on the Macbook Pro has a limit on the recording frames per second? I'm trying to make record some clips using iMovie, but it only records at 15 fps. I tried Quicktime Broadcaster with settings at 29.97 fps, but

  • Updating to iOS 6 Bricked my device!!

    I tried to update to ios 6 from ios5.In the middle it showed error 23 and my device stuck in DFU or Recovery mode. I tried everything wrote on apple support uninstall security softwares, chage USB port etc. Then I Tried to restore to iOS 5 but then i

  • Shared Variable event handling--spurious events

    This is more of a nuisance than anything: Using the DSC module to register for shared variable events, the event structure always fires once for each variable registered for. For example, if I register for the shared variables "Var1" and "Var2", upon