Corruption in system objects

Dear all,
9.2.0.4 on Linux.
We have some corruption in the database
DBVERIFY - Verification starting : FILE = /home/oracle/oradata/psa/system01.dbf
Page 4092 is marked corrupt
Corrupt block relative dba: 0x00400ffc (file 1, block 4092)
Bad check value found during dbv:
Data in bad block -
type: 0 format: 2 rdba: 0x00000ffc
last change scn: 0x0000.00000000 seq: 0x1 flg: 0x05
consistency value in tail: 0x00000001
check value in block header: 0x8fc, computed block checksum: 0xc000
spare1: 0x0, spare2: 0x0, spare3: 0x0
Page 16607 is marked corrupt
Corrupt block relative dba: 0x004040df (file 1, block 16607)
Bad check value found during dbv:
Data in bad block -
type: 6 format: 2 rdba: 0x004040df
last change scn: 0x0000.0000af04 seq: 0x2 flg: 0x04
consistency value in tail: 0xaf040602
check value in block header: 0xb166, computed block checksum: 0xc000
spare1: 0x0, spare2: 0x0, spare3: 0x0
Page 28553 is marked corrupt
Corrupt block relative dba: 0x00406f89 (file 1, block 28553)
Bad check value found during dbv:
Data in bad block -
type: 6 format: 2 rdba: 0x00406f89
last change scn: 0x0000.00015b74 seq: 0x1 flg: 0x06
consistency value in tail: 0x5b740601
check value in block header: 0x7bab, computed block checksum: 0x8000
spare1: 0x0, spare2: 0x0, spare3: 0x0
Page 30560 is marked corrupt
Corrupt block relative dba: 0x00407760 (file 1, block 30560)
Bad check value found during dbv:
Data in bad block -
type: 6 format: 2 rdba: 0x00407760
last change scn: 0x0000.00016d6f seq: 0x1 flg: 0x06
consistency value in tail: 0x6d6f0601
check value in block header: 0xe983, computed block checksum: 0x1
spare1: 0x0, spare2: 0x0, spare3: 0x0
Page 40529 is marked corrupt
Corrupt block relative dba: 0x00409e51 (file 1, block 40529)
Bad check value found during dbv:
Data in bad block -
type: 6 format: 2 rdba: 0x00409e51
last change scn: 0x0000.0002483b seq: 0x1 flg: 0x06
consistency value in tail: 0x483b0601
check value in block header: 0x7113, computed block checksum: 0xc000
spare1: 0x0, spare2: 0x0, spare3: 0x0
***I found the corrupted block using the below
select owner,segment_name,segment_type from sys.dba_extents where file_id=1
and 40529 between block_id and
block_id + blocks - 1;  2
OWNER
SEGMENT_NAME
SEGMENT_TYPE
SYS
SOURCE$
TABLE
SQL> select owner,segment_name,segment_type from sys.dba_extents where file_id=1
and 4092  between block_id and
block_id + blocks - 1;
select owner,segment_name,segm  2  ent_type from sys.dba_extents where file_id=1
and 16607  between block_id and
block_id + blocks - 1;
select owner,segment_name,segment_type from sys.dba_extents where file_id=1 and
28553  between block_id and
block_id + blocks - 1;
select owner,segment_name,segment_type from sys.dba_extents where file_id=1 and
30560  between block_id and
block_id + blocks - 1;
select owner,segment_name,segment_type from sys.dba_extents where file_id=1 and
40529  between block_id and
block_id + blocks - 1;
OWNER
SEGMENT_NAME
SEGMENT_TYPE
SYS
I_APPLY_SOURCE_OBJ1
INDEX
SQL> SQL>   2
OWNER
SEGMENT_NAME
SEGMENT_TYPE
SYS
IDL_UB2$
TABLE
SQL> SQL>   2
OWNER
SEGMENT_NAME
SEGMENT_TYPE
SYS
IDL_UB1$
TABLE
SQL> SQL>   2
OWNER
SEGMENT_NAME
SEGMENT_TYPE
SYS
IDL_UB1$
TABLE
SQL> SQL>   2
OWNER
SEGMENT_NAME
SEGMENT_TYPE
SYS
SOURCE$
TABLECan I drop the above objects and recreate it .. will this resolve the corruption issue?
Kai

Thanks CKPT,
When i tried exporting , failed with the beow :
EXP-00056: ORACLE error 1578 encountered
ORA-01578: ORACLE data block corrupted (file # 1, block # 40529)
ORA-01110: data file 1: '/home/oracle/oradata/psa/system01.dbf'
EXP-00000: Export terminated unsuccessfullyKai

Similar Messages

  • Error while creating a system object for R3 in portal

    Hi,
    I am getting error while trying to create a system object in portal.
    Following are the details I used :
    Under WAS...
    Web AS Host Name :<XXXX>:8001
    Web AS path: /sap/bc/bsp/sap/
    Web AS protocol : http
    Under User management:
    Authentication Ticket Type : SAP Logon Ticket
    Logon Method :SAPLOGONTICKET
    User Mapping Type : admin,user
    Under Connector:
    SAP Client : <Client NO>
    SAP System ID : <System ID>
    SAP System No : <System No>
    System Type : SAP_R3
    While trying with connection test... I am getting like this:
    SAP Web AS Connection
      Test Details:
    The test consists of the following steps:
    1. Checks the validity of system ID in the system object.
    2. Checks if the system can be retrieved from the PCD.
    3. Check whether a SAP system is defined in the system object
    4. Validate the following parameters: WAS protocol; WAS host name
    5. Checks if the host name of the server can be resolved.
    6. Pings the server to see if it is alive.
    7. Pings the WAS ping service; works only if the service is activated on the ABAP WAS.
    8. Checks HTTP/S connectivity to the defined back-end application
      Results
    1. The system ID is valid
    2. The system was retrieved.
    3. The system object represents an SAP system
    4. The following parameters are valid: Web AS Protocol (http) Web AS Host Name (<FQDN server name>:8001)
    5. The host name <FQDN Server Name> was resolved successfully.
    6. The server sapdwh01 could not be pinged successfully.
    Test Connection with Connector
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    It seems that the portal is not able to ping to R3 system. I tried to ping to R3 server from portal server by command prompt. I am able to ping. Also under SICF, I can see ping service as in activated state.
    Kindly help.
    Regards,
    Niraj
    Edited by: Niraj Kumar on Dec 11, 2008 10:41 AM

    I created a SAP Transactional iView for transaction SE80.
    Also, I tried from under System Administration -> Support -> SAP Transaction. It is not working.
    Got portal Runtime error :
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 12:57_11/12/08_0003_2795650
    See the details for the exception ID in the log file.
    Regards,
    Niraj

  • SRM system object within Portal: WAS settings with Webdispatcher

    Hello Portal experts,
    we have SAP EHP4 ERP system (only ABAP stack).
    In order to use some SRM functionality we installed SAP EP (EHP1) and creates a appropriate system object within portal.
    We use a  Webdispatcher, so we have to replace within WAS area the local address by the address of Webdispatcher and appropriated port (webserver:567).
    The tests of this system object looks as follows:
    The address of http://webserver:567 can be retrieved
    The problem are the results of following tests:
    http://webserver:567/sap/bc/ping
    http://webserver:567/sap/bc/webdynpro
    These errors occured because the both pathes /sap/bc/ping and /sap/bc/webdynpro do not exist on Portal/Java engine.
    Questions:
    How can we connect ABAP backend to Portal with extra Webdispatcher?
    What are the setting within WAS area?
    kind regards

    Hi Thom,
    Is your webdispatcher in front of your portal? or in front of the ICM of your Backend System?
    If the applications that you want to enable via your EP are of the type: WD for ABAP, BSP, IAC or ITS then you should also have a webdispatcher in front of your Backend System (in addition to on in front of your portal).
    Please check the following link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/9a9a6b48c673e8e10000000a42189b/frameset.htm
    On this page, scroll down to the last example. Although the image is there to explain "High Availability of the SAP Web Dispatcher" it gives you a good view on the request respond steps.
    One rule of thumb is that the EP system itself doesn't act as a reverse-proxy. In other words, if an iView points to a WD 4 ABAP application on the Backend then the actual WD4ABAP application is rendered in an iFrame.
    From a technical/connection point of view the client (browser) has 2 connections, one to the EP and 1 tot the Backend.
    Allot of people do not realize this when they start there project...
    Cheers, hope this helps you a bit....
    B

  • Error while Importing SYSTEM objects into 9.2.0.6

    HI,
    I got the following error while importing data into 9.2.0.6 DB .
    It is related to a SYSTEM object.
    . importing SYSTEM's objects into SYSTEM
    IMP-00017: following statement failed with ORACLE error 2270:
    "ALTER TABLE "DEF$_CALLDEST" ADD CONSTRAINT "DEF$_CALL_DESTINATION" FOREIGN "
    "KEY ("DBLINK") REFERENCES "DEF$_DESTINATION" ("DBLINK") ENABLE NOVALIDATE"
    IMP-00003: ORACLE error 2270 encountered
    ORA-02270: no matching unique or primary key for this column-list
    Constarint exists on Composite Primary Key on the parent table.
    Can anybody help me out on this.
    Regards,
    Sumit Singh Chadha

    Hi,
    don't mentioning why are You importing SYSTEM objects, the error that You have, just looking the message, is due to an export done without the clause CONSISTENT=Y (so all relations parent/child preserved) having the replication (the table in error is one of the replication dictionary table) active (not quisced)
    Repeat the export operation using CONSISTENT=Y an stop replication activity.
    Hope this helps
    Max

  • Error trying to run SSIS Package via SQL Server Agent: DTExec: Could not set \Package.Variables[User::VarObjectDataSet].Properties[Value] value to System.Object

    Situation:
    SSIS Package designed in SQL Server 2012 - SQL Server Data Tools
    Windows 7 - 64 bit.
    The package (32 bit) extracts data from a SQL Server db to an Excel Output file, via an OLE DB connection.
    It uses 3 package variables:
    *) SQLCommand (String) to specify the SQL Statement to be executed by the package
    Property path: \Package.Variables[User::ExcelOutputFile].Properties[Value]
    Value: f:\Output Data.xls
    *) EXCELOutputFIle (String) to specify path and filename of the Excel output file
    Property path: \Package.Variables[User::SQLCommand].Properties[Value]
    Value: select * from CartOrder
    *) VarObjectDataSet (Object) to hold the data returned by SQL Server)
    Property path: \Package.Variables[User::VarObjectDataSet].Properties[Value]
    Value: System.Object
    It consists out of 2 components:
    *) Execute SQL Task: executes the SQL Statement passed on via a package variable. The resultng rows are stored in the package variable VarObjectDataSet
    *) Script Task: creates the physical output file and iterates VarObjectDataSet to populate the Excel file.
    Outcome and issue:The package runs perfectly fine both in SQL Server Data Tools itself and in DTEXECUI.
    However, whenever I run it via SQL Server Agent (with 32 bit runtime option set), it returns the errror message below.
    This package contains 3 package variables but the error stating that a package variable can not be set, pops up for the VarObjectDataSet only.  This makes me wonder if it is uberhaupt possible to set the value of a package variable
    of type Object.
    Can anybody help me on this please ?
    Message
    Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 32-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  6:40:20 PM  DTExec: Could
    not set \Package.Variables[User::VarObjectDataSet].Properties[Value] value to System.Object.  Started:  6:40:20 PM  Finished: 6:40:21 PM  Elapsed:  0.281 seconds.  The package execution failed.  The step failed.
    Thank you very much in advance
    Jurgen

    Hi Visakh,
    thank you for your reply.
    So, judging by your reply, not all package variables used inside a package need to be set a value for when run in DTEXEC ?
    I already tried that but my package ended up in error (something to do with "... invocation ...." and that error is anything but clearly documented. Judging by the error message itself, it looks like it could be just about anything. that is why I asked my
    first question about the object type package variable.
    Now, I will remove it from the 'set values' list and try another go cracking the unclear error-message " ... invocation ...". Does an error message about " ... invocation ..." ring any bells, now that we are talking about it here ?
    Thx in advance
    Jurgen
    Yes exactly
    You need to set values only forthem which needs to be controlled from outside the package
    Any variable which gets its value through expression set inside package or through a query inside execute sql task/script task can be ignored from DTExec
    Ok I've seen the invocation error mostly inside script task. This may be because some error inside script written in script task. If it appeared after you removed the variable then it may because some reference of variable existing within script task.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Creation of system object for customized workflow

    Hi Experts,
    I am required to define a System Object with system alias, for creation of UWL to trigger Customized work flow's.
    What WAS properties and Connection Properties and ITS Properties i should maintain in newly created System Object?
    how do create UWL so that it triggers Customized workflow instead of standard workflow in R/3?
    I have similarly total 3 Customized workflow so do i need to create three UWL's for each one?
    Please help me out!
    Regards,
    Siva

    Hi Shabir,
    I am new to EP can you please let me know how to create custom connector? that triggers three custom developed workflow?
    and Please let me know what parameters to pass to create system object(like WAS Properties,  ITS Properties etc)
    Thanks in advance!
    Regards,
    Siva

  • Issues while JDBC System Object Creation for accessing MS SQL 2000 Server

    Dear Experts,
    I am creating system object to connect to MS 2000 server in Ep 7.3
    1) created system with all the properties
    2) User mapping done
    3) permissions ok
    but still while testing connection its giving error
    "No connection to system DBSQL found:
    com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: A nested exception occurred. Could not initialize physical connection.
    Connection Failed: A nested exception occurred. Could not initialize physical connection.
    Connection Failed: A nested exception occurred. Could not create JCO connection.
    'user' missing"
    """ Connection Test for Connectors:
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the back-end application using the connector defined in this system object
    Results
    Default alias retrieved successfully
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct. """"

    Dear Mr. Arun,
    thanks for the valuable sap note
    I have applied the note but same result :
    No connection to system DBSQL found:
    com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: A nested exception occurred. Could not initialize physical connection.
    Connection Failed: A nested exception occurred. Could not initialize physical connection.
    Connection Failed: A nested exception occurred. Could not create JCO connection.
    'user' missing
    1) i have created JDBC Driver as mentioned in sap note
    2) created System object
    3) created destination as required in EP 7.1 and above
    4) mapped user in user administration
    when i am testnig connection its giving above mentioned error
    same system object when i am creating for EP 7 its working fine with all 3 jar files and system creating succesfully
    plz help

  • Problem Create System Object in the Portal for connecting CRM abap

    Hi, i creating system in the portal (JCX) for connecting system ABAP CRM (CRX), after create system try run test connection and show messages error:
    Test Connection with Connector
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    In the logs the portal (NWA) show messages:
    Failed in creating the JCO Connection.
    The logs operation system (log Security_audit.log)
    Error> occured  >Thu Jun 23 11:34:41,278<RfcException: message: 'mshost' missing  Return code: RFC_INVALID_PARAMETER(19  Return code: RFC_INVALID_PARAMETER(19)    error group: 101 key: FC_ERROR_PROGRAM
         at com.sap.mw.rfc.api.RfcOptions.checkParameters(RfcOptions.java:438)
         at com.sap.mw.rfc.api.RfcApi.RfcOpen(RfcApi.java:688)
         at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1079)
         at com.sap.mw.jco.JCO$Client.connect(JCO.java:3256)
    Plase help, any idea?

    message: 'mshost' missing Return
    During the System Object Creating in System Landscape, there is any entry as Message Server Host: CRM MS HOST
    and Message Server Port : sapmsSID and add this entry in etc/services --> bottom samsSID 36NN/tcp where NN is instance number.
    Try this and let me know.
    Thanks
    SM

  • How to create a system object in portal that points to a web dispatcher

    Hi,
    How do we create a system object in the portal for a web dispatcher? The web dispatcher in turn points to an ECC system. The path for communication is EP>Web Dispatcher>ECC
    Regards,
    Sridevi

    Hi,
    Connection test for the following succeeded:
    1. SAP Web AS Connection
      Test Details:
    The test consists of the following steps:
    1. Checks the validity of system ID in the system object.
    2. Checks if the system can be retrieved from the PCD.
    3. Check whether a SAP system is defined in the system object
    4. Validate the following parameters: WAS protocol; WAS host name
    5. Checks if the host name of the server can be resolved.
    6. Pings the WAS ping service; works only if the service is activated on the ABAP WAS.
    7. Checks HTTP/S connectivity to the defined back-end application
      Results
    1. The system ID is valid
    2. The system was retrieved.
    3. The system object represents an SAP system
    4. The following parameters are valid: Web AS Protocol (http) Web AS Host Name (mtw02spwp02:80)
    5. The host name mtw02spwp02 was resolved successfully.
    6. The Web AS ping service http://mtw02spwp02:80/sap/bc/ping was not pinged successfully. If the ping service is not activated on the Web AS, you can try to call the ping service manually.
    7. An HTTP/S connection to http://mtw02spwp02:80/sap/bc/bsp/sap was obtained successfully.
    2. ITS Connection
      Test Details:
    The test consists of the following steps:
    1. Checks the validity of system ID in the system object.
    2. Checks if the system can be retrieved from the PCD.
    3. Check whether the system object has a valid system alias
    4. Check whether a SAP system is defined in the system object
    5. Validate the following parameters: ITS protocol; ITS host name
    6. Checks if the host name of the server can be resolved.
    7. Checks HTTP/S connectivity to the defined back-end application
      Results
    1. The system ID is valid
    2. The system was retrieved.
    3. Retrieval of the default alias was successful
    4. The system object represents an SAP system
    5. The following parameters are valid: ITS Protocol (http) ITS Host Name (mtw02spwp02:80)
    6. The host name mtw02spwp02 was resolved successfully.
    7. An HTTP/S connection to http://mtw02spwp02:80/sap/bc/gui/sap/its/webgui was obtained successfully.
    Next test for SSO failed:
    Test Connection with Connector
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    Regards,
    Sridevi

  • Unable to retrieve system object

    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.salesrepresentative/com.sap.pct.crm.sal.sales/com.sap.pct.crm.ord.orders
    Component Name : com.sap.portal.appintegrator.sap.BSP
    Exception in SAP Application Integrator occured: Cannot retrieve system object for this alias. System Alias: 'SAP_CRM', System ID: 'pcd:portal_content/PCR_CRM-IDES'. User: 'SALESREPS', Reason: Access denied (Object(s): portal_content/PCR_CRM-IDES).
    Exception id: 10:50_24/06/07_0034_4060050
    See the details for the exception ID in the log file
    any hope for solving this ERROR

    Hi rahul,
    1) check your permission setting as mentioned above and with read/write for "Everyone"
    2) In the same screen, next to "Everyone", there is a checkbox. Make sure that you have the "Enduser" flag
    Those are the 2 settings you have to make sure that is done in order to process iviews connected to your backend (system alias) systems.
    Hope that help.

  • Problem in System object - Very urgent - Pls help

    Hi ,
    I have installed Portal version SP9 on windows with MS SQL server as database . I am experencing some
    issues during the system object creation for R3 . Below I will specify all the configuration I have done for
    system object creation ,
    1. I have selected the option Dedicated application server for R/3 system .
    2. Under th eproperty category , I have selected Connector and put the following values .
    Application Host  - 128.1.7.2
    Remote Host Type - Select -3
    SAP Client  - 120
    SAP System ID (SID)- DV1
    SAP System Number - 00
    System Type - SAP_R3
    Trace Mode - Select -01
    3 . Then Under the property category , Web Application server ( WAS ) I have selected
    the following properties .
    WAS hostname - 128.1.7.2
    Was Protocol - http
    4 . Next step I have selected the User Management and put the below details
    Logon Method - UIDPW
    usermapping type - admin ,user
    4. I have also created an alias and made it default
    6. Then I have gone to usermapping under the user administration and created the
    user mapping for the user .
    But when I have tested the system object , I am getting the following error .
    SAP Web AS Connection - Jan 1, 1970 8:17:25 AM
      Test Details:
    The test consists of the following steps:
    1. Check that the system object defines an SAP system
    2. Validate the following parameters: wap.WAS.protocol; wap.WAS.hostname
    3. Check the HTTP/S connection to the defined backend application
      Results
    1. The system object represents an SAP system.
    2. The following parameters are valid: wap.WAS.protocol (http) ; wap.WAS.hostname (128.1.7.2)
    3. HTTP/S connection failed. Make sure the protocol, host name, and user mapping are correctly defined.
    ITS Connection - Jan 1, 1970 8:17:25 AM
      Test Details:
    The test consists of the following steps:
    1. Check that the system object defines an SAP system
    2. Validate the following parameters: wap.ITS.path; wap.ITS.protocol; wap.ITS.hostname
    3. Check the HTTP/S connection to the defined backend application
      Results
    1. The system object represents an SAP system.
    2. The following parameters are not valid: wap.ITS.path () ; wap.ITS.protocol () ; wap.ITS.hostname ()
    I really dont know what is foing wrong . Do I need to omit the WAS details which I have mentioned in the step number 3 . What is the
    real use of this step ? Could any body guide me as this is quite urgent
    Thanks
    Aneez

    Hi,
      We have similar setup and having same userids in both R/3 (webas 6.40 based) as well as
    in EP 6.0, so we are not doing any user mapping as recommended. I hope i gave all necessary
    parameters under system object of categories user management with SAPLOGON, connector
    properties and also WAS properties with hostname and type as http. When i try to do test
    connection it is giving following error message:
    SAP Web AS Connection - 
      Test Details:
    The test consists of the following steps:
    1. Check that the system object defines an SAP system
    2. Validate the following parameters: wap.WAS.protocol; wap.WAS.hostname
    3. Check the HTTP/S connection to the defined backend application
      Results
    1. The system object represents an SAP system.
    2. The following parameters are valid: wap.WAS.protocol (http) ; wap.WAS.hostname (xxxxxxxx)
    3. HTTP/S connection failed. Make sure the protocol, host name, and user mapping are
    correctly defined.
    Test Connection with Connector - Jan 1, 1970 6:40:19 PM
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this
    system object
      Results
    Retrieval of default alias successful
    Connection successful
    Also when i try to do the testing of transaction from :
    System Adm.>Support.>SAP Application>SAP transaction>
    Select the system and Tcode and most important SAP GUI type = SAP GUI for Windows
    i am getting connection broken error.
    Let me know is there anything in specific which is missing.
    Thanks

  • Language dependent system objects

    We have implemented EP60 SP12 and have 16 languages to cater for. We have created 16 different system objects, one per language. There are only two differences in these objects.
    One is the name (System name)
    The second is <b></b>ISA B2B Relative Path<b></b>. This is set to <b>/b2b/init.do?portal=YES&shop=UK_SHOP</b>. UK_SHOP changes in each system object. Is it possible to use a parameter in place of hardcoding the shop name. This would allow us to then only have one system object. All the language dependant entries are delta's from a base object, but it would ne neater if we could only have one entry.

    x

  • Ho to change the mapped System object to the Model to another System object

    Hi All,
    Initially i have created one system object (TestSystemForVC) for testing the VC application. Then i have started completing the whole development in that perticular model object. many data soruce objects are added to the model using the TestSystemForVC system object.
    Now i have created one more system object pointing to Otherclient. in R3. How make use of the same model pointing this new System object for working properly with out doing the complete development of that model.
    I just want to map the existing model to new system object. Can any body tell me how to achieve this.
    Regards
    Vijay

    Hi Vijay,
    therefore you can use the Alias Manager (see attachment). There you can replace all other system aliases.
    Best Regards,
    Marcel

  • Transport system objects i.e. contents of table t100 from one system to ano

    hello all,
    how do i transport contents of table t100 from one system to another...
    tried creating a transport request... but when i got an error when used r3tr tabu t100... i got a pop up saying
    "System objects cannot be transported directly"
    know abt restore... any other way of doing it...
    Regards, Jatin

    Hello all,
    Thanks for the support so far...
    to clarify the problem in more detail...
    when i add R3TR TABU T100... and hit enter... i get the error message at the bottom of the screen...
    " System objects cannot be transported directly (e.g. T100, TRDIR, TFDIR..) "
    When i double click the error message, i get a pop up, detailing the "KINDS" of tables which cannot be
    transported. (like in my case is t100)...
    The only help which i get at the bottom of the popup is...
    "Direct transport of these table entries is only allowed for special tools, such as the client copy program."
    Any other way of doin it...
    Regards, Jatin

  • System object create problem in EP 7.3 Version.

    Hi Exports,
    i was created system object in sap ep 7.3 but  i got some error please give me solutions...........
    Connection Test for Connectors:
    : Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the back-end application using the connector defined in this system object
    Results
    Default alias retrieved successfully
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    Thanks
    Reddy

    Hi,
    System Object is a set of connection properties to represent an external or SAP systems (SAP R3, /CRM/BW) used to retrieve data into portal iViews. We can create a System Object in any one of the three ways
    The system object can be created from either of the following:
    u2022Based on System Template (Template)
    u2022Based on Portal Content      (PAR)
    u2022Coping Existing Systems     (System)
    The Required Steps to Create a System Object in the portal are as :
    1.          System Alias settings
    2.        Connector settings
    3.        ITS settings
    4.        WAS settings
    5.    User Management Settings
    This may help
    http://wiki.sdn.sap.com/wiki/display/EP/HowtoCreateSystemObjectinthePortalforConnectingtoSAPbackend+System
    https://wiki.sdn.sap.com/wiki/display/EP/User+Management
    Forum links:
    SSO problem for system
    Regards,
    Jyothi.
    Edited by: Venkata Naga Jyothi on Dec 14, 2011 9:58 AM
    Edited by: Venkata Naga Jyothi on Dec 14, 2011 10:04 AM

Maybe you are looking for

  • Automator Find Text and Alert

    I am new to Automator and AppleScript. I need to create a simple application where I can drop txt files onto, the app would then search the document for the word "Failed". Then show a dialogue showing the result of the find. Please can someone point

  • ITunes has stopped working (windows 7)

    Problems when accessing iTunes store with error message iTunes has stopped working. Problem signature is: Problem signature Problem Event Name: APPCRASH Application Name: iTunes.exe Application Version: 10.1.0.56 Application Timestamp: 4ce4a7b6 Fault

  • Is font smoothing fixed in Leopard?

    I am using a 24" Imac and one of my biggest issues with OSX is that font smoothing makes everything blurry...Especially on this machine as it has a larger dot pitch display. It can actually become painful after a while. My 15" Macbook pro is a lot be

  • After Installing iTunes, every other program on computer becomes iTunes?!?!

    I have a brand new Acer Aspire laptop. I installed the newest iTunes 9.2 and it worked fine for about a week. I turned on my laptop, and every program's icon was the iTues icon and when I tried to open any of the programs, iTunes would open.

  • I cannot print any adobe documents.

    Whenever I try to print the document, a box pops up that says the document cannot be printed.  Then it says that no pages were selected to print.  But pages WERE selected to print.  I selected them every way possible, even one at a time,and it will n