Environment Issue

Hi Gurus,
I have developed a dashboard by using OBIEE 11.1.1.3 with Oracle DB in DEV environment, Now i have to move it to TESTING environment
What are the changes needed for doing this task
Can any one explain in detail. I'm very new to OBIEE
Regards
Kumar

Following 2 things need to migrate from one environment to other.
1. RPD file.
2. Webcat File
For RPD you need to send the connection pool settinngs for environment 2 database.
If you want to partially migrate the webcat then you need to provide the detail to the adminstrator, that which shared folders can be copied.
Hope the above information will be helpful.

Similar Messages

  • [SOLVED] chicken-locale environment issues

    So I've recently decided that I want to give Lisp or Scheme a try. I eventually settled on Chicken Scheme because it seemed to fit better into the Linux ecosystem than Common Lisp or something like that. AFAICT, and I'm obviously not an expert, it seems like there is no sane way to distribute Common Lisp appliations in a Linuxy way. Feel free to correct me on that; I'd love to give Common Lisp a try!
    Anyway, most of the chicken packaages on the AUR are unmaintained and broken, so that left me to pick up the ones I wanted to use. I've had some success, but this package in particular is giving me a headache.
    # Maintainer: Aaron P <[email protected]>
    # Contributer: Jim Pryor <[email protected]>
    pkgname=chicken-locale
    _pkgname=locale pkgver=0.6.9
    pkgrel=1
    pkgdesc="Chicken Scheme Egg: Provides locale operations"
    arch=('i686' 'x86_64')
    url="http://chicken.wiki.br/eggref/4/locale"
    license=('BSD')
    depends=('chicken>=4.5.0' 'chicken-regex' 'chicken-setup-helper' 'chicken-miscmacros' 'chicken-record-variants' 'chicken-synch' 'chicken-lookup-table')
    options=(docs !libtool !emptydirs)
    build() {
    cd "$srcdir/"
    chicken-install -r "${_pkgname}":"${pkgver}"
    package() {
    cd "$_pkgname"
    chicken-install -p "$pkgdir/usr"
    This is the template I use for all the other packages I've taken (actually adapted from the AUR user perlawk). Most of the time, it works. In this case, it fails because while chicken-install can find .so files from chicken libraries, it can't find .scm files. This is actually solvable by doing tihs:
    CHICKEN_INCLUDE_PATH=/usr/lib/chicken/7/ chicken-install -p "$pkgdir/usr"
    I don't particularly like hardcoding the path here, but it works. Only in this case, I only get a different error message that isn't so easily solvable. Apparently, some variable used in the setup script isn't recognized. One thing to note is this process works perfectly fine, without the environment change — as long as I run the commands manually.
    I'm pretty sure these are two symptoms of how makepkg's changes to the environment conflict with chicken-install, but I'm not sure of the details or the best way to work around it. Any tips?
    Last edited by AaronBP (2015-01-13 20:48:15)

    Here's a trick which I use to sort out environment issues when building packages:
    Before building the package with `makepkg`, run the following command, which lists and sorts the currently set environment variables into a file:
    $ printenv | LC_ALL=C sort > env-outside.txt
    Next, temporarily add the following line, which does the same as above command (but writes to a different file of course) at the beginning of the `package()` function in your PKGBUILD *:
    printenv | LC_ALL=C sort > "${srcdir}"/../env-inside.txt
    Now try to build your package with `makepkg` as usual.
    Finally, do:
    $ diff -u env-outside.txt env-inside.txt
    and you should get a listing of the difference between the two environments, which hopefully allows you to figure out why things aren't working as expected.
    * Add the line right before any command which is causing trouble. Sometimes the env problem is caused by `export`ing a variable in the `build()` function and forgetting to also `export` it in the `package()` function.
    Last edited by ackalker (2015-01-12 10:20:30)

  • Environment Issue in Oracle 11g.

    I have a java stored procedure loaded into Oracle 11g that reads a CLOB type, and getting a null pointer exception in one oracle 11g environment and not in another. Following is the code snippet,
    <code>StringBuffer str = new StringBuffer(); String strng; BufferedReader bufferRead = new BufferedReader(clb.getCharacterStream()); while ((strng=bufferRead .readLine())!=null) str.append(strng); </code>
    I believe it has nothing todo with the code, because same code is not giving any error and working fine in the other. Following is the version of oracle 11g in both the environments
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production PL/SQL Release 11.1.0.7.0 - Production CORE 11.1.0.7.0 Production TNS for Linux: Version 11.1.0.7.0 - Production NLSRTL Version 11.1.0.7.0 - Production
    can you please guide where else can i find the root cause of this issue. Is there a way to find the loaded java class versions on the database?

    I'd suggest running it from SQLPlus, where all your System.out.println statements will show up and you won't need to bother the DBA for that output ... unless you have already done so or if you happen to be the DBA. From the snippet you provided the only thing that looks like it could be null is "clb".

  • OSB 11gR1 Cluster Environment Issues

    Hi,
    I installed Oracle Service Bus 11gR1 on a clustered environment with two nodes and extended the domain for OSB. (First Node: osb_server1, Second Node: osb_server2)
    I am facing the problems below on this environment:
    1. When I login on SB Console on second node, on "Operations" menu a warning message (Unable to obtain metrics data from the server. ) is displayed and the message below is logged on osb_server2:
    <Aug 14, 2012 3:21:00 PM GMT+03:00> <Error> <ALSB Statistics Manager>
    <BEA-473003> <Aggregation Server Not Available. Failed to get remote aggregator
    java.lang.IllegalArgumentException: Server 'null' not found
    at com.bea.alsb.platform.weblogic.WlsDomainConfigurationImpl.getServer(WlsDomainConfigurationImpl.java:98)
    at com.bea.alsb.platform.weblogic.WlsDomainConfigurationImpl.getAggregationServer(WlsDomainConfigurationImpl.java:119)
    at com.bea.wli.monitoring.statistics.ALSBStatisticsManager.getRemoteAggregator(ALSBStatisticsManager.java:291)
    at com.bea.wli.monitoring.statistics.ALSBStatisticsManager.access$000(ALSBStatisticsManager.java:38)
    at com.bea.wli.monitoring.statistics.ALSBStatisticsManager$RemoteAggregatorProxy.send(ALSBStatisticsManager.java:55)
    Truncated. see log file for complete stacktrace
    >
    2. In SB Console on both nodes when "Security" menu is selected, an error message (Message The server encountered an unexpected condition which prevented it from fulfilling the request. ) is displayed and the message (
    <Aug 14, 2012 3:16:03 PM EEST> <Error> <User-Management-WLI-OAM> <BEA-000000>
    <[BEA-WLI-Security-UserManagement:482200]The operation searchUsers is not supported by the provider null for user/group .>
    <Aug 14, 2012 3:16:03 PM EEST> <Error> <User-Management-WLI-OAM> <BEA-000000>
    <[BEA-WLI-Security-UserManagement:482200]The operation searchUsers is not supported by the provider null for user/group .>
    <Aug 14, 2012 3:16:03 PM EEST> <Error> <ALSB Console> <BEA-494002> <Internal error occured in OSBConsole : null
    com.bea.p13n.security.management.OperationNotSupportedException
    at com.bea.p13n.security.management.authentication.AtnManagerProxy.getUserNames(AtnManagerProxy.java:579)
    at com.bea.alsb.console.oam.usermanagement.UserManagementHelper.getUserNames(UserManagementHelper.java:857)
    at com.bea.alsb.console.oam.usermanagement.UserManagementHelper.searchUsers(UserManagementHelper.java:138)
    at com.bea.alsb.console.usermanagement.user.UserManagement.viewUsersByName(UserManagement.java:244)
    at com.bea.alsb.console.usermanagement.user.UserManagement.viewUsers(UserManagement.java:71)
    Truncated. see log file for complete stacktrace
    >
    How can I solve these two issues?

    For the first error - Refer to this http://tim.blackamber.org.uk/?p=975
    For the second error - Looks like there is an issue loading the default ldap configuration. Please do the following:
    1. Take a backup of the following folders cache+, data+ and tmp+ in each of the servers.
    2. Then delete the contents of the above folders in each server
    3. And restart all the servers in the cluster. This should reinitialize all the required files at startup.
    Hope this helps.
    Thanks,
    Patrick

  • The Java RunTime Environment Issue

    Hi All,
    I was trying to clone my existing 11.1.0.7 home to the new one. in process of registering the home , I discovered following issues.
    OS :- HPUX Itanium
    $ ./runInstaller -silent -attachHome -invPtrLoc /var/opt/oracle/oraInst.epmdev.loc \
    ORACLE_HOME="/db/epmdev/oracle/product/11.1.0" ORACLE_HOME_NAME="EPMDEV">
    Starting Oracle Universal Installer...
    Checking swap space: must be greater than 500 MB.   Actual 23175 MB    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-08-02_10-56-10AM. Please wait ...The Java RunTime Environment was not found at /tmp/O
    raInstall2013-08-02_10-56-10AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    Regards

    As Miriam has helpfully pointed out, Pith Helmet is a Safari plug in. You won't find it in Applications, rather you'll see it in your home folder's Library/Application Support.
    As you have now added, these difficulties are being experienced with all three browsers, then you can discount Pith Helmet as it is Safari only, but it was a relevant suggestion based on your first post. I use it to cut out a lot of the 'ad noise' you get on sites.
    As Nathan has said, 10.5 should be working fine on your hardware, and agree with his fresh approach suggestion. But as you don't have the 10.5 disks to do this you need to get your own set of disks. Disks are not just software, but also have utility functions that you may require in the future. Also with Apple, legally, you must own the operating system installed. Currently you don't.
    As you got the computer for free, buying a set of Retail Leopard Disks, has you still in front.
    Prior to this, you could remove Firefox completely and download and install it again and see if that works properly, but that would be surprising as it appears to be some system wide defect and your thoughts about a malfunctioning Java runtime is a likely cause.

  • ODI - Migration from french environment to UK environment - issue

    hi,
    i use ODI 10 and my company decides to install ODI from a french server to a UK server. we did the installation to the new UK environnment (ORACLE 11G). so i start the ODI packages tests and i have new issues on conversion. for example, i try to do an insert query using to_number function and it does not work now. before on the french server, it worked fine.
    the issue is an oracle issue with this description "Invalid number". after some research, i found the problem. in my query, i change the number separator point to comma. but i think with UK environment, the separator is now point instead of comma.
    i'm blocked because i don' t know where i have to change something (database or ODI).
    thanks for your help. it's urgent because we have to finish the migration ASAP
    Thanks a lot.
    christophe

    user4567869 wrote:
    thanks for your answer. apparently it's possible to change NLS_NUMERIC_CHARACTER on ODI 11G. is it possible on 10 version?You should set this parameter on your Oracle sessions/instance level, not in ODI. Talk to your dbas.

  • Guest ISE Environment Issue With Security User Duplicate

    Do someboody knows how can I do for a GUEST user to only use some specific devices??
    The problem is that if one person shares the USER and PASSWORDS given by the sponsor to other co-worker,the co-worker is able to use the credentials that don´t belong to that person,at the same time we have two different persons using the same USER and Password, how can i do to avoid that situation??
    At this time we have a GUEST environment using ISE with web authentication LAYER 3.
    Thank you.   

    Are you sure these users have been provisioned in Shared Services and pushed to planning, it might be worth have a read of the following Oracle support doc:
    "Troubleshooting the ImportSecurity Utility for Hyperion Planning (Doc ID 1103373.1)" and section "Hyperion Planning ImportSecurity Utility Fails with Error: 'Invalid user name found in the file'
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Classic environment issues

    I recently reinstalled my IMac to version 10.6.6 which resulted in me having problems with the photoshop on the system. It would eventually open but often asked me to reinstall. I eventually deleted my photoshop programme and began reinstalling. I have an old photoshop version 6 and a CS2 update which is how I intended to reinstall photoshop as this is the way I have done it up to now with no problems. I have had this computer since 2006 so it was already version 10.4. Photoshop is installed and is working on the whole as it had always done with no error messages on my laptop. The reinstall was not successful on my IMac and the error message it gave me was: You can't open the application Install Adobe Photoshop because the classic environment is no longer supported. Is there anything I can do - I would rather not have to buy Photoshop again for my IMac.

    Your version of Photoshop runs only in System 9.  10.4 was the last version of OS X to support the classic environment, which was simply an emulator of System 9.  This was done to ease people onto the then-new OS X system, and give people time to upgrade their software.
    So you basically have two choices - buy another copy of Photoshop (check out used copies on eBay, Craigslist, etc) or reinstall 10.4.

  • Terminal Server Licensing 2003 to 2012 mixed environment - issue

    We have 1 2003 Terminal Server and 1 2012 RDSH. We recently
    migrated 2003 Terminal License Server to new 2012 RD Licensing Server.
    On 2012 RD Licensing Server we have been instaled 20 - 2012 RDS Per Device Cal and 20 - 2003 TS Per Device Cal.
    I sometimes works on Terminal
    Server 2003 or 2012. And here is a problem with issued Terminal license for Device. When I Logoff from
    2003 TS and then I log in to 2012 RDS - the 2012 RD Licensing Server issued new license for my computer on this same name. When I do the same in the reverse order - the 2012
    RD Licensing Server issued next new license for my computer. I do this several times and now I have 10 permanent 2012 RDS license issued for this same computer with this same name, and 5 temporary 2012 RDS license issued for this same computer and 1 temporary
    2003 TS for this same computer.
    I have no idea how resolve this problem.
    Thanks in advance for any help anyone can provide. 
    Lukas

    Hi,
    I probably tested everything.
     - reinstalling license server
    - reactivate license server
    http://technet.microsoft.com/en-us/library/cc739075(WS.10).aspx
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;983385
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/ca458045-fb99-4c63-ad55-b738f2d5f49d/ts-license-manager-problem
    And still I have the same problem.
    From my Event Viewer:
    Log Name:      System
    Source:        Microsoft-Windows-TerminalServices-Licensing
    Date:          
    Event ID:      42
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:     
    Description:
    An error occurred in policy module "Policy Module for company Microsoft Corporation product A02 has denied new license request with error code 14.
    I searched for everywhere to solving this problem. Without positive results :(
    Please help!

  • MUD Environment Issue

    I have created MUD environment on my machine. When I try to check out, check in and publish changes from my machine, I am able to do it.
    But when I am trying the same from another machine, I am able to check out successfully but not able to check in changes. I am getting following error.
    "Unable to read +<*directory path of repository*>+. Another user is currently writing it".
    Note: Whereas no one has logon to application or repository.
    Can you please help how to resolve it?
    Edited by: user12196770 on 13-Jul-2010 04:32

    In the projects that you check out during MUD, you can add fact tables. Should should add any new fact by following steps below:
    1. Click on Manage > Projects
    2. Either create a new project or double click an existing project
    3. Expand the catalog (presentaion layer SA) and select the fact table to which your view is connected.
    Save and publish your changes.
    Next time you check out, your view should show up.

  • OIM 11g inter Environment issues

    Hi All,
    We have a strange issues here.We have implemented our entire solution in our dev environemnt.Everythng is working fine.But when we exported it to other envs the logs for the process task adapters are not getting generated.please suggest me.
    Thanks.

    Oracle has opened up a bug on this issue:
    Bug 15941773 - DATE FIELD ON OIM USER FORM PROVIDED AS STRING INSTEAD OF DATE IN ORCHESTRATION
    In the meantime, we wrote a custom pre-insert event handler that does the following:
    1) checks for this scenario (Date field provided as String)
    2) converts the String value to a Date
    3) Replaces the String with the Date in the orchestration parameters.

  • Multisim 3D Environment Issues

    My students are trying to use the Elvis 3D board in Multisim and we are running into issues.  Kids can breadboard stuff on the Elvis board, running wires and placing chips.  After they save the file and come back into it the next day, the wires are not setup the same and it causes issues in the circuit.  Are there any remedies for these issues?
    Thank You

    Please see attached
    Attachments:
    Design2.ms12 ‏1373 KB

  • Imovie 08 - Networked environment issues

    We are using iMovie 08 run on a Leopard Server with Tiger as our client operating system. The computers are one year old iMac's running Tiger version 10.4.11. Processor is 1.83 GHz Intel Core 2 Duo, memory 1GB - 667MHz - DDR2 SDRAM. This is in a school setting where several computers are sharing the same network. When the students play their iMovie the movie is jerky, slow, or freezes most of the time, but not all the time. I am looking for a "work around" so this does not happen. Can your iMovie projects be saved to the local machine instead of going through the server? Any thoughts or ideas would be very helpful.

    We are using iMovie 08 run on a Leopard Server with Tiger as our client operating system. The computers are one year old iMac's running Tiger version 10.4.11. Processor is 1.83 GHz Intel Core 2 Duo, memory 1GB - 667MHz - DDR2 SDRAM. This is in a school setting where several computers are sharing the same network. When the students play their iMovie the movie is jerky, slow, or freezes most of the time, but not all the time. I am looking for a "work around" so this does not happen. Can your iMovie projects be saved to the local machine instead of going through the server? Any thoughts or ideas would be very helpful.

  • Desktop environment issues for ARchlinux issues

    HI every from Mauritius !
    I wish to thank the moderators for THEIR ENORMOUS PATIENCE koz I misunderstood the Beginners Guide to install a full complete Archinux Os on an external laptop hdd in a slim case .
    The system works perfectly and I even succeed in installing / using Xfce4 and Gnome . Good except that my user don't get access to my desktop environments . ( system boots but no output after "startx" . What must I do please ?
    Caron

    What errors are you receiving? Reading this will be helpful.

  • Multi Select Choice on af:query has severe performance issue

    Multi-select choice used with af:query through a view criteria is causing severe performance issue on deselection of "All" checkbox, if the data in the list is around 550 rows. The same component works absolutely fine when used in a form layout.
    I can provide you a re-producible test case, if anyone needs it!
    ***: This is a customer environment issue, and customer is eager to have multi-select in this case. Appreciate any help!

    Glimpse of repetitive lines from console for the above scenario:
    <DCUtil> <findSpelObject> [2208] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for TestSelectChoiceDefaultAMDataControl
    <ADFLogger> <begin> Attaching an iterator binding to a datasource
    <DCIteratorBinding> <getViewObject> [2209] Resolving VO:TestSelectChoiceDefaultAM._SESSION_SHARED_APPMODULE_NAME_.SessionAM.DeptReadOnly1 for iterator binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlListBinding_59List_60
    <DCUtil> <findSpelObject> [2210] DCUtil, RETURNING: <null> for TestSelectChoiceDefaultAM._SESSION_SHARED_APPMODULE_NAME_.SessionAM.DeptReadOnly1
    <ADFLogger> <addContextData> Attaching an iterator binding to a datasource
    <ADFLogger> <addContextData> Get LOV list
    <ADFLogger> <begin> Get LOV list
    <DCUtil> <findSpelObject> [2211] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for TestSelectChoiceDefaultAMDataControl
    <ADFLogger> <begin> Attaching an iterator binding to a datasource
    <DCIteratorBinding> <getViewObject> [2212] Resolving VO:TestSelectChoiceDefaultAM._SESSION_SHARED_APPMODULE_NAME_.SessionAM.DeptReadOnly1 for iterator binding:noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlListBinding_123List_124
    <DCUtil> <findSpelObject> [2213] DCUtil, RETURNING: <null> for TestSelectChoiceDefaultAM._SESSION_SHARED_APPMODULE_NAME_.SessionAM.DeptReadOnly1
    <ADFLogger> <addContextData> Attaching an iterator binding to a datasource
    <ADFLogger> <addContextData> Get LOV list
    .....many times followed by
    <ADFLogger> <addContextData> Attaching an iterator binding to a datasource
    <ADFLogger> <addContextData> Get LOV list
    <ADFLogger> <begin> Get LOV list
    <ADFLogger> <addContextData> Get LOV list
    <ADFLogger> <begin> Get LOV list
    <ADFLogger> <addContextData> Get LOV list
    <ADFLogger> <begin> Get LOV list
    <ADFLogger> <addContextData> Get LOV list
    <ADFLogger> <begin> Get LOV list
    ...many times

Maybe you are looking for

  • Calculation of Demurrage in TSW Need heeeellllpppp

    I want to calculate Demurrage value upon actualization of discharge line in nomination in an FOB OP/DX scenario.System calculates the: a) Potentuial Latime b) Allowable Laytime but NOT the demurrage value Following are the config settings I have done

  • Cancel Material Doc.- Return to vendor created by Quality decision

    Hi, How to cancel material document which is created as Return to Vendor ( Mvt. type 122) using Usage decision in Quality module. One bypass may be to recive GR agianst the PO. Is there any other better solution than this? Krishna

  • Creating Query Variant

    Hi, I am trying to create a query variant in BI7. I want the values to be populated from TVARVC table. In RSRT, if i am giving Create variant, i am getting the next screen to enter the values.(same as we get in 3.5). but it does not show the query fi

  • Iphoto folders not showing up to sync with ipod

    i jsut got a new ipod photo and i can't get iphoto to sync with it. I am using an external hard drive, but that doesnt' seem to be the issue. If i just use the pictures folder to sync it works but i want to be able to access my iphoto folders. i crea

  • *BeanInfo,class not found

    Hello, When using beans in forms,like the Hyperlink bean, we are getting a lot of **BeanInfo.class not found in the Apache error log. I have seen some postings regarding this, and they only say to ignore the message. But the problem is that it takes