Odiparam.bat with multiple work repositories

Hi,
We have two work repositories A and B. In our Odiparams.bat file we have given A work rep information and installed an agent.
Now we are trying to run a scenario which is in B work rep. using Odistartscen from command prompt. It is giving an error stating that SnpScen does not exist. From our debugging we came to know that, it is referring A work rep for that scenario. But it is actually in B work rep.
Now how to run the scenario which is in other work rep other than the one mentioned in Odiparam.bat file?
Is it possible to configure Odiparams.bat file with two work rep? If yes, how. If not what are the altenative options to run the scenario?
Thanks in advance...

HI,
It is not possible to alter odiparams.bat file for two work repositories, for the solution you want do the below:
1. Create another copy of odiparam.bat like odiparam_workA.bat in the oracledi/bin path
2. Create another copy of agentservice.bat like agentservice.bat_workA.bat in the oracledi/bin path, if you are creating windows service with it
or make a copy of agentscheduler.bat like agentscheduler_workA.bat
3. then mention the work repository in odiparam_workA.bat
4. create a new physical and logical agent,
5. Alter agentscheduler_workA.bat or agentservice.bat_workA.bat to call the new odiparam_workA.bat
6. Now call the scenario using the new agent.
Reshma

Similar Messages

  • How  to reuse common code across multiple work repositories

    Hi Experts,
    I have a ruqirements from our customer side. we have a one master repository attached with three work repositories(wk1,wk2,2k3). Customer want to place some common code into wk1 workrepository and want to reuse across multiple workrepositories(wk2,wk3).
    Generally we can reuse code in same work repositories like knowmodules and interfaces.
    Is it possible to use across mutiple workrepositories?
    Thanks in Advance
    Siri

    You can't hare the same instance of the code across multiple work repositories. You have to have a seperate instance in each work repository. However you can manage it as if it was shared through ODI's versioning capability i.e. all changes to the common code are only ever made in one work repository i.e. Wk1 and then deployed to the other 2 which is as simple as getting the latest version from the Master repository. You could even set up security in Wk2 and Wk3 to make sure that your developers/users do not have permission to edit the common code in those repositories.

  • Policy Enforcement issues in AM 7.1 with multiple user repositories

    Hello,
    We have a scenario where we need to authenticate and authorize both ADAM and Sun Directory Server users into a web application through the same realm. The realm is setup with 2 identity repositories - one for ADAM and one for DS - both of type LDAP v3 Repo. Authentication into AM console through the ?realm=name parameter works fine in this setup for users from both repositories.
    However, when we try to authenticate users into the protected web application as an AD/DS user, policy enforcement is not deterministic. Policy Agent starts allowing URL access to DENIED users also. Is this a known issue/bug with Sun Access Manager 7.1?
    The policy agents in our setup are Apache, Tomcat and IIS 6.
    Thanks,
    Srinivas

    Please provide more information. If I understand you correctly, you have a realm with 2 LDAP Auth modules configured. Are these part of an Auth Chain? What does that Chain look like? Both Required? Sufficient?
    What does your URL policy look like?
    Have you made sure AM Agent is not set to SSO_ONLY?
    What do you mean by "Policy Agent starts allowing URL access to DENIED users also"? You see "DENIED" in a log file but the user gets through, or you are just reporting the behavior?
    Thanks,
    Eric

  • Working With Multiple CVS Repositories

    Does anyone know ... if you have two or more cvs connections defined how would one switch which connection they're committing a workspace/project/file to?
    -Brian

    Brian,
    If you have made changes to your files and they are intended for a different CVS repository, there's no easy way to get those changes across - the safest way is to create a source patch using the CVS command line (diff / rdiff commands) and find a utility which will let you apply the patch to files checked out from the second repository. In the next release of JDeveloper we have added the ability to generate, apply and preview patches from within the IDE so this will be made much easier.
    Paul - Team Development Group

  • Scheduling - odiparams.bat  ?

    i went and checked my <installation folder >/bin folder and edited the odiparams.bat since it had all the details of old demo environment . i changed them to my work repository.
    set ODI_SECU_DRIVER=oracle.jdbc.driver.OracleDriver
    set ODI_SECU_URL=jdbc:oracle:thin:@127.0.0.1:1521:XE
    set ODI_SECU_USER=system
    set ODI_SECU_ENCODED_PASS=*****************
    set ODI_SECU_WORK_REP=WORKREP1
    set ODI_USER=SUPERVISOR
    set ODI_ENCODED_PASS=**********************
    set ODI_PORT=20910
    set ODI_name=main
    Do i need to change the odiparams.bat for every work repository i have  and execute the agent . ?
    whenever i click on update scheduling on my physical agent i am getting an error " *This agent is not a schedule* " . How can i fix this issue ?
    if possible can some one also tell me what else i need to do ,so i can use the scheduler for scenario and execute a process daily. ? since when i tried it dint work , so i think its all becuase of the above errors.
    Adding to the above information , i am able to start agentservice -i -s main 20910 but when i start the service from the service.msc
    iam getting error 1067 process terminated unsuccessfully.
    i tried using the command prompt agentscheduler and there also iam getting lots of exception.
    i am sure everything is connected
    Thanks to you all for helping me out
    Edited by: user10586521 on Mar 12, 2009 12:46 PM

    INFO | jvm 1 | 2009/03/13 10:45:32 | Caused by:
    INFO | jvm 1 | 2009/03/13 10:45:32 | java.sql.SQLException: Listener refused the connection with the following error:
    INFO | jvm 1 | 2009/03/13 10:45:32 | ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    INFO | jvm 1 | 2009/03/13 10:45:32 | The Connection descriptor used by the client was:
    INFO | jvm 1 | 2009/03/13 10:45:32 | 127.0.0.1:1521:XE
    INFO | jvm 1 | 2009/03/13 10:45:32 |
    INFO | jvm 1 | 2009/03/13 10:45:32 |      at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    INFO | jvm 1 | 2009/03/13 10:45:32 |      at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:280)
    INFO | jvm 1 | 2009/03/13 10:45:32 |      at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
    INFO | jvm 1 | 2009/03/13 10:45:32 |      at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
    INFO | jvm 1 | 2009/03/13 10:45:32 |      at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
    INFO | jvm 1 | 2009/03/13 10:45:32 |      at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    INFO | jvm 1 | 2009/03/13 10:45:32 |      at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
    INFO | jvm 1 | 2009/03/13 10:45:32 |      at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
    INFO | jvm 1 | 2009/03/13 10:45:32 |      at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)
    INFO | jvm 1 | 2009/03/13 10:45:32 |      at com.sunopsis.sql.i.run(i.java)
    STATUS | wrapper | 2009/03/13 12:43:15 | <-- Wrapper Stopped
    STATUS | wrapper | 2009/03/13 12:43:27 | --> Wrapper Started as Service
    STATUS | wrapper | 2009/03/13 12:43:27 | Launching a JVM...
    INFO | jvm 1 | 2009/03/13 12:43:27 | Wrapper (Version 3.1.0) http://wrapper.tanukisoftware.org
    INFO | jvm 1 | 2009/03/13 12:43:27 |
    INFO | jvm 1 | 2009/03/13 12:43:28 | Starting Oracle Data Integrator Agent...
    INFO | jvm 1 | 2009/03/13 12:43:28 | Version : 10.1.3.5 - 10/11/2008
    INFO | jvm 1 | 2009/03/13 12:43:29 | Agent in scheduling mode
    INFO | jvm 1 | 2009/03/13 12:43:29 | Number of items for scheduled executions:4
    INFO | jvm 1 | 2009/03/13 12:43:29 | 03/13/2009 12:43:29 PM(WrapperSimpleAppMain): Server Launched
    i checked and found the TNS lisener error so i stopped my database and restarted it and restrarted my service , as you can see after restarting its dint show me any error but still the scheduling dint work i have tried simple hourly dailly everything but no success.

  • Print to pdf often doesn't work with multiple pages?

    When I try to print to pdf, it often doesn't work right.
    I can select, for example, multiple Excel worksheets to print. It looks fine with 4 pages in Preview, but when I select save as .pdf, it only prints 2 of the 4 pages, and it prints those in 2 separate documents rather than a single .pdf document with multiple pages.
    Is there a way to do this? Is this an Apple error or Microsoft error? Since it looks fine in Preview, my guess it is an Apple error?
    Mark

    It sounds like this is the problem with the way Apple handles multiple orientations in a pdf document. You can use Acrobat to print the files - it handles multiple orientations correctly. There was a previous thread on this:
    http://discussions.apple.com/message.jspa?messageID=1983431#1983431

  • HT2688 Working on a single computer with multiple users, I have set things up to allow each user to view and listen to the others' music libraries under the "Shared Library" function.  Can you then connect an iPod touch and copy music from a shared librar

    Working on a single computer with multiple users, I have set things up to allow each user to view and listen to the others' music libraries under the "Shared Library" function.  Can you then connect an iPod touch and copy music from a shared library?

    Was your wife logged into the libray at the time you tried to log in? I have had a similar problem and it was because another user was logged into the library when I attempted to. I got the permission denied banner.

  • I want to use Mac Mail for my work email address, which containts multiple outbound options (i.e. hr@, me@ etc). Is there a way to set up Mac Mail to have an account with multiple outbound addresses rather than adding in multiple accounts?

    I want to use Mac Mail for my work email address, which containts multiple outbound options (i.e. hr@, me@ etc). Is there a way to set up Mac Mail to have an account with multiple outbound addresses rather than adding in multiple accounts?

    This sounds like the age old problem with keychain & Safari. I don't know of a way to solve it without using something like 1Password.
    The iOS app has it's own built in browser, so it has more control over what gets autofilled. Safari on OS X has an 1Password extension that handles account selection & autofill etc.
    Keychain is great in principle, but it quickly falls down when you need tight integration with many ID's & different use cases (work, home etc).
    I'd suggest you submit feedback to Apple about your thoughts. I did so years ago about this issue & this is how far we have come (back to the point where me.com synced passwords) :^)
    http://apple.com/feedback/macosx.html
    Other tools like lastpass or keypassx may also help if you want to truly segregate password storage, but that doesn't fix autofill, the way around that issue is to dedicate one browser for work.

  • How can i author a DVD with multiple timelines so that "previous chapter" actually works?

    I am trying to burn a DVD with multiple short films. i used a timeline for each film and a playlist for the "play all" button that includes all timelines. Problem is when you press previous chapter it only takes you to the beginning of the current film youre watching, no amount of double or triple clicking back will work. How do I get around this?

    To mix the footage, you should be able to go back to PrPro, and create a 16:9 Sequence. Bring the 4:3 material into that, allowing the black bars to exist, and then Export that 16:9 Sequence as 16:9, for Import into En. You will have the pillarboxing with that 4:3 material, but that is what you want, correct?
    Good luck,
    Hunt

  • Working with Multiple Files in Workspace Layout

    If I was working with multiple files in the workspace layout, they each used to be available for selection from a tab.  Now I can either cascade the files horizontally or vertically - but not have them appear in a tab across the top of the workspace layout.
    Does anyone know how to set the workspace to present multiple files in tabs?  I have CS3.

    Tanya,
    This may not help, but the times when that happens to me is when I go too fast and some operations haven't finished. I then try to select a file that hasn't completed and the file I select is in the process of having the data updated. The worst is when it is trying to render as I am doing something.
    I hope this helps some.
    Mel

  • Working with  multiple layers in CS 3 ?

    In order to work with multiple layers in cs3, I first need to open few images to work with,and when I open few images it only shows last image that I opened.Frist images can't be seen in workspace, and when I open new document I can't see not even one photo I opened?

    try tapping the F key a few times until you get to the screen mode that allows you to see all image windows.

  • Does WRT54GP2 work with multiple ViOP providers ?

    My question is, Does WRT54GP2 router work with multiple ViOP providers ? Can I use it with a ViOP provider other then Vonage ?
    Thanks, John

    Yes you definately can , all you need is a VOIP adapter that supports SIP . It's a standard protocol and is supported by all routers and VOIP providers

  • Unzip.vi only works with 1-internal file, error2 with multiple even in raw form.

    I've attempted to use the LabView unzip tool with several different meathods & I can only get it to work when there's only one file in the zip file. Multiple files continually cause an error in the VI, even when using raw LabView example code/tools. The first file does get unzipped in the specified folder before the error. Error 2 occurred at System Exec.vi. Command was "touch 08131333062007 "Chamber 1.ted"",LabVIEW:  Memory is full.

    Thanks for you response Juan & while this gives me some insight as to where the error is occurring it doesn't solve my problem. You can use the NI provided "Zip Tool.vi" to zip some files & then start a new blank VI & drop in the unzip tool & do nothing with it & run the Untiltled VI like that & it'll prompt for the file & as soon as you select the file...."Error 2", you can even double-click the unzip from the block diagram & use it that way.  I did this as a test to verify that what I'm doing wasn't causing the problem. My actual code uses the "File Dialog Express VI" in a flat sequence to first determine the zip file then the unzip-to location then runs the unzip function. I even get folders if zipped but only one file, no error if there's only one file, the error only occurs with multiple files.
    It appears to be an access issue as if it gets the first file & then trys to re-access for the next. I could handle this if it had functions to close the reference but it doesn't. I did try to take the preview, turn it into an array, run it through a for-loop but there's no way to specify a specific file w/in a zip file.
    Any thoughts?

  • Reg:working with multiple windows in webdynpro-abap

    Hi ,
    How can we create multiple windows and how can we link them...
    suppose we have 3 fields on first screen .how to move the data from the first screen to second screen..
    Thanks & Regards
    Suman Puthadi

    Hi
    As per your Subject you are looking for "working with multiple windows in webdynpro-abap" and for abap there is a different forum. Web Dynpro ABAP
    Hope its clear to you...
    Even you can read this post when ever you get time Read before posting
    Regards
    Ayyapparaj

  • SRM MDM with Multiple Repositories and required S&A.

    Hello everyone,
    We are in the planning process to migrate from CCM to MDM. Our current environment has two separate customers running on two separate SAP clients in SRM 5.0 using the internal CCM (one SAP SRM instance, 2 separate SAP clients).
    In MDM it seems the concept of SAP client does not exist but the concept of an MDM Repository. I was thinking that by creating two dfifferent repositories (one for each customer) it would substitue the concept of the internal CCM on each SAP client.
    Can we have one MDM system with two separate repositories one for each of the existing customers with the required S&A?
    That is, customer A will logon to MDM to maintain only A's repository. Customer A must not be allowed to access B's repository and viceversa.
    Also, Repository A would be published only for users using SRM system under SAP Client A, and Repository B would be published only for users using SRM system under SAP Client B.
    The intention is that each customer will have their own electronic catalog.
    Thank you.
    Martin

    Hi Martin,
    The answer to your question is yes, it is possible to have one MDM system with two separate repositories one for each of the existing customers (that intend to have different electronic catalogs).
    In fact, I think this would be the best way to separate: 1. data sets, 2. access.
    1. Each MDM repository carries its own data set (like SAP client)
    2. Each MDM repository has its own security (users/passwords, roles, etc.)
    Another consideration (relates to point 1) is bringing data from SAP client (e.g. product master, contracts). Since you have two different SAP clients, managing replicated data from both of them in one MDM repository would be a form of suicide.
    You can have multiple repositories on one MDM server. A common case is when you have a staging (master) repository, and a production (slave) repository. The slave repository is what you show to searching end users; the master repository is for data loads. You synchronize the slave repository with any changes from the master at such time when you're sure the master is good to publish.
    Hope this helps.
    Cheers,
    Serguei

Maybe you are looking for

  • OWA Calendar not showing month view in non-IE browsers

    I've got a user who can't see the Month view on his OWA calendar. He's the only user complaining - Month view loads fine on my Exchange account across all browsers and operating systems. I can see the Month view on his account when I log in with IE,

  • Audio can no longer be edited, only synched; crashes system

    I have created a number of presentations in PowerPoint 2003 (.ppt), recorded my own voiceover narration, then published them to the web using Presenter 7.  Now, just a few months later, I have gone back to some of these presentations to update them. 

  • Where can I find this OAM software?

    Hi all. Do you know the links for the next package? - Oracle_Access_Manager10_1_4_3_0_Win32_ISAPI_WebPass - Oracle_Access_Manager10_1_4_3_0_Win32_ISAPI_Policy_Manger I just find Oracle_Access_Manager10_1_4_3_0_Win32_ISAPI_WebGate but the other two I

  • Store Object in key/value format

    Is there a way I can store my objects as a value in a key/value list? I tried using a HashMap but it kept returning an NULL, I'm assuming its because its not storing the object itself.

  • DTW DI API for SAP Business One 2007 B (8.60.037)

    Hi Experts, I'm having problem uploading the chart of accounts using the Data Transfer Workbench (DTW).  it seems that the dtw uses the key "Code" but in the B1, maybe the "AcctCode" is used instead.  Thus error results it says "Invalid XML File65171