SQL 2005 Upgrade complete! - Post installation tasks questions!

Hi All
I have managed to upgrade our DEV and TST ECC6 systems to SQL2005 (from SQL2000) and so far all seems ok however I have a a few questions and checks I would like some help with. I have included my post installation tasks at the bottom of this post, so you know what I have done.
I have noticed that when I  run SGEN I get a short dump  LOAD_VERSION_LOST which I am not sure what this means.
If there is anything else I need to do or should do please let me know.
Thanks
Phil
<b>Post Installation Tasks</b>
<u>SQL Queries</u>
exec sp_configure 'show advanced options', 1
reconfigure with override
exec sp_configure 'max degree of parallelism', 1
reconfigure with override
exec sp_configure 'xp_cmdshell', 1
reconfigure with override
alter database <SID> set page_verify checksum
go
alter database <SID> set auto_create_statistics on
go
alter database <SID> set auto_update_statistics on
go
alter database <SID> set auto_update_statistics_async on
go
dbcc updateusage ('<SID>')
go
exec sp_updatestats
go
<u>SAP Tasks</u>
Check SM21/SM50/DB02/ST04/ST22/SICK for any unusual error messages.

Hello,
I want run the below script on SQL 2005, can anyone tell me how I run it in SQL 2005?
exec sp_configure 'xp_cmdshell', 1
reconfigure with override
I need to enable xp_cmdshell in sql 2005
Reg,
SAT

Similar Messages

  • Installing Update Rollup 4 for R2. Question of post installation task

    I will be installing Update Rollup 4 for Service Manager 2012 R2 on our Orchestrator, Data Warehouse, Service Manager and Portal Server as well as updating the client Consoles.
    Following MS article
    http://support2.microsoft.com/kb/2989601/en-us?sd=rss#install.
    A bit confused about the Post installation tasks. Particularly the following:
    Resynchronize System Center Operations Manager mount point data
    To resynchronize Operations Manager mount point data after you apply this update, follow these steps:
    Disable all the Operations Manager configuration item (CI) connectors in the Service Manager console.
    In Windows PowerShell, check the current execution policy by running the following cmdlet:
    Get-ExecutionPolicy
    If the current execution policy is Restricted, set it to
    Remotesigned by running the following command:
    Set-ExecutionPolicy –force RemoteSigned
    Find the following PowerShell script in your System Center 2012 R2 installation directory:
    OMCIConnector_SyncMetadata_UpdateTimestamp.ps1
    By default, you should find this file in the following location:
    C:\Program Files\Microsoft System Center 2012 R2\Service Manager\PowerShell
    Run the following command from the Primary Management server:
    PowerShell .\OMCIConnector_SyncMetadata_UpdateTimestamp.ps1
    Revert the execution policy to the original value that it had in step 2.
    Enable and synchronize the relevant Operations Manager CI connectors.
    Make sure that all the mount point data is populated in Service Manager.
    I am guessing they are talking about the System Center Configuration Manager Connector but not sure. We don't have a Connector for SCOM. If by OMCIConnector they mean SCOM, then I don't need to worry about this.  If would be nice if they would tell
    you why you are doing this. I don't even know what "Mount Point Data" is.
    Does anyone know if it would cause any problems if I skipped this step? I hate doing stuff when I don't know why I am doing it. For example, step 8 "Make sure that all the mount point data is populated in Service Manager."
    What does that even mean?
    Also, I cannot even find the PowerShell script they are talking about in the C:\Program Files\Microsoft System Center 2012\Service Manager\Powershell folder so are they talking about SCOM or SCCM?

    All of the steps listed refer to the Operations Manager connections. none of these steps relate to the Config Manager connector.  If you are not using SCOM, or don't have a SCOM connector, then you can safely ignore these steps. 

  • WSUS reinstall on 2012 SCCM server post-installation task fails to run/finish

    I had to re-install WSUS on a 2012 R2 SCCM server (Windows 2012), and am running into several issues re-installing. It may help to point out that the SCCM SQL server is remote, so this isn't a WSUS / SQL 2012 issue.
    The sticky post at the top of the WSUS forum has helpful troubleshooting information, and I have tried going through this as well as many other threads on this very topic of re-installing WSUS.
    1. Roles for WSUS and WID were removed successfully. The WSUS Website was manually deleted from IIS. As this is a SCCM server, removing the IIS role is not an option.
    2. I removed the existing WID database files for SUSDB
    3. After rebooting, I verified registry keys were gone, system files were cleaned up, and deleted the program files\update services directory
    4. This isn't a permission issue, as I have clearly installed this before on this server.
    5. Registry keys, system files, and susdb files no longer exist, and the server has rebooted cleanly.
    6. I am able to add the WSUS role selecting WID, and this installs WID without any errors. At this point, simply clicking the post installation task fails, generates an empty .tmp file in my %appdata%\temp folder, and exits the MMC. 
    7. This file is blank. Absolutely empty, so I couldn't really troubleshoot any post installation tasks.
    8. Further investigation shows that the 'C:\Program Files\Update Services\Tools\' directory is gone, and isn't being
    generated.
    9. Ok... DISM /online /Cleanup-Image /Scanhealth didn't return any issues, so I copied the wsusutil out of the windows\WinSxS directory.
    10. Yey! wsusutil postinstall runs, but bombs out on the IIS portion. It generated the DB without an issue, but results
    in an IIS generation error. So, I installed WSUS on a clean 2012 install, then copied over the program files\updateServices directory to reclaim the missing files. 
    The log files show --
    2013-12-06 10:30:34  Configuring IIS...
    2013-12-06 10:30:35  Start: ConfigureWebsite
    2013-12-06 10:30:36  Configuring website on port 8530
    2013-12-06 10:30:39  System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
       at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.ExecuteIisCustomAction(String arguments)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.Install(Int32 portNumber)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.InstallAndConfigure(IisConfiguration& iisConfiguration, Int32 newPortNumber)
       at Microsoft.UpdateServices.Administration.PostInstall.ConfigureWebsite(Int32 portNumber)
       at Microsoft.UpdateServices.Administration.PostInstall.Run()
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    ... ok - tripple checked that network service has permissions to .net and windows\temp folders.
    netstat -a doesn't show anything running on port 8530 ( in case this was some weird port check in use)
    Which goes back to the missing directory problem -- further net searches show that this is a reoccurring issue for some OOBE... sfc /verifyonly shows ... nothing.
    What is left to be done at this point? The missing folders from the program directory seems to be a problem for some with some users right out of the box. I have read many other threads where users just formatted and started over. Not exactly a solution
    - any help out there on this issue? Any suggestions to determine what file is missing, or generating the IIS issues?

    Part of the post install tasks wanted to download some items including the tools folder.
    Can you expand on this please. The WSUS post-install tasks do not download anything, except what is acquired during the initial synchronization with Microsoft.
    Because of my group policy the WSUS server was trying to download the updates from itself even though it was not setup yet.
    What update(s) was the WSUS server trying to "download"?
    In fact, if the WSUS Server was not setup yet (but you already had a GPO in place), then the first issue here was performing deployment steps out of order.
    But still.... except for the actual installation binaries for the WSUS Server Role on a WS2008SP2/WS2008R2 system, there's nothing the WSUS server needs to get from either Windows Update or a WSUS server. This scenario is actually discussed hundreds of times
    in this forum, but complicating matters, this thread isn't about installing WSUS V3.2 on a WS2008SP2/WS2008R2 system, it's about installing WSUS v65 on a WS2012 system, so I'm a bit confused as to what the actual installation environment is that we're discussing.
    I changed the WSUS server to get it's windows updates from Microsoft and then the post install task succeeded.
    I'd really like to get some more details about what exactly in the "post-install task" was dependent upon content from WU/WSUS.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Post Installation task of Enterprise Portal

    Subject : During the Post Installation task of Enterprise Portal such as Run Configuration Wizard u201CNWA_01u2026..u201D to u201CNWA_07u2026..u201D for portal system. Run u201CInitial setup of functional unit Development Infrastructure (DI all-in-one)u201D in development portal.
    Problem : Can anyone guide me how we are doing ( executing ) task i.e.Run u201CInitial setup of functional unit Development Infrastructure (DI all-in-one)u201D in development portal.What this is step is doing as well as what all the prerequisites for this step.
    Work Area : Dev portal with Java stack only.( SP Level is 17)
    Please guide me on this step as well as all Configuration Wizard steps( NWA_01 to NWA_07) so that I can finish with the post installation of portal.
    Regards
    Nilesh

    Hi my question has been resolved.

  • APEX POST INSTALLATION TASKS

    i have upgraded from 1.6 To 2.2 .... the installation was successfully now ...
    now i am doing the post installation tasks .. i ahve arrived here and i got this problem
    E:\oracle\HTML_DB\dcm\bin>dcmctl updateConfig -ct ohs
    ADMN-202045
    An exception occurred while constructing the OracleAS Repository API, a DCM depe
    ndent component.
    Resolution:
    This exception may be occurring because the ias.properties file is misconfigured
    Check the exception thrown by the OracleAS Repository API for any additional res
    olution information.
    Base Exception:
    oracle.ias.repository.schema.SchemaException
    iAS Property could not be found Property Name OIDhost in E:\oracle\HTML_DB\confi
    g\ias.properties
    oracle.ias.repository.schema.SchemaException: iAS Property could not be found Pr
    operty Name OIDhost in E:\oracle\HTML_DB\config\ias.properties
    at oracle.ias.repository.local.IASPropertyCache.readValue(IASPropertyCac
    he.java:62)
    at oracle.ias.repository.IASSchema.init(IASSchema.java:234)
    at oracle.ias.repository.IASSchema.<init>(IASSchema.java:200)
    at oracle.ias.repository.SchemaManager.<init>(SchemaManager.java:145)
    at oracle.ias.sysmgmt.persistence.SeedDbAccess.<init>(Unknown Source)
    at oracle.ias.sysmgmt.persistence.SeedDbAccess.getDbAccess(Unknown Sourc
    e)
    at oracle.ias.sysmgmt.persistence.SeedDbAccess.getDbAccess(Unknown Sourc
    e)
    at oracle.ias.sysmgmt.clustermanagement.ComponentTypeFactory.init(Unknow
    n Source)
    at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.checkInit(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(Unknown Source)
    E:\oracle\HTML_DB\dcm\bin>

    Bounced,
    I am having the same issue.
    Ant.

  • OBIEE 11g post installation tasks in Linux?

    Hi,
    Do I need to write any script for high availability of OBIEE and web logic servers in Linux? what are the processes to start/stop manually using command? Please give me post installation tasks I need to taken care of.
    Thanks
    Jay.

    Becky,
    You need not do any thing additional to have EM running in the OBI 11g instance. Although it is a deployed JEE application, if your Weblogic Server (WLS) is started and up and running then your EM Console should also be up and running.
    You say that you are doing everything from the command line. So, start the Weblogic Server then navigate to http://< your server name> : 7001/console
    If that comes up then go to
    http://<your server name>:7001/em
    That is your EM Fusion Console and it should come up as well.
    Don't mess with the XML file directly.

  • Post-Installation task client

    Hi
    I´ve a doubt with the post-installation tasks of the installation of the sap system. The default clients are 000,001 and 666.
    In with client I´ve to realize this tasks?In the client 001 and after that I realize the client copy of the client 000. The changes are cross-client?
    More thanks

    Hi Ruben,
    Please let us know which SAP Product and version you have installed. Because there are seperate set of post installation activities for each Product such as ECC, PI, EP, CRM,SRM etc.
    For Ex: If you have installed a ECC system, most of the initial post installation activities such as STMS configuration, SGEN etc need to be done on client 000. This information is very well available in Post installation guides.
    If you have installed a PI system, you need to carry most of the PI specific post installation activities in the java UME client i.e by default it is 001. But you can also perform the activities in any custom client by having a client copy and come configuration changes.
    Cheers....,
    Raghu

  • Task sequence fails to resume after first reboot - Post Installation Task Sequence

    Hi everyone,
    I am unable to deploy a Post Installation Task Sequence whenever I add an application to the "custom tasks" folder in the task sequence.  If I create a blank Post Installation Task Sequence w/o making any changes, it deploys fine and gives
    me a summary page w/ no errors. Just to be clear, Litetouch runs fine when I kick off "cscript litetouch.vbs" from an elevated cmd prompt when logged in as administrator, but after reboot it boots to windows and does nothing.
    I know it's not deploying because it's leaving around a mapped drive to the share, a SMSTaskSequence folder and MININT folder on the target machine.   My understanding is that those are supposed to get cleaned up by LTIcleanup.wsf at the end of the
    task sequence.
    The BDD.log doesn't seem to be of much use.  The last line of the log says "sms task sequencer already found on c:\minint\tools\x64" and then it does nothing.
    FWIW, I'm able to deploy using the standard task sequence and also able to sysprep and capture. The application that I am trying to install is just a batch file that adds the reg key to hide the start menu, then reboot.  I am not rebooting in the script,
    I'm telling the application to do the reboot in MDT.
    I know to a certainty that the target machine (a VM) has been sysprepped and am able to establish a connection to the deployment share so I'm kind of at a loss.  Also looked over Keith's FAQ on the subject and couldn't find any similarities to my issue.
    Any help is appreciated.  I can provide logs if necessary.  Thanks!

    Well, I created a fresh deploymentshare on a fresh windows server 2012 VM and am still having the same problem.  If I create a blank Post OS Installation Task and make no changes, it deploys fine to the target vm (win8.1).  If I have an app (chrome)
    that I have set to reboot after installation, it always (tested this 30+times) fails to resume the task sequence.  I get no final confirmation page and a big mess that I clean up with LTIcleanup.wsf.  
    The deployment share has full (everyone) permissions to the share and I have full perms set to domain admin group for ntfs.  It seems like something goes wrong with the reboot cycle, but autologin seems to work fine with the admin pw so I'm really confused. 
    Like I said, the bdd.log in c:\windows\temp\deploymentshare doesn't have any errors.  I've tested this both on joined and unjoined (workgroup) machines and it makes no difference.
    I should note that I can deploy Chrome and other apps sequentially as long as reboots are not involved.  So far, I've only had this problem if the reboot occurs with the first application.  Haven't yet tested on reboots w/ other apps in the sequence.
    FWIW, this is starting to look like this:
    https://social.technet.microsoft.com/Forums/en-US/2db5f184-8332-4f63-b1ad-385a6d893f8c/mdt-2013-windows-81-application-install-with-reboot-problem?forum=mdt
    Can someone tell me why this might be happening?  Is this a bug with this task sequence? Would someone mind testing this to see if there's just something wrong in my environment? 
    I'd appreciate it.  Thanks.

  • Wsus server 2012 r2 fails to launch post-installation task

    wsus server 2012 r2 faild to launch post-installation task 
    please help i attach a photo with log , this is a brend new domain contoroller of a brand new domain.
    i installed th wsus from server manager .
    this is the log :
    2014-05-01 13:17:51  Postinstall started
    2014-05-01 13:17:51  Detected role services: UI, WidDatabase, Services
    2014-05-01 13:17:51  Start: LoadSettingsFromXml
    2014-05-01 13:17:51  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
    2014-05-01 13:17:51  System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception. ---> System.IO.InvalidDataException: Invalid installation directory
       at Microsoft.UpdateServices.Internal.SetupInfo.GetInstallDirectory()
       at Microsoft.UpdateServices.Internal.UtilConstants..cctor()
       --- End of inner exception stack trace ---
       at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
       at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
       at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    Fatal Error: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception.

    the installion location is the default installion path - C:\Program Files\Update Services
    the content folder was directed to a diffrent volume - e:\wsus\
    i tried to delete everything that connected to iis and wsus and re install and now i am getting:
    2014-05-05 12:05:33  Postinstall started
    2014-05-05 12:05:33  Detected role services: UI, WidDatabase, Services
    2014-05-05 12:05:33  Start: LoadSettingsFromXml
    2014-05-05 12:05:33  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
    2014-05-05 12:05:33  System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception. ---> System.IO.InvalidDataException: Invalid installation directory
       at Microsoft.UpdateServices.Internal.SetupInfo.GetInstallDirectory()
       at Microsoft.UpdateServices.Internal.UtilConstants..cctor()
       --- End of inner exception stack trace ---
       at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
       at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
       at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    Fatal Error: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception.

  • SQL to manually complete bulk open tasks

    Hi,
    I am using OIM 9.1.0. The below sql is giving all open tasks that were created on a perticular day.
    SELECT USR_LOGIN,
    OSI.MIL_KEY,
    sch.sch_key,
    SCH.SCH_STATUS,
    OSI.OSI_RETRY_ON,
    MIL.MIL_NAME,SCH.*,OSI.*
    FROM OSI,
    SCH,
    MIL,
    USR,
    ORC
    WHERE SCH_CREATE >=TO_DATE('04/23/2012','MM/DD/YYYY')
    AND SCH.SCH_STATUS='R'
    AND OSI.SCH_KEY = SCH.SCH_KEY
    AND OSI.MIL_KEY = MIL.MIL_KEY
    AND OSI.ORC_KEY = ORC.ORC_KEY
    AND ORC.USR_KEY = USR.USR_KEY;
    However when I run the below SQL to complete these open tasks manually, these tasks are not getting completed. Please let me know the sql to manully complete bulk open tasks.
    update sch set sch_status='MC' where sch_key=(select sch.sch_key
    FROM OSI,
    SCH,
    MIL,
    ORC
    WHERE SCH_CREATE >=TO_DATE('04/23/2012','MM/DD/YYYY')
    AND SCH.SCH_STATUS='R'
    AND OSI.SCH_KEY = SCH.SCH_KEY
    AND OSI.MIL_KEY = MIL.MIL_KEY
    AND OSI.ORC_KEY = ORC.ORC_KEY);

    It is not recommended to manipulate OIM data using SQLs. It is against Audit. If we don't have any other way then only we go for SQLs.
    http://otndnld.oracle.co.jp/document/products/id_mgmt/idm_904/doc_cd/javadocs/operations/Thor/API/Operations/tcProvisioningOperationsIntf.html#setTasksCompletedManually%28long[]%29

  • Re-install after sql 2005 upgrade

    Hi all,
    I've heard a rumor that after switching to sql 2005 I need to re-install business one.
    Is this true?
    Should I just schedule an upgrade to the next patch level, or do I need to re-install my current version?
    Thanks,
    Jim

    Hi
    There's no reason for upgrade just because SQL upgrade.
    The new SQL will need the Native Client for connection (that is the most important check to do), you can connect with the old SQL Server ODBC but it is not recommend
    The SAP Note 1015229 mention that and provided the patch to download in case of you did not install it during the SQL installation.
    Paulo Calado
    SAP Business One Forums Team

  • SQL 2005 Upgrade

    Hello all,
    I upgraded my UCCE environment to CCE 7.5.5 in May but have not upgraded the Logger, HDS & AW databases to SQL 2005 yet.
    Our standard procedure is to give at least 48 hour notice of a potential outage to service and I have missed that deadline due to lab testing and issues.
    My question is regarding the 90 day window after the initial upgrade and what effect will it have on my databases if I do not upgrade it by before the 90 days is up?
    So far I have not seen any notifications regarding the necessity of an upgrade.
    Thanks in advance.
    Troy

    You should have no issues.  90 days is an official supportability stance.  they want you to go to SQL 2005 as soon as possible, but you system will not cease to function after that 90 days expire.
    If you were to open a service request they may ask you to upgrade before they perform any troubleshooting on your issue, so it would be in your best interest to upgrade as soon as possible.

  • DB02 running very slowly after SQL 2005 Upgrade!

    Hi All
    I have reciently upgraded our DEV ECC6 system to SQL 2005 and everything seemed ok - no problems really! However when we run DB02, to retrieve DB information it is taking about 4 to 5 mins to appear. This is obviously not good!
    Has anyone else had this problem, and if so is there something that needs to be done?
    Thanks
    Phil

    Hi Phil,
    Have you ensure that all the standard background job as per note 16083?
    Thanks and Regards
    Point reward is much appreciated

  • Post installation tasks

    Hi!
    Is there a list or something that tells you what you have to do after an installation to make the system come up automatically after a shutdown.
    Linux x86. Oracle 10.1. Enterprice Manager.
    The document should tell you what files have to be edited to make listener, database, enteprice manager and so on to start after a system shutdown/start.
    /Ulf

    Taher,
    Both should work and are correct. Usually, I complete the post installation steps after installing the US patch, then apply the NLS patches.
    Thanks,
    Hussein

  • Post installation tasks after rapidwiz

    what are the post instllation taskes needs to perform after installation.
    On Windows XP machine all services related to E Business Suite not started automatically.
    We are getting error http 404 not found every time.
    After instllation we were able to login in apps only one time, after that we are unable to login page.

    I checked the log Only two lines are written in the log.
    Following text written in both lines
    process manager initialized.
    OracleVIS_localhost_ToolsTNSListenerAPPS_IVS not started, when I tried to start it manually by the help of services it gives errors Service on localcomputer started then stopped.
    And when I tried to start listener from command prompt it says __"*procedure entry point snlinAddrLocalhost could not be located in dynamic link libaray oranl10.dll."_*_                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • How to change the name and description of a wim using DISM

    With Imagex we could update the name and description of the wim with on easy command: imagex /info img_file [img_number or img_name] [new_name] [new_desc] e.g. imagex /info Win7Combined.WIM 1 "Win7(x86)" "Windows 7 x86" Since the ImageX tool is depre

  • Search Help Exit : Table appears sorted in Search Help!

    Hi All, I have implemented a search help exit to show a custom list of objects. Unfortunately, the list gets sorted somewhere in between the search help exit and the actual F4 display. Any ideas what I can do tp prevent the sorting?  It's very import

  • How can I get Yosemite to operate my HP printer? The previous OS's worked fine..

    How can I get Yosemite to operate my HP printer? Previous OS's worked fine.

  • Unable to make changes in WGM/Open Directory

    Hi, About a week ago our users were unable to authnticate to out wiki services. After doing a little digging it turns out the OD Master had dumped it binding. I rebound it 127.0.0.1 and now I get this error whenever I attempt an action that woud requ

  • Captivate issues

    I am installing  Captivate but keep getting an error " The file archive part of Adobe Captivate 6 (64 bit) is missing. You need all parts i the same folder in order to extractr Adobe Captivate 6, please download all parts" What else do I need to down