11gR2: srvctl add nodeapps  problem

Hello,
The installation of the 11gR2 grid infrastructure went OK on both nodes.
All resources, including vip, asm, DG, etc are OK and online
crsd is OK on BOTH nodes:
[root@quasar bin]# ./crsctl status resource -t
NAME TARGET STATE SERVER STATE_DETAILS
Local Resources
ora.OCR.dg
ONLINE ONLINE mars
ONLINE ONLINE quasar
ora.asm
ONLINE ONLINE mars Started
ONLINE ONLINE quasar Started
ora.net1.network
ONLINE ONLINE mars
ONLINE ONLINE quasar
ora.registry.acfs
ONLINE ONLINE mars
OFFLINE OFFLINE quasar
Cluster Resources
ora.quasar.vip
1 ONLINE ONLINE quasar
[root@quasar bin]#
[root@quasar bin]# ./crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
However when adding nodeapps, the crsd daemon dies and any attempt
to restart it fails:
[root@quasar bin]# ./srvctl add nodeapps -n quasar -A quasar-vip/255.255.255.0/eth0 -l 6200 -r 6100 -v
Successfully added node applications.
[root@quasar bin]#
[root@quasar bin]# ./crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4535: Cannot communicate with Cluster Ready Services <-----------------------------
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
[root@quasar bin]#
Any advice how to fix this will be greatly appreciated
Regards,
Kim

Don't forget to specify your operating system. I don't understand why are you trying to "add" nodeapps to the cluster?, could you provide more details

Similar Messages

  • Srvctl add vip - what di i set the -k option to?

    New RAC grid 11gr2 install Linux RHEL 5.2 64 bit. The installation has some hiccups, and the second node did not properly get vip assigned:
    PRKO-2165 : VIP does not exist on node(s) : node 2So I'd like to try adding the vip to the node using srvctl add vip, but I have a question on the -k network_number option. I'm not sure what I should set this to?
    Thanks in advance!

    srvctl add vip
    Adds a VIP to a node.
    Note:
    This command is only available with Oracle Clusterware.
    Syntax and Options
    Use the srvctl add vip command with the following syntax:
    srvctl add vip -n node_name -A {name|ip}/netmask[/if1[if2|...]]
         [-k network_number] [-v]
    Table A-18 srvctl add vip Options
    Option Description
    -n node_name
    The name of the node on which you are adding the VIP
    -A {name|ip}/netmask
    [/if1[|if2|...]]
    This specification creates a traditional VIP node application on the specified node
    -k network_number
    The optional network number from which SCAN VIPs are obtained.
    If not specified, the SCAN VIPs are obtained from the same default network from which the nodeapps VIP is obtained.
    -v
    Verbose output
    http://download.oracle.com/docs/cd/E11882_01/rac.112/e10718/srvctladmin.htm#BAJEIJAB
    Ba bub

  • SWPM RAC DB instance install error on srvctl add database -d

    Hello,
    We are currently installing a distributed NW 7.31 system with Oracle RAC on ASM.
    SCS ran successfully ,and now we are trying to install db instance.
    During phase 'Create database' the installation stops with error code 1.
    The log is:
    WARNING    2014-04-28 19:14:00.451
               CJSlibModule::writeWarning_impl()
    Execution of the command "/oracle/ISP/112/bin/srvctl add database -d ISP -o /oracle/ISP/112 -p +ISP_DATA/ISP/spfileISP.ora -a ISP_DATA" finished with return code 1. Output:
    /oracle/ISP/112/bin/srvctl: line 87: dirname: No such file or directory
    /oracle/ISP/112/bin/srvctl: line 94: dirname: No such file or directory
    /oracle/ISP/112/bin/srvctl: line 148: uname: No such file or directory
    ****ORACLE_HOME environment variable is not set.
        ORACLE_HOME should be set to the main
        directory that contains Oracle products.
        Set and export ORACLE_HOME, then re-run.
    ERROR      2014-04-28 19:14:00.454
               CJSlibModule::writeError_impl()
    CJS-30023  Process call '/oracle/ISP/112/bin/srvctl add database -d ISP -o /oracle/ISP/112 -p +ISP_DATA/ISP/spfileISP.ora -a ISP_DATA' exits with error code 1. For details see log file(s) srvctl.log.
    I don't know why the SWPM asks for the spfile if this is a fresh installation. The only file that exists is initISP.ora
    Perhaps SWPM was supposed to create an spfile<SID>.ora from init<SID>.ora?
    I hope someone out there has encountered this before
    Best Regards,
    Fabian

    Hello,
    I'm facing the same problem with SWPM:
    An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > Distributed System > Based on AS Java > Database Instance( Last error reported by the step: Process call '/oracle/DEP/112/bin/srvctl add database -d DEP -o /oracle/DEP/112 -p +DEVDEP01/DEP/spfileDEP.ora -a DEVDEP01' exits with error code 2. For details see log file(s) srvctl.log.)
    [oracle@sapdtdb01 DB]$ cat srvctl.log
    /oracle/DEP/112/bin/srvctl: line 87: dirname: No such file or directory
    /oracle/DEP/112/bin/srvctl: line 94: dirname: No such file or directory
    /oracle/DEP/112/bin/srvctl: line 148: uname: No such file or directory
    PRCD-1025 : Failed to create database DEP
    PRCT-1011 : Failed to run "srvctl". Detailed error: [/oracle/DEP/112/bin/srvctl: line 87: dirname: No such file or directory, /oracle/DEP/112/bin/srvctl: line 94: dirname: No such file or directory, /oracle/DEP/112/bin/srvctl: line 148: uname: No such file or directory]
    Manualy I can execute and register the db:
    /oracle/DEP/112/bin/srvctl add database -d DEP -o /oracle/DEP/112 -p +DEVDEP01/DEP/spfileDEP.ora -a DEVDEP01
    I updated de .bash_profile and .bashrc
    PATH=$PATH:$HOME/bin:/oracle/DEP/112/bin
    ORACLE_HOME=/oracle/DEP/112
    ORACLE_SID=DEP
    ORACLE_BASE=/oracle/DEP
    GRID_HOME=/crs/product/11.2.0.3/
    LD_LIBRARY_PATH=/oracle/DEP/112/lib
    export PATH
    export ORACLE_HOME
    export ORACLE_SID
    export ORACLE_BASE
    export LD_LIBRARY_PATH
    Can you please advise?
    Best regards
    António

  • Excel add in problem

    I have an excel add-in problem that seems to be local. When I try to retrieve, it does not show anything. The database is not bad at all because when I log on with my username in a different computer, I get the data upon retrieval. What could be the problem?

    When I try to retrieve, it does not show anythingIf really nothing shows up, the multiple EXCEL.EXE as in the previous answer may be a problem.
    If you have already set up the retreive sheet and you just do not get any data make sure you don't have the Gloabl option "Navigate without data" set.

  • EPM add-in problem with input data,retrieve dimension or members

    Hello everyone,
    I am trying to use data write back (input data) function with EPM add-in in Dashboards. I managed successfully bringing results of an EPM report. I've created a local connection at EPM, and created a  connection at data manager for"Planning and consolidation, version for SAP netweaver platform". And i could get the values via refreshing connection at preview mode, so far so good. Now i want to add a connection which will serve as data write back function to a specific BPC cube. The problem is,  I can retrieve data source name and environment name. But when i click to retrieve model names, it retrieves empty results. The problem exist in, "retrieve dimension" and"retrieve dimension members" functionalities too. I realized that i could retrieve model names for only one specific environment, but even i could get these, when i try to retrieve "cell definition" i am facing an error. You can see related screenshots below.
    I am using Dashboards 4.1 SP2,  EPM connector 10 SP 17.  I created two connections as local and business planning and consolidation for netweaver. I selected same environment and model name for these connections. Neither did work.  Any ideas?
    Update: The reason i could see some model names and some others not  was i didn't specified the model as data source at: 
    Enable BPC Model as reporting data source
               Logon to BPC 10.0 NW web client -> Planning and Consolidation Administration -> Dimensions and Models -> Models -> Select the Model -> Edit -> Features Used with the Model -> mark check box 'Use as Source of Data' -> Save.
    I will update here if i could find a solution for the other issue. (First screenshot).
    Update_2: The problem was occuring because i wasn't connecting to transient cube, created automatically by applying the step at Update_1. While creating a local connection, you shouldn't connect to the original cube, but to the transient one instead to use input data functionality.
    Regards,
    Onur
    Message was edited by: Onur Göktaş

    HI,
    I believe it is definitely the support pack. I posted an issue on this forum and I saw your post.  Your issue is very similar to mine. I saw Andy's reply to you about the SP 18 and looked into it.  Thanks Andy.  SP 18 resolved my issue.  See my post.  Kathy

  • Crm 2011 on Outlook add-on problem

    2 I'm putting the user in CRM add-on. Was giving error when I run the Configuration Wizard . I did at one configuration . Came CRM plug-ins in Outlook. But it says the connection was interrupted . Other moving user I am writing an http address in the Configuration Wizard somewhere in the middle I get the following error message. Operating System Win 8 Slim , Office 2007 SP3 must be installed and updated CRM . Based user needs to give me an authority. Can you help ?
    Error :
    There was a problem communicating with the Microsoft Dynamic CRM server. The server might be unavailable. Then try again. If the problem persists , contact your system administrator.
    Log error
    Log: 10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.GetActionList
    10:22:16| Info| Get action list.
    10:22:16| Info| Get action total progress : 55.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.GetActionEntry
    10:22:16| Info| Action command type : Add.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.RunServerDiagnotics
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.DiagnosticEngine.Run(CrmServer)
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.UserLicenseDiagnostic.ExecuteInternal
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.UserLicenseDiagnostic.ExecuteInternal
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.ClientCompatibilityDiagnostic.ExecuteInternal
    10:22:16| Info| Client Compatibility result: 0
    10:22:16| Info| Client is compatible with the server
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.ClientCompatibilityDiagnostic.ExecuteInternal
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.DiagnosticEngine.Run(CrmServer)
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.RunServerDiagnotics
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
    10:22:16| Info| Deleted user application files.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetConfigurationRegistryValuesAction
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetClientRegistryDefaultSettings
    10:22:16| Info| Copied registry values created by setup in HKLM to HKCU on configuration
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetClientRegistryDefaultSettings
    10:22:16| Info| Set default settings to client configuration.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetLaptopClientRegistryValues
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.GetAspDotNetPath
    10:22:16| Info| ASP Net version key name : Software\Microsoft\ASP.NET\4.0.30319.0
    10:22:16| Info| ASP Net install path : C:\Windows\Microsoft.NET\Framework\v4.0.30319
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.GetAspDotNetPath
    10:22:16| Info| Created Crm allow list key.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetLaptopClientRegistryValues
    10:22:16| Info| Set laptop client registry key values.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetPlatformRootAction
    10:22:16| Info| No extended chars in http://formcrm2013/FORMMAKINA2013/XRMServices/2011/Organization.svc were found. No need for short naming.
    10:22:16| Info| Set platform root registry keys.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetPlatformRootAction
    10:22:16| Info| Set platform root key value.
    10:22:16| Info| Set user id registry key.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetConfigurationRegistryValuesAction
    10:22:16| Info| Set configuration registry key values.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.AddSQMRegkeysAndDirectory
    10:22:16| Info| Added SQM registry keys.
    10:22:16| Info| Added SQM queue directory.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.AddSQMRegkeysAndDirectory
    10:22:16| Info| Added SQM registry key values and directory.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetCrmRibbonAddinRegistryValuesAction
    10:22:16| Info| Enabled the crm ribbon addin keys under Software\Microsoft\Office\Outlook\Addins\crmaddin.RibbonAddin
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
    10:22:16| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:22:16| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:22:16| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:22:16| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:22:16| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetCrmRibbonAddinRegistryValuesAction
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetFixedRegistryValuesAction
    10:22:16| Info| Registered the form region for IPM.Note in Office registry hive.
    10:22:16| Info| Registered the form region for IPM.Appointment in Office registry hive.
    10:22:16| Info| Registered the form region for CRM.Task in Office registry hive.
    10:22:16| Info| Registered the form region for CRM.Contact in Office registry hive.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetFixedRegistryValuesAction
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.CreateIntegrationKey
    10:22:16| Info| Created Crm integrate key.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.CreateIntegrationKey
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.SetContextValues
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.SetContextValues
    10:22:16| Info| Set org-based registry values.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.SetPrimaryContextValues
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.SetPrimaryContextValues
    10:22:16| Info| Set Primary Org values.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.DeleteV4CrmDatastore
    10:22:16| Info| Logon mapi store
    10:22:16| Info| Logon admin service
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetCrmStoreServiceId
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
    10:22:16| Info| Query all rows in msg service table
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetCrmStoreServiceId
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.DeleteV4CrmDatastore
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.InitializeMapiStoreForFirstTime
    10:24:23| Error| Exception : Kültür desteklenmiyor.
    Parametre adı: culture
    0 (0x0000) geçersiz bir kültür tanımlayıcısı. konum: Microsoft.Crm.MapiStore.DataStore.WaitInitialized()
    konum: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.InitializeMapiStoreForFirstTime()
    konum: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Configure(IProgressEventHandler progressEventHandler)
    konum: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Configure(Object stateInfo)
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Unconfigure
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Unconfigure
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Unconfigure
    10:24:42|Warning| Error deleting file C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\7a9b2155-3771-e211-b833-e61f135c9177False.sdf: İşlem, başka bir işlem tarafından kullanıldığından 'C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\7a9b2155-3771-e211-b833-e61f135c9177False.sdf'
    dosyasına erişemiyor.. Marking it for the deletion upon the reboot.
    10:24:42|Warning| Error deleting file C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\MetadataCache-7a9b2155-3771-e211-b833-e61f135c9177.sdf: İşlem, başka bir işlem tarafından kullanıldığından 'C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\MetadataCache-7a9b2155-3771-e211-b833-e61f135c9177.sdf'
    dosyasına erişemiyor.. Marking it for the deletion upon the reboot.
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.RemoveContextValues
    10:24:42| Info| Delete org-based registry keys.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.RemoveContextValues
    10:24:42| Info| Remove org-based registry values.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Unconfigure
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Unconfigure
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveFixedRegistryValuesAction
    10:24:42| Info| Removed the form region for IPM.Note in Office registry hive.
    10:24:42| Info| Removed the form region for IPM.Appointment in Office registry hive.
    10:24:42| Info| Removed the form region for CRM.Task in Office registry hive.
    10:24:42| Info| Removed the form region for CRM.Contact in Office registry hive.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveFixedRegistryValuesAction
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveIntegrationKey
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveIntegrationKey
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmRibbonAddinRegistryValuesAction
    10:24:42| Info| Removed the crm ribbon addin keys under Software\Microsoft\Office\Outlook\Addins\crmaddin.RibbonAddin
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
    10:24:42| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:24:42| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:24:42| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:24:42| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:24:42| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmRibbonAddinRegistryValuesAction
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Unconfigure
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Unconfigure
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.StopApplicationHosterAction
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.StopApplicationHosterAction
    10:24:42| Info| Stopped application hoster.
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveApplicationhosterSettings
    10:24:42| Info| Deleted Application hoster registry value.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveApplicationhosterSettings
    10:24:42| Info| Removed application hoster settings.
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
    10:24:42|Warning| Error deleting file C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\CrmCache.sdf: İşlem, başka bir işlem tarafından kullanıldığından 'C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\CrmCache.sdf' dosyasına erişemiyor.. Marking
    it for the deletion upon the reboot.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
    10:24:42| Info| Deleted user application files.
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveSQMRegkeysAndDirectory
    10:24:42| Info| Removed SQM registry keys.
    10:24:42| Info| Removed SQM queue directory.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveSQMRegkeysAndDirectory
    10:24:42| Info| Removed SQM registry key values and directory.
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveConfigurationRegistryValuesAction
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveLaptopClientRegistryValues
    10:24:42| Info| Deleted Crm allow list key.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveLaptopClientRegistryValues
    10:24:42| Info| Removed Laptop client registry keys.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveConfigurationRegistryValuesAction
    10:24:42| Info| Removed Crm client registry keys.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Unconfigure
    10:24:42| Error| Failed to configure Microsoft Dynamics CRM for Outlook with FORM MAKINA 2013.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Configure
    10:24:42| Error| Exception : Outlook için Microsoft Dynamics CRM için kuruluş yapılandırılamıyor. Kuruluşu yapılandırmayı yeniden deneyin. Problem devam ederse, sistem yöneticinizle görüşün. konum: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Execute(ActionCommand
    command, ServerInfo serverInfo)
    konum: Microsoft.Crm.Application.Outlook.Config.ServerForm.<InitializeBackgroundWorkers>b__3(Object sender, RunWorkerCompletedEventArgs e)
    10:24:49|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.MainForm.AddServer
    10:24:49|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.MainForm.MainForm_Shown
    10:24:52|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ClientConfig.Terminate
    10:24:52| Info| Exit code: Default
    10:24:52|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ClientConfig.Terminate
    10:24:52| Info| === Outlook için Microsoft Dynamics CRM Yapılandırma Sihirbazı günlük kaydı durduruldu: 6.2.2015 10:24:52 ===

    Dear Sir / Madam,
    2 I'm putting the user in CRM add-on. Was giving error when I run the Configuration Wizard . I did at one configuration . Came CRM plug-ins in Outlook. But it says the connection was interrupted . Other moving user I am writing an http address in the Configuration Wizard somewhere in the middle I get the following error message. Operating System Win 8 Slim , Office 2007 SP3 must be installed and updated CRM . Based user needs to give me an authority. Can you help ?
    Error :
    There was a problem communicating with the Microsoft Dynamic CRM server. The server might be unavailable. Then try again. If the problem persists , contact your system administrator.
    Log error
    Log: 10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.GetActionList
    10:22:16| Info| Get action list.
    10:22:16| Info| Get action total progress : 55.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.GetActionEntry
    10:22:16| Info| Action command type : Add.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.RunServerDiagnotics
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.DiagnosticEngine.Run(CrmServer)
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.UserLicenseDiagnostic.ExecuteInternal
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.UserLicenseDiagnostic.ExecuteInternal
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.ClientCompatibilityDiagnostic.ExecuteInternal
    10:22:16| Info| Client Compatibility result: 0
    10:22:16| Info| Client is compatible with the server
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.ClientCompatibilityDiagnostic.ExecuteInternal
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.DiagnosticEngine.Run(CrmServer)
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.RunServerDiagnotics
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
    10:22:16| Info| Deleted user application files.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetConfigurationRegistryValuesAction
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetClientRegistryDefaultSettings
    10:22:16| Info| Copied registry values created by setup in HKLM to HKCU on configuration
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetClientRegistryDefaultSettings
    10:22:16| Info| Set default settings to client configuration.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetLaptopClientRegistryValues
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.GetAspDotNetPath
    10:22:16| Info| ASP Net version key name : Software\Microsoft\ASP.NET\4.0.30319.0
    10:22:16| Info| ASP Net install path : C:\Windows\Microsoft.NET\Framework\v4.0.30319
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.GetAspDotNetPath
    10:22:16| Info| Created Crm allow list key.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetLaptopClientRegistryValues
    10:22:16| Info| Set laptop client registry key values.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetPlatformRootAction
    10:22:16| Info| No extended chars in http://formcrm2013/FORMMAKINA2013/XRMServices/2011/Organization.svc were found. No need for short naming.
    10:22:16| Info| Set platform root registry keys.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetPlatformRootAction
    10:22:16| Info| Set platform root key value.
    10:22:16| Info| Set user id registry key.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetConfigurationRegistryValuesAction
    10:22:16| Info| Set configuration registry key values.
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.AddSQMRegkeysAndDirectory
    10:22:16| Info| Added SQM registry keys.
    10:22:16| Info| Added SQM queue directory.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.AddSQMRegkeysAndDirectory
    10:22:16| Info| Added SQM registry key values and directory.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetCrmRibbonAddinRegistryValuesAction
    10:22:16| Info| Enabled the crm ribbon addin keys under Software\Microsoft\Office\Outlook\Addins\crmaddin.RibbonAddin
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
    10:22:16| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:22:16| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:22:16| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:22:16| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:22:16| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetCrmRibbonAddinRegistryValuesAction
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetFixedRegistryValuesAction
    10:22:16| Info| Registered the form region for IPM.Note in Office registry hive.
    10:22:16| Info| Registered the form region for IPM.Appointment in Office registry hive.
    10:22:16| Info| Registered the form region for CRM.Task in Office registry hive.
    10:22:16| Info| Registered the form region for CRM.Contact in Office registry hive.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetFixedRegistryValuesAction
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.CreateIntegrationKey
    10:22:16| Info| Created Crm integrate key.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.CreateIntegrationKey
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.SetContextValues
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.SetContextValues
    10:22:16| Info| Set org-based registry values.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.SetPrimaryContextValues
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.SetPrimaryContextValues
    10:22:16| Info| Set Primary Org values.
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Configure
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.DeleteV4CrmDatastore
    10:22:16| Info| Logon mapi store
    10:22:16| Info| Logon admin service
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetCrmStoreServiceId
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
    10:22:16| Info| Query all rows in msg service table
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetCrmStoreServiceId
    10:22:16|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.DeleteV4CrmDatastore
    10:22:16|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.InitializeMapiStoreForFirstTime
    10:24:23| Error| Exception : Kültür desteklenmiyor.
    Parametre adı: culture
    0 (0x0000) geçersiz bir kültür tanımlayıcısı. konum: Microsoft.Crm.MapiStore.DataStore.WaitInitialized()
    konum: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.InitializeMapiStoreForFirstTime()
    konum: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Configure(IProgressEventHandler progressEventHandler)
    konum: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Configure(Object stateInfo)
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Unconfigure
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Unconfigure
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Unconfigure
    10:24:42|Warning| Error deleting file C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\7a9b2155-3771-e211-b833-e61f135c9177False.sdf: İşlem, başka bir işlem tarafından kullanıldığından 'C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\7a9b2155-3771-e211-b833-e61f135c9177False.sdf'
    dosyasına erişemiyor.. Marking it for the deletion upon the reboot.
    10:24:42|Warning| Error deleting file C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\MetadataCache-7a9b2155-3771-e211-b833-e61f135c9177.sdf: İşlem, başka bir işlem tarafından kullanıldığından 'C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\MetadataCache-7a9b2155-3771-e211-b833-e61f135c9177.sdf'
    dosyasına erişemiyor.. Marking it for the deletion upon the reboot.
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.RemoveContextValues
    10:24:42| Info| Delete org-based registry keys.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.RemoveContextValues
    10:24:42| Info| Remove org-based registry values.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Unconfigure
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Unconfigure
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveFixedRegistryValuesAction
    10:24:42| Info| Removed the form region for IPM.Note in Office registry hive.
    10:24:42| Info| Removed the form region for IPM.Appointment in Office registry hive.
    10:24:42| Info| Removed the form region for CRM.Task in Office registry hive.
    10:24:42| Info| Removed the form region for CRM.Contact in Office registry hive.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveFixedRegistryValuesAction
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveIntegrationKey
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveIntegrationKey
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmRibbonAddinRegistryValuesAction
    10:24:42| Info| Removed the crm ribbon addin keys under Software\Microsoft\Office\Outlook\Addins\crmaddin.RibbonAddin
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
    10:24:42| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:24:42| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:24:42| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:24:42| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:24:42| Info| Deleted the resiliency keys under Software\Microsoft\Office
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmRibbonAddinRegistryValuesAction
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Unconfigure
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Unconfigure
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.StopApplicationHosterAction
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.StopApplicationHosterAction
    10:24:42| Info| Stopped application hoster.
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveApplicationhosterSettings
    10:24:42| Info| Deleted Application hoster registry value.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveApplicationhosterSettings
    10:24:42| Info| Removed application hoster settings.
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
    10:24:42|Warning| Error deleting file C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\CrmCache.sdf: İşlem, başka bir işlem tarafından kullanıldığından 'C:\Users\velihan\AppData\Local\Microsoft\MSCRM\Client\CrmCache.sdf' dosyasına erişemiyor.. Marking
    it for the deletion upon the reboot.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
    10:24:42| Info| Deleted user application files.
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveSQMRegkeysAndDirectory
    10:24:42| Info| Removed SQM registry keys.
    10:24:42| Info| Removed SQM queue directory.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveSQMRegkeysAndDirectory
    10:24:42| Info| Removed SQM registry key values and directory.
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveConfigurationRegistryValuesAction
    10:24:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveLaptopClientRegistryValues
    10:24:42| Info| Deleted Crm allow list key.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveLaptopClientRegistryValues
    10:24:42| Info| Removed Laptop client registry keys.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveConfigurationRegistryValuesAction
    10:24:42| Info| Removed Crm client registry keys.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Unconfigure
    10:24:42| Error| Failed to configure Microsoft Dynamics CRM for Outlook with FORM MAKINA 2013.
    10:24:42|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Configure
    10:24:42| Error| Exception : Outlook için Microsoft Dynamics CRM için kuruluş yapılandırılamıyor. Kuruluşu yapılandırmayı yeniden deneyin. Problem devam ederse, sistem yöneticinizle görüşün. konum: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Execute(ActionCommand
    command, ServerInfo serverInfo)
    konum: Microsoft.Crm.Application.Outlook.Config.ServerForm.<InitializeBackgroundWorkers>b__3(Object sender, RunWorkerCompletedEventArgs e)
    10:24:49|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.MainForm.AddServer
    10:24:49|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.MainForm.MainForm_Shown
    10:24:52|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ClientConfig.Terminate
    10:24:52| Info| Exit code: Default
    10:24:52|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ClientConfig.Terminate
    10:24:52| Info| === Outlook için Microsoft Dynamics CRM Yapılandırma Sihirbazı günlük kaydı durduruldu: 6.2.2015 10:24:52 ===
    Teşekkürler. 

  • Add-in Problem: Hyperion & Think-Cell issue

    Hi,
    As anyone experienced issues with Powerpoint and Hyperion Add-in? I have a user that is using Think-Cell (Powerpoint chart add-in). Think-Cell errors out on me every time exept when he removes the Hyperion Add-in from excel and close excel down completely. I do not know if you have heard about this problem, but if you have any guidance or fixes would be greatly appreciated.
    Thx

    Dear Tim,
    a conflict between Oracle Hyperion Smartview for Office and think-cell has occured due to a bug in Smartview (Oracle Bug Number 10327245).
    For details please refer to http://www.think-cell.com/support/kb/0149.shtml. Please contact the Oracle support to receive the fix.
    think-cell users who have any questions or issues with regard to think-cell, are always welcome to contact the think-cell support team directly. Whenever this is possible we will quickly provide a solution for the problem.
    Kind regards
    Your think-cell support team
    ([email protected])

  • Word add-in problem

    Hi to all!
    I am experiencing problems using Microsoft Word Add-in for BI Publisher. Even sometimes with new reports when I try to open the template with the Word Addin it displays the message box: "Error occurred. Please check the settings and try again."
    Is there a solution for this problem or how can I debug these Word Addin errors.
    Best Regards
    Drini

    I was having the same problem and when I selected "Enable Document Cache" in the BI Publisher Report Properties, I no longer had that problem. I don't know if that is the absolute answer, but it worked for me.
    Hope it helps!

  • IManage FileSite Add-in problems

    Hello,
    I work in an office where we have several computers using Microsoft Office 2010 with windows 7 operating system.
    Our firm relies on an Outlook add-in called iManage FileSite. The add-in allows a user to search and access documents from our server. However, when opening a Word Document, the program becomes "stacked" underneath the Microsoft Outlook program
    icon that is pinned to the taskbar instead of under the Microsoft Word like so:
    (unfortunately microsoft is not letting me display pictures)
    Through careful observation, we have found that if a blank word document is opened FIRST, the desired document then "zips" into the already opened Word program and is under its own pinned icon on the taskbar.
    This problem is NOT occurring in Excel documents, but it does for a host of others:
    I would greatly appreciate any insight you might have on alleviating this problem.
    Thank you,
    John C.

    Hi,
    Please temporarily disable the add-in to check if this issue continues, so that we can determine if the issue is related to Microsoft Office or the Add-in.
    If this issue would be gone when the add-in is disabled, I'd recommend you to contact the Add-in support to check if there's any
    incompatibility between the iManage add-in and Microsoft Office. As far as I know, the add-in
    incompatibility may cause Outlook to hang. See:
    http://support.microsoft.com/kb/2851188/en-us
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Single Master, multiple details add-rows problem

    Hi, hope to get a replay at least this time (last threads have gone unreplied :-( )
    We've built a master-multiple details table. Everything in visualization has worked OK until we've got the need to add rows to each
    detail table separately (i.e. for same master row, one could add N rows to one detail and M rows to the other).
    Keeping the standard "addRows" table buttons doesn't work because the same addRows event is fired for both the subtables, so
    adding a row in one just adds a row also to the other, until a dedlock situation is reached.
    So we tried to set a different button so we could intercept the originator table (SOURCE_PARAM) in the processForm but here we're facing
    some big problems.
    First at all, the methods and names are correct: we've tried to use the same code (cut and paste) for the table putting the inner table "outside"
    and buttons are working as expected.
    But when the detail table is put back "within" the master, what happens is that the AM method called by pFR in the Controller is executed, so
    we reach the end of the processFormRequest, but at this time something happens and we get the exception error message reported more below.
    I've read that via the VL it is not the original detail VO instance which is showed, so wonder if the error has something to do with that...
    So to summarize:
    1) all the objects exist and are ok, and the VL is defined OK; and indeed the standard AddRows management works (as said, the problem
    is that we need to differentiate two different details...)
    2) the methods are OK as they work as soon as the details are put outside the master table.
    Any suggestion ? Do we need to refer to a specific details VO instance ???
    Thanks in advance. Rgds.
    GN
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidObjNameException: JBO-25005: Nome oggetto per il tipo Oggetto vista non valido
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2704)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1707)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
         at OA.jspService(OA.jsp:33)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidObjNameException: JBO-25005: Nome oggetto per il tipo Oggetto vista non valido
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2704)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1707)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
         at OA.jspService(OA.jsp:33)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

    Any suggestion on this ? What I need, in other words, is to put two details table under the same master table...

  • MS Word add-in problem

    With Acrobat XI professional (not with standard verson), when creating a pdf from the open Word file, it often crashes Word program (I am using MS Office 365).
    The Acrabt add-in in Word disappears and has to checked to show up on Word tool bar. Everytime!
    Is it problem with MS Office 365 or Acrobat or confined to its professional version itself?
    Please help me from insanity.

    Hello,
    Sorry to see that you're having an issue with Acrobat XI Pro. One thing to ensure is that you have the latest patch for Acrobat 11 applied, since several bug fixes have been integrated into these patches.
    If Acrobat Pro menu item - Help -> Check for Updates indicates that no further updates are available, you have the latest patch and in this case, please share the crash dump with me the next time a crash occurs, so that we can analyse the issue.
    You can generate the crash dump again using following steps:
    Create c:\temp\
    Download and extract http://download.sysinternals.com/files/Procdump.zip into c:\temp.
    Make sure no Word or Acrobat instances are already running -- check via Task Manager.
    Launch Microsoft Word and try to convert the file.
    Launch CMD prompt and type "cd c:\temp\procdump"
    On the command-prompt type: "procdump -e -ma Winword.exe c:\temp\01.dmp". Procdump will now wait for the crash to happen.
    Perform the actions in Acrobat that cause it to crash.
    Once the Acrobat crashes, Procdump will create dump at c:\temp\01.dmp.
    thanks,
    -atul

  • Add On Problem

    hi guys,
    I found one problem.
    I made connection using single sign on.
    In addon multiple form is available.
    I connect from one form to SBO well.
    I paste the same code for connection in second form.
    But in second form I found error in this statement.
    SboGuiApi.Connect(sConnectionString)
    Error :- "connection string does not match with UI development work mode".
    In both form the connection string I got is same.
    Why I am not able to SBO through second form?
    Please help me urgently.

    Hi Arpit Shah,
       What I understood from your message is that you are creating or establsihing one connection for each screen. In second screen onwards you are facing this problem.
       You use one connection object and make use of that in all screens. If you are developing ADD-ON using VB.NET, declare the Connection Variable in Module. So that it will be accessible in all classes. Also establish the connection with SAP Business One only once.
    HTH
    With Regards
    B.Ravi Shankar

  • Add On Problems in 2007 A

    Hi,
    I am in the process of converting an add-on from 2005 to 2007.  I am having several issues.
    1. Saving data - calling the Add or Update methods on a UserTable object causes an error - Could not commit transaction.
    2. All events stop firing.  Although the add on still runs and seems to be connected, menu, item, data and all other events stop firing after any save error occurs.
    If anyone has any suggestions, it would be much appreciated.
    Thanks,
    David

    Hi David,
    About the first problem, are you calling the GetByKey method before setting the properties and the Update() method? I think you didn't need to do this in the 2005A DIAPI, but you need now in the 2007A DIAPI.
    About the second problem, is it happening when you are running the addon from VisualStudio or after its compiled and installed? The first scenario is common. The second scenario should not happen; if it does you better post a message with SAP support.
    Regards,
    Vítor Vieira

  • Com Add-In problem for XL Reporter

    Dear All,
    I am facing problem in running the XL reports from the TS server. The COM ADD-IN proble m throws up. I have followed the steps written in the SAP note and also tried to follow to add the XL reporter dll file from the Com Add-In option in excel. When try to add the XL reporter dll, it is not getting added means when i choose the file it is not getting checked
    Can anyone help me in this regards.
    Regards,
    Gary

    Hi Forum,
    i have XL Report and Office 2010. i am getting an error when i want to refresh the data in exce.
    I've done the "ComAddIn_per_User_RegKey" and i am still getting the error.
    Works fine with Office 2003  (another laptop)... this is the message that i am getting
    The Specified Module cannot be found
    HR = 8007007e
    any clues?
    Regards,
    Manuel roman

  • How to solve this Plug-in/add-on problem? Details inside.

    Since short whenever I use firefox I can't click parts of the website I visit. On this site for example. I can't click '''sign in''' or '''register''' That is why I use Internet Explorer atm. However I'd prefer to return to Firefox. How can I solve this problem? Ort what even '''is''' the source of this problem. I tried reinstalling Firefox and update all plug ins. Nothing worked.

    Ensure that you have javascript enabled.
    * see [[JavaScript#w_enabling-and-disabling-javascript]]_enabling-and-disabling-javascript
    * and http://kb.mozillazine.org/Javascript_is_not_Java
    Try firefox in [[safe mode]] which you may enter by holding down the shift key as you start firefox
    * do not make any changes on the first options window, just click on continue
    * use only the default theme
    * if problems still persist, then whilst still in safe mode temporarily disable all plugins
    Check that you do not have security or add block software that could interfere and block actions. Are you seeing any error messages ?

Maybe you are looking for

  • Problems wiht b/b connection

    taken from my router log file and pasted below this sort of thing happens several times a day and every time i loose connection it reports that its waiting for the line to become free, i take it that just like the last time this happened it measn the

  • Looking for a 1/4", RCA or XLR input to trrs with attentuator to allow audio recording/streaming

    We have built an iPhone app that allows an artist to plug directly from their mixer to the iPhone and stream/record the set at the same time. Problem I'm having is getting the signal to come in low enough to detect it as a mic line input and record (

  • Uneven length nano earbuds?

    I just received my 8GB Nano and i noticed that the earbuds that came with the unit are uneven in length- the left side is about an inch longer then the right side. I'm just wondering if this was normal for the new styled earbuds. Thanks.   Windows XP

  • Enhancing evaluation path with custom code

    Hi, like described in another discussion I have the following task to solve: I was setting up an org structure with companyname (O)- spain (O) - valencia (O) - engineer (S)-James(P), created a work center and assigned the organisational element on th

  • What is the purpose of using  return process sales  doc type?

    what is the purpose of using  return process sales  doc type?