Backup is not running thru brtools

Hi All
I am trying to run the backup thru brtool utility and am getting below mentioned error.
BR0051I BRBACKUP 7.00 (32)
BR0055I Start of database backup: benqcbwx.ffd 2014-04-14 15.20.31
BR0484I BRBACKUP log file: /oracle/RJH/sapbackup/benqcbwx.ffd
BR0071E BRBACKUP currently running or was killed
BR0072I Please delete file /oracle/RJH/sapbackup/.lock.brb if BRBACKUP was killed
BR0073E Setting of BRBACKUP lock failed
BR0280I BRBACKUP time stamp: 2014-04-14 15.20.31
BR0301E SQL error -1033 at location BrDbConnect-2, SQL statement:
'CONNECT /'
ORA-01033: ORACLE initialization or shutdown in progress
BR0310E Connect to database instance RJH failed
BR0056I End of database backup: benqcbwx.ffd 2014-04-14 15.20.31
BR0280I BRBACKUP time stamp: 2014-04-14 15.20.31
BR0054I BRBACKUP terminated with errors

Hi Romil,
the file
/oracle/RJH/sapbackup/.lock.brb
still exists. This happend when brbackup crashes.
1. Verify there is no other brbackup session running.
2. IF another brbackup session is running -> kill the session.
3. Delete the file  /oracle/RJH/sapbackup/.lock.brb
When an old backup craches you should verify if the database is in begin backup mode.
If yes make the following command:
alter database end backup
Best regards
Willi Eimler

Similar Messages

  • Upgraded my mac to yosemite and my toshiba backup will not run

    I upgraded my Macbook Pro (June 2012 model) to Yosemite and now my Toshiba /backup will not run.  I can see it when I attach it and am able to open the file.  The last backup was in November 2014. Is there a fix or do I have to purchase another backup drive?

    Custom will show automatically as soon as you just edit some options. So just go ahead, you don't need to select "custom"

  • The Backup does Not Run

    My iTunes does Not Backup my iPhone, the Backup Runs without an end!

    I uninstalled ITunes and reinstalled it on my computer Windows 7 and then did the sync on the phone and it works fine now.  Not to difficult to fix

  • RMAN Backup Script not running in cron tab

    Hi,
    I am having rman backup script which is being executed successfully through shell.
    but when scheduled in cron the script is being called but RMAN commands are not getting executed.
    i have scheduled cron using oracle user.
    Attached below the rman script for taking LEVEL 1 backup
    #! /bin/ksh
    DATE=`date +%Y-%m-%d`
    export ORACLE_SID=ACIDC
    export ORACLE_BASE='/home/app/oracle/product/10.2.0'
    PATH=$PATH:${ORACLE_HOME}/bin
    export PATH
    export ULIMIT=unlimited
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/network/lib
    export LIBPATH=$LD_LIBRARY_PATH:/usr/lib
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    cd $ORACLE_HOME/bin
    rman TARGET= / << EOF > /oraclebkp/rmanlogs/ACIDC/$DATE.log
    backup incremental level 1 database;
    report obsolete;
    delete noprompt obsolete;
    exit;
    EOF
    exit 0
    Attached cron script
    SHELL=/bin/sh
    PATH=:/usr/ucb:/bin:/usr/bin
    10 17 * * 2 /oraclebkp/rmanscripts/rmandclvl1.sh 2>&1 >/oraclebkp/cronlogs/delobs.log
    Files delobs.log
    and oraclebkp/rmanlogs/ACIDC/$DATE.log are being created but with 0 bytes .
    Thanks in Advance
    HariPriya,

    rman TARGET= / << EOF > /oraclebkp/rmanlogs/ACIDC/$DATE.log Change this line to and try..
    $ORACLE_HOME/bin/rman TARGET= / << EOF > /oraclebkp/rmanlogs/ACIDC/$DATE.log

  • My Backup Assistant not running when I set it to - on LG Cosmos 2

    I have gone over the settings several times (even checking when I sign into Verizon website on how to do this) & set it to go off Late Night.  It runs mid-morning.  And at times, in the afternoon, too. 
    Is this the phone's problem or Verizon's problem? 
    I've only had the phone since mid-Dec.  But it seems to have started this messed up schedule bit in the last few weeks.
    Any suggestions?  I just may have to go in & bother a person at the Verizon store soon.
    Thanks

        The great news is that the BackUp Assistant is working. Sadly, it works at a different scheduled time.
    Is this random run time affecting the function of the phone?
    Tamara H.
    Follow us on Twitter @VZWSupport

  • Data protector online backup not running after system copy

    Dear guru's,
    My online backup is not running.The integration of oracle user sapsr3 with data protector 6.0 failed.the error message that came out is;
    Oracle Output: ORA-01031: insufficient privileges
    SP2-0640: Not connected
    sqlcode 1031
    Please advise.
    Thanks

    can you have a look Note 834917 - Oracle Database 10g: New database role SAPCONN
    Note 400241 - Problems with ops$ or sapr3 connect to Oracle
    cheers,
    -Sunil

  • Windows Server Backup scheduled task run successfully but backup do not start (not running) on Windows Server 2012

    Hi,
    A backup job has been setup on Windows Server 2012 (Platform: Win32NT; ServicePack: ; Version: 6.2.9200.0; VersionString : Microsoft Windows NT 6.2.9200.0) via Windows Backup Software UI (Local Backup 1.0).
    It is appearing as a scheduled task "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup" belonging to user 'nt authority\system' in task scheduler.
    The problem is that the Backup job never start despite the scheduled task running and completing successfully (when run automatically or manually)!
    Would you be able to explain why and assist in resolving that issue?
    Here is what we know:
    When the backup is run manually via the Windows Backup Software UI, it works fine.
    When the backup is run via command line (as set in schedule task) in a cmd command prompt (as local/domain 'administrator' or as 'nt authority\system' which is possible by running command prompt via 'PsExec.exe -i -s cmd'), something like "%windir%\System32\wbadmin.exe
    start backup -templateId:{f11eb3aa-74e7-4ff4-a57b-d8d567ee3f77} -quiet", it works fine.
    If you manually run the preset scheduled task while logged in as administrator, the task run and complete successfully but the backup job does not start.
    Idem if you schedule task is run automatically at scheduled time.
    The schedule task run and complete successfully but the backup job does not start.
    It is confirmed by running the following in a command prompt as 'nt authority\system':
    schtasks /run /tn "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup"
    SUCCESS: Attempted to run the scheduled task "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup".
    Despite success result, the Backup job does not start running...
    No errors or warning appears anywhere in Event Logs (Microsoft > Windows > Backup or Task Scheduler) nor in the scheduled task History tab. The schedule task complete successfully but no Backup job is run...
    If scheduled task automatically set by Windows Backup software is duplicated (copied) and set manually it runs fine as 'administrator' and as 'nt authority\system' (subject that 'nt authority\system' is added to the 'Backup Operators' AD group).
    Here is an export of the current pre-set schedule task, is there any settings that need to be changed to make it works?
    <?xml version="1.0" encoding="UTF-16"?>
    <Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
      <RegistrationInfo>
        <Author>MYDOMAIN\SERVER1</Author>
        <SecurityDescriptor>D:AR(A;OICI;GA;;;BA)(A;OICI;GR;;;BO)</SecurityDescriptor>
      </RegistrationInfo>
      <Triggers>
        <CalendarTrigger id="Trigger 1">
          <StartBoundary>2014-07-14T21:00:00</StartBoundary>
          <Enabled>true</Enabled>
          <ScheduleByDay>
            <DaysInterval>1</DaysInterval>
          </ScheduleByDay>
        </CalendarTrigger>
      </Triggers>
      <Principals>
        <Principal id="Author">
          <UserId>S-1-5-18</UserId>
          <RunLevel>HighestAvailable</RunLevel>
        </Principal>
      </Principals>
      <Settings>
        <MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy>
        <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
        <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
        <AllowHardTerminate>true</AllowHardTerminate>
        <StartWhenAvailable>true</StartWhenAvailable>
        <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
        <IdleSettings>
          <StopOnIdleEnd>false</StopOnIdleEnd>
          <RestartOnIdle>false</RestartOnIdle>
        </IdleSettings>
        <AllowStartOnDemand>true</AllowStartOnDemand>
        <Enabled>true</Enabled>
        <Hidden>false</Hidden>
        <RunOnlyIfIdle>false</RunOnlyIfIdle>
        <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
        <UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine>
        <WakeToRun>false</WakeToRun>
        <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
        <Priority>7</Priority>
      </Settings>
      <Actions Context="Author">
        <Exec>
          <Command>%windir%\System32\wbadmin.exe</Command>
          <Arguments>start backup -templateId:{f11eb3aa-74e7-4ff4-a57b-d8d567ee3f77} -quiet</Arguments>
        </Exec>
      </Actions>
    </Task>
    Thank you in advance for your feedback.

    Once again, the issue is not to run the backup manually from the command line but to have it run via the scheduled task setup by the Windows Backup software.
    By default, the schedule task is to be run as NT Authority\System, and when run under this account, the backup does not start (even though account is member of Backup Operators) and job can manually be run via elevated command prompt. This is not a normal
    behavior and constitute a major bug in Windows Server 2012.
    From my understanding the NT Authority\System account is a built-in account from Windows that should by default be part of the Administrators group (built-in) even though it does not explicitly appears like it in AD by default.
    This account shall have by default Administrators rights and Backup Operators rights (via the Administrators group) without being explicitly added to those groups (http://msdn.microsoft.com/en-gb/library/windows/desktop/ms684190%28v=vs.85%29.aspx). By design
    it is supposed to be the most powerful account which has unrestricted access to all local system resources. If that is not the case (as it seems) then this would constitute a major bug in Windows Server 2012 edition.
    As said previously and as you confirmed, currently by default NT Authority\System on Windows 2012 server cannot start backup manually via an elevated command prompt unless it is manually added to Backup Operators (or Administrators) group. But wouldn't that
    constitute a bug of Windows Server 2012?
    Our server has not yet been restarted since I added NT Authority\System account to the Administrators group explicitly manually so I cannot yet confirmed it would sort the issue. Indeed it is heavily in use so cannot easily be restarted. Will confirm when
    done.
    We also have an additional problem where after a while of last reboot, part of the Exchange ECP can no longer be properly loaded in the web browser due to compilation error (compilation is done via NT Authority\System account which seems to no longer have
    sufficient right to compile .NET code). What is strange is that it works at first and then stop working at some point... I am hopeful that adding NT Authority\System to the Administrators group would sort this issue as well but once again, that shall not be
    needed!!!
    Could a Windows Server 2012 update introduced some security policy changes or else that prevent NT Authority\System to have full power?

  • Automatic postings r not updated thru business area wise like dep.run tax c

    automatic postings r not updated thru business area wise like dep.run tax code also......how to updated this....
    my client requirement.....plz halp me

    Hi
    Business area updations will not get updated through automatic postings like tax line generations, etc.  You will have to search for some note for updations.  Otherwise while preparing blance sheets for business area, you can make adjustment postings.
    Regards,

  • TS3992 My iPhone 4 will not run a backup; msg is "The last backup could not be completed." Any ideas, good Apple People? Thanks.

    Hello, Apple Community:
    My iPhone 4 will not run a backup; it starts and after a few minutes msg received is:
    "The last backup could not be completed."
    Memory available: 3.7 GB
    Any ideas, good Apple People?
    Cheers!

    Hi there,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    -Griff W.

  • I get an error message when running a back-up from my Macbook Pro: The backup disk image Macbook.sparsebundle could not be accessed (error-1) and the backup did not complete? What is the issue?

    I get an error message when running a back-up from my Macbook Pro: The backup disk image Macbook.sparsebundle could not be accessed (error-1) and the backup did not complete? What is the issue?

    Try Here  >  http://pondini.org/TM/C12.html
    More Info here  >  http://pondini.org/TM/Time_Capsule.html

  • After refomatting HDD, reinstalling Vista plus service packs, recovering files from Microsoft backup and installing new copy of Firefox 3.6, Firefox will not run. Have deleted all old M0zilla profile folders and reinstalled Firefox again to no avail.

    After computer would not boot and could not be repaired, I reformatted the HDD, reinstalled Vista plus all service packs and updates, recovered files from Microsoft backup and installed new copy of Firefox 3.6. Firefox will not run.
    I have deleted all old M0zilla profile folders and reinstalled Firefox again to no avail.
    After intallation was completed, the automatic startup just placed a small box on the screen "Import wiz". This just sat there with no activity. After I closed this box, none of the Firefox start buttons would open the program -- just the blue rotating icon for about 2 seconds then nothing.

    Hi,
    Please try to rebuil the WMI repository.
    For detailed information, please refer to the blog below,
    http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx
    If issue persists, due to sfc doesn't work, could you try to repair your system with the installation disk?
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Time Machine does not run automatic backups

    For the last couple of days TM is refusing to run the hourly backups.
    Manual backups run fine, but not the automatic ones.
    Modifying the exclude list seems to have no effect on the manual backups.
    It keeps using the "old" exclude list, i.e. the one I had before the problem
    started.
    In /var/log/system.log I find the following message every hour:
    Nov 18 21:26:03 macdelta com.apple.backupd-auto[12774]: Not starting scheduled T
    ime Machine backup - time machine destination not resolvable.
    I checked the plist
    /System/Library/LaunchDaemons/com.apple.backupd-auto.plist
    and it seems to be fine. It is identical to the one in another mac that shows no problems with TM. The same is true for the other plists related to backupd in that directory.
    Question 1: What are all the plists that control the behaviour of TM
    Question 2: How do I resume hourly automatic backups?

    My laptop's drive is encrypted and my laptop is with me at all times. The backup disk remains at my desk and does not have a cable lock. The important thing to consider here is that even if your laptop drive is encrypted (e.g., through FileVault), the TimeMachine backups *are not* (unless you are logged out of your account when you backup--at which point, why bother using TimeMachine over a simple disk cloner such as SuperDuper!?).
    Anyway, that's off-topic for now. You mention that it changed the element of the plist that identifies the backup volume, do you mean the UUID element? I noticed it changed:
    10.6.4:
    <key>DestinationVolumeUUID</key>
    <string>040F3E3C-11BF-3AF9-8813-2B6110B200A0</string>
    10.6.5:
    <key>DestinationUUID</key>
    <string>24E15602-063A-3930-B1FE-F2DB15865083</string>
    In addition, after doing a reset (while attempting to trouble shoot this issue), the new plist is missing some things the old plist had--for example:
    <key>HostUUIDs</key>
    <array>
    <string>00000000-0000-1000-8000-0017F2C65E0C</string>
    <string>25233988-B93F-56AF-B940-F386CB4442EC</string>
    </array>
    Thoughts?
    -Chuck

  • DB13 - Scheduled Update Statistics not run - Error

    Hello gurus,
    I´m faccing with an error in DB13, I scheduled Update statistics every day but it did not run due an error.
    I think this may resulted because an authorization problem.
    In /usr/sap is with this permissions:
    drwxr-xr-x  15 orad01 dba   4096 Oct 18 16:34 sap
    The /oracle/D01/sapcheck is with the following permissions:
    drwxr-xr-x  2 orad01 dba     4096 Nov 14 20:28 sapcheck
    Inside of sapcheck directory I can see the following files with permissions:
    -rw-r--r-- 1 orad01 dba       32262 Oct 14 13:16 ceeimamu.sta
    -rw-r--r-- 1 orad01 dba        2705 Oct 15 17:42 ceeisafo.sta
    -rw-r--r-- 1 orad01 dba        2705 Oct 15 17:50 ceeisazq.sta
    -rw-r--r-- 1 orad01 dba        1932 Oct 15 17:58 ceeisbie.sta
    -rw-r--r-- 1 orad01 dba        1791 Oct 15 22:16 ceeisyhm.sta
    -rw-r--r-- 1 orad01 dba        1931 Oct 15 22:24 ceeisyta.sta
    -rw-r--r-- 1 orad01 dba    19394261 Oct 15 23:45 ceeiszph.sta
    -rw-r--r-- 1 orad01 dba        1930 Nov  9 11:27 ceenjunx.sta
    -rw-r--r-- 1 orad01 dba        1790 Nov  9 11:38 ceenjvuv.sta
    -rw-r--r-- 1 orad01 dba      143103 Nov  9 11:40 ceenjwnr.sta
    -rw-r--r-- 1 d01adm sapsys      521 Nov 16 14:46 ceeosxxw.sta
    -rw-r--r-- 1 d01adm sapsys      521 Nov 16 14:49 ceeosydo.sta
    -rw-r--r-- 1 d01adm sapsys      521 Nov 16 14:54 ceeosyqi.sta
    -rw-r--r-- 1 d01adm sapsys      521 Nov 16 15:57 ceeotefd.sta
    -rw-r--r-- 1 orad01 dba       18530 Nov 16 16:27 ceeotgun.sta
    -rw-r--r-- 1 orad01 dba         996 Nov 16 16:27 connD01.log
    In DB13 at details error, it show the following statements:
    Job executado
    Etapa 001 executada (program.RSDBAJOB, variante &0000000000016, nome usuário XNSJAD)
    Execução do comando lógico BRCONNECT No host segoviad04
    Parâmetros: -u / -jid STATS20101123153214 -c -f stats -t ALL
    BR0801I BRCONNECT 7.20 (7)
    BR0301E SQL error -2133 at location BrOraThrEnable-1, SQL statement:
    'ENABLE THREADS'
    BR0806I End of BRCONNECT processing: ceeqbmqh.sta2010-11-23 15.32.15
    BR0280I BRCONNECT time stamp: 2010-11-23 15.32.15
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job encerrado
    Can you help me please!? I do not know how to solve this situation...
    Best regards,
    João Dimas - Portugal

    This wasn´t a new installation... this was a migration from windows/sql server to linux/oracle... and after that migration process I made an oracle upgrade to 11.2g and during this oracle upgrade we upgrade the BRtools to 7.20 version.
    I set up other job from DB13 (Verify database) and also it not ran well, it show an error too, but a diferent one:
    Parameters:-u / -jid VERIF20101110030000 -c force -w only_dbv -p initD01.sap -m ALL
    BR0051I BRBACKUP 7.20 (7)
    BR0055I Start of database backup: beeqitms.dbv 2010-11-25 03.00.06
    BR0484I BRBACKUP log file: /oracle/D01/sapbackup/beeqitms.dbv
    BR0477I Oracle pfile /oracle/D01/112_64/dbs/initD01.ora created from spfile /oracle/D01/112_64/dbs/spfileD01.ora
    BR0068E SAP system is running or SAP user is connected to database D01 - database cannot be shut down
    BR1025I Please shut down SAP system first or use the 'offline_force' option
    BR0056I End of database backup: beeqitms.dbv 2010-11-25 03.00.09
    BR0280I BRBACKUP time stamp: 2010-11-25 03.00.09
    BR0054I BRBACKUP terminated with errors
    External program terminated with exit code 3
    BRBACKUP returned error status E
    I also checked the permissions in /usr/sap folder and sub folders as per the link you put here... and everything is well... but tell me one thing which owner/group must have set in /usr/sap/ directory? In that help sap link it doesn´t show any suggestion in this column, so I don´t know in this case which owner and group must have set... In my case the /usr/sap/ and dba as group:
    drwxr-xr-x 28 orad01 dba      4096 Nov 23 15:20 D01
    Kind regards,
    João Dimas - Portugal

  • 743 download will not run - msg says it is "not a valid Win32 application"

    We have ipod nanos which we use itunes with. We just got the newest nano which requires the 743 version, so I downloaded and saved it, but when I tried to run it, I got the message that it is "not a valid Win32 application". the new download is in my documents folder, but will not run. I tried going on to itunes to troubleshoot, but it told me to delete the download and try again. the only itunes I could find was the older version I am using. If I delete that, it will erase all my existing music, correct??? I DON'T want to loose my music again (been thru that when getting new computer). I did go to my documents and erase the 743 download in there, but when I tried to download it again, I got a message saying I already have it, and it shows up in my documents again.
    PS I tried to back up my music on my flash drive, but it would not transfer to my new computer, so I have no backup. I need to install the new version to get music on my new nano. Any suggestions??? Getting frustrated. Thanks! Penny http://www.theallensisters.com

    Have you tried the steps in this Knowledge Base article? See if it helps with that problem you're getting:
    iTunes: Windows reports that iTunesSetup.exe is not a "valid Win32 application"
    -Kylene

  • Cron job not running - script uses rsync, ssh (with id_rsa)

    Does anyone know how to get cron to run a rsync/ssh script which uses id_rsa for passwordless logins?
    I have a backup script I have slaved for months over that works wonderfully when running it from the command line.
    It uses rsync and connects with SSH (passwordless using ssh keys). I have setup id_rsa and id_rsa.pub for passwordless logins (this is my user account, and connects using root@ to the server)
    As stated all works find when run from the command line. But when I setup a cron job to run this file (exact same line I run from the command line) it does not execute. Actually, it does run, as I have an email notifiction which sends to me. It is just the rsync/ssh part that does not run.
    I have spent days and days trying to figure it out. No error messages occur, nothing.  Took me a while to find out cron is emailing the user account on Lion the messages (not to a proper email address).
    The error shows a permission denied, which I believe to be the cron user cannot use the id_rsa/ssh connection.
    Cron is running the script as my user, the same I use on the command line. I even tried copying the id_rsa to the root user .ssh folder in case cron is running as root but that does not work either.
    So does anyone know how to get cron to run this rsync/ssh script which used id_rsa for passwordless logins?
    Thanks a lot

    YES! Got it working, finally!
    So the issue is indeed cron/launchd not being able to access the ssh-agent which holds the key.
    So this is the solution...
    Download keychain for Mac:
    http://www.funtoo.org/wiki/Keychain
    Then once its installed and configured, the script to run needs this added to the top:
    eval `keychain --noask --eval id_rsa` || exit 1
    Note I am using id_rsa whereas keychains instructions refer to id_dsa so I just changed it and it works OK.
    When the script runs the first time it asks for the key password. Then it works from then on.
    What I do not know yet is will I need to re-enter the password when I logoff/logon again. That will cause an issue as I auto restart the Mac every day which means if I am off for a few days backup will stop (can you see the madness in this issue!).

Maybe you are looking for

  • Cannot Install Driver

    OS Version: Microsoft Windows 7 Home Premium, Service Pack 1, 64 bit Processor: AMD A8-3820 APU with Radeon(tm) HD Graphics, AMD64 Family 18 Model 1 Stepping 0 Processor Count: 4 RAM: 5844 Mb Graphics Card: AMD Radeon HD 6550D, 256 Mb Hard Drives: C:

  • DMS Error - Error occurred when I try to download document from storage.

    Hi, gurus I'm new to DMS and using 3rd party content server now but I faced error. let me explain my symtom. First, I created Content Rep. EL Document area: DMS storage type: HTTP content server Version: 0046 (note that connection test is successful.

  • Images in my Aperture 3 libraries have lost their original "date created"

    Just made a very discouraging discovery regarding the "date created" field for my photos. Noticed that all photos in any project default to the same date created, even if they weren't shot on the same date. Not sure what date they're all defaulting t

  • Do apple stores stock the quad i5 in the uk?

    sorry i didnt know where else to put this, ive just ordered an imac online 27" but realised theres at least a 2 week wait, i was wondering if anyone from the uk has bout the quad core i5 from a store, i asked the milton keynes store but they werent v

  • Table to identify the datatarget  for each infopackage .

    Hi All, Is there any simplest way to identify the datatarget for each  infopacakge  instaed of  checking each infopacakge to identify the target.We have nearly 1000 infopackges loaing to different data targets.Is there any simplest way to identify wh