RPD: Multiuser Environment Problems

Hi All,
We are planning to use MUD in OBIEE -Rpd development.
I am wondering is there any know issues /Common Mistakes I have to watch out for/Aviod ?
How will MUD repository will get impact when we integrate with LDAP servers for external Authentication ?Any thing I have to watch ?
Apprecaite your participation..
Thanks
SS

LDAP Authentication is no way related to MUD of RPD. We can do what ever we want!
Instruct the developers to discuss before working on the same colums/tables and make them clear about the process of checking in/out
there are two types of merge with older RPD.....try to follow the essential method
Try to protect the oridinalXXXX RPD as sometimes it works with Null password.

Similar Messages

  • JDeveloper installation on WindowsXP Multiuser environment

    Hello,
    I've got a problem installing JDEveloper 10.1.3.3.0 on a WindowsXP multiuser environment.
    I downloaded and extracted the archive into the C:\Programme directory (where it belongs) as admin user and I can start it without problems as long as I'm logged in as admin (despite the fact that a JDK 1.5 is already installed).
    But when I try to start JDeveloper with a normal user account (without admin rights) from there I only get the splash screen progressing a little bit and nothing else happening afterwards.
    So JDeveloper does not start for me within the account I want to use it with!
    How can I manage to start JDeveloper for normal users on that WindowsXP system?
    Does anybody have any hints on this?
    Many thanks in advance!
    Best Regards

    It is recommended to unzip JDeveloper in a directory
    without spaces. Windows installs all programs into
    C:\Program Files, this one has a space in between. So
    make sure you unzip into C:\oracle\jdeveloper or
    something like that. Also make sure as admin grant
    full permits to windows users, read, write and
    execute.It is, I installed it into C:\Programme\JDeveloper.
    Do you mean I'll have to give these rights for normal users to the JDeveloper directory!?
    This is completely contradictory to the idea behind the restricted accounts in Windows!
    Best Regards

  • About Document IDS in multiuser environment

    I am developing an online application using oracle 8.0.5 , it is a multiuser environment , what is the best method to code about generating the number of documents from multiple places , how we can lock the number (document number e.g. Purchase Order) generated for one to another , please tell advice me the best & feasible approach to handle the tie of a mnumber from different sites and handeling of cancelation of any generated number from one person and alloting it to other users
    thanks

    Its bad because global variabels will be used and changed by different users at same time.
    This will lead to variuos problem like user1 setting the variabel, user2 seting it , user1 using it with the value user2 set.

  • JSP Global Variable in MultiUser Environment???

    Hi,
    I heard that my Boss, taking about the declaration of the Global variable in Jsp will create a problem in the Multi-User Environment.
    Is it true?? If so ,What is the actual problem? It occupies more memory when compared to the Local variable??
    Isn't it a bad option to declare unless u want it badly??
    I am not able to find a suitable link for this..
    Pls. do respond for this....
    Thanks,
    JavaCrazyLover

    Its bad because global variabels will be used and changed by different users at same time.
    This will lead to variuos problem like user1 setting the variabel, user2 seting it , user1 using it with the value user2 set.

  • Application Deployed other environment problem updating record

    Hi All,
    I have created a application in my working environment .Now when i want to deployed it to other environment everything goes fine except the updation is not working properly.I have add new and edit option in my application.When after editing any record i apply the changes it shows action processed but neither the modified data reflect changes in the database.But it works fine in my local environment.There is the same internal table structures in both side.Even addition of new record works fine but what may be the cause for not updating the data ?
    I have in great trouble with that.Any solution to this problem?
    Ur early reply will be really appreciable.
    Cheers,
    Eman

    Hi All,
    The problem lies in the page .I Have given it as textfield does not saves state.
    So when it tries to update based on primary key field it shows action processed but internally no update done
    So i solve the problem myself .Hope this tips may help someone.
    Cheers,
    Eman

  • Using sequence in a multiuser environment

    We plan to use table wise sequences to generate incremental ID's for each Oracle table. Is this an issue in a multi user environment ? SOmebody said this could have contention issues and slow down performance. We expect this application to have in excess of 300 users on the LAN .
    ANy inputs appreciated.

    Hi!
    This should not pose a big issue, if you have 300 users. Even if they modify a lot of tables - each table having their own sequence - the cache of the sequence will be refreshed when the last number is used. Choose a cache size for each sequence that will be refreshed for example once a day, and there shold not be a big performance problem.
    cu
    Andreas

  • Studio Creator 2 environment problem - cannot find symbol

    This may be a classic newbie question, but I've been looking for an answer without success for three days now. Hopefully, someone that is familiar with configuring Sudio Creator 2 Update 1 environment can help me fix this.
    Problem: Cannot build a simple program within the SC2 IDE. Always get a "cannot find symbol" error related to System.out.printf(...).
    Details:
    I have a simple program, as follows:
    import java.io.* ;
    public class test {
        /** Creates a new instance of test */
        public test() {
        public static void main(String[] args) {
            // TODO code application logic here
            String result="Success!";
            System.out.print("system.out.print") ;
            System.out.printf( "Product is %s \n", result );
    }I can successfully compile this program from the command line using javac test.java and then execute java test (inside the same directory). The build and execution work flawlessly! Therefore, I assume the code is right.
    However, every time I try to build this program, I get one error
    init:
    deps-clean:
    Deleting directory C:\Projects\test\build
    clean:
    init:
    deps-jar:
    Created dir: C:\Projects\test\build\classes
    Compiling 1 source file to C:\Projects\test\build\classes
    C:\Projects\test\src\test.java:14: cannot find symbol
    symbol  : method printf(java.lang.String,java.lang.String)
    location: class java.io.PrintStream
            System.out.printf( "Product is %s \n", result );
    1 error
    BUILD FAILED (total time: 1 second)Here are two system vars that are probably most relevant (taken from WinXP, not from within the IDE).
    PATH = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\program files\Sun\Creator2_1\java\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\MySQL\MySQL Server 5.0\bin
    CLASSPATH = .;C:\Program Files\Java\jre1.6.0_03\lib;
    I haven't figured out where the internal environemt vars are in the SJSC2 IDE.
    I have tried uninstalling and reinstalling several times, and on a couple different computers, but I get exactly the same problem and results.
    Can someone please help me figure this out before I pull what's left of my hair out? ;-)
    Thanks!

    It looks like it's going to be a BUG in JSC2_Update1.
    I traded emails with Sun support today. They were able to duplicate the problem and are opening a bug report. Doesn't always mean that it really is a bug, but at least they're on it. ;-)
    In the meantime, the Sun rep suggested the folliwing:
    "Also, I suggest trying the NetBeans6.0 IDE. It offers the Creator
    features as Visual Web in NetBeans6.0. See the information :
    http://developers.sun.com/jscreator/index.jsp
    It also has links to migration guide."
    It's still open.

  • Runtime Environment Problems

    Hey all -
    new to Java and I have been able to run most of my applications / applets however, my first attempt at accessing a database I continually get the following error:
    Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
    has value '1.3', but '1.4' is required.
    Error: could not find java.dll
    Error: could not find Java 2 Runtime Environment.
    Don't know why all of a sudden I am receiving this error. Any help would be appreciated.
    Thanks

    You have (at least parts) 2 different JRE's in the machine. I'm guessing that you installed an IDE with an older version of java on top of a newer version? If, not you might explain what was done, to facilitate additional diagnosis.
    However, the problem is that a Registry key - the one mentioned - has the wrong value. You can correct the key if you know what it should be and know how, or you can uninstall in reverse order of installs, and then reinstall the version you want.
    Search these forums for the error, there are many threads with much detail.

  • Classic environment problem in Tiger

    I recently installed OS 10.4 and updated to 10.4.8. I had been using 10.2.8 and I was having no trouble with OS 9 or the classic environment. Today I tried to start up OS 9 and here are the messages.
    1. install Quick Time 6.0.3 or later
    2. Classic needs to update files in System Folder
    3. There is a problem with updating the Classic specific files
    4. Classic was unable to update it's files in System folder.
    Do you have advice on how to update System Folder in OS 9 so I can open the system?
    17-inch flat panel iMac G4   Mac OS X (10.4.8)  

    Hi, Gail.
    You might want to be sure you are running Mac OS 9.2.2 for Classic. A number of interesting Classic-related problems have been noted unless one is using that specific version of Mac OS 9 for Classic under Tiger. Essentially, Tiger requires Mac OS 9.2.2 for Classic.
    If you're not using 9.2.2 for Classic you can find the relevant Mac OS 9 updates here.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Multiuser server problem

    i am using thread run on server which server multiuser. i would like server to keep some value until all connected user send some data to server then only the server will broadcast the value to all connected user.
    for example, i have 5 client connected to server. in server side, i use array list to keep IP address of connected client . all client should send "hi" to server before server broadcast "hi" to all 5 client.
    the problem is, the array list just keep data for the user respectively in server. when client A connected to server, ArrayList keep client A IP. then when client B connected to server, Array List just keep client B IP where client A IP just now disappear.. any idea on where i want ArrayList will hold client A IP then client B connecting to server, IP for client C will add to Array List? anyone can help me? appreaciate

    intCountClientParse=0;
    String strMsg = data_in.readLine();
    if (strMsg .equals("hi")) {
    intCountClientParse+intCountClientParse=1;
    if (intCountClientParse==5){
    //broadcast "hi" to all connected client
    }the value keep in intCountClientParse always returning to 0 on evertytime client send something to server but not keep increment. please help me up. thanks

  • CDE (Common Disktop Environment) problem

    Hi all:
    I installed Solaris 8 on an Intel Dual pentium 550MHz. with 128 mb of RAM. Eveything installed correctly. But when the system rebooted, after logging into the system with the CDE, there is a long delay before I can see anything on the screen. Eventually a help window and a file manager window show up on the screen. But I am not able to move anything on the screen. It always core dumps. In the /dev/dt/Xerrors, it always has something about DPMS is not supported. I have changed the video card to many different brands which were in the hardware compatibility list from sun and still the same results. The behaviour is the same no matter what Video card I use. The Open desktop Environment seems to be working Ok. Please help as to what may be the problem.
    THANKS,
    Monga.

    Thanks Manish.
    I've done that you told me, but the CDE continues on the same form that describes Mongal. the xset command displays that it's disabled and that the display is nit capable of DPMS
    I's intalled in a IBM Aptiva PII 266, 112Mb RAM, and a ATI 3D Rage Pro AGP 2X with 4Mb VRAM. But the Solaris regonize the VGA in the installation program. It's possible that the VGA has a poor quantity of memory to run the CDE?
    Perhaps if I write you what appears in /var/dt/Xerrors, it will help you.
    X_mkdir: No such file or directory.
    X_mkdir: No such file or directory.
    ATI,21: ATI264GB - 3D RAGE PRO (4096k @81000000, [0.000 - 200.000MHz).
    DPMSSupported: Nu such device.
    Frame Buffer 0 does not support PDMS.
    Another thing, How I can chane the resolution of the Xwindows in solaris, because it's different than Linux.
    Thanks for your attention, and waiting your response:
    Gerardo.

  • Multiuser environment

    HI Gentlemen,
    I have installed an Oracle 8i Personal Enterprise Edition. Up to now I was alone as developer and user; I really do not know if another user could log in to my Forms application through the Web or is 8i Personal a strict single-user environment?
    Thank you in advance, kind regards from
    Miklos HERBOLY

    If you have Oracle Personal in one machine and you have a web application on it or in another server you can create several users in the database and give the posibility to each one to log in in the database without any problem. You are confusing the concept about how Oracle Personal is licensed.
    Another option is that you can create a table with users formed by you and your application log in through those users.
    Joel Pérez

  • Classic Environment Problem

    I have Tiger partitioned on another drive, and boots great. Classic environment works decent for most things, but when it comes to some old games that I have, they install smoothly, but when I open them, they stay open for one second then terminate. Any reasons for this happening?

    blstu08, welcome to Apple Discussions from a fellow Texan.
    No iMac G5 can boot using OS 9.x.
    Many classic applications run fine in classic mode. However, most classic games require you to boot into OS 9.x because the game software must control the Mac hardware using OS 9.x. One such control is setting the screen resolution to 640x480.
    If you want to run the game, get a used older Mac.
     Cheers, Tom

  • Classic environment problems

    Application doesnt start up correctly, the computer will run Mac OS 9 in classic environment and then when I start up the application, it goes dark then comes back with a strange color pattern for my wallpaper and the computer, sounds will work and the screen will change colors depending on the point in the application (its an old game)
    Is there a way to get the application's video to actually show up?

    Hi, MasterLukeS -
    Sounds like the game may be trying to adjust the color depth to a more limited one that it needs.
    Try presetting the color depth to 256 colors before running the game; you should be able to do that in the Monitors control pane in OSX's System Preferences. I'm not sure OSX offers a color depth that low, but if it does, try it.
    That may not work - if the game is real old, it may want a color depth of 16, which will not be available (has not been available for a long time).
    Even so, some games insist upon having direct access to the hardware, typically to the monitor. If that game is one of those, it will not do well in Classic. When OS 9 is used as Classic under OSX it is being used as a program, not as an OS, and OSX retains control of the hardware.

  • JSP & multiuser environment

    What is the best way to ensure that 2 people won't have the same
    record open simutaneously? (we use connection pooling, so you
    cannot put a lock on the row).
    We are experimenting with using application variables that gets
    set to the rowid (or key of the row). If that application
    variable exists, then the record is open. The problem is when a
    session expires, the variable hangs around and produces
    incorrect messages when that same record is opened.
    I'd like to know if there is a better way of coding this...
    Thanks.

    Its bad because global variabels will be used and changed by different users at same time.
    This will lead to variuos problem like user1 setting the variabel, user2 seting it , user1 using it with the value user2 set.

Maybe you are looking for