MFC database compact - how long to run ?

Our MFC server ran out of space yesterday so we've had to do a compact on the database. I followed the instructions on the knowedlge base, answer ID 691, backed it up to another server (mapped a drive and redirected output to that drive) and now trying to restore the database.
The restore has been running for about 12 hrs now but has not completed yet by the look of it (the cursor on the DOS screen has not returned to a prompt yet).
Does anyone know
a) Roughly how long it would take to restore a 7Gb MFC database. I realise we are restoring from a file on another network drive and this may slow it down and it also depends on the speed on of the disk subsystem being written to but a rough idea of time would be good.
b) Are there any log files I can check to see if the restore is still happening or something has gone wrong.
I set the initial database size in the my.cnf file to 10Gb and on restarting the MYSQL service the database size went to 10Gb without any data.
On reflection I suppose if I'd set the initial database size to 1Gb I would have been able to see if the database was growing then the restore would be working, but as I set it to 10Gb and there is only 7Gb's worth of data I'm not going to see the file size increase.
The date/time attributes on the file are constantly changing so is this an indication the file is being written to ?
The knowledge base says it will take a long time to run, but I'm not sure how much a long time is ? I'm a bit reluctant to stop it just in case it's nearly complete.

Can you login to the mysql prompt and run 'show processlist;' to see what commands are being executed?

Similar Messages

  • How is the 'import-packages' information saved in the database, and how long?

    Hello,
    I am  developping a ECM Connector for Adobe LiveCycle ES, which is a customized component.
    1 - Who should I contact to have some specific support  ?
    There is no detailed information yet on this on the adobe site  (http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/js/html/w whelp.htm?href=000931.html&accessible=true) .
    If you  think that I should address my problem to another department of Adobe, please  tell me which department?
    I give you another description of my problem. In fact, I have  been investigating on it.
    2 - If I  put this in my component.xml file, in step  1:
    <component-id>com.rsd.adobe.livecycle.RSDFoldersConnector</component-id>
    <version>1.0</version>
    <import-packages><package  version="1.0">com.rsd.simpleApiFolders</package>  </import-packages>
    If I change the  version to 1.1 and remove the  'import-packages' (in step 2) , will the new component need the  com.rsd.simpleApiFolders package. It seems that is still needs it.
    3 - How is the  'import-packages' information saved in the  database, and how  long?
    In  fact, on thursday, I used 'import-packages'  to make a test. And since them, I  can not deploy any of my components.
    LiveCycle throws a  ClassNotFoundException.
    ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException:  Internal error.
    [java] at  com.adobe.idp.dsc.registry.component.impl.ComponentRegistryImpl$6.doInTransaction(Compone ntRegistryImpl.java:338)
    ... Caused  by: java.lang.ClassNotFoundException: http-0.0.0.0-8080-1Class name  com.rsd.simpleApiFolders.Context from package com.rsd.simpleApiFolders not found.
    [java] at  com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingParentFirst(DSContainerSearchPo licy.java:234)
    Thank you in advance
    Regards.

    1 - Who should I contact to have some specific support  ?
    That would depend on your Adobe support contract and if your organization has a TAM assigned.  You should check with your organization's Adobe contact and see what support options your organization has purchased.
    Having said that, this forum has a few people that may be able to help (but the forum does not have a SLA associated with it)
    2 - If I  put this in my component.xml file, in step  1:
    <component-id>com.rsd.adobe.livecycle.RSDFoldersConnector</component-id>
    <version>1.0</version>
    <import-packages><package  version="1.0">com.rsd.simpleApiFolders</package>  </import-packages>
    If I change the  version to 1.1 and remove the  'import-packages' (in step 2) , will the new component need the  com.rsd.simpleApiFolders package. It seems that is still needs it.If your component class needs the simpleApiFolders class then yes, you still need it.  Think of import-packages like a class-path statement (but with packages and not jars).  Its not physically moving the package into your application, but allowing you to access it from another container.
    3 - How is the  'import-packages' information saved in the  database, and how  long?
    As far as I know they are not imported into the database. As I stated above, I believe that the import-packages just allows you to point to classes that are in the app server's classpath, but are not physically in you component jar file.  As long as that class is in the app server class-path (or in the Adobe EAR file) then you should be able to access it.  Is the jar file containing the simpleApiFolders class in the app server's lib directory?

  • How long has my database been running?

    Hello,
    For audit i need calculate how long has my production database been running.
    I searched in this and others forums a command or query that show me this information but I did not find an answer.
    any help is appreciated
    regards.
    JP

    Hi,
    You can get from AWR report ... if you have generated , alert log too and mainly v$instance...
    - Pavan Kumar N

  • What SQL Server Agent jobs are currently running and for how long

    Is there a way to tell what SQL Server Agent jobs are currently running and for how long?  View history isn't working in my case because it's only showing completed jobs.  John Schroeder

     You can use the "Job Activity Monitor" for doing this.  Do the following steps. It will open up the Job Activity Monitor.
    1.    In Object Explorer, connect to an instance of the SQL Server Database Engine, and then expand that instance.
    2.    Expand SQL Server Agent.
    3.    Right-click Job Activity Monitor and click View Job Activity.
    4.    In the Job Activity Monitor, you can view details about each job that is defined for this server.
    In Job Activity Monitor page, we have column called Status. It will indicate whether job is executing or idle. Last Run column will give you the last invocation time of this job.
    Use the following link for further reference.
    http://msdn.microsoft.com/en-us/library/ms187449.aspx
    Thanks,
    Sateesh.
    Mark Post as helpful if it provides any help.Otherwise,leave it as it is.

  • How long has the current SPID/Agent Job been running

    I have a SQL Agent Job that has 15 steps. Each step executes the same CLEANUP sproc against a database. STEP1 executes CLEANUP against DB1, STEP2 executes CLEANUP against DB2, etc. These 15 databases all have the exact same schema (that was the design
    decision - not going to change).  The job can run for days. I want to have a MAXMINUTESTORUN configuration (probably set to 4 hours) that the sprocs will check and when that is exceeded the sprocs will nicely terminate and then pick up  again
    the next time. I want to be able to ask in the sproc, how long has the spid/agent job been running. How is the best way to do this?

    Well, the idea for that, 
    the clean up always runs first on the database it never before and then it will run against the database that has oldest 'Lastrun". you can change this logic if you need.
    Using the demo scripts above, try this ...after the scheduling the job.
    1. run the job once..it will run the procedure for testA
    2.check the output of select * from msdb.dbo.cleanupjob
    3. run the job again..it will run the procedure for testB(the reason it picks this is because the cleanup procedure never ran for database testb)
    4.check the output of select * from msdb.dbo.cleanupjob
    5. run the job again..it will run the procedure for testA(the reason it picks this is because the cleanup procedure ran for database testb atleast once and 
    will the pick the  oldest "last run " database)
    6.check the output of select * from msdb.dbo.cleanupjob
    you can also ,,replace this block
    select top 1 @a= databasename from
    (select top 1 1 source,databasename from cleanupjob
    where (lastrun is null)
    union
    select top 1 2 source,databasename from cleanupjob
    where (lastrun in (select min(lastrun) from cleanupjob where lastrun is not null))
    order by source) A
    with 
    select top 1 @a=databasename from msdb.dbo.cleanupjob where isnull(lastrun,'19000101') in (select min(isnull(lastrun,'19000101')) from msdb.dbo.cleanupjob)
    order by id
    Hope it Helps!!

  • Monitoring user issued queries...and how long queries have been running.

    soalris 9
    oracle 9i and 10gr2
    I am trying to get the user issued query and how long it has bee running.
    I was trying to test on test database running a query under scott schema with
    1.5 million records which is almost taking more than 5 minutes and trying to
    see If I can see the query and how long it has been running.
    I ran script(show.sql---from Ask tom) got it from NET and i see session status as INACTIVE while query was still running. And I do not see the query in output.
    I could see the show.sql query in output.
    Why is it showing session status as INACTIVE when the sql is still running.
    Could you please provide me sql that will show user issued quries and how ong they have been running
    Message was edited by:
    user539835
    Message was edited by:
    user539835

    Go to Morgan's Library at www.psoug.org and look up "DBMS_APPLICATION_INFO." This built in package has a procedure named SET_SESSION_LONGOPS that may help you.

  • I ordered a battery for my laptop because it said to replace battery soon.  How long can I let the new battery sit around as I wait for the old one to run out of more charge?

    I ordered a battery for my laptop because it said to replace battery soon.  How long can I let the new battery sit around as I wait for the old one to run out of more charge?  Will the new one become less effective if it sits around too long?

    How much capacity is remaining on your current battery?
    Check your power status
    From the  menu: Hold OPTION and click System Information... èHardware è Power
    Copy and Paste in your reply.
    The new battery will become less effective if you store it in a hot or humid environment. It should be stored at room temperature (22 C).
    Long term storage (6 months):
    Apple recommends that you store the battery with a 50% charge. If you store a battery when it’s fully discharged, it could fall into a deep discharge state, which renders it incapable of holding any charge. Conversely, if you store it fully charged for an extended period of time, the battery may experience some loss of battery capacity, meaning it will have a shorter life.
    http://www.apple.com/batteries/

  • How long should I let Safe Mode startup run? I keep getting the "disk0s2 i/o error" message and I'm just not sure when to give up and try a different method. I already ran disk utility in Recovery Mode and it said there were no repairs needed.

    How long should I let Safe Mode startup run? I keep getting the "disk0s2 i/o error" message and I'm just not sure when to give up and try a different method. I already ran disk utility in Recovery Mode and it said there were no repairs needed but it still kept getting stuck on the apple loading screen.

    You have limited opportunity to attempt to create a backup of your created files.
    That is what the SafeBoot or safemode appears to allow you -- at the moment.
    Since the hard disk drive exhibits signs of failure or other major issues, plan
    on a replacement in the near future. You may be able to get the computer to
    start up in a regular full OS X (not safe mode) but consider its hours are limited.
    An externally enclosed hard disk drive (with own power supply, not relying on
    Mac ports to run it) is a good basic means of which to use a disk utility to make
    a copy or a Clone of the current OS X. This may help retrieve an archive that
    could be used along with a Time Machine backup, to restore your Mac once you
    get a new hard drive installed inside.
    Good luck & happy computing!

  • HT1766 How long should it take for a icloud back up of about 6.4GB?  It has been running all night and not complete.

    How long should it take for an icloud backup of about 6.4GB?  I selected a manual backup and it has been running all night?  Thanks         

    That's going to depend alot on your internet connection speed. 6.4 GB is alot of data, especially if your connection speed is slow (DSL) or low-end cable speeds of ~1.5 Mbps.

  • How do I run a database procedure that inserts data into a table from withi

    How do I run a database procedure that inserts data into a table from within a Crystal report?
    I'm using CR 2008 with an Oracle 10i database containing a number of database tables, procedures and packages that provide the data for the reports I'm developing for my department.  However, I'd like to know when a particular report is run and by whom.  To do this I have created a database table called Report_Log and an associated procedure called prc_Insert_Entry that inserts a new line in the table each time it's called.  The procedure has 2 imput parameters (Report_Name & Username), the report name is just text and I'd like the username to be the account name of the person logged onto the PC.  How can I call this procedure from within a report when it's run and provide it with the 2 parameters?  I know the procedure works, I just can't figure out how to call it from with a report.
    I'd be grateful for any help.
    Colin

    Hi Colin, 
    Just so I'm clear about what you want: 
    You have a Stored procedure in your report.  When the report runs, you want that same procedure to write to a table called Report_Log. 
    If this is what you want the simple answer is cannot be done.  Crystal's fundamental prupose is to read only, not write.  That being said, there are ways around this. 
    One way is to have a trigger in your database that updates the Report_Log table when the Stored Procedure is executed.  This would be the most efficient.
    The other way would be to have an application run the report and manage the entry. 
    Good luck,
    Brian

  • How long does it take to run execute dbms_stats.gather_dictionary_stats

    Hello,
    How long does it take to execute dbms_stats.gather_dictionary_stats? I need to run this prior to upgrading 10.2.0.2 aix to 11.2.0.2. I like to know how long it takes to execute because this is a very busy Production system and I do not want to take too much resource and db time from a busy Production system. Thank you.

    I guess that is when Resource Manager comes into play:
    http://download.oracle.com/docs/cd/B14117_01/server.101/b10739/dbrm.htm

  • How to know whether database(oracle) is up and running at OS level

    how to know whether database(oracle) is up and running at OS level...!!!

    depends on the O/S you are using, Unix or Windows? I would use Korn shell script to monitor the Oracle background process and scripts to check of Oracle is accepting connections.
    This UNIX command will show the number of processes for your instance:
    ps -ef|grep $ORACLE_SID|grep -v grep|grep -v ora_|wc u2013l
    In Windows I would look into services.msc

  • I have tried to download update for Firefox 3 separate times ,but each time it runs for more than 30 minutes and is still running, is this normal,? How long should this take?

    I have tried downloading the update for Firefox 3 times, but had to go to bed before it was finiahed....seemed to be more than 45 minutes is this normal? How long should it take?

    Since the maximum OS X version for an eMac is 10.5, how are you running OS X 10.7.5 on the eMac?
    http://support.apple.com/kb/TS1591

  • What dictionary to see how long a job has run??

    Hi, all.
    I would like to check how long a job has run.
    dba_scheduler_job_run_details.LOG_DATE - dba_scheduler_job_run_details.ACTUAL_DATE
    = the time a job has run.
    Is this right?
    Thanks and Regards.

    Dear Chandra.
    Thanks for your reply.
    Have a good night.
    Best Regards.

  • How long should a deployment build run

    I started the deployment utility and it reports
    Building...
    8:35 AM
    The Build Status is
    Processing VIs...
    Press F1 for Help does not respond. 
    That was over 20 minutes  ago and there is no disk activity. There are about 80 IVs. About how long should this take?
    thanx,
    jvh 

    This time when I killed the non responsive LV task another one sprang up then became non-responsive. When I killed it the build finished:
    Making an installer, please wait...
    Loading product deployment information
    Adding files to installer
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    Building deployment
    Copying setup files
    Setting merged database information
    Setting product information
    Setting developer part information
    Starting final build
    Validating...
    Copying files...
    Updating files...
    Creating merged database...
    Creating installer files...
    Build complete successfully.
    Copying additional setup files
    Compressing installer files
    Done building deployment
    The installer is finished
    The build process is done.
    11:15 AM
    Warning: You may need to add any sequence file(s) referenced by the following expression(s):
    "reportgen_" + RunState.Root.Locals.ReportOptions.Format + ".seq" in step 'Process Step Result', sequence 'SequenceFilePostResultListEntry', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\_SequentialModel​.seq'
    "reportgen_" + RunState.Root.Locals.ReportOptions.Format + ".seq" in step 'Process Step Result', sequence 'ProcessModelPostResultListEntry', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\_SequentialModel​.seq'
    "ReportGen_" + Parameters.ReportOptions.ReportStyle + ".seq" in step 'Set ReportOptions based on ReportStyle', sequence 'Get Report Options', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\_SequentialModel​.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Footer', sequence 'TestReport', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\_SequentialModel​.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Header', sequence 'TestReport', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\_SequentialModel​.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Body (Sequence)', sequence 'TestReport', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\_SequentialModel​.seq'
    "ReportGen_" + Parameters.ReportOptions.ReportStyle + ".seq" in step 'Get Report based on ReportStyle', sequence 'TestReport', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\_SequentialModel​.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Set Report Disabled Message', sequence 'TestReport', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\_SequentialModel​.seq'
    RunState.ProcessModelClient in step 'MainSequence Callback', sequence 'Test UUTs', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\_SequentialModel​.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Footer', sequence 'TestReport', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\Avionics.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Header', sequence 'TestReport', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\Avionics.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Body (Sequence)', sequence 'TestReport', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\Avionics.seq'
    "ReportGen_" + Parameters.ReportOptions.ReportStyle + ".seq" in step 'Get Report based on ReportStyle', sequence 'TestReport', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\Avionics.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Set Report Disabled Message', sequence 'TestReport', sequence file 'C:\Documents and Settings\jhite01\My Documents\TestStand Deployment\Image\target\TestStand\Avionics.seq'
    "reportgen_" + RunState.Root.Locals.ReportOptions.Format + ".seq" in step 'Process Step Result', sequence 'SequenceFilePostResultListEntry', sequence file 'C:\HARM\Avionics\TestStand\_SequentialModel.seq'
    "reportgen_" + RunState.Root.Locals.ReportOptions.Format + ".seq" in step 'Process Step Result', sequence 'ProcessModelPostResultListEntry', sequence file 'C:\HARM\Avionics\TestStand\_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.ReportStyle + ".seq" in step 'Set ReportOptions based on ReportStyle', sequence 'Get Report Options', sequence file 'C:\HARM\Avionics\TestStand\_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Footer', sequence 'TestReport', sequence file 'C:\HARM\Avionics\TestStand\_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Header', sequence 'TestReport', sequence file 'C:\HARM\Avionics\TestStand\_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Body (Sequence)', sequence 'TestReport', sequence file 'C:\HARM\Avionics\TestStand\_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.ReportStyle + ".seq" in step 'Get Report based on ReportStyle', sequence 'TestReport', sequence file 'C:\HARM\Avionics\TestStand\_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Set Report Disabled Message', sequence 'TestReport', sequence file 'C:\HARM\Avionics\TestStand\_SequentialModel.seq'
    RunState.ProcessModelClient in step 'MainSequence Callback', sequence 'Test UUTs', sequence file 'C:\HARM\Avionics\TestStand\_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Footer', sequence 'TestReport', sequence file 'C:\HARM\Avionics\TestStand\Avionics.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Header', sequence 'TestReport', sequence file 'C:\HARM\Avionics\TestStand\Avionics.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Body (Sequence)', sequence 'TestReport', sequence file 'C:\HARM\Avionics\TestStand\Avionics.seq'
    "ReportGen_" + Parameters.ReportOptions.ReportStyle + ".seq" in step 'Get Report based on ReportStyle', sequence 'TestReport', sequence file 'C:\HARM\Avionics\TestStand\Avionics.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Set Report Disabled Message', sequence 'TestReport', sequence file 'C:\HARM\Avionics\TestStand\Avionics.seq'
    Warning: The following VI(s) have characters in their names that are not valid for VIs that are not within an LLB.  These VIs have been copied from their source LLB into Illegalfilenames.llb instead of being copied as separate VIs into SupportVIs:
    Not A Telnet Connection?.vi
    HTTP Point In Polygon?.vi
    HTTP Standalone?.vi
    HTTP Show GWS?.vi
    Not A Cookie?.vi
    Warning: There is no relative path between the following files.  You may need to add a path to your search directories.
    From [Installation Directory]\TestStand\_SequentialModel.seq to [TestStand]\Components\Models\TestStandModels\Data​base\Database.seq
    From [Installation Directory]\TestStand\_SequentialModel.seq to [TestStand]\Components\Models\TestStandModels\repo​rtgen_xml.seq
    From [Installation Directory]\TestStand\_SequentialModel.seq to [TestStand]\Components\Models\TestStandModels\mode​lsupport2.dll
    From [Installation Directory]\TestStand\_SequentialModel.seq to [TestStand]\Components\Models\TestStandModels\Mode​lSupport.seq
    From [Installation Directory]\TestStand\Avionics.seq to [TestStand]\Components\Models\TestStandModels\mode​lsupport2.dll
    +++++++++++++++++++++++++++++++++++++++

Maybe you are looking for

  • Apex Custom Application Behaviour

    I've got a Apex custom application that utilizes AJAX. In essence its a custom drop down list within a search bar. If i login to my workspace and run application the drop down list works. If i try to just login to the application(no workspace login)

  • ZR2440w letterboxe​s 640x400, any way around this?

    I noticed my 1920x1200 -native (16:10) ZR2440w vertically centers 640x400 (also 16:10) in an actual output resolution of 640x480 (4:3) when trying to display this resolution. Is it indeed the monitor doing this, is this resolution at all supported an

  • Converting from HD 720p50 to what?

    I am shooting with the great Sony XDCAM EX-1 in HD 720p50 (which will probagly become the most used HD standard format for HD broadcast in Europe where I live). I am editing in FCP6 using the XDCAM EX 720p50 (35 mbps) preset. The video plays back per

  • Developer Error

    hi think i have 2forms catalog & tasting I'm trying to call from one form to another form. I'm able to open catalog and try to call tasting by using button it is displaying the error like Developer Error : Invalid window catalog passed to set_window_

  • Description for field value

    Hi All, I have created a screen field with F4 help. If i select an entry from the F4 list i need the description to be displayed in next to the field. How can we do this. Thanks Partha.