Configuration cascaded in multi-station setup?

With a single main Airport Extreme, and multiple configured as 'repeaters', does this mean all settings made on the 'master' device automatically get honored by the repeater devices?

You also recommend installing full OWB 10g software in the same server where the target schema is located.I recommend this because in this case control center service startup/stopped automatically during starting/stopping database target instance.
In case of remote runtime you must start/stop OWB control center service manually in sync with target database instance.
Use the OWB 10g Server software in the current QA server (technically my ETL server), point to the 9i prod server and install runtime repository?If you use OWB 10gR2/11g you can create OWB repository with Runtime Assistant from remote computer (yes, it is possible).
This shold install the control center schema in the 9i target schema and also start the control center service?If you didn't install OWB software on production and didn't specify OWB home during OWB repository creation you got remote runtime configuration,
and in this case control center service will not started automatically. You must start it manually from your "ETL server" (QA server) with local_service_login OS command script (local_service_login.bat on Windows, local_service_login.sh on Unix, on Windows you can use "Start Control Center Service" link accessible through Start menu in Warehouse builder\Administration program group).
So from deployment perspective, I should just pick the correct control center (based on the remote target schema) and be able to deploy all my mappings.You can switch to different Control Center with modification DEFAULT_CONFIGURATION or with creating additional configuration and point it to other Control Center
Regards,
Oleg

Similar Messages

  • Financial Analyzer Web access after multi-node setup

    hey guys
    any idea on the follwoing
    Financial Analyzer Web access after multi-node setup
    any hints will be helpfull
    fadi

    Thank you Fadi for this quick idea.
    I will try to apply it in our environment.
    If we couldn't do it, I think that we have other two options; first options is to reinstall OFA in the Web Server Node where there is a Metalink note states how to move OFA from server to server. The second option is changing the configuration files of OFA to reference the Web Server in the new node.
    I will update you with the results.
    Regards,
    M.Muhtadi

  • Multiple chrome windows on a multiple monitor, multi-desktop setup?

    Dear all,
    I'm having this huge headache because I have a dual monitor setup (imac 27" + second 24" monitor) and I have configured 6 different desktops in it (mountain lion here) where each desktop dual monitor scene has a chrome window (with several tabs each) on each monitor. I do this because i work 90% on SaaS's and as such I need this multi-desktop setup with chrome spread all over it.
    Problem: Everytime i reboot the system, all those crhome windows get back to desktop 1 (on both monitors) and I have to painstakingly put each chrome window one by one back into each desktop again. Its really a PITA.
    Solution: Anyone can tell me a workaround for this or if I am missing some OSX or chorme trick or tweak that will make the system "remember" where each chrome windows was in each desktop + monitor?
    Thanks in advance!
    //Ricardo

    Peggy,
    We have been running 3 separate Forte environments on one server (dev,
    test, prod) for over a year now. The environments have been at
    different Forte release levels at various times. Darrell is right on
    target with the UNIX links and separate fortedef.sh files for each
    environment. The links will help reduce disk space. Follow his
    instructions and you should be good to go. We have each Forte
    environment point to its own database instance also. You can set the
    environment variables in each fortedef.sh file to do this. If you keep
    multiple versions of Forte on a windows client machine, you will have to
    switch the Forte.ini file before starting Forte.
    As for security and auditing, I not sure what you are looking for here.
    Our application has security and auditing but that it.
    Keep in mind, that each Forte environment will be competiting for system
    resources on the same server. When we have 3 environments running, we
    notice a performance hit. Try to use as few resources as you can. For
    example, our test and production environments do not require a
    repository server, since we test deployed. So do not start these
    processes.
    Good luck.
    Robert Crisafulli
    AMISYS
    301-838-7540
    Long live Forte...

  • How to make Sales Person LOV org specific in case of Multi Org Setup

    HI,
    We are working on 11.5.10.2
    We have a multi org setup and i am required to make the sales person LOV to populate only the org specific salespersons, at the sales order, quote, service contract levels.
    Is it achiveable and if yes.....please letme know the way.
    Reg,
    Ajay Agarwal.

    Hi
    Try to play around with the security profile in the HRMS and attach it to the responsibility level
    Regards
    Ramesh Kumar S

  • Writing waveforms from Ch. 0 of niSCOPE to binary file in a multi-record setup?

    Hello,
    I am not very experienced with niSCOPE and writing waveform records, so I need some expert help here.
    Here is my application:
    I am generating a pulse train using a 6602 counter/timer. Each rising edge of this pulse train triggers an niFGEN to generate a single sawtooth waveform output to another device and, at the same time, acquiring data from Ch. 0 of an niSCOPE. I am fetching one record per rising edge of the pulse train for the niSCOPE (multi-record setup).
    The attached VI is where I am at thus far. All triggering and reading/fetching of the waveforms seems to be working just fine when testing with an oscilloscope. I now need to save each waveform record along with the timestamp of its rising edge trigger to a binary file. The bottom of the VI is where my attempt is at saving the waveforms to a binary file, so the attention should be there when looking at it.
    I am running LabVIEW from a computer connected to the NI PXI-Chassis using a cross-over cable.
    Questions:
    1.) Do I need to convert the data coming in on Ch. 0 of the niSCOPE to digital? Does it come in as analog from an oscilloscope? If I need to do this, how can I accomplish this?
    2.) When I try to run an example VI to write a waveform to a binary file by choosing "My Computer" in the bottom left of the VI window, it works it saves the file just fine. When I change this to run on "PXI2", a file is not even created and I get an error on File Dialog (code# 7, I think) each time the file is attempted to be closed. This may be a stupid question, but why can I not save data to a file on my computer if running the VI on "PXI2"?
    3.) Assuming the saving of each waveform to a binary file is working (read: (2) is successfully addressed), how can I also write the timestamp of the starting trigger for the waveform along with the waveform in the binary file? An example VI of how I can accomplish this would be fantastic, but I haven't been able to find one thus far.
    4.) When I was messing around and trying to accomplish this, it seemed that doing this writing may slow down the entire process too much. I need to record data to the extent of the sawtooth waveform generated by the niFGEN AWG for each trigger. Is there any changes I should make to my acquisition process in the niSCOPE section so that I can read each waveform, along with keeping the timestamp for each, and write this information to a binary file?
    I need to get this working quickly, so any help on this is greatly appreciated. Thanks in advance.
    Attachments:
    5124_update.vi ‏157 KB

    Thank you so much for your reply, David. Let me try and explain my
    situation and setup a little better, as well as discuss the points you
    made in your reply. Beware, you may want to refill your coffee as this
    post is long .
    I am using an embedded controller in a PXI-1044 chassis. I now have the
    chassis hooked up to our local network, and I am deploying my project
    to the chassis over the network as I am also connected to the local
    network. I have an oscilloscope next to me that takes as input the
    pulse train for a trigger and the generated sawtooth from the niFGEN
    for each trigger (rising edge of the pulse train from the 6602
    counter). Just to make sure synchronization is taking place, the
    sawtooth is also fed as input to the niSCOPE for acquisition.
    "PXI2" is what shows up when I choose to run a VI on the PXI chassis
    rather than "My Computer"; not sure why the 2 is there either, but that
    is what it says. I may have tracked down the issue I was having with
    writing, but more about that a little later...
    The attached VI is an update, although not much has changed. My
    application design is like this (keep in mind that some values for VI's
    are still constants in the block diagram while others are controls on
    the front panel): I am using the 6602 to generate a 1 KHz pulse train
    and routing this pulse train to PXI_Trigger0/RTSI0. I am also using the
    PXI_Clock (10) as a sample clock for this, and also using this same
    clock as the reference clock for both the 5422 and the 5124 (as per the
    synchronization help file mentioned for synchronizing multiple
    devices). Both the 5422 and the 5124 are triggered by a digital rising
    edge (from the pulse train) on PXI_Trigger0/RTSI0 (as it was routed
    there). For each trigger, the niFGEN generates a sawtooth waveform
    using a stepped trigger mode and outputs it. For each trigger, the
    niSCOPE acquires data. They are both synchronous, which is tough to see
    since one has its trigger source on the front panel and the other has
    its trigger source on the block diagram. All devices use PXI_Clock so
    they are synchronized.
    The expected behavior is to only generate a single sawtooth waveform
    per trigger with a certain number of sample points. I want to acquire
    the same number of samples using the niSCOPE, which is what I meant by
    "the extent of the waveform" in my previous post. So, should I change
    the 8192 to 1000 for the number of samples for the niSCOPE? What would
    you recommend for the sampling rate? I have been using 5 MHz for the
    niFGEN and 5 MHz for the niSCOPE...this is how it should be done,
    correct? If it is different in the VI, please let me know. For some
    reason, I have to adjust all of the values each time I open it since
    the default values are not the ones I want.
    I want to generate and acquire one waveform per trigger (one waveform
    per record). However, I want to be able to record a large number of
    records so I have enabled the circular buffer-like treatment of the
    acquired waveforms. The 100 or 1000 records is actually just a number I
    am giving it for now to make sure it is working before recording many
    more records.
    As for saving the niSCOPE data, I would like to save all data in a
    single file that is NOT ascii (to save space). I have been looking at
    the HWS file format, and would like to use it. I think the attached VI
    includes this at the bottom of the while loop. For each trigger, I
    would like to save the time (as accurate as possible) that the trigger
    occurred for the record/waveform, which appears to be (absoluteInitialX
    - relativeInitialX) as you said in your post (thanks!). I just need to
    store as much information about the waveform and time information for
    it as possible with the waveform in the file. So it looks like I will
    need to use the wfm info for that information, providing portions of it
    as waveform attributes in the HWS VI's?
    What format of data do you recommend I fetch, and will I be fetching a
    "Single waveform" or "Multiple waveforms"? Should I use I32, DBL, WDT,
    or other for the format? A balance between good precision in values and
    time it takes to fetch/record would be best.
    Given all of the above, I am having one troube with saving data to a
    file. As a reminder, I am deploying the project to the chassis over the
    network. When I choose a location and/or file to save the HWS data to,
    I only get choices that are on the PC's hard disk (such as C:\Documents
    and Settings\cgifford\...) NOT the chassis's hard disk. When I choose
    something other than "C:\" I get an error that the file could not be
    opened. However, when I choose "C:\" everything goes fine. The saved
    data is nowhere to be found on my PC though, so I am assuming that it
    is being stored on the internal 60G hard disk in the chassis that must
    be named "C" by default or something!?
    I have been told by phone support that I should be able to make a
    direct connection with the chassis just like another PC, and should be
    able to access the information on its internal hard disk in a drag and
    drop fashion. I however cannot directly connect to the PXI chassis to
    get the data that has been saved on the hard disk. We are running
    Windows XP on the PC. We did some poking around and noticed that the
    chassis is not running Windows file sharing, and only has ftp and http
    running. We tried to access it using ftp, but we didn't have a username
    and password to supply it. So, how can we enable Windows file sharing
    on the chassis? How can I connect to it to do drag and drop to get
    saved waveform data off of it? This is the main problem I am now
    facing. Eventually we would like to store data to an external hard disk
    connected to the chassis, which assumes that I can have access to the
    internal storage to tell it to save files to the external hard disk.
    For now saving it to the internal hard disk is just fine until
    everything is proven to work, but I would like to get the data off of
    the internal hard drive to put on another computer.
    Any answers/suggestions on my above questions are greatly appreciated.
    I also want to thank you for reading this long post . I eagerly await
    a reply. Thanks again in advance.
    Chris
    Attachments:
    5124_update.vi ‏143 KB

  • Multi-Org Setup

    Hi,
    I am having task to upgrade 11.5.10 to R12, but Multi-Org setup is mandatory for upgrade to R12.
    Can you guy provide me the document where I can find patches to be applied for Multi-Org Setup.
    Regards,
    Raj

    I am having task to upgrade 11.5.10 to R12, but Multi-Org setup is mandatory for upgrade to R12.
    Can you guy provide me the document where I can find patches to be applied for Multi-Org Setup.This question was asked and answered many times in the forum before, please see old threads for the links you need to refer to.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Multi-Org++AND+Setup&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Multi-Org++AND+Setup+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Multi-Org++AND+Setup+AND+Upgrade&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Mouse pointer is unchangeable at 100% scaling in multi monitor setup with different resolutions

    Hi there, I have been asked by one of the moderators of the Windows 8.1 forums to post this topic here.  You can see the thread relating to this post here
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-tms/cant-change-the-cursor-pointer/ae8ad8a0-3ded-4810-a3be-794f6c4830a4?msgId=2bd7082f-f5d1-4b01-8c70-e0d2a754d66f&page=1<o:p></o:p>
    The problem:  The mouse pointer becomes unchangeable in size, type, trails etc when 100% scaling is used.  As in it reverts to the standard small white non-inverted, no trails,
    no shadow 'pointer', no matter what options you select in the 'Mouse' control panel settings.<o:p></o:p>
    This appears to be a scaling problem with the Windows 8/8.1 display, not an actual mouse problem.  Judging by my own and other peoples experience it seems to happen mainly with multi
    monitor setups where different screen resolutions are used.  The issue occurs typically when 100% scaling for all monitors is used or this option is un-ticked and the 'change the size of all items' is on smallest (equivalent to 100%).  <o:p></o:p>
    If the scaling is set to 150% or greater the issue disappears and the mouse pointer becomes fully functional.  Also bizarrely when the scaling is set to 100% if the screen is recorded
    using a screen capture program, the recording of the screen shows the mouse pointer selected in the mouse options and not the default small white cursor that is present when recording it.  Here is a link to a video where I explain and show the problem
    happening on my system.  http://youtu.be/xs2cxoeaq-A<o:p></o:p>
    I have every update installed without exception, latest drivers etc.  I use a 55" 4k screen with 2x1080p monitors in portrait on either side.  All are connected through 1 Nvidia
    GTX 780 6GB graphics card<o:p></o:p>
    Hope you can help us<o:p></o:p>
    thanks<o:p></o:p>
    Jon M<o:p></o:p>

    Hi Jon,
    I'm looking into this issue but it will take me some time to provide a reply. 
    In the meantime I noticed that you have 3 monitors with 1x 55' and 2x27' - please have a try to only connect 1x27' monitor and see if issue persists.
    Also please try to change the screen resolution to a lower size and see if issue persists. 
    Both suggestions are not solution, I just would like to know if it is related to multiple monitor or screen resolution. 
    If you have any feedback on our support, please send to [email protected]

  • Can't configure my Snow base station after Hard Reset

    Hello -
    I am having trouble configuring my Snow base station after a hard reset.
    Airport Admin Utility will not see or connect to it.
    I get the error:
    "The AirPort admin utlity was unable to
    read the configuration file of the selected
    base station.
    An error occurred while reading the configuration."
    any suggestions?
    I need to completely erase it and give it a different configuration altogether.
    Any help would be appreciated.
    Regards - Dustin

    I can only offer sympathies. I have exactly the same problem.
    A question:
    1) After a hard reset of the ABS according to the procedures in Articles 106602 & 106685, at step 14 does Airport Admin(AA) find your ABS?
    (I can reliably get to this point, however loading default software fails. I noticed that the Airport ID is zeroed! )
    2) In AA have you tried connecting to 10.0.1.1 using your ABS password?
    3) Can you create a c2c network? (I can connect my iMacs together reliably, so it is not a radio noise issue.)
    I firmly believe this is a s/w issues somehow related to the recent upgrades. I only recenly bought my ABS, after replacing my Graphite for similar reasons. This is becoming unreasonablely time consuming and expensive.
    I know this is a bit 'blah, blah', but I'm scratchng around too and would appreciate help! (I had to drill a hole in the wall to get 'hardwired' to the net, so I could get on here, this is not good!)
    iMac 400Mhz   Mac OS X (10.4.3)  

  • Multi-head setup without xorg.conf

    I'm using the newer method of running X without an xorg.conf and want a traditional multi-head setup (a "Normal multi-head" method, allowing a separate X session on each of the monitors).
    I would use this to have a different window manager run on each of the screens (something like the following for OpenBox: DISPLAY=:0.1 openbox), perhaps with the aid of Switchscreen.
    XRandR will give me one big virtual screen (and is currently how I'm doing it, combined with xnest), but that's not what I want. Any ideas?

    WooHoo !
    awkwood   -  You Rock ! I feel like an idiot for not paying closer attention to your first post. I finally realized what you were saying and figured out how to do the downgrade.
    If it's 2.12.0 I'd suggest trying 2.11.0 instead.
    The most recent update borked my dual display with a similar error message but 2.11 works fine.
    I don't use an xorg.conf.
    So essentially this seems to be a bug with version 2.12 of the xf86-video-intel driver. I downgraded to ver 2.11 and everything works perfectly. I am running dual monitors at full resolution with no fuss. So again awkwood I thank you !
    For other Arch Newbies who have this issue in the mean time until they fix the bug, this is how I did the downgrade.
    Step 1:
    download the 2.11 package from the link below
    http://arm.konnichi.com/extra/os/i686/x … pkg.tar.xz
    Step 2:
    Open a terminal and cd to the directory where you saved the file
    $ cd /home/$USERNAME/Downloads
    Step 3:
    Use pacman to install the package
    sudo pacman -U xf86-video-intel-2.11.0-2-i686.pkg.tar.xz
    Finally reboot. When you log back in everything should work fine
    Again thanks to awkwood as well as karol, blind, Inxsible and everyone else for their help. Everyone here is so helpful, I am defiantly an Arch user for life. Hopefully they will fix the bug in the next version of the driver. My next step is to see about filling a bug report.

  • How do I avoid errors on a Multi - monitor setup?

    Hi.
    I want to use Photoshop CS6 on a Multi - monitor setup, using iGPU multi-monitor + GPU system for 4 monitors.
    Preiously, I used Photoshop on a Multi - monitor setup without useing iGPU multi-monitor.
    And, Photoshop worked well.
    However, when I wanted to use 1 more monitor, my GPU supports only 3 monitors.
    Then, I enabled iGPU multi-monitor function. It supports 2 more monitors.
    At first, It worked. But, after I use "Free transform", "Transform"  or something like these tools, Photoshop hang up!
    I couldn't figure out the reason why these errors happened.
    I need ways to avoid these errors.
    Thanks.

    Thanks for viewing this discussion.
    Finally, I brok through this problem.
    I show you how to do, in case of when you face to this problem.
    The way to solve this problem is, simple, "buy a new GPU."
    But, there is 1 important point, you should buy a same bland's GPU.
    In my case, I have SAPPHIRE'S RADEON HD5670, and I bought SAPPHIRE'S RADEON HD 6450.
    I think that Photoshop GPUsniffer was confused about GPU driver.
    Because there were 2 drivers -- Radeon and Intel Graphics -- exist.
    That's why Photoshop hang up.
    For your reference,
    Best regards.

  • LMS 4.0 Multi-Server setup

    I have a problem setting up a multi-server setup. On my remote LMS/slave servers, I can import the Peer Certificate from my master LMS server and on the slave servers I can import the Master server cert. However, when I go to the Single Sign-On of the slave server it states that the cert is not installed/valid. So, I go back to the Peer Server Certificate setup and look at the cert imported and states it is valid. All self signed certificates.
    Question: Should I make new self signed certs for each server? Or/How do I make new cert within LMS(I believe in the setup you added the values)? Is there a log in LMS that I can check this process?
    From reading the docs, I don't see anything. Any insight would be greatly appreciated.
    thanks,
    John

    There is a perl script, sslutil.pl, in your LMS installation (under $nmsroot\MDC\Apache) that will allow you to validate your server's certificate. Assuming a  default installation on Windows, you can use:
    "C:\Program Files (x86)\CSCOpx\bin\perl.exe" "C:\Program Files (x86)\CSCOpx\MDC\Apache\sslutil.pl"
    from a command window
    My experience (using 3rd party signed certifcates) is that LMS is very particular abou the ownership (casuser needs to own) of the file and directory in which the certificate and key files are stored.

  • Cannot configure Airport Extreme Base Station

    I have a base station in my classroom. It was plugged in 4 years ago stock, and it has run fine as is all this time. I started to get annoyed about temporary signal drops that occurred from time to time. I was told that updating the firmware would limit these (but not eliminate them)......and now my problem. I tried both airport utilities to no avail. Both give me error messages ("an error occurred reading the configuration") when every I try to set it up. I did a hard reset, but that did not alleviate the problem. I know the default password is "public".....not sure what to do from here. Any suggestions?
    The base station is running firmware 5.0.3....which is quite old. My laptop is a G3 iBook running 10.48.
    Interestingly the router still works pretty well.....I am using it right now to get on my school network...but I would like to put a password on it and update the firmware.
    Thanx
    Shawn

    Shawn, I'm having the same problem, exactly. I had to disconnect my networked HD for a while (renovations) and when I plugged it back in, I couldn't see the ethernet port. When I went to Airport Admin. Utility, I couldn't configure the airport base station.
    I went through the "cold start" procedures and used "public" but to no avail. I still have access to the 'net but am concerned that my security has defaulted to -0-.
    I am going to try to direct connect tonight when I get home, but if you have luck, would you please post your answer? I will do the same tonight if I figure it out.
    I've been pulling my hair out for a week trying to figure this out!!
    Good luck.
    Thanks,
    Dave

  • How to configure old AirPort Base Stations with current Mac

    Hi everyone,
    I noticed that you can't use the current AirPort Utility to configure old AirPort Base Stations. I'm talking about the pre-Extreme models that only had 802.11b (Graphite and Snow). It won't find them and even entering their IP manually won't let you enter the configuration.
    Copying over the older AirPort Admin Utility from a 10.3 system won't let you configure them either, the app itself runs fine though. You need to use an older PPC Mac with OS 9 or max OS X 10.3 if I recall correctly.
    Is there a way to do it directly from a current Intel Mac running Leopard?
    Thanks
    Björn

    *Airport Admin Utility* for Graphite and Snow
    <http://www.apple.com/downloads/macosx/apple/application_updates/airportadminuti lityforgraphiteandsnow425.html>

  • Multi-country setup on WC

    Hello Exports
    I have a Cisco WC 5508, and 10 connected APs all purchased from AU. So I only clicked Austraila in the country setup on the WC. 
    Now I bought a new AP in JP, it's a JP(p), and after connecting on network, I can see the new AP is talking to the WC's management IP, and WC responsed,(messages are not in clear text), but on the WC I cannot see the new AP. 
    Could it because I didn't click Japan in the country settings?  If I do need to click Japan, it will be multi-country setup, will that impact my other working APs?
    My WC has license for 25 APs
    Thanks a lot for your help.
    Wei.

    When enabling multi country codes on a WLC, you must understand that the most common setting as far as channels and TX power will only be used.  SO if one country doesn't allow any 5ghz for example, no 5ghz will be allowed for the others.  It is always best to have a WLC per country code.
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • Successful Multi-Base Station Setup!

    So this might be old hat to a lot of you in here, but I've had my TC for a few days now, and I'm quite proud of the fact I was able to successfully set up my home wireless network to take full advantage of my TC, Mushroom AEBS, and AX wireless routers. I bought the TC originally for both the wireless backup benefit and to complement my new 20-inch iMac, which is N-capable. My girlfriend and I both use B/G MacBooks on the home network, too, though, and I have an AX for wireless iTunes through my home stereo. Below, in the layest of layman's terms, is what I did to accomplish this:
    My TC is set up at 802.11 N-only (5 Ghz)
    My AEBS is hardwired via ethernet cable to the TC, and is set up to "Create a Wireless Network" (with a similar name to the TC's network). The AEBS also connects to the internet via ethernet. Finally, it's in Brige Mode off.
    My AX is set up to join the AEBS's wireless network.
    After all that, and after some checking to make sure my throughputs are what they ought to be (via the Network Utility and using the CONTROL-CLICK check on the wireless status indicator on the right end of the menu bar), I can happily say that I've been able to make this work. One of my biggest fears (being a layman) was that I wouldn't be able to play iTunes wirelessly from my iMac because the AX was on a different network, but that's not the case. If anything, this setup seems to have fixed the problem I was having before with stop-and-start playback.
    Look forward to hearing any thoughts on this, but overall, I'm very happy with the new TC.

    Could you describe what application you are running and the exact wording of the prompt?

Maybe you are looking for