Export scenario, main only one ODI?

Hello


I learned in the forums to move my ODI project to production, I need only export my main package/timeline.

However, my main package calls other packages/scenarios, thus, it forces me to export these secondary scenarios for the production environment.



Can you please confirm if I can export only the main scenario for production?
Otherwise, I would export all scenarios and would be harder to maintain.


Thank you

Hello

If your main package contains only Interfaces / Proceedures etc then its ok with just this scenario (as the main scenario contains the code of comiled), however, if you make a call to an another sub-scenario from your hand, then you must move these scenarios as well as the main (otherwise you will get error 'scenario not found')

Hope this helps,
Concerning
Alastair

Tags: Business Intelligence

Similar Questions

  • Cannot select only one column in a double-column PDF

    See the following pdf file example. I can't select a single column. Whenever I have select several lines, I will have two columns. I currently solve this problem by converting the PDF into an image file and load into Acrobat and OCR on it. But this isn't an ideal solution. I wonder if there is a better solution to fix the pdf file so that I can select only one column at a time.

    https://sites.Google.com/site/sharedacrobat/data/double_column.PDF?attredirects=0 & d = 1

    Use Acrobat Pro to tag a PDF file.

    Look at this PDF file:

    http://www.Adobe.com/content/dam/Adobe/en/DevNet/PDF/PDFs/PDF32000_2008.PDF

    to determine what the appropriate marking is, else "smile, be happy" can become remote.

    Look over article 14.

    Alternatives:

    --| Use Acrobat Pro to add tags to the Document. Does Acrobat to make a "best estimate" for marking. OK for a simple PDF content. not ok for other than simple.

    Use a copy of the PDF test to determine if it meets your needs.

    --| If the file creation supports establishing a logical hierarchy of command content (via the built-in tags, titles and styles) and has a proper Tag for output Tagged PDF management then the majority of the work tag can be done from the outset. Creating applications that are 'good things' - FrameMaker, InDesign, Open Office and MS Word.

    There will always be a need to do some post processing with Acrobat Pro.

    If you have InDesign; See:

    http://blogs.Adobe.com/accessibility/2009/07/indesign_accessibility_best_pr.html

    http://www.Adobe.com/accessibility/products/InDesign/

    http://TV.Adobe.com/watch/accessibility-Adobe/preparing-InDesign-files-for-accessibility

    You will notice that the emphasis on tutorials for 'PDF containing the tag' is mainly for 'Accessible PDF'. Accessible PDF is one of the facilities provided by the tag PDF.

    Another is the export of PDF contents in other applications while maintaining the format/layout in the export. A file PDF containing the tag with a well-trained tree not only supports accessibility, it also supports cut/copy - paste & export of content.

    Other tutorials "Accessible PDF" are available on Adobe TV and the Learning Center community user Acrobat.

    http://acrobatusers.com/learning_center

    Be well...

  • I need to create a table of contents in iPages but I want only one word for the title, not the line of holes. Or, how can I change the contents of the table? Thank you!

    I need to create a table of contents in iPages but I want only one word for the title, not the line of holes. Or, how can I change the contents of the table? Thank you!

    Yes, you can have a one word title, by assigning a paragraph style title to this one word. No, you cannot change the text in a Table of contents, but you can change paragraph style font attributes (line) and add for example, a head of points between the types of OCD paragraph and page numbers. No part of the table of contents will not provide hyperlinks in exported PDF documents.

    When you look up in the menu bar, you can see the word iPages, or simply Pages. There is no product of iPages.

  • PatternRepository and only want only one instance of the application target to run

    That's what I'm doing:

    1 app is started manually from office.

    2 registered PatternRepository point for a regular expression (be great if it only applied to my application, do not know how to do this, however).

    3. If the RegEx showing in one of my ActiveRichTextFields, ApplicationMenuItem

    4 ApplicationMenuItem pushes screen on stack.

    I have most of this work except for step 4. creates a new instance of the application.

    public class VocabApp extends UiApplication {
    
        private static ApplicationMenuItem[] _menuItems = new ApplicationMenuItem[1];
        static VocabApp app;
    
        public VocabApp() {
            this.pushScreen(new DictionaryScreen());
        }
    
        public static void main(String[] args) {
    
            //we only want to register/run when started from desktop
            if(args == null || args.length == 0)
            {
                _menuItems[0] = DictionaryScreen.synonymItem;
                ApplicationDescriptor appDesc = new ApplicationDescriptor(ApplicationDescriptor.currentApplicationDescriptor(), new String[]{"pattern-recognized"});
                PatternRepository.addPattern(appDesc,"{[a-zA-z ]*}",PatternRepository.PATTERN_TYPE_REGULAR_EXPRESSION,_menuItems);
                app = new VocabApp();
                app.enterEventDispatcher();
            }
            //This block will execute when one of our application menu items is invoked.
            else if(args != null && args.length > 0 && args[0].equals("pattern-recognized"))
            {
                app = new VocabApp();
                app.enterEventDispatcher();
            }
        }
    }
    

    I know that the code works as it should, I'm trying to figure out what to do:

    //This block will execute when one of our application menu items is invoked.
            else if(args != null && args.length > 0 && args[0].equals("pattern-recognized"))
            {
                app = new VocabApp();
                app.enterEventDispatcher();
            }
    

    .. .to make sure only one instance of my application is running at a time.

    TIA,

    Matt

    Here, I'm a bit confused.

    Your comparison of menu templates you run your application with the arg: "recognized cause.  An application is distinguished by the descriptor and the args.  If different args is different Application.  So this initiates a new Application.

    But only once.  If you're still running, it does not start a new.

    With this information, can you describe your problem yet?

  • WARNING! : no definition not found for static exported routine: .main (String [])

    Hello world

    In the JDE, I opened two different projects in the workspace of "samples" where all demonstration projects. One of my apps built correctly, also it is open in the Simulator and runs smoothly. But in the same way, when I try to build and run my application to another, it shows in the Simulator.

    When generating, it displays the following warning, but still shows the "full version".

    WARNING! : no definition not found for static exported routine: .main (String [])

    What could be the problem? In my application, there is no hand method (String []) anywhere. Please help me to solve the problem, as I can't test my application. Best regards.

    Hi Rene, I found the solution. Can't say, it's a solution, but is a parameter that is required to be done, especially for execution the Midlets. Just put here what I did... Select the project, right-click on it, then select the "Application" tab, and then change the 'Midlet' Project Type, then click OK. She's. Clean and build the project, now it will not show the warning. in any case, thanks much, Rene, for your time and valuable suggestions. Best regards.

  • How can I keep only one instance of the javafx application at the same time?

    Hello
    How can I keep only one instance of the javafx application at the same time?
    Let not the user run the javafx application is running on your PC.

    Hello. This program does what you want. You can probably find a better solution.

    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    
    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileReader;
    import java.io.FileNotFoundException;
    import java.io.*;
    import java.nio.channels.FileLock;
    import javafx.application.Platform;
    import javafx.stage.WindowEvent;
    
    public class Simpleapp extends Application {
    
        public static void main(String[] args) {
    
            launch(args);
        }
    
        @Override
        public void start(Stage primaryStage) throws Exception {
    
            final File file = new File("flag");
            final RandomAccessFile randomAccessFile = new RandomAccessFile(file, "rw");
            final FileLock fileLock = randomAccessFile.getChannel().tryLock();
    
            System.out.print(fileLock == null);
            if (fileLock == null) {
                Platform.exit();
            }
    
            primaryStage.setTitle("Hello World!");
            Button btn = new Button();
            btn.setText("Say 'Hello World'");
    
            StackPane root = new StackPane();
            root.getChildren().add(btn);
            primaryStage.setScene(new Scene(root, 300, 250));
    
            primaryStage.setOnCloseRequest(new EventHandler() {
    
                @Override
                public void handle(WindowEvent arg0) {
                    try {
                        fileLock.release();
                        randomAccessFile.close();
                        System.out.println("Closing");
                    } catch (Exception ex) {
                        System.out.print(ex.getMessage());
                    }
    
                }
            });
    
            primaryStage.show();
        }
    }
    
  • How can you make boxes select only one?

    I work on the lock to a registration form. There are a few sections with several check boxes, but only one can be marked. We will not accept the form even if there is more than one option marked. Most of the sections there are two boxes, check a box, but not the other. There is a section that has 16 boxes, and Yes only can be marked.  Can I do this?

    Similarly, I also do the same with two text fields, one must be filled.

    Thank you!

    It's easy with checkboxes: give them the same name but different export

    values.

    Not that easy with text fields. You will need to understand how you want

    to work. Other fields must be locked when a field is filled, and

    then unblocked when it's still once empty? They are all would remain editable,

    But if you meet one of them others reset?

    All this must be done with scripts.

  • I have 2 Mozilla Firefox on my desktop. They are both version 41.0.2 - in my installation and delete I find only one. How can I delete one of them?

    I tried to update to Mozilla Firefox and I had another icon on my desktop. Now, I have Mozilla Firefox 2 and they are both Version 41.0.2. They are both exactly the same thing when I open the. I see only one on my add/remove program location so I won't delete it because I could delete them both. Can you help me?

    You can remove one of the office shortcuts if both point to the same firefox.exe in the same Firefox program folder.
    You can keep the one with the correct version information where the other is an older version of Firefox.
    Note that Firefox 42 will come out next week (Tuesday).

  • Am I the only one to have a problem with the zoom is constantly disabling feature?

    Running iOS on a 6Plus 9.3.3, I continue to turn on zoom and nearly every day he himself turns OFF. Am I the only one experiencing this bug?

    I have not read this "bug" here before, and I read these forums almost every day. I don't know what to offer another standard "fixed".

    Force restart. Hold down the Home and Sleep/Wake buttons at the same time for about 15 seconds, until the Apple logo appears. You won't lose anything.

    The system restore. First save your device via iTunes. Also import your photos on your computer and copy all the data if possible. Reconstruction of the support first test and test. If this does not help, you may need to restore as a new and reconfigure from scratch as the backup may be damaged. It is important to have your photos and your saved data separately from the backup. Here are the steps for a restoration:

    https://support.Apple.com/en-us/HT201252

    If the steps above do not help, you may need to test in an Apple store.

  • How to stop firefox quiting last tab (when only one tab is open) without warning?

    I want to turn off ctrl + w when only one tab is open so that when only one tab is open, and if I press ctrl + w by mistake he shoud warn me before closing the browser

    You can set the pref browser.tabs.closeWindowWithLastTab to false on the topic: page config to prevent the closure of the last tab to close this window and display a close button if only one tab is open.

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

  • I don't know what happened, but I see not all email accounts, but only one of them. The rest are not displayed

    All accounts are added to the Thunder birds, but now I only see messages from them - Olga messages.

    I can't spend another profile, then maybe that I clicked on a button and it display only one profile.

    Sorry, but English is not my mother tongue, but I hope it's understandable)
    Thank you!

    In the menu bar select view-presentation-folder pane

    No menu bar? Press the ALT key.

  • My last computer was stolen. The only one remaining of my iTunes is on my iPhone. How can I transfer to my new computer?

    My last computer was stolen. The only one remaining of my iTunes is on my iPhone. How can I transfer to my new computer?

    Follow the steps in this Article to Apple Support

    Import photos and videos from your iPhone, iPad or iPod touch - Apple Support

  • I get an error message that "a copy of Firefox is already open. Only one copy of Firefox can be open at a time"and I have no open copy.

    I get an error message that "a copy of Firefox is already open. Only one copy of Firefox can be open at a time"and I have no open copy. How can I fix this problem? I like firefox because it runs many technical programs on the web that do not work with safari. I have FireFox installed on my PowerBook MacPro OS X 10.7.5 32.0.1 version. My activity monitor shows all activity of FireFox, so don't know not what he sees

    Check out these links;
    http://www.bing.com/search?q=Firefox%20not%20Close%20mac

  • I'm a new mac user. I transferred files from my pc to mac successfully. They were in the 'documents '. Today, I opened the mac and there is only one file in "documents" - I had worked on.  Where are the others? Help please.

    I'm a new mac user. Successfully transferred all of the files from my PC to MacBook pro. All of this is to be seen in the documents. Opened now MacBook and only one file to be seen in 'documents. Where can I find the others. Convinced they are there somewhere, help please.

    The Mac is in itself a system multi-user, whether you choose to create a user or a large number.

    All users you already created can be seen in

    System Preferences > users & groups

    The files for each user are kept separated, protected of the subdirectories of the Directory/Users:

    / Users

    your User_short_name folder

    file user_short_name to your spouse

    record your child User_short_name

    record your dog user_short_name

  • I get a dialog box with a copy of firefox is open and that only one copy of firefox can be opened simultaneously.

    I get a dialog box with the following: "a copy of firefox is open and that only one copy of firefox can be open at the same time."

    I don't see where firefox is open.

    How back in firefox so that I can read the links that are in my emails?

    Thank you.

    Sometimes when the FF closes, no not all stops correctly.
    On Windows, start the Task Manager (other systems may have
    different names and / or commands). Select the process.
    Look towards the bottom of the list for Firefox. Click right and then click end task.
    If this problem keeps coming, ask for help more.

Maybe you are looking for

  • About to consolidate files

    I have a folder of media GB 736 iTunes on an external hard drive. I want to consolidate all the media files that may be outside of the folder. After that I have group files, delete all the media which remains outside the iTunes folder?

  • Transfer works if the device is locked

    Hey just wondering does transfer if the devices are locked as I note when you use my iPhone the small icon is displayed only when my iPad is not locked and used but when my iPad is blocked I can't access the small icon on my phone and even on my iPho

  • Re: Problem installing recovery on laptop Satellite C

    Hi all used to my fiancée laptop start completely, recently my brother in right windows installed seven top and now the start he says about recovering windows error and when I select the recommended option 'start the recommended recovery' or somethin

  • G61 - 320CA: upgrade CPU for laptop PC HP G61 - 320CA

    Hello. I bought this laptop in 2005 (new) Product name: HP G61 - 320CA (laptop, laptop) Product number: VM345UA #ABC Microprocessor: of GHz AMD Athlon II Dual-Core processor for notebook PC M300 2.00 Cache of the microprocessor;         1 MB L2 Cache

  • DAQmx resource issues

    Hello I am using a cDAQ 9172 with the following modules: 9237 to measure the force 9205 to measure another similar in 9263 to produce an analog voltage 9472 to control some relays. I started with a simple program to configure the channels and run but