Migrate NSS volume data from OES2-SP1 to OES2-SP3 server fails

Hello forums
I have a senario where we want to use miggui to migrate all files/folder
and trustees, to e new server using miggui.
When we try to migrate from the existing "VOL" from the old OES2-SP1
server, we get an error on the miggui log running on the new OES2-SP3
server like this:
ERROR - FILESYSTEM:migfiles:Error: nbackup: (libtsafs.so 6.50.0 269) No
data sets can be found or the resource is not available.
In the miggui the Volumes can be dragged and dropped fine.
I do not by not know the old OES2-SP1's patch level, nor the OES2-SP3's
at this time.
Any ideas of what causes this error?
- Michael

Have you looked at this?
Troubleshooting data migration issues with miggui
I'd check and maybe see if the sms/tsa code is working properly on the OES2 SP1 server.

Similar Messages

  • Migrating SAP Crystal Data from One BO BI 4 to another and on a different domain

    Thank you for reading this and thank you in advance.
    This is pretty new to me, I have installed Crystal Server several times before but never had to do much with it and the person that looked after it left a year ago.
    So I have been tasked to migrate all the data from our current SAP Crystal BO 4 server to another.
    It gets slightly complicated, the company I used to work for was recently acquired and now they want me to move the BO server across to their data-centre on their domain but keeping all the data intact, more the reports not the historical data. I understand that I might have to change a few things but don't want to recreate all the reports and dependencies. At the same time the IT team will now have to look after the reporting.
    The new company doesn't currently have any reporting system in their environment and thus want to use ours going forward.
    I have read several documents and forums but just can't seem to find a method that will do the trick.
    The new BO 4 server is up and running at the same function level/SP as the current production server.
    So I have tried Promotion Management, I added pretty much everything needed, then managed the dependencies and exported without any errors, on the new server I get an error(in the background) straight up when importing, although it sits and spins around for ages but nothing come from it.
    I looked at using Crystal Reports to save the reports and then import them but after speaking to the person that managed it back in the day she advised me its not just as simple as that, there is a few things that needs to be done to make the report work again.
    I read about coping the input data folder and importing the DB directly but figured that would not have a good outcome in the end.
    Is there anyone that had done something similar, or know how to get it across with the least amount of trouble. Even if it's a bit of work as long as I can get it across, that will be great.
    The last resort will be to learn how the entire system works and at least get the reports across but then fix up all the dependencies, schedules etc.
    Just not sure where to start to be honest.
    Thank you again.
    Marius

    Promotion Management is meant to promote small amount of objects. if you need to do complete migration, you can use command line tool of Promotion management.
    Check this link how to promote.
    How to do Live to Live Migration by LCM_CLI.bat

  • Need to POST data from a desktop client to a server.

    Hello all, it's been awhile since I've posted here, so I hope everyone has been doing well.
    I have cross posted this here java - Need to POST data from a client application to my server - Stack Overflow but no answers, and since SO has been extremely slow for the questions I've been asking I am posting here.
    Here is the post:
    I know the title is probably a common question, but I am a bit confused on everything I'm trying to do, so I am trying to piece it together, and figured a common title would be better than a confusing one.
    I am basically developing a web application and one part of that is a file uploader. I am using Apache Commons File Upload via the Streaming API, and that all works fine, except I need to access the file I'm uploading, because that contains data to additional files to upload.  I.e., Read File A, get paths to images, upload images with File A to server and save on server.  The API can be found here http://commons.apache.org/proper/commons-fileupload/streaming.html
    I was told there is a security risk via the web and would be impossible via a browser, since the user needs to select all files to upload, i cannot tell the browser to upload additional files, so I am left with a client side option.
    I am confused if there is a special library I need, or as I have been seeing threads that talk about using the built in UrlConnection Class or http://hc.apache.org/
    I basically need to be able to read the file, which technically gives me a path to a Database on the user's system which I then read to get the additional images.  After I get all of that I then  need to post the data as a multipart form as that is what the FileUpload requires.
    form method="POST" enctype="multipart/form-data" action="fup.cgi">
      File to upload: <input type="file" name="upfile"><br/>
      Notes about the file: <input type="text" name="note"><br/>
      <br/>
      <input type="submit" value="Press"> to upload the file!
    </form>
    This is the example found in the Overview section of the Fileupload which can be accessed from the link above.
    There wouldn't be an issue if the users uploaded all of the data themselves, but since I have to do some of it automatically it causes some "concerns/issues."
    Basically these files are created and packaged from another application, so the images, and the db will always be in the same place, and that file that they are uploading is a file the other program creates, so everything will always be known, I just need to upload it, and then POST it as enctype="multipart/form-data" So that my servlet can read it and save it on my server.
    So I would appreciate it if anyone had any suggestions on where to begin my journey with this.  I have heard of a few applications like curl and wget that are used for this, but those seem to be more C based.  As mentioned earlier it seeems the httpcomponets from apache might work well, but I want to make sure.
    I appreciate all the help, thank you for your time all.

    It's not possible to read from a file without using classes from the core API*. You'll have to get clarification from your instructor as to which classes are and are not allowed.
    [http://java.sun.com/docs/books/tutorial/essential/io/]
    *Unless you write a bunch of JNI code to replicate what the java.io classes are doing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Retreive External data from SQL making connection to SQL server take a long time

    I have an Excel pivottable based on a view from SQL server. The view gets data from 2 databases on the sames server. I have the sames login for both databases and also the same rights (datareader, datawriter and owner). When running the view from within
    the SQL Server management tool it goes quick. In Excel once the connection is made everything goes fast. Only making the connection takes a very long time. When I use a view with data from a single database then everything is fine and goes fast.
    Example of the situation: I use the example view below in an excel pivot. This gives as result that the connection takes very long.
    SQLServer A
    View CustomerInfo which contains the following query.
    Select * FROM databaseA.dbo.Customers as Customers
    CROSS APPLY
    SELECT *
    FROM databaseB.dbo.Contacts as Contacts
    Where Customers.Number = Contacts.CustomerNumber
    ) AS Contactdata
    When I remove the CROSS APPLY part, the connection is made directly
    We login to SQL with normal logon  (not windows security) The user has the same rights on both databases.
    I hope the problem is clear. Does anyone have an idea of how I can solve this problem?

    -1* ( prior dataid ) = parentid
    is it multiplying -1 times the prior dataid ?that's exactly what it's doing
    you need:
    prior dataid = ABS(parentid);
    not knowing you're data, and therefore assuming that dataid is always positive (since it doesn't have an ABS), and that parentid can be positive or negative, your criteria becomes
    parentid = prior dataid (handles both are positive)
    or parentid = negative of prior dataid (handles parentid is neg, dataid is pos)
    since the "prior" must be right next to the column (dataid), I put parens around the whole thing, and then mult by -1

  • Send encrypted data from oracle 11g to Ms SQL Server 12

    Hi every body,
    we want to send encrypted data from oracle 11g to Ms SQL Server 12:
    - data are encrypted to oracle
    - data should be sent encrypted to Ms SQL server
    - data will be decrypted in Ms SQL server by sensitive users.
    How can we do this senario, any one has contact simlare senario?
    can we use asymetric encription to do this senario?
    Please Help!!
    Thanks in advance.

    Hi,
      What you want to do about copying data from Oracle to SQL*Server using insert will work with the 12c gateway.  There was a problem trying to do this using the 11.2 gateway but it should be fixed with the 12c gateway.
    If 'insert' doesn't work then you can use the SQLPLUS 'copy' command, for example -
    SQL> COPY FROM SCOTT/TIGER@ORACLEDB -
    INSERT SCOTT.EMP@MSQL -
    USING SELECT * FROM EMP
    There is further information in this note available on My Oracle Support -
    Copying Data Between an Oracle Database and Non-Oracle Foreign Data Stores or Databases Using Gateways (Doc ID 171790.1)
    However, if the data is encrypted already in the Oracle database then it will be sent in the encrypted format. The gateway cannot decrypt the data before it is sent to SQL*Server.
    There is no specific documentation about the gateways and TDE.  TDE encrypts the data as it is in the Oracle database but I doubt that SQL*Server will be able to de-encrypt the Oracle data if it is passed in encrypted format and as far as I know it is not designed to be used for non-Oracle databases.
    The Gateway encrypts data as it is sent across the network for security but doesn't encrypt the data at source in the same way as TDE does.
    Regards,
    Mike

  • Sending data from final internal table  to application server in xml format

    hi to all ,
    can anyone send details about send data from final internal table to application server in xml format.right now i am able to download data to presentation server in xml format . love to here soon from all the abap gigs.

    welcome to SDN.
    are you using call transformation to convert itab to XML? the XML string is in which format?
    convert it to xstring and then use the following code to store it in application server.
    OPEN DATASET fname FOR OUTPUT IN BINARY MODE.
    TRANSFER XML_content TO FNAME.
    CLOSE DATASET FNAME.
    where fname is the path to the file name.
    Regards
    Raja

  • Failed to load data from CRM On Demand. ServerThe server is temporarily una

    Hi,
    I would just like to ask if any of you are encountering this error when sending SOAP requests to CRMOD. Is this just because CRM On-Demand is down?
    Failed to load data from CRM On
    Demand. ServerThe server is temporarily unavailable. Please try again later.
    thanks,
    John

    Hi Royston,
    The instance that we are accessing is: https://secure-ausomxdsa.crmondemand.com.
    I assume that it's a test environment. So I navigated to (https://ebusiness.siebel.com/odcustomercare/support/alerts/staging/index.asp) "Staging & Test Environments" -> "Planned Maintenance - Staging" (since there is no Testing link) and saw a calendar of downtimes which didn't quite match-up to the date when we encountered the error. We encountered the error on November 25, which was marked on the calendar as a planned 8-hour downtime. During that day we didn't encounter continuous downtime but just erratic spurs of the the error. Am I looking in the right place? Thanks

  • Migrate Closed Sales Data from one SAP system to Other

    Hi,
    We have a requirement to migrate Closed Sales Order data from one SAP System to the New SAP system.
    Please share your thoughts on the considerations / DOs and Donts for such cases.
    Appreciate your response.
    Kind Regards,
    Tanuji

    Hi,
    If you want to migrate closed SOs..then first consider why? and from what date i.e how long back?
    Following are the considerations:
    1) You can't get the creation date same as your previous system dates--this might lead to incorrect reporting. So you'll have to check if its really worth?
    2) You might want to have a reference no somewhere in the new transactions from the previous system.
    3) If you want to migrate the deliveries, invoices then you've to consider also GL migration as well as payments.
    Regards,
    Raghu.

  • How to migrate user's data from Panther G3 to MacBook Snow Leopard?

    Migration Assistant isn't helping at the moment. Over the network, it just spins saying "looking for other computers" even though I've seen and acted on http://support.apple.com/kb/HT3253  -- although that doesn't relate to Panther so it isn't right for that. Anyway, so I forget doing it over the network.
    I copy two users' entire directories on the Panther G3 machine to an external hard drive. I plug that into the MacBook, open Migration Assistant and choose from a disk. Now it just spins indefinitely where it's supposed to allow me to select the disk -- it can't even show the disk (the disk has mounted fine).
    I'm now thinking Migration Assistant is completely useless -- better not touched?
    So I haven't got a clue how to get two users from a G3 machine to the new MacBook. Any suggestions? Thanks.

    Interestingly, it looks like a mounted disk image of a full system is recognized by Snow Leopard's Migration Assistant. Although the disk image is not bootable, it presents as a separate volume "with OS X installed", and apparently this is enough.
    One of my external drives contains a  sparsebundle disk image of my oid G5 Leopard Mac that I created with either CCC or SuperDuper just before that computer died. I just tried mounting it by double-clicking it, and then running Snow Leopard's Migration Assistant, choosing the option to migrate "From a Time Machine backup or other disk." The mounted volume was recognized as a "disk", and all its contents were accessible as items to migrate. I didn't actually run it.
    CCC makes it easy, though, to protect the other stuff as you suggested and then clone to the whole partition rather than to a disk image.

  • Whats the easiest way to migrate my itunes data from old failing PC to new PC so I can sync on new PC?

    I have a failing PC that I sync my Ipad and Iphone to now. I have a new PC that I want to start using for this function. How do I migrate my Itunes Data Etc...so that I can sync on the new PC and not lose my apps, music, pics etc....There has to be a simple-stupid way of doing this. I have already downloaded Itunes on the new PC and just waiting for an answer to go forward.

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    If you have an iOS device that syncs with contact & calendar data on your computer you should migrate this information too. If that isn't possible create a dummy entry of each type in your new profile and iTunes should offer to merge the existing data from the device into the computer, otherwise the danger is that it will wipe the information from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • Migrate tables and data from ODBC datasource to Oracle 11.2

    Hiya
    I have a database file in Dynamics NAV 5.0 native format - about 200-300 tables totalling maybe 10 GB worth of data.
    My task is to migrate those tables with their data into a schema in our Oracle 11.2 database.
    No tools support the NAV format directly :-) But I have a windows ODBC driver for that format that works.
    The Oracle database runs on Linux and I have no ODBC transparent gateway and no linux ODBC driver that would let me access the NAV datafile directly from within Oracle.
    I tried migration wizard in SQL Developer, but it seems it cannot use a "generic ODBC" datasource (even with JDBC-ODBC bridge), it must be a supported database format?
    Then I have tried trial of product Altova MapForce, but it can't seem to read the schema (table/columns) from the ODBC datasource for some reason.
    I know reading the schema from the ODBC datasource is possible - I have used third party product "Database Browser" that reads the ODBC with no problems.
    And a colleague has read the schema of the ODBC in C# also.
    I am primarily a SQL developer. My colleague said he could write in C# a program that looped over the tables in the ODBC, read the columns, executed "create table" in Oracle, read data from the ODBC, inserted data in Oracle.
    But he is going on vacation right now :-( And I keep thinking that someone else must have written such a migration program ;-)
    I just can't seem to find it by googling? Altova Mapforce was my best bet, but it just seems to have problems with this specific ODBC datasource.
    Any ideas for a migration tool that can accept a generic ODBC datasource and not specifically SQL Server, MySQL, DB2, etc.?
    Thanks for any hints that might help ;-)
    Regards
    Kim Berg Hansen

    Hi Kim,
       The earlier 9i and 10g generic connectivity option - HSODBC - could only run as part of the RDBMS but the 11g DG4ODBC can be installed and run standalone without an RDBMS.  You then connect using database links from Linux using an entry in the RDBMS tnsnames.ora as you have said.
    See these notes depending if Windows is 32-bit or 64-bit -
    How to Configure DG4ODBC (Oracle Database Gateway for ODBC) on Windows 32bit to Connect to Non-Oracle Databases Post Install (Doc ID 466225.1)
    How to Configure DG4ODBC (Oracle Database Gateway for ODBC) on 64bit Windows Operating Systems to Connect to Non-Oracle Databases Post Install (Doc ID 1266572.1)
    The latest 11.2 version is available from My Oracle Support as -
    Patch 13390677: 11.2.0.4.0 PATCH SET FOR ORACLE DATABASE SERVER
    and for the gateways you only need to download -
    p13390677_112040_WINNT_4of6.zip
    for 32-bit but
    p13390677_112040_MSWIN-x86-64_5of7.zip
    for 64-bit.
    The downloads have everything necessary for a gateway standalone install.
    Regards,
    Mike

  • Migrating Your SAP data from 3.1H to ECC5

    Dear All,
    We are starting a project to upgrade to ECC5.
    We currently run a 3.1H system and because of the huge gap between 3.1 and ECC5, we have decided in effect to re-implement SAP, therefore migrate all config and data.
    Can anyone point me in the direction of a guide to which order we need to load the data into the new system please?
    E.g. Chart of accounts first, Cost centres second, profit centres third and so on.
    I have a spreadsheet that gives me information but it is so old and differs so much from our upgrade partners that I would like some help.
    If anyone has any suggestions please let me know.
    I have already been to SAP sercive market place, here on SDN, service market place LSMW and LSW pages but to no avail.
    Thanking you in advance,
    Nigel.

    Really the "huge gap" that you refer to is no different the one that many companies faced a few years ago when most upgraded from 3.X to 4.6X. 
    I have been through a 3.1H to 4.6C upgrade and am now preparing to go from 46C to ERP2004 (ECC5.0).  I can tell you that from a Business Functionality side - all the big differences really came in the 4.5 and 4.6 releases.  There is relatively small (mostly optional improvements) going from 46C to ECC 5.0. 
    A few years back as people made the jump from 3.X to 4.6X, I don't think many people took the approach that you are describing.  Unless you have heavily modified your SAP system with core modifications or you screwed up your implementation and want a chance to start over, there really shouldn't be anything so drastic in the upgrade that makes you need to reload all your data into a new system.  Thousands of companies have already been down this road.  Sure the upgrade isn't going to be painless, but I can't imagine reimplementing and migrating all your data will be any easier.

  • How can I migrate my complete data from E71 to N)

    I have an E71 and bought a N9. I'd like to migrate all my data (contacts, SMS, pictures, notes) from E71 to N9 before I actually start to use it.
    Are there any tips how to do that?
    Solved!
    Go to Solution.

    @pepepez
    You can make a start by going upon N9 to Settings > Sync and backup > Sync - follow instructions for setting up sync from your E71.
    Happy to have helped forum with a Support Ratio = 42.5

  • Can migration assistant move data from multiple disks (Mac Pro) to a single disk (iMac)

    I have recently purchased an iMac and need to migrate my apps, data and accounts from a Mac Pro running OSX 10.5.8.  Does Migration Assistant accommodate a multi disk set up (I have my OS and apps on one disk and data on another) or does it only recognise one 'target' disk at a time.

    yes. I migrated a server frm lion to mavericks following these notes a while back:
    OS X Server: Upgrade and migration from Mountain Lion
    i do not recall having any problems with it.

  • URGENT: Migrating AR(Receivables) data from 11.5 to R12

    Hi All,
    I have requirement like below..
    I have to migrate the AR data(invoices and receipts) from 11.5.5 to R12.
    can we migrate closed invoices as well as open invoices?
    about receipts, how can we migrate applied receipts as well as unapplied receipts?
    what all are the things we need to take care(like column mapping and other things)?
    please respond, its bit urgent.
    Thanks
    Edited by: user627525 on Feb 12, 2009 10:39 PM
    Edited by: user627525 on Feb 17, 2009 10:55 PM

    Usually only Open Invoices and Unapplied Receipts are migrated from Old system to New Instance.
    Post Migration Reconciliation shall be tough in that scenario. Reconsider/Rediscuss with Client.
    Migration can be done using APIs or Custom Scripts using Standard Interfaces.
    Hope this is helpful
    Regards,
    Sridhar

Maybe you are looking for

  • How Do I Keep Music On Ipod Touch 4th Gen., But Not On Computer?

    Yes, hello, I am wanting to cut down on the amount of space that is on my computer (I almost have 3GB in music and photos on my laptop.. lol, mostly music, though).  However, the problem I see with this right off the bat is that if I delete my music

  • Can we import multiple pdf's at a time in the repository through infoview.

    Hi , As you know through infoview we can import pdf, word or excel file which are in our local system through infoview. Steps: In infoview --> New -->document from local computer --> pdf We browse and select them into infoview. Is there any possibili

  • Make flash drive read only with no copying

    Here is the Situation. I have a 2h video of a high school play that i am editing and selling but with final cut you can only export 480 p video on dvd so i am going to sell hd digital copies on flash drives my question is can i make it so that the fl

  • Purchase orders item texts incorrect display

    Hi everyone, i am having a bit of a hard time solving an incorrect display of purchase orders item texts. For an unknown reason, i can't manage to modify the item's text of a purchase order, it's as it has been set on "display". I checked AKTH, ME21,

  • Retail ERP 2005 - XI - BI

    Hi every one, Did any one work in landscape containing, Retail ERP 2005, XI and BI. Any links, pdfs and blogs will help me. thanks, -Naveen.