User "DOMAIN\username" could not be found on the machine

Created a template using the "ZENworks Personality Migration Template Builder" to migrate the settings for the currently logged in user. Then created a "Store Personality" bundle in ZCC.... gettting this error when I then try and run that bundle on the assigned workstation (testing on mine at the moment). Thoughts??

The log file "C:\Program Files\Novell\ZENworks\logs\PersonalityMigration\Pe rsonalityLog.xml" reads...
<Log>
<Group Name="PersonalityMigrationCore started at: 16/06/2009 4:42:20 PM" Level="Debug">
<Group Name="Stored settings and files into "C:\TEMP\TEST.pnp"" Level="Standard">
<Item Name="There was an error retrieving user details for the user "DOMAIN\USER". The error was: Logon failure: unknown user name or bad password." Level="Detailed" />
</Group>
</Group>
</Log>

Similar Messages

  • Word (version XP or onwards) could not be found on the machine

    I am currently test driving LiveCycle Designer ES3. When I try to convert a Word document I get the error message "Word (version XP or onwards) could not be found on the machine".
    - I have tried the registry hack posted by ES2 users on another forum. It did not work.
    - I have tried converting both *.doc and *.docx; got the same error on both formats.
    Is there a solution for ES3? We are considering buying the software but if we can't make it work with Word that would be a deal breaker.
    My system:
    - Windows Pro 64bit
    - Office Pro 2010 64bit
    - Creative Cloud (CS6 and Acrobat XI)
    - LiveCycle Designer ES3 (trial)
    Thanks in advance for any help fixing that bug!

    I'm a little bit lazy and just copy/paste something from Microsoft ;-)
    WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.
      For information about how to edit the registry, view the "Changing Keys And Values" online Help topic or the "Add and Delete Information in the Registry" and "Edit Registry Data" online Help topics in Registry Editor.
      NOTE: You should back up the registry before you edit it.
    Run Registry Editor (Regedt32.exe)and locate the subkey:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ -> x32 System
      HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\ -> x64 System
    From the Edit menu, click Add Key. Type the following and click OK:
      Key Name: 12.0
    Class   : <leave blank>
    Repeat steps 2 and 3 for all subsequent keys ( Word and InstallRoot) until you have the complete path (    HKEY_LOCAL_MACHINE\SOFTWARE[\Wow6432Node]\Microsoft\Office\12.0\Word\InstallRoot )
    From the Edit menu, click Add Value. Type the following and click OK:
      Value Name: Path
      Data Type : REG_SZ
      String    : "C:\Program Files (x86)\Microsoft Office\Office14\"
    Close Registry Editor.

  • Getting error message  "Word(XP or onwards) could not be found on the machine"

    I am suddenly unable to drag or open Word documents in Designer ES4. I get the error message  'Word(XP or onwards) could not be found on the machine'. Sounds like some obscure setting is denying access to word to me but I can't seem to locate it. Any suggestions?

    Posted an answer here that may help:
    http://www.adobeforums.com/webx/.3c05bb1e/0
    Good luck.

  • Word could not be found on the machine

    I am trying to test the option to convert a word form into a pdf form. Using Adobe LiveCycle Designer that came with Acrobat Pro 8 on an XP Machine using Office 2007.
    When trying to open the .doc file, I get an error message
    Word (version XP or onwards) could not be found on the machine.
    Word 2007 is definitely installed and I have done all the latest Adobe updates using the Help Menu update options.

    Posted an answer here that may help:
    http://www.adobeforums.com/webx/.3c05bb1e/0
    Good luck.

  • Error: A user with the specified SID could not be found in the domain.

    Hi All,
    I am getting a error as below,
    A user with the specified SID could not be found in the domain.
    Check the spelling of the account name 'domain\usersAMAccountName' and try again.
    -    at Microsoft.Office.Server.UserProfiles.UserProfileGlobal.GetSidFromAccount(String strAccountName, SID_NAME_USE[] IntendedAccountType, SID_NAME_USE& sidUse)
       at Microsoft.Office.Server.UserProfiles.UserProfileGlobal.GetSidFromAccount(String strAccountName)
       at Microsoft.Office.Server.UserProfiles.UserProfileGlobal.GetSidFromAccount(UserProfileApplicationProxy proxy, Guid partitionID, String strAccountName, Boolean isWindowsAccount)
       at Microsoft.Office.Server.UserProfiles.UserProfile.set_SID()
       at Microsoft.Office.Server.UserProfiles.UserProfile..ctor(UserProfileManager objManager, String strAccountName, String strPreferredName)
       at Microsoft.Office.Server.UserProfiles.UserProfileManager.CreateUserProfile(String strAccountName, String strPreferredName)
       at Microsoft.Office.Server.UserProfiles.UserProfileManager.CreateUserProfile(String strAccountName)
    Any help?
    Thanks,
    Mohakk

    Hi,
    Per my understanding, the code should be OK, I have two suggestions as below:
    1. Please ensure that the account of that user is valid in your production environment;
    2. Try other accounts in the CreateUserProfile() funciton to see if it can work.
    Feel free to reply if there any progress.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • TF201072: A user or group could not be found

    We are using TFS2010 (for source control only), and until recently
    everyone was using VS2010. Our developers just installed VS2012.
     When you go to "Pending Changes" in Team Explorer, we are seeing
    TF201072: A user or group could not be found. Verify that the
    users and groups used in your work item type definition have been added
    to Team Foundation Server., twice, at the top. We can still check-in code from VS - seems this error is ignored.
    However, we are unable to shelve changes - when you attempt to
    shelve, the same error comes up in a popup, and the shelveset is not
    saved.
    We can shelve using the command prompt (tf shelve), and
    can still shelve using VS2010, so it doesn't seem to be a permission
    issue. Also, the TFS administrator is not seeing the error message, and
    can shelve from VS2012 with no error.
    Any thoughts as to what could be causing VS to error out here? We've tried clearing out the TFS cache, creating a new workspace, and gone over every option we could find in Visual Studio.

    Hi Rudy,
    I'd like to know more details about the reproduce steps, and whether you have upgraded your TFS server. If you don't have permission to access the database, then you can ask TFS administrator to grant you corresponding permissions to access the database
    you're trying to access.
    And you can check whether built-in records were missing in table TFSIntegration..tblsubscription. Refer to the link below for more details:
    http://blogs.msdn.com/b/emmamou/archive/2009/03/13/a-case-study-on-tfs-identity-replication.aspx?wa=wsignin1.0&CommentPosted=true#commentmessage
    Another option is check if the SID of service account is correct. Replace SID if not, you can refer to this
    thread for the steps.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Microsoft.Exchange.WebServices.Data.ServiceResponseException : The specified folder could not be found in the store

    In office365, I am trying to access conversation history folder of another user using EWS api.The user that is trying to access has full access rights of the mailbox . If i connect to the mailbox using owa, i can access the conversation history folder
    including all other folders. But when i try to connect from the code using ews api below exception is being thrown:
        Microsoft.Exchange.WebServices.Data.ServiceResponseException occurred HResult=-2146233088 Message=The specified folder could not be found in the store. Source=Microsoft.Exchange.WebServices StackTrace:
    Here is the relevant code
    var mailbox = new Mailbox(lyncUser.UserName);
    var lyncFolderId = new FolderId(WellKnownFolderName.ConversationHistory, mailbox);
    var lyncFolder = Folder.Bind(_exchangeService, lyncFolderId);
    Also, the exception doesn't occur if connected to WellKnownFolderName.Inbox.

    The WellKnowFolderEnum only works if the folder was created via the Lync 2013 client if the Mailbox is old and has been using older lync clients then you need to search for the folder via name eg see
    https://msdn.microsoft.com/en-us/library/office/hh243707%28v=office.14%29.aspx . Generally you want to use both methods eg try to bind to the WellKnowFolderEnum first then use the search method if that fails.
    Cheers
    Glen

  • I cannot log into facebook. I get the following message: 404 Error - Not Found The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request,

    I am not able to go to the facebook site. www.facebook.com is not working. I get the following error message. 404 Error - Not Found
    The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request, or the file is not accessible in the requested directory. Please verify that:
    * You have used the proper case; requests ARE case-sensitive!
    * You have entered the URL correctly. (i.e. proper directory/filename)
    * You used the FULL URL. (i.e. proper file type: .html, .gif , .jpg, etc.)
    * You use a tilde (~) before user directories. (i.e. www.furcen.org/~jurann/ )
    * The user/file still exists on this server.
    I also get redirected to "Busca Google" when typing www.facebook.com in the address bar.
    == URL of affected sites ==
    http://facebook.com; buscagoogle.com

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • The server could not be found on the network ORA-12154

    Hi All,
    I have problem with one application. She run with Oracle DB. I installed Win2008R2 x64 and Oracle DB 32bit on the same server. I tried connect to DB via Oracle SQL Developer and SQL Plus and both run without problem, but when I insert the same parameters into application OpenText Content Server 10, then I see this Error:
    Content Server Error:
    [Error: The server could not be found on the network. ----> Error stack ----> 1) E675414020:The server could not be found on the network.:ORA-12154: TNS:could not resolve the connect identifier specified ]
    This application need only 3 parameters (System User Name, password and service name). I compare it with ORA files (listener, sqlnet and tnsnames) and I think that all is right. Here are this three files
    listener:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = WIN-R0OEE0OAE5Z)(PORT = 1521))
    sqlnet:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    tnsnames
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = WIN-R0OEE0OAE5Z)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    Do you have any idea where is problem?
    Thank you
    Vaclav

    893964 wrote:
    Hi All,
    I have problem with one application. She run with Oracle DB. I installed Win2008R2 x64 and Oracle DB 32bit on the same server. I tried connect to DB via Oracle SQL Developer and SQL Plus and both run without problem, but when I insert the same parameters into application OpenText Content Server 10, then I see this Error:
    Content Server Error:
    [Error: The server could not be found on the network. ----> Error stack ----> 1) E675414020:The server could not be found on the network.:ORA-12154: TNS:could not resolve the connect identifier specified ]
    This application need only 3 parameters (System User Name, password and service name). I compare it with ORA files (listener, sqlnet and tnsnames) and I think that all is right. Here are this three files
    listener:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = WIN-R0OEE0OAE5Z)(PORT = 1521))
    sqlnet:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    tnsnames
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = WIN-R0OEE0OAE5Z)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    Do you have any idea where is problem?
    Thank you
    VaclavYou listener has nothing to do with this error. Your request for a connection never left the client machine.
    http://edstevensdba.wordpress.com/2011/02/26/ora-12154tns-03505/

  • Formatting was not successful. A suitable marker could not be found in the required layer break range

    When burning to DVD =R DL
    5.8g
    Formatting finished.
    Formatting was not successful. A suitable marker could not be found in the required layer break range. See the DVD Studio Pro User's Manual for more information.

    Do you understand about layer breaks?  Check the manual on this.  Also do some googling.  I went thru **** with this a few months back being unable to set a layer break.  Finally realized that my dvdsp project had gotten corrupted.  Had to rebuild it and then it worked. 

  • EUL5_BATCH_REPOSITORY could not be found in the repository schema

    Hi Gurus
    I had created a new schema XXDISC to store the scheduled workbook results and executed the batchusr_app.sql to complete the necessary setups.
    I was able to schedule the workbooks as well.
    I have since dropped the XXDISC schema and now when i access the scheduling in disco plus i get the error message
    "Insufficient database privileges for scheduling: A workbook cannot be scheduled for the following reason(s) - The package
    EUL_BATCH_REPOSITORY could not be found in the Repository Schema XXDISC. Batchusr.sql should be run against the current EUL"
    Info:
    Discoverer 11.1.1.3
    Apps Mode EUL
    Regards
    Ariv

    Hi,
    Do you have a question here?
    did you try "Batchusr.sql should be run against the current EUL" ?
    the error is probably since your current EUL (DB USER) is missing the privilege to schedule, try to run the script and see if it helps
    I suggest you do that in a testing environment...
    Tamir

  • When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box

    When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box in middle of screen that says that it does it like every time I go to sync the phone after i do app updates. I am getting very frustrated by this can someone please help. I have made 2 other discussion topics about this and no replies on them. Please if anyone can help I ask for help. This has occurred ever since the iOS 5.1 update and the iTunes 10.6.0 and still continues with the iTunes 10.6.1 update just yesterday and perhaps even worse now. PLEASE HELP IF YOU CAN. I have looked through my network settings etc and everything looks good here on my side.

    When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box in middle of screen that says that it does it like every time I go to sync the phone after i do app updates. I am getting very frustrated by this can someone please help. I have made 2 other discussion topics about this and no replies on them. Please if anyone can help I ask for help. This has occurred ever since the iOS 5.1 update and the iTunes 10.6.0 and still continues with the iTunes 10.6.1 update just yesterday and perhaps even worse now. PLEASE HELP IF YOU CAN. I have looked through my network settings etc and everything looks good here on my side.

  • My iPad2 "could not be found on the network" and won't sync

    Please Help!
    My iPad 2   won't sync and doesn't seem to be "seen" by my PC.
    I have rebooted, restored and reset the iPad, and installed latest ios.
    PC is running Windows 8 with latest iTunes whic has been re-installed.
    The USB port and cable work fine - I don't have the the same problem with my iPhone 4S.
    The iPad logo comes up in iTunes as a device, and I get the "pinging" noise when connecting. The iPad details come up in iTunes, but I can't back up or connect or do anything witht it.
    It won't sync and I get error messages:"iTunes was unable to load data class information from Sync Services"
    and in one of my explorations
    "iPad could not be found on the network"
    Sometimes when the Ipad is connected iTunes will be ok for a short time, then go into "not responding"
    When I try Windows Explorer the iPad does not show in the "Removable Storage" section like it used to, and like my iPhone still does.
    In Device Manager, Apple iPad Properties, I get the message "This device cannot start (Code 10)". On line searchinh suggests this could be a driver problem however when checking for drivers I got the message saying my drivers were up to date.
    Please HELPPPPPP!!
    Thanks

    It's now sorted - a driver problem
    I found this tip in another thread. Thanks LexLester
    LexLester 
    Re: How to transfer pictures from iPad to PC?     06-Dec-2013 09:51    (in response to amershiraz) 
    When you are connecting your iPad with your PC, go to Control Panel, click 'view devices and printers' under Hardware and Sound. Your iPad device should be shown in there even it is not showing in My Computer. See whether there's troubleshoot for Apple iPad. Then troubleshoot it. It should be the device driver which is not functioning or being disabled or not up to date. You should be able to find your iPad under the Portable Devices in My Computer after the troubleshooting.

  • Error message "... could not be found on the server."

    I have been subscribed to a podcast for 3 years. I received an error message for that subscription recently stating,
    "There was a problem downloading "Civil War Podcast by Dr. James Robertson Jr. from WVTF. The URL http://www.wvtf.org/news_and_notes/feeds/wvtf_cw_rss.php could not be found on the server."
    Something else that may or may not be related, for months I haven't been able to find this specific podcast in the iTunes store when I search for it. However, my iTunes continued to download current podcasts.
    What does this mean?

    I believe WVTF changed the podcast feed URL. I went to their website http://www.wvtf.org/index.php?option=com_content&view=category&layout=blog&id=44 &Itemid=160&limitstart=5 and got the feed URL and entered it directly under Advanced -> Subscribe to Podcast. The URL I used is http://www.wvtf.org/index.php?option=com_podcast&view=feed&format=raw
    Good luck, Chris

  • Standard cost estimate could not be found for the material

    Dear All,
    We have 4 manufacturing plants and 30 sale depots. We are maintaining price control (S) for FG and SFG in Manufacturing plants,price control (V) at depots for the same material code. we are getting an error message " standard cost estimate could not be found for the material" while doing billing at depot.
    Please give me suggestion.
    Your suggestion should be appreciate.
    Thanks in advance............
    AND
    My client want to see profitability at manufacturing plant level and need break up for the COGM. So how can i get the values of depot sales.
    please let me know how to do........

    Hai
    Price control should be S for Depot also. You need to run standard cost estimate in DEPOT after entering additive cost under CK74N for frieght, excise duty etc. To transfer the standard cost from the source plant you  need to make configuration  in OMD9 defining the receiver and sender combination so that system can pick up the cost from source plant. This special produrement type needs to be asigned in the material masters of DEPOT under MRP 2 view.
    Pushkala

Maybe you are looking for

  • After upgrading to iOS 8.0.2 apps updates fail

    AAfter upgrading my iPad 2 with iOS 8.0.2, several of my apps will not update. Namely, Speedtest.net, Flipboard, Formula 1 and Google. The updates just stall and their downloads won't complete. They worked before the installation of iOS 8.0.2.  Now t

  • ITunes won't sync from Mac to iPhone 6

    I have a MacBook Pro using OS X Yosemite 10.10.1. I use iTunes 12.1.26. I recently bought an iPhone 6, 64gb version 8.1.2 and am trying to put the music I have on iTunes on my Mac into my new iPhone 6. It's not working. I connect the two via the USB

  • Compass missing

    Hello I'm using Nokia Lumia 720 recently I have reset my phone to factory settings and the cog wheels didn't go for almost 3days I approached Nokia care they fixed the problem and updated it to amber...after the update or reset my camera button is no

  • Print text standard in several content

    Hi, I want to print in  purchasing adobe form the PO condition in one page but in several content.(subform). The po condition is saved in text standard but should be  print in column. A solution is to split the text standard in several text one for e

  • Interactive PDF - Buttons stop working when emailed

    Hi there, I have made an interactive PDF using InDesign CC. I've checked in preview and once saved and all the buttons work and take me to the correct URL. Once I email the PDF the buttons do not work, in fact they don't not even come up in the email