Logical dataguard problem

Hi all,
I have prepared a logical dataguard on two local systems. My oracle version is 9i and linux version is Entreprise Linux 3.0.
Today when i tried to execute spcreate.sql on the primary database it had thrown some errors in my secondary database.
Kindly look at the following output from my secondary database:-
SQL> select applied_scn,newest_scn from dba_logstdby_progress;
APPLIED_SCN NEWEST_SCN
270084 272644
SQL> SELECT XIDUSN, XIDSLT, XIDSQN FROM DBA_LOGSTDBY_EVENTS
2 WHERE EVENT_TIME = (SELECT MAX(EVENT_TIME) FROM DBA_LOGSTDBY_EVENTS);
XIDUSN XIDSLT XIDSQN
6 1 114
SQL> EXECUTE DBMS_LOGSTDBY.SKIP_TRANSACTION(6,1,114);
PL/SQL procedure successfully completed.
SQL> ALTER DATABASE START LOGICAL STANDBY APPLY;
Database altered.
SQL> select applied_scn,newest_scn from dba_logstdby_progress;
APPLIED_SCN NEWEST_SCN
270087 272644
SQL> SELECT * FROM DBA_LOGSTDBY_EVENTS;
EVENT_TIM CURRENT_SCN COMMIT_SCN XIDUSN XIDSLT XIDSQN
EVENT
STATUS_CODE
STATUS
grant select on STATS$V_$SQLXS to PERFSTAT
942
ORA-00942: table or view does not exist
from the above errors i have found out that a particular transaction is unable to replicate in my standby database and i skipped the transaction. But still after skipping the transaction applied_scn in the dba_logstdby_progress is moving only by 3 each time I skip a transaction . So it won'' t be possible for me to skip each and every transaction.
Kindly let me another way of skipping the rest of transactions which are causing halt in the replication.
Also I am unable to find out how the script executed from the sys user can be replicated on logical database as sys comes in unsupported users in logical datagurad.
Is there any way I can execute a script on primary database which won't reflect on secondary database.
thanks in advance.

Hi Yoann,
Commands you provided for skipping perfstat schema worked on logical database .
Now i m executing spcreate.sql on secondary database it gives following errors after i have specified the perfstat password,default tablespace for perfstat as 'perfstat' and temporary tablespace for perfstat as 'temp' and datafile contained in perfstat tablespace is 150 MB in size.
spcreate worked fine on primary but is giving errors in the end in secondary.Any suggestions about this:-
Specifying the SYSTEM tablespace will result in the installation
FAILING, as using SYSTEM for performance data is not supported.
TABLESPACE_NAME CONTENTS
LOGMNRTS PERMANENT
PERFSTAT PERMANENT
TEMP TEMPORARY
UNDOTBS1 UNDO
Specify PERFSTAT user's default tablespace
Enter value for default_tablespace: perfstat
Using perfstat for the default tablespace
PL/SQL procedure successfully completed.
User altered.
User altered.
Choose the PERFSTAT user's temporary tablespace.
Specifying the SYSTEM tablespace will result in the installation
FAILING, as using SYSTEM for the temporary tablespace is not recommended.
Specify PERFSTAT user's temporary tablespace.
Enter value for temporary_tablespace: temp
Using temp for the temporary tablespace
PL/SQL procedure successfully completed.
User altered.
NOTE:
SPCUSR complete. Please check spcusr.lis for any errors.
SQL>
SQL> --
SQL> -- Build the tables and synonyms
SQL> connect perfstat/&&perfstat_password
Connected.
SQL> @@spctab
SQL> Rem
SQL> Rem $Header: spctab.sql 16-apr-2002.14:54:46 vbarrier Exp $
SQL> Rem
SQL> Rem spctab.sql
SQL> Rem
SQL> Rem Copyright (c) 1999, 2002, Oracle Corporation. All rights reserved.
SQL> Rem
SQL> Rem NAME
SQL> Rem spctab.sql
SQL> Rem
SQL> Rem DESCRIPTION
SQL> Rem SQL*PLUS command file to create tables to hold
SQL> Rem start and end "snapshot" statistical information
SQL> Rem
SQL> Rem NOTES
SQL> Rem Should be run as STATSPACK user, PERFSTAT
SQL> Rem
SQL> Rem MODIFIED (MM/DD/YY)
SQL> Rem vbarrier 03/20/02 - 2143634
SQL> Rem vbarrier 03/05/02 - Segment Statistics
SQL> Rem cdialeri 02/07/02 - 2218573
SQL> Rem cdialeri 01/30/02 - 2184717
SQL> Rem cdialeri 01/11/02 - 9.2 - features 2
SQL> Rem cdialeri 11/30/01 - 9.2 - features 1
SQL> Rem cdialeri 04/22/01 - Undostat changes
SQL> Rem cdialeri 03/02/01 - 9.0
SQL> Rem cdialeri 09/12/00 - sp_1404195
SQL> Rem cdialeri 04/07/00 - 1261813
SQL> Rem cdialeri 03/20/00 - Support for purge
SQL> Rem cdialeri 02/16/00 - 1191805
SQL> Rem cdialeri 01/26/00 - 1169401
SQL> Rem cdialeri 11/01/99 - Enhance, 1059172
SQL> Rem cmlim 07/17/97 - Added STATS$SQLAREA to store top sql stmts
SQL> Rem gwood 10/16/95 - Version to run as sys without using many view s
SQL> Rem cellis.uk 11/15/89 - Created
SQL> Rem
SQL>
SQL> set showmode off echo off;
If this script is automatically called from spcreate (which is
the supported method), all STATSPACK segments will be created in
the PERFSTAT user's default tablespace.
Using perfstat tablespace to store Statspack objects
... Creating STATS$SNAPSHOT_ID Sequence
create sequence STATS$SNAPSHOT_ID
ERROR at line 1:
ORA-01031: insufficient privileges
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production

Similar Messages

  • Logical dataguard SQL apply fails during import on primary database

    I have created logical dataguard using GRID, initially every things works fine.
    One time we had to do import of new data on primary database, that is where the problem started.
    log apply is lagging big time, and i got this error
    StatusRedo apply services stopped due to failed transaction (1,33,8478)
    ReasonORA-16227: DDL skipped due to missing object
    Failed SQLDROP TABLE "USA"."SYS_IMPORT_SCHEMA_01" PURGE
    This table exists on logical dataguard...
    How do we deal with import on logical dataguard, since import generates a lot of redlogs

    Hello;
    These Oracle notes might help :
    Slow Performance In Logical Standby Database Due To Lots Of Activity On Sys.Aud$ [ID 862173.1]
    Oracle10g Data Guard SQL Apply Troubleshooting [ID 312434.1]
    Developer and DBA Tips to Optimize SQL Apply [ID 603361.1]
    Best Regards
    mseberg

  • What command would you use to check for allocation, structural, or logical integrity problems?

    What command would you use to check for allocation, structural, or logical integrity problems?

    Wondering if you are looking for DBCC CHECKDB command? For more information, on that command, try to look at this:
    http://technet.microsoft.com/en-us/library/ms176064.aspx

  • DC In Board or Logic Board problem?

    I have a 12" iBook G4 that's about 2 years old. It's been having intermittent problems reading the charger for awhile now and would flash charging and then not charging over and over again before it would begin to charge up again. This weekend it decided to stop reading the charger completely. The battery works fine in another computer and another battery works fine in it -- it just won't charge again once it loses it's juice.
    It also will not work with just the power adapter plugged in with no battery. The little light comes on, but doesn't seem to pump power into the computer. And it's not an issue with the charger as it charges our other iBook just fine.
    I've read conflicting info elsewhere about what it actually could be so I'm hoping someone could shed some light. Does it sound like just a DC In Board problem? Or a bigger Logic Board problem? Any help would be great... thanks!

    From what I have read on this forum, people have managed to get the DC In Board replaced for a little over US $100. This would be at an Apple authorized repair shop rather than by Apple itself. This is much less than the cost of a new MacBook. I don't know what might be available in your area, but it would be worth asking at a repair shop.
    Good luck!

  • IBook G4 (Jun 2005 model) Logic Board Problem (No Display and HDD noise)

    Hello All
    I have been using my iBook G4 (1.2 GHz) with no problems since I purchased it in June 05. But over the past 2 days, I have been noticing this weird incident of "no display" when booted and I was hearing a loud fan noise at times and I can hear my HDD spinning etc. When I tried to restart pressing CTRL+OPTION and POWER after shutting it down, it booted up but reverted my PMU to a date in 2001 (resetting all my email, music etc). But when I tried shutting it down again and restarted normally, I heard the bootup chime but no display. Again, I could hear the fan and the HDD spinning.
    I took my laptop to the Apple Store here in Boca, FL today and was told that its a logic board problem.
    I know there was a Logic Board Repair Initiative from Apple for the G3's and early G4's. Does anyone know such a thing for the fairly recent iBook G4's??.
    Any help is immensely appreciated.
    Thanks
    Karthik
    [email protected]
    [email protected]
    iBook G4   Mac OS X (10.4.8)  

    How do I verify that my issue is a logic board issue. Recently, computer froze. Tried a hard reboot but no luck. It either shows a blank blue screen or I'll get the grey screen and apple with the start-up spinner but it'll stop spinning.
    That's it. I'm able to browse the contents of the iBook's harddrive when I connect it to my Ti Powerbook via Target Disk mode. I even lauched Disk Utility from the powerbook and verified the iBook's drive and it found no problems.
    Could it be the same logic board issues that you guys are having? How do I verify this? Is it worth paying to repair an 800mhz G4 iBook (applecare expired April '06)?
    I've heard about kernal panic issues with the macbooks so I'm apprehensive about getting one of those right now too. Getting frustrated. Actually considered copping an inexpensive PC laptop... ugghhh.

  • Rac and logical dataguard Oracle9i

    CAn anyone help me regarding implimentation of RAC on logical dataguard . We are using Oracle 9i
    and our OS is redhat AS 3.
    I need some document explaining the same and also its implimentaion .
    Its urgent if someone can help
    THANKS

    Well,
    1)This book contains detailed information on preparing physical/logical standby database in a RAC environment.
    See more details on
    http://www.rampant-books.com/book_2004_2_dataguard.htm
    2) Architecture information
    http://www.dell.com/downloads/global/power/ps2q05-20040265-Rad.pdf
    3) and see if this adds any information in your case
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96653/concepts.htm
    Thanks

  • Logical DataGuard

    Dear Support
    I am trying to setup logical dataguard as we dont have licenses for active-active and need to gernerate reports online from the standby database .
    always getting error like the primary database cannot connect to standby database ?
    Please help.
    Thanks
    Ehab

    user5307432 wrote:
    Thankz Mahir
    I will try this today..
    want to ask u what os the disadvantage using logical datagaurd rather than using active dataguard?
    ThanksHi,
    Firstly, you can not use Active Data Guard with logical standby. Only can use physical standby.
    As you know, transport service is don't support all datatypes (http://docs.oracle.com/cd/B19306_01/server.102/b14239/create_ls.htm#i76902).
    But if you are using logical standby, then you can create additional indexes, also you can use logical database as other database
    for other schema because logical standby database opening READ/WRITE mode.
    Regards
    Mahir M. Quluzade

  • Import in logical dataguard oracle9i

    I need to know will import work in logical dataguard oracle 9i.
    If i import a tablespace or a table will that be reflected in the secondary database.
    Bcz i tried importing a table and that was not reflected in my secondary server.
    How can we check that a particular object is under dataguard and which object is not .
    thanks

    Well,
    1)This book contains detailed information on preparing physical/logical standby database in a RAC environment.
    See more details on
    http://www.rampant-books.com/book_2004_2_dataguard.htm
    2) Architecture information
    http://www.dell.com/downloads/global/power/ps2q05-20040265-Rad.pdf
    3) and see if this adds any information in your case
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96653/concepts.htm
    Thanks

  • How can I differentiate logic board problem from display problem?

    I have been given an iBook G3 900MHz (one of the models known to have logic board issues.) When I boot it up, I get the Apple chime, the hard drive spins, and the caps lock and num lock lights light up. Sometimes the display comes on, sometimes it does not. When it does, it flickers and goes off and on. I don't get lines or pixels or anything that I have seen described as being indicative of logic board failure. As far as I can tell, the computer works fine otherwise.
    So, how can I be sure the problem is logic board-related and not an issue with the inverter board or the display cable?
    I was also wondering, how much trouble - if any - is Apple giving people about replacing logic boards on certain models of iBook? This one should be eligible, as its serial number falls in the right range and it was bought in Oct. '03, which was within the past three years.
    Thanks!

    there was a period when the display showed colored lines and pixels
    Classic logic board symptoms.
    The iBook freezes a lot
    Mine did, too, with the logic board problem.
    my gut tells me the problem is logic board-related.
    My gut tells me your gut is probably right.
    My question about repair coverage is this: According to Apple's support site, where I entered the serial number, this computer's "estimated purchase date" was October 3, 2003. But the owner no longer has any actual proof of purchase; no receipt, no packing slip, nothing. Is that needed to have Apple replace the logic board?
    No. As I said, I bought mine, used, on eBay. I called in when I recognized the logic board symptoms (I had been working these boards for over a year at that point), they sent a box. It went out on Wednesday. They got it, fixed it, and shipped it back to me on Thursday, and it was back in my hands on Friday. (Practice makes perfect, I guess.)
    Also, does Apple make their determination of age from when the computer was purchased or when it was built?
    Purchase date only.
    Or does that decision depend on if a person can produce a receipt or not?
    Nope. The only paperwork I sent in with mine was the slip Apple sent in the box to indicate what all I was sending them (adapter, battery, extra RAM). What good would an eBay seller's receipt have done?
    I probably have to go to my local service center (in NY that's a place called Tekserve, which is a great place to get a computer fixed, but the wait to be seen averages over an hour!)
    Don't mess around with Tekserve. Call Apple at the number listed on the FAQ page:
    http://www.apple.com/support/ibook/faq/
    Thanks again for your input. I appreciate it.

  • Continual logic board problems?

    I just had my third logic board replaced (on my ibook G3 dual usb) this week. It goes out every 13-14 months, like clock work. 2 (including the most recent) out of the 3 times apple has replaced it without fuss or charge. When I received the computer this last time, it booted up fine all of my data and programs were there, except the clock was set to 1969. I had backed everything up on an external hard drive, so I decided to do a clean install of tiger. Tiger installed and booted then I shut it down for the night. This a.m. the computer would not turn on. I tried removing the battery, leaving the battery in, unplugging from the power supply, standing on my head etc. nothing, no apple tone, no light, although the keyboard light is on. Question, what happened? I have not tried resetting the PMU but I am not sure that it will work b/c I cannot even get my computer to turn on....Any thoughts before I send it back to the depot.
    also, about the logic board replacement program....is the 3 year time frame a moving window? for example, i bought my ibook in 9-02 but my last logic board was replaced 2-06 is the 3 year time point at 9-05 or 2-09?
    any thoughts are greatly appreciated.
    Beckley
    ibook G3, dual 1.8 G5   Mac OS X (10.4.4)  

    Your logic borard problem isn't the screen one then? I ask as I have exactly this machine (same RAM too!) and it has developed what sounds like an identical problem. It had its video fault logic board replaced 2 years ago but has been perfect since. Been used daily without a hitch. Then it just shut down without warning.
    Now, if you leave it a while (hrs) it boots. You can then run it for a while, typically 10-20 mins (long enough to drop a back up of all the data over a wireless network which all worked fine). The it just suddently and without warning goes to instant death. And will not power up again. Pressing pwoer key or trying the PMU reset produces no response at all. Battery is ahcrged and charging system works when it is running fine.
    This suggests a logic board problem but not the video one the free warranty covers. But you are saying yours has had this shut down problem repeatedly?
    It has the feeling of being a risk to invest in logic board replacement.

  • Logic Board Problem?

    Hey Everyone:
    I'm still a fairly new Apple user, coming from a world of DIY computer problems. Problem is, this nice compact ibook of mine prevents me from being able to do much on my own. I'm trying to solicit some advice as to what I can do about my current hardware issues.
    About 5 months after having my ibook I noticed white spots on my screen. I knew it would be repaired by Apple, but being the cheap SOB that I am I decided to put it off until the end of my 1 year warranty. I figured I could get everything fixed then, and avoid paying for the extended warranty. Well, I followed through with my plan, but I've noticed some new problems. I'm not too happy about this, but at least I realized these problems in time to extend the warranty.
    The Problems:
    -The first night I got it back, the computer completely froze! Everything working fine, and BAM! The screen looked fine but the entire system was locked up. Fortunately, this only happened twice that night, and I haven't seen it again.
    -Also that first night, the computer would not come out of sleep. It sounded like the hard drive would start spinning, and the flashing light would turn off, but the screen was completely blank. I would be forced to hard reboot, and then things worked better. This led me to a reinstall, but the problem still comes back every so often.
    -One day, I logged in to find that my clock had been reset to 12:00 and somewhere around 1960(?). I set the clock to the appropriate time, and have since realized this could be a PMU issue. I just reset the PMU a few minutes ago, and I'm keeping my fingers crossed this could solve the problems.
    -A couple of weeks ago, the computer would give the dreaded 3 beeps at startup. This seems to imply that OS X can't find the memory bus, but again this seemed to disappear as well.
    I'm looking for some help here. I'm afraid that the Genius bar will just ignore me, because I still can't find a way to reproduce my problems on a regular basis. Yet, the instability is driving me nutty, and I rely on my laptop to get almost all of my work done. Overall, I'm not very pleased with Apple's hardware work. Instead of replacing the entire screen casing, they only replaced the screen itself. That seems like a lot of work with a lot of potential to mess things up on my computer. What's with that farce of a bill that Apple used to convince me to renew my warranty saying that the screen cost $400? No way a screen costs that much, maybe the entire unit. Also, I lift up my keyboard and notice the Technician lost one of the screws. What kind of professional work is that, I ask you?
    Does anybody have any advice on how I can get help with these problems? I just want to get through these rough times while minimizing my inconveniences, and avoiding the potential loss of any data. I am making regular backups, I just don't like the idea that my laptop can die on me at any given time without any warning.
    Thanks!!!

    maciscool,
    That's a good guess, but maybe I wasn't clear enough. The only hardware changes are what Apple did when they replaced the screen. If the RAM is faulty, then it is something they damaged, because everything worked fine before I handed my ibook over to the Genius Bar. I ran memtest, and the Apple Diagnostics CD a few times, and I don't get any errors.
    I'm more curious as to how people knew they had Logic Board Problems, and how did they prove this to Apple. As I see it, a problem such as this would either be disastrous or unpredictabe, that latter being much harder to prove to the retailer.

  • RAM upgrade MBP 7.1 fail.  Only stock RAM works.  Logic board problem?

    pulling my hair out here. 
    I have recently uprgraded my mid 2010 mbp to mountain lion and thought i would upgrade as much as i could but ran straight into frustration town.
    after a full day trying 8 different types and amounts of RAM, my MBP will only boot to a useable state with the stock ram it came with. 
    I made an appointment with a 'genius' at the apple store (the annoyance of having to call a condescending punk a genius is just too much to handle) and had said 'genius' disappear with my mbp for a half hour or so.  Once he returns he tells me it is logic board problem and 'boy you aren't going to like the price of the repair'.  F'n' right, genius!
    My question is this:
    would a faulty logic board allow the stock ram to work but NOTHING else?
    secondary question:  anyone else notice a slowing down of operations with mountain lion?

    In your original post I got the impression that your MBP worked with the original RAM.  Apparently that was a misconception on my part.  My suggestions are to first run an Apple Hardware Test and see what clues, if any it offers:
    http://support.apple.com/kb/HT1509
    You may have to start it by holding OPTION D.
    Next I suggest that you look over this user tip document and follow the procedures that apply to your MBP and OS:
    https://discussions.apple.com/docs/DOC-3353
    Kappy may have some additional ideas.
    Ciao.

  • Dataguard Problem(logical standby database)

    Hi,
    I have successfully created logical standby database, and everything is working fine, all of the SQL is applying and archiving is also shipping.
    Until I create a new tablespace for e.g. pay in the primary database, and suddenly SQL applying is stopped, but the archive is shipping.
    I am using Windows XP SP2 and Oracle 10gRel2.
    The contents of AlertLog file are as
    Wed Jul 23 22:52:19 2008
    Thread 1 cannot allocate new log, sequence 133
    Checkpoint not complete
    Current log# 3 seq# 132 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\IMRAN\REDO03.LOG
    Wed Jul 23 22:52:23 2008
    Destination LOG_ARCHIVE_DEST_2 is SYNCHRONIZED
    Wed Jul 23 22:52:23 2008
    Destination LOG_ARCHIVE_DEST_2 no longer supports SYNCHRONIZATION
    Wed Jul 23 22:52:23 2008
    Thread 1 advanced to log sequence 133 (LGWR switch)
    Current log# 1 seq# 133 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\IMRAN\REDO01.LOG
    Thread 1 cannot allocate new log, sequence 134
    Checkpoint not complete
    Current log# 1 seq# 133 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\IMRAN\REDO01.LOG
    Wed Jul 23 22:52:29 2008
    Destination LOG_ARCHIVE_DEST_2 is SYNCHRONIZED
    Wed Jul 23 22:52:29 2008
    Destination LOG_ARCHIVE_DEST_2 no longer supports SYNCHRONIZATION
    Wed Jul 23 22:52:29 2008
    Thread 1 advanced to log sequence 134 (LGWR switch)
    Current log# 2 seq# 134 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\IMRAN\REDO02.LOG
    Wed Jul 23 22:55:49 2008
    Thread 1 cannot allocate new log, sequence 135
    Checkpoint not complete
    Current log# 2 seq# 134 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\IMRAN\REDO02.LOG
    Wed Jul 23 22:55:54 2008
    Destination LOG_ARCHIVE_DEST_2 is SYNCHRONIZED
    Wed Jul 23 22:55:54 2008
    Destination LOG_ARCHIVE_DEST_2 no longer supports SYNCHRONIZATION
    Wed Jul 23 22:55:54 2008
    Thread 1 advanced to log sequence 135 (LGWR switch)
    Current log# 3 seq# 135 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\IMRAN\REDO03.LOG
    When i use this command, the SQL Apply starts again but the tablespace is not created on Logical standby database.
    kindly give me a solution.
    Thanks in advanced.

    In Standy database also you need to add TB details for it to recognise Primary DB new TB .
    try adding it and retry your operation .

  • Logical Standby Problem

    My environment is Primary database is 11.1.0.7 64bit on Windows 2003 Enterprise 64bit. Logical is on the same platform and oracle version but a different server. I created a physical standby first and it applied the logs quickly without any issues. I received no errors when I changed it over to a Logical standby database. The problem that is happening is as soon as I issue the command "alter database start logical standby apply;" the CPU usage goes to 100% and the SQL apply takes a long time to apply a log. When I was doing this on 10G I never ran into this, as soon as the log was received, it was applied within a couple of minutes. I don't think it could be a memory issue since there is plenty on the Logical standby server. I just can't figure out why the SQL apply is so slow and the CPU usage skyrockets. I went through all of the steps in the guide "Managing a Logical Standby Database" from Oracle and I don't see anything wrong. The only difference between the two databases is that on the Primary I have Large Page support enabled, I don't on the Logical. Any help would be greatly appreciated, I need to use this Logical to report off of.

    Thanks for the responses. I have found what is causing the problem. I kept noticing that the statements it was slowing down on were the ones where data was being written to the SYS.AUD$ table in the System tablespace on the Logical Standby database. A quick count of the records showed that I had almost 6 million records in that table. After I decided to truncate SYS.AUD$ on the Logical, the archive logs started to apply normally. I wonder why the Logical has a problem with this table and the Primary doesn't. I didn't even know auditing was turned on on the Primary database, it must be enabled by default. Now I know why my System table space has grown from 1gb to 2gb since November.
    Now that I fixed it for now, I am unsure what to do to keep this from happening. Can I turn off Auditing on the Logical and keep it on for the Primary? Would this stop data from being written to the SYS.AUD$ table on the Logical? It doesn't appear that there is any kind of cleanup on this table that is offered by Oracle, I guess I can just clean out this table occasionally but that is just another thing to add to the list of maintenance tasks. I notice that you can also write this audit data to a file on the OS. Has anyone here done that?

  • Logical components problem when checking project

    Hello,
    I have searched in the forum for a solution, but the people who had the same kind of problem managed to solve it with means that do not work for me.
    Here is the situation :
    - We have a three tier landscape, DEV-QAS-PRD, in transport domain DOMAIN_A, with domain controller DCA
    - We have our Solution Manager system, DCB, which is part of (and domain controller of) transport domain DOMAIN_B
    - The two transport domains are linked, as specified in SolMan prerequisites for managing systems from other transport domains. This has been tested, and transports can be forwarded and imported freely from one domain to another.
    - I have created the systems, RFC destinations, and logical component for the three tier landscape in SolMan system DCB. The RFCs are all OK.
    - I have created the domain controller DCA system in SolMan DCB, with RFC destination to client 0, as defined in the prerequisite for Change Request Management.
    - Finally, I have created a project in SolMan system DCB, with this logical component.
    When I try to do a Check on this project, in the Change Request management tab, I have green lights everywhere, except for the following :
    - In "Check logical components" : No consolidation system found for DEV-040 (our development system)
    - In "Check consistency of project" : Message from function module /TMWFLOW/CHECK_PRJ_CONS: No export system for PRD-020 (our production system)
    We have checked the TMS settings and transport routes, and everything looks OK.
    Any ideas on what to check/try would be welcome.
    Thanks,
    Thomas

    Hi,
    Check the status of the DC's in the track created in CBS.
    at following location.
    http://url:port/webdynpro/dispatcher/sap.com/tc.CBS.WebUI/WebUI
    There should be no Broken DC's in the track.
    If every thing is fine here and you still have problems then check by repairing the class path of the component.
    Hope this helps you.
    Regards,
    Nagaraju Donikena
    Regards,
    Nagaraju Donikena

Maybe you are looking for