Importing objects from CR10 to BOEXI R2

Post Author: msegura
CA Forum: Migration to XI R2
Hi
I migrated one system from CR10 to BOEXI R2, and all finishes successfully. But at the end, I need to update the objects from the last version to the newer, especially CR10 reports.
The wizard finds objects to update, but the updating process ends with an error. In the log says that the process didnu2019t find the reports to be updated in the file system.
How can I configure the environment for avoid this error???
Thanks for your help

>>Could you pls tell me the link in service.sap.com
https://websmp205.sap-ag.de/~form/handler?_APP=00200682500000001943&_EVENT=SEARCH&HIDE=&SEARCH_SPAT=X&SEARCH_BPAT=X&SEARCH_CD=X&SEARCH_P=X&SEARCH_PV=X&SEARCH_C=X&SEARCH_CV=X&SEARCH_TA=&SEARCH_V=&HIDE_EXPERT_SEARCH=X&SEARCH_MAX_RESULT=20
search SAP basis 6.40
Regards,
Jai Shankar

Similar Messages

  • How can we import object from 1 user to another user using DATA PUMP

    hi,
    i have taken full export by EXPDP( data pump) now i want to import user objects from target user of one database to another user of different database.
    plz reply me solution
    Thanks

    Hi,
    impdp 'user/user@db' DIRECTORY=DATA_PUMP_DIR(DEFAULT) DUMPFILE=FILENAME.dmp LOGFILE=IMPORT.LOG REMAP_SCHEMA=SOURCE SCHEMA:TArget SCHEMA
    1.Before Import check whether user importing has read,write on directory.
    2.Always Try to Add logfile clause This will help.
    3.Add TABLE_EXISTS_ACTION=REPLACE if you want target schema tables to be replaced by source schema table(if both has same table)
    Regards,
    NEerav

  • SCCM 2012: import objects from AD/manually

    Hi,
    We have an SCCM 2007 environment in which we want to update the sccm clients to SCCM 2012, then managing within new SCCM 2012 environment/installing a new OS to it. AD discovery happens and also an import of pc’s was done (mac).
    We have duplicate entries: one with automatic discovered objects of AD, one with manually imported items.
    Both should merge to 1 object. Just to see if we're doing this right. If we deploy a task sequence, we should deploy it to the manually imported object, since that one contains the mac-address, right?
    J.
    Jan Hoedt

    You can try to change the setting on "CAS" (if you've one) or "stand alone Primary" level from “Automatically resolve conflicting records” to “Manually resolve conflicting records” and implement a Status Filter Rule, that automatically
    merges duplicate records.
    There are scripts around to fix the conflict issue. 
    I don't know whether you wanted to fix the duplicate record issue or you're more concerned about finding the correct/working object. When you've a duplicate objects then I don't think it would be very easy get things worked. 
    Anoop C Nair -
    @anoopmannur :: MY Site:
     www.AnoopCNair.com ::
    FaceBook:
     ConfigMgr(SCCM) Page ::
    Linkedin:
     Linkedin<

  • Importing Objects from SAP

    Hi All,
    I'm trying to import RFC objects from SAP Server. However upon trying to import the objects the SAP System is tied to ECD system. The object I'm trying to import is located at PID. How do I change the SAP System so that I can import the object from PID?
    Thanks
    John

    Did you check the note shared by Mark? Just double click on the software component version.
    Actions in the PI ESR
    Call transaction sxmb_ifr and logon to the ESR.
    Open the Software Component Version (SWCV) that you wish to import the IDoc/RFC into
    Enter the connection details of the SAP R/3 backend system (SID, Client and Server name)
    Go to the Imported Objects subnode for this SWCV and right click
    Select Import of SAP Objects
    Enter the Logon details of the SAP backend R/3 system
    Expand the IDoc/RFC node and select the IDoc/RFC you wish to import (you can also use the search function)
    Execute the import

  • Problem when importing objects from SLD to IR

    Hi
    When i try to import any object from SLD into
    IR i cant view all the components under Data Types Message Types Interface Mapping and other related nodes.Just the object gets imporetd but none of ts nodes are visible.
    Please let me know if any change in configuration or settings is to be done.
    Thanks in Advance

    >>Could you pls tell me the link in service.sap.com
    https://websmp205.sap-ag.de/~form/handler?_APP=00200682500000001943&_EVENT=SEARCH&HIDE=&SEARCH_SPAT=X&SEARCH_BPAT=X&SEARCH_CD=X&SEARCH_P=X&SEARCH_PV=X&SEARCH_C=X&SEARCH_CV=X&SEARCH_TA=&SEARCH_V=&HIDE_EXPERT_SEARCH=X&SEARCH_MAX_RESULT=20
    search SAP basis 6.40
    Regards,
    Jai Shankar

  • Help Importing objects from 1 user to another user and problem with trigger

    Hello community, i am having a little difficulty with the exporting objects from one user to another specifically the exporting of the trigger.
    Here is the situation, because of SOX purpose whenever a update is sent to the client the dba have to execute the script as himself (priviliged user) and is not allowed to log into the schema to make changes. Therefore we perpend the object definitions with &user_schema.. and they define user_schema in sqlplus and execute the update script.
    Here is a small example which requires two users (user1 and user2) with the following grants (connect, create table, create trigger, create view, create sequence). Please forgive the naming of the objects, just trying to be as simple as possible.
    I start out by logging in as system user via sqlplus and execute the following.
    ------------------Begin sqlplus----------------------
    define user_schema=user1;
    create table &user_schema..abc01 (
      col1 number,
      col2 varchar2(20),
      col3 number,
      constraint pk_abc01_col1 primary key (col1)
    create table &user_schema..xyz01 (
      col1 number,
      col2 varchar2(20),
      col3 number,
      constraint pk_xyz01_col1 primary key (col1)
    create or replace view &user_schema..view1 as
    select x.col1, x.col2, x.col3, a.col1 as acol1, a.col2 as acol2, a.col3 as acol3
    from xyz01 x
    inner join abc01 a on a.col1 = x.col1;
    create sequence &user_schema..seq_xyz01 start with 1 increment by 1;
    create or replace trigger &user_schema..trig01
    before insert on &user_schema..xyz01 for each row
    begin
      if (nvl(:new.col1, -1) = -1) then
        select seq_xyz01.nextval into :new.col1 from dual;
      end if;
    end;
    /--------------------End sqlplus----------------------
    I would then proceed to export using the exp utility via the command line
    exp system/systempassword file=user1.dmp owner=user1
    Then import user1 objects into user2
    imp system/systempassword file=user1.dmp fromuser=user1 touser=user2
    Now the problem:
    When i take a look at the sql for user2 trigger (trig01) i see the following (viewed via sqldeveloper)
    create or replace TRIGGER "USER2".trig01
    before insert on user1.xyz01 for each row
    begin
      if (nvl(:new.col1, -1) = -1) then
        select seq_xyz01.nextval into :new.col1 from dual;
      end if;
    end;its referring to user1.xyz01 table, however i want it to point to is user2.xyz01 table. Can someone please help me out or offer another solution to go about this because i need the ability to import the objects into a different user without the import failing and having to recompile the object.
    I've also tried executing this while connected as system user via sqlplus:
    define user_schema=user1
    create or replace trigger &user_schema..trig01
    before insert on xyz01 for each row
    begin
      if (nvl(:new.col1, -1) = -1) then
        select seq_xyz01.nextval into :new.col1 from dual;
      end if;
    end;
    /but that fails stating that table or view does not exist, please help
    however that fails because i
    Edited by: user3868150 on Nov 6, 2009 6:05 PM

    When performing an update in their system, the same script will be run with different values, thats not the problem.
    The client currently have just that one schema in their environment, however they want to have another instance of the application set up in their environment (same database) and have that go off on its own track separate from the original application.
    Now when we do an exp of the schema and the imp it into another user it get imported, however its incorrect. As stated before the trigger will be acting on the table in the original schema when it should be acting on the table in the newly imported schema.
    I suppose there is no other way around this when a trigger is created the way in which i outlined above. I guess after the data gets imported into a different user the trigger would have to be recompiled to point to the correct table.
    If you have an alternate solution to go about this i am open to suggestions. However like i mentioned in the original post because of SOX purpose the dba is not allowed to log in and execute update scripts as the schema user. The scripts should only be executed as that privileged user (dba).
    Also if i hard code the user when the trigger is created
    create or replace trigger user1.trig01
    before insert on user1.xyz01 for each row
    begin
    if (nvl(:new.col1, -1) = -1) then
    select seq_xyz01.nextval into :new.col1 from dual;
    end if;
    end;
    /it still doesn't get imported the way that i want it to be imported in user2
    create or replace TRIGGER "USER2".trig01
    before insert on user1.xyz01 for each row
    begin
      if (nvl(:new.col1, -1) = -1) then
        select seq_xyz01.nextval into :new.col1 from dual;
      end if;
    end;now when i do an insert to test
    insert into user1.xyz01 (col2, col3) values ('abc', 123); -- Works fine, no problems here
    insert into user2.xyz01 (col2, col3) values ('abc', 123);Results in an error ORA-01400: cannot insert NULL into ("USER2".XYZ01"."COL1") because the trigger doesn't exist on user2.xyz01 table.
    Just try and create the schema like how i outlined above in your environment to see what i'm talking about. It seems that the only way to get the trigger to be imported the way i want it to is to actually log in as that user and create the trigger.
    sqlplus user1/user1
    {code}
    create or replace trigger trig01
    before insert on xyz01 for each row
    begin
    if (nvl(:new.col1, -1) = -1) then
    select seq_xyz01.nextval into :new.col1 from dual;
    end if;
    end;
    {code}
    Edited by: user3868150 on Nov 6, 2009 6:10 PM

  • Importing objects from excel into drop down menu

    Hi!
    I have tried to copy objects from excel while constructing a drop menu in forms central. Sadly, my 500+ objects appear as one choice instead of uniqe items. 
    Is it possible to import values from an excel column to be shown as single items in a drop down menu?
    /Martin

    Hej
    I have the opportunity to choose Acrobat Forms as an alternative form for this survey.
    Do you know if there is possible to get the 500+ into a list in a more elegant way than manual input?
    Hope you have an "elegant" solution for me even if the Forum is not all correct for this question.
    Martin

  • Importing Objects from Different Server

    Hi,
       I would like to know is there is any way to import
    the objects (like tables , progams) from a different sap server to my sap system without establishing STMS(Transport Management System).
    Looking for your views..............
    Regards,
    K Vijayasekar.

    Hi Vijayasekar,
    I'm not an authority on this, but I can think of one good reason why it cannot be done.
    If you do not have the TMS between the two SAP systems, then how can the system resolve the possible naming conflicts and perform the consistency shecks?
    For example, let us say you want to import a database table (some 'Z' table) into your target system. Now there are quite a few things that have to be ascertained before the import can be done - does a table with the same name already exist in the target system? are all the data-elements and domains used by this table available in the target system? etc.,
    There might be some other checks required, but I'm not certain of the specifics.
    In summary, I don't think it is possible to import without passing through the TMS. May be it should not be possible to do so unless there is a very strong alternative.
    Regards,
    Anand Mandalika.

  • Cannot import object from one user to another user

    hi,
    I tried importing a table which contains objects of type varray. The imp.exe did not import the types and table containing the objects. The table contains data. How to do it. I am using Oracle 8.1.7
    Anto Paul

    If you want to create that table in one enviroment and the another table is in other database you can make this :
    CREATE TABLE TABLE1 AS SELECT * FROM SCHEMA_NAME.TABLE2 ( this case apply if the another table is in your database )
    or
    CREATE TABLE TABLE1 AS SELECT * FROM SCHEMA_NAME@DATABASE_LINK
    ( this case apply if the another table is in other database )
    [email protected]
    Joel P�rez

  • OBIEE+ Problems trying to import objects from Active Directory

    Hi
    I'm trying to import my users from my Active Directory using the Administration Tool.
    If I give the Base DN to point to the Users entry and I get that It doesn't have any objects to import.
    If I give the Base DN to point to the parent folder of Users and Groups entry I get
    LDAP server referral not supported.
    Any configurations that I have to take in consideration?

    Henrik,
    I've found other problems where OWB adds a space between all characters returned from SQL*Server which is what is happening in your case, although it is being displayed as a square box.
    In one of these cases the problem was fixed by using the 11.2.0.2 OWB so would it be possible for you to try with that version ?
    Also, as the problem is not with the gateway itself as you can select successfully using a database link then it would be better to follow up in the OWB forum -
    Forum: Warehouse Builder
    Warehouse Builder
    as they will be able to help with the OWB side of the problem.
    Regards,
    Mike

  • Import objects from external swf file

    How i can import linkaged items of library of an external swf file im my project?

    check the applicationdomain class.

  • Creaing Message interface from another software component imported object

    Hi all,
      Will it be possible to creaing Message interface from another software component imported object like i need to create idoc Abstract interface in one software component by using the imported object from other software component
    regards,
    Dhil

    Hi,
    In thise case your SC2 Software Component is dependent on SC1.
    Go  to the SLD, go to the software component SC2 and you will have an option Dependency and as shown in michal's blog make this SC2 dependent on SC1.
    Next, reimport your Software Components SC1 and SC2 in your IR . The old objects will contnue to exists but still clear the SLD cache, and reimport the SC1 and SC2 from the SLD.
    Now in SC2 you will see a new option called BASIS objects under which you can see the message interfaces of SC1.
    Regards
    Bhavesh

  • My imported objects distort when I rotate them

    I'm importing objects from illustrator into After Effects, but when I rotate them they distort. I also noticed that the anchor points for my objects are way off, but readjusting those anchor points doesn't help to alleviate the rotation problem.
    I'm usig the CS3 suite, if that helps.

    I'd guess that you're working in a non square project. I'd also guess that you have some square pixel images that are being interpreted as non square.
    Please give us the specs of your project so that we can help you. There's about a zillion combinations that can cause problems, but they all go away if your footage is interpreted at the pixel aspect ratio that it was created in.

  • Imported Objects possible for third party SWC

    Hello,
    I have come across a scenario where SWC which is installed on third party system and need imported objects from SAP.
    Can i do it or not. i am bit confused.
    My third party SWC needs a RFC because i have to create interface to expose as web service.
    Thanks,
    Srenivas

    HI,
    Yes you can do this with temporary manipulation as below,
    For SCV on main page, just change it to RFC and give the SAP landscape details as client and id etc.
    Then import the object that you needed from SAP and then uncheck the checbox to RFC and make it as Third Party.
    This will allow you ti rgister the matadata of imported objects and then can be able to use it scenarios without any problem.
    Thanks
    Swarup

  • Error in BW import objects

    Hello,
    We're trying to import into Quality BW environments the required objects to store the information generated by SAP Data Service information.
    In tx RSA1 the source system for DS has been created and check works fine, but when we import the transport order following error is showed:
    Could you help us?
    Thanks,
    Àlex

    Hi Alejandro,
    Exactly this error due to the mismatch source type. May be the configured QA source system working fine but importing object from Development referring different source type.
    Hope the problem will be resolved after correcting the source type.
    Regards
    M Ramesh

Maybe you are looking for