Multi Configuration Setup in OWB10g

Hello,
I have a QA 10g Database environment that hosts the following
1. OWB Design Repository
2. OWB Control Center
3. QA Target Schema
Production Database is in a different server and that hosts my Production TArget Schema. No OWB 10g software was installed in the Production Database Server. This Prod Database is still in 9i.
What I want to do is do my ETL DEvelopment on the QA box and test it against the Target Schema in QA and when I am satisfied with the results, I want to be able to point to Production Target Schema and redeploy the mapping over there.
My Understanding is that, I need multiple Control Centers to do this. Meaning create a separate Control Center (runtime rep) on the 9i Production Database to cater to the Production Target Schema. Then in the design Center, point the config to the Prod Control Center and do the redeployment.
Can experts here clarify if this is possible? Should the target schema be in 10G database in order to create a Control center? I was going to use the OWB10g software in the QA box to point to the production server and installa control center in the PROD server. Please clarify if I am offtrack here.
Thanks
B
Edited by: buzzer75 on Feb 2, 2009 4:33 AM

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]

  • Virtex6:Configuration data download to FPGA was not successful. DONE did not go high, please check your configuration setup and mode settings

    Hello,everyone.
    I am using virtex6 FPGA and trying to download mcs file to PROM and have failed.
    I download .bit file to FPGA and succeed.
    When i try to download .mcs file to PROM XCF128X-FTG64C(BPI Flash) and choose Slave SelectMAP Mode
    and the process is about 68% it fails.
    The message below the IMapct is as belows:
    done.
    PROGRESS_END - End Operation.
    Elapsed time =      0 sec.
    // *** BATCH CMD : identifyMPM
    // *** BATCH CMD : assignFile -p 1 -file "C:/Users/Administrator/Desktop/TEST/LED/led.bit"
    '1': Loading file 'C:/Users/Administrator/Desktop/TEST/LED/led.bit' ...
    done.
    INFO:iMPACT:2257 - Startup Clock has been changed to 'JtagClk' in the bitstream stored in memory,
    but the original bitstream file remains unchanged.
    UserID read from the bitstream file = 0xFFFFFFFF.
    INFO:iMPACT:501 - '1': Added Device xc6vlx240t successfully.
    INFO:iMPACT - Current time: 2014/3/13 8:48:14
    // *** BATCH CMD : Program -p 1
    PROGRESS_START - Starting Operation.
    Maximum TCK operating frequency for this device chain: 66000000.
    Validating chain...
    Boundary-scan chain validated successfully.
    INFO:iMPACT - 1: Over-temperature condition detected! [ 230.52C >  120.00C]
    1: Device Temperature: Current Reading:  230.52 C, Max. Reading:  230.52 C
    1: VCCINT Supply: Current Reading:   2.997 V, Max. Reading:   2.997 V
    1: VCCAUX Supply: Current Reading:   2.997 V, Max. Reading:   2.997 V
    '1': Programming device...
     Match_cycle = NoWait.
    Match cycle: NoWait
     LCK_cycle = NoWait.
    LCK cycle: NoWait
    done.
    INFO:iMPACT:2219 - Status register values:
    INFO:iMPACT - 0011 1111 0111 1110 0100 1011 1100 0000
    INFO:iMPACT:579 - '1': Completed downloading bit file to device.
    INFO:iMPACT:188 - '1': Programming completed successfully.
     Match_cycle = NoWait.
    Match cycle: NoWait
     LCK_cycle = NoWait.
    LCK cycle: NoWait
    INFO:iMPACT - '1': Checking done pin....done.
    '1': Programmed successfully.
    PROGRESS_END - End Operation.
    Elapsed time =     23 sec.
    Selected part: XCF128X
    // *** BATCH CMD : attachflash -position 1 -bpi "XCF128X"
    // *** BATCH CMD : assignfiletoattachedflash -position 1 -file "C:/Users/Administrator/Desktop/TEST/LED/leda.mcs"
    INFO:iMPACT - Current time: 2014/3/13 8:49:32
    // *** BATCH CMD : Program -p 1 -dataWidth 16 -rs1 NONE -rs0 NONE -bpionly -e -v -loadfpga
    PROGRESS_START - Starting Operation.
    Maximum TCK operating frequency for this device chain: 66000000.
    Validating chain...
    Boundary-scan chain validated successfully.
    INFO:iMPACT - 1: Over-temperature condition detected! [ 230.52C >  120.00C]
    1: Device Temperature: Current Reading:  230.52 C, Max. Reading:  230.52 C
    1: VCCINT Supply: Current Reading:   2.997 V, Max. Reading:   2.997 V
    1: VCCAUX Supply: Current Reading:   2.997 V, Max. Reading:   2.997 V
    '1': BPI access core not detected. BPI access core will be downloaded to the device to enable operations.
    INFO:iMPACT - Downloading core file D:/Xilinx/14.3/ISE_DS/ISE/virtex6/data/xc6vlx240t_jbpi.cor.
    '1': Downloading core...
     Match_cycle = NoWait.
    Match cycle: NoWait
     LCK_cycle = NoWait.
    LCK cycle: NoWait
    done.
    INFO:iMPACT:2219 - Status register values:
    INFO:iMPACT - 0011 1111 0111 1110 0100 1011 1100 0000
    INFO:iMPACT:2492 - '1': Completed downloading core to device.
    Current cable speed is set to 6.000 Mhz.
    Cable speed is default to 3Mhz or lower for BPI operations.
    Current cable speed is set to 3.000 Mhz.
    Setting Flash Control Pins ...
    Setting Configuration Register ...
    Populating BPI common flash interface ...
    Common Flash Interface Information Query completed successfully.
    INFO:iMPACT - Common Flash Interface Information from Device:
    INFO:iMPACT - Verification string:  51 52 59
    INFO:iMPACT - Manufacturer ID:         49
    INFO:iMPACT - Vendor ID:              01
    INFO:iMPACT - Device Code:            18
    Setting Flash Control Pins ...
    Using x16 mode ...
    Setting Flash Control Pins ...
    Setting Configuration Register ...
    '1': Erasing device...
    '1': Start address = 0x00000000, End address = 0x008CE03B.
    done.
    '1': Erasure completed successfully.
    Setting Flash Control Pins ...
    Using x16 mode ...
    Setting Flash Control Pins ...
    Setting Configuration Register ...
    INFO:iMPACT - Using Word Programming.
    '1': Programming Flash.
    done.
    Setting Flash Control Pins ...
    '1': Flash Programming completed successfully.
    Using x16 mode ...
    Setting Flash Control Pins ...
    Setting Configuration Register ...
    '1': Reading device contents...
    done.
    '1': Verification completed.
    Setting Flash Control Pins ...
    Current cable speed is resumed to 6.000 Mhz.
    '1': Configuration data download to FPGA was not successful. DONE did not go high, please check your configuration setup and mode settings.
    `Elapsed time =    814 sec.
    and i find many people have met the same thing. But they are spartan  series FPGA and i try to low the Resistances of Mode pins,M0 M1 and M2, but the problem does not been solved.
    I have read the status Registers and find there is an over-temperature state 
    and in Impact i could not readback the registers. It is strange.
    I am anxious about this problem and have not solved it yet
    What reasons may it be?
    Hope for your answer, thank you

    Hi~I want to know if you solve the configuration problem for virtex-6?
    As I encounter the  same configuration problem, I want to consult  you with some question.
    Can I have your email?
    gszakacs wrote:
    I have measured the VCCINT and find it is 1.0V, not 2.997V;
    That is not at all surprising.  I always assumed the problem is with reading the XADC (system monitor) block and not with the voltage or temperature.
    my Reference board is ML605
    That would have been nice to know at the beginning...
    It seems that you have selected the correct mode, assuming your jumpers are set as required in the ML605 Hardware User's Guide.  See table 1-27, table 1-33 and the note below it about switch S1.
    I'm not that familiar with the details of this reference design, but it may be that the slave SelectMap circuitry requires a reset or power cycle to actually configure the FPGA.  Have you tried power-cycling to see if the FPGA boots from the flash?
    I'd also suggest that you select the V6 in the JTAG chain view, then go to the debug menu of Impact and select Read Device Status (this is from memory, but it's something like that).  That will not only show the bits of the configuration status register, but also describe what each bit means.  Among other things you can check the state of the FPGA's configuration logic and the Mode pins.
     

  • Best practice Forms 10g configuration setup and tuning

    Hi,
    We are currently depolying forms 10g from 6i client/server version. Users are experiencing Form hangups and hour glasses. This does not happen that often but can happen any time, anywhere in the app (users do inserts, updates and deletes and queries).
    Is there a baseline best practice configuration setup anywhere either in the Forms side or the AppServer side of things?
    Here is our setup:
    Forms 10g (9.0.4)
    Reports 10g (9.0.4)
    Oracle AppServer 10g (9.0.4)
    OS = RedHat Linux
    Client Workstations run on Windows 2000 and XP w/ Internet Explorer 6 or higher
    Average No. of users = 250
    Thanks for all your help

    Shutdown applications within the guest.
    Either power off from Oracle VM Manager or 'xm shutdown xxx' from the command line
    It is possible one or more files could be open when the shutdown is initiated.
    Have found at least one case of misconfigured IP which would have resulted in the disk access being via the 'Front End' interface rather than the Back End.
    Thanks

  • 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.

  • Configuration setup forLow Value asset 'Investment support measures'

    Hi all
    User requested us to enable the u2018investment support measuresu2019 option for low value asset for that if any configuration setup is required to enable the option for low value asset.
    Please help us to resolve the above issue and attached screen shot for your reference.
    Note: In high value asset user is able to view the u2018investment support measuresu2019 option.
    Regards
    K.Gunasekar

    Thanks
    1. Our current requirement is adding new grant book leg to LVC Classs.
    2. what will be the impact to our existing assets database?
    if not can we follow the below step
    we will need to create new LVA class so that grant book leg for LVA can be created. In this case, we will need to transfer assets from the existing LVA class to new LVA class. 
    Please clarify

  • Workflow Configuration Setup.

    Hello,
    I need to carry out the initial Workflow Configuration setup for Workflow on the development box.
    Need some help.
    1. List of steps that I need to execute to setup workflow configuration.
    2. User Roles that my sap userid should have to execute Workflow COnfiguraiton setup. for example for automatic configuration.
    Thanks

    As far as I am aware I am fully complying to forum guidelines.
    I did not attack
    I did not use abusive language
    I did search before I posted
    And I did not insult.
    I did give an opinion and I did ask a question.
    It's up to you to answer that question in the affirmative, negative or even refrain from answering at all.
    Your choice.
    I, as a professional have been frequenting this forum for quite some time AND have been giving some of my vast knowledge and experience back tot this otherwise wonderful community. (see questions:answers ratio )
    It might be my problem but whenever someone decides to post a question in a forum I project my own professionalism and ethics and read the post as if I could have posted it.
    Call me arrogant but the very least I expect is that the questioner has put some effort into trying to find the answer for him-, or herself before posting a question.
    And I hazard to guess that that is the gist that the other Rob is hinting at.
    Cheers, have a wonderful life and always endeavor to be the best,
    Rob Dielemans

  • Withholding configuration setup at receipt from customer level

    Hi
    This is regarding the WHT configuration setup
    when customer deduct TCS and pay the amount, i have configured all the necessary steps
    while invoice level, WHT function is working, but not at receipt entry level
    suggest me on this what suppose to do
    Regards
    Govind
    Edited by: Govinda Avula on Apr 29, 2008 3:16 PM

    Hi,
    Generally you can use the same tax types and codes for customers as the vendor. But i would advice you to have the tax codes seperate so that when you assign accounts for posting, you can assign different GL accounts as per the tax codes.
    Note: one issue i faced in using withholding taxes for customers were the differences in the tax deducted by SAP and the tax deducted by the customer. In SAP we might round it off but the customer might not do so. Then you have a problem trying to reconcile the right amount especially when the customer makes a payment against more than one invoice.
    Hope this helps.
    Thanks and Regards,
    Anit

Maybe you are looking for

  • Exception while creating Data Control

    Good day house, I have been doing some research on using business components design in other IDEs with Oracle ADF faces within JDeveloper 11g. I went through the following steps create a Java EE web application - a model and viewcontroller project im

  • The resolution of indesign is low (of the program itself)

    1920x1080 is the resolution of my screen. It seems only indesign is in low resolution. Ilustrator just functions normally.  (the low reslution is not very clear on the screen-shot unfortunately) Also when the program launches the loading icon of Inde

  • Newbie's ctx_cd query not working

    I've been trying to get a ctx_cd concatenated datastore query to work, but I keep getting weird error messages. the code to create the index: exec ctx_cd.drop_cdstore('imglib_cd'); exec ctx_cd.Create_CDstore(cdstore_name =>'imglib_cd', table_name=>'i

  • Javascript time counters not working with Safari 5.1.4

    New Safari 5.1.4 made my website javascript time counters frozen and not working. I am using jQuery library on my site. You can see the preview of the problemhere: http://headiil.ee/ What is the problem with this new Safari update and how can it be s

  • Acroread doesn't start after installation from AUR

    Hello, i installed acroread from AUR (http://aur.archlinux.org/packages.php?ID=16980) and when i attempt to run it a get this message: /usr/bin/acroread: line 22: /usr/lib/acroread/Reader/intellinux/bin/acroread: No such file or directory /usr/bin/ac