Add a dimension - Problems with journal

Hi,
We need to add to a dimension to an existing application that has journal defined.
We have done the following steps:
1) We add and assign the new dimension to the application succesfully.
2) We try to create within the journal wizard, the new journal template adding the new dimension and we receive the following error "The system cannot create journal template".
We wanted to know, if is posible to generate manually the template or what is the best practice to add a new dimension in an application that has journals.
Thanks in advance.
Regards,
Juan

Hi,
try one of these:
Solution1:
This error will occur if the query files folder is missing from each of the
problem applications. To resolve, simply copy the query file folder or
create one under each application and run through the journal wizard again.
Solution 2:
Reason:That issue may arise if native Excel is configured to open less than three
sheets by default on the client machine used to build the template.
Solution:
You can modify the Excel settings:
- In Excel 2003, select Tools, Options and click General in the Options
dialog box. Then change the setting for "Sheets in new workbook".
- In Excel 2007, click on the Office button and then on the Excel Options
button. In the Popular tab, "When creating new workbooks", please change
the "Include this many sheets" setting.
If it is different than 3, please set it back to 3 and test to build your
journal template again.
Solution 3:
Reason:The journal template couldn`t be created if the application
have more than 7 dimensions which are set for secure.
Soln: recommend setting dimension for secure as less than 7.
thnks.

Similar Messages

  • Help with add file name problem with Photoshop CS4

    Frustrating problem: Help with add file name problem with Photoshop CS4. What happens is this. When I am in PS CS4 or CS3 and run the following script it runs fine. When I am in Bridge and go to tools/photoshop/batch and run the same script it runs until it wants interaction with preference.rulerunits. How do I get it to quit doing this so I can run in batch mode? Any help is appreciated. HLower
    Script follows:
    // this script is another variation of the script addTimeStamp.js that is installed with PS7
    //Check if a document is open
    if ( documents.length > 0 )
    var originalRulerUnits = preferences.rulerUnits;
    preferences.rulerUnits = Units.INCHES;
    try
    var docRef = activeDocument;
    // Create a text layer at the front
    var myLayerRef = docRef.artLayers.add();
    myLayerRef.kind = LayerKind.TEXT;
    myLayerRef.name = "Filename";
    var myTextRef = myLayerRef.textItem;
    //Set your parameters below this line
    //If you wish to show the file extension, change the n to y in the line below, if not use n.
    var ShowExtension = "n";
    // Insert any text to appear before the filename, such as your name and copyright info between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextBefore = "Lower© ";
    // Insert any text to appear after the filename between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextAfter = " ";
    // Set font size in Points
    myTextRef.size = 10;
    //Set font - use GetFontName.jsx to get exact name
    myTextRef.font = "Arial";
    //Set text colour in RGB values
    var newColor = new SolidColor();
    newColor.rgb.red = 0;
    newColor.rgb.green = 0;
    newColor.rgb.blue = 0;
    myTextRef.color = newColor;
    // Set the position of the text - percentages from left first, then from top.
    myTextRef.position = new Array( 10, 99);
    // Set the Blend Mode of the Text Layer. The name must be in CAPITALS - ie change NORMAL to DIFFERENCE.
    myLayerRef.blendMode = BlendMode.NORMAL;
    // select opacity in percentage
    myLayerRef.opacity = 100;
    // The following code strips the extension and writes tha text layer. fname = file name only
    di=(docRef.name).indexOf(".");
    fname = (docRef.name).substr(0, di);
    //use extension if set
    if ( ShowExtension == "y" )
    fname = docRef.name
    myTextRef.contents = TextBefore + " " + fname + " " + TextAfter;
    catch( e )
    // An error occurred. Restore ruler units, then propagate the error back
    // to the user
    preferences.rulerUnits = originalRulerUnits;
    throw e;
    // Everything went Ok. Restore ruler units
    preferences.rulerUnits = originalRulerUnits;
    else
    alert( "You must have a document open to add the filename!" );

    you might want to try the scripting forum howard:
    http://www.adobeforums.com/webx?13@@.ef7f2cb

  • Mcafee site advisor add on caused problems with my yahoo mail..ahd to disable,but need the mcafee for security..what to do?

    all of a sudden i had problems with my yahoo mail..messages and such would not load..tried everything..clearing cache,restart comp etc...nothing..then someone suggested i disable add ons..could only think of McAfee site adviser as the culprit..as soon as i changed that add on to "ask to activate" it seemed to get rid of the problem and i was able to see my messages..but i want the site adviser so how do i fix this problem??

    I haven't heard about this conflict before. If your McAfee software is as up-to-date as possible, you might check their forums to see whether it is a known issue.
    Meanwhile, since you mentioned Yahoo! mail... As you know, Yahoo has made lots of changes in its mail, including changing servers. While old bookmarks and home page addresses should be redirected to the correct server, this is not happening consistently.
    To make sure you are using the latest server for your account, try accessing your mail through one of these pages:
    * Yahoo home page: https://www.yahoo.com/
    * My Yahoo page: https://my.yahoo.com/
    * General mail redirect: https://mail.yahoo.com/

  • Toshiba 46TL968G HowTo add apps and Problem with flash in Webbrowser

    Hi all,
    I have 2 problems regarding Toshiba 46TL968G.
    1) is that possible to install apps on this TV? I searched online that TOSHIBA ePortal could be used to add Apps, but I cannot find it in 46TL968G. Is it supported by this model?
     - If yes, how can I access.
     - If no, how can I install Apps. The Apps found in TOSHIBA Places are fixed and not really helpful. I prefer to install more.
    2) Does the web browser support adobe flash? When I open youtube media, it shows "please install adobe flash". I cannot see any media on web browser. It is interesting that Youtube works fine in TOSHIBA Places.
    Regards

    That doesn't appear to be a US model, and this is the forums for Toshiba USA. You may want to contact Toshiba in your region.
    - Peter

  • Problem with journalizing

    Hi all,
    I was trying to use the 'Change data capture' feature in ODI. I was able to start the journal for 1 of my models. In the operator the process failed giving the error :
    java.sql.SQLException: ORA-00439: feature not enabled: Streams Capture
    Then, I thought the problem might have been because the db user did not have privileges. So i executed the following pl sql block in the sql prompt :
    BEGIN
              DBMS_STREAMS_AUTH.GRANT_ADMIN_PRIVILEGE(GRANTEE => 'DATA2');
    END;
    / as per the instructions in the designer(DATA2 is the name of the db user, from where the model takes the data ). Still the same error came. Then I figured that in the V$OPTION view the value of the parameter 'Streams Capture' was false. Now I am trying to set this 'Streams Capture' parameter to 'TRUE'. The 'update' command didnt seem to work. The error I got was :
    ORA-02030: can only select from fixed tables/views
    How do I set the 'Streams Capture' parameter to 'TRUE'?
    And am I on the right track?Please help.
    P.S : I am using the Oracle 10g Express Edition.
    Regards,
    Divya

    I'm not sure that Express has the LogMiner fiunctionality available. I think this may be an Enterprise feature.

  • Problem with journal Periods Review Button

    Hi All,
    Go to Journals Post Form -->
    Find Journal Batches -->
    enter Period -->
    click on Find -->
    Select Any period -->
    ---> Click on "Review Batch" Button
    I am expecting a window/form (I am not sure but some thing should come) at tis time. But, Nothing is shown/different on the screen. Before raising an SR, do I have to check for anything?
    Or can I raise an SR with Oracle?
    Oracle apps Version R12 - 12.0.4

    Hi;
    Please check below notes which could be helpful on your issue:
    In GLXJEPST The Button "Review Batch" Returns Error FRM-40815 [ID 309634.1]
    Why is the Approve Batch button disabled in the Enter Journals Form when Reviewing a Journal From the Notifications Screen? [ID 270422.1]
    If its not help i suggest enable trace:
    How to enable and retrieve debug log messages [ID 433199.1]
    Running a Trace on a Form [ID 148143.1]
    Running a Trace on a Process [ID 148145.1]
    FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    Regard
    Helios

  • Business Catalyst add-on install problem with Dreamweaver CC & Extension Manager CC

    I'm trying to use an add-on I've installed for Dreamweaver CC but it is not visible (Windows > Extensions > no extensions available). When I view applications through CC App, it shows that the Business Catalyst add-on is installed. Likewise, when I use the Adobe Extension Manager, it also shows the Business Catalyst add-on is installed. I checked Photoshop and my add-ons are visible in their panels. I noticed one of the troubleshooting steps for Business Catalyst add-on states:
    a. Check the version of Adobe Extension Manager CC installed on your machine.
    b. If the version is not 7.3.3.39 or later, update your Adobe Extension Manager CC using the Creative Cloud app.
    I checked my version of Extension Manager and it's only at ver. 7.3.2.39 even though I followed the update procedure through the Creative Cloud app. I've closed all apps and re-started my computer. I've followed all the troubleshooting procedures I can find on the Add-ons website and the forums and I'm stuck.
    My versions:
    Dreamweaver CC 2014.1
    Extension Manager CC ver. 7.3.2.39
    Business Catalyst ver. 1.0.0
    Creative Cloud Desktop Manager ver. 1.9.0.465
    64 bit Mac OS X (10.10.2)
    I appreciate any assistance.
    Tory

    Hi TragaluzBrazil,
    See Dreamweaver Help | Add-Ons and let us know if you need more help.
    Thanks,
    Preran

  • Having a problem with Add-ons I did not install and now can't uninstall.

    Lately I have experienced problems with re-directing and other issues with Mozilla. I looked in my add-ons list and there are several things there that i did not add manually. (I have been having much trouble with ITunes and noticed a plug in in mozilla and want to know if it is necessary.) Is there a way to keep this from happening? I have been using mozilla for years and liked it when I could do a basic install without any add-ons that I did not request. Here is a list of the things that are troubling me - I am sure a few may be necessary. I would appreciate any help anyone can give me with this?
    PLUG-INS-
    Java Deployment Toolkit 6.0.200.2 NPRuntime Script Plug-in Library for Java(TM) Deploy
    Java (TM) Platform SE 6 U20 6.0.200.2 Next Generation Java Plug-in 1.6..0_20 for Mozilla Browsers
    Mozilla Default Plug In
    (THESE LAST THREE ALL CAME UP AS UNIDENTIFIED PLUG-IN ON MOZILLA PLUG IN CHECK SITE)
    Itunes Application Detector 1.0.1.1
    Itunes Detector Plug-In
    Wacom Dynamic Link Library 1.1.0.3
    Wacom Dynamic Link Library
    Windows Presentation Foundation 3.5.30729.1
    Windows presentation foundation (WPF) plug-in for Mozilla Browsers
    EXTENSIONS_ Java Console 6.0.23
    Java Console 6.0.20
    (Just curious with these two Java consoles - which by the way I am unable to uninstall - the uninstall button is grayed out. and I can only disable.)
    Really frustrated with this, I have already uninstalled Firefox and re-installed it - losing all my bookmarks and these add-ons were there after the re-install. PLEASE HELP!

    For camera problem try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      
    I do not understand what you mean about your update problem

  • I bought new i phone 5 3 days back, after that asked for new update which is 6.1.4, after updating my iphone i am not able to use cellular data services. I called up data provider, they says its the problem with new software update. There is no option add

    I bought new i phone 5 3 days back, after that asked for new update which is 6.1.4, after updating my iphone i am not able to use cellular data services. I called up data provider, they says its the problem with new software update. There is no option add APN. Now when i switch to safari its showing you are not subscribed for cellular data. But I am able to use data on other phone.
    Will you please help me in this regard?
    Another issue, since i bought my new iphone there is dust inside back main camera.
    Your advises are highly appreciated.

    Hey Shaiju isac,
    I'd take a look at the following article, it'll guide you though steps to you troubleshoot cellular data issues on your iPhone:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Cheers,
    David

  • Hi, I have a problem with my Epson Stylus NX420. I had it connected and it worked fine but then all of a sudden it just stopped. It said it was offline, but it wasn't. So I tried to reinstall the printer, so i deleted it and clicked the   button to add

    Hi, I have a problem with my Epson Stylus NX420. I had it connected to my computer, and it worked fine. But I preformed a remodel and before the printer was connected to a windows desktop, and now it is not. I don't know if this could the be the cause of the problem. But I tried to print something and it showed me the printer as offline, but it wasn't. Thus to try to fix this, as I have done before I deleted the printer and tried to add it again. But as I went to add it, the printer was not there. I have searched the internet for an answer and I have found nothing. I do not understand why this has happened, nor how to fix it. Please help me.

    Because you had the printer connected to Windows, the print queue on your Mac was for this connection. With you moving the printer away from the Windows computer, the print queue on the Mac will no longer work and will show offline. So for the new connection of the printer you have to create a new print queue.
    Now the question is; how is the printer connected to the Mac. If it is connected by USB to the Mac then it should appear in the Default Add Printer view. If it is connected to the Mac via some other method, then could you reply with how it is connected.
    If it is connected to the Mac by USB then the most likely cause for the printer not appearing in the Default Add Printer view is thenUSB printer cable. So try disconnecting it and reconnecting it or even try another USB printer cable.

  • I have a problem with iCal.Since 2 days ago,I couldn't add new event in iCal on my ipad2.It Keeps saying 'No calendar has been set", then if I go to Calendar field,choose one calendar,it gives this msg "That event doesn't belong to that event store".

    I have a problem with iCal.Since 2 days ago,I couldn't add new event in iCal on my ipad2.It Keeps saying 'No calendar has been set", then if I go to Calendar field,choose one calendar,it gives this msg "That event doesn't belong to that event store". I can add event from iCloud and from my iCal on my iMac. Please help

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • Weird Problem with Add Row Button in Master Detail Page

    I have a page that was created with a Master Detail Wizard. When I click the Add Row button on our Production Environment, the row counter increments BUT no blank row shows on the screen.
    In our Development Environment, when I click the Add Row button, a blank row appears as expected. Thinking there was some problem with the production app, I exported the Dev version and imported into Production. Still no blank row.
    Thinking perhaps it had something to do with the data, I copied our production application data back into the development application tables. Still, the development app creates the blank row where the production version does not.
    I even used the same browser window for both environments and still get the same results. This was working fine in production then just stopped one day.
    The only clue I have is that the Add Row WILL work if the Master Record has no details or less than a page worth. It seems to happen when the detail records are more than one page worth. Also, when I click the Add Row button, it goes to the last page of the list (say three pages of 10, 10, 6) but no blank row shows up. Again, works fine in the development environment no matter how many pages.
    Any ideas or suggestions why this is happening? Could there be some environment setting that is causing this to happen?

    I have a page that was created with a Master Detail Wizard. When I click the Add Row button on our Production Environment, the row counter increments BUT no blank row shows on the screen.
    In our Development Environment, when I click the Add Row button, a blank row appears as expected. Thinking there was some problem with the production app, I exported the Dev version and imported into Production. Still no blank row.
    Thinking perhaps it had something to do with the data, I copied our production application data back into the development application tables. Still, the development app creates the blank row where the production version does not.
    I even used the same browser window for both environments and still get the same results. This was working fine in production then just stopped one day.
    The only clue I have is that the Add Row WILL work if the Master Record has no details or less than a page worth. It seems to happen when the detail records are more than one page worth. Also, when I click the Add Row button, it goes to the last page of the list (say three pages of 10, 10, 6) but no blank row shows up. Again, works fine in the development environment no matter how many pages.
    Any ideas or suggestions why this is happening? Could there be some environment setting that is causing this to happen?

  • Word experienced a serious problem with the 'acrobat pdfmaker office com addin' add-in. after Office Updates.

    I cant cant use mail merge feature in Winword in conjunction with Abobe Acrobat 10 (pdfmaker add-in) after the recent Office April Windows and Office Updates.
    Here is a quick note from the event viewer:
    The program WINWORD.EXE version 14.0.7134.5000 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel. 
     Process ID: 1138 
     Start Time: 01d07dcede19c458 
     Termination Time: 15 
     Application Path: C:\Program (file:///C:/Program) Files (x86)\Microsoft Office\Office14\WINWORD.EXE 
     Report Id: 
    Microsoft Word: Accepted Safe Mode action : Word experienced a serious problem with the 'acrobat pdfmaker office com addin' add-in. If you have seen this message multiple times, you should disable
    this add-in and check to see if an update is available. Do you want to disable this add-in?.
    I do not wish to disable the pdfmaker add-in as I use it to run mail merge on WORD and send 10s and 1000s of pdfs via email to external users. I am not sure what are my options here and I wish
    someone could help me get to the root cause of the matter.
    My environment is as follows:
    Windows 7 x64 SP1
    Office 2010 v 14.0.7128.5000
    Adobe Reader MUI X and Adobe Acrobat X
    Feroze

    Hi,
    As the event log indicated, this is due to acrobat pdfmaker office com addin doesn't work well with Microsoft Word.
    I would suggest you go ahead and try to upgrade your Adobe product to the latest version and see if issue persists.
    Or contact the support of Adobe and see if there is a known compatibility issue or not.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • PowerPoint experienced a serious problem with the 'adobe presenter powerpoint com addin' add-in.

    I've installed Adobe Presenter V7.0.7 Build 7746. When I open an existing PowerPoint file and try and use Presenter, I get the following error: PowerPoint experienced a serious problem with the 'adobe presenter powerpoint com addin' add-in. If you have seen this message multiple times, you should disable this add-in and check to see if an update is available. Do you want to disable this add-in?
    No, I don't want to disable it. When I click No, PowerPoint stops working. I get a message that says: Microsoft PowerPoint has stopped working. A problem caused the program to stop working correctly, Widows will close the program and notify you if a solution is available. My only choice is to click the Close program button.
    When I open the PPT file again, I get the same "experienced a serious problem" message. If anyone has a solution to this, I'd appreciate knowing what it is. It took me a while just to get the Presenter option to appear in the PowerPoint toolbar. Now that I have it, it's not working.
    Thank you!

    Thank you for your quick reply. Here are the answers to your questions.
    1. The file I'm having issues with was not created using any version of Presenter. It is simply a PowerPoint file.
    2. The file is a PPT not PPTX.
    3. I am running Windows7 and Office 2010.
    I think I might have found the solution to the problem. I opened the PPT file and saved it as a PPTX file. Then I clicked the Presenter option in the PowerPoint toolbar and was able to select different Presenter options with no issues. I opened other PPTX files and I did not get the error window stating 'PowerPoint experienced a serious problem with the 'adobe presenter powerpoint com addin' add-in'.
    This seems to work. So, it appears that any PPT file needs to be saved as a PPTX file before using Presenter. If you have another solution that I might be able to keep in my back pocket (in case this happens again and what I did does not work), then please answer. Otherwise, I'm good now.
    Thanks!

  • Why cant i re-add gmail button on google toolbar? 4.01 is not good, I have never had a problem with your products..Whats going on??

    Question
    Why cant i re-add gmail button on google toolbar? 4.01 is not good, I have never had a problem with your products..Whats going on??

    http://support.mozilla.com/en-US/kb/how-do-i-use-bookmarks

Maybe you are looking for

  • How to get FM10 patch to repair licensing to install in Windows 8.1

    I recently purchased a new computer with Windows 8.1. When I installed my FrameMaker 10 application on it, I anticipated it would display the "license has expired" error message, so I downloaded the patch. Unfortunately, the patch isn't updating Fram

  • Java Card Security domain

    Hi , According to the visa Open platform architecture, each Java card applet is associated with a Security domain. I am using GemXpressoRAD211 toolkit for developing Java Card applets. In the Gemxpresso211IS card, the default security domain is the C

  • How to swap back pic using Web Slice Tool

    I am trying to: when I click on a simple black circle it changes to a red color. And when I click the red circle it changes back to the black circle. I am using Web Slice Tool.How do I do that..??? I have managed mouseOver effect, and changed color c

  • Usp shared hard drive issue

    I keep getting a message on my iMac tht my USB hard drive connected to my airport extreme has lost its connection.  It them N asks me to either ignore or disconnect.  It'll it to ignore and everything seems fine and I can use my drive.  How do I stop

  • Street address not synching from Microsoft Outlook

    I just got a Blackberry Pearl and installed the desktop software and am trying to synch my contacts with Microsoft Outlook. Everything is working fine EXCEPT the street address field. Only the city, state and zip are showing up on my BB. Can anyone h