At new and modify

Guruz,
my code:
  SORT gt_output BY storeno.
  LOOP AT gt_output.
    AT NEW storeno.
***store branch number
      PERFORM get_kna1 USING gt_output-storeno
                       CHANGING gv_adrnr.
    ENDAT.
**storeno
    gt_output-storeno = gv_sort2.
    MODIFY gt_output.
    CLEAR gt_output.
  ENDLOOP.
..here im having same branch number in gt_output  as iam modifying it within the loop its hitting at new again for the same branch..how can i overcome this?
pla advise..
thanks

Hi
One way is take help of a temp table
Data: L_TB_OUTPUT Like gt_output[]
Data: L_TABIX Type Sy-TABIX.
L_TB_OUTPUT[] = gt_output[]
SORT gt_output BY storeno.
LOOP AT L_TB_OUTPUT.
L_TABIX = Sy-TABIX.
AT NEW storeno.
***store branch number
PERFORM get_kna1 USING gt_output-storeno
CHANGING gv_adrnr.
ENDAT.
**storeno
Clear gt_output.
gt_output-storeno = gv_sort2.
MODIFY gt_output  Index L_TABIX Transporting storeno.
CLEAR gt_output.
ENDLOOP.
santhosh

Similar Messages

  • New folder and modify access rights

    I have played around with a script.
    My script looks like this:
    #Variables
    $GroupNameTIA="F_KSMCommon-common-ScanTIA_m"
    $Directory = Read-Host "Folder name: "
    $DirectoryPath = "z:\$Directory"
        #Mount directory
        Net use Z: \\stg-w75\ksmcommon\common\ScanTIA
        #Create new folder
        New-Item -Type directory -path $DirectoryPath
        takeown.exe /F $DirectoryPath
        #Read and modify ACL
        $ACL = Get-Acl $DirectoryPath
        $ACL.SetAccessRuleProtection($True, $True)
        Set-Acl
    $DirectoryPath $ACL
        $user_Account = $GroupNameTIA
        $Acl = (Get-Item $DirectoryPath).GetAccessControl(“Access”)
        $Ar = New-Object system.Security.AccessControl.FileSystemAccessRule($user_account,
    “FullControl”, “ContainerInherit, ObjectInherit”, “None”, “Allow”)
        $Acl.Setaccessrule($Ar)
        Set-Acl
    $DirectoryPath $Acl
        $Ace = New-Object System.Security.AccessControl.FileSystemAccessRule (
        $GroupNameTIA,
    "Delete", 
            [System.Security.AccessControl.InheritanceFlags]::None, 
            [System.Security.AccessControl.PropagationFlags]::None, 
            [System.Security.AccessControl.AccessControlType]::Allow
        $SD = Get-Acl $DirectoryPath
        $SD.RemoveAccessRule($Ace)
        (Get-Item
    $DirectoryPath).SetAccessControl($SD) 
        #delete mounted directory
        net use /d z:
    If I run this script I got an error:
    Set-Acl : Attempted to perform an unauthorized operation.
    At C:\PSScripts\NeuerScanOrdner.ps1:187 char:12
    +     Set-Acl <<<<  $DirectoryPath $ACL
        + CategoryInfo          : PermissionDenied: (Z:\tia-test5:String)
    [Set-Acl], UnauthorizedAccessException
        + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.PowerShell.Commands.SetAclCommand
    Set-Acl : Attempted to perform an unauthorized operation.
    At C:\PSScripts\NeuerScanOrdner.ps1:193 char:12
    +     Set-Acl <<<<  $DirectoryPath $Acl
        + CategoryInfo          : PermissionDenied: (Z:\tia-test5:String)
    [Set-Acl], UnauthorizedAccessException
        + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.PowerShell.Commands.SetAclCommand
    It makes no difference whether I let
    the script run with an administator
    account or "run as administrator".
    Although I am the owner of the folder, I get this
    error message.
    I do not know why this happend. Whats wrong?

    Set-Acl is a flawed cmdlet. It often tries to call the API to write the security descriptor with the flags to change the owner and SACL, both of which require privilege activation (doesn't matter if your account has the privileges, they need to be enabled,
    too). There are a few bugs about this on the Connect site.
    I get a more descriptive error than you did when I try to run your script, but maybe those differences are due to different PowerShell versions. Anyway, I almost never use Set-Acl, and instead use the .SetAccessControl() method of the file object (which
    you already did at least once in your script).
    The following worked for me, so let me know if it doesn't work for you (make sure you put back in the part where the $DirectoryPath and $GroupNameTIA variables are defined):
    $ACL = Get-Acl $DirectoryPath
    $ACL.SetAccessRuleProtection($True, $True)
    # Apply rule protection and get the SD again:
    (Get-Item $DirectoryPath).SetAccessControl($ACL)
    $ACL = Get-Acl $DirectoryPath
    # Give group full control:
    $Ar = New-Object system.Security.AccessControl.FileSystemAccessRule (
    $GroupNameTIA,
    "FullControl",
    "ContainerInherit, ObjectInherit",
    "None",
    "Allow"
    $ACL.SetAccessRule($Ar)
    # Now remove delete rights from folder
    $Ace = New-Object System.Security.AccessControl.FileSystemAccessRule (
    $GroupNameTIA,
    "Delete",
    [System.Security.AccessControl.InheritanceFlags]::None,
    [System.Security.AccessControl.PropagationFlags]::None,
    [System.Security.AccessControl.AccessControlType]::Allow
    $null = $ACL.RemoveAccessRule($Ace)
    # Apply the changes:
    (Get-Item $DirectoryPath).SetAccessControl($ACL)
    The
    PowerShellAccessControl module has a function called Set-SecurityDescriptor that works like Set-Acl, except it won't try to set the owner or SACL unless needed.

  • Canwe create new vendors and modify vendor data (Transaction: MK01, MK02).

    Hi ABAPER's,
       This is Sekhar.  I have a idea can we creat and modify vendor data using transactions MK01, MK02 by using BDC.
    Kindly send me an option.
    waiting for ur responce.
    bey

    Hi,
    Using MK01 and MK02, you can create and change vendors only for the general and purchase org view. You wont be able to create vendors in company code view. If this suits your requriement you can go ahead with MK01 and MK02 . If you have to create even for company code view, you can use the generic transactions XK01 and XK02
    Vikranth

  • I have a problem with syncing my calander with outlook 2007 for iPhone 5s, ipad 1st and 3rd generation. Contacts work find, and new and changed enteries in outlook all go to the devices. Device Cal changes do not appear in Outlook

    Over the past year or so, I have been unable to fully sync my iPads with outlook 2007 calander. Now I have an iPhone 5s, and really need the calander fixed. Contacts seem to sync in both directions, and any new or changed cal enteries in outlook appear on the device. The problem is that any new or changed calander enteries do not make ip back to outlook 2007, so there is only one-way syncing (down to the device) but no return, for calander entries.
    I am now using the latest itunes, which I followed the recommendation delete all apple stuff, and then reinstall, I have used scanpst, built new PSts, etc, am I am stuck.
    Not using icloud either.
    Not using wi-fi, purely USB cabale sync
    Running on Windows XP, SP3
    Now IOS 7.0.2 on iPhone and 1 iPad (3rd gen)

    Kept searching, found this: https://discussions.apple.com/message/23321067#23321067
    Bottom line: if you follow the recommendation to delte all itunes software and re-install, it don't work (at least for me and many others).
    However, purge the data (certain data) and the data syncs.
    I think the folder is Apple Computer\Preferences and it needs to be purged.
    To be sure, maybe someone can rename the folder on their system, then run itunes and see if it syncs ok.
    The idea is to figure out the least minimum stuff that needs to be touched in order to get a working solution than having to purge all Apple software and then rebuild it all over again.
    I had purged other files out of inpatience, but did not want to purge entire folders because I had Safari, and Quicktime software, and did not want to wipe that out, Plus there were software downloads and device backups in some of those folders. But I really believe it is the preferences folder, and I would like someone with the same problem to try it and verify it.
    Once the preferences folder is removed/renamed (taken out of the picture) pluggin in the device and go to the INFO (I think that is the iTunes tab) page where you select calanders, contacts, email accounts, etc. They will all be unchecked (because you wiped out the preferences) and you need to reselect them. Then run your sync.
    What I had done in testing was create something on the device, and modify something else on the device looking to see what got up to Outlook. I got the good news that something good was happening when I got the conflict message from iTunes, and it showed both Outlook and iPhone, showing the calander entry I changed on the iPhone. Never got that before. After the sync, everything looked good the few test entries were uploaded to outlook.
    Now, My Cal is 10L+ enteries, and I am doing 100% sync (I don't select the option to ignore enteries over x days). I also have 1400+ contacts. Before this change, the sync of contacts & calanders took a couple of hours (and only operated ONE-WAY, now the syn is taking less than 5 minutes for this one step.
    I am a Windows XP Professional user, x32 bit system, using Outlook 2007, iTunes 11.1.1.11, I am standalone (no exchange server) and have about 10 email accounts (mainly POP) defined. I am using only one calander in outlook, but I have Outlook and 2 gmail calanders in the iPhone.
    I am running iPhone 5s and iPad 3rd Gen both with IOS 7.0.2 and a 1st generation iPad with the latest version of IOS 5.x.
    If anyone else has success, I'd like to hear, along with your experience.

  • New account modifier for movement type 453

    Hi,
    I want to define new account modifier ZZZ in addition to the existing account modifier VAX for the account key GBB and movement type 453. Using SM30 i tried to update new entry  in V_156X_VC  but it is giving the error   "Target key must be different from source key"
    Regards,
    Guru

    hi
    Thanks for your reply.
    When We do sales delivery  (Movement type 901) .Normally system will take the  Account key (GBB) and account Modifier(VAX) .But as we are doing Free of charge delivery GL account(Eg 1000) should be different we defined account modifier ZZZ.When we take the  sales return for free of charge , movement type 453 will be triggered and account key (GBB,VAX) (VAX will have different account Eg.2000) .As GL account should be 1000 we want to create new entry 453,gbb.zzz
    Regards,
    Guru.

  • Take an existing text file and modify values

    I’m looking to take an existing text file and modify certain values inside of it. Then save it to a new file, with all the same formatting as the original. The file format is not uniform and can change.
    Basically the file is:
    Random numbers and letters of unknown length for an unknown number of lines.
    Label="Test_#"
    Description
    String
    X=123
    Y=456
    Z=-789
    20 lines of strings with numbers in them
    Label="Test_#2"
    Description
    String
    X=-1232
    Y=4562
    Z=7892
    Then it repeats a set number of times.
    I want to modify the X Y and Z = values for each Test_#.
    I’ve managed to import the important values into a numeric array and I have a different array with values that will replace the existing ones. I’m having troubles replacing the existing ones. There are no zeros before or after the existing numbers so they are all different lengths.
    If anyone has any sample code that does anything similar please post it. I’m sure someone has done something like this in the past. 
    Solved!
    Go to Solution.

    I just thought I would throw this out there.  Can you make the .txt file tokenized?  This would make searching for specific parameters much easier.
    Reese, (former CLAD, future CLD)
    Some people call me the Space Cowboy!
    Some call me the gangster of love.
    Some people call me MoReese!
    ...I'm right here baby, right here, right here, right here at home

  • Created By field and Modified By field and People Picker field values are hidden to other Users

    Hi,
    We have a strange permission issue in one of the MOSS-2007 server farm. The users are not able to see each other name in "created by" and "modified by" column value in lists and libraries. For example if "User A" create an item in a list then if "User B" opens that item then he cannot see "created by" and "modified by" column value and vice-versa. But they can see their name in "created by" and "modified by" column but not others. Both the users has contribute access to that list, so both can edit each other data but cannot see each other name.
    This become a bigger issue, if any of tje list has people picker column, then thay cannot see that column value(if that column value does not his/her own name). This means this column value will be always empty for "user A" when that peopel picker value is anything other than "User A". This happens for all the lists and libraries. 
    Even "User A" and "User B" are owner of that site, it behaves the same. But site collection administrator can see  "created by" and "modified by" for all items for all the users.
    It seems very strange for me. any help on this will be appreciated.
    Thanks in advance,
    Sanban

    Hi,
    You can try to create a new standard view, then select “created by” and “modified by” column under columns, next apply this view, finally check the effect.
    Did you customize the permissions of the list or document library? Did you customize the permission of the item? For example, break the permission inheritance form its parents. If so, try to inherit permission from its parents, after that create a new standard view according to the steps above, then check the effect.
    By default, permissions on lists, libraries, folders, items, and documents are inherited from the parent site. However, you can break this inheritance for any securable object at a lower level in the hierarchy by editing the permissions on that securable object (that is, creating a unique permission assignment) . For example, you can edit the permissions for a document library, which breaks the permissions inheritance from the site.
    You can also try to create a new document library, then create a new document with user A, after that log into with user B, check the effect.
    For more information about  SharePoint : page level permissions, please refer to the following article:
    SharePoint : page level permissions
    http://blogs.msdn.com/brettrobinson/archive/2009/04/24/sharepoint-page-level-permissions.aspx
    For more information about control access to sites, please look into the following articles:
    About controlling access to sites and site content
    http://office.microsoft.com/en-us/sharepointtechnology/HA101001441033.aspx
    Permission levels and permissions
    http://office.microsoft.com/en-us/sharepointtechnology/HA101001491033.aspx
    For more information about how to create a view, please refer to the following article:
    Create or change a view
    http://office.microsoft.com/en-us/help/HA100215771033.aspx
    Hope this helps.
    Rock Wang
    Rock Wang– MSFT

  • How to change the width of the EditForm.aspx and NewForm.aspx for both new and edited list entries?

    How to change the form widths for the EditForm.aspx and NewForm.aspx files that display both new and edited list entries?

    Hi  ,
    According to your description, my understanding is that you want to modify the width of the New Form and Edit Form of a list in SharePoint 2010 .
    1.Go to your SharePoint site -> your list.
    2.In top ribbon click  List tab(List Tools).
    3.Towards right you will see option as Form Web Parts, click on it, the three forms will be listed there [New Form, Display Form, Edit Form].
    4.Select the one on which you want to increase the width/height.
    5.It will open in edit mode, click on Add a Web Part.
    6. Click on Forms [Categories] => HTML Form Web Part.
    7.After adding the HTML Form Web Part, click on Edit WebPart.
    8.Click on Source Editor, Remove all code from it and put an empty HTML table with width and height as per your requirement ex. to increase width
    <TABLE WIDTH="800px">
    <TR><TD></TD></TR>
    </TABLE>
    9.Save the form and check out your respective modal by clicking on the same in your list view.
    Reference:
    http://sharepoint.stackexchange.com/questions/40580/how-to-modify-width-of-standard-dialog-form-sharepoint-2010
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How can I merge original and modified folders in iphoto library?

    I see 2 folders within iPhoto library - originial and modified. Original folder keeps all pictures in original and modified has the edited version for picture I edit. So iPhoto basically keeps 2 version for any picture I modify, which takes a lot of space.
    I would like to have just one copy for each picture (original picture or only modified version of the picture if I edit) - this way I think I would save a lot of memory. Could someone please advise
    1. if there is any iPhoto settings that I change, so that it starts saving only 1 copy for each picture
    2. If I could something with my already existing pictures - i.e. if there is a way I can delete "original" version of only those pictures for which "modified" version is available.
    Let me know if anything is not clear or you need any more information. Thanks in advance.

    Don't use iPhoto.
    Iphoto is a Digital Asset Manager designed to protect your original file at all costs. In other words it treats the original like a film shooter treats the negative. This is hard-wired into iPhoto, it's the very heart of the programme. If you don't want that feature, don't use iPhoto/
    Note that there are different versions of the photo, they are not copies. The Original is required for the Non-Destructive editing feature in iPhoto.
    So, specifically, no you cannot merge the two folders - and by the way, doing so won't save any memory at all, just some diks space.
    1. if there is any iPhoto settings that I change, so that it starts saving only 1 copy for each picture
    There isn't.
    2. If I could something with my already existing pictures - i.e. if there is a way I can delete "original" version of only those pictures for which "modified" version is available.
    There isn't.
    If space is an issue: use an external drive for the Library:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Or, just use an app that works the way you want.
    Regards
    TD

  • Can't find Originals and Modified files in finder

    Just upgraded to iPhoto 9 and find that the Original and Modified folders are missing. I can find them when I get file info from a photo in iphoto and they seem to be subfiles of the iphoto app. However in finder, they are not accessible. Am I missing something?

    With iPhoto 7 (iLife 08) the old iPhoto Library Folder became a Package File. This is simply a folder that looks like a file in the Finder. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves.
    There is never a need for the user to browse the Library via the Finder or any other app. Any time you do you risk damaging the Library.
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 Only*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and 10.5* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    All of the above are a: faster and b: safer than rooting through the old Library folders.
    Regards
    TD

  • How to transfer both original and modified images to another computer?

    Hi,
    I've been trying to figure out if there is a way to copy items between iPhoto libraries in two different computers.
    Basically I've got a desktop mac and all my digial images are sorted in the iPhoto library there. This is where I want to keep them as the disk is a NFS-mounted RAID-array adding a bit more security.
    Now I've got a macbook pro as a travelling companion. To avoid a huge project later in sorting and editing the pictures, I'd like to do that in pieces while abroad. So I'll edit the pictures already in the macbook and also would like to sort out what stuff to publish by creating albums containing the best pictures.
    But how to preserve all that when coming back home? How do I export the stuff from the macbook so that it preserves both the original and modified image and also any comments I've added? And then how to import all this to the mac mini? When I'm at home, both the computers can access the same NFS server so transferring the data is not a problem.
    I can of course export the pictures to a folder, copy that folder to the shared disk and then import in the mac mini. But export seems to export only the modified image so I'll lose that if doing it that way. If I just copy the files to the modified/original -folders in the mac mini, the index files of the mac mini lack the information about the new pictures as they were not properly imported.
    Is there any way to do this? I can't just copy all the stuff including index files as then I'd lose track on the 10000+ pictures already in the iPhoto library of the mac mini.
    /hv

    Thanks.
    It seems to be a little buggy. My first test import seemed to be ok but it didn't copy any of the modified pictures. It seemed to put some originals to the modified folder but not the real, modified ones. Second try seemed to work, though.
    Anyway, this seems to be what I've been looking for.
    /hv

  • Accessing and modifying an Oracle DB via OraclePortal

    Hello, I hope I am not bothering you too much with these, maybe, silly questions.
    My task is to generate an "Applikation" which access an Database (Oracle) reading, writinge Data (also inserting new Data). There are quite a few Tables to show and modify.
    First I thought I use Oracle Forms, but this was ruled out, because it sends Java Applets to the user, and this is currently not an option. Now I found that there is also a Form feature in the Oracle Portal, which seems to be able to access the database (with nice stylable views).
    Now my question: Which Products are needed to do this? (Only the Oracle Database, and Oracle Portal?). How does the User's WebBrowser get the form? As Java Applet or HTML text? Are there any Performance considuration because of Portal on the server? Are there maybe some experience somehow, for building such a Database "Application" with Oracle Portal?
    Thank you in advance!
    Wolfgang Henickl

    You need the Oracle JDBC driver on the Tomcat machine. If you are going to use the OCI driver (rather than the thin driver) you also need the Oracle client pieces installed.
    The easiest way to use the drivers within Tomcat is to put the jar file in you application's WEB-INF/lib directory. If you are using Tomcat 4, there have been reports that it won't find the file with a .zip extension. Rename classes12.zip to classes12.jar; you do not have to unzip/rejar the contents.

  • Original and modified file folders in iPhoto

    I just loaded photos into iPhoto and the files populated in both the Originals and Modified file folders in iPhoto.  None of these photos have been modified.  I'm concerned with conserving disk space on my Mac.  How do I keep this from happening moving forward?

    Your camera has an Auto-Rotate feature. However, the camera does not actually rotate any pixels in the file, but instead flags it with an instruction: "Display me this way". Because iPhoto integrate with other apps it automaticlly creates the modified version. Otherwise photos would turn up in your emails or word processing documents sideways, as these apps don't know nything about such tags.
    If you then try to Revert to Original, iPhoto will remove the edited version. However, when it then looks at the Original file again, it sees the flag, and creates a new rotated version. This loop will run as long as you Revert to the Original. The solution is to either a: turn off the Auto-Rotate feature on your camera or b: rotate the photos prior to importing them to iPhoto.
    Going forward: digitial photography take up lots of space. Don't be concerned about it. Buy a large external drive and put your iPhoto Library on it.
    Regards
    TD

  • How to find and modify  item in a nested array collection?

    Hi,
    would anybody know how to find and modify item in a nested
    array collection:
    private var ac:ArrayCollection = new ArrayCollection([
    {id:1,name:"A",children:[{id:4,name:"AA",children:[{id:8,name:"AAA"}]},{id:5,name:"AB"}]} ,
    {id:2,name:"B",children:[{id:6,name:"BA"},{id:7,name:"BB"}]},
    {id:3,name:"C"}
    Let's say I've got object {id:8, name:"X"} , how could I find
    item in a collection with the correspoding id property, get handle
    on it and update the name property of that object?
    I'm trying to use this as a dataprovider for a tree populated
    via CF and remoting....
    Thanks a lot for help!

    Thanks a lot for your help!
    In the meantime I've come up with a recursive version of the
    code.
    This works and replaces the item on any level deep:
    private function findInAC(ac:ArrayCollection):void{
    var iMatchValue:uint=8;
    for(var i:uint=0; i<ac.length; i++){
    if(ac
    .id == iMatchValue){
    ac.name = "NEW NAME";
    break;
    if(ac
    .children !=undefined){
    findInAC( new ArrayCollection(ac.children));
    However, if I use the array collection as a dataprovider for
    a tree and change it, the tree doesn't update, unless I collapse
    and reopen it.
    Any ideas how to fix it ?

  • ICE-transport resets modified and modified by properties

    I am using ICE to transport content between portals during a reinstall/upgrade. For one of my content areas / folder structures the property values for modified and modified by are reset in target portal on import. The modified property is set to todays date, and the modified by property is set to the user who is doing the import (package upload in ICE).
    All other areas / folder structures seem to be behaving nicely, keeping values set in portal from where the export is done.
    The folder structure holds XML-form published items / news.
    Any hints or tips?
    Henning Strand

    Carsten
    For all other repositories than the one mentioned, the original property values are transferred to the new portal. My experience now is that in most cases all properties are indeed transferred, but:
    Scenario:
    We are installing new environments rather than upgrading existing portals. Thereby we have to transfer all of our repositories and content - which we are doing by creating ICE packages which then are uploaded to the new portal 7.
    It was during the initial transfer, when checking through all repositories on our new portal, I saw that this specific folder structure had not been transferred with data for properties modified and modified by.
    Instead of the original property values, the content was presented with modified = import date and modified by = whoever was doing the import.
    Now, interestingly enough, after doing multiple exports and imports of the same folder structure, it seems that the original property values have been transferred.
    I don't like this uncertainty as It's quite critical that all property values are transferred through ICE. Therefore all hints and tips will still be very welcome.
    Henning Strand
    Edited by: Henning Strand on May 20, 2008 9:16 AM

Maybe you are looking for

  • Macbook Pro Snow Leopard

    Having upgraded from leopard to snow leopard in order to take advantage of live broadcasting and on demand video, I can't access either as they don't appear to have installed. The laptop is working faster and there are no other issues, its performing

  • Calling Oracle Stored Procedure from BC4J JSP App

    I am on an extremely tight deadline and am trying to get my JSP application to use an Oracle Stored Procedure. I need to take some input from the user and send these values as parameters. Has anyone worked with Stored Procedures in JDev3.1? Please re

  • Master and work repository  grouping

    Hi , what is the most efficient and industry standard model of grouping master and work respository. . is it good to group master and related work for every technology like DB2 , SQl server etc ? or is it good to group master and related work reposit

  • SSRS Report Viewer 2012 Cancel Link on loading spinner not stopping SQL Query

    Hi I searched the forum for this one and didn't find anything germane, so here goes. In SSRS 2012 when running a report interactively if you hit cancel it basically does nothing but stop the spinner and prevent the request from completing. I'd like t

  • Report translation errors

    After a while, now I got my Mac OS X Lion officially in Hungarian. However it has horrible grammatical errors, that is happened because no one cared to check the context of each line. (And I'm not talking about that some lingo was not translated as i