Changing the Owner from Peoplesoft8.8 to Peoplesoft 9.0 causes Data errors

Hi
for a particular task in DAC, i changed a parameter in Parameter sub-tab of Tasks Tab in the Design view. the Default one was Dept_Security which i changed to Division_Tree. the Owner for Dept_security was Peoplesoft 8.8 in the Parameter sub-tab of the tasks tab (SDE_PSFT_Stage_InternalOrganizationDimension_DepartmentHierarchy_GetDept), when i changed this Parameter to Division_tree, the Owner was changed to the custom container we created out of exisitng delivered container.
i am not able to predict if this causing the problem, whats happening is the ETL Process loads multiple Department and Division related dimensions and facts and its is doing that by incrementing the data by 1 each time. for example: the headcounts are always one at any point of time selected. but after changing this parameter i guess, the ETL Process is triggered five times and so facts and related dimensions are loaded five times in Data warehouse.
what possible changes or errors in DAC or Informatica could cause this issue. i never heard this type of issue on web. this is not data issue in Source i guess.
thank you
kumr

This issue has been corrected and a supported fix can be download from
http://support.microsoft.com/kb/3038387
This is already included in Host Integration server 2010 Cumulative Update 10 available at
http://support.microsoft.com/kb/2917398
Manfred MIttermüller
- MSFT -

Similar Messages

  • What is the procedure to change the owner of the BW jobs.

    Hi Gurus,
    Version- BW 3.5
    I need to change few jobs Owners which are collected from the SM37 from a individual User to generic account(ALEREMOTE).
    Will any body help me out with the procedure to change the owner of the BW jobs.
    Thnaks in advanace..
    With Regards,
    MBS

    in SM37, take all release jobs by giving JOb name as "" and user as "".
    When you get the release job details then follow the steps.
    1. Select theJob --> Menu Bar --> JOB --> Change --> here you will get the details of the job and Clieck on STEP just above the job name.
    In the next screen select the job and click on Change ICON.  here you can see the user name in change mode and you can update the user to ALEREMOTE. And then save the job.
    Once done then the job will be on the new user.
    Hope this helps..

  • How do you change the owner of a folder?

    Hello,
    I'm having a very difficult time finding an answer to this question. I have a brand new xserve (10.5.2) up and running fine with a single web site with wikis and blogs enabled. I can get to the web page and the wikis with no problems.
    The problem is, the default folder for the web home page and the wiki information are on the system drive. I need to have those folders on another partition. I created a folder called /Collaboration and one called /Webdocs on the partition on which I need these folders.
    When I put a copy of index.html into the webdocs folder, the web site shows up fine in a browser window. Wikis show as being "disabled" though. The folder for the wiki files has me as the owner since I created it. I've read on a few posts in these forums that the owner of that Collaboration folder needs to be "teamserver" however, I am unable to change to that using Get Info, like I could with a Tiger machine.
    Could someone please tell me how to do this? Thanks.

    I've got a similar problem:
    I'm attempting to follow the directions in the Upgrading and Migrating Guide for Leopard. The Mac has two hard drives in it. Batman contains the active server running 10.4.11. Magic is the hard drive that will run 10.5.2.
    Since I'm moving from one hard disk to another (as opposed to an entirely different Mac), things ought to be fairly easy. But not for me. ;(
    What I'm trying to do: Migrate the mail database. (I have managed to import users and groups; only the mail service will run on this machine.)
    Problem: I can't change the owner and group settings on the various files in the var/imap and var/spool/imap folders (for example, so that they are owned by system or _cyrus, with group wheel or mail and everyone set to read only).
    The owner and/or group often shows up as unknown (which is to be expected with the migration to a different hard drive). But how can I change these permissions?
    Or is there a way to use a command to copy them from one disk to another? I tried ditto, but didn't get the syntax right (the files were copied to the same level as the imap folder rather than within it) and now I have a bunch of files owned by nobody that I can't delete because I can't change the owner.
    TIA,
    mm

  • Changing the owner of a file

    Sir,
    I have a program which executes this command (touch filename) using Runtime class.When the program is executed the file is created with root as its owner.I tried to change the property using the setProperty("user.name","temp") method of System class.But still the file has the root as its owner.Is there any other way to do this.
    Thanks
    Mouli
    I

    You're using Unix, right?
    Have you tried using chown throug runtime to change the owner?
    Can't you make file from Java code without needing
    Runtime class? I don't know about this, I've been
    working with C and Unix for too long, but can't you open
    a stream to file and then close it? That way you'll
    have an empty file, and the owner might be the one,
    who executed the Java program.
    kari-matti

  • Proper way to make bulk changes the Owner ID, Path and file share credentials for my existing subscriptions, ExtensionSettings

    We are going through with an upgrade/migration to SSRS 2012 and moving everything to a different domain. We have about 200 active subscriptions running, the reports are being delivered to a file share.  What is the correct way, in bulk, to change
    the OwnerId, the Path and the FileShare Username password credentials for these subscriptions?  I see these values are being stored in Subscriptions > ExtensionSettings.  I see that the file share path and Owner wouldn't be a problem to change,
    but since I see the file share credentials are encrypted I would not be able change them directly in ExtensionSettings.  Anyone know the proper way to change the Owner ID, Path and file share credentials for my existing subscriptions without having to
    change each one of them manually in the report manager?
    Note: Reporting Services Native upgrade from SSRS 2005 to SSRS 2012.
    Thanks in advance.

    Hi Cygnus46,
    Based on my understanding, you want to change the Owner ID, Path and file share credentials for all existing subscriptions.
    In Reporting Services, the subscription information are stored in the Report Server database. In your scenario, you can go to report server database and run the query to list all the subscriptions, then modify the owner and fileshare paths in the subscriptions
    table. For more information, please refer to this article: Tip: Change the Owner of SQL Reporting Services Subscription. If you want to change
    the file share credentials for subscriptions, you can run the query provided by
    wiperzeus from this similar thread:
    Windows File Share Delivery/ SSRS 2008 R2.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Question on changing the owner of spatial datatype

    create table test4 (
    COL1 NUMBER(38) NOT NULL,
    COL14 SCOTT.SDO_GEOMETRY
    ) TABLESPACE USERS;
    SQL> select table_owner, table_name FROM all_synonyms where synonym_name='SDO_GEOMETRY'
    OMETRY';
    TABLE_OWNER TABLE_NAME
    SCOTT SDO_GEOMETRY
    I want to change the owner of SDO_GEOMETRY to MDSYS. I know re-creating the table like "COL14 MDSYS.SDO_GEOMETRY" will get what i'm
    looking for but is there a way to ALTER the table to achieve the same without re-creating it?
    Thanks,
    Rajesh

    user11919950,
    . . . .If you're just messing around on a test machine, then give this a spin:
    -- "Identify obj# in table named obj$ for SDO_GEOMETRY owned by MDSYS
    select
       obj#,
       t.OBJECT_NAME,
       u.USERNAME,
       o.OWNER#
    from       sys.obj$ o,
       dba_users u,
       dba_objects t
    where      u.USER_ID = o.OWNER# (+)
    AND o.name = 'SDO_GEOMETRY'
    AND o.owner# = 46
    AND o.obj# = t.object_id;
          OBJ#   OBJECT_NAME  USERNAME   OWNER#
         45779  SDO_GEOMETRY  MDSYS      46
         48788  SDO_GEOMETRY  MDSYS      46
    -- "identify owner#/user_id for SCOTT"
    SELECT user_id FROM dba_users WHERE username = 'SCOTT'
       USER_ID
            54
    -- "Change the username of one,both of those records from MDSYS to SCOTT"
    -- "NOTE: untested SQL, but if it fails, just edit the table in Oracle Enterprise Manager"
    UPDATE obj$ SET owner# = &ScottUserID WHERE obj# = &ObjNum;
    COMMIT;
    {code}
    I've temporarily changed obj# values in this obj$ table to break associations between oracle objects that were throwing errors. I used Oracle Enterprise Manager's "view contents" form to view the obj$ table and to make those changes. See {message:id=4596120}
    Cheers,
    Noel                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Changing the Owner of all Objects in Instance ?

    How to Change the Owner of all Objects in Instance, like for example the Procedure: sp_changedbowner in an MS-SQL-Database, who changed the Owner of the actual Database !
    I'am looking for another possibility to do it by export the Datbase and import as new Owner !

    Hi Laurent Schneider
    OCM DBA, I successfully run:
    connect SYS/&2 as SYSDBA;
    Update sys.obj$ set owner#=(Select USER# from sys.user$ where NAME = '&4')
    where owner#=(Select USER# from sys.user$ where NAME = '&3');
    commit;
    Afterwards I dropped the &3 User CASCADE and then created the &3 User with less rights ! Before Update-Command the &4 User shouldn't be the Owner of any Object ! At Last I'm not sure that is the right way ?!

  • How to change the owner of business rules

    Hi,
    How to change the owner of the business rule's in hyperion 11.1.2.1.
    When i changed the owner name from planning to xxxxx i get "User not found reverting to nothing".
    Kindly help me with what id should i login to EAS (essbase administration services console) and the detailed process of changing the owner of business rule in properties tab.
    Cheers
    Praveen
    Edited by: Praveen on Nov 7, 2011 8:43 AM

    No....
    There is no 'ownership' of a tablespace. No such thing.
    UserA.tbl1 is owned by UserA, which is the same as saying it is in the schema UserA. It might be in tablespace USERS. If you want to change which tablespace it lives in, you can 'alter table' it to the new tablespace such as BIG_USERS. It would still be UserA.tbl1. I think you can move it online using Oracle's online reorg abilities.
    If you want the table to be owned by UserB, then you have to either export/import or CREATE TABLE AS SELECT it into UserB's schema. However doing so means that the table can no longer be referenced as UserA.tbl1. If you want that reference to work, you have to create a synonym in UserA's schema that points to UserB.tbl1. At no point does the ownership of the tablespace come in to question.
    I think you meant 'schema' instead of 'tablespace' in your original quesetion.

  • How to change the owner of an indexes

    I have a 10.2.0.3 database on unix.
    I have some indexes owned by sys. The tables are owned by application schema user sc. My question is how can I change the index from owner sys to user sc?
    Thanks!

    Two solutions
    1 use select dbms_metadata.get_ddl('INDEX','SYS','<index_name>') from dual;
    Issue set long 100000000 before doing this
    2 use exp,export only this table and don't export the rows.
    Then imp show=y log=<any filename> full=y file=<dump filename from previous step>
    And yes, this is someone in their first DBA year should know.
    Sybrand Bakker
    Senior Oracle DBA

  • I would like to change the owners name on my ipad2 to my daughters name and credit. Could someone help me figure this out?

    I would like to change the owners name on my ipad2 to my daughters name and credit. Could someone help me figure this out?

    Sign out from Find My Phone in iCloud, and sign out from your Apple ID in Settings/iTunes & App Store
    Then setup as a new phone with iTunes and when your Daughter sets it up for the first time she can add or set up her own Apple ID.
    Cheers
    Pete

  • How to change the owner of an Information Broadcasting setting?

    Hi,
    I have created and scheduled some reports to be distributed via the Information Broadcasting functionality. I would like know if it is possible to change the "owner" of the setting in order to cater for the following scenario.
    User A has created and setup a few Information Broadcasting settings. I would like to change the ownership of the setting so that User B has access to make changes. At the moment, users only have rights change their own settings.
    Appreciate any help...
    Cheers,
    Lashan

    Found a workaround although not ideal. I can temporarily assign the user the required rights to view all setting. User can then copy the settings (using save as option) and once done I can remove the rights.
    However, the report format would have been customised and saved (using save view option) prior to setting up the information broadcast. When transfering ownership I also need to transfer the ability for the user to edit the saved format without starting from scratch. Any table or transaction I could use to do this? So at the moment I have a solution to enable the new user to change the distribution list and schedule, but not the report format which is required.

  • How to change the owner of a folio

    I've created a folio using the latest version of DPS. My client, who has purchased the Professional version of DPS, is going to distribute the app as an "in-house" iPad viewer app (they're an Apple Enterprise Developer).
    I've shared the folio with several people at the client company via Acrobat.com and that works well.
    Now we need to create the final app. When the client logs into the Folio Producer with their Adobe ID, they can see the Folio, but when they try to click the Publish button, an alert appears that says "Only an owner of a folio can publish to the distribution server".
    How can I change the owner of the folio from myself to the client?

    Thanks Bob. That's what we ended up doing. I was trying to avoid having to re-upload the folio, but ended up having to do that. Thanks.
    ~ Keith
    Keith Gilbert
    Adobe Certified Instructor: ID, IC, AI, PS, AA
    Adobe Community Professional
    blog.gilbertconsulting.com
    twitter: @gilbertconsult

  • How to change the owner of a job?

    Hello.
    I am trying to change the user ID that runs all jobs from a personal user id to a generic user id. Is there a way to change the owner that runs a job?
    Thanks.

    Use the LibrarySession.getDirectoryUserCollection() method to return a Collection of DirectoryUser objects in the system.

  • How can I change the OWNER of a table?

    How can I change the OWNER of a table entr2009mm ?
    Resp. the OWNER of all TABLES whose tablename match the pattern *2009* ?
    Peter

    Hello,
    There're different posiibilities, Export/Import can do it.
    But, if it's not a too large Table, you can use CTAS (from a user with DBA privilege for instance).
    Create Table <schema_target>.<table_name> as select * from <shema_source>.<table_name>;Then, you have to recreate the dependent objects (Index, ...) and drop the Source Table.
    If you have a set of Tables, it's better to use Export/Import.
    Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Feb 9, 2010 8:20 PM

  • How do I change the owner of my group chat

    I need to change the owner of our chat group (or add more admin to the group) so other users can remove users from the chat group. Currently the only person can remove users from the group is the person who created the group. Any help greatly appreciated.

    Try having the chat creator who has the permissions do "/setrole [Skype Name] MASTER" for someone they would like to add as a mod

Maybe you are looking for

  • What's the difference of character encoding between 1.4.0and1.4.2 in Linux

    As i find, the character encoding about chinese in jdk1.4.2 no langer the same of jdk1.4.0. In jdk1.4.0, the character encoding used the "file.encoding" system property, we often set the property with "gb2312". But in jdk1.4.2, i find that the defaul

  • Versamail and Exchange Activesync

    I currently own a Treo 755p with Verizon service.  I have been trying to set up my Versamail v3.5.5 with Exchange Activesync and I keep getting errors when I try to set it up.  It used to work when my company was using Exchange 200, but ever since my

  • Two jpanels, after disableing button s-times it appears on the top jpanel

    I create two JPanels. The first JPanel contains JButton, the second JPanl contains overrided paintComponent - it's a simple background. Firstly I add 1st jpanel to jframe, then I add the second jpanel with a background image. Then I disable a button

  • Messages using 3GB

    My iphone is using 3GB of storage for messages. I have got old messages that I want to keep but they're not pictures so theres no way they could be using 3GB. Any idea how I free up this storage - I have read about ibackupbot, but surely there's a fr

  • US bank account for paypal

    Anyone here withdrawing US funds from paypal to their Canadian US bank account?  Right now im loosing alot of money in exchange fees because im unable to withdraw US funds to a Canadian Bank account.  I heard if you have a RBC US bank account you can