ODI 11 g - Multi user development environment configuration

Hi all

1. in a business environment, what is the correct way of installing ODI (like having ODI server in Unix machine where the FMW & WLS and Client are installed in the computer of each developer, which connects to the single master & repository for development work)? Could you please provide the exact steps to follow?

2. is it possible to install just ODI with Designer on a Windows Server and the developers remote access ODI at the same time for their development activities? If so, could you please tell me some documents?

3. I have a development environment with a master & repositories of work and a test environment with another master & repositories work (performance only). During work & master of initial deployment of repositories of the development environment is exported and imported into the environment of test and all the scenarios are exported from dev as solutions and imported in test. Now, I would like to know, if there are changes to existing objects or new components of ODI (as a model, interface, variable, packages, etc.) added, we have to synch - upward dev to test repositories?

Please help me to get said.

Thank you
MT

Perfect, since you have the same logical patterns that will work.

Tags: Business Intelligence

Similar Questions

  • LV 2011 development environment and prompt to install the fix for LV 2012 RT Module f1?

    I have a LV 2011 development environment configuration, including RT I get a message that there is an urgent fix for RT 2012 LV available; See attachment.  This machine of development must remain the LV 2011; This patch must be installed?  Thank you.

    Matt

    As stated in the notification message, you see this update because you probably have another component which released LabVIEW RT 2012 - NOR-RIO 12.0, WSN 1.4 or Fieldpoint 6.0.11.  It was to fix a specific problem in 2012 of LabVIEW, which hit the RT, so if you haven't installed LabVIEW 2012 then the patch will be neither harmful nor helpful to you; However, files of Framework Setup OR RIO, WSN and Fieldpoint for RT should be updated to be compatible with changes in LabVIEW (and so you probably installed component that has an update is available, even if 2012 LabVIEW itself is not installed).

    -Danny

  • Installation issues - multi development environment - User

    Hello
    I have some difficulty to get the multi development environment - user works correctly.

    Our server OBIEE (11g) is on some sort of linux machine, I don't have access to directly (practices of strict security to the company). I can connect to enterprise manager, however. We use the tool of administration remotely from a Windows jumpbox.

    We have a Windows jump box that is the only way to connect to the server in OBIEE, that I do not have access to Port 9703 is open between these machines so that communicate with the server in OBIEE administration tool. It works very well from the Windows machine with respect to the edition of the standard in online mode and see the changes in the responses. Any user who wants to be able to use the administration tool must be first Office remote access to the jumpbox. So all development occurs only from this machine, very probably several users at the same time.

    After you open the online repository, I copied it to a local directory on the Windows computer. Then, I opened this depot offline and created projects (I've added BM and matter to a project, which is the right way?). Then I set up a folder shared on the Windows computer network and stressed the administration tool this directory and copied the repository to the shared directory.

    I can go to file-> multi-user-> Checkout and select a project, make changes, compare the changes, merge them and publish them. However, none of these changes aren't being propagated to the server. I'm fairly certain that the 'master' repository is changed only in the windows box, and nothing is propagated to the OBIEE server on the Linux machine.

    I guess my question is, if I'm unable to set up a shared folder on the real server (due to security policies), is implemented things MÜDE to do something? Is there a way I can set up so that the shared folder is on the Windows machine, and it updates the real repository sat on the Linux OBIEE server machine? I really want to refrain from someone go to Enterprise Manager each time just to load the new file to the repository.

    Thank you.

    Hello

    You will need to configure a script that does the following:

    -Stop the services on the Linux server
    -Copy the fender - of your shared windows folder to the folder on the server Linux
    -Restart the services

    Whenever you have checked in your changes, you must run the script to put your changes online.

    Good luck!

    Randall

  • ODI - Multi development environment how to share JAR files

    Hello
    For some of our features, not enough, so we created our own km and we called a few existing Java code KM, we created and place inside the directory lib to ODI as a JAR file. There are four people in the development work. so we have four development environment (all are complete installation, that is to say during the installation choose us full Option).

    One of our developers created our KM and he placed the jar file in its own environment of Dev directory lib. Because four Dev Environment shared some rep working we could see the new KM and all the purpose of the ODI in all the dev env. But if we run the UI ODI who use the new KM of other Dev environment where we force the container we get the error.

    If we keep the jar file in all the other three Dev directory LIB environment then work respective interface.

    here my doubt, is there another way to share the JAR file to the environment without copying in everywhere?

    Thank you
    Knidhi

    Hello

    The answers.

    Yes, to keep the jar files in the bin directory

    (1) configure all over the file odiparams.bat (or .sh). Inside, there are instructions on how to do. (refer to install documents on how to install an agent...)

    (2) does not need to in the client machine, simply create the agent and start it.

    (3) the agent can be created from any client once the server is able to read the database (master repository) and got the agent information

    Make sense?

    PS: Remember status assing 'proper' or 'useful' for any response that promote or solve the problem.
    Thank you

    Cezar Santos
    [www.odiexperts.com]

  • Insert correctly last record to the child table in the multi user environment.

    Hello
    I have the following situation.

    Two Tables
    Table1 has a primary key named ID column
    Tabel2 contains a column named table1_id, this is a foreign key to table1.

    I have a tabular report that contains an add record button and a button submit to table1. (this table has other columns that require attribution)

    I want to insert a record into table2 automatically whenever the user presses submit.

    I have a query like this to get the last record in table1:
    SELECT MAX(id) 
      FROM table1
    and I would use it in a submit after procedure like this:
    DECLARE v_id NUMBER;
    
    BEGIN
    
        SELECT MAX(id)
          INTO v_id
          FROM table1
    
        INSERT
          INTO table2(table1_id)
        VALUES (v_id);
    
    END;
    The thing that worries me, is that the application that I use is a multi user environment. I'm afraid that if two or more people use as MAX recording is not the right one.
    It's a legitimate concern?
    If so, is there a best way to do this kind of thing.

    Ben:

    The triggers are usually avoidable IMO. But, there is always a but, you already use triggers elsewhere in your application, and probably your form the apex uses the routines of APEX MRU for DML and thus leaves the trigger as the only viable option to achieve what you're trying to do.

    CITY

  • Development multi User (MUD) - appear dosent option local modification of the merger

    Hi, I'm new to OBIEE and I encounter a problem merging my local changes.
    When I try to merge the project into MUD, in the Administration tool, I don't see the option ' changes local merger ' in file > multi-user.
    The options available are

    Multi-user >
    Checkout
    Compare with the Original
    Refresh the subset
    Publish on network
    Unpublish
    Discard local changes
    can someone please let me know what Im doing wrong

    Published by: ABoini on September 29, 2012 09:32

    Hello

    In 11.1.1.6, "local merger change" and options "Published to the network" has been merged into one. Publish on network will take care of these two fusion and publish.

    Kind regards
    DpKa

  • Is there real problems leaving the production as a 'full of APEX development environment?

    Hello

    We have recently installed APEX (5) in our production and Test environments.  We have not all applications running in Production at the moment.  Looking through the documentation I've learned that you can configure an instance of the APEX "APEX full development environment" or a "APEX Runtime Environment" and you can switch between the two through scripting.

    It is recommended to set your runtime production environment.  However when you do this you will lose access to admin functions.  My questions are:

    (1) if we look / account ADMIN secure as well as all users in our application workspace, is so no REAL question simply letting PROD as development environment?

    (2) If you make your Production environment, a runtime environment, it seems that you can import only new applications via the SQL script.  What happens when you export out of your Test instance and it has an application ID that is already used in the Production environment?  When you import forward, it lets create you a new application ID instead of using the existing one.  I fear that the admins will accidentally overwrite an existing application if they import via the script.

    You can keep the Apex Builder in production. Indeed, it gives you a lot of additional options.

    Ask the administrator to disable all accounts developer of workspace in the production environment, however.

    Also, export the applications run only, not run & Build. It gives a little extra coverage.

    When you import forward, it lets create you a new application ID instead of using the existing one.

    It would be bad practice. You would create a nightmare of versioning IMHO. What happens if you get an error of production application ID 1231, page 21, which is the application ID 132, page 21 in development? How can you know which application is which?

  • Why build application vi works in the development environment, but not in the executable file; error 1025

    Hello

    I have a request ('A') that I am trying to build another application ("BuildA").

    I can create a request for A manually of its project using the Build specification, and it works fine (A.exe).

    Also, when I run BuildA.vi in the development environment he calls the "Build.vi" properly and again generates application A.exe very well.

    Then, when I ask BuildA (manually) and run BuildA.exe, I would expect that it also creates A.exe as BuildA.vi did in the development environment.

    However, it fails with the error:

    Code: 1025

    Reference VI opened in .vi NI_App_Builder_API.lvlib:Build (path)-> BuildA.vi
    Path of the VI: C:\TEMP\AppBuild\BuildA\vi.lib\AppBuilder\BuildTarget.vi

    I noticed this thread , which looks like a similar problem, but has reached no conclusion.

    Why BuildA.vi works fine in the LabVIEW environment, but the application that builda.exe does not work?  All paths are hard-coded, so it shouldn't be a path problem.

    Thank you

    -john

    eye_in_the_sky wrote:

    I guess we will have to keep the application building separated the disappointment... automated scripts

    There are still other options.  Lets say configure you VI to run then.  If you ran the following command from your script line

    "C:\Program NIUninstaller Instruments\LabVIEW 2011\LabVIEW.exe" "C:\BuildA.vi".

    It would then open your BuildA.vi in LabVIEW and run in the development environment.

  • How to install java Development Environment of the blackberry

    Hi all, I want to configure a new Java development environment in my new system what are the software I need to download and where I can get these software as - Blackberry Eclipse, etc. Simulaters any PDF or link is there for assistance. Thank you all

    Hello

    Here you can download JDE

    http://us.BlackBerry.com/developers/javaappdev/javadevenv.jsp

    for eclipse

    http://us.BlackBerry.com/developers/javaappdev/JavaPlugin.jsp

    simulators use and choose which device.

    http://us.BlackBerry.com/developers/resources/simulators.jsp

    Thank you & best regards

    pp

  • I have a problem with debugging in a local development environment.

    I'm having a problem with my local development environment.

    I have version 10.3.5 WebLogic Server on my laptop and I am using Eclipse v3.8.1 as my IDE.

    I built a server in Eclipse, I imported a .war file and place the file properties to point to an Oracle database, not on my laptop.

    I built the project and added the server.

    But when I tried to start the server in debug mode I got this message. :

    Unable to connect to remote VM. Connection refused.     Connection refused: connect

    As the Weblogic Server is loaded on my laptop and I tried to run the server in the Eclipse Server view Debug

    Why it says "Failed to connect to remote virtual machine".

    Why he thinks I'm trying to debug remotely?

    I thought I was set up for local debugging:

    Hello

    To enable the debug option in Weblogic, please add the following lines (in bold print) to startWebLogic.cmd in bin directory - your domain

    Set JAVA_OPTIONS =-Xdebug - Xnoagent - Xrunjdwp: transport = dt_socket, address = 8453, server = y, suspend = n % SAVE_JAVA_OPTIONS %

    And in eclipse change port configuration debug as 8453.

    I hope this will work!

    Kind regards

    Prateek Gupta

  • Same time multi-user?

    If I connect two sets of keyboards, mice and monitors to a single PC, can two users at the same time, use a running Win7 and one with Ubuntu?

    If so, I guess that is run directly on the host operating system.

    Can be used for 3 users? 4? What is the limit/equipment needs for this kind of use.

    ... Data access: if each user has its own operating system, it has its own system of files and data. No security problem...

    I don't know the guest OS security.  I mean the security of the host computer if a 'boy' to start the computer and you're not with us, but the keyboard and mouse config gets messed up.  The 'kid' needs access to VMware Workstation to get the USB menu, which means that they now have access to the files on the host computer.  So my example of password protecting individual files/folders and not relying on the main logon password.

    .. If I can't easily assign hardware by virtual machine, you are right, no point of going in that direction. and I thought the addition of audio cards to provide a function audio...

    Audio can be done with the USB sound cards.  This brings us then to the question of the enough USB ports, which can mean the USB PCI card, and then you have enough PCI slots.  And my previous point that all this extra material is adding up.  You need to analyze if you really save that much $$$ by doing low-end all-in-one compared to individual machines.  Imagine the 'kid' play a clip from YouTube or some other videos Flash the CPU of pigs and bog down other users.  (Or worse, WoW).  What have you really reduce other than the power supply casing, motherboard,?   The user third need a video card given that most of the cards can manage only 2 monitors.  (Or fourth user, if you also use integrated graphics).  But once again you have enough PCI slots for cards USB, you need to add?  Or had the intention of getting a ka-zillion USB hubs?  That could restrict you the transfer of large files to USB hard drives because you share the USB bandwidth.  (Oops, Bobby accidentally bumped the power cord on the hub, external hard drive of disconneting Becky, while she wrote the disk.  Now, the reader is corupt and must redo its homework.  Dad!  And now Wifey says it cannot open the tax files!  )

    ... But what scares me, is that you said that the world of the virtual machine is not mature enough and not stable...

    This thing 'multi-user' was found several years without virtualization.  You have added a PCI card that gave you a monitor, keyboard, mouse connection.  The cost was a little high (~ $300 per unit) and you always had to deal with things like limited hard disk space, (then add the cost of additional hard drives), buy additional audio cards, slowing the host when a users inadvertently ran something CPU intensive, or system crash, forcing a restart of all, etc. , etc, etc.  It was all without adding any of the limitations of virtualization so much questions that I'm pointing out have nothing to do with the 'maturity' of virtualization.  It's the limitations inherent in a shared PC project.  My cousin was a librarian at an elementary school and investigating such a system.  Finally, as the PCs are down less than $1,000, it was considered as more sensible and easier to maintain (aka less specialized technical knowledge) for parts 'standards' rather than 'custom' systems, especially when it has been factored into the much higher cost of the consolidated host.  And realize that it was a public elementary school, where the children could do things that 'broken' system, intentional or not.  Now place your orders on the system and see how your children will plant your configuration when they are Torrenting or YouTubing, despite your repeated warnings not to do that. (Because we know that children always to listen to their parents.)

    Therefore, if the number very restricted users "of trust", which is fine.  But the point is to go through all the theoretical scenarios.  So even if you have to allocate hardware devices, so in a multiuser system is always a number very limited situations.  Like I said, theoretically possible.  Practical but only up to a point.

  • Share libraries of the ADF in the development environment

    We use Jdeveloper 11.1.2.1 on Windows and Linux workstations.

    Is it possible to access shared ADF libraries using a Connection of URL in the range of resources? When I create a login URL to the location of the URL of our libraries, I see no library file.
    All of the documentation I have read refers to creating a connection to file system, but this does not work well when some users use Linux as their desktop. In this case, we cannot class paths to match.

    No focus on simplifying access to the libraries of the ADF during development would be appreciated.

    Thank you

    We use two approaches to reference libraries of the ADF during development.

    (a) with the help of a shared network folder and JDeveloper all workspaces are directed towards it. We use Hudson automatic library updating whenever a SVN change is a reality.
    (b) developers use scripts ojdeploy or maven to generate dependencies themselves.

    Both approaches have strengths and weaknesses, so a choice is a matter of specific development environment,

    Hope this helps,

    Florin Marcus
    Red Samurai Consulting

  • Active Directory can authenticate to the APEX development environment

    Greetings,

    Environment:
    Apex Version 4.0.2
    Database version: 11.2.0.1
    WebLogic 10.3.3
    Listener of the apex

    Is it possible to use Active Directory to authenticate access to the APEX development environment? I have all the individual applications using Active Directory authentication, but I can't find a way to integrate Active Directory to access the development environment.

    Thank you
    Larry

    Larry,

    No, you cannot change the way in which the APEX Application Builder authenticates users.

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Installation of the development environment PeopleTools on workstations

    For a future installation of PeopleTools 8.5...

    Is there an automated/scripted method to push the development environment (for example the application designer) PeopleTools developer workstations? This will reduce the set of manual steps on each machine?

    Thank you

    Yes, you can automate the installation of the PT client to your end users. Running that a simple batch file install PT customer on any system, here are the details
    http://PeopleSoft-admin.rakeshparwal.com/search?q=.bat

    Jayaprakash Tedla

  • Can I use SqlPlus in Oracle11GR1 traditional development environment?

    Hello
    I downloaded Oracle 11 GR 1 material, but I want to write the sql code in the SqlPlus tradition environment which was in Oracle 9i or 8i (who had a history of white color). So how to get this here SqlPlus development environment? The current download and installation SqlDeveloper was installed and sqlplus command prompt has been provided. But I want to use this environment to sqlplus white screen. Please guide how to get that one.

    Thank you.

    First create a shortcut icon on your desktop to sqlplus.exe (in your oracle_home/bin directory).

    Then right-click on the icon and select Properties. Change these settings:

    Tab: General
       Put the instance name in the text box
    
    Tab: Shortcut
       Target: (your oracle_home)\bin\sqlplus.exe userid/password@databasename  --< use with caution
       Start in: (your oracle_home)\bin
       Run: Normal Window
       Change icon to whatever you want
    
    Tab: Options
       Cursor size: Small
       Command History, Buffer size: 50
                      , Number of buffers: 4
       Display options: Window
       Edit Options: check QuickEdit mode
                     check Insert mode
    
    Tab: Font
       Size: 8x12
       Font: Raster Fonts
    
    Tab: Layout
       (Screen Buffer Size is the 'virtual' size of the screen
        Window Size is what you see on the screen
        having a buffer size of 2000 allows sql plus to display
        very wide rows when sql plus LINESIZE is also 2000)
       Screen buffer size: Width: 2000
                           Height: 2000
       Window size: Width: 125
                    Height: 55
    
       check Let system position window
    
    Tab: Colors
       I like aqua on black, but whatever
    
    Tab: Compatibility
       Leave all these unchecked
    

    I like to include my user name and password in the determination of objectives, but this can be a security risk, so use with caution.

    And some of these parameters depend on the size of your monitor, your Visual acuity, etc so adjust to taste.

    Then, edit your glogin.sql file (it is in oracle_home/sqlplus/admin) and add these lines:

    SET serveroutput on
    SET linesize 2000
    SET pagesize 50000
    SET trimspool on
    SET long 50000
    SET tab off
    ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY HH24:MI:SS';
    

    You can use any format you like for the date format, but make sure that it includes the portion of time.

    This is also where you put the PASS command to change the column you mentioned.
    Something like: COL some_column to 999999

    I also have this query in my glogin.sql:

    SELECT d.name, s.sid,s.serial#, p.spid
    FROM   v$process p
          ,v$session s
          ,v$database d
    WHERE  p.addr = s.paddr
    AND    s.audsid = userenv('SESSIONID');
    

    This info can be useful for some data dictionary queries (such as v$ session_longops).

    Then create a directory somewhere to organize all your scripts SQL more than of assistance. As c:\oraclescripts.

    Create a permanent environment variable called SQLPATH pointing to this directory.

    Every time that you run a script from the sqlplus prompt, it will search this directory if you do not have to call every time.

    Now, double-click the icon and try it.

Maybe you are looking for

  • received emails

    At least 10 times a day, I get duplicate emails that were originally downloaded this morning or even a day or two before. I tried to delete the file popstat. I downloaded the add-on "remove duplicate email" and I checked that my anti-virus analyze th

  • Qosmio G35: Cannot boot from the recovery disc

    I'm in trouble from the screen of my Qosmio G35 showing lines vertical, gel, then a loop on and outside. I used the Toshiba factory restore disc to reformat and the problem remains, I went further and chose the maquis of the HARD drive option. Bad ch

  • Cannot delete/rename/move a file of Windows with a special character

    Not so long ago, I used a portable hard drive to pass data between my PC and my MacBook (Running OS X 10.11.1).) Unfortunately, I was stupid to create an alias of my portable hard drive on the desktop of my Mac by chance, just after my hard drive mou

  • Windows Update error Code 8007643

    I have some probles installation updates.  I get a message that Windows has encountered an unknown error and try again later.  I tried several times more than a week but still cannot install upgrades

  • my laptop will not configure adobe air, I've uninstalled and reinstalled and still have the same problem

    my laptop will not configure adobe air, I've uninstalled and reinstalled and still have the same problem