Location Master Repository

I need recommendations for the location of the master repository for the following scenario.
- Three physical servers (DEV,UAT,PROD)
- Three work repositories on each server
- These servers are source and target at the same time
I only want to create one master repository. Where in your opinion should this master go to. DEV,UAT, or PROD? Or would you put it onto a different server altogether?
I can see reasons for and against to put it on PROD.
Pro:
- This server has the best spec
- It gets backed up regularly
Contra:
- The master repository is development work in progress and as such it should probably go to DEV.
What are your thougts on above.
thanks
u

Hi Ubet...
Are you Brazilian? (because of the "Contra" word)
Let me try to help.
A very important concept about ODI is that the repository must be at a machine with "producion backup policy" I mean, all data storaged into a development repository if was lost, you will loose any code done in ODI that is not at other repository.
If you wish, I have a diagram that suggest an environment, just drop me an email.
Cezar Santos

Similar Messages

  • Location Master in MDM

    Dear all
    We are working on a POC for transferring all Location Master Data with all attributes from SAP as well as Non SAP systems.As of now we dont have any standard bus content for this master data type which means we have to develop everything data model, maps,xsds all from scratch.
    Can anyone pls explain how to go ahead this regard.
    Shall we create data model on our own?
    Which IDoc to use for transfer of location master data from R3?
    looking for all help guys.
    Suitable answer will be awarded.
    regards-
    Ravi

    Dear Ravi,
    When you mention Location Master data in R/3, I am interpreting it as Plant level Extensions to Material Master in R/3. If that is right , then in the Products Repository we have a look up qualified table for Location Data . This table would contain the MARC ( Plant level data)  from R/3. This data can come in the MATMAS message type.
    Does this answer your question ?
    Thanks.
    Siva K.

  • Anyone successfully used ODI SDK to create master repository?

    I'm just trying to compile and run the sample code given by Oracle (odi_sdk_samples.zip downloaded from http://www.oracle.com/technetwork/indexes/samplecode/dataintegration-sample-522116.html) to create a master repository, and I am running into an error below.
    java CreateMasterAndWorkRepositorySample
    oracle.odi.setup.RepositoryScriptsNotFoundException: Scripts were not found
    at oracle.odi.setup.support.MasterRepositorySetupImpl.internalCreateMaster(MasterRepositorySetupImpl.java:146)
    at oracle.odi.setup.support.MasterRepositorySetupImpl.createMasterRepository(MasterRepositorySetupImpl.java:52)
    at CreateMasterAndWorkRepositorySample.main(CreateMasterAndWorkRepositorySample.java:43)
    Caused by: java.io.FileNotFoundException: Directory /scripts/xml/ does not exist.
    at com.sunopsis.repository.manager.RepositoryManager.getRepositoryCreationXMLFilesDirectory(RepositoryManager.java:4565)
    at oracle.odi.setup.support.MasterRepositorySetupImpl.internalCreateMaster(MasterRepositorySetupImpl.java:139)
    ... 2 more
    Does anyone know how to tell JVM the location of /scripts/xml ? This happens to exist at oracledi.sdk/lib/scripts/xml under ODI installation. All I am doing to run the above program is adding all JARS from oracledi.sdk/lib to CLASSPATH and compiling this and one other file (SimpleOdiInstanceHandle.java) in the same directory. Unfortunately, there is no documentation out there on how to set up the environment properly. Apparently it is trying to get to some XML files that ODI needs to execute in order to create the master repository....
    Thank you in advance for your help.
    글 수정: user11180669

    Well hindsight is 20/20 but oraparams.sh needed to be run before running any program that uses ODI SDK. :)

  • HPDM 4.6 - Master Repository Issue

    I have set up HPDM, but I'm getting an error message.  I can run basic tasks on all discovered thin clients, etc, that part works fine.
    - "Error occurred when connecting to the Master Repository Controller.  Any operation requiring payload will fail.  Error Details: Failed to connect the Master Repository Controller.  Maximum number of retries reached."
    In the Repository Management window, I only have one setup.  I've tried using both FTP (Port 21), and SFTP (Port 22), with no change.  When I "test" the SFTP Protocol Settings, the test is successful.
    The HPDM Device Management Gateway and Management Server Control are both on a central server.  The FTP setup is web-hosted.  The Device Manager is running on my local machine.  I have admin rights to all locations including the credentials for the FTP site.

    Error task Capture Image:
    2015-03-17 17:01:42 [Détails de l'erreur]: ../../Task/linux/ImageTask_Thinpro.cpp@318: Failed to to download client kit.
    ../../Task/common/ImageCommon.cpp@601: Failed to download image mapping file, file name: toolsConfig.xml
    ../../Task/common/ImageCommon.cpp@560: Failed to download mapping file.
    ./port_layer/ftpclient/fileclient.cpp@179: Failed to get remote file, LocalDir:/writable/,RemoteDir:hpdm/Repository/Tools/Imaging/Mapping,Name:toolsConfig.xml
    ./port_layer/ftpclient/fileclient.cpp@159: Can not find the specific path.

  • ODI Master Repository Password Recovery

    Hi Guys,
    I recently took over and ODI environment (10.1.3.6.2) with one master repository and work repository. They are located on an Oracle 10rR2 DB. Here is my problem Noone here knows the password for this schemas. How can I find out what these passwords are without changing them?
    I have the encoded master repository password in odiparams file. Is there a DECODE tool to find out what the decoded password is?
    As always, all the help you can provide is appreciated.
    Regards,
    Emrah

    Hi,
    There is no DECODE functionality available for this purpose.
    You can probably do this
    1. Choose a password for that particular user , say ORACLE
    2. Now goto <ODI_HOME>\bin directory and invoke a command prompt
    3. Encode the password using the following command
    agent encode < Password > ie. agent encode ORACLE
    4. Connect to your Master repository schema and check SNP_USER table for
    what is the value for I_WUSER for that particular user (as in step 1) .
    5. Update the SNP_USER table using following query.
    UPDATE SNP_USER SET PASS='<ENCODED PASSWORD OBTAINED IN STEP 3>' WHERE I_WUSER=<I_WUSER value obtained in step 4>;
    6. Issue commit ;
    Now try to login to ODI designer with the new password .
    Thanks,
    Sutirtha

  • Error while Creating Master Repository: ORA-01031: insufficient Privileges

    Hi,
    I'm trying to install ODI into my VM.
    I have done the installation and while creating Master Repository, I'm getting following error:
    ORA-01031: insufficient Privileges
    I'm using Oracle & have created user as ODI_MASTER with Admin Privileges.
    I'll be using it to load metadata onto planning (Version 11.1.2)
    Is there anything that I'm missing out on.
    Jitendra.

    Seems missing grants on the user you are using to create Master Repository.
    you are using Oracle .. grant connect, resource to <your_user>. These two rolesa have sufficient access to db to create the master repository.
    execuute the sql from sys user
    Regards,
    Amit
    Edited by: amitgupta1202 on 20 Aug, 2009 10:42 PM

  • Error while transfering the data from local to master repository

    Hi , Iam Working on SAP Learning Solution Implementation,we are using LSOAE200 as a Authoring Tool. When i am  Transfering the Learning Net from the authoring tool to the master repository which is in portal, I am facing the following error:
    <b>Type=E, ID=NR, Number=751, Parameter='', Message='For object  , number range interval  does not exist'
    com.sap.hcm.ls.shared.datamodel.ebo.EBOCatalogException: Type=E, ID=NR, Number=751, Parameter='', Message='For object  , number range interval  does not exist</b>
    we are able to make it out that the error is something which is not able to find the number ranges in R/3. Can any one of you please suggest me where exactly to create the number ranges in R/3.
    Regards..
    Kishore

    Hi,
    Please check table T77IV and see whether you haver assigned a number range for the object you want to transfer the data.
    Please let me know in case you require any further clarifications.
    With Regards,
    Kaustuv Goswami.

  • Creation of Location Master Data

    What's the transaction code for creating Location master data or program SAPL0A02? Has anyone tried to do LSMW or SCAT for uploading hundreds of items?

    Hi,
    If I am correct we can create locations through SPRO transcation.
    Enterprise Structure>Definition->Logistics General--> Define location.
    Here we can create number of locations on plant wise.
    The key in this field indicates a location within a plant.
    You can use the location to set up a plant according to space and local area. You can assign an address to a location.
    The following master data objects can be referenced to a location:
    Asset master records of asset management
    Equipment
    Functional location
    Work center
    Production resource/tool
    Regards
    Srinivas

  • Issue in creating Master repository from ODI 11g

    Hi,
    I am unable to create a Master repository connection using ODI 11g from local machine. I am using Oracle server of 11g version and have Master and a Work repositories in it. When I was trying to create a connection using ODI 11g it is throwing me the following error message,
    Could not connect to repository
    java.lang.IllegalStateException: Local Repository table is empty
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:182)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:373)
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:72)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:501)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:553)
         at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:529)
         at oracle.odi.ui.docking.panes.OdiCnxFactory$1.run(OdiCnxFactory.java:205)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:619)
    Suggest me to resolve this issue.
    Regards, Sujeev

    Try following links.
    They are nice and Explanatory.
    http://www.odigurus.com/2011/10/creating-master-repository-using-odi.html
    http://odinetwork.blogspot.in/2011/03/creating-and-connecting-to-odi-master.html
    http://odiexperts.com/creating-master-and-work-repository/
    Thanks,
    Mahesh

  • Issue in configuring the Master Repository in ODI

    Hi,
    I just downloaded and installed ODI. I wanted to create Master Repository in Sql Server 2005 (service pack 2). I gave the following string for jdbc:sqlserver://<servername>:1433;selectMethod=cursor;databaseName=odimaster;integratedSecurity=false. I also entered a valid username and password. Apart from this I have copied the sqlJdbc.jar file in the OraHome_1\oracledi\drivers directory.
    The above is resulting in an error. Has anyone faced this issue?
    Thanks,
    Amol

    Thanks John and Ioggo for helping me.
    I have got the Master repository configured by replacing the sqlJDBC.jar file that I intially had by 1.2. I also was able to configure the topology but unfortunately I am now stuck in configuring the work repository. I am following John's blog but each time I do a test connection it gives me connection failed. I have used the same connection string for JDBC. Following is my understanding on the different text boxes in the dialogue box, please let me know if my understanding is not right:
    I have created a separate database in sql 2005 for this and I am entering the name of the database in the 'Name' text box.
    For technology I am using Microsoft Sql Server
    Server - I am giving the name of the machine.
    Connection - I have created a sql user odiwork with relevant access in sql 2005 and I am passing the credentials here.
    Following is the detailed error that I am getting:
    com.sunopsis.sql.c: com.microsoft.jdbc.sqlserver.SQLServerDriver
    +     at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)+
    +     at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)+
    +     at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)+
    +     at com.sunopsis.graphical.l.pm.o(pm.java)+
    +     at com.sunopsis.graphical.l.pm.r(pm.java)+
    +     at com.sunopsis.graphical.l.pm.g(pm.java)+
    +     at com.sunopsis.graphical.l.pm.a(pm.java)+
    +     at com.sunopsis.graphical.l.pm.a(pm.java)+
    +     at com.sunopsis.graphical.l.iz.actionPerformed(iz.java)+
    +     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)+
    +     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)+
    +     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)+
    +     at java.awt.Component.processMouseEvent(Unknown Source)+
    +     at java.awt.Component.processEvent(Unknown Source)+
    +     at java.awt.Container.processEvent(Unknown Source)+
    +     at java.awt.Component.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Window.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.EventQueue.dispatchEvent(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)+
    +     at java.awt.Dialog$1.run(Unknown Source)+
    +     at java.awt.Dialog.show(Unknown Source)+
    +     at java.awt.Component.show(Unknown Source)+
    +     at java.awt.Component.setVisible(Unknown Source)+
    +     at com.sunopsis.graphical.l.pm.q(pm.java)+
    +     at com.sunopsis.graphical.l.pm.<init>(pm.java)+
    +     at com.sunopsis.graphical.frame.b.jh.bx(jh.java)+
    +     at com.sunopsis.graphical.frame.bo.w(bo.java)+
    +     at com.sunopsis.graphical.frame.bo.d(bo.java)+
    +     at com.sunopsis.graphical.frame.w.actionPerformed(w.java)+
    +     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)+
    +     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)+
    +     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)+
    +     at java.awt.Component.processMouseEvent(Unknown Source)+
    +     at java.awt.Component.processEvent(Unknown Source)+
    +     at java.awt.Container.processEvent(Unknown Source)+
    +     at java.awt.Component.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Window.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.EventQueue.dispatchEvent(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)+
    +     at java.awt.EventDispatchThread.run(Unknown Source)+
    Regards,
    Amol
    Edited by: AmolDatt on Aug 27, 2009 10:07 AM

  • Business systems group setting in location master

    Hello experts,
    I am currently in the process of trying to set up the integration models for a second R3 system to be connected to one APO system.  All of the locations / plants for the first R3 system were created under BSG1.  The locations / plants for the second R3 system were created under BSG2. 
    I have identical product in both R3 systems.  They have the same material numbers.  The materials have existed in APO for quite some time under BSG1.  When I try to send the material numbers from the second R3 system, I get an error that the materials already exist in a different business systems group.  I changed the config for the second R3 system to be BSG1 (same as first r3 system).  But now I cannot create an integration model for my plants, because they already exist under BSG2. 
    If I change my locations / plants to BSG1 would that correct my initial error message?  Is there a way to change the business system group of a location once a location already exists in APO? 
    FYIu2026 I tried using /SAPAPO/DELETE_LOCATIONS to delete the locations and resend them, but /SAPAPO/DELETE_LOCATIONS doesnu2019t seem to do anything.  After I run the program, I still have all of the locations in APO, whether the location was flagged for deletion or not. 
    Thanks,
    Matthew Bruckner

    Hi Matthew Bruckner
    do you set deletion flag to your location master ? If not, please set deletion flag at first, then please delete your location by using /SAPAPO/DELETE_LOCATIONS .
    To set deletion flag to your location, please perform following.
    1. Open transaction /n/sapapo/loc3
    2. From the menu, select "deletion flag".
        (the location should be de-assigned from related data like product, model)
    3. delete your location by using /SAPAPO/DELETE_LOCATIONS .
    And if you have same location or same location product, I recommend you to add some kind of information to your location and product by using CIF user exit.
    Please take a look at my comment in following thread.
    Re: Integration multiple R/3 systems with APO via CIF
    best regards
    Keiji Mishima

  • Export and Import of master repository - error snpuser not found

    We had installed ODI on a windows server and created physicla and logical topologies etc and developed some models and projects.
    But we had sone all of this while still pointing to the demo master repository using the HypersonicSQL. This means we always have to have the 'Start Demo Agent' running etc.
    So we wanted to move to an Oracle based master repository. I have used the 'Create Master Repository' function to create a new repository using ORacle thinnet driver and this is all OK and I can sign in to the SUPERVISOR user.
    But when I export our existing repository from the 'HypersonocSQL' demo one to a ZIP file and then use the 'Import Master Repository' to create a master repository in the Oracle using thinnet driver etc - firstly it removes the repository details that I originally created - fair enough - then creates it all again but from the ZIP file.
    The SNP_ tables all exist in the oracle database user and I can see that in SNP_USER there is the record for SUPERVISOR etc.
    But when I try to sign in to this through topology manager or security manager - as SUPERVISOR I immediately get the error 'SNPUser does not exist'
    Am I doing something wrong with exporting my 'demo' master repository and trying to import it in to the new Oracle repository ?

    thanks - but that is effectivley what I did - used the repository import from my exported ZIP file - and it all imported OK - but the error on login to topology manager afterwards is that the snp user does not exist.
    Although I initially used the 'Master Repository Creation' I then adaondoned this - dropped and recreated my Oracle user 'snpm' that owns the master repository and used the import repository approach.
    I am trying to sign in as the standard SUPERVISOR user (that existed OK in the Hypersonic master repository that was exported to the ZIP file) and also trying other users that I know existed in the Hypersonic reporitory that I exported - same problem. I can see in Oracle SQL*Plus that in the SNP_USERS table the SUPERVISOR user exists.
    If I do instead carry out a standard 'Create Master Repository' and do NOT try to import anything then it works OK and I can sign in to the Topology Manager as SUPERVISOR.

  • Error During Check In : Publish Course In Master Repository

    Hi Gurus,
    Here we are trying to publish one SCROM course through AE Tool,
    And while uploading course from local repository to master repository getting error 
    (A read/ write error occured when checking in object)
    As Master Repository we are using IIS WebDAV.
    Here, below is the error logs.
    ======================
    File does not exist: /SAP_REPORTING_COURSE/SAP Reporting Course/v1/Test_001.crs [rep=http://hostname.network.sbx:99/WBT/, type=7, props=null]
    java.io.FileNotFoundException: File does not exist: /SAP_REPORTING_COURSE/SAP Reporting Course/v1/Test_001.crs [rep=http://epasbx011.network.sbx:99/WBT/, type=7, props=null]
         at com.sap.hcm.ls.shared.repository.access.wdslide.WDRepository.readFile(WDRepository.java:707)
         at com.sap.hcm.ls.shared.repository.datautil.LinkControlManager.getObjectModel(LinkControlManager.java:185)
         at com.sap.hcm.ls.shared.repository.datautil.LinkControlManager.getObjectModel(LinkControlManager.java:168)
         at com.sap.hcm.ls.shared.repository.datautil.LinkControlManager.getObjectModel(LinkControlManager.java:147)
         at com.sap.hcm.ls.shared.repository.datautil.Depend.gatherContentDependencies(Depend.java:251)
         at com.sap.hcm.ls.shared.repository.datautil.Depend.getDependencies(Depend.java:185)
         at com.sap.hcm.ls.shared.repository.datautil.Depend.addDependingReuseObjects(Depend.java:552)
         at com.sap.hcm.ls.shared.repository.datautil.Depend.getDependingReuseObjects(Depend.java:541)
         at com.sap.hcm.ls.shared.repository.datautil.Depend.getDirectDependingReuseObjects(Depend.java:477)
         at com.sap.hcm.ls.shared.repository.exchange.PubData.generateDescription(PubData.java:129)
         at com.sap.hcm.ls.shared.repository.exchange.PubData.generateDescriptions(PubData.java:59)
         at com.sap.hcm.ls.shared.repository.exchange.Publisher.checkInObjects(Publisher.java:239)
         at com.sap.hcm.ls.las.repository.explorer.checkin.ActionCheckIn$CheckInTask.<init>(ActionCheckIn.java:130)
         at com.sap.hcm.ls.las.repository.explorer.checkin.ActionCheckIn$1.construct(ActionCheckIn.java:85)
         at com.sap.hcm.ls.shared.util.swing.SwingWorker$2.run(SwingWorker.java:131)
         at java.lang.Thread.run(Thread.java:534)
    We do not have single sign on for CM.
    We are using different back-end user & cm user.
    Please suggest how to solve this issue.
    Thanks in advance.
    Sumanta

    Dear,
    we're pointing our content to an WebDAV-compliant server(IIS) instead of  KM of SAP Portal.  Authorization to that is working fine and when the check-in process start, it creating folders and we are getting the java errors, when AE is trying to check-in the actual content files. Error Screen shot below,
    Could you please let us know, what changes you have done from IIS side to successful check-in to the Master Repository and what is the system requirement to resolve this(I mean, version of AE and Java and IIS like that). it would be really appreciated, if you could share your views on this.
    Appreciate your kind response.
    Thanks and Regards
    Obli

  • Unable to create the Master repository Using ODI 10.1.3.5.0 on windows

    Hello,
    I have installed the ODI 10.1.3.5.o on windows environment. I am using sql server 2008.
    When i am trying to create the master repository it was not creating, When i am tested the connection it was successfull, but when i am click on OK it not performing.
    I have down loaded Microsoft SQL Server JDBC Driver 3.0 and copied sqljdbc4.jar in to D:\OraHome_1\oracledi\drivers.
    And also installed java 6 on my machine.
    Please help me.
    Regards,
    Krishna
    Edited by: 897734 on Dec 14, 2011 3:03 AM

    Hi krishna,
    Check *3.2 Creating Repository Storage Spaces* in below URL, Hope this may helps you
    http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/admin_reps.htm
    Regards,
    Phanikanth

  • How to add new driver to create master repository database

    Dear All,
    i want to creade ODI Repositroy Database on SQL SERVER,
    when i click the driver button in "Create Repository Wizard" the only driver i found for sql serve ris just able to connect to sql server 2000
    i got a driver written by microsoft to connect to sql server 2005, but how can i add this driver where i can see it in the driver list ???
    i have jar file. i put it in the drivers folder in the installation folder of the ODI but akso it doen't appear.
    may you please help me to be able to see this driver in the driver list of "CREATE Master Repository Wizard" ??????????????????????????
    Regards,
    Ahmed Salah

    Hi,
    Copy the sql server driver into the oracledi\drivers directory and restart the create repository
    You need to manually enter the driver name and url for sql server 2005
    e.g.
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    jdbc:sqlserver://<sqls machine>:1433;databaseName=<db name>;integratedSecurity=false
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Tecra M3 + Windows 7: My recent run-in with the unsupported

    Been a long time since I've had anything to do with Toshiba boards..in fact I haven't been on CompuServe where these boards once stood in some four years.  But anyhow, I thought I might share my recent experience with a Tecra M3 and Windows 7.  Now,

  • MacBook Air mid 2013 built-in keyboard trackpad

    I need help! Upon a fresh install of osx 10.8.5 on my MBA mid 2013 my built-in keyboard and trackpad do not work. If I boot into recovery they work! But once I boot to my desktop at the login screen I can't control anything.  I've tried repairing per

  • Cannot transfer rental movie to ipad, itunes thinks it is already transferred to another device

    Hi, Hopefully this is pretty straightforward. I downloaded a movie rental from iTunes store. When I attempted to move to my iPad (via manual sync) I got an error along the lines of the following: 'Cannot transfer movie rental as it is already transfe

  • Screen goes dim when processor working - even when plugged to mains power.

    Screen goes dim when processor working - even when plugged to mains power. Whether I'm running 3D software or just surfing the net, the screen keeping fading/dimming and then recovering over a few seconds. No USB devices connected, mains power on - N

  • ORA-15032,ORA-15040:,ORA-15042:

    hi, unfortunatly our server get rebooted after taht we are try to start ASM instance then we got below error ora-15040 diskgroup is incomplete ORA-15042 ASM Disk"2" is missing.but we are checking from OS side all disk are OK.all the Diskgroup are in