Migration BIEE repository from Windows to Unix

Hi,
has someone experience with migrating repository objects from a windows to Unix environment or vice versa? Are there any problems (different XML generated etc.)?
Background: We are developing in a Windows environment but later we want to move to Unix. Until now no Unix server is available.
Thanks,
Marcus

How is it at the GiantEagle (worked in Cranberry last year)?
How exactly do you do a short-deck migration/promotion to UAT or PROD? How do you ensure that changes in the DAC make it into the UAT/PROD without killing the existing objects?
Currently we have 3 env, DEV/INT/UAT/PROD and we're trying to write a policy manual to ensure that what goes on in DEV gets all the way into PROD without damaging INT, UAT or PROD.
jrod.

Similar Messages

  • Migrate Oracle DB from windows to Unix

    Hi,
    our production db is 9.2.0.1 running under windows having 30 GB DB size.
    as per client requirement, we are going to migrate this db to Unix( HP-UX 11.23) Platform with 9.2.0.7 version. we will use export and import for the same.
    can you please share your experience of this type of migration?
    any precautions that i need to take care of while migration?
    thank you very much in advance.

    Hello,
    Here is the best way you can do that without breaking anything and you are in business and not need to compile. You might have to manually resolve any privs issues (db-links, roles before startign the import on target database).
    exp system/manager owner=user1,user2,user3,user4,user5,... file=mynonadminusers.dmp log=myexport.logNow if you have already created all teh uses only and tablespace (it will create in default tablespace if ts doesn't exists)
    imp system/password fromuser=user1,user2,user3,user4,.....  touser=user1,user2,user3,user4,.... file=mynonadminusers.dmp log=myimport.logRegards
    Edited by: OrionNet on Mar 2, 2009 10:47 AM

  • Migrating database from windows to unix

    Can anyone, please suggest me some reading on migrating a database from windows to unix? Thanks

    Yes an export import is the most likely migration path you have. There is another option. You may install, just temporarily a 10g environment on the windows platform, then upgrade using the DBUA from 8i to 10g on the same platform. This way you will make sure you don't miss a piece of data during the migration process.
    Once your database is at the 10g platform, you may proceed with a transport tablespace from 10g win to 10g unix. Violà, your database will be on the 10g platform.
    Next, deinstall the windows temporary 10g installation.
    Notes:
    1. Make sure your 8i db is at the latest patchset available at 8i (8.1.7.4.0)
    2. Define which unix platform you are referring to. It's because of endian issues.
    ~ Madrid.

  • ABAP Adaption while migrating from Windows to Unix

    Dear All,
    I am working on a project where SAP system has been migrating from Windows to Unix os. Because of this all ABAP which are using Files, Operating system command has to be adapted as well.
    How can I get such a list of ABAP objects which will be affected by this migration.
    Example I can look for Dataset command, External OS Commands and so on..
    Please advice if there is a straight forward way to get such a list?
    Your prompt response would be higly appreciated.
    Thanks in Advance
    Hemendra

    Hello -
    You need to visit URL - System Copy and Migration
    Also refer to SAP note 547314, and the System Copy Guide for your SAP
    release on SAP Service Marketplace :
    http://service.sap.com/instguides -> <SAP System> -> <Release>
    ->Installation.
    Regards.

  • Hello, How do I tell sql+ to spool output file from windows to Unix server?

    Hello, How do I tell sql+ to spool output file from windows to Unix server?
    I am new to SQL+ and just learned how to spool the file. But file is saved in my local windows enviroment and since it's 2GB in size...I want to spool it directly to another remote unix server.
    Pls answer in detail... I have been to most of the thread and didn't see relevant answer to above question.
    Am I suppose to develope some script which FTP the spool file directly to the server I want to
    or
    i Have to use UTL_FILE Package ?
    Thanks for reply

    You may not be able to...
    SQL*Plus can only spool to the local machine. If you have mapped a directory on the Unix server from your Windows machine, you can specify that directory in your SPOOL command.
    You could telnet to the Unix server, run SQL*Plus there, and spool the file to a local (Unix) directory.
    If the Unix server is also the Oracle database server, you could use the UTL_FILE package rather than using SQL*Plus to spool a file.
    If the Unix server is also an FTP server, you could also FTP the file from your local machine to the server.
    Of course, I would tend to re-examine a requirement to regularly generate a 2 GB text file. It seems likely that there is a better way...
    Justin

  • Ora-25215 from windows to unix - please help

    I have successfully set up streams replication from unix to windows -- it works beautifully!
    However, when I set up streams with a different set of tables going from windows to unix, I get the propagation error, "ora-25215: user_data type and queue type do not match"
    I have been all over metalink and the internet trying to find a solution or explanation, and there is very little out there. I found a dozen hits on my metalink search on ora-25215 and one of them was "How to resolve ora-25215..." Alas, it really doesn't address a fix for simple streams, it goes into setting up a payload, etc...
    Like I said, my unix to windows works like a charm, but unix to windows doesn't. By the way, my windows is 2k and my unix is solaris 8. Anyone have any ideas for what the problem is?
    Thanks,
    jimmy

    Jimmy,
    Make sure your propagation is configured correctly. It is also possible to get this error in Oracle9iR2 if you use the wrong queue name or schema when configuring propagation.
    Janet

  • Migrate Album art from Windows player to iTunes?

    Sorry if this has been asked a million times but....
    Is there a way to migrate the artwork from Windows media player into iTunes?
    It seems that media player keeps all the art within each album folder which means that I already have the art for albums that the great and mighty iTunes can't seem to find. And I have checked to confirm this - about 700 or so albums that I have art for in media player can't be found in iTunes. I thought that they all accessed the same CDDB info.

    Welcome to the Apple Community.
    You only need to drag something onto iTunes in order to import it, however it will need to be in the correct format. If the files in your Windows player are in Windows format you will need to convert them before you can import them.

  • Error migrating Master Repository from Dev. to Prd, Environment

    Hi,
    We are trying to migrate our development environment (dev_env) to production (prd_env), so for this we are doing the following:
    - We create a Execution Work Repository (prd_env)
    - We create a Master Repository (prd_env) with different internal ID (dev_env)
    - We export one scene from dev_env and import to prd_env
    - We export Master Repository from dev_env and import to prd_env, but in this point we have problem with the import wich say
    "com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ### KEY com.sunopsis.res.object / DwgDuplicationTools.GeneralImportObjectFailureMsg###     a"...".run(Unknown Source)Caused by: java.sql.SQLException: ORA-02291: integrity constraint (....) violated - parent key not found"
    Please, some one help us with this issue, thanks!!!

    Hi,
    Both your Prod and Dev are in same platforms?
    Normally Dev we do on windows and production in Linux.
    IF, your case is above. then create another schema in same platform(DB and OS ) and import the master and work repositories in Insert update mode from dev.
    After import, re-export this newly created repositories and try importing into your production.
    I have faced the similar issue and after following the above process, I am able to import my master and work properly.
    If you are still not able to resolve this issue after following the above way.
    Then try export you Logical and Physical Schema instead of master repository.
    While importing , please import the Physical topology(Topology) and then the Logical Topology.
    Thanks,
    Nagarjuna

  • File Upload Performance using IE from Windows to Unix via HTTPS

    Hi,
    Is there any performance issue uploading a file
    using IE from Windows client to UNIX server via HTTPS?
    Before that, we were using HTTP protocol and everything run smooth
    Once we change to HTTPS, we might hit the "HTTP 500 Internal server error"
    Even though this does not happen all the time but still, it affect the overall performance of our system
    We'd tested other browsers such as Netscape, Firefox, Opera and we don't hit any problem with them
    Is there any way to improve the performance?
    Is there any site i can refer to? cause i need some explaination on how this could be happen
    Thanks

    Is there any performance issue uploading a file
    using IE from Windows client to UNIX server via
    HTTPS?With HTTPS, the contents of the files are encrypted while uploading. This might hit the performance in some cases.

  • Migration of SAP From Windows to AIX

    Gurus
    I need information regrading migration of SAP ECC 6.0 on Oracle from Windows to AIX.
    Thanks

    Hi ,
    You will find information in the System Copy Guide .
    https://websmp104.sap-ag.de/instguidesNW70
    SAP NetWeaver 7.0 (2004s) --> Installation ---> <download the suitable system copy guide>
    You would also find lot of SAP Notes , go through them and let us know if you have any specific questions/concern.
    Regards,
    Neel

  • Migrating roaming profile from Windows 2000 TS to Windows 2008 R2 RDS

    We have one TS running on Windows 2000. There are over 200 TS users. We are planning to migrate it to Windows 2008 R2. What's the easy way to migrate the roaming profile? Base on this article
    Support guidelines for migrating
    roaming user profiles data to ...
    Generally, user profiles that you create for users in Windows 2000, ... Server  2003 roaming user profile on Windows Vista or on Windows Server
    2008. ...  These methods migrate the
    roaming profile data to the new Version 2 user profile  format ...
    support.microsoft.com
    support.microsoft.com/kb/947025
    There are two methods to migrate roaming profile. "Method 2: Use the Folder Redirection feature to share data between Version 1 and Version 2 user profiles" doesn't "migrate the desktop settings and preferences such as wallpaper because of
    the differences in the operating systems". That isn't for us.
    "Method 1: Use the User State Migration Tool to migrate profile data to the new format (Windows Vista Only)" is recommend that you the User State Migration Tool (USMT) to migrate profile data in the following scenarios:
    You do not use roaming user profiles or folder redirection.
    You want to enable a more full-featured migration of user profile data from Windows 2000-based or from Windows XP-based systems to Windows Vista-based systems.
    Note The User State Migraton Tool will not function on Windows Server 2008. 
    So the method 1 doesn't work. Any suggestions?
    Bob Lin, MCSE &amp; CNE Networking, Internet, Routing, VPN Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Install and Configure Windows, VMware, Virtualization and Cisco on http://www.HowToNetworking.com

    Hi,
    Thanks for your comment.
    Please check following article might helpful in your case.
    Hey, Scripting Guy! How Can I Edit Terminal Server Profiles for Users in Active Directory?
    http://blogs.technet.com/b/heyscriptingguy/archive/2008/10/23/how-can-i-edit-terminal-server-profiles-for-users-in-active-directory.aspx
    Configure Terminal Server User Profile – PowerShell Script
    https://gallery.technet.microsoft.com/scriptcenter/d36bd6b8-91b4-482b-8f67-9016cf367dbe
    How to assign a home folder to a user
    http://support.microsoft.com/kb/816313
    Sample script from above article.
    NET USER tester /add /comment:"Example Account for User"
    /expires:never
    /homedir:\\zippy\%username%$
    /profilepath:\\zippy\profile
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • How to migrate photo library from windows into iPhoto '09

    I have spent altogether too much time fretting about this transition and searching for solutions online, and I'm certain someone else has figured this out.
    I just switched from Windows to a mac, and I'm wanting to move my photo library into iPhoto. I already have my photos separated into folders by event (I used Picasa for Windows). Is there any way to get those 312 folders to translate into iPhoto Events? And for the hail mary, is there a way to import any Picasa data into iPhoto? I've found iPhotoExpert to basically do that the other way around (i.e. migrating from iPhoto to Picasa), but I'm looking to migrate to iPhoto from Picasa.
    Anybody done this successfully?

    I realize iPhoto is not a file manager, I've gotten over that part. At this point I would just like it to recognize different folders as different events. I feel like that is a little feature that would go a long way, not only for migrating libraries like in this case, but also in the future.
    I will often create separate folders within my camera's menus for different events, so that when I import the photos it makes it easier to distinguish the different events, even if they span multiple days. If only there was a checkbox next to "imported items from finder" called "treat folders as events when importing" that applied recursively to folders imported.
    Update: I took a leap of faith and dragged a portion of my library into iPhoto (after unchecking that "Autosplit Imported items from Finder" checkbox) and it did exactly what I was hoping it would! Turns out it does apply recursively, which is really handy. I can just drag my entire "Pictures" folder with all of my photos nicely organized into events by folder into iPhoto, and it recognizes each folder as a separate event without having to drag each folder separately! hooray! I ended up doing so with the "Photos" icon selected in the sidebar, I don't know if that made a difference or not. Thanks for pointing me in the right direction!

  • Trouble Migrating Eudora mailboxes from Windows PC to Mac

    I am having trouble transferring my Eudora mail boxes from my old Windows 2000 PC to my new iMac. I successfully installed Eudora for Mac but ran into a snag.
    According to Eudora, Windows .mbx mailbox files can easily be migrated from Windows to Mac:
    http://www.eudora.com/techsupport/kb/1644hq.html
    However they must be converted with their CRLF utility in order to work under Mac. They provide a link to this utility on the aforementioned page.
    I downloaded their CRLF v1.2 utility and installed it on my Mac, except either it's not working, or I don't know how to use it, and the readme instructions that came with it are confusing and unclear. Executing CRLF v1.2 generates a "...not supported in this system" error.
    (taken from the Eudora support page)
    "Moving the Mailboxes:
    Both versions of Eudora keep their mailboxes in the same format, so conversion is relatively painless. However, Macintosh and Windows file systems handle text differently, so line feed conversion must be done. You can do this by FTPing the files in ASCII (text) mode, or by using a carriage return/line feed conversion utility like CRLF. It's very important that you FTP or convert the files to take care of the carriage return/line feed processing.
    The mailbox files on the PC are the ones in the Eudora directory that end in ".MBX". (Don't bring over the ".TOC" files). "
    I tried removing the .mbx extension, but Mac only recognizes it as "Document." Eudora doesn't recognize it as an "Eudora mailbox file." I see the Eudora mailbox files Eudora generated have no file extension.
    I signed up for Eudora support forum so I could ask there, but they never sent me a confirmation email with activation link, so I can't post anything there. There's no way to contact the webmaster about this problem, email bounces back with "we no longer offer support."

    these reads will be helpful: one and two.
    another read here: http://www.macworld.com/article/146958/2010/03/.
    if you have a suitably sized iPod click here.
    good luck !
    JGG

  • Migrating browsing history from Windows 7 to Mac.

    I created a Firefox Profile and synced from Windows 7 to Mac.
    Only a small amount of my browsing history was migrated (from 9 July 2013 onwards).
    There are approximately 47 500 entries going back to September 2010.
    I downloaded the History Export add-on and tried exporting my browsing history in the .html format. Firefox kept crashing and I could not complete this.
    Is there any way to migrate my entire browsing history to my Profile and my Mac?
    Many thanks
    Pankot2

    hello, you could move over the whole places.sqlite database which holds your bookmarks & history from the profile of your old computer into the profile of your mac: [[Recovering important data from an old profile]]

  • Migrating to linux from window 2003

    Winodws 2003
    Db 9.2.0.7
    EBS 11.5.10.2
    HRMS application.
    I would like to migrate everything from windows to linux(centOS).
    Right now we have everything in Single node.
    I would ike to split into 2 nodes application and database.
    Please give me direction/document.
    Thanks.

    Hi,
    CentOS is not Certified by Oracle, correct?Oracle Apps 11i/R12 is not certfied on CentOS.
    VMWare on this not certified , correct?You can install VMWare on CentOS, then install a supported OS which is certified with Oracle Apps 11i/R12.
    Regards,
    Hussein

Maybe you are looking for

  • Sync. problem with from iPad2 to iTunes???

    I've a problem with sync from iPad2 to itunes. I got the latest version of iTunes 10.5.2 and my iPad 2 is the version of ios 5.1. However, when I activate the sync. iTunes cannot process the sync. and it's locked. Is there anyone has the same problem

  • [Solved] vim, indent and hash

    I know this isn't strictly a programming problem, but bear with me... To make a long story short, I have a Perl file in which some comment lines start with the hash(#) as the first character of the line, i.e. before the # there's nothing, not even sp

  • ADD a Color Palet in a Combo box

    I need to create a Combo box with a Color Palet, as soon as the user clicks lets say on green on the palet that color is selected. Please any help will be appreciate.

  • Process Chain-Repair & Repeat

    Dear Experts, Could plz elaborate difference between Process Chain-Repair & Repeat. After the PC error(red status), when we go for Repair & when we go for Repeat. Thanks in advance. Regards, RR

  • What does the circular meter mean over the import location in Lightroom

    When I Start to import photos in LR, a circular meter appears over the External hard drive symbol in the import page -- what does it indicate?