Oracle SAPSR3 User Always lock when trying to startsap

hi all experts,
im trying to build a copy of SAP System for profing concept of Oracle Data Guard.I'm using SOLMAN 7.0 EHP1 with oracle 10 GR2 on windows 2003.i have primary system (solman ; SID=SOM)
1. i build a copy of SAP System with homogeneous system copy with export-import(this successful). (lets say this system as solman2 ; SID=SOM)
2. next for creating physical standby database in the new copied system. i am performing offline backup from source system,i am using command:
brrestore -b begnambq.afd  -d disk -r initSOM.sap
all data file below sapdataN directory aleady removed.
when the restore process 91.79% done, error happen
BR0280I BRRESTORE time stamp: 2011-08-13 14.34.01
BR0418I 18 of 22 files restored - 42730.141 MB of 46550.172 MB done
BR0204I Percentage done: 91.79%, estimated end time: 14:46
BR0001I **********************************************____
BR0352I Decompressing F:\ORACLE\SOM\SAPDATA1\TEMP_1\TEMP.DATA1
BR0355I from F:\export\begnambq\TEMP.DATA1.Z ...
BR0278E Command output of 'F:\usr\sap\SOM\SYS\exe\uc\NTAMD64\uncompress -c F:\export\begnambq\TEMP.DATA1.Z > F:\ORACLE\SOM\SAPDATA1\TEMP_1\TEMP.DATA1':
uncompress: F:/export/begnambq/TEMP.DATA1.Z: unexpected end of file
BR0280I BRRESTORE time stamp: 2011-08-13 14.40.24
BR0279E Return code from 'F:\usr\sap\SOM\SYS\exe\uc\NTAMD64\uncompress -c F:\export\begnambq\TEMP.DATA1.Z > F:\ORACLE\SOM\SAPDATA1\TEMP_1\TEMP.DATA1': 1
BR0359E Restore of F:\ORACLE\SOM\SAPDATA1\TEMP_1\TEMP.DATA1 from F:\export\begnambq\TEMP.DATA1.Z failed due to previous errors
BR0406I End of file restore: regnsglg.rsb 2011-08-13 14.40.24
BR0280I BRRESTORE time stamp: 2011-08-13 14.40.24
BR0404I BRRESTORE terminated with errors
i found that temp.data1,sysaux.data1,system.data1, and undo.data1 failed to restore. then i restore it manually one by one using brtools except temp.data1 (it always fail to restore)
brtools > 5 Restore and Recovery > 5 - Restore of Individual of Backup Files
3. Creating control file in solman2, i create the create controlfile scipt with
startup nomount;<br>
alter database mount;<br>
alter database backup controlfile to trace resetlogs;
and this is the control.sql script look like :
STARTUP NOMOUNT
CREATE CONTROLFILE set DATABASE "SOM" RESETLOGS  ARCHIVELOG
    MAXLOGFILES 255
    MAXLOGMEMBERS 3
    MAXDATAFILES 254
    MAXINSTANCES 50
    MAXLOGHISTORY 1168
LOGFILE
  GROUP 1 (
    'F:\ORACLE\SOM\ORIGLOGA\LOG_G11M1.DBF',
    'F:\ORACLE\SOM\MIRRLOGA\LOG_G11M2.DBF'
  ) SIZE 50M,
  GROUP 2 (
    'F:\ORACLE\SOM\ORIGLOGB\LOG_G12M1.DBF',
    'F:\ORACLE\SOM\MIRRLOGB\LOG_G12M2.DBF'
  ) SIZE 50M,
  GROUP 3 (
    'F:\ORACLE\SOM\ORIGLOGA\LOG_G13M1.DBF',
    'F:\ORACLE\SOM\MIRRLOGA\LOG_G13M2.DBF'
  ) SIZE 50M,
  GROUP 4 (
    'F:\ORACLE\SOM\ORIGLOGB\LOG_G14M1.DBF',
    'F:\ORACLE\SOM\MIRRLOGB\LOG_G14M2.DBF'
  ) SIZE 50M
-- STANDBY LOGFILE
DATAFILE
  'F:\ORACLE\SOM\SAPDATA1\SYSTEM_1\SYSTEM.DATA1',
  'F:\ORACLE\SOM\SAPDATA1\UNDO_1\UNDO.DATA1',
  'F:\ORACLE\SOM\SAPDATA1\SYSAUX_1\SYSAUX.DATA1',
  'F:\ORACLE\SOM\SAPDATA2\SR3_1\SR3.DATA1',
  'F:\ORACLE\SOM\SAPDATA2\SR3_2\SR3.DATA2',
  'F:\ORACLE\SOM\SAPDATA2\SR3_3\SR3.DATA3',
  'F:\ORACLE\SOM\SAPDATA2\SR3_4\SR3.DATA4',
  'F:\ORACLE\SOM\SAPDATA2\SR3_5\SR3.DATA5',
  'F:\ORACLE\SOM\SAPDATA2\SR3_6\SR3.DATA6',
  'F:\ORACLE\SOM\SAPDATA2\SR3_7\SR3.DATA7',
  'F:\ORACLE\SOM\SAPDATA2\SR3_8\SR3.DATA8',
  'F:\ORACLE\SOM\SAPDATA2\SR3_9\SR3.DATA9',
  'F:\ORACLE\SOM\SAPDATA2\SR3_10\SR3.DATA10',
  'F:\ORACLE\SOM\SAPDATA3\SR3700_1\SR3700.DATA1',
  'F:\ORACLE\SOM\SAPDATA3\SR3700_2\SR3700.DATA2',
  'F:\ORACLE\SOM\SAPDATA3\SR3700_3\SR3700.DATA3',
  'F:\ORACLE\SOM\SAPDATA3\SR3700_4\SR3700.DATA4',
  'F:\ORACLE\SOM\SAPDATA4\SR3USR_1\SR3USR.DATA1',
  'F:\ORACLE\SOM\SAPDATA4\SR3DB_1\SR3DB.DATA1',
  'F:\ORACLE\SOM\SAPDATA4\SR3DB_2\SR3DB.DATA2',
  'F:\ORACLE\SOM\SAPDATA4\SR3DB_3\SR3DB.DATA3'
CHARACTER SET UTF8
i rename the old control file
SQL>@f:\oracle\SOM\control.sql
the controlfile successfully created.
4. mounting and open the database
i know this is not part for creating standby system,
i just want to makes sure the backup file restored is working
SQL>startup mount;
SQL>alter database open resetlogs;
5. Trying to start sap
i try to start sap from sapmmc, but the dispatcher is yellowed, it say not connected to the message server,
i found error in syslog on sapmmc says:
SAP-Basis System: Initialization DB-Connect Failed, Return Code 000256
i check the the database connection via R3trans -x
Result:
2EETW169 no connect possible:"DBMS=ORACLE---dbs_ora_tnsname='SOM'"
then i write more detail to the log files
R3trans -xv
this is the log from trans.log
(below post)

this is from trans.log<br><br><br>
4 ETW000 R3trans version 6.14 (release 700 - 14.02.08 - 14:55:00).
4 ETW000 unicode enabled version
4 ETW000 ===============================================
4 ETW000
4 ETW000 date&time   : 14.08.2011 - 14:10:40
4 ETW000 control file: <no ctrlfile>
4 ETW000 R3trans was called as follows: R3trans -xv
4 ETW000  trace at level 2 opened for a given file pointer
4 ETW000  [dev trc     ,00000]  Sun Aug 14 14:10:42 2011                               0  0.000000
4 ETW000  [dev trc     ,00000]  db_con_init called                                     0  0.000000
4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                              0  0.000000
4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                 0  0.000000
4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0         17605  0.017605
4 ETW000  [dev trc     ,00000]      using "F:\usr\sap\SOM\SYS\exe\uc\NTAMD64\dboraslib.dll"
4 ETW000                                                                              58  0.017663
4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                        28  0.017691
4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
4 ETW000                                                                              79  0.017770
4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "700.08", patchlevel (0.144)
4 ETW000                                                                            1734  0.019504
4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
4 ETW000                                                                              48  0.019552
4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
4 ETW000                                                                             166  0.019718
4 ETW000  [dev trc     ,00000]  New connection 0 created                             105  0.019823
4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
4 ETW000                                                                              74  0.019897
4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         73  0.019970
4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
4 ETW000                                                                              47  0.020017
4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
4 ETW000                                                                              58  0.020075
4 ETW000  [dev trc     ,00000]  CLIENT_ORACLE_HOME is not set as environment variable or
4 ETW000                        DIR_CLIENT_ORAHOME is not set as profile parameter.
4 ETW000                          assuming using instant client with unspecified location.
4 ETW000                                                                            1857  0.021932
4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.2.0'                24707  0.046639
4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         40  0.046679
4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8          8471  0.055150
4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           27  0.055177
4 ETW000  [dev trc     ,00000]  Connecting as /@SOM on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
4 ETW000                                                                              65  0.055242
4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
4 ETW000                                                                              61  0.055303
4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0000000006164090 00000000002EA510 00000000002EFCD8
4 ETW000                                                                             175  0.055478
4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       72  0.055550
4 ETW000  [dev trc     ,00000]  Allocating server context handle                      20  0.055570
4 ETW000  [dev trc     ,00000]  Attaching to DB Server SOM (con_hdl=0,svchp=00000000002EFB98,srvhp=00000000061830E8)
4 ETW000                                                                             127  0.055697
4 ETW000  [dev trc     ,00000]  Assigning server context 00000000061830E8 to service context 00000000002EFB98
4 ETW000                                                                           33026  0.088723
4 ETW000  [dev trc     ,00000]  Allocating user session handle                       191  0.088914
4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=00000000002EFB98,srvhp=00000000061830E8,usrhp=00000000002EAD28)
4 ETW000                                                                              40  0.088954
4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1017
4 ETW000                                                                           41794  0.130748
4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'
4 ETW000                                                                              55  0.130803
4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 1017         48  0.130851
4 ETW000  [dev trc     ,00000]  Try to connect with default password                  88  0.130939
4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@SOM on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
4 ETW000                                                                              34  0.130973
4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
4 ETW000                                                                              38  0.131011
4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0000000006164090 00000000002EA510 00000000002EFCD8
4 ETW000                                                                              31  0.131042
4 ETW000  [dev trc     ,00000]  Assigning username to user session 00000000002EAD28
4 ETW000                                                                              21  0.131063
4 ETW000  [dev trc     ,00000]  Assigning password to user session 00000000002EAD28
4 ETW000                                                                              70  0.131133
4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=00000000002EFB98,srvhp=00000000061830E8,usrhp=00000000002EAD28)
4 ETW000                                                                              31  0.131164
4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=28000
4 ETW000                                                                            4104  0.135268
4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=00000000061830E8)
4 ETW000                                                                              23  0.135291
4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=00000000002EFB98,srvhp=00000000061830E8)
4 ETW000                                                                              38  0.135329
4 ETW000  [dev trc     ,00000]  Deallocating server context handle 00000000061830E8
4 ETW000                                                                            1099  0.136428
4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '28000'
4 ETW000                                                                              57  0.136485
4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 28000        15  0.136500
4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 28000  performing CON [dblink#5 @ 431]
4 ETW000                                                                             248  0.136748
4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-28000: the account is locked [dblink#5 @ 431]
4 ETW000                                                                              22  0.136770
2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'SOM'"

Similar Messages

  • I have PSE 8.0 and the error: 150:30 always occurs when trying to open a file.

    I have PSE 8.0 and the error: 150:30 always occurs when trying to open a file. Can anybody help me with this problem?

    click file > place formats to import graphic files.
    http://helpx.adobe.com/indesign/kb/supported-file-formats-indesign-cs5.html

  • Itunes library .itl file is locked when trying to upgrade to IOS5

    Itunes library .itl file is locked when trying to download IOS5 upgrade. Can someone help?

    Usually when you get this problem in vista, it is to do with folder permissions.
    The account you are using needs full control of the iTunes and iTunes Music folder.
    Vista file folder permissions help
    http://windowshelp.microsoft.com/Windows/en-US/Help/2464a180-e5dc-45d1-a2b8-3c8a 2b571e9d1033.mspx
    http://www.mydigitallife.info/2007/05/25/how-to-take-ownership-and-grant-permiss ions-in-windows-vista/

  • 'Blank user name' error when trying to change email password

    My password on our mail server changed, when I tried to change the password on my Storm 9500 I get 'Blank user name' error when trying to change, but I have typed in a user name!!!!
    BLOODY frustrating because now I am not receiving any mails at all, so my business out of the office has come to a standstill!!!!
    Vicky
    Solved!
    Go to Solution.

    Try changing the email password on your PC, if you are having problems doing so from your device.
    From your desktop PC:  http://www.blackberry.com/btsc/KB02830
    North American Carriers - scroll down to select your carrier
    WorldWide Carriers - Find your carrier on the list
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Message 'USER LOCKED'  when trying to give more line items in VA03

    Hi All,
    We have created a 'Z' smartform layout at delivery level and it has a 'Z' Output type.
    When i am trying to enter more line items in va03 then it says user is locked .
    Kindly give me suggestion whether this has a problem in the Layout OR else is some configurational problem.
    Very Urgent.
    Regards,
    Rajesh Kumar.

    Rajesh,
    its not a layout or print program problem at all.
    i think you have implemented some EXIT for va* and it may be creating problem.
    you have to see by debug from where this message comes from.
    than you will come to know and rectify this.
    Amit.

  • XControl always locked when used in class -- possible bug?

    Hi,
    This is not dissimilar to this question. However, I think that the issue is slightly different and possibly a bug. If do the following:
    create a project,
    create an XControl,
    create a class,
    add an instance of the XControl to a class method
    you should see that the XControl is locked all of the time. This only occurs when the XControl is used with a class. If the XControl is placed on a VI, in a project library or not, the XControl will only be locked when the VI which is using it is open (i.e., in memory and the XControl is running).
    This may be expected behaviour due to the way classes are loaded; however, as a user I find it unexpected -- is it a bug?
    Regards,
    Steve.
    Solved!
    Go to Solution.

    Unlike normal libraries (.lvlib), classes always load all their member VIs into memory when the class is loaded into memory.  So if one of those VIs uses an XControl, then it will become locked as soon as you load the owning class into memory, even if the VI is not open.  You might be able to get around this by right-clicking the XControl in the project and selecting "Unlock Library for Editing".  This will temporarily break any VIs that call the XControl until you are done editing it.
    Chris M

  • Service user XIISUSER  locked when resending multiple messages

    Hi All,
    Scenario: Idoc  to 2 file  receiver  (1 defined as a Business Service). We notice that occasionally when we send multiple idocs from R/3 or when we restart multiple messages from the same scenario, we will get a HTTP 401 error and will find our service user XIISUSER locked.
    i.Has anyone come across anything like this before?
    ii. In receiver determination, the "Terminate message processing with  Error(Restart Possible) radio button is chosen. Out of interest, what kind of error does this give if either 1 or the receivers cannot be found during runtime?

    Basically the error will be HTTP 401 Unauthorized and we will find XIISUSER locked. This usually happens when we send multiple idocs for the scenario or when we restart multiple messages that belongs to the scenario. By multiple i mean 5-10 messages and not a really big number.
    Once the XIISUSER is unlocked, I can just restart the message and it will be processed successfully. What I would like to know is what is causing the XIISUSER to be locked in the first place. can this be caused by the branching of the messages?

  • Computer locks when trying to change multiplier

    My computer locks up in the BIOS when I try to access the CPU Clock Ratio menu option.  Ever since I upgraded Bios to 2.70 on my MS-6373 K7N420 Pro I have been running at 1100 MHz instead of 1400 ( I have an Athalon 1700 ).  My system also locks when I try to access the menu option about CPU Fan.  What can I do?  I'd like to get my processor back to 1400MHz.  I figured it would be a multiplier thing.
    Thanks!
    Vince

    Quote
    Originally posted by Deathstalker
    trying to overclock your CPU.  The only way you are going to be able to is by increasing your FSB, unless you unlock your processor.
     ?(  Is overclocking an Athlon XP CPU not supposed to be possible using only the MSI K7N420 Pro BIOS multiplier?
    Using the BIOS CPU multiplier option, I changed the multiplier from Default to 11.5 on my Athlon 1600+ XP. Both MBM5 and FuzzyLogic4 report a clock change from 1403 MHz to 1537 MHz. (Last night I began tweaking my K7N420D after upgrading BIOS from 2.6 to 2.7.)
    The FSB is still my habitual 133/266/66. I've never used an unlocking kit or made changes to the hardware. Did I somehow receive an unlocked 1600+XP CPU? Is there another explanation?

  • User accounts locked when changing password

    I have tried searching an answer to this for a while but have not found an answer yet. So have decided to see if anyone can shed some light on it.
    Basic issue is that a user changes their password on their client machine which then locks their Open Directory account so can not login.
    Users authenticate against the Open Directory hosted on a 10.5.8 server. Clients are 10.6.8. No I can not update servers to 10.6 as I only have one licensed copy of it. I syncronise RAID data between the two using PresStore. File sizes are not seen as being the same between OSs so complete backup made each time, not just the changes. Not ready for Lion or Mountain Lion server as I am within a very restrictive environment behind proxy servers, still testing and ironing out issues.
    Clients are mobile users and the whole user area is synced on Login, Log out and every three hours when logged in. Fundamentally Mobile accounts work great, except when it comes to changing the password. When doing this the logout sync does not connect and then during the next login the account is locked. Even when unlocking the account it says the account is locked, appearing like a conflict between the local machine and open directory. Home folder is still on client machine.
    The only way to remedy this is to delete the user plist through ARD and terminal command run as root
    rm /var/db//dslocal/nodes/Default/users/usershortname.plist
    Once this is done the user can then log in and it does a full sync.
    DNS resolves fine, browsing and connecting to AFP shares is fine (although will not connect to the home directory on logout sync after the password change when shutting down. User can before this point stay connected to the shared volumes, save and work from them but can not automitically connect to the home folder share)
    Just don't quite not know where to go now...

    Please refer below link on same topic, i hope you will get your answer.
    http://cn.forums.oracle.com/forums/thread.jspa?threadID=2172418&tstart=0&start=15

  • Blank User Name Problem when trying to log in to email set up

    Hi,
    I've seen this issue posted on various places on this forum but no satisfactory answers.
    I want to add and remove email addresses on my Blackberry Curve and also change the message that is seen when I send an email from the Blackberry.
    When I type my username and password which is correct according to Options-Device etc, it says "blank user name. Type a valide user name."
    I have spent hours on the phone with t-mobile on several occasions and nobody seems to be able to help.
    I remember having this problem ages ago and some kind person gave me a website address where I could change it online and told me I shouldn't have that web address so to keep it quiet but of course I changed laptops and it got lost.
    Can anyone help before I throw the phone in the bin?
    Jan

    After hours on the phone to my provider (unsuccessful) and hours trawling the internet, I found this answer on another forum http://answers.yahoo.com/question/index?qid=20111109185521AA7xg7m and this has enabled me to get round the problem. Hurrah!
    Just thought this should help someone else if it was the emails and/or signature you were trying to change.... I would still like to know why I can't log in normally tho if anyone can help!

  • Lock when trying to update a Z-field in MARD

    Hi,
    I have a Z-field in an append to MARD. In MIGO we create an output idoc (a custom made Z-idoc) and in the function module processing the idoc I want to update my Z-field in MARD. The update in MARD are made with a bapi called BAPI_MATERIAL_SAVEDATA.
    Pseudocoding of the function module which are processing the idoc:
    Get material document into bapi structures
    loop items.
       perform get_some_more stuff
       perform update_mard.
    endloop.
    form update_mard.
        do some stuff
        call method class=>update_mard
        loop at error messages.
             Give a message
       endloop.
        call function BAPI_TRANSACTION_COMMIT.
    endform.
    in the update_mard-method I fill the structures needed to handle the append in mard and call the BAPI_MATERIAL_SAVEDATA
    I hope you are with me so far. From the update_mard I receive some error message handled in the loop that the material couldnt be saved. I assume I have a lock problem. But I cannot get the program to stop when I set a break-point. It simply doesnt stop.
    So two questions:
    1. Can I somehow force my break-points to come in effect?
    2. Can I "postpone" the actual update of MARD until the material document output is processed? If so how? If not, what can I do to avoid my lock problem?
    best regards,
    Glenn

    Hi,
    I have tried to put a break-point just before my error message are created but it still don´t stop. But since I get the error message I know that the flow passes my break-point. It just doesn´t stop. Does it matter if I use break-point or break ?
    I can see lock entries during the processing. I set a wait up to 30 seconds so I have plenty of time to check lock entries, and I see that there are entries.
    My concern is that I want to be able to postpone my processing until the system releases the lock, but preferrably from the function module where I handle my idoc.
    br,
    Glenn

  • Unknown User/Incorrect Password when trying to access external drive

    I just set up my airport extreme base station, plugged in USB hub with two printers, and all worked excellent. Then I hooked up an external hard drive, again no problems at all. I was able to access the hard drive on my MacBook Pro with the password I set up and everything was great. When I try to access the hard drive on my windows computer, I keep getting a message saying "unknown user, incorrect password, contact administrator" I am using the same password I used on my MacBook. The drive was formatted in Fat32 and works on my MacBook and on my windows PC when connected directly via USB. The only problem seems to be when I try to access the drive on the windows PC. The drive shows up no problem and the dialogue box opens and asks for the password, but then I keep getting that error message. I contacted apple tech support and they pretty much told me they have nothing to do with windows, even though the product can by run entirely on windows machines with no macs at all. Has anyone else had any problems like this, or have any clue what I might be able to do???
    Thanks

    Will windows recognize a drive formatted in Mac OS
    Extended? I had originally tried that, and my
    windows pc wouldnt even recognize it.
    Well XP/Vista will not play nice with it unless you buy and install a Windows shareware/boxware program called MacDrive. This way you can make that PC read/write a Mac OS X Extended formatted drive. Bonus is you can use that drive for a central iTunes Library that both machines can use.
    Rev A. Dual 1.8 G5   Mac OS X (10.4.9)  

  • User receives error when trying to access queues in SCSM 2012. Also cannot edit activities.

    Hi,
    I am trying to resolve an issue that a user has been struggling with in SCSM 2012 multiple times now. Everytime he tries to access a queue in the work items this error appears about 5 times:
    Error Message:
    Date: 7/29/2014 4:17:51 PM
    Application: System Center Service Manager
    Application Version: 7.5.2905.0
    Severity: Error
    Message: No matches were found for input string '$MPElement[Name=&#39;SMIncident!System.WorkItem.Incident.ProjectionType&#39;]$'. Cannot resolve ManagementElementReference.
    : No matches were found for input string '$MPElement[Name=&#39;SMIncident!System.WorkItem.Incident.ProjectionType&#39;]$'. Cannot resolve ManagementElementReference.
    After closing out all of the errors, the tasks panel no longer has any options.
    Also, when this user opens an activity, there is a red box outlining the form. He is unable to click 'OK' or 'Apply' even though the activity is In Progress. This means he is unable to make any changes to activity forms. I logged on to the user's compluter
    myself to see if this issue would just apply to him and I ended up with the same issues. This user experienced these issues before and switched to a new device where he no longer experienced these problems for a while. Now the issues have returned and I do
    not know how to help him. We have not had this problem come up before.
    Please help me understand what is causing these problems.
    Thanks,
    Nick

    Thanks for getting back to me so quick!
    You were correct to assume that I was referring to a View. All of our users have been added to a standard user role that providers that basic functionalities that they need. This particular user's access is exactly the same as the other users in his department,
    yet he is the only one who has experienced this problem. All of the user roles that we have added this user to contain at least 10 other users who have not reported any issue like this.
    I am wodering how this problem could only apply to this one user even after changing devices. I should also mention that with each of the devices that this user has worked on, there was a period of time when he was able to work in SCSM without
    any issues. What could have changed that caused this error to arrise on two separate occasions for just one user? 
    The biggest issue is the fact that he is unable to edit activities. Am I correct to assume that these two issues are connected?
    I hope this message helps to clarify the problem we are experiencing.
    Thanks,
    Nick

  • Macintosh HD 'Locked' when trying to do complete reinstall Mavericks.

    I tried to install mavericks and found out my HD was corrupted. I repaired it and want to do a reinstall of Mavericks however when I go to select install location it says my Macintosh HD is locked. Any tips?

    Hi, cjtbhs. 
    Thank you for visiting Apple Support Communities. 
    As you are receiving messages that indicate your hard drive is corrupt the best option would be to erase and install.  Here is the article that walks you through that process. 
    OS X Mountain Lion: Erase and reinstall OS X
    http://support.apple.com/kb/PH11273
    Mac OS X v10.6 Snow Leopard: How to Erase and Install
    http://support.apple.com/kb/HT3910
    Make sure to backup your data prior to processing these steps. 
    OS X Mountain Lion: Back up your Mac
    http://support.apple.com/kb/PH11371
    Cheers,
    Jason H. 

  • 700p suddenly gives invalid user/password message when trying to get new mail

    My Yahoo Mail Plus account is working fine. When I use versamail on the Palm Treo 700p to retrieve emails from my active Yahoo account, I get "-ERR(Auth)invalid user/password" message. I can access my Yahoo Mail account from the "Web" app on my treo.
    So it is definitely a VersaMail issue. This happened after it had been getting new mail (and sending) successfully.
    Can anyone help? 
    Post relates to: Treo 700p (Verizon)

    unfortunately Yahoo and their Branded contracts just don't work as advertised and neither the ISPs Nor Yahoo appear in the slightest bit interested.
    If you delete the popstate.dat file in the profile folder in the yahoo server directory, it will restart the download again from the top (Everything)
    You might also find that disabling email scanning in your anti virus program may be beneficial. (Could it be McAfee?)
    The majority of RETR complaints here are from ATT and BT users, both of whom get McAfee given in by their ISP.

Maybe you are looking for

  • Help needed in removing the duplicate nodes in an xml file

    Hi Friends, I need some help in removing the duplicates from a xml file using the Excel Spreadsheet. The xml Im using does not have any schema. Can some one please let me know the steps. Thanks a lot.

  • Can business area change when we post a clearing document?

    Hi all,   Is it possible to change the business area when we post a clearing document?   For example, we need to pay the line item that have business area 3000. Then we use transaction F110 to create a payment then a clearing docuement will be create

  • Best way to export custom postcard as .jpeg

    Hi! I am very new to photoshop, and, I am sure these are very elementary questions... please bear with me. I really appreciate your help. I created a custom postcard with layers - a collage of family photos - to use as a Christmas postcard. After rea

  • JAVA servers are not starting

    Hi SAP Gurus, some days back i did system refresh from prod. now ABAP is running but only java servers are not starting. other nodes dispatcher & SDM running. please suggest. here is dev_server1 file ============================================= -> a

  • ODBC from ABAP

    Not sure if this is the correct forum for this. I want to run ODBC form ABAP to a remote database, and pull data into custom tables in SAP / BW. Can I do this WITHOUT  using DBConnect (which doesn't support the DB I'm trying to access)? I've been loo