Re Importing Previous versions of Object / Namespaces in Integration Rep

Hi I have the following scenario.
I have exported my namespace as a tpz file from the XI Dev system.  And then I make some changes to  some objects in the same namespace . But I  want the previous version (previously exported tpz file ) back . So when I try to import the previous tpz file back into the integration repository , I am able to do this activity sucessfully but no changes of the previous version are applied . The current version is still present in the namespace .
And a strange thing is happening . The 2 Object Attributes in the Display Software Components Version Page   "Objects are orignal Objects" and "Objects are modifiable" are unchecked now for the SWCV .
But when I exported the previous version they were checked. I am not sure what is happening . Can any one please suggest .
thanks
regards
Nilesh

Hi,
*You want to get back to the previous version.
If you have exported the very first verion creating a .tpz file then follow these few steps :
first export the current namespce.
Delete the current Namespce.
Import the previous version or the very first version of the namespace which you ,, you can trace it by the date&time stamp patched to it.
Activate the new namespace.
*the object are checked as because of the security reason.
    there is absolutely no problem in that, these are unchecked  so that no one will be able to edit it manually with the proper transport which you can see in production/ quality environment.
Hope this will help.
Assign point if help
Thanks,
JAY

Similar Messages

  • FCP7 upgrade without a previous version installed?

    So yes I screwed up. let's get that out of the way. When I bought FCPX I left on my machine FCP7 for a while but then I though, eh, I'm not using 7 for the forseeable future, let's get rid of it for the time beilg and if I need it I'll just reinstall. I've got this thing about needlessly filling up disk space. Well I went to my install discs today to do just that and much to my chagrin realized what I had was an upgrade version. Had forgotten all about that. No need to go into what that did to my blood pressure.
    I went to the latest version previous to that and it was FCS 5.1. I put the install disc in and immediately got the soul-crushing error: PowerPC applications are no longer supported. At first I was confused as I had had FCP7 on this very iMac I'm using. It was all very confusing but then realized it was a Universal app so that's why, tho I bought it when I was working on a PPC G5, I could still use it on the Intel iMac. A little (very) investigation revealed the final nail in the coffin: that with Lion, PPC apps were no longer useable.
    So here I am with a set of worthless FCPStudio 5 and a nearly useless, tho otherwise just fine, FCP7 upgrade discs. I mean, it's not even like I could dig up a crack for it. I HAVE a legal version w/SN but I can't use it! I remember a time one could install an app that was theoretically an upgrade but didn't need a previous version onboard, (I did that with Freehand once years ago) but it was clear with FCP that I wasn't being allowed to.
    So what I need to know is, is there anyway, any kind of workaround, for me to install from these upgrade discs I have without having that all-important previous version onboard?

    No, see, I didn't have the option to do anything. I had no ability to select FCP in the install list. I never got so far as it asking what the SN was. I had the old SN at hand ready to supply to the installer.
    But it hit me that the only apps I was proscribed from installing were FCP, Motion and Compressor and I thought OOHHHHH! It's not letting me install on that drive because FCPX is already there. Sure enough, I rebooted to my other partition where I also have an OS installed and was able to put FCP7 there.
    You just replied to me before I had a chance to tell folks to "never mind"

  • How to get all previous versions page contents of a publishing page using SharePoint Client Object Model 2010

    How to get all previous versions page contents and other field values of a publishing page using SharePoint Client Object Model 2010?
    Thanks,
    Osmita

    Hi Osmita,
    Greetings.
    Here are the links that helps you. It has code attached to it.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/a0d2ab40-99ba-4368-8505-1dc559ef6469/get-content-of-previous-version-of-page-sharepoint-2010?forum=sharepointgeneralprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/faaf419f-997e-4150-9911-48cc375c3b46/how-to-get-previous-published-versions-of-publishing-pages-in-sharepoint-2010?forum=sharepointdevelopmentprevious
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • How do I import or move multiple selected photos to an existing album in iPhoto 9.6? In previous versions I could select and drag multiple photos into an album. Now I can only move one photo at a time. Help!

    How do I import or move multiple selected photos to an existing album in iPhoto 9.6? In previous versions I could select and drag multiple photos into an album. Now I can only move one photo at a time. Help!

    Try this general troubleshooting procedure:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete the contents the following folder: User/Library/Containers/com.apple.iPhoto
    3 - reboot, launch iPhoto and try again.
    NOTE: For Mavericks and Yosemite,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    where you can check the Show Library Folder checkbox.

  • Automating Importing a Visio OLE Object or Changing the Source of a Previously Imported OLE Object

    My colleagues and I import our Visio files into FrameMaker 10 via the following mechanism: File > Import > Object... > Create from File (with Link checked).  We do this because, for us, the benefits of object linking and embedding outweight the pitfalls. In order to institute and automate a graphic file naming convention, I want to be able to do one of the following using ExtendScript:
    Replace each Visio OLE object with that of a renamed or new Visio file. (I've tried using the Import() method  with many different import-script settings, but have not found the correct import-script, if such a thing exists for importing Visio files  imported by reference and linked as OLE objects. My typical error when attempting this is FV_DisallowedImportType, which indicates the source file type is disallowed by my import-script settings. When I talk about my import-script settings, I'm referring to the adjustments that I make to the parameters returned from a call to GetImportDefaultParams().  I've tried numerous import-script combinations but have had no luck. )
    Rename the Visio source file and change the source file of an already-linked Visio OLE object.  (To do this, I need to determine how to implement a script that equals the following user actions while a FM document is open: clicking on Links... under the Edit menu to bring-up the Links window; selecting each link displayed in the Links window; clicking the Change Source button for each selected link; entering the new file name in the File name field of the Change Source window; clicking Open.  Needless to say, I found nothing in the ExtendScript capabilities that indicates that this approach is doable. It may be doable using FDK F_Codes, I haven't explored that avenue and would like to avoid it.)
    Modify the OLE2 facet such that it points to the renamed file instead of the previous name for the file.  (This does not seem like a clean approach.  As is the case now, I don't know how to properly update the facet with the new file name.  I've experimented with simply changing the file name strings from new to old, but that does not work.  There's probably some error-checking or checksum that needs to be recomputed.  Bottom line: I don't know enough about facets.)
    Any help would be greatly appreciated.
    Thanks, Paul

    Hi Paul,
    I tried doing something like this years ago with FrameScript, but found out that the OLE stuff is not exposed to FrameScript or the FDK. So it is probably not exposed to ExtendScript either. When you query an OLE graphic's InsetFile property, it returns a null string, the same as a graphic Imported by Copy would. As far as I can see, importing as an OLE object is only available through the Windows FrameMaker interface.
    Rick

  • Importing photos and videos from a previous version | Learn Photoshop Elements 11 | Adobe TV

    Importing photos and videos from a previous version of Photoshop Elements or Premiere Elements.
    http://adobe.ly/QAckAp

    The title implies "importing photos & videos from previous versions" and only deals with "Organizer".  It does not mention if regular "JPG" or other formats need to change.   It does not discuss if images have been moved from one location to another folder or directory.  It does not discuss any issues of previous versions or backward compatability of formats.

  • IPhoto Library upgrade version won't import previous library

    So I have been reading past posts and have figured out how to locate my iphoto library. I have my originals & I can view them in Preview. However, I can't get them into iphoto, I get an error message. I also tried to re-import the whole library and I got a "cannot import album" error message. Please help, anything would be appreciated! In the meantime, I'm burning CD's a plenty!

    Welcome to the Apple Discussions. Can you describe what you're trying to do in more detail and how you upgraded to the version you're currently at, i.e from what version to what version? What is the error message exactly?
    If you're upgrading from an earlier version, 5 or 6, to V7 you upgrade the application and then launch it. It will open the library and tell you it needs to be updated. Click OK and it should convert it to the new version. You should not create a new library and try to import the old library.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • How to download a previous version of an object.

    Hi,
    one quick question: what is the easiest way to download a previous version of a source file in SCM? Say, for example, that I want to download v1.2 when the current (last) version is 1.4.
    Thanks in advance.

    Juan,
    If you make use of the Oracle Designer Web Assistant 6i/9i (ODWA) (part of the iDevelopment Accelerator Suite), you have a far easier choice:
    - enter ODWA
    - browse to any version of the file you are interested in (using the Search, the Navigator or the Browser)
    - open the Version History Viewer for the file
    - click on the version you are interested in en start downloading
    (from the ODWA Version History Viewer you can immediately download any version of the object whose version history you are viewing; hopefully this functionality will be retained once the ODWA has been incorporated into Oracle Designer 9i by the Designer development team in a few weeks time).
    best regards,
    Lucas Jellema (AMIS Services)

  • How to delete previous version object?

    Hi Experts,
    Unfortunetly am create version ?how to delete previous version object in functin group?
    Thanks&Regards
    Rahul

    Hi
    there is no 'official' way of doing this.
    the versions are maintained in VRSX2 table. you may do something there.
    Pushpraj

  • The following objects have previous versions that are no longer active

    I am getting this error for one of my receiver determination  when I try to edit and activate it .
    The following objects have previous versions that are no longer active:  Receiver Determination urn:sap-com:document:sap:idoc:messages | HRMD_A.HRMD_A07 | DEHCLNTXXX | * | * Open these objects in the editor and perform a conflict resolution . I am using the IDOC as source .
    I try to resolve it by selecting the active version, i got the "Merge relation is null" error.
    Any ideas?

    I am getting this error for one of my receiver determination when I try to edit and activate it .
    The following objects have previous versions that are no longer active: Receiver Determination urn:sap-com:document:sap:idoc:messages | HRMD_A.HRMD_A07 | DEHCLNTXXX | * | * Open these objects in the editor and perform a conflict resolution . I am using the IDOC as source .
    I try to resolve it by selecting the active version, i got the "Merge relation is null" error.
    Any ideas?

  • Delayed response of when moving objects in diagram and panel, happend in LV 6, only for vi's compiled from previous versions. any suggestions?

    When I using the mouse to select portion of the diagram or the panel, or when I moving objects- I found that in all the vi's that I compiled from former versions of labview- there is a delay of close to a second to the actual selection or movement of the item. This happens in 2 machines out of 5 that I tested it, and it happened both in windows 2000 and in windows 98. any suggestions?

    Sometimes a video driver issue. Update your video driver.
    Or turn down the video driver hardware acceleration. Right-click an
    empty area of the desktop, choose the Settings tab, choose the Advanced
    button.
    The location of this differs in different versions of Windows.
    Win2000: go to Troubleshooting, and turn down the slider for hardware
    acceleration.
    Win98: I think it's on another tab.
    Mark
    ilan wrote:
    >
    > Delayed response of when moving objects in diagram and panel, happend
    > in LV 6, only for vi's compiled from previous versions. any
    > suggestions?
    >
    > When I using the mouse to select portion of the diagram or the panel,
    > or when I moving objects- I found that in all the vi's that I compiled
    > from former versions of labview- there is a delay
    of close to a second
    > to the actual selection or movement of the item. This happens in 2
    > machines out of 5 that I tested it, and it happened both in windows
    > 2000 and in windows 98. any suggestions?

  • Any idea when a plugin will be available for the google toolbar? Also, until there is a plugin available, is there a way to import bookmarks from google toolbar on previous version of firefox?

    Any idea when a google toolbar plugin may be available? Until then, is there a way to import my bookmarks from google toolbar from the previous version of firefox? If not, can I go back to the previous version of firefox until the plugin is added?

    It will be baked into iOS 6 when it's released this fall.
    http://www.apple.com/ios/ios6/#phone
    It's called "Do Not Disturb".
    3rd party apps don't have access to the functions necessary to do this.

  • TA44475 I have just bought a new macbook and trying to add all my music to my new itunes from a previous version of itunes (iTunes 9) in my seven year old Mac. I can import all the MP3 songs but iTunes ignores all the m4a format files. What to do?

    I have just bought a new macbook and trying to add all my music to my new itunes from a previous version of itunes (iTunes 9) in my seven year old Mac. I can import all the MP3 songs but iTunes ignores all the m4a format files. What to do? I have copied them into the music file along with the mp3 files but they still dont open in iTunes.

    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751
    Also... have a look at these 2 Videos...
    http://macmost.com/moving-your-itunes-library.html
    http://macmost.com/moving-your-itunes-media-to-an-external-drive.html

  • Why don't new events created by importing go to the end of events (become the last event) like with previous version of iPhoto?

    Why don't new events created by importing go to the end of events (become the last event) like with previous version of iPhoto?

    View Menu -> Sort Events.

  • Can I import Events and Projects from previous versions of iMovie

    I just installed the latest version of iMovie - but I have a bunch of projects, events, etc. from previous version - going way back.  Is there a way to move those items into the new version.

    Yes.  File - Update Projects and Events.  Your iMovie 9 folders will still be available.  (I would not delete any iMovie 9 stuff untill you are happy with iMovie 10 - its quite different.)

Maybe you are looking for