BI JDBC system does not appear in a search in Visual Composer of CE7.1

Hi All,
I have configured BI JDBC system in CE7.1 but it does not appear in a search in visual composter.
I have using following connection parameter while configuration of BI JDBC system in CE 7.1.
Oracle Deriver - classes12.jar / ojdbc14.jar
Connection URL - jdbc:oracle:thin:@xx.xx.xx.xx:1527:BWI;SYSTEM;xxxx
Driver Class Name - oracle.jdbc.driver.OracleDriver
Platform details for BI and CE 7.1
OS AIX 6.1
Database Oracle 10.2
Apart from this I already check SAP Note 1247283,1169625,1138877,773401 but still is not working.
Please help me on same.
Thanks,
Harshal

Created BI master system and problem is solved.
Edited by: Harshal Subhash Dusane on Aug 12, 2010 2:03 PM

Similar Messages

  • PXI System does not appear in MAX 4.0

    Hello,
    My system comprises LabVIEW RT 7.0, target PXI-8176 controller in PXI-1000B chassis, PXI-6608, PXI-6711, NI-4472, PXI-6704, PXI-6527, PXI-8423/4, PXI-8422/4.  This has been stable for two years. I recently solved an RS-485 2-wire mode configuration problem, using information in a discussion forum thread, by upgrading to NI-VISA 3.4.1 and NI-Serial 2.5.5.  MAX 4.0 was installed as part of this process.  Everything seemed to work fine.  I instructed a distant customer to do the same, but they experienced some difficulty. To ensure we were working from the same starting point, I re-initialized my PXI system, using PXI Format Hard Drive Disk, version 7.0, from MAX 4.0.  I configured TCP IP address, and re-installed the RT software on the PXI controller.
    Next, I attempted to configure the PXI controller and chassis, in MAX, to update the pxisys.ini file, but the PXI System (Unidentified) does not appear under Remote System>>IP address>>Devices and Interfaces.  Similarly for the serial ports.  This worked before, but I cannot get this back.  What is wrong?
    Best regards,
    RonC

    Hello S. Bassett
    The controller is definitely booting in RT mode -- I can still run my applications on the RT target.  VISA seems configured properly also, I can make VISA calls without error in the application.
    In fact, the RT system seems to work correctly, and I contemplated leaving it as it is. However, the fact that MAX does not recognize the PXI system makes me nervous, and I cannot do some of the things I may want to do, for example independently configure RS-485 port wire mode in MAX (the ports do not show up either).  Traditional DAQ configuration in MAX works.
    After your last post, I found a brief reference in MAX Help that indicated "PXI Services" had to be downloaded before the chassis could be configured.  But there are no other mentions of what PXI Services is, what it does, or how to install them. PXI Services does not show up as RT Software in MAX. In the Windows Add/Remove Programs control panel in Windows, in the National Instruments software section, there are two apparently related entries:
    - NI PXI Platform Services for LabVIEW Real-Time 1.5.1
    - NI PXI Platform Services for Windows 1.5.1
    But, I cannot get these to install on the RT target.  Not knowing what was causing the problem, I uninstalled everything from  National Instruments, deleted all folders, and reformatted the PXI platform.  There was one problem during this process -- after uninstalling NI-Serial 2.5.5, it does not get removed from the Add/Remove programs control panel.  There is still a registry key that the uninstaller did not remove -- presumably this is the problem.
    I have rebuilt everything, but could not get NI-Serial to install -- the installer thinks there is a newer installed on the RT target (there isn't) and refuses to install NI-Serial 2.5.5.  So right now, I cannot install NI-SERIAL (any version), or remove the 'existing' NI_SERIAL, because it isn't actually there, and there is no uninstaller.
    Otherwise, everything seems to be back to where it was before I "upgraded" to NI-VISA 3.4.1.  This was NI-VISA 3.0, LV RT 7.0, and MAX 3.0.2.  I have not yet been able to install NI-Serial, so I cannot yet see if I have also restored my original problem -- the one that led me to have to upgrade NI-VISA and NI-SERIAL in the first place.
    Most importantly, there is now a "PXI Services v1.1.2" installed on the RT target.  I am quite sure the problem with MAX 4.0 not recognizing my PXI system has to do with the absence of this driver on the RT target.
    Thanks again for your interest and help,
    RonC

  • How can I create a private app that does not appear in a search on the app store?

    I have an app which I only want certain people to see but no matter what I do it continues to appear when people search for it in the app store. Is there a setting I can use so that it doesn't appear in any search?

    Thanks, it was linked in iPhoto.  After removing it from iPhoto I still got the same message when trying to delete the account from Mail.  After rebooting, I was able to remove the account from Mail.

  • Weblogic 7.0 SP1 JDBC Multipooling does not appear to fail over consistantly

    We are running Weblogic Platform 7.0 SP1 on a Sun with Solaris 8 O/S
    We have a connection multipool set up associated with a Data Source.
    The multipool has two connection pools, each pointing to a seperate but
    Identical database. The multipool is created with the high availability algorithm
    set.
    both connection pools have the following settings:
    (Connections Tab) (Testing Tab)
    Initial Capacity:0 Test Table Name: dual
    Maximum Capacity: 20 Test Reserved Connections: Checked
    Capacity Increment: 2
    Login Delay Seconds: 2
    Refresh Period: 15
    Allow Shrinking: Checked
    Shrink Period: 15
    When the first database goes down for a backup, We can see the exceptions thrown
    from the
    broken acitve connections, which would be expected. But we also notice a significant
    response time increase (3-7 seconds) and we notice continuing exceptions from
    what appears to be the application EJB still attempting to connect to the first
    instance. It is only when a DISABLE_POOL is issued using the command line interface
    to disable the first pool in the multipool that the response time drops to normal
    and the exceptions stop. The exceptions don't happen for every query, but we cannot
    understand why the test-on-reserve doesn't seem to always work.
    Any help would be appreciated

    This is known behavior of the "high availability" algorithm for multipools.
    Whenever a multipool is asked for a connection, it will always try the first pool first
    (unless it has been diabled). The algorithm doesn't remember that it had trouble with
    the first pool and start with the second pool (e.g., put the first pool at the end of the circular list
    of pools to be tried). This is the way it was designed (in my opinion, this defies the
    principal of least astonishment, but not everyone agrees with me).
    We are planning to add a new algorithm in the next release that does keep state.
    The way it currently works, it depends on how long it takes to figure out that
    the first pool is not available. This depends on the database client driver and
    the network connection (it could take from 100ms to multiple seconds to minutes
    to figure it out).
    "Joe Doyle" <[email protected]> wrote in message news:[email protected]...
    >
    We are running Weblogic Platform 7.0 SP1 on a Sun with Solaris 8 O/S
    We have a connection multipool set up associated with a Data Source.
    The multipool has two connection pools, each pointing to a seperate but
    Identical database. The multipool is created with the high availability algorithm
    set.
    both connection pools have the following settings:
    (Connections Tab) (Testing Tab)
    Initial Capacity:0 Test Table Name: dual
    Maximum Capacity: 20 Test Reserved Connections: Checked
    Capacity Increment: 2
    Login Delay Seconds: 2
    Refresh Period: 15
    Allow Shrinking: Checked
    Shrink Period: 15
    When the first database goes down for a backup, We can see the exceptions thrown
    from the
    broken acitve connections, which would be expected. But we also notice a significant
    response time increase (3-7 seconds) and we notice continuing exceptions from
    what appears to be the application EJB still attempting to connect to the first
    instance. It is only when a DISABLE_POOL is issued using the command line interface
    to disable the first pool in the multipool that the response time drops to normal
    and the exceptions stop. The exceptions don't happen for every query, but we cannot
    understand why the test-on-reserve doesn't seem to always work.
    Any help would be appreciated

  • Your system does not appear to have intel rapid start technology

    I have a Lenovo U310 with windows 8 and wish I could take it back. Problem after problem with this computer, both hardware and software related. I started getting this message about the Intel rapid start a couple of days ago. I went into this forum and one of the specilists suggested going into BIOS and change the SATA controller working mode to RAID and to enable IRST which I did. Now the computer can not start. It tries to load and it says that the recovery system failed. I can get to the BIOS menu again but I wont let me get to configuration screen. Any help would be much appreciated. thanks 
    Solved!
    Go to Solution.

    hi yzarate,
    I'm sorry to hear what happened,
    If the system is giving you a failed to start Option,  Restarting it May sometime give you option Like Safe mode,
           If you're getting that, select that option and it should be able to start you system while in RAID then restart the system again once booted back up.
    If you're not getting that message I would suggest go back to BIOS
               go to the Exit TAB, Select Load optimized default or press F9 to load defaults, F10 to save and Exit and hit enter,
    Try loading BIOS again and see if the configuration tab will be available,
    Best Regards
    Solid Cruver
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • User created in ECC system does not appear in Identity management

    Hi all,
    For the already new built GRC system, I am trying to configure buidling blocks 678: RiskAnalysis and Remediation.
    1- In section 5.2 (5.2     Add Roles to Existing Users in User Management Engine) I have to add roles to the users which were created in ECC system. But in Identity management I could not see those ID's existing.
    2 - I could not see these roles RE_ADMIN and CC_ADMIN in UME
    Could anybody help me moving forward.
    Thanks
    Lakshmi

    Hi,
    > 1- In section 5.2 (5.2     Add Roles to Existing Users in User Management Engine) I have to add roles to the users which were >created in ECC system. But in Identity management I could not see those ID's existing.
    >
    Have you defined Master User Source in RAR ?
    > 2 - I could not see these roles RE_ADMIN and CC_ADMIN in UME
    >
    Initially you have to upload Roles in Identity management. There will be 3 files:
    cc_ume_roles.txt
    ae_ume_roles.txt
    re_ume_roles.txt
    Upload them in identity management then you will get these roles.
    Thanks
    Sunny

  • FF Id from Target system, does not appear to be assigned

    Hi All,
    I have configured ECC as a Connector, and a FF id with below roles, in ECC. After Repository Sync, the table GRACUSER, shows FF id from ECC. However, while assinging Owner to FF id, the FF id from ECC, is not shown.
    SAP_GRAC_SPM_FFID
    SAP_GRC_FN_BASE
    SAP_GRC_FN_BUSINESS_USER
    Any clue, what needs to be done here

    HI Plaban
    What is your configuration parameter 4010 role? Is that role assigned to the FF Id (before you ran the sync)?
    Did you set the owner up as an Access Control Owner first?
    Have you checked to ensure you have sufficient authorization GRC to assign the FF Id?
    Regards
    Colleen

  • Flashing marker does not appear in search box when starting Firefox

    When I start Firefox the flashing marker does not appear in the search box. If I reload this sometimes sorts the problem

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Camera icon does not appear when use Google Image Search

    Hello,
    I am working on a much older macbook pro (2006) running OS 10.6.8 and Safari 5.1.10.
    Just the other day I reinstalled Safari, as some things appeared to not be working properly. However, there was nothing wrong with Google. SInce then, when I try to search by Google Image, the camera icon does not appear in the search bar. I have tried reinstalling Safari twice, but nothing changes. I have checked in Firefox and it shows up as expected.
    I have cleared the cache, deleted cookies, and cleared browser history. None of these steps have produced any changes.
    Also, I seem to have reverted to some earlier version of Google, since the search tools now appear on the top left, as show below.
    Can you please assist me in sorting this out so that Safari and Google perform as expected.
    Thank you very much.
    Val

    I posted that work around on the google forums and it actually came from the Apple forums from users 'Society Girl' and refined by 'spiza' from this thread.
    Google Reverted to Old Layout
    I called a friend at a tech magazine and he *cough* unofficially* cough* said via contacts it was a very deliberate move by Google... nothing to do with their upgrades or a hack coincidentally not working as a by product with old browsers.
    oh boy...
    'Google flushes out users of old browsers by serving up CLUNKY, AGED version of search'
    'Ad giant: Yeah, we did that deliberately'
    In a separate thread, as spotted by a Reg reader who brought this sorry affair to our attention, user MadFranko008 was able to show that even modern browsers - including the current version of Chrome - were apparently spitting out glitches on Apple Mac computers.
    Google then appeared to have resolved the search "bug" spotted in Chrome.
    http://www.theregister.co.uk/2014/08/31/google_search_browser_support/
    and on the BBC website...
    Google 'discourages' users of old browsers
    Google has started showing old versions of its search page to people using out-of-date versions of some web browsers.
    The problem was most pronounced among those using variants of Safari 5.1 and Opera 12.
    A Google message posted to the forum said the change was made to "encourage" people to upgrade their browser
    http://www.bbc.co.uk/news/technology-29012038
    Google and Apple are not the best of friends...
    I expect this will run a little longer 

  • I am using 10.6.8 and I cannot get an Imac to appear in workgroup manager, the mac is bound to both AD and OD. I have removed the bindings, rebuilt the mac and also removed it from bot system but still it does not appear in OD in work group manager.

    I have a mac which is connected to a network and is bound to both OD and AD with no issues on my server when I try to manage it through Workgroup manager it does not appear.
    I have unbound it , removed it from both systems completely and even rebuilt it but it still does not appear in WGM.

    If your server is 10.6 and your client is 10.7 you'll have to add it manually to WGM
    via mac address.  10.7 clients don"t automatically appear in 10.6 server wgm

  • Visual Composer 7.0: system (data source) does not appear

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

  • Instant Client on 64-bit Windows 7: Driver does not appear in System DSN

    Instant Client on 64-bit Windows 7: Driver does not appear in System DSN tab when creating a new Data source.
    What I did so far:
    I downloaded the basic and odbc zips for Window 64-bit.
    Unzipped the basic zip.
    Unzipped the odbc zip to the same directory.
    Added the dir path to the System Environment Variable called Path.
    Double-clicked on the odbc_install.exe to run it from Windows Explorer.
    Then I tried to add the driver to create a new data source but it does not appear in the list of drivers.
    From a cmd window, I navigated to the instant client directory and tried to run odbc_install again.
    I got the message: Oracle ODBC Driver with same name already exists.
    What am I missing?

    hello, I did it like that you say,but the result also is "oracle odbc driver with same name already exists". I don't kown what can I do it ,Thank you!

  • I am trying to install Illustrator C6 on new system (Win8.1), Already de-activated from old system.  I downloaded the 3 files.  First file opened and had fonts, but second file (1.8Gb) does not open; does not appear to have an exe file. How do i install?

    I am trying to install Illustrator C6 on new system (Win8.1), Already de-activated from old system.  I downloaded the 3 files.  First file opened and had fonts, but second file (1.8Gb) does not open; does not appear to have an exe file. How do i install?

    what files (names and extensions) did you download?
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.
    window using the Lightroom 3 link to see those 'Important Instructions'.

  • Quicktime does not appear in my System Preferences ?

    Quicktime does not appear in my System Preferences ? Anyone know why, I'm wanting to enter my registration keycode.....................where has it gone ?

    There is no QuickTime System Preference pane in Snow Leopard or Lion.
    Open QuickTime Player 7 (7.6.6) from the Utilities folder and click Registration... under its menu.

  • HT204053 iCloud in System Pref does not appear

    Need help with trouble shooting: iCloud icon does not appear in System Preferences.

    It's not supposed to on Mac OS X 10.7.1 or earlier.
    (74308)

Maybe you are looking for

  • Which OS 8.6 runs on a G4 AGP 400?

    I just purchased a AGP 400 in order to connect an old SCSI HP Scanjet 4c scanner that was connected to my now dead (sigh) Performa 6400. HP does not support OS 9.0 for the Scanjet 4c running HP Deskscan II software, so I need to run OS 8.6 on the AGP

  • Dynamic User for a Task

    Hello, I want to know if it is possible to determine dynamically the user for a task? An example is an approval process (Depending on the user information determine how is the approver and send the task for that user). Thanks & Regards SU

  • Lightroom5 Serial Number not working - GRRRR!

    Hi, I've recently bought a copy of Lightroom 5, but the serial number I received in the confirmation email to upgrade my copy of the software from a trial package to the real deal does not work. Any tips on how to get a new serial number or make this

  • After closing firefox and then reopening it, a message states that firefox is already running (in the background) and to restart computer.

    the window closes normally, then when i reopen it i receive a message that states Firefox is still running. i open task manager and it is not shown on the application tab but is shown in the process tab, where i "end process" i would appreciate any h

  • Combining 16-bit and 24-bit files in Waveburner

    I have a project that consists mostly of 24-bit bounces I did in Logic, but one of the song files is a 16-bit AIF. I've imported all of the files into Waveburner, done the necessary editing for "mastering," and now I want to burn a CD. My Preferences