Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all 79901 articles
Browse latest View live

CRM 2013 & SDK 6.0.1 Profiler not working

$
0
0
When running the profiler on an plugin update event (as normal), now after the CRM 2013 and SDK 6.0.1 upgrade, the CRM Business process error dialog fails to provide the correct output file "ErrorDetails.txt" for download. This means we now cannot debug using the SDK profiler provided. Also aligning with the Business process error dialog problems, you could previously force a throw in your plugin and send a custom message in the throw for the user but this also now fails to function. Any urgent assistance would e much appreciated...

Record Links from CRM 2013 records to Outlook 2013 emails lost for workflows from Opportunities

$
0
0

We have recently been upgraded to Microsoft CRM 2013 on our on-line based CRM.  Previously, we had set up workflows to create emails from a number of records, including the Opportunity record.  The Outlook email would be sent with a link to the CRM record.  Now, we are getting cases where the record attachment changes from the appropriate record (in the viewing bar under the email) to "None".  The record will be visible, and then suddenly change to "None".  This can happen immediately or several hours after sending the email.  (Our users are all set to synchronize every 15 minutes).  Then, there is no link to the record.  This doesn't always happen, but seems to happen more regularly for individuals who have Office 2013 (some users still have Office 2010).

This problem was not observed with Microsoft CRM 2011.

 

Any ideas?

Reports edited in Report Builder do not export in solutions

$
0
0

If I open up SSRS and edit a report through the Report Builder, any changes I make are not reflected when the report is exported as part of a solution. The changes do show up when I run the report.

Simple way to reproduce:

Create a new report in CRM using the report wizard, choose any entity.

Add a single column, for any field.

Save and publish the report to the organization.

Find the report on the SSRS page and select "Edit in Report Builder".

Change anything about the report, for example the column heading, and save. You will notice that running the report in CRM shows the changes.

Publish all customizations just to make sure.

Create a new solution, add the report to it, and export the solution. The exported report does not contain the changes. You can see this by either importing the solution, or unzipping the solution and editing the report itself directly in BIDS or Notepad.

Is this a bug, or am I doing something wrong? Editing the report in the report wizard, or by using BIDS, does not have this problem.

CRM 2013 Outlook Client- Regarding reverts to 'none' after sending email

$
0
0

We are using a Dynamics CRM 2013 with the CRM 2013 Outlook Client and Office 365.  When writing an email, we can 'set regarding', select the appropriate account, and it shows up in the pane below the email.  After the email is sent, the recipient opens the email and the 'regarding' field' is correct for a second or two, then reverts to 'none'.  Same thing happens to the email in my 'sent' folder.  The Regarding field value flickers (literally) and resets to 'none'.

Any thoughts?

 

Workflow results in CRM 2013

$
0
0

Hi Guys,

A new version of CRM usually comes with new features. I am trying all the new workflow features. My problem is that normally results from workflows can be viewed at the left bottom corner in the related Workflows of a record. As of CRM 2013 it seems that this is not being populated anymore. Am I correct or am I overlooking something

Awesome update! Now why cant we view Business Processes / Activity Feeds

$
0
0

Hi, we just rolled out the 2013 update for CRM.  

Our admins can view the default business process yet no one else.  

Is there a permission hidden somewhere?  

IN regards to Activity Feeds - We saw the security role and added it to the users - they are still unable to view activity feeds on Leads/etc.  

Any help on either of these topics would be appreciated thanks.

Generic SQL Error between Contracts & Accounts

$
0
0

Hi guys,

 

There was no default relationship included on the Accounts form to view the related Contracts.  The relationship was still available so I added it back to the form. 

Now when clicking, the user experiences a Generic SQL error: Microsoft CRM Error Report

 

 

Leads

$
0
0

How do I change the process flow, in leads, so when a lead is "qualified" it goes to our first process flow box in opportunities. Currently the lead sales stages are locked for Develop, Propose, Close. We have modified our sales process flow for opportunities to be Identify, Qualify, Propose, Close. We would like our leads to go from "Lead" to "Identify" when they are qualified. They are currently going from "Lead" to "Develop" and is following the Lead sales flow.


Microsoft Dynamics CRM on Surface 2

$
0
0

I was told that due to the issues of accessing the full CRM platform on iPAD through Google Chrome currently that I should purchase a Surface tablet that runs outlook.  I have just received my surface 2 (not the pro version) and have outlook setup.  How do I get the Dynamics CRM to run in outlook on my Surface like it does on my laptop?

relationship mappings for dynamically created entities?

$
0
0

Hello, I've created a parent-child referential relationship on the incident (case) entity.  For this relationship, I've defined some field mappings between the parent and child entities.  For example, the title from the parent should get automatically copied to the child.

This mapping works as expected, when I open a case through the UI, select the "Children" left nav item, then select the "Add New Case" button on the ribbon.  When the child case is opened, it gets pre-populated with the parent field values as expected.

However, I have a scenario, where I'm creating a child case programmatically through a plugin.  I create the most basic incident first, then call service.Associate, to associate the new child with the parent.

I was expecting that the Associate method would apply the parent property mappings to the child.  However, this did not appear to happen.  So, is there a special process/sequence I should follow, a special parameter I should use, or a particular method I should call, to ensure that parent-child mappings get applied when creating/associating a new child entity through a plugin?

Bing Maps with Form Scripting

$
0
0

Hello everybody!

I need to show/hide the new feature "Bing Maps" at my Leads form, depending on the Rol of the user using the CRM. I've tried by using "Business Rules" but since this new feature is not a field, there is no way to doing so.

I guess I have to do some JavaScript to check the user and then show/hide the Bing Maps. But I am truly new to this, could this be done by JavaScript? if so, where can I look up for help please.

thanks to everyone!

Email from template

$
0
0

Hello,

I want to send an email each time an email from a particular template is sent from Dynamics CRM 2011. I tried to use a workflow : When a mail is created, i tried to add a condition to check the template of the mail which has been sent, but I can't find the condition on the template in the differents conditions available

Thanks for your help

Quentin.

User Permissions

$
0
0

I have a odd problem.

I have 2 users .. exactly the same teams .. both blank security profiles (apart from those inherited from teams).

They also have same business unit.

But one of them lacks permission to edit a marketing list that a 3rd user created.

How can the permission differ from 2 users that have the same exact permissions according to the system?

Applying Workflow Logic to Master Record after a Merge

$
0
0

Hi all,

I am trying to determine if I can see what records have been merged inside of CRM2013.  I have located the merged field in the database which is a flag that looks to be set on the subordinate records to True after a merge.

For example:

Record B (Subordinate) is merged into Record A (Master).  Record B has a Merged field that is now set to true.

What I really want to do is try to create a workflow in CRM2013 that performs an action on the Master Record A in the example above.  What I have found, however, is that you cannot use the Merged field in a workflow, view, etc. I am trying to figure out how I can do something very simple like writing a flag to the Master Record.

Any ideas?

Thanks very much in advance!

- Steve

CRM client for outlook 2010 is not installing

$
0
0

I am trying to install CRM client for Outlook 2010 and it returns with following error:

"Installation of Microsoft Dynamics CRM for Outlook failed. Exit code: 1603. Result: Fatal error during installation"

The following is the installation error log: I have tried to install the . NET framework and nothing was helpful:

 

19:31:34|   Info| === Setup bootstrap logging started 24/05/2013 19:31:34 ===
19:31:34|   Info| Bootstrap version: 5.0.9690.1992.
19:31:34|   Info| User: logicaesc41.
19:31:34|   Info| Invoked with command line: "\\shr1ts10\c$\temp\crm\SetupClient.exe"
19:31:34|   Info| Running Microsoft Dynamic CRM 5 for Outlook at : \\shr1ts10\c$\temp\crm
19:31:35|   Info| System Memory: 38644011008 Bytes
19:31:35|   Info| Initializing COM.
19:31:35|   Info| Initialized COM.
19:31:35|   Info| No pending reboot detected
19:31:35|   Info| No reboot required
19:31:35|   Info| Uninitializing COM.
19:31:35|   Info| Uninitialized COM.
19:31:35|   Info| Current OS Version: 6.1.7601
19:31:35|   Info|   ServicePack: Service Pack 1
19:31:35|   Info|   System Type: Workstation
19:31:35|   Info|   Suite Mask: 0x0012
19:31:35|   Info| Copying installer files to local directory: 
19:31:35|   Info| Package: \\shr1ts10\c$\temp\crm\Client.msi, Options: ADDLOCAL="Installer" INSTALLDIR="C:\Users\LOGICA~1\AppData\Local\Temp\MSCRM_{1C954C37-6C1A-47DE-8CE3-C10596C39C79}" TARGETDIR="C:\Users\LOGICA~1\AppData\Local\Temp\MSCRM_{1C954C37-6C1A-47DE-8CE3-C10596C39C79}" ALLOWRUN=1
19:31:40|   Info| Loading bootstrap library C:\Users\LOGICA~1\AppData\Local\Temp\MSCRM_{1C954C37-6C1A-47DE-8CE3-C10596C39C79}\ClientSetup.dll
19:31:41|   Info| Microsoft Dynamics CRM for Outlook is not currently installed.
19:35:14|   Info| === Setup bootstrap logging ended 24/05/2013 19:35:14 ===

19:31:49|   Info| Bootstrap version: 5.0.9690.1992.
19:31:49|   Info| User: logicaesc41.
19:31:49|   Info| Initializing COM.
19:31:49|   Info| Initialized COM.
19:31:49|   Info| Current OS Version: 6.1.7601
19:31:49|   Info|   ServicePack: Service Pack 1
19:31:49|   Info|   System Type: Workstation
19:31:49|   Info|   Suite Mask: 0x0012
19:31:51|   Info| IsIeInstalled=1
19:31:51|   Info| IsDotNetInstalled=0
19:31:51|   Info| Create the job key value BITSLocalTempDir in the registry.

19:31:51|   Info| Set the job key value BITSLocalTempDir as  in the registry.

19:31:51|   Info| Checking whether installer dotNetFx40_Full_x86_x64.exe is locally available
19:31:51|   Info| Local package for Microsoft .NET Framework not found
19:31:51|   Info| Failed to find .NET setup program DOTNETFX\dotNetFx40_Full_x86_x64.exe.
19:31:51|   Info| FWLink defined for Microsoft .NET Framework:  http://go.microsoft.com/fwlink/?LinkId=182091&clcid=0x409
19:31:51|   Info| IsInstallerInstalled=1
19:31:51|   Info| Windows Installer found is 5.0
19:31:51|   Info| CIsVcRedistInstalled=0
19:31:51|   Info| Installing VCRedist with version 10.0.30319
19:31:51|   Info| Get the job key value BITSLocalTempDir as  from the registry.

19:31:51|   Info| Checking whether installer vcredist_x86.exe is locally available
19:31:51|   Info| Local package for Microsoft Visual C++ Runtime not found
19:31:51|   Info| Failed to find the Visual C++ runtime installation file VcRedist\vcredist_x86.exe.
19:31:51|   Info| FWLink defined for Microsoft Visual C++ Runtime:  http://go.microsoft.com/fwlink/?LinkId=195255&clcid=0x409
19:31:51|   Info| Initializing COM.
19:31:51|   Info| Initialized COM.
19:31:51|   Info| Initializing COM.
19:31:51|   Info| Initialized COM.
19:31:51|   Info| Get the job key value BITSLocalTempDir as  from the registry.

19:31:51|   Info| Connect to BITS.

19:31:51|   Info| Get the job key value BITSLocalTempDir as  from the registry.

19:31:51|   Info| Open the registry key value BITSLocalTempDir for the download job.

19:31:51|   Info| Set the job key value BITSLocalTempDir as C:\Users\LOGICA~1\AppData\Local\Temp\MSCRM_{4BFFB3F0-98B7-463E-9843-1158426AFFCC}.

19:31:51|   Info| Find/create the local temporary directory C:\Users\LOGICA~1\AppData\Local\Temp\MSCRM_{4BFFB3F0-98B7-463E-9843-1158426AFFCC}.

19:31:51|   Info| Requesting download of Microsoft Visual C++ Runtime installer from http://go.microsoft.com/fwlink/?LinkId=195255&clcid=0x409.
19:31:51|   Info| Create the job key value vcredist_x86.exe in the registry.

19:31:51|   Info| Set the job key value vcredist_x86.exe as  in the registry.

19:31:51|   Info| Create a new job for file vcredist_x86.exe.

19:31:51|   Info| Open the registry key value vcredist_x86.exe for the download job.

19:31:51|   Info| Set the job key value vcredist_x86.exe as {9743EC45-B20D-4C15-AA3A-E2835BC67B67}.

19:31:51|   Info| Set the job guid {9743EC45-B20D-4C15-AA3A-E2835BC67B67} in the registry.

19:31:51|   Info| Add the file vcredist_x86.exe to the created job.

19:31:51|   Info| Set MinimumRetryDelay to: 60 seconds.

19:31:51|   Info| Set NoProgressTimeout to: 60 seconds.

19:31:51|   Info| Set Priority to BG_JOB_PRIORITY_FOREGROUND.

19:31:51|   Info| Create the notify interface.

19:31:51|   Info| Register notify interface.

19:31:51|   Info| Set the notify flags to BG_NOTIFY_JOB_TRANSFERRED
19:31:51|   Info|  | BG_NOTIFY_JOB_ERROR | BG_NOTIFY_JOB_MODIFICATION.

19:31:51|   Info| Start/resume the download job vcredist_x86.exe.

19:31:51|Warning| Error context : 5.

19:31:51|Warning| Job vcredist_x86.exe encountered the following error:
 HTTP status 407: Proxy authentication is required.


19:31:51|Warning| Job vcredist_x86.exe encountered the BG_JOB_STATE_ERROR.

19:31:51|Warning| Microsoft Visual C++ Runtime did not download successfully.  To try again, ensure your internet connection is working, then try again.
19:31:51|   Info| Open the registry key value vcredist_x86.exe for the download job.

19:31:51|   Info| Set the job key value vcredist_x86.exe as .

19:31:51|   Info| Cancel the download job vcredist_x86.exe.

19:31:51|   Info| Clean up the BITS downloader.

19:31:51|   Info| Uninitializing COM.
19:31:51|   Info| Uninitialized COM.
19:31:51|   Info| Requesting download of Microsoft Visual C++ Runtime installer from http://go.microsoft.com/fwlink/?LinkId=195255&clcid=0x409.
19:31:52|   Info| Microsoft Visual C++ Runtime downloaded to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\Z94DLACC\vcredist_x86[1].exe
19:31:52|   Info| Prereq component installer will use downloaded installer for vcredist_x86.exe.
19:31:52|   Info| Installer path for Microsoft Visual C++ Runtime set to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\Z94DLACC\vcredist_x86[1].exe
19:31:52|   Info| Installing Microsoft Visual C++ Runtime
19:31:52|   Info| Launching external process:
19:31:52|   Info|      CmdLine:  <"C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\Z94DLACC\vcredist_x86[1].exe" /q /norestart>
19:31:52|   Info|   WorkingDir: <C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\Z94DLACC>
19:31:57|   Info| Installation of Microsoft Visual C++ Runtime has completed. Exit code: 0. Result: Version installed: 10.0.30319
19:31:57|   Info| Uninitializing COM.
19:31:57|   Info| Uninitialized COM.
19:31:57|   Info| IsDrWatsonInstalled=1
19:31:57|   Info| IsDotNetInstalled=0
19:31:57|   Info| Checking whether installer dotNetFx40_Full_x86_x64.exe is locally available
19:31:57|   Info| Local package for Microsoft .NET Framework not found
19:31:57|   Info| Failed to find .NET setup program DOTNETFX\dotNetFx40_Full_x86_x64.exe.
19:31:57|   Info| FWLink defined for Microsoft .NET Framework:  http://go.microsoft.com/fwlink/?LinkId=182091&clcid=0x409
19:31:57|   Info| IsInstallerInstalled=1
19:31:57|   Info| Windows Installer found is 5.0
19:31:57|   Info| IsSqlCe32BitInstalled=0
19:31:57|   Info| Checking whether installer SSCERuntime*-x86.msi is locally available
19:31:57|   Info| Local package for Microsoft SQL Server Compact 3.5 Service Pack 2 not found
19:31:57|   Info| Failed to find Microsoft SQL Server Compact 3.5 SP1 setup package sqlceSCERuntime.msi.
19:31:57|   Info| FWLink defined for Microsoft SQL Server Compact 3.5 Service Pack 2:  http://go.microsoft.com/fwlink/?LinkId=147327&clcid=0x409
19:31:57|   Info| IsSqlCe64BitInstalled=0
19:31:57|   Info| Checking whether installer SSCERuntime*-x64.msi is locally available
19:31:57|   Info| Local package for Microsoft SQL Server Compact 3.5 Service Pack 2 not found
19:31:57|   Info| Failed to find Microsoft SQL Server Compact 3.5 SP1 setup package sqlceSCERuntime.msi.
19:31:57|   Info| FWLink defined for Microsoft SQL Server Compact 3.5 Service Pack 2:  http://go.microsoft.com/fwlink/?LinkId=147326&clcid=0x409
19:31:57|   Info| IsReportViewerControlInstalled=0
19:31:57|   Info| Checking whether installer ReportViewer.exe is locally available
19:31:57|   Info| Local package for Microsoft SQL Reporting Service Report Viewer Control not found
19:31:57|   Info| Failed to find Report Viewer setup package ReportViewer\ReportViewer.exe.
19:31:57|   Info| FWLink defined for Microsoft SQL Reporting Service Report Viewer Control:  http://go.microsoft.com/fwlink/?LinkId=193386&clcid=0x409
19:31:57|   Info| IsGenevaInstalled=1
19:31:57|   Info| CIsIDCRL64Installed=0
19:31:57|   Info| Checking whether installer wllogin_64.msi is locally available
19:31:57|   Info| Local package for Windows Live ID Sign-in Assistant not found
19:31:57|   Info| Failed to find the Windows Live ID Sign-in Assistant installer.
19:31:57|   Info| FWLink defined for Windows Live ID Sign-in Assistant:  http://go.microsoft.com/fwlink/?LinkId=194722&clcid=0x409
19:31:57|   Info| CIsMSOIDCRL64Installed=0
19:31:57|   Info| Checking whether installer msoidcli*_64.msi is locally available
19:31:57|   Info| Local package for Microsoft Online Services Sign-in Assistant not found
19:31:57|   Info| Failed to find the Microsoft Online Services Sign-in Assistant installer.
19:31:57|   Info| FWLink defined for Microsoft Online Services Sign-in Assistant:  http://go.microsoft.com/fwlink/?LinkId=221500&clcid=0x409
19:31:57|   Info| GetSIDOfLoggedOnUser: Starting
19:31:57|   Info| GetSIDOfLoggedOnUser: before WTSQueryUserToken, session=1
19:31:57|   Info| GetSIDOfLoggedOnUser: return code = 1314
19:31:57|   Info| Using the following Language Pack msi - \\shr1ts10\c$\temp\crm\MUISetup_1033_i386.msi
19:31:57|   Info| Initializing COM.
19:31:57|   Info| Initialized COM.
19:31:57|   Info| Initializing COM.
19:31:57|   Info| Initialized COM.
19:31:57|   Info| Connect to BITS.

19:31:57|   Info| Find/create the local temporary directory C:\Users\LOGICA~1\AppData\Local\Temp\MSCRM_{4BFFB3F0-98B7-463E-9843-1158426AFFCC}.

19:31:57|   Info| Requesting download of Microsoft .NET Framework installer from http://go.microsoft.com/fwlink/?LinkId=182091&clcid=0x409.
19:31:57|   Info| Create the job key value dotNetFx40_Full_x86_x64.exe in the registry.

19:31:57|   Info| Set the job key value dotNetFx40_Full_x86_x64.exe as  in the registry.

19:31:57|   Info| Create a new job for file dotNetFx40_Full_x86_x64.exe.

19:31:57|   Info| Open the registry key value dotNetFx40_Full_x86_x64.exe for the download job.

19:31:57|   Info| Set the job key value dotNetFx40_Full_x86_x64.exe as {229A097B-3284-4447-AC82-B7699623FECC}.

19:31:57|   Info| Set the job guid {229A097B-3284-4447-AC82-B7699623FECC} in the registry.

19:31:57|   Info| Add the file dotNetFx40_Full_x86_x64.exe to the created job.

19:31:57|   Info| Set MinimumRetryDelay to: 60 seconds.

19:31:57|   Info| Set NoProgressTimeout to: 60 seconds.

19:31:57|   Info| Set Priority to BG_JOB_PRIORITY_FOREGROUND.

19:31:57|   Info| Create the notify interface.

19:31:57|   Info| Register notify interface.

19:31:57|   Info| Set the notify flags to BG_NOTIFY_JOB_TRANSFERRED
19:31:57|   Info|  | BG_NOTIFY_JOB_ERROR | BG_NOTIFY_JOB_MODIFICATION.

19:31:57|   Info| Requesting download of Microsoft SQL Server Compact 3.5 Service Pack 2 installer from http://go.microsoft.com/fwlink/?LinkId=147327&clcid=0x409.
19:31:57|   Info| Create the job key value SSCERuntime_1033_x86.msi in the registry.

19:31:57|   Info| Set the job key value SSCERuntime_1033_x86.msi as  in the registry.

19:31:57|   Info| Create a new job for file SSCERuntime_1033_x86.msi.

19:31:57|   Info| Open the registry key value SSCERuntime_1033_x86.msi for the download job.

19:31:57|   Info| Set the job key value SSCERuntime_1033_x86.msi as {58419E1C-3A56-40DF-AE6A-D365F81BB223}.

19:31:57|   Info| Set the job guid {58419E1C-3A56-40DF-AE6A-D365F81BB223} in the registry.

19:31:57|   Info| Add the file SSCERuntime_1033_x86.msi to the created job.

19:31:57|   Info| Set MinimumRetryDelay to: 60 seconds.

19:31:57|   Info| Set NoProgressTimeout to: 60 seconds.

19:31:57|   Info| Set Priority to BG_JOB_PRIORITY_FOREGROUND.

19:31:57|   Info| Create the notify interface.

19:31:57|   Info| Register notify interface.

19:31:57|   Info| Set the notify flags to BG_NOTIFY_JOB_TRANSFERRED
19:31:57|   Info|  | BG_NOTIFY_JOB_ERROR | BG_NOTIFY_JOB_MODIFICATION.

19:31:57|   Info| Requesting download of Microsoft SQL Server Compact 3.5 Service Pack 2 installer from http://go.microsoft.com/fwlink/?LinkId=147326&clcid=0x409.
19:31:57|   Info| Create the job key value SSCERuntime_1033_x64.msi in the registry.

19:31:57|   Info| Set the job key value SSCERuntime_1033_x64.msi as  in the registry.

19:31:57|   Info| Create a new job for file SSCERuntime_1033_x64.msi.

19:31:57|   Info| Open the registry key value SSCERuntime_1033_x64.msi for the download job.

19:31:57|   Info| Set the job key value SSCERuntime_1033_x64.msi as {40AE7305-958E-4101-8C7C-00BFFE18F1C1}.

19:31:57|   Info| Set the job guid {40AE7305-958E-4101-8C7C-00BFFE18F1C1} in the registry.

19:31:57|   Info| Add the file SSCERuntime_1033_x64.msi to the created job.

19:31:57|   Info| Set MinimumRetryDelay to: 60 seconds.

19:31:57|   Info| Set NoProgressTimeout to: 60 seconds.

19:31:57|   Info| Set Priority to BG_JOB_PRIORITY_FOREGROUND.

19:31:57|   Info| Create the notify interface.

19:31:57|   Info| Register notify interface.

19:31:57|   Info| Set the notify flags to BG_NOTIFY_JOB_TRANSFERRED
19:31:57|   Info|  | BG_NOTIFY_JOB_ERROR | BG_NOTIFY_JOB_MODIFICATION.

19:31:57|   Info| Requesting download of Microsoft SQL Reporting Service Report Viewer Control installer from http://go.microsoft.com/fwlink/?LinkId=193386&clcid=0x409.
19:31:57|   Info| Create the job key value ReportViewer.exe in the registry.

19:31:57|   Info| Set the job key value ReportViewer.exe as  in the registry.

19:31:57|   Info| Create a new job for file ReportViewer.exe.

19:31:57|   Info| Open the registry key value ReportViewer.exe for the download job.

19:31:57|   Info| Set the job key value ReportViewer.exe as {47CA71B1-351F-4C44-A4E9-597848166B73}.

19:31:57|   Info| Set the job guid {47CA71B1-351F-4C44-A4E9-597848166B73} in the registry.

19:31:57|   Info| Add the file ReportViewer.exe to the created job.

19:31:57|   Info| Set MinimumRetryDelay to: 60 seconds.

19:31:57|   Info| Set NoProgressTimeout to: 60 seconds.

19:31:57|   Info| Set Priority to BG_JOB_PRIORITY_FOREGROUND.

19:31:57|   Info| Create the notify interface.

19:31:57|   Info| Register notify interface.

19:31:57|   Info| Set the notify flags to BG_NOTIFY_JOB_TRANSFERRED
19:31:57|   Info|  | BG_NOTIFY_JOB_ERROR | BG_NOTIFY_JOB_MODIFICATION.

19:31:57|   Info| Requesting download of Windows Live ID Sign-in Assistant installer from http://go.microsoft.com/fwlink/?LinkId=194722&clcid=0x409.
19:31:57|   Info| Create the job key value wllogin_64.msi in the registry.

19:31:57|   Info| Set the job key value wllogin_64.msi as  in the registry.

19:31:57|   Info| Create a new job for file wllogin_64.msi.

19:31:57|   Info| Open the registry key value wllogin_64.msi for the download job.

19:31:57|   Info| Set the job key value wllogin_64.msi as {43B68A68-775F-4D4F-9C9A-ED0F64AB24B6}.

19:31:57|   Info| Set the job guid {43B68A68-775F-4D4F-9C9A-ED0F64AB24B6} in the registry.

19:31:57|   Info| Add the file wllogin_64.msi to the created job.

19:31:57|   Info| Set MinimumRetryDelay to: 60 seconds.

19:31:57|   Info| Set NoProgressTimeout to: 60 seconds.

19:31:57|   Info| Set Priority to BG_JOB_PRIORITY_FOREGROUND.

19:31:57|   Info| Create the notify interface.

19:31:57|   Info| Register notify interface.

19:31:57|   Info| Set the notify flags to BG_NOTIFY_JOB_TRANSFERRED
19:31:57|   Info|  | BG_NOTIFY_JOB_ERROR | BG_NOTIFY_JOB_MODIFICATION.

19:31:57|   Info| Requesting download of Microsoft Online Services Sign-in Assistant installer from http://go.microsoft.com/fwlink/?LinkId=221500&clcid=0x409.
19:31:57|   Info| Create the job key value msoidcli_1033_64.msi in the registry.

19:31:57|   Info| Set the job key value msoidcli_1033_64.msi as  in the registry.

19:31:57|   Info| Create a new job for file msoidcli_1033_64.msi.

19:31:57|   Info| Open the registry key value msoidcli_1033_64.msi for the download job.

19:31:57|   Info| Set the job key value msoidcli_1033_64.msi as {B5E2D938-1A87-447A-B8B7-A3E747DA2E05}.

19:31:57|   Info| Set the job guid {B5E2D938-1A87-447A-B8B7-A3E747DA2E05} in the registry.

19:31:57|   Info| Add the file msoidcli_1033_64.msi to the created job.

19:31:57|   Info| Set MinimumRetryDelay to: 60 seconds.

19:31:57|   Info| Set NoProgressTimeout to: 60 seconds.

19:31:57|   Info| Set Priority to BG_JOB_PRIORITY_FOREGROUND.

19:31:57|   Info| Create the notify interface.

19:31:57|   Info| Register notify interface.

19:31:57|   Info| Set the notify flags to BG_NOTIFY_JOB_TRANSFERRED
19:31:57|   Info|  | BG_NOTIFY_JOB_ERROR | BG_NOTIFY_JOB_MODIFICATION.

19:31:57|   Info| Start/resume the download job SSCERuntime_1033_x64.msi.

19:31:57|   Info| Start/resume the download job ReportViewer.exe.

19:31:57|   Info| Start/resume the download job dotNetFx40_Full_x86_x64.exe.

19:31:57|   Info| Start/resume the download job msoidcli_1033_64.msi.

19:31:57|   Info| Start/resume the download job wllogin_64.msi.

19:31:57|   Info| Start/resume the download job SSCERuntime_1033_x86.msi.

19:31:57|Warning| Error context : 5.

19:31:57|Warning| Job dotNetFx40_Full_x86_x64.exe encountered the following error:
 HTTP status 407: Proxy authentication is required.


19:31:57|Warning| Job dotNetFx40_Full_x86_x64.exe encountered the BG_JOB_STATE_ERROR.

19:31:57|Warning| Error context : 5.

19:31:57|Warning| Job SSCERuntime_1033_x86.msi encountered the following error:
 HTTP status 407: Proxy authentication is required.


19:31:57|Warning| Job SSCERuntime_1033_x86.msi encountered the BG_JOB_STATE_ERROR.

19:31:57|Warning| Error context : 5.

19:31:57|Warning| Job wllogin_64.msi encountered the following error:
 HTTP status 407: Proxy authentication is required.


19:31:57|Warning| Job wllogin_64.msi encountered the BG_JOB_STATE_ERROR.

19:31:57|Warning| Error context : 5.

19:31:57|Warning| Job SSCERuntime_1033_x64.msi encountered the following error:
 HTTP status 407: Proxy authentication is required.


19:31:57|Warning| Job SSCERuntime_1033_x64.msi encountered the BG_JOB_STATE_ERROR.

19:31:57|Warning| Microsoft .NET Framework did not download successfully.  To try again, ensure your internet connection is working, then try again.
19:31:57|Warning| Microsoft SQL Server Compact 3.5 Service Pack 2 did not download successfully.  To try again, ensure your internet connection is working, then try again.
19:31:57|Warning| Microsoft SQL Server Compact 3.5 Service Pack 2 did not download successfully.  To try again, ensure your internet connection is working, then try again.
19:31:57|Warning| Microsoft SQL Reporting Service Report Viewer Control did not download successfully.  To try again, ensure your internet connection is working, then try again.
19:31:57|Warning| Windows Live ID Sign-in Assistant did not download successfully.  To try again, ensure your internet connection is working, then try again.
19:31:57|Warning| Microsoft Online Services Sign-in Assistant did not download successfully.  To try again, ensure your internet connection is working, then try again.
19:31:57|   Info| Open the registry key value SSCERuntime_1033_x64.msi for the download job.

19:31:57|   Info| Set the job key value SSCERuntime_1033_x64.msi as .

19:31:57|   Info| Cancel the download job SSCERuntime_1033_x64.msi.

19:31:57|   Info| Open the registry key value dotNetFx40_Full_x86_x64.exe for the download job.

19:31:57|   Info| Set the job key value dotNetFx40_Full_x86_x64.exe as .

19:31:57|   Info| Cancel the download job dotNetFx40_Full_x86_x64.exe.

19:31:57|   Info| Open the registry key value wllogin_64.msi for the download job.

19:31:57|   Info| Set the job key value wllogin_64.msi as .

19:31:57|   Info| Cancel the download job wllogin_64.msi.

19:31:57|   Info| Open the registry key value SSCERuntime_1033_x86.msi for the download job.

19:31:57|   Info| Set the job key value SSCERuntime_1033_x86.msi as .

19:31:57|   Info| Cancel the download job SSCERuntime_1033_x86.msi.

19:31:57|   Info| Clean up the BITS downloader.

19:31:57|   Info| Uninitializing COM.
19:31:57|   Info| Uninitialized COM.
19:31:57|   Info| Requesting download of Microsoft .NET Framework installer from http://go.microsoft.com/fwlink/?LinkId=182091&clcid=0x409.
19:31:57|   Info| Requesting download of Microsoft SQL Server Compact 3.5 Service Pack 2 installer from http://go.microsoft.com/fwlink/?LinkId=147327&clcid=0x409.
19:31:57|   Info| Requesting download of Microsoft SQL Server Compact 3.5 Service Pack 2 installer from http://go.microsoft.com/fwlink/?LinkId=147326&clcid=0x409.
19:31:57|   Info| Requesting download of Microsoft SQL Reporting Service Report Viewer Control installer from http://go.microsoft.com/fwlink/?LinkId=193386&clcid=0x409.
19:31:57|   Info| Requesting download of Windows Live ID Sign-in Assistant installer from http://go.microsoft.com/fwlink/?LinkId=194722&clcid=0x409.
19:31:57|   Info| Requesting download of Microsoft Online Services Sign-in Assistant installer from http://go.microsoft.com/fwlink/?LinkId=221500&clcid=0x409.
19:32:01|   Info| Microsoft .NET Framework downloaded to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5BCJ2T88\dotNetFx40_Full_x86_x64[1].exe
19:32:01|   Info| Prereq component installer will use downloaded installer for dotNetFx40_Full_x86_x64.exe.
19:32:01|   Info| Installer path for Microsoft .NET Framework set to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5BCJ2T88\dotNetFx40_Full_x86_x64[1].exe
19:32:01|   Info| Microsoft SQL Server Compact 3.5 Service Pack 2 downloaded to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\Z94DLACC\SSCERuntime_x86-ENU[1].msi
19:32:01|   Info| Prereq component installer will use downloaded installer for SSCERuntime*-x86.msi.
19:32:01|   Info| Installer path for Microsoft SQL Server Compact 3.5 Service Pack 2 set to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\Z94DLACC\SSCERuntime_x86-ENU[1].msi
19:32:01|   Info| Microsoft SQL Server Compact 3.5 Service Pack 2 downloaded to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5BCJ2T88\SSCERuntime_x64-ENU[1].msi
19:32:01|   Info| Prereq component installer will use downloaded installer for SSCERuntime*-x64.msi.
19:32:01|   Info| Installer path for Microsoft SQL Server Compact 3.5 Service Pack 2 set to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5BCJ2T88\SSCERuntime_x64-ENU[1].msi
19:32:01|   Info| Microsoft SQL Reporting Service Report Viewer Control downloaded to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\WSN49F2V\ReportViewer[1].exe
19:32:01|   Info| Prereq component installer will use downloaded installer for ReportViewer.exe.
19:32:01|   Info| Installer path for Microsoft SQL Reporting Service Report Viewer Control set to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\WSN49F2V\ReportViewer[1].exe
19:32:01|   Info| Windows Live ID Sign-in Assistant downloaded to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\DC561DAM\wllogin_64[1].msi
19:32:01|   Info| Prereq component installer will use downloaded installer for wllogin_64.msi.
19:32:01|   Info| Installer path for Windows Live ID Sign-in Assistant set to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\DC561DAM\wllogin_64[1].msi
19:32:01|   Info| Microsoft Online Services Sign-in Assistant downloaded to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\DC561DAM\msoidcli[1].msi
19:32:01|   Info| Prereq component installer will use downloaded installer for msoidcli*_64.msi.
19:32:01|   Info| Installer path for Microsoft Online Services Sign-in Assistant set to C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\DC561DAM\msoidcli[1].msi
19:32:01|   Info| Querying current AutomaticUpdatesNotificationLevel
19:32:01|   Info| Pausing Automatic Updates
19:32:01|   Info| Automatic Updates paused
19:32:01|   Info| Installing Microsoft .NET Framework
19:32:01|   Info| Launching external process:
19:32:01|   Info|      CmdLine:  <"C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5BCJ2T88\dotNetFx40_Full_x86_x64[1].exe" /q /norestart /ChainingPackage NETFX4Beta2_DynamicsCRM>
19:32:01|   Info|   WorkingDir: <C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5BCJ2T88>
19:34:54|   Info| Installation of Microsoft .NET Framework has completed. Exit code: 0. Result: Version installed: 4.0.30319.01
19:34:54|   Info| Installing Microsoft SQL Server Compact 3.5 Service Pack 2
19:34:54|   Info| Log file: C:\Users\logicaesc41\AppData\Local\Microsoft\MSCRM\Logs\sqlce.log
19:34:54|   Info| Launching external process:
19:34:54|   Info|      CmdLine:  <msiexec /i "C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\Z94DLACC\SSCERuntime_x86-ENU[1].msi" /LV* "C:\Users\logicaesc41\AppData\Local\Microsoft\MSCRM\Logs\sqlce.log" /qn REBOOT=ReallySuppress>
19:34:54|   Info|   WorkingDir: <C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\Z94DLACC>
19:34:59|   Info| Installation of Microsoft SQL Server Compact 3.5 Service Pack 2 has completed. Exit code: 0. Result: Version installed: 3.5.8082
19:34:59|   Info| Installing Microsoft SQL Server Compact 3.5 Service Pack 2
19:34:59|   Info| Log file: C:\Users\logicaesc41\AppData\Local\Microsoft\MSCRM\Logs\sqlce.log
19:34:59|   Info| Launching external process:
19:34:59|   Info|      CmdLine:  <msiexec /i "C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5BCJ2T88\SSCERuntime_x64-ENU[1].msi" /LV* "C:\Users\logicaesc41\AppData\Local\Microsoft\MSCRM\Logs\sqlce.log" /qn REBOOT=ReallySuppress>
19:34:59|   Info|   WorkingDir: <C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5BCJ2T88>
19:35:02|   Info| Installation of Microsoft SQL Server Compact 3.5 Service Pack 2 has completed. Exit code: 0. Result: Version installed: 3.5.8082
19:35:02|   Info| Installing Microsoft SQL Reporting Service Report Viewer Control
19:35:02|   Info| Launching external process:
19:35:02|   Info|      CmdLine:  <"C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\WSN49F2V\ReportViewer[1].exe" /q:a /c:"install.exe /q ">
19:35:02|   Info|   WorkingDir: <C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\WSN49F2V>
19:35:05|   Info| Installation of Microsoft SQL Reporting Service Report Viewer Control has completed. Exit code: 0. Result: Version installed: 10.0.30319
19:35:05|   Info| Installing Windows Live ID Sign-in Assistant
19:35:05|   Info| Launching external process:
19:35:05|   Info|      CmdLine:  <msiexec /i "C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\DC561DAM\wllogin_64[1].msi" /LV* "C:\Users\logicaesc41\AppData\Local\Microsoft\MSCRM\Logs\idcrl.log" /qn REBOOT=ReallySuppress>
19:35:05|   Info|   WorkingDir: <C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\DC561DAM>
19:35:10|   Info| Installation of Windows Live ID Sign-in Assistant has completed. Exit code: 0. Result: Version installed: 6.500.3165.0
19:35:10|   Info| Installing Microsoft Online Services Sign-in Assistant
19:35:10|   Info| Launching external process:
19:35:10|   Info|      CmdLine:  <msiexec /i "C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\DC561DAM\msoidcli[1].msi" /LV* "C:\Users\logicaesc41\AppData\Local\Microsoft\MSCRM\Logs\msoidcrl.log" /qn REBOOT=ReallySuppress>
19:35:10|   Info|   WorkingDir: <C:\Users\logicaesc41\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\DC561DAM>
19:35:13|   Info| Installation of Microsoft Online Services Sign-in Assistant has completed. Exit code: 0. Result: Version installed: 7.250.4259.0
19:35:13|   Info| Installing Microsoft Dynamics CRM for Outlook
19:35:13|   Info| Launching external process:
19:35:13|   Info|      CmdLine:  <msiexec /i "\\shr1ts10\c$\temp\crm\Client.msi" /q INSTALLLEVEL="3" INSTALLTYPE="INSTALL" SOURCEFOLDER="\\shr1ts10\c$\temp\crm" TARGETDIR="C:\Program Files (x86)\Microsoft Dynamics CRM" INSTALLDIR="C:\Program Files (x86)\Microsoft Dynamics CRM" /l+ "C:\Users\logicaesc41\AppData\Local\Microsoft\MSCRM\Logs\crm50clientmsi.log" LOGFILE="C:\Users\logicaesc41\AppData\Local\Microsoft\MSCRM\Logs\crm50clientmsi.log"    ALLOWRUN="1" REBOOT=ReallySuppress NOSELECTION=1>
19:35:13|   Info|   WorkingDir: <\\shr1ts10\c$\temp\crm>
19:35:14|   Info| Installation of Microsoft Dynamics CRM for Outlook failed. Exit code: 1603. Result: Fatal error during installation. 
19:35:14|   Info| Resuming automatic updates
19:35:14|   Info| Uninitializing COM.
19:35:14|   Info| Uninitialized COM.
19:35:14|   Info| Uninitializing COM.
19:35:14|   Info| Uninitialized COM.
19:35:14|   Info| === Setup bootstrap logging started 24/05/2013 19:35:14 ===
19:35:14|   Info| Bootstrap version: 5.0.9690.1992.
19:35:14|   Info| User: logicaesc41.
19:35:14|  Error| Installation of Microsoft Dynamics CRM for Outlook failed.

With Regards,

Sanjivram

 


Turn off a Business Process Flow in CRM 2013

$
0
0

Does anyone know how to properly disable a business process flow in CRM 2013?  I have deactivated the Process but am still seeing the Flow UI when I open the form.

Cisco Unified Call Manager and CRM Online

$
0
0

Will Cisco Unified Call Manager work with Dynamics CRM Online version?

Profile picture URL gives 404 in CRM 2013 on-premise

$
0
0

I think this has been reported before, but could not find a bug report when searching the forum.

Suspected bug: In the Dynamics CRM 2013 on-premise RTM version (from MSDN), when adding a profile picture, the URL to the profile picture in the navigation bar uses the organization name - not the short, sanitized name. The current usage gives a 404 error.

Example:

<img class="navTabButtonUserInfoProfileImage" alt="" src="/Contoso%20Dev/Image/download.aspx?Attribute=entityimage&amp;Entity=systemuser&amp;Id=4d2f46a6-1011-e311-80b7-402cf4e9c1bc&amp;Timestamp=635204644977717931" unselectable="on">

but this should be

<img class="navTabButtonUserInfoProfileImage" alt="" src="/ContosoDev/Image/download.aspx?Attribute=entityimage&amp;Entity=systemuser&amp;Id=4d2f46a6-1011-e311-80b7-402cf4e9c1bc&amp;Timestamp=635204644977717931" unselectable="on">

Lync Call Popup to CRM entry

$
0
0

Hi everyone,

I would like to know if there's any free software that prompts Lync calls and provide the choice to enter or register the call as a case.

I found something similar but wasn't able to try it more than 5 mins as it's only available for demo version. I would appreciate if someone would point me to something similar.

Thanks

http://www.appvnet.com/services-view/lyncpop/

CRM 2011 schedule recurring workflows

Viewing all 79901 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>