Missing Account?

I'm posting this in the hopes that I really didn't mess things up here.
My Mac Pro at work is on a Windows-based network. My machine has been joined to the AD Domain, but I just use my local account to log in. I'd access the shared network resources via SMB without a hitch.
My login screen had 2 icons on it -- my local account and one that said "Other..." I tried logging into the "Other..." using my NT domain credentials in order to create a mobile profile.
I get a message saying that there was an error in creating a mobile account -- and now the login screen JUST displays the "Other..." option. The icon to log into my local account is missing.
Is there any way I can get back to my local login?

If you can log in as root (not using the CD, but boot the Mac and log in as root) go to System Preferences, Accounts, click the Login Options button and make sure the name and password button is clicked next to "Display login window as"
Tha should get you back to where you want to be. I think you may have had the list of users button checked, and when you used your AD credentials the Mac tried to properly connect itself to the AD, but the setup is not completely configured, so it just stopped and couldn't go back.
If not, well, someone has to manage your Mac, no? What I mean - how was it joined to the AD?
I admit that I assumed someone had setup OD and AD together (the magic triangle, IIRC) and your Mac was bound to that setup.
So, a couple more questions then...and provide any other info you can think of as to your network setup.
Is Directory access setup? Is DNS set up and working on the network and on your Mac?

Similar Messages

  • I have used the same Apple ID on my children's iPads. Both iPads are now showing as the same. How do I get the missing account back?

    I have used the same Apple ID on my children's iPads. Both iPads are now showing as the same. How do I get the missing account back?

    You can clear the iPad and start again with the other account> Settings->General->Reset->Erase all Content & Settings
    Or you can go to Settings->Itunes and App Stores->Apple ID->Sign Out,
    And Then  Sign in with the other account. You can then download the Apps with that account. Though you may block the other account for 90 days.
    Your best bet is to set it up again using the orighinal account it had, so you can get their Apps back. without affecting your account.

  • Com.waveset.util.WavesetException: Missing view id; Missing Account ID

    Hi,
    I have some users in IDM provisioned to LDAP.
    I am now trying to find users and delete them thru the end user interface.
    When i enter the ID, and click search, i get this error
    "com.waveset.util.WavesetException: Missing view id.
    Missing Account ID"
    Here is my WF:
    <WFProcess name='Find WF' maxSteps='0'>
         <Activity id='1' name='Start'>
    <Transition to='Accept User ID'/>
    <WorkflowEditor x='43' y='10'/>
    </Activity>
    <Activity id='2' name='Accept User ID'>
    <ManualAction id='0' name='Enter User ID' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Enter User ID Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='getView'/>
    <WorkflowEditor x='191' y='10'/>
    </Activity>
    <Activity id='3' name='getView'>
    <Action id='0' name='getView' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='getView'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='type' value='User'/>
    <Argument name='subject' value='configurator'/>
    <Argument name='authorize' value='true'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='Delete User'/>
    <WorkflowEditor x='123' y='73'/>
    </Activity>
    <Activity id='4' name='Delete User'>
    <Action id='0' name='Delete' process='TaskDefinition:Delete User'>
    <Argument name='type' value='User'/>
    <Argument name='accountId' value='$(accountId)'/>
    </Action>
    <Transition to='End'/>
    </Activity>
    <Activity id='5' name='End'>
    <WorkflowEditor x='508' y='10'/>
    </Activity>
    Not sure what the mistake it. Can somebody point out pls?
    Thanks,

    cutepaddy
    Thanks for ur reply. However, it was not of much help.
    The problem now is that, i dont get the suspended case workitems error anymore but, the WF is not doing what it's suppoed to do, i.e., delete the users. The dump shows that all activities and actions are being executed correctly, however, the user still is not deleted. Here are my updated forms and WF
    Form 1:
    Configuration id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Accept User ID Form' lock='Configurator#1186027075593' creator='Configurator' createDate='1185855280921' lastModifier='Configurator' lastModDate='1186026775578' lastMod='354' wstype='UserForm'>
    <Extension>
    <Form name='Accept User ID Form' baseContext='variables' objectLocationID='objectName=Accept+Store+ID+Form&isBegin=true&objectPath=0&objectType=UserForm'>
    <Display class='EditForm'>
    <Property name='title' value='Find ID Form'/>
    </Display>
    <Field name='view.waveset.accountId'>
    <Display class='Text'>
    <Property name='title' value='Enter User ID'/>
    <Property name='size'>
    <Integer>20</Integer>
    </Property>
    <Property name='maxLength'>
    <Integer>10</Integer>
    </Property>
    </Display>
    <Validation>
    <cond>
    <not>
    <invoke name='testUser' class='com.waveset.ui.FormUtil'>
    <ref>:display.session</ref>
    <ref>view.waveset.accountId</ref>
    </invoke>
    </not>
    <s>Not Exist</s>
    </cond>
    </Validation>
    </Field>
    <Field name=':complete'>
    <Default>
    <s>true</s>
    </Default>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Accept User ID Form'/>
    </Properties>
    </Configuration>
    Form 2:
    <Configuration id='' name='Search Results Form' lock='Configurator#1186027075593' creator='Configurator' createDate='1185855280921' lastModifier='Configurator' lastModDate='1186026775578' lastMod='354' wstype='UserForm'>
    <Extension>
    <Form name='Seach Results Form' baseContext='variables' noDefaultButtons='true'>
    <Display class='EditForm'/>
    <Field name='MatchTable'>
    <Display class='SimpleTable'>
    <Property name='columns'>
    <List>
    <String>Title</String>
    </List>
    </Property>
    </Display>
    <FieldLoop for='accountId' in='view.waveset.accountId'>
    <Field name='XYZ'>
    <Display class='Checkbox'>
    <Property name='Label' value='$(accountId)'/>
    </Display>
    </Field>
    </FieldLoop>
    <Field name='deleteuserbutton'>
    <Field name=':complete'>
    <Default>
    <s>true</s>
    </Default>
    </Field>
    <Field name=':formButton' button='true'>
    <Display class='Button'>
    <Property name='command' value='Save'/>
    <Property name='value' value='Continue'/>
    <Property name='label' value='Delete'/>
    </Display>
    </Field>
    <Field name='formButton'>
    <Expansion>
    <ref>:formButton</ref>
    </Expansion>
    </Field>
    </Field>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Accept User ID Form'/>
    </Properties>
    </Configuration>
    WF:
    <TaskDefinition id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FDC' name='Find User WF' lock='Configurator#1186881293625' creator='Configurator' createDate='1185857988234' lastModifier='Configurator' lastModDate='1186880993625' lastMod='185' taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor' suspendable='true' syncControlAllowed='true' execMode='sync' execLimit='0' resultLimit='0' resultOption='delete' visibility='runschedule' progressInterval='0'>
    <Extension>
    <WFProcess name='Find User WF' maxSteps='0'>
    <Activity id='0' name='Start'>
    <Transition to='Accept User ID'/>
    <WorkflowEditor x='99' y='47'/>
    </Activity>
    <Activity id='1' name='Accept User ID'>
    <ManualAction id='0' name='Enter User ID' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Accept User ID Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='Display Results'/>
    <WorkflowEditor x='183' y='45'/>
    </Activity>
    <Activity id='2' name='Display Results'>
    <ManualAction id='0' name='Results' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:-435E4C45:114554237BF:-7F8B' name='Search Results Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='Delete User'/>
    <WorkflowEditor x='266' y='99'/>
    </Activity>
    <Activity id='3' name='Delete User'>
    <Action id='0' name='Delete' process='TaskDefinition:Delete User'>
    <Argument name='type' value='User'/>
    <Argument name='accountId' value='$(view.waveset.accountId)'/>
    </Action>
    <Action id='1'>
    <expression>
    <block name='dump2'>
    <invoke name='dumpFile'>
    <invoke name='getTask'>
    <ref>WF_CONTEXT</ref>
    </invoke>
    <s>c:\dump.xml</s>
    </invoke>
    </block>
    </expression>
    </Action>
    <Transition to='End'/>
    <WorkflowEditor x='411' y='101'/>
    </Activity>
    <Activity id='4' name='End'>
    <WorkflowEditor x='529' y='121'/>
    </Activity>
    </WFProcess>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Find User WF'/>
    </Properties>
    </TaskDefinition>
    Thanks in advance for ur help

  • MISSING ACCOUNTING TABS IN THE ITEM MASTER

    I did an LSMW for new items for different plants that we have.  When I check the item in the item master I find the accounting tabs missing.  There are approximately 630 items that need to be fixed.  Does anyone know how to add the accounting tabs to a large group of items.  I tried MASS t-code and it didn't work.

    Hi,
    for the 630 items missing accounting compose an LSMW again with the required legacy file(data upload) information using MM01 transaction.
    This should add the accounting views for the required materials.
    regards
    sadhu kishore

  • Getting error message " Sync encountered an error while connecting. Missing account name. please try again.

    When trying sync I am getting error message " Sync encountered an error while connecting, Missing account name. Please try again"

    See [[forums/contributors/707663]]

  • Missing accounts

    I have two skype-account. Both of them registered the same e-mail address. A few day before, the mainly used account not available. Wrong password ? Get a new password, the email is arrival my e-mail account. But says : this e-mail-adress have to only one skype-account. Therefore is missing skype-accounts is continue AVAILABLE on my partners ! Is there same situations in my desktop computers, and android devices. All my devices permanently updated. So andain : One of two accounts is gone. Not able resetting password, because the not account on this name. I clearly remember, a past few days is the (present missing) account is all ok ! And his account partners seeing available ! This missing account never associated another account. What happen ? thanks

    596/3042
    Hi Keith,
    Now try the next software troubleshooting steps:
    - check for corrupted preferences with Preferential Treatment
    (just to make sure)
    - "Repair Disk" with Disk Utility, booted from the OS X install DVD
    (looking for a Directory problem...)
    - DiskWarrior would be even better than Disk Utility...
    Let us know!
    Axl

  • Sync is not activating on my new PC - Missing account name

    I had Firefox 6.0.2 set up on a previous PC build. I used the Sync tool within to back up my settings before reformatting. I created an account and was given a Sync key and I backed that key up. I reformatted my machine, installed a new copy of Firefox, and have had no luck gaining access to my Sync account.
    I have verified that the Sync account works via the https://account.services.mozilla.com/ website, as I can log in there with no trouble.
    I have followed these steps:
    1) Clicked Options
    2) Chose Sync
    3) Clicked Set up Firefox Sync
    4) Clicked "Connect" under "I already have a Firefox account"
    5) Clicked "I don't have this device with me"
    6) Put in my account name and password that I used to log into the account services site listed above.
    7) Selected "Firefox Sync Server"
    8) Pasted an exact copy of my Sync key into the Sync key field
    9) Clicked Next
    The system attempts to connect to the Sync server (by what I can tell) and then fails with the error "Missing account name". I would like to be able to connect to the Sync site to get all my settings back.

    Thank you for the notification, cor-el. While I found the information helpful, I didn't necessarily consider it a solution. I attempted Sync usage again last night and it has apparently worked. My copy of Firefox on my new installation now has all of the Sync data it should.

  • Blank Accounts window and missing accounts

    Hello, I posed my original question in this thread http://discussions.apple.com/thread.jspa?threadID=1286618&tstart=0 where it was recommended I started a new thread if I still have problems.
    What happened is that I used the install disc that came with my computer to change the passwords on two of my accounts, and this caused those two accounts to disappear (though their home folders are still intact), and made the Accounts window in System Preferences blank (as shown in this image http://img156.imageshack.us/img156/544/picture1ij9.png ).
    Thanks to Michael Conniff I now have admin capabilities again (one of the accounts that became disabled was my only admin account), but the problem of the missing accounts and the blank Accounts window remains. At least I am now able to access and copy all my data should I ended up having to reinstall my OS.
    Please help!
    And Happy New Year!
    Grape

    ProGrape wrote:
    (As you can see, I have enabled root, which I was able to do after I made private into an admin.)
    Bad idea! You should never need root enabled, you can do anything you need with an admin account and authentication (or sudo in Terminal).
    Anyway, your NetInfo database is a complete mess. It doesn't appear to have a /users directory, which could cause some problems.
    Your best bet is to follow the instructions in Part III of Mac OS X, Mac OS X Server: How to Replace the NetInfo Database. (Note that this lists commands including the '#' prompt, as in:
    # mv /var/db/netinfo/local.nidb /var/db/netinfo/local.nidb.bad
    You do not type the '#' prompt.
    After you reboot, the Setup Assistant will appear. Enter the details for your existing 501 user, 'francis'. That will correctly associate the new account with the old one. Once you have that running, use System Preferences > Accounts to restore the 502 and 503 accounts in order with the existing names.

  • FAGLF101:missing account

    Dear all,
    Iu2019m working in FAGLF101 and  trying to transfer a receivable account to a payable account .
    First of all, I created, in Receivables menu (T-code OBBU), a new entry with Reconciliation Account (A533901000: the receivable account), Target Account (B534401099: the  payable account) and transaction V00.
    But, after launching FAGLF101, the system shows the following error: u201CAccount determination for transaction V02 is missing for account A533901000 V2 ITUNu201D.
    Why V02? I haven't inserted V02 before launching FAGLF101(I haven't inserted any transaction at all)
    Could you suggest me something to do?
    Thanks in advance

    This is meant for account determination for Receivables/payables sorting. Check your configuration in SPRO->General Ledger Accounting (New)->Periodic Processing->Reclassify->Transfer and Sort Receivables and Payables->Define Adjustment Accounts for Receivables/Payables by Maturity

  • Missing accounts after upgrade from Tiger to Leopard

    I upgraded from 10.4.11 to 10.5.6 today and in Mail, all but one of my accounts and their associated inboxes are missing. I've installed the recent Mail fix file (10.5.6). All my stored old e-mails are there. I can't see any of my other e-mail addresses or any e-mails that are in them.
    I have a .mac account with 2 additional .mac mail addresses and also 3 POP accounts. In the Inbox, the only e-mail that shows up is that for my main .mac account. I've deleted the mail.plist file and re-imported the mailboxes and they still don't show up.
    Can anyone help?

    By going to my Mail folder in my Library folder (~/Library/Mail) and deleting all files except any folders and then opening Mail and re-importing, everything comes up properly.

  • Missing account statistics

    There seems to be no place to see account and usage statistics.
    I cannot find any option to see my account statistics like it used to be in the previous version, such as the number of posts made. I support the decision, if there was, to hide such information from the public view, so people connot make any conclusions about number of posts and achieved points, but I would like to see it in my own profile view.
    I'm also missing the possiblity to currently tell other people's ratio of questions asked and questions answered, which was also a feature in the previous forum. I find this information useful since I sometimes want to determine whether or not it was the worth the effort to continue to help someone.
    Thanks.

    Not sure about this one - we are going to be getting much deeper stats and analytical tools than we've ever had before in the next few months, and much of this should become available then.  I'll find out if the effort is worth trying to get it going in the next month or two or if it makes more sense to wait. 

  • Missing Accounting Entry ( rcv_receiving_sub_ledger & rcv_Accounting_Event)

    Hello,
    Any help is highly appreciated. Below is our problem.
    We have a PO which was reveived in Oct-11 and somehow( a bug maybe ) There was no RECEIVE accounting entries created for this PO.
    Now we are trying to re-create the accounting entries for this receipt and post them in DEC-11
    For October we did a manual JE to balance.
    I've a open SR with Oracle but not getting solution. Here are the steps analyst described.
    1.) Update transaction date in rcv_trx table to december date (lets say sysdate)
    2.) Then run a code where it calls this API.
         RCV_AccrualAccounting_GRP.Create_AccountingEvents(
                   p_api_version => 1.0,
                   p_source_type => 'RECEIVING',
                   p_rcv_transaction_id =>l_parent_trx_id,
                   --p_direct_delivery_flag=>l_direct_delivery_flag,
                   --p_gl_group_id          => l_je_group_id
                   x_return_status => l_return_status,
                   x_msg_count => l_msg_count,
                   x_msg_data => l_msg_data
    And this fails even though the periods are OPEN.
    Here is the log file:
    Receipt_TXN : 6156606
    PO Header ID : 452874
    Consigned PO : N
    Error ocurred while creating Accounting
    l_msg_count : 1
    l_msg_data : FND FND_AS_UNEXPECTED_ERROR N PKG_NAME RCV_AccEvents_PVT N PROCEDURE_NAME Create_ReceivingEventStatement -50 N ERROR_TEXT ORA-01403: no data found
    Receipt_TXN : 6156593
    PO Header ID : 453806
    Consigned PO : N
    Error ocurred while creating Accounting
    l_msg_count : 2
    l_msg_data :
    Thanks

    Hi
    Found the issue, Silly mistake.
    Code had "fnd_client_info.set_org_context" for initialization, It should be mo_global.set_policy_context since we are on R12.
    Thanks
    Manu

  • How do I track down a missing account?

    Hi.
    I purchased an iTunes music store gift card for my son for Xmas. I thought we'd installed everything correctly and created an account for him, then entered the number on the gift certificate. I distinctly recall seeing him open up the store using his account, and that he had 15 songs credit. He bought 2 songs during that session, then logged off.
    Now for the life of us, we can't seem to find his account. Anyone got any tricks to hunting down lost accounts?

    Perhaps this will help:
    iTunes Account and Email Address FAQ
    The first two items will probably be the most applicable.
    Good luck.

  • "Sync encountered an error while connecting: Missing account name. Please try again."

    This is the error message displayed at each attempt to sync a second computer from a Firefox Sync account (Firefox button > Sync Now OR Options > Sync > Manage Account > Reset Sync).
    I have connected two computers following this process:
    [[How to sync...|http://support.mozilla.com/en-US/kb/How%20to%20sync%20Firefox%20settings%20between%20computers]]
    On the secondary computer, the Options > Sync dialog box shows that my account is logged in (i.e. my Firefox Sync user name is displayed).
    What is Sync looking for that isn't already provided? From the primary computer, the connection is completed without errors. On the secondary computer, Sync attempts produce this error message. Any help provided would be much appreciated!
    Thanks!

    See [[forums/contributors/707663]]

  • Missing account information on my account

    Hello together,
    after my log in to the Creatove Cloud (PS & LR) I don't see any account information at my account. Do anybody have any idea how I can get in contact with Adobe? The help via chat dosen't help me
    Thank you
    Daniel

    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

Maybe you are looking for

  • How can I use a menu name multiple times in Muse?

    I need to use the term resource friendly in the main menu as well as a submenu for a project I am currently working on. But Muse does not allow me to repeat the term. Is there a workaround for this?

  • In purchase register i need material wise Gl wise amount in amount

    In Miro transaction when i see line items I.e i can display Material, PO number and amount. If i click on follow on documents i can display GL wise amount. Now my requirement is for each material what is the GR/IR Gl and its amount. Cenvat GL and its

  • Connecting from Oracle to MS Access

    Hi, I've had a good search through the various topics on establishing a connection between Oracle and MS Access and have found that most center around Access initiating the connection (linked tables and the like). What I'd like to do is initiate the

  • Syncing contacts & calendar across multiple desktops

    Hi - I have a PC laptop and a Mac Mini.  I'd like to get the contacts and address book synced between them, but can't for the life of me work out how to do this.  It seems that mobile exchange (?) was the way to do it, but that we're now in limbo bef

  • Lost Finder Horizontal Scroll Bar

    I can't seem to find my finder horizontal scroll bar. Even when I set scroll bars as show "all the time". Please see the screen shot. There is no horizontal scroll bar. Any suggestions? Thanks!