Issue while configuring cache management -/osb/service/ResultCache

Hello, I am trying to configure cache data management through OEM console of 12.1.0.2 version . While executing a coherance select query, I am getting below error message
"Error occurs while executing the "view" operation. CacheDataManager custom MBean is not registered with the Oracle Coherence JMX Server during startup. The custom MBean is available with the coherenceEMIntg.jar."
I have even included these jar files in my coherance server startup parameters ..
<>/agent12c/plugins/oracle.sysman.emas.agent.plugin_12.1.0.3.0/archives/coherence/coherenceEMIntg.jar:
<>/plugins/oracle.sysman.emas.agent.plugin_12.1.0.3.0/archives/coherence/bulkoperationsmbean.jar
could someone pls help on this.

Hi
To configure the SCAN , this SCAN IP should be resolve through DNS or /etc/hosts file .Please follow the below link to configure the DNS.
If you face any problem , then please let me know .
shivenracdba: configure DNS for Installtion of Oracle Grid Infrastructure RAC cluster
warm regards
Shivendra Narain Nirala

Similar Messages

  • Facing some problem while configuring Workflow Manager 1.0.

    Hi,
    I am facing some problem while configuring Workflow Manager 1.0. in my farm.
    Scenario is,
    I have installed and configured workflow manager in my farm, it was working well with no issue. But one of team member played with AD and deleted Farm administrator's entry from AD by mistake. So suddenly workflows get affected and stopped working. 
    Then I added administrator entry in AD, uninstalled the Workflow Manager and installed it again. But now while configuring workflow manager I am facing some issues that "Failure to adding user in BUILTIN\Administrative group. Please add it manually" 
    And after sometime it shows another error message that, "Starting service Service Bus Massage broken failed: Timed out has expired, the operation has not been completed" 
    If I go for services then "Service bus Message broker" service is not running properly (Its status is just showing "Starting")  and don't starts.
    I have also added the user in BUILTIN\Administrator, IIS_IUSER, WSS_WPG group of the machine from computer manager - user and groups. 
    Also given permission to databases, and assign role of sysadmin and dbcreator to user
    I also tried following steps    
        1) Stop all services associated to workflows
        2) Uninstalled workflow manager
        3) Deleted all databases associated with workflows
        4) Installed workflow manager and tried to configure.
    But showing same error. 
    If I use another SharePoint server farm to configure workflows, there I am not getting first error of adding user to BUILTIN\Administrator group. but second error remains same.
    We having SQL server and Active directory at another machine and FARM at another machine, if I use local admin for configuration of the workflows (as local admin can start any services) but entry of local admin is not Active directory so can not assign SQL's
    sysadmin, and dbcreator role to local admin.
    I am attaching snapshot of error for better understanding.
    Your help will be very precious to me. 
    Thanks,
    Rajesh
    Rajesh Agravat

    Rajesh
    Check to see what the service accounts are being used for these Workflow Manager 1.0 services:
    Service Bus Message Broker
    Service Bus Gateway
    Workflow Manager Backend
    All of these should be running and your workflow service account should be running all of these.  If any are still configured under the old service account, they'll need to be updated.  Next, check to see what service accounts have access to the
    Workflow Manager 1.0 databases:
    SbGatewayDatabase
    SbManagement
    SbMessageContainer
    WFInstanceManagement
    WFManagement
    WFResourceManagement
    The Workflow Manager service account should be mapped as the DBO for all of these.  if any are still configured under the old service account, they'll need to be updated.
    Given the complete loss of the original workflow service account, and the resultant impact on security configuration throughout the workflow farm, I would recommend performing a re-installation.  Do it thus:
    Launch Workflow Manager Configuration Wizard
    Select the Leave Workflow Manager Farm
    Stop all workflow services (see above list)
    Repeat steps 1-3 for each instance of Workflow Manager 1.0 Server installed.
    Delete all Workflow Manager databases (see above list).
    reboot.
    Start new installation.

  • Error 5 - An exception occurred in SMO while trying to manage a service

    Hi
    I use an instrument
    made by myself in vb.net using SMO
    objects to manage a mixed group of about
    80 MS Sql Server (rel. 2005-2008 r2 & 2012)
    With this tool I check the status of services,
    change service accounts and their passwords,
    etc.
    A few days ago one server
    started to return an error when I run
    the first operation on any property of the object
    ManagedComputer just created.
    Error: "Error 5 - An exception occurred in SMO while trying to manage a service"
    This is my code:
    If UserID = "" Then
                '//Use the credentials of current user
                                mc = New ManagedComputer(serverName)
                            Else
                             '// Use the credentials provided by interface
                                mc = New ManagedComputer(serverName, UserID, UserPsw)
                            End If
                            str = ""
                            For x = 0 To mc.Services.Count - 1
                                With mc.Services.Item(x)
                                       servNome = .Parent.Name.ToUpper
                                        srvNome = .Name
                                        srvStato = .ServiceState.ToString
                                        srvStartMode = .StartMode.ToString
                                        srvAccount = .ServiceAccount
                                    End If
                                End With
                            Next
    The instruction mc.Services.Count generates the error below:
    smoex = {"An exception occurred in SMO while trying to manage a service."}
        Microsoft.SqlServer.Management.Smo.FailedOperationException = {"An exception occurred in SMO while trying to manage a service."}
        _HResult = -2146233088
        _message = "An exception occurred in SMO while trying to manage a service."
        Data = {System.Collections.ListDictionaryInternal}
        FailedObject = Nothing
        HelpLink = "http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.0.2100.60+((SQL11_RTM).120210-1846+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.InnerWmiException&LinkId=20476"
        HResult = -2146233088
        InnerException = {"Failed to retrieve data for this request."}
        IPForWatsonBuckets = 1670498764
        IsTransient = False
        Message = "An exception occurred in SMO while trying to manage a service."
        Operation = ""
        ProductName = "Microsoft SQL Server"
        ProdVer = "11.0.2100.60 ((SQL11_RTM).120210-1846 )"
        RemoteStackTrace = Nothing
        SmoExceptionType = FailedOperationException {12}
        Source = "Microsoft.SqlServer.SqlWmiManagement"
        StackTrace = "   in Microsoft.SqlServer.Management.Smo.Wmi.WMIProxy.ExecProcess(Object request)     in Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.EnumChildren(String childTypeName, WmiCollectionBase
    coll)     in Microsoft.SqlServer.Management.Smo.Wmi.ServiceCol...
        TargetSite = {System.Object ExecProcess(System.Object)}
        WatsonBuckets = Nothing
    The server not have problems and the local Sql Server Configuration Manager work fine.
    I copied the tool on the server to run it
    locally. Strangely, if I use the credentials of the current logged user the tool works
    (mc = New ManagedComputer(serverName) )
    If I provide explicit the credentials
    (domain\username and password, but  the same of user logged in the server)
    is not working 
    ( mc = New ManagedComputer(serverName, UserID, UserPsw) )
    From a remote server instead
    does not work in both modes.
    The server configuration:os Win 2008 R2 EE Sp1 , Ms Sql 2008 R2 Sp2 10.50.4321
    Any suggestion is
    much appreciated
    Many thanks in advance

    Hi Lydia
    Thanks for your quick
    response.
    Unfortunately I had already considered this hypothesis
    and the security settings on the object WMI
    seems correct.
    The user with which I run the program
    is part of a domain's
    group inserted into
    the local administrators group. This group
    has the flag "Remote Enable" active.
    However, I verified that the
    problem occurred since I updated my tool
    to monitor and manage the new systems Sql
    2012. The tool now uses objects
    SMO 11.0 that I installed in the development environment,
    and on server where it is scheduled
    the tool, through the package
    SharedManagementObjects.msi.
    The documentation says that SMO 11 is
    compatible with SQL 2005
    and higher and, in fact, I only had problems
    with one server. The old version of tool in fact work fine again.
    This information will suggest
    some ideas?
    Thanks again
    Giovanni Camurri

  • Issue while configuring XLIFF as resource bundle

    We are using Jdeveloper 11.1.1.7.0 ver. We are configuring ADF Faces project for XLIFF by creating xliff file in resources folder and adding xliff file to project properties.
    In design time we are able to see the configured values when we use expression builder however, we are getting following exception at runtime:
    java.util.MissingResourceException: Can't find bundle for base name UIRes, locale en
      at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
      at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)

    I am getting issue while configuring report in integrated mode! The issue and the solution to that is as mentioned  here.
    I tried to set the Report Server Service account to Use Another Account
    but when i try to apply i get the issue as below.
    Microsoft.ReportingServices.WmiProvider.WMIProviderException: An unknown error has occurred in the WMI Provider. Error Code 800708AC
    ---> System.Runtime.InteropServices.COMException (0x800708AC): The group name could not be found. (Exception from HRESULT: 0x800708AC)
    --- End of inner exception stack trace ---
    at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
    at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.SetWindowsServiceIdentity(String accountName, String password, Boolean useBuiltinAccount)
    at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.SetWindowsServiceIdentity(String accountName, String password, Boolean useBuiltinAccount)
    Kindly help!
    I have the same error after a change in domain policies and after reconfigure the password of the domain account user used for the Report Server Service Account.
    I don't use a group!!!
    Thank You for any help!
    Alessio

  • Issue while configuring Xampp

    Hi Experts,
    We are facing an issue while configuring Xampp. We have successfully installed Xampp but while selecting Admin Tab we are getting below error. We have release ports(25) and made the Windows Firewall OFF, still the issue exists. Can you please suggest us how to move forward...
    Thanks in Advance..
    Regards,
    Krishna.M

    I am getting issue while configuring report in integrated mode! The issue and the solution to that is as mentioned  here.
    I tried to set the Report Server Service account to Use Another Account
    but when i try to apply i get the issue as below.
    Microsoft.ReportingServices.WmiProvider.WMIProviderException: An unknown error has occurred in the WMI Provider. Error Code 800708AC
    ---> System.Runtime.InteropServices.COMException (0x800708AC): The group name could not be found. (Exception from HRESULT: 0x800708AC)
    --- End of inner exception stack trace ---
    at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
    at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.SetWindowsServiceIdentity(String accountName, String password, Boolean useBuiltinAccount)
    at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.SetWindowsServiceIdentity(String accountName, String password, Boolean useBuiltinAccount)
    Kindly help!
    I have the same error after a change in domain policies and after reconfigure the password of the domain account user used for the Report Server Service Account.
    I don't use a group!!!
    Thank You for any help!
    Alessio

  • After installing and configuring Workflow Manager and Service Bus, I'm getting 403.

    I've spent the day installing SharePoint 2013 on a Windows Server 2012 environment. This server is not the domain controller. Following instructions on how to install and configure Workflow Manager and service bus, it appears although I'm following the instructions
    (and I get no errors), something is not working.
    If I try to go to the website that it creates in IIS
    http://localhost:12291 I get a 403 error. Also if I perform the powershell query to get the port number "Get-WFFarm | ft WFMgmtHttpPort" I don't get any value returned to me.
    Until I validate that the Workflow Manager is installed and working, I will not attempt to pair it to the SharePoint 2013 farm. Which hopefully makes this a Workflow Manager question not a SharePoint issue.
    Can anyone offer any suggestions please? Should I even get a valid webpage if I hit localhost:12291? According to one walkthrough I've looked at I should get an XML display of workflow and security configurations.

    I experienced the same two issues mentioned in this thread today.
    Regarding  the proper XML not appearing at <workflowhost>:12291 I was experiencing the same with an error message in Chrome saying the caller lacked read permissions, and 403 in IE. I had checked IIS, database permissions and connections and more.
    All of the setup messages and status checks were a-okay. I voted Zimo's comment as helpful because it cued me in to examine the service in Central Administration - where I found there was no administrator assigned to the workflow service. As soon as that was
    done, the workflow host site was brows-able.
    The resolution to SharePoint Designer not offering 2013 workflows as an option was in my case that there was an additional WFE on which I had not installed the Workflow Manager
    Client. This is noted with a bright yellow box in the section about configuring workflow with HTTP here:
    http://technet.microsoft.com/en-us/library/jj658588(v=office.15)
    If puzzles are good for your BRAIN then SharePoint will keep it really healthy!
    Ramona Maxwell MCPD
    SharePoint 2010, MCITP
    SQL Server 2008

  • Having issues while configuring JDI/ on my NWDS.

    Having issues while configuring JDI on my NWDS.
    I am logged on to Client's domain. Is there some setting thats required to be done in the hosts/service file which would ensure the same.
    Please advise.

    Hi,
    Can you specify what issues you are facing ?
    Thanks & Regards,
    Meenakshi.

  • Timeout while configuring workflow manager (service bus services are stuck on strarting)

    Hello,
    I cant finish workflow manager configuration. help me please.
    I tried:
    1) leave the farm (Workflow manager configuration), delete databases, create new farm with default settings - it creates SB&WF farms and on 3d stage I get timeout error.
    2) leave the farm, delete databases, delete workflow manager and service bus software, install it again, create new farm with defaults - the same result.
    3) leave the farm, delete databases, get powershell commands for "create new farm with default settings", run it step by step - same result.
    there are generated powershell commands:
     New-SBFarm -SBFarmDBConnectionString '... ManagementDB con string ...' -InternalPortRangeStart 9000 -TcpPort 9354 -MessageBrokerPort 9356 -RunAsAccount 'domain\acc' -AdminGroup 'BUILTIN\Administrators' -GatewayDBConnectionString '... gateway con string
    ...' -CertificateAutoGenerationKey $SBCertificateAutoGenerationKey -MessageContainerDBConnectionString '... message container con string ...' -Verbose;
    New-WFFarm -WFFarmDBConnectionString '... WF managementDB con string ...' -RunAsAccount 'domain\acc' -AdminGroup 'BUILTIN\Administrators' -HttpsPort 12290 -HttpPort 12291 -InstanceDBConnectionString '... WF instanceDB con string ...' -ResourceDBConnectionString
    '... wf resourceDB con string ...' -CertificateAutoGenerationKey $WFCertAutoGenerationKey -Verbose;
    Add-SBHost -SBFarmDBConnectionString '... ManagementDB con string ...' -RunAsPassword $SBRunAsPassword -EnableFirewallRules $true -CertificateAutoGenerationKey $SBCertificateAutoGenerationKey -Verbose;
    I don't see any errors in event log, only timeout error in setup log.
    Service bus gateway service is started successfully, Service bus message broker is stuck starting.

    dmadelung, thank you for your message.
    the problem was with ports. 9000 port was used already. moving to different ports resolved the problem

  • Error while configuring OBIEE 11G OPMN Service during Installtion

    Hello,
    i tried installing 11G with simple install on Vista and didnot work, I think 11g does not work on Any Vista and not sure of W7
    second, i tried installing the same on Windows XP and the installtion worked fine till the end and while configuring OPMN Services,
    the OBIPS Services and OBICCS services failed, i retried to configure this services with "retry" option but never worked, so i skipped this part thinking that
    i can configure this manually. finally i was not able
    weblogic's Admin server, Managed server, Node manager and Analytics.war deployments are all healthy in EM Console and Weblogic console
    the Fusion Middleware control in EM Console shows the BI Components are not started and i tried restarting it and but never started.
    so i think there is something wrong with OPMN configuration at the end of installtion
    is there a way to trouble shoot this.
    i tried searching of SAWSERVER service so i can start the manaully, but it did not start
    i did a softwareonly install on top this single instance installtion thinking if that can help me, but it didnt
    so please anyone help me
    Thanks
    Kumar

    Hi Kumar,
    I believe OBICCS is the Oracle BI Cluster Controller Service. That particular service requires a static IP address. A lot of people use the loopback adaptor to accomplish.
    Here's a quick rundown of some things you should check before installing OBIEE 11g.
    1. Make sure you have a static IP (use a loopback adaptor if you have to).
    2. Make sure your static IP adaptor is the first adaptor in your connections list. You can do this by going to Control Panel -> Network and Internet -> Network Connections -> Advanced. Use the up and down arrows to ensure that the static IP is the top of the list.
    3. Make sure you hosts file (c:\Windows\system32\drivers\etc\hosts) has the proper entry for the static IP address. For example, if your computer is called MyComputer and your static IP is 192.168.0.1, then the first entry should be: 192.168.0.1 MyComputer. Note: You may need to have your domain on your entry. ie. 192.168.0.1 MyComputer.mydomain.com.
    I recommend you check those things. If you missed one of them, fix it and then back out the 11g install and re-install.
    Good luck and if you found this helpful, please award points!
    -Joe

  • Error while configuring Enterprise manager

    Hello,
    I want to configure enterprise manager, while creating a new database using database configuration assistant in oracle 11g i am getting following error message
    *"Configuring database with database control requires a listener to be configured in the current oracle home.
    You need to run Netca to configure a listener before you can procede. Otherwise you may choose o continue with out Database control configuration"*
    My OS is Windows 7
    is there any other way to configure Enterprise manager OR do i need to install any specific package
    Thank you friends.

    Hi, Finally i created a listener "KUMAR"
    *Microsoft Windows [Version 6.1.7600]*
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Users\praveen kumar gogula>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 22-SEP-2011 17:50
    *:44*
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     KUMAR
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                22-SEP-2011 17:44:58
    Uptime                    0 days 0 hr. 5 min. 48 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\oracle\product\11.2.0\dbhome_1\network\admin\listen
    er.ora
    Listener Log File         c:\oracle\diag\tnslsnr\praveenkumarg\kumar\alert\log.x
    ml
    Listening Endpoints Summary...
    *(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=praveenkumarg)(PORT=1521)))*
    *(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))*
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "praveen" has 1 instance(s).
    Instance "praveen", status READY, has 1 handler(s) for this service...
    Service "praveenXDB" has 1 instance(s).
    Instance "praveen", status READY, has 1 handler(s) for this service...
    The command completed successfully
    C:\Users\praveen kumar gogula>
    What to do next?

  • Error while starting Oracle Management server service

    Hi all,
    We are about to administer our database using Oracle Enterprise manager. For that we have configured OEM in a Test PC and tried to connect our database.
    First i have logged in to OEM Console with Sysman login id using the default password "oem_temp" and it prompts me to change the password, also i have changed the password as "xxxxx" and i have come out of OEM console and tried to relogin using the changed password.
    i got the message as invalid login or password or
    check for the availablity of Management server service"
    i found that the service Oracle Management server which was previously running is not running now and i tried to restart that manually.
    On doing that i got a message as
    "Error 1053: The service did not respond to the start or control request in a timely fashion"
    Would any one of u help me to solve this problem.
    Thanks in advance..

    Hi-- could you please describe your administrative domain?
    I need to know the operating systems on each of the
    clients and the OSB admin server. Also, does 'obtool' CLI
    tool work? Do any of the machines act as an apache webserver
    for another application? Is there any other backup service
    running on any of the machines?
    thanks,
    Judy
    I noticed that when re-installing the OSB without the
    Administrative Server (only Media Server and Client)
    I got no errors at all (but still cannot connect from
    another Administratice Server to my machine)

  • Best Practice while configuring Traffic Manager for Azure Website

    Hi Team,
    I want to understand What is the best practice while we configure traffic manager for Azure website.
    To give you the base, Here let me explain my requirement. I have one website which 40% target audiences would be East US, while  40% would be UK and rest 20% would be from Asia-pacific.
    Now, What I want is Failover + Performance based Traffic Manager Configuration.
    My thinking:
    1) we need to create 1 website with 2 instances in each region (east us, east asia, west us for an example). so, total 3 deployment of website. (give region based url for the website)
    2) create traffic manager based on performance and add 3 of those instances. that would become website-tmonperformance
    3) create traffic manager based on failover and add 3 of those instances. that would become website-tmonfailover
    4) create traffic manager and ?? don't know the criteria but add both above traffic manager here and take your final url for end user.
    I am not sure (1) this may be the right approach or not (2) if this is right, in the 4th step which criteria we should select while creating final traffic manager round-robin/ performance/ failover?
    after all these if use try to access site from US.. traffic manager will divert that to US Data-Centre or it will wait for failover and till that it will be served from east-asia if in configuration, east-asia is my 1st instance?
    Regards, Brijesh Shah

    Hi Jonathan,
    Thanks for your quick reply. actually question is bit different. Let me explain you different way.
    I was asking for recommendation from Azure Traffic Manager team. whether my understanding is correct or not.We want Performance with Failover.
    So, One azure website we have: take an example todoapp. I deployed that in 3 different region. now, I want to have performance based routing as well as failover based routing. but obviously I can't give two URL to my end user. so, at the top of that I will
    require one more traffic manager. So,
    step 1: I will create one traffic manager with performance criteria named: TMForPerformance.trafficmanager.com where I will add all those 3 instances (all are from different region so, it want create any issue.)
    step 2: I will create one more traffic manager with failover criteria named: TMForFailover.trafficmanager.com where I will add all those 3 instances (all are from different region so, it want create any issue.)
    step 3: I will create one final traffic manager with performance criteria named: todoapp.trafficmanager.com where I will add these two traffic manager instead of 3 different region's website.
    Question 1) Is it correct structure if we want to achieve Performance with Failover or Is there any better solution?
    Question 2) in step 3, what criteria we should select? performance/ round robin/ failover
    Regards, Brijesh Shah

  • Error while configuring User Management Utility

    Hi All,
    I am trying to configure User Management Utility for messaging server and calendar server. But while doing this it is failing to create service. The utility creates roles, configures with the webserver but fails to create service.
    This was the error :
    PASSED: /bin/sh -c /opt/nicp/ps62/SUNWam/bin/amadmin -u "uid=amadmin,ou=People,o=apollo" -f /opt/SUNWcomm/lib/config-template
    s/amadmin1718 -t /opt/SUNWcomm/lib/config-templates/changeComms.xml : status = 0
    PASSED: /bin/sh -c /opt/nicp/ps62/SUNWam/bin/amadmin -u "uid=amadmin,ou=People,o=apollo" -f /opt/SUNWcomm/lib/config-template
    s/amadmin1718 -t /opt/SUNWcomm/config/createroles.xml : status = 0
    FAILED: /bin/sh -c /opt/nicp/ps62/SUNWam/bin/amadmin -u "uid=amadmin,ou=People,o=apollo" -f /opt/SUNWcomm/lib/config-template
    s/amadmin1718 -t /opt/SUNWcomm/config/createservices.xml : status = 1
    PASSED: /bin/sh -c /opt/SUNWcomm/sbin/config-wbsvr : status = 0
    FAILURE: Number of task failed:1. Please check install log
    /opt/SUNWcomm/install/Iscli-config_20041021221229.log
    for further details.
    It could be useful if someone could throw some light on this.
    Thankx in Advance,
    s2810

    As I said in response to your other, smaller post, I'm not sure where you are, and this snippet of errors doesn't help me.

  • An issue while Configuring the Access System Console

    I'm facing a problem while Configuring the Access System Console.
    I have installed the policy manager, and when I try to configure the access system, an error message appears "The environment variable TEMP points to a directory that does not exist. To avoid any unexpected behavior, please make sure it points to the correct directory and restart the web server".
    I have checked the temp system variable, and it was correct, and the directory already exist.
    Note: I'm working on windows server 2003.
    I really appreciate any help with this issue.

    Check the permissions on the directory that the TEMP variable points to, to ensure that everyone has read/write access to it - maybe that's the problem.
    Regards,
    Colin

  • Unable to find the User Named Account Name@Domain Name while Configuring Workflow Manager

    Hi,
    I have installed Work Flow Manager,Service Bus and its Cumulative Updates.
    While Configuring Workflow Manger using Workflow Manager configuration wizard i am getting the error while creating a Service Bus Namespace.
    I have provided the Service Accounts for both Workflow Manager and Service Bus as Domain\Account instead of
    Account@Domain.
    While looking in to the Power Shell scripts that are poupulated by the GUI i have identified that
    Account@Domain is appended to the ManageUsers switch while creating a Service Bus Namespace and the GUI configuration is failing.
        New-SBNamespace -Name 'WorkflowDefaultNamespace' -AddressingScheme 'Path' -ManageUsers 'Domain\Account','Account@Domain' -Verbose;
    So i need to modify the Powershell script as below and need to run the Powershell scripts for configuring Workflow Manager.
    Is this a bug in GUI Workflow Configuration Wizard or am i doing something wrong.
    Please help.
        New-SBNamespace -Name 'WorkflowDefaultNamespace' -AddressingScheme 'Path' -ManageUsers 'Domain\Account' -Verbose;
    Scripts Populated from GUI modified for Making it working:
    # To be run in Workflow Manager PowerShell console that has both Workflow Manager and Service Bus installed.
    # Create new SB Farm
    $SBCertificateAutoGenerationKey = ConvertTo-SecureString -AsPlainText  -Force  -String 'Run As Password' -Verbose;
    New-SBFarm -SBFarmDBConnectionString 'Data Source=Server Name;Initial Catalog=SbManagementDB;Integrated Security=True;Encrypt=False' -InternalPortRangeStart 9000 -TcpPort 9354 -MessageBrokerPort 9356 -RunAsAccount 'Domain\Account' -AdminGroup 'Domain\Domain
    Group' -GatewayDBConnectionString 'Data Source=Server Name;Initial Catalog=SbGatewayDatabase;Integrated Security=True;Encrypt=False' -CertificateAutoGenerationKey $SBCertificateAutoGenerationKey -MessageContainerDBConnectionString 'Data Source=Server Name;Initial
    Catalog=SBMessageContainer01;Integrated Security=True;Encrypt=False' -Verbose;
    # To be run in Workflow Manager PowerShell console that has both Workflow Manager and Service Bus installed.
    # Create new WF Farm
    $WFCertAutoGenerationKey = ConvertTo-SecureString -AsPlainText  -Force  -String 'Run As Password' -Verbose;
    New-WFFarm -WFFarmDBConnectionString 'Data Source=Server Name;Initial Catalog=WFManagementDB;Integrated Security=True;Encrypt=False' -RunAsAccount 'Domain\Account' -AdminGroup 'Domain\Domain Group' -HttpsPort 12290 -HttpPort 12291 -InstanceDBConnectionString
    'Data Source=Server Name;Initial Catalog=WFInstanceManagementDB;Integrated Security=True;Encrypt=False' -ResourceDBConnectionString 'Data Source=Server Name;Initial Catalog=WFResourceManagementDB;Integrated Security=True;Encrypt=False' -CertificateAutoGenerationKey
    $WFCertAutoGenerationKey -Verbose;
    # Add SB Host
    $SBRunAsPassword = ConvertTo-SecureString -AsPlainText  -Force  -String 'Run As Password' -Verbose;
    Add-SBHost -SBFarmDBConnectionString 'Data Source=Server Name;Initial Catalog=SbManagementDB;Integrated Security=True;Encrypt=False' -RunAsPassword $SBRunAsPassword -EnableFirewallRules $true -CertificateAutoGenerationKey $SBCertificateAutoGenerationKey -Verbose;
    Try
        # Create new SB Namespace
        New-SBNamespace -Name 'WorkflowDefaultNamespace' -AddressingScheme 'Path' -ManageUsers 'Domain\Account' -Verbose;
        Start-Sleep -s 90
    Catch [system.InvalidOperationException]
    # Get SB Client Configuration
    $SBClientConfiguration = Get-SBClientConfiguration -Namespaces 'WorkflowDefaultNamespace' -Verbose;
    # Add WF Host
    $WFRunAsPassword = ConvertTo-SecureString -AsPlainText  -Force  -String 'Run As Password' -Verbose;
    Add-WFHost -WFFarmDBConnectionString 'Data Source=Server Name;Initial Catalog=WFManagementDB;Integrated Security=True;Encrypt=False' -RunAsPassword $WFRunAsPassword -EnableFirewallRules $true -SBClientConfiguration $SBClientConfiguration -EnableHttpPort 
    -CertificateAutoGenerationKey $WFCertAutoGenerationKey -Verbose;
    Thanks, Vijay Arockiasamy

    Hi Vijay
    uninstall this and install the one labeled Refresh 1
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog
    John Naguib Twitter
    Please remember to mark this as answered if it helped you

Maybe you are looking for

  • Format of birthday calendar

    I was wondering if there is a way to reformat the style in which birthdays are shown in the weekly and monthly view of iCal. Right now the entry looks something like "xx. Geburtstag von Person X" (xx-th birthday of Person X) and due to the width of t

  • Pic not showing up in Menu (Black and Gray 3 photos across)

    I created a menu and it was all okay when I went back into it to burn, I preview it first and the 3 photos across arn't showing so I droped them in again and it's still not working. What am I doing wrong or what did I do to make them not show. Can an

  • I am using OS-X 10.4.11. Accidentlly deleted my Photobooth app. and cant access my webcam.

    I dont have the original install and/or back up DVDs. Is there any way to access my webcam without the photobooth app, and how can i get the photobooth app?

  • Flex panel not shown as disabled.

    I am creating a flex panel and a C++ plugin for Photoshop CS5 and CS6 on both Win and Mac. My C++ plugin captures events like layer selection change, document view change etc and dispatch events to flex. In flex I register these events and appropriat

  • Advice on MiniDV player

    I have the Sony HDR-HC3, which isn't recognized by FCE (or FCP for that matter). To get around this, I bring my video in via iMovie HD, then export a full-quality .mov file. This is then imported to FCE. One suggestion I was given is to buy a MiniDV