Upgrading from 8.5 to 2008

Post Author: mackcsc
CA Forum: Other
Hi
Im using CR8.5. Im using it with VB6. Here is how im using it:
Create a VB6 project, add a class and a Crystal Report 8.5 ActiveX designer. The class contains mainly all the formating and gathering of the data fot eh report, the designer only has the design of the report. I make this project an ActiveX dll. Then the main app im using calls on this dll and prints the report(im using many report so many dlls)
Can i upgrade from 8.5 to 2008 and still continue working the same way?

CR 8.5 or 9 is not Oracle 11 aware. Past their end of life so not sure how to fix this. Possibly use ODBC or OLE DB drviers.

Similar Messages

  • SAP Server upgrade from Windows 2003 and 2008 R2 with Oracle Database

    Hi,
    We need to upgrade upgrade our Windows servers that are running our SAP systems from Windows Server 2003 to Windows Server 2008 R2.  We are using Microsoft Clustering for HA so an inplace upgrade seems not possible.
    Someone has suggested to us that we will need to export our database and reimport it to achieve this upgrade however but I cannot understand why this would be necessary (we are not changing the underlying filesystem!).
    Could someone please confirm whether a database export and import is required for this OS upgrade scenario?  I have done a bit of research but nothing has jumped out and now I need an answer to this quickly.
    We are running
    - ERP 6.0 NW 7.01 (soon to be 7.02 with ABAP stack only)
    - XI(PI) Java & ABAP
    - SRM (Java & ABAP)
    - Portal (Java only)
    - PLM (Java & ABAP)
    - BW (BI 7.0) (Java and ABAP)
    Thank You
    Felicity

    Hello,
    You need to go for 'Homogeneous System Copy' to achieve this, but since almost all the systems in your landscape include the Java Stack as well - so the system copy with Export/Import is to be carried out.
    Even if you are not going for file system change, but it is a Windows environment and you can't put SAP up on the target Windows (windows 2008 R2) just by copying the contents and file system from source to target. You need SAPinst to create the registry and all. - On top of that you have Java stacks involved, so for java stack you can't carry out just backup/restore method to put SAP up there on target - so you need Export/import because for java stack some OS level dump is to be collected during system copy from source and it needs to be imported on target OS.
    Are you clear on this one ?
    Read system copy guide once and Search in OSS for the Notes to check how to upgrade from Windows 2003 to Windows 2008 R2.
    Thanks

  • Upgrade from 2005 express to 2008 r2 express - provisionsystemaccounts.sql error

    Hi,
    I’ve been upgrading several of my clients and ran into this problem for one of them.
    When doing the upgrade I got..
    Looking at the error logs indicated..
    2015-03-21 11:54:07.58 spid7s     
    Database 'master' is upgrading script 'provisionsystemaccounts.sql' from level 0 to level 2.
    2015-03-21 11:54:07.59 spid7s     
    2015-03-21 11:54:07.59 spid7s     
    Starting provisionsystemaccounts.sql ...
    2015-03-21 11:54:07.59 spid7s     
    2015-03-21 11:54:08.02 spid7s     
    Error: 15151, Severity: 16, State: 1.
    2015-03-21 11:54:08.02 spid7s     
    Cannot find the user 'FILESERVER01\SQLServer2005MSFTEUser$FILESERVER02$ORSQLEXP', because it does not exist or you do not have permission.
    2015-03-21 11:54:08.03 spid7s     
    Error: 912, Severity: 21, State: 2.
    2015-03-21 11:54:08.03 spid7s     
    Script level upgrade for database 'master' failed because upgrade step 'provisionsystemaccounts.sql' encountered error 15151, state 1, severity 16. This is a serious error condition which might interfere with regular operation and the database will be
    taken offline. If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database
    so that the script upgrade steps run to completion.
    2015-03-21 11:54:08.03 spid7s     
    Error: 3417, Severity: 21, State: 3.
    2015-03-21 11:54:08.03 spid7s      Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how
    to rebuild the master database, see SQL Server Books Online.
    2015-03-21 11:54:08.03 spid7s   
      SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.Running the Repair from the Installation centre
     brings up the same error.
    I noticed that the instance appears to be upgraded but basically the service won’t run. I can start it but it just stops again.
    So I found this which seems the same as my problem..
    https://ilkirk.wordpress.com/2011/03/07/in-place-sql-upgrade-error-2005-to-2008/
    Even though I can start the SQL Services using point 1 from the link above I can’t connect to sql using DAC.
    The sqlcmd won’t work and trying to connect through SSMS.
    > SQLCMD –E –A. I’ve also tried >SQLCMD FILESERVER1\ORSQLEXP –E –A and get the same results
    HResult 0xFFFFFFFF, Level 16, State 1
    SQL Server Network Interfaces: An error occurred while obtaining the dedicated administrator connection (DAC) port.
    Make sure that SQL Browser is running, or check the error log for the port number [xFFFFFFFF].
    When I try to connect to DAC via SSMS I get ..
    So I seem to currently have 2 problems, one using sqlcmd/DAC and the other with provisionsystemaccounts.sql.
    The sqlbrowser is running but from 90 (not sure if that matters) and I have removed (following online research) the 80 and 90 binn settings from the PATH just leaving 100 but this hasn’t changed the errors.
    I’ve tried enabling DAC using this advice below but it hasn’t made any difference. The service keeps stopping and no SQLCMD action.
    http://www.mssqltips.com/sqlservertip/2538/enabling-dedicated-administrator-connection-in-sql-server-2008-express-edition/
    So after trying numerous options I currently stumped.

    An update to this. I can now DAC via sqlcmd.
    Following the advice on
    [url]https://ilkirk.wordpress.com/2011/03/07/in-place-sql-upgrade-error-2005-to-2008/[/url]
    I'm at point 3
    3.Issue a ‘create login’ command to create the user / group you’re missing, followed by the all important GO
    and I'm a bit unclear on what to do. The user according to the error log is 'FILESERVER01\SQLServer2005MSFTEUser$FILESERVER02$ORSQLEXP'
    and I tried
    >sp_addsrvrolemember 'FILESERVER01\SQLServer2005MSFTEUser$FILESERVER02$ORSQLEXP', 'sysadmin'
    >go
    adding this seemed to work without error but running the repair from the installation centre bought up the exact same error as before.
    So, bearing in mind using the advice from the above link
    Have I added the user to the correct group?
    If not how do I do that?
    In the advice he also mentions..
    Now – why did this happen?  Well, in my situation it seems to be related to the fact that I upgraded the default instance first which also upgraded the Full Text Engine.  That, in turn, removed the Full Text Engine user group from the local groups. 
    In particular, I was missing “<ServerName>\SQLServer2005MSFTEUser$<ServerName>$MSSQLSERVER”.  Note the fact that it mentions the default instance, not the named instance!
    The SQLServer2005MSFTEUser login refers to a local Windows group that is used for controlling access to the Full Text Engine.  I suspect that when I upgraded the default instance, the installer removed the group from Windows, but not necessarily
    from the named instance of SQL.  Once I recreated the group, granted my service account access to mirror the other similar groups, and added that login back into SQL via the DAC, everything went fine from there.
    thanks,

  • Upgrade from SQL server developer 2008 R2 to SQL Server developer 2012

    Hi,
    We have bought 5 licenses of SQL server developer 2012.
    This licenses provided us an option to use SQL server 2008 R2. And we have been using 2008 R2 till now.
    But now we want to upgrade to SQL server developer 2012 edition
    I want to know the process for up-gradation. When I looked at the licensing portal, it says "This product does not require a product key"
    My questions are: 
    1) Should I download the 2012 version from licensing center and pass the downloaded copy to respective team members?
    2) Can the team member download the SQL server 2012 developer edition from Microsoft site and install it on their machines?
    3) Do we need to first un-install 2008 R2?
    4) How the licensing can be managed in cases of products which say "This product does not require a product key.", i.e. how can I make sure that no more than 5 installations are done by the team
    Thanks

    Hi,
    We have bought 5 licenses of SQL server developer 2012.
    This licenses provided us an option to use SQL server 2008 R2. And we have been using 2008 R2 till now.
    But now we want to upgrade to SQL server developer 2012 edition
    I want to know the process for up-gradation. When I looked at the licensing portal, it says "This product does not require a product key"
    My questions are: 
    1) Should I download the 2012 version from licensing center and pass the downloaded copy to respective team members?
    2) Can the team member download the SQL server 2012 developer edition from Microsoft site and install it on their machines?
    3) Do we need to first un-install 2008 R2?
    4) How the licensing can be managed in cases of products which say "This product does not require a product key.", i.e. how can I make sure that no more than 5 installations are done by the team
    Thanks
    1. Developer edition has license associated with it .And yes you can download it if you have subscription.But please be informed that you cannot use Developer edition in production,its not allowed and illegal.
    2.You can upgarde from SQL server 2008 R2 to 2012 developer edition by Inplace upgrade method ,you can also follow side by side approach.For side by side approach you have to get new box ,intall OS,then install SQL server 2012 ,move logins and jobs and move
    databases by backup restore.You must see supported upgrades
    http://technet.microsoft.com/en-us/library/ms143393(v=sql.110).aspx
    3.No not ins any case ,please dont do that
    4.Licensing question should best be asked with Microsoft licensing expert.
    reg process of upgarde first run upgrade advisor and look for error if any.Then run SQL server 2012  setup and in maintenance section select edition upgrade,other process is same as SQL Server installtion
    http://www.mssqltips.com/sqlservertip/2505/version-and-edition-upgrades-with-sql-server-2008-r2/
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Report.SetDataSource throws exception upgrading from VS2005 to Xtal 2008 VA

    <p>
    Using Visual Studio 2005 with Crystal 2008 Visual Advantage on Vista w/ SP1. Visual Studio has all service packs applied as well.
    </p><p>
    I am trying to evaluate the Crystal 2008 Visual Advantage product.
    </p><p>
    Here's the use case: I get an IEnumerable of a certain object at run time, then pass this list of objects to SetDataSource(IEnumerable).  <b>This code ran fine under the version of crystal included with VS2005, but after installing the product and running the Crystal 2008 VA conversion wizard on this project, SetDataSource now crashes and burns</b> with the following:
    </p><p>
    System.Reflection.TargetParameterCountException  {"Parameter Count Mismatch"}
    </p><p>
    The exception is clearly in the Crystal runtime, as the stack trace reveals (see below).  I should also mention that the database verifies, and that I have been able to relocate the database with the databse locator. No luck. Clean and rebuild, No luck. Anybody got any suggestions?
    </p><p>
    Stack Trace:
    </p><p>
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
    </p><p>
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) </p><p>
       at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) </p><p>
       at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index) </p><p>
       at CrystalDecisions.CrystalReports.Engine.Table.PopulateTableFromObject(Object obj, Boolean flattenCurrentObject, Int32 currentLevel, Int32 maximumLevels, String columnNamePrefix, DataTable table, ArrayList rowset) </p><p>
       at CrystalDecisions.CrystalReports.Engine.Table.PopulateTableFromObjectCollection(IEnumerable collection, DataTable table) </p><p>
       at CrystalDecisions.CrystalReports.Engine.Table.BuildTableFromEnumerable(IEnumerable collection, Type dataClassType, String tableName) </p><p>
       at CrystalDecisions.CrystalReports.Engine.Table.EnumerableToDataSet(IEnumerable collection)
       at CrystalDecisions.CrystalReports.Engine.Table.WrapAndCacheDotNetObject(Object val, Type type, ISCRAdoNetDataSet& crAdoNetDataSet) </p><p>
       at CrystalDecisions.CrystalReports.Engine.Table.SetDataSource(Object val, Type type)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSourceInternal(Object val, Type type) </p><p>
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSource(IEnumerable enumerable)
    </p><p>

    I have compiled and run these tutorials with no problems.
    <br>
    I must reiterate that I don't see how these tutorials could possibly be pertinent to the problem.
    <br>
    I can set my object collection to be a datasource for other .NET data aware controls such as datagrids and so forth, and to Crystal Reports .rpts compiled with the VS2005 and VS2008 supplied product. I <b><i>cannot</b></i> set my object collection to be a datasource for the stand-alone VA product.
    <br>
    Your XII runtime is crashing with an "invalid number of parameters" exception.  This is a serious programming error, and it cannot be caused by my code -- <b><i>my</b></i> code cannot tell <b><i>your</b></i> runtime how many parms to call a .NET method with.

  • ADWS Broken after in-place upgrade from Server 2008 R2 to Server 2012 R2

    I performed an in-place upgrade from 64-bit Server 2008 R2 to Server 2012 R2.  This machine ran Active Directory Web Services. After the upgrade ADWS will not start. I get the following event log error:
    Log Name:      Application
    Source:        .NET Runtime
    Date:          11/21/2014 3:23:02 PM
    Event ID:      1026
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      COMPUTER
    Description:
    Application: Microsoft.ActiveDirectory.WebServices.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.ServiceModel.CommunicationObjectFaultedException
    Stack:
       at System.ServiceModel.Channels.CommunicationObject.Close(System.TimeSpan)
       at Microsoft.ActiveDirectory.WebServices.WindowsHostService.StartService(System.Object)
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
       at System.Threading.ThreadHelper.ThreadStart(System.Object)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name=".NET Runtime" />
        <EventID Qualifiers="0">1026</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-11-21T20:23:02.000000000Z" />
        <EventRecordID>65596</EventRecordID>
        <Channel>Application</Channel>
        <Computer>COMPUTER</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Application: Microsoft.ActiveDirectory.WebServices.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.ServiceModel.CommunicationObjectFaultedException
    Stack:
       at System.ServiceModel.Channels.CommunicationObject.Close(System.TimeSpan)
       at Microsoft.ActiveDirectory.WebServices.WindowsHostService.StartService(System.Object)
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
       at System.Threading.ThreadHelper.ThreadStart(System.Object)
    </Data>
      </EventData>
    </Event>

    I compared the registry with a working system but the Counters - and all other keys - looked fine.
    At the same time as upgrading a DC a colleague was updating an unrelated server, and he started to see similar events in the event log (but for the Dell OpenManage Essentials service, not ADWS). The error was complaining about KERNELBASE.dll which set my
    spider sense tingling. We knew that this server had Windows Updates pending. Fully updating it solved the problem on that server.
    I solved the ADWS problem in the end by fully Windows Updating the DC. In particular, the ADWS Service started successfully after installing KB2919355 and rebooting. That also
    'unlocked' a further 59 updates pending. 
    After the in-place upgrade I always fully Windows Update but I'm 99% certain that KB2919355 did NOT show up when I did a Check for Updates straight after a reboot so I thought the DC was up-to-date. I then spent hours investigating the ADWS problem and rebooted
    as part of the diagnostics. It was then that I noticed on the logon screen that there were updates pending...
    Moral of the story? Windows Update, then Update again, and again, and again. The length of time it takes to Windows Update after an upgrade from 2008R2 to 2012R2 is painful though.

  • I want to upgrade to Lightroom 5, but I'm concerned about compatibility with my 2008 intel Core 2 Duo iMac with only 4G of Ram.  Will I be able to run Lighroom 5 if I upgrade from Snow Leopard to Lion?

    I want to upgrade to Lightroom 5, but I'm concerned about compatibility with my 2008 intel Core 2 Duo iMac with only 4G of Ram.  Will I be able to run Lightroom 5 okay if I upgrade from Snow Leopard to Lion?  What will happen to the applications that aren't 64-bit compatible?  Also the Eye-one Display 2 colorimeter to calibrate the monitor will not run on Lion, so that will be an expensive upgrade to an i1DisplayPro. Is the upgrade important enough to offset the expense?  I have an Epson R2000 printer.  Will there be problems with the drivers if I upgrade to Lion?  It would be great to hear from other mac users who are also photographers and who print their own photos.    

    Before upgrading to Lion be sure to read this link:
    https://discussions.apple.com/docs/DOC-6271
    Adobe lists these requirements:
    http://www.adobe.com/products/photoshop-lightroom/tech-specs.html
    Looking at http://www.everymac.com/ even the earliest 2008 iMac was fully 64 bit, even though Boot Camp doesn't support 64 bit Windows on that machine.

  • Upgrade from sqlserver 2008 to sqlserver 2014, can I put software into different drive other than C: ?

    Originally my sqlserver 2008 software was installed into E:, but I didn't see any drive selection options available during the upgrade steps, so now my sqlserver 2014 is installed into default C: drive.
    If there are any ways to specify different drive ?
    Thanks
    Sophia Su

    “Upon doing the initial upgrade, can I designate the target drive/letter”? 
    I didn’t see  a place to change it in the upgrade process.
    I don't want to uninstall sqlserver 2008, I just want to upgrade from 2008 to 2014 and be able to put the sqlserver 2014 software into the same drive (not C:) as my sqlserver 2008 is.
    If previous version was on E drive upgraded version should remain on E drive as well. AFAIK there does not comes an option to specify different drive letter when doing in place upgrade how ever if you do side by side upgrade you can install new instance
    of 2014 on what ever drive you like
    In side by side upgrade you have to first install SQL Server 2014 and then move databases using backup and restore then migrate logins and jobs using scripting method.
    After you are sure your upgrade process is complete you can uninstall 2008 instance.
    How do you check your SQL Server 2014 is installed on C drive. Please  note even if you install SQL server on some other drive(like D,E..) some binaries always go on C drive thet nature is by default , if you are looking at binaries then its wrong to
    deduce that your SQL Server is on C drive.
    Can you go to E drive can you see program files..Microsoft SQL Server ?
    Please also read file location of Installed SQL server Instance
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • I just upgraded from my 2008 MacBook to a new Macbook Pro. How do I get my time capsule to work on my new MacBook? I did data migration, but the time capsule did not pick it up. Any ideas?

    I just upgraded from my 2008 MacBook to a new Macbook Pro. How do I get my time capsule to work on my new MacBook? I did data migration, but the time capsule did not pick it up. Any ideas?

    If you migrated all the info from time machine to your new MBP. The TM will usually ask to connect to the old backups.. sorry I am not sure is this what you want to do.. Personally I think you start a fresh backup.
    BTW Time Capsule does not do anything.. it is a dumb hard disk in a box.. it is TM that does everything.
    Look at B5 and B6 here about connecting to your backup.
    http://pondini.org/TM/Troubleshooting.html

  • SQL Server reporting services error "URl has already been reserved" while doing upgrade from SQL server 2008 R2 to SQL server 2012

    "URl has already been reserved".
    Reporting services for port 80 and 443 works fine both for reports and reportingserver on SQL server 2008 R2. But when I try to upgrade from SQL server 2008 R2 to 2012 this error pops up. How to make sure before upgrading regarding reporting services that
    URL reserves and SSL are fine  or how to fix reporting services are upgrade like repair install.
    Thanks

    Hi yashmitl,
    In your case, please running the following command to check the current URL reservations on http.sys.
    netsh http show urlacl
    Then, please delete the URL reservation by executing the following command try to resolve the issue.
    netsh http delete urlacl <url>
    There is a similar issue, you can refer to it.
    http://social.technet.microsoft.com/Forums/en-US/d5204dd3-e26d-4592-8ef0-a94005fc46a5/the-url-has-already-been-reserved?forum=sqlreportingservices
    Hope this helps.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Can't queue a build after upgrading from 2008 to 2012 (TF246021)

    Hi,
    We're trialling an upgrade from TFS 2008 to 2012.4. New TFS has been set up on new hardware with new slq and build boxes. Then we imported 2008 backups and used TFSConfig to import / upgrade them. No errors or warnings where shown.
    Unfortunately we can't queue any builds on the collection. Even a brand new definition in a new team project building "hello world". Builds in other collections work OK.
    The error we're getting is 
    "TF246021: An error occurred while processing your request. Technical information (for administrator): SQL Server Error: 2601"
    Exception Message: Cannot insert duplicate key row in object 'dbo.tbl_BuildQueue' with unique index 'PK_tbl_BuildQueue'. The duplicate key value is (2, 1). (type SqlException)
    SQL Exception Class: 14
    SQL Exception Number: 2601
    SQL Exception Procedure: prc_iiQueueBuilds
    SQL Exception Line Number: 553
    SQL Exception Server: TFSSQL001\INST1
    SQL Exception State: 1
    SQL Error(s):
    Exception Data Dictionary:
    HelpLink.ProdName = Microsoft SQL Server
    HelpLink.ProdVer = 10.50.4000
    HelpLink.EvtSrc = MSSQLServer
    HelpLink.EvtID = 2601
    HelpLink.BaseHelpUrl = http://go.microsoft.com/fwlink
    HelpLink.LinkId = 20476
    Exception Stack Trace:    at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.MapException(SqlException ex, QueryExecutionState queryState)
       at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.HandleException(Exception exception)
       at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.Execute(ExecuteType executeType, CommandBehavior behavior)
       at Microsoft.TeamFoundation.Build.Server.DataAccess.BuildQueueComponent5.QueueBuilds(IEnumerable`1 requests, QueueOptions options)
       at Microsoft.TeamFoundation.Build.Server.TeamFoundationBuildService.QueueBuilds(TeamFoundationRequestContext requestContext, IList`1 requests, QueueOptions options)
       at Microsoft.TeamFoundation.Server.WebAccess.Build.ApiBuildController.QueueBuild(String definitionUri, String controllerUri, String whatToBuild, String shelveset, Nullable`1 checkin, String priority, String dropFolder, String msbuildArgs)
       at lambda_method(Closure , ControllerBase , Object[] )
       at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
       at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
       at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
       at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    I found a thread with similar error but it doesn't help us.
    http://social.msdn.microsoft.com/Forums/en-US/ec3f9a9d-0c93-422b-bbc4-959e1e6bfe59/tf246021-an-error-occurred-while-processing-your-request-technical-information-for?forum=TFService
    Any help will be much appreciated.

    Hi Rad,  
    Thanks for your post.
    Daniel provided us the helpful suggestion, please confirm that.
    If install the new Build Service cannot resolve this issue, and according the error message: Cannot insert duplicate key row in object dbo.tbl_BuildQueue with nique…, it seems that this issue relate to your TFS database,
    we suggest you contact a Professional Support Service at
    http://support.microsoft.com/common/international.aspx?RDPATH=gp;en-us;offerprophone to gain more support on this case.  
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Mavericks use super high memory after upgraded from 2008 early

    I suffered this pain after I upgraded from 10.7 to 10.9 on my early 2008 MacBook Pro.
    Just as image shown above, I don't know what reason will cause this problem. It usually gets high with unknown operation.
    I only get 4G memory. After I start 10.9, its kernel process and finder process consume almost 2/3 memory, it is so reduclous.
    Is there any way I can reduse the memory usage of finder or prevent it eats memory so high ?

    arthur, thank you,
    I do worry about it, because 4G is not enough any more for these memory monster =.=
    They together eat almost 3.99 GB memory, so that Mac becomes slow and shows SBBOD a lot and not responsive for many many seconds. It slow down my daily work a lot.
    Here is the info from Etresoft:
    Hardware Information:
              MacBook Pro (15-inch Early 2008)
              MacBook Pro - model: MacBookPro4,1
              1 2.5 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              GeForce 8600M GT     - VRAM: 512 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 2:0:16
    Disk Information:
              FUJITSU MHY2250BH disk0 : (250.06 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 249.2 GB (24.95 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. Built-in iSight
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple, Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.eltima.ElmediaPlayer.kext          (1.0)
              foo.tap          (1.0)
              foo.tun          (1.0)
    Startup Items:
              CiscoVPN: Path: /System/Library/StartupItems/CiscoVPN
              tap: Path: /Library/StartupItems/tap
              tun: Path: /Library/StartupItems/tun
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist 3rd-Party support link
              [loaded] com.eltima.ElmediaPlayer.daemon.plist 3rd-Party support link
              [loaded] com.google.keystone.daemon.plist 3rd-Party support link
              [loaded] com.ipvanish.helper.openvpn.plist 3rd-Party support link
              [loaded] com.ipvanish.helper.pppd.plist 3rd-Party support link
              [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [loaded] com.oracle.java.Helper-Tool.plist 3rd-Party support link
    Launch Agents:
              [loaded] com.google.keystone.agent.plist 3rd-Party support link
              [loaded] com.oracle.java.Java-Updater.plist 3rd-Party support link
    User Launch Agents:
              [failed] com.adobe.ARM.[...].plist 3rd-Party support link
              [loaded] com.google.Chrome.framework.plist 3rd-Party support link
    User Login Items:
              Android File Transfer Agent
              Google Chrome
              SpeechSynthesisServer
              VMware Fusion Start Menu
              Tunnelblick
    Internet Plug-ins:
              o1dbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              Google Earth Web Plug-in: Version: 6.0 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 3rd-Party support link
              OfficeLiveBrowserPlugin: Version: 12.3.2 3rd-Party support link
              RealPlayer Plugin: Version: (null) 3rd-Party support link
              Silverlight: Version: 4.0.60129.0 3rd-Party support link
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              iPhotoPhotocast: Version: 7.0
              googletalkbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
              AdobePDFViewer: Version: 8.2.4 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 45 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    User Internet Plug-ins:
              CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 3rd-Party support link
              fbplugin_1_0_1: Version: (null) 3rd-Party support link
              fbplugin_1_0_3: Version: (null) 3rd-Party support link
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
              Flip4Mac WMV  3rd-Party support link
              Growl  3rd-Party support link
              Java  3rd-Party support link
              MacFUSE  3rd-Party support link
              Perian  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4 3rd-Party support link
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              RipIt:          Version: 1.6.2 - SDK 10.5 3rd-Party support link
    Time Machine:
              Skip System Files: NO
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 232.09 GB Disk used: 208.85 GB
              Destinations:
                        TimeMachine [Local] (Last used)
                        Total size: 200.00 GB
                        Total number of backups: 53
                        Oldest backup: 2013-05-27 16:45:13 +0000
                        Last backup: 2014-01-11 18:12:03 +0000
                        Size of backup disk: Too small
                                  Backup size 200.00 GB < (Disk used 208.85 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  11%          AddressBookSourceSync
                   4%          WindowServer
                   2%          Google Chrome
                   1%          eclipse
                   1%          EtreCheck
    Top Processes by Memory:
              1.45 GB          Finder
              401 MB          eclipse
              135 MB          Google Chrome
              70 MB          Skype
              49 MB          WindowServer
    Virtual Memory Information:
              39 MB          Free RAM
              1.52 GB          Active RAM
              1.48 GB          Inactive RAM
              451 MB          Wired RAM
              1.65 GB          Page-ins
              12 MB          Page-outs

  • Upgrade from 2005 and 2008 R2 to 2012 SP2

    My project is getting ready to upgrade from SQL Server versions 2005 and 2008 R2 to SQL Server 2012.
    Is there any known issues that we should look out for?
    For SQL Server 2005, we are only running the Database Engine, Full text search and SQL Server Agent. 
    For SQL Server 2008 R2 we are running Database Engine, Full Text Search, SQL Server Agent, Analysis Services, Reporting Services, and Integration Services.
    DJ

    Hello,
    A new full-text search service was introduced on SQL Server 2008, so about upgrading full-text search from SQL Server 2005 to SQL Server
    2012, please read the following article:
    http://msdn.microsoft.com/en-us/library/ms142490(v=sql.110).aspx
    On the post-installation tasks, please repopulate the full-text catalogs.
    To what edition of SQL Server 2012 you are upgrading? Do you know about the core-based Enterprise licensing
    Have you run Upgrade Advisor? Please read the following technical article too:
    http://download.microsoft.com/download/9/5/3/9533501A-6F3E-4D03-A6A3-359AF6A79877/SQL_Server_2012_Upgrade_Technical_Reference_Guide_White_Paper.pdf
    About Analysis Services, please read the following:
    http://technet.microsoft.com/en-us/library/ms143742(v=sql.110).aspx
    http://technet.microsoft.com/en-us/library/ms143229(v=sql.110).aspx
    http://technet.microsoft.com/en-us/library/ms143682(v=sql.110).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • LDAP Change in Upgrade from CRS XI to CRS 2008

    We are in the process of upgrading from Crystal Reports Server XI R1 to Crystal Reports Server 2008 R1.  Both systems are up and operational on separate Windows virtual servers.  The old XI installation was using LDAP authentication from a SUN server.  The new 2008 installation is using LDAP authentication from an IBM Directory Server.
    The question that I have is related to using the Import Wizard.  Since we have different third party LDAP authentication vendors and both are operating correctly right now, can we export all of the users, groups, folders, objects, instances, etc from the XI box to the 2008 box?  I know we have to import everything together in order to preserve security, but will it work with different types of LDAP users?  The LDAP group is different and I wasn't sure if CRS 2008 would recognize the users from the other LDAP group.  I cannot find any documentation on changing LDAP server types for an import.

    Sorry for the confusion, I did not state that question very clearly.  That is exactly what I meant.  There is only one group for LDAP that we are not using for security.  We have Enterprise groups that we have created that we are using for the bulk of our security setup.  I'd like to import the Enterprise groups then assign the new users to imported Enterprise groups.
    Thanks so much for your response.  It was very helpful!

  • Inplace and side by side upgrade from windows 2003 64 bit R2 contains SSRS 2008 R2 to windows 2008 64 bit R2

    Hello All,
       Case 1 -In place upgrade
       I would like to do in place upgrade from windows 2003 64 bit R2 that contains SSRS 2008 to windows 2008 R2 64 bit. The upgrade would be happened at OS level not at SSRS level.
       I would like to know what are the  necessary steps should be taken  prior/during/post  upgrade from SSRS end  as we can not rollback if there is some issue with in place upgrade.
      Case 2-Side by side upgrade
      I would like to do side by side migration from windows 2003 32 bit  that contains SSRS 2008 to windows 2008 R2 64 bit. The side by side  would be happened at both OS level and  SSRS level.
      I would like to know what are the  necessary steps should be taken  prior/during/post side by side migration  from SSRS end.

    Before doing anything Take backups .
    In case of reporting services..
    Back up your symmetric key. For more information.
    Back up your report server databases and configuration files. For more information.
    Back up any customizations to existing Reporting Services virtual directories in IIS.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Thanks,
    Shashikant

Maybe you are looking for

  • Can't Send or Receive Email from Exchange behind ASA 5510 with CSC SSM

    We are upgrading from a Pix 515e to a ASA 5510 with CSC SSM.  We cannot send outbound email or receive any email from the outside world. I have placed a call with Cisco Support with no luck. Here is a copy of my config:  Any Help would be appreciated

  • How to connect NFC in J2ME emulator

    1 down vote favorite 1 how to do the connection for NFC in j2me emulator. If anyone has already work on this project kindly help me to figure out the problem, and please shared me if you have any demo code related to this project. Thanks

  • Even BT Openreach Engineer believes fault is in eq...

    This is a follow on from my original issue reported a week ago (That post has been marked as Sorted!!!) about waiting the 10 days after install of BT Infinity with good upload but bad download speeds. a very bad IP Profile on the line Finally got BT

  • Unable to register URL services

    I am not able to register URL Sample Services JPDK 3.0.9 Portal 3.0.9.8.1 jserv.log [23/10/2001 15:39:19:154 CEST] urlsample/Entering init [23/10/2001 15:39:19:154 CEST] urlsample/Debug Level is : 5 [23/10/2001 15:39:19:154 CEST] urlsample/Added debu

  • KM Document: edit locally - error occured "Operation Failed"

    Hi everyone! I am runnig SAP NetWeaver Portal 7.0 with MS Internet Explorer 7.0. I am trying to edit documents locally from the KM. Unfortunately it doesn´t work. Error occured "Operation Failed". I think all ActivX settings in the web browser are co