OWB_REMOTE_ADMIN value for remote control centre service?

We're upgrading from OWB 10.2 to 11gR2, and it's failing with a message saying that the 'owb\UnifiedRepos\remote_owb_install.sql' script needs to be run to set the OWB_REMOTE_HOME to the OWB home on the database server.
However, as with our version 10 architecture, we don't want to install OWB on the database server, we want to have the Control Centre Service running on a separate application server. OWB11 has been installed on the apps server but when we run remote_owb_install.sql and then try to run OMBSEED the same error is coming up saying to run the script again. I've tried setting the OWB_REMOTE_HOME's value implicitly and explicitly, but neither works.
Any ideas or pointers gratefully received!

to add to the above information......
since I am using my own tablespace and schema as described above .....
I created a new control center through the design center user interface.......
for the new control center ...i provided the details of the above new user ...new workspace etc....
the ran the below ORACLE provided script(show_service script).....
set serveroutput on;
set role OWB_USER;
declare
l_available number(22);
begin
l_available := owbsys.wb_rt_script_util.show_service();
if l_available <> 0
then
dbms_output.put_line('Available');
else
dbms_output.put_line('Not Available');
end if;
end;
output is 'AVAILABLE'
but when I deploy my first mapping ..... I get the below error message
Error
RPE-01012: Cannot deploy PL/SQL maps to this target schema.
The target schema must be in the same instance as the Control Center and have the OWB_USER role granted
I have only one instance of oracle database .....also I have granted the OWB_USER role to my targer schema
how do i check what the Control Center is trying

Similar Messages

  • How to Set default value for taxonomywebtagging control with terms and nested terms

    Hi,
    I have created taxonomy control in custom aspx page and I am able to select terms but I am trying to setup default value to that control.
    Can anybody let me know how to set the default value for TaxonomyWebTagging control in custom.aspx page with nested terms?
    Any help would be greatly apprecited.
    Control code in aspx page:
    <td>
    <asp:Label runat="server" ID="lblLanguages">Field A: </asp:Label><asp:Label runat="server" ID="rfvlblLanguages" CssClass="errorMsg" ForeColor="Red">*</asp:Label>
    </td>
    <td>
    <Taxonomy:TaxonomyWebTaggingControl ID="term" Width="385px" runat="server" /></td>Mapping metedata code:TaxonomySession session = new TaxonomySession(SPContext.Current.Site);
    //Set the Business Unit Field
    SPSite site = SPContext.Current.Web.Site;
    TermStore termStore = session.TermStores["Managed Metadata Service"];
    Group group = termStore.Groups["GROUPName"];
    TermSet termSet = group.TermSets["TERMSETNAME"];
    Term term = termSet.Terms["TermA"];
    Guid termGuid = term.Id;
    term.SspId.Add(termStore.Id);
    term.TermSetId.Add(termSet.Id);
    term.AllowFillIn = true;
    term.AnchorId = countryGuid;
    term.IsMulti = true;
    Thank you.
    AA.

    Hi,
    According to your description, you want to set default value for TaxonomyWebTaggingControl.
    I have a test in my environment. It could be achieved by setting the Text Property of TaxonomyWebTaggingControl.
    Here is the code snippet:
    TaxonomySession session = new TaxonomySession(SPContext.Current.Site);
    SPSite site = SPContext.Current.Web.Site;
    TermStore termStore = session.TermStores["Managed Metadata Service"];
    Group group = termStore.Groups["GroupA"];
    TermSet termSet = group.TermSets["A"];
    Term term = termSet.Terms["A1"];
    TaxonomyWebTaggingControl1.SspId.Add(termStore.Id);
    TaxonomyWebTaggingControl1.SSPList = termStore.Id.ToString();
    TaxonomyWebTaggingControl1.TermSetId.Add(termSet.Id);
    TaxonomyWebTaggingControl1.TermSetList = termSet.Id.ToString();
    TaxonomyWebTaggingControl1.AllowFillIn = true;
    TaxonomyWebTaggingControl1.IsAddTerms = true;
    TaxonomyWebTaggingControl1.IsMulti = false;
    TaxonomyWebTaggingControl1.Text = string.Format("{0}|{1}", term.Name, term.Id.ToString());
    Here is a detailed article for your reference:
    http://blog.bugrapostaci.com/2010/09/23/taxonomywebtaggingcontrol-sharepoint/
    Feel free to Reply the test result.
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • Does Av digital adapter works with the universal dock for remote control?

    if I only connect the Lightning to 30 pin adapter to the universal dock for remote control it works so good with music, spotify, Netflix, YouTube etc.
    but if I add the av digital lightning adapter to watch on Tv, the dock and remote control don't work anymore    what can I do? I want to watch stuff on tv and use the IR dock for remote control please help me what's going wrong?

    Thanks for your advice.
    I recently purchased a universal dock for my iphone 3g. It works great. I just had one question. When my iphone is sitting on it for lets say 20 - 30 minutes. Then if i press the buttons on the remote. nothing happens! If I then press the home button while it is on the cradle then, the remote, it plays music. There after lets say if I stop stop the music through the remote and again press the remote button after a few minutes it starts playing. So what happens after a long time. Why do i have to press the home button on the iphone for the remote to work. Is that how it is supposed to work???
    Thanks

  • Default values for the controlling area and language

    Hello
    I have a query.
    I need to set default values for the controlling area and language in the screen
    "find account assignment data 1"
    Is it possible to do so?
    Thanks.
    Jayawant Gokhale

    Hello
    To clarify,
    This is the search used ,when I go for shopping.For the Cost assignment,the fields controlling area and language should be default for a user.
    Could someone throw a light on this.
    Thanks.

  • I want to clear the values for the controls

    Hi all,
            After Adding Process, i want to clear the values for the controls in the form.
    Any one help me.

    If you use 2005, you can use the Formdata Event and catch the FORM_DATA_ADD event... In there you can clear the data

  • How to set value for Dropdown control using Querystring filter wepart

    Hi,
    I have a dropdown in my customized list form and need to set the value for the dropdown control using query string filter web part.
    I am able to set value for textbox control using Query String Filer web part.
    But, since the dropdown values are not populated on form load, the value is not set for dropdown control.
    How to load the values in dropdown control on form load and set a value using Query String filter webpart?
    Thanks,
    dhijit

    Hi,
    According to your post, my understanding is that you want to filter choice field using Query String Filter web part.
    To filter using query string filter web part, we can set the default value for the choice field in the query string filter web part panel as below, then connect to the list.
    Now it would be filter by the value you have set.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Set initial value for numerical control

    Hello LV users,
    I have a VI that is used to initialize some experimental equiptment. It passes on a cluster of ten or so numerical control DBL integers as parameters. Everytime I open the programe the values are reset back to zero and I have to enter the values back in. Is there any way to set default values for  the controls so I do not have to change them everytime I open the program.
    Thanks 
    Solved!
    Go to Solution.

    Wowden,
    If you want to set default values for multiple numeric control's in your cluster in one go, 
    -Type in the desired default values
    - Right click on your cluster, browse to 'data operations'
    - Choose 'Make current values default. 
     Similarly, if you need to set defaults for  multiple clusters or multiple controls on your front panel,
    - Choose 'Edit' in the menu 
    - Choose "make current values default' (This sets defaults for all controls/constants etc. in one go)
    RaVI

  • Start Control Centre Service automatically

    Hi to all,
    I would want to know if it is possible and how to start this service automatically with an scheduled job system.
    The server is restarted every week automatically an someone has to start de Control Centre Service manually typing: user, pwd, server, port and service.
    Thanks in advance,
    Víctor.

    what you can do is create a script which will get executed once your server is restarted .
    inside the script you need to do the following
    go to the directory : $OWBHOME\owb\rtp\sql
    connect to the repository owner with sqlplus
    start the sql file start_service.sql
    Example :
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Nicolas>cd C:\OWBHOME10203\owb\rtp\sql
    C:\OWBHOME10203\owb\rtp\sql>sqlplus repo_owner/password@orcl
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Mar 20 15:55:36 2009
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    repo_owner_10203@orcl>@start_service
    Available
    PL/SQL procedure successfully completed.

  • Import for remote control

    If I install desktop management agent on our XP workstations will those
    clients get automatically registered, and imported upon login? The goal is
    to have workstations registered and imported in order to have
    them created for remote control.
    Mike

    There is no error. The console screen from the server is just blank showing
    no activity. When I deleted the server policy the screen still had no
    activity. I should have gotten a message on the console indicating that no
    policy exists.
    On a functioning server with autoimport enabled, a message will be displayed
    showing that a workstation was created. In this case nothing happens, and
    the workstation doesnt get created.
    "Timothy Leerhoff" <[email protected]> wrote in message
    news:VzUCd.15438$[email protected]..
    > > unable to auto import
    >
    > What error are you getting on the PC during import? Please post the
    > error log.
    >
    > --
    > Timothy Leerhoff
    > Novell Support Forum Volunteer Sysop

  • Timeout value for remote service

    We are running Tuxedo 6.5 on a Unix Sun Solaris system. We are also
    using the SNA eLink Facility to access
    CICS Transactions on a OS/390 Host System. We have Remote Domain
    Service Definitions
    (DM_REMOTE_SERVICES) for each CICS Transaction.
    In the UBBCONFIG file we did define a application-wide timeout
    value of 90 seconds (BLOCKTIME). But
    a few transactions can run up to 4 Minutes. I don't really want
    to increase the Blocktime value.
    Does anybody know, if there is a way to specify a timeout value
    for specific remote services.

    Hi Richard,
    Thanks for your answer.
    I did some testing with the TRANTIME parameter, but
    our application is still acting the same way.
    I think the TRANTIME parameter only works with AUTOTRAN
    set to Y.
    Any other ideas ?
    "Richard C. Harrelson, Jr." <[email protected]> wrote:
    Jurgen,
    I believe the TRANTIME parameter for the remote service
    in the DMCONFIG (DM_REMOTE_SERVICES) sets the timeout
    value. An example from mine:
    GY550_SE AUTOTRAN=N
    CONV=N
    LDOM=VTM4R22
    LOAD=50
    PRIO=66
    RDOM=FRITZ22R31
    RNAME="ASERIESOLTP"
    TRANTIME=30
    API=ATMI
    FUNCTION=APPC
    "Jürgen Voss" wrote:
    We are running Tuxedo 6.5 on a Unix Sun Solaris system.We are also
    using the SNA eLink Facility to access
    CICS Transactions on a OS/390 Host System. We have RemoteDomain
    Service Definitions
    (DM_REMOTE_SERVICES) for each CICS Transaction.
    In the UBBCONFIG file we did define a application-widetimeout
    value of 90 seconds (BLOCKTIME). But
    a few transactions can run up to 4 Minutes. I don'treally want
    to increase the Blocktime value.
    Does anybody know, if there is a way to specify a timeoutvalue
    for specific remote services.

  • Looking for remote control App (iPhone) to use with iMovie

    I just got a Macbook Air, and my infrared Apple remote control doesn't work with it.
    I wanted to be able to do presentations (in this case using iMovie) and be able to have a remote so that I could pause, go back, fast forward, i.e. the usual things a remote does.
    There probably is a good App that I can install on my iPhone that will let me use my iPhone as a remote control, but I don't know which one. Any suggestions????  Ideally, it would be a bluetooth program (although Wi-Fi would work too) that would also work with other programs, like Keynote.
    Thanks!
    Dan

    Well, I don't know much about this, but if you need to control the actual system in some way, you are going to need to use JNI (Java Native Interface), which is essentially embedding C/C++ code in your java app, which doesn't lend well to platform-independence. I too develop on a Mac, and there is a mailing list for Java related issues on the Mac. You can check it out at: http://developer.apple.com/java/
    If you sign up for ADC (Apple Developer Connection, it's free), you can have access to these mailing lists. They've been quite helpful to me in the past. I don't mean to slam the forums here, but you are looking for a Mac specific solution, and you'd probably get more specific information on this mailing list. Hope this helps!!
    James

  • System design for remote control

    I just wonder which tech of ni I should use.
    My system is one data center and some remote DAQ site. The communication is through WAN.
    It need to
    - start stop and schedule DAQ card from remote data center
    - send realtime data back for display
    - report the DAQ running status, such as online.
    - send history data from site pc to center database 
    there are many choice, such as tcp/ip, data socket server, shared varible, remote panel, remote vi server, web server.
    May I know which one is more fit for the application?
    Thanks a lot.

    krishh wrote:
    Hi all,
    I am very new to Labview, but I have to deal with somewhat difficult problem of remotely controlling the Laser in next room. The PC I will be using has already built labview software to control the laser if laser is closeby. But the laser is next door (~200-300 feet), and the PC which controls the laser also have the labview software to control the laser. Please suggest me how should I start communicating from my first PC to the laser (may be using the laser labview software or not). To start with I would be glad to find some reads or demonstrative examples or any suggestion which will head me to right direction.
    I hope for great help.
    Regards
    Krish
    It would probably be a good idea to start a new message on this rather than continue in this message thread.  It seems to be a different situation you are asking about then what the original poster was doing.
    How does the PC communicate with the laser if it is close by?  Is it a serial connection? ethernet connection?  GPIB?  something else.  If it is serial, is it RS-232, RS-485, USB?   200-300 feet is too far for an RS-232 or USB connection.  But there are numerous products on the market that will adapt those serial protocols to either an RS-485 wiring setup, or put it out over an ethernet connection.  So you can go RS-232 to RS-485 on one end.  RS-485 goes to 4000 feet (depending on baud rate).  Then on the other end another adapter converts it back to RS-232.  I have also used a remote USB hub that connects to a LAN connection, and with driver software installed on the PC, it turns that remote connection into virtual serial port connections.
    These are good devices that have worked for me.  But if they would work for you all depends on how the PC connects to the laser now.

  • Default values for confirmation control key

    Dear forum
    I am using a confirmation control key 0004 Shipping notification (standard SAP) in the Purchase order line item (created with ME21n).
    When I enter the confirmation data (with transaction ME22n) in the purchase order line item (confirmations tab), I have to type in delivery date, quantity and so on manually, which is standard.
    But, what if I want to copy the original delivery date and quantity from the line item in the order, and use this as default value for the line item confirmation data...is it possible somehow?
    The reason why I want to do this is for the user not having to go in and update this date manually all the time, but only when the confirmed dates/quantities differ from the desired delivery date and quantities in the purchase order line item. We are not on EDI or using Inbound deliverys for Purchase orders.
    Thanks
    Ola

    Hi,
    The Confirmation is nothing but the acknowledgement.So, its usually entered manuallly by the authorised User allowing follow on documents for Purchase Order.
    You can chesk once the customisation of Confiramtion control keys for automatic update indicator.
    Yes, you can use User Exit and develop with the help of ABAPERS.
    Hope it will help you.
    Regards,
    Smitha

  • ADF Faces: How do I set values for input controls in an af:table

    Use case: user enters master/detail information into an input form using an af:table for the desired number of detail rows.
    I have an ADF Faces input form with master level input controls, and an af:table (bound to a backing bean CoreTable) for the detail data set.
    The input controls are value bound to updateable view objects built from entity objects, with the appropriate view links providing master/detail iterators.
    Once the user has entered the master keys (via inputTexts, and selectOneChoices), I create a row in the detail VO, thus creating a visible blank row in the af:table.
    The user then completes the key for the detail row (in the af:table) by selecting a value in a selectOneChoice (in a af:column) with autoSubmit on and a valueChangeListener that sets the VO row attribute with the new value.
    The user then continues to enter into the remaining inputTexts and selectOneChoices in the af:columns until all values have been entered.
    I do not have autoSubmit on for any input controls in the af:columns other than the key, for performance improvement.
    The user can then use a command button (which has an action method) to create another row in the af:table.
    But, (in the action method) I need to set the values for the 1st detail VO row attributes, from the input controls, before creating another row.
    The input controls are bound to backing bean CoreInputText and CoreSelectOneChoice objects, and they have not set their values at this point, even though I have partialSubmit on for the "New Row" command button.
    I do not value bind the input controls in the af:columns to the backing bean objects, because we need to display data for all rows entered into the af:table.
    Any advice on the best way to perform this operation would be very appreciated!!!!

    Thanks for the reply Steve!!
    Yes, I followed the techniques in Screencast#7, and it works great in my edit page.
    But I am having problems with my input form.
    I actually have master/detail/detail relationship for which I am creating an input form.
    I created the input form as a copy of the edit form, and am making revisions as necessary.
    I created new view objects for the input form (from my three entity objects), which have the "Tuning" set to retrieve "No Rows (i.e. used only for inserting new rows)"
    I added an invokeAction that binds the "CreateInsert" action on the master iterator, so when the page is first displayed, the master level controls are available for data entry (as in 13.6.2 in the Developers Guide): but the first level detail controls are not rendered, and the af:table (for the second level detail) is rendered but with no rows.
    Once the user enters key values for the master (a three part key), I manually create a first level detail row by executing the "CreateInsert" action binding for the first level detail iterator.
    Continuing on, the user then enters a key value for the first level detail I manually create a second level detail row using it's "CreateInsert" action binding.
    Now the user has a form with all master and first level detail controls completed and one empty row in the af:table for it's first entry.
    The key column in the af:table has autoSubmit on, and an value change listener. That listener uses it's getNewValue() to set the key value ("locationCode" in this case) using
    setLocationCode from the ViewRowImpl. Here is that value change listener:
    public void locationChanged(ValueChangeEvent event) {
    if (null != event.getNewValue()) {
    LocObsCreateViewRowImpl locCreateRow = (LocObsCreateViewRowImpl)appMod.findViewObject("LocObsCreateView").getCurrentRow();
    if (null == locCreateRow.getLocationCode()) {
    locCreateRow.setLocationCode(event.getNewValue().toString());
    Now comes my problem: once they have entered the values in the remaining columns, they can use a command button to create another row in the 2nd detail iterator, thus creating another visible empty row in the af:table. But the values from the first row (other than the key column) are not assigned to the row in the collection and I can't figure out how to set values in the collection's row.
    I imagine I'm missing something using bindings and the Request Processing Lifecycle, and after reading this I can see how much manual work is going on.
    The users have specified the need to have all information available on one page, so I've designed it so they can insert and iterate through the first level detail collection.
    They have also asked to not use the mouse; they are looking for a "heads-down-data-entry" system.
    Again, I really appreciate any advice you could give.
    Jeffrey

  • Manual for remote control

    Where can I get a users manual for the remote control and the DVR features?  I don't need help with programing to control my TV.  I want to know about the features, menues, how to use the favorites, etc. 

    what is displayed as the answer - where can I get a manual for my dvr - does not address the X1 equipment I received yesterday. The remote is completely different from what is shown in the manual displayed - must be an older model, and the dvr is also completely different. Does anyone know whether these manuals are available at a Comcast center?

Maybe you are looking for

  • Using getRuntime().exec() with Serlvet to run applications in Solaris

    I am currently doing a project which requires the execution of Solaris applications through the use of Java Servlet with this Runtime method - Runtime.getRuntime.exec() This means that if the client PC tries to access the servlet in the server PC, an

  • How to modify my password on my current account?

    I need to reinitiate my password on my current account [email protected] but because I have changed of supplier, when the system sent an email to reinitiate the password because it has been desactivated by the company, I am not able to indicate anoth

  • IMac vs Powermac G5

    Hi, I'm a long time PC user that bought a powerbook a few months ago and totally LOVE it. I am now going to buy a desktop computer and am wondering if I should buy a new iMac (20") I am not a power user, but plan to create DVD's and work with photos

  • Search help multiple values selection problem

    Hello Friends, I am using FM f4_if_int_table_value_request FM to display multiple values on selection screen in AT-selection-screen on value request event. Multiple values are getting displayed perfectly . Then after that I am using DYNP_VALUES_UPDAT

  • InfoPath Forms Services and c2wts

    Hi Does/Can InfoPath Form Services use c2wts or not? I seem to find conflicting information. Setup: Single server with SharePoint 2013 and SQL Server 2012. InfoPath form which calls a custom web service that is also on the same machine. The web servi