SunJava System Directoy 2005Q1 doesn't have passwd object

idsconfig was successfull on Dircetory server 2005Q1 on Soiarius 10.
ldapclient was also created successfully. While trying to add passwd entry into Directory server getting ...
ldapaddent -a simple -D "cn=Directory Manager" -w xxxxxx -f /etc/passwd passwd
Container passwd does not exist
I checked in Directory passwd container doesn't exist. What needs to be done to add passwd container. Does idsconfig fails to add passwd container? what is the solustion.

Did you define SSDs while running "idsconfig"? at least three SSDs must be defined, passwd, shadow and group.
For "ldapaddent", you should copy /etc/passwd to /etc/passwd.wrk, edit this working copy and remove the following lines, then use it as input to "ldapaddent".
root:x:0:1:Super-User:/:/sbin/sh
daemon:x:1:1::/:
bin:x:2:2::/usr/bin:
sys:x:3:3::/:
adm:x:4:4:Admin:/var/adm:
lp:x:71:8:Line Printer Admin:/usr/spool/lp:
uucp:x:5:5:uucp Admin:/usr/lib/uucp:
nuucp:x:9:9:uucp Admin:/var/spool/uucppublic:/usr/lib/uucp/uucico
smmsp:x:25:25:SendMail Message Submission Program:/:
listen:x:37:4:Network Admin:/usr/net/nls:
nobody:x:60001:60001:Nobody:/:
noaccess:x:60002:60002:No Access User:/:
nobody4:x:65534:65534:SunOS 4.x Nobody:/:
You should also ADD "-p" option to it to create the userPassword objects, after that a 2nd pass "ldapaddent ... shadow" will update these userPassword objects.
Typical "idsconfig" session
===
# /usr/lib/ldap/idsconfig
Hit Ctrl-C at any time before the final confirmation to exit.
Do you wish to continue with server setup (y/n/h)? [n] y
Enter the iPlanet Directory Server's (iDS) hostname to setup: ldap1
Enter the port number for iDS (h=help): [389]
Enter the directory manager DN: [cn=Directory Manager]
Enter passwd for cn=Directory Manager :
Enter the domainname to be served (h=help): [example.com]
Enter LDAP Base DN (h=help): [dc=example,dc=com]
Enter the profile name (h=help): [default]
Default server list (h=help): [192.168.1.168] ldap1.example.com ldap2.example.com
Preferred server list (h=help):
Choose desired search scope (one, sub, h=help): [one]
The following are the supported credential levels:
1 anonymous
2 proxy
3 proxy anonymous
Choose Credential level [h=help]: [1] 2
The following are the supported Authentication Methods:
1 none
2 simple
3 sasl/DIGEST-MD5
4 tls:simple
5 tls:sasl/DIGEST-MD5
Choose Authentication Method (h=help): [1] 2
Current authenticationMethod: simple
Do you want to add another Authentication Method? n
Do you want the clients to follow referrals (y/n/h)? [n]
Do you want to modify the server timelimit value (y/n/h)? [n]
Do you want to modify the server sizelimit value (y/n/h)? [n]
Do you want to store passwords in "crypt" format (y/n/h)? [n] y
Do you want to setup a Service Authentication Methods (y/n/h)? [n]
Client search time limit in seconds (h=help): [30]
Profile Time To Live in seconds (h=help): [43200]
Bind time limit in seconds (h=help): [10]
Do you wish to setup Service Search Descriptors (y/n/h)? [n] y
A Add a Service Search Descriptor
D Delete a SSD
M Modify a SSD
P Display all SSD's
H Help
X Clear all SSD's
Q Exit menu
Enter menu choice: [Quit] A
Enter the service id: passwd
Enter the base: ou=People,dc=example,dc=com
Enter the scope: one
A Add a Service Search Descriptor
D Delete a SSD
M Modify a SSD
P Display all SSD's
H Help
X Clear all SSD's
Q Exit menu
Enter menu choice: [Quit] A
Enter the service id: group
Enter the base: ou=group,dc=example,dc=com
Enter the scope: one
A Add a Service Search Descriptor
D Delete a SSD
M Modify a SSD
P Display all SSD's
H Help
X Clear all SSD's
Q Exit menu
Enter menu choice: [Quit] A
Enter the service id: shadow
Enter the base: ou=People,dc=example,dc=com
Enter the scope: one
A Add a Service Search Descriptor
D Delete a SSD
M Modify a SSD
P Display all SSD's
H Help
X Clear all SSD's
Q Exit menu
Enter menu choice: [Quit] A
Enter the service id: netgroup
Enter the base: ou=netgroup,dc=example,dc=com
Enter the scope: one
A Add a Service Search Descriptor
D Delete a SSD
M Modify a SSD
P Display all SSD's
H Help
X Clear all SSD's
Q Exit menu
Enter menu choice: [Quit]
Summary of Configuration
1 Domain to serve : example.com
2 Base DN to setup : dc=example,dc=com
3 Profile name to create : default
4 Default Server List : ldap1.example.com ldap2.example.com
5 Preferred Server List :
6 Default Search Scope : one
7 Credential Level : proxy
8 Authentication Method : simple
9 Enable Follow Referrals : FALSE
10 iDS Time Limit :
11 iDS Size Limit :
12 Enable crypt password storage : TRUE
13 Service Auth Method pam_ldap :
14 Service Auth Method keyserv :
15 Service Auth Method passwd-cmd:
16 Search Time Limit : 30
17 Profile Time to Live : 43200
18 Bind Limit : 10
19 Service Search Descriptors Menu
Enter config value to change: (1-19 0=commit changes) [0] 19
Do you wish to setup Service Search Descriptors (y/n/h)? [n] y
A Add a Service Search Descriptor
D Delete a SSD
M Modify a SSD
P Display all SSD's
H Help
X Clear all SSD's
Q Exit menu
Enter menu choice: [Quit] P
Current Service Search Descriptors:
==================================
passwd:ou=People,dc=example,dc=com?one
group:ou=group,dc=example,dc=com?one
shadow:ou=People,dc=example,dc=com?one
netgroup:ou=netgroup,dc=example,dc=com?one
Hit return to continue.
A Add a Service Search Descriptor
D Delete a SSD
M Modify a SSD
P Display all SSD's
H Help
X Clear all SSD's
Q Exit menu
Enter menu choice: [Quit]
Summary of Configuration
1 Domain to serve : example.com
2 Base DN to setup : dc=example,dc=com
3 Profile name to create : default
4 Default Server List : ldap1.example.com ldap2.example.com
5 Preferred Server List :
6 Default Search Scope : one
7 Credential Level : proxy
8 Authentication Method : simple
9 Enable Follow Referrals : FALSE
10 iDS Time Limit :
11 iDS Size Limit :
12 Enable crypt password storage : TRUE
13 Service Auth Method pam_ldap :
14 Service Auth Method keyserv :
15 Service Auth Method passwd-cmd:
16 Search Time Limit : 30
17 Profile Time to Live : 43200
18 Bind Limit : 10
19 Service Search Descriptors Menu
Enter config value to change: (1-19 0=commit changes) [0]
Enter DN for proxy agent: [cn=proxyagent,ou=profile,dc=example,dc=com]
Enter passwd for proxyagent: password
Re-enter passwd: password
WARNING: About to start committing changes. (y=continue, n=EXIT) y
1. Changed passwordstoragescheme to "crypt" in cn=config.
2. Schema attributes have been updated.
3. Schema objectclass definitions have been added.
4. NisDomainObject added to dc=example,dc=com.
5. Top level "ou" containers complete.
6. automount maps: auto_home auto_direct auto_master auto_shared processed.
7. ACI for dc=example,dc=com modified to disable self modify.
8. Add of VLV Access Control Information (ACI).
9. Proxy Agent cn=proxyagent,ou=profile,dc=example,dc=com added.
10. Give cn=proxyagent,ou=profile,dc=example,dc=com read permission for password.
11. Generated client profile and loaded on server.
12. Processing eq,pres indexes:
ipHostNumber (eq,pres) Finished indexing.
uidNumber (eq,pres) Finished indexing.
ipNetworkNumber (eq,pres) Finished indexing.
gidnumber (eq,pres) Finished indexing.
oncrpcnumber (eq,pres) Finished indexing.
automountKey (eq,pres) Finished indexing.
13. Processing eq,pres,sub indexes:
membernisnetgroup (eq,pres,sub) Finished indexing.
nisnetgrouptriple (eq,pres,sub) Finished indexing.
14. Processing VLV indexes:
example.com.getgrent vlv_index Entry created
example.com.gethostent vlv_index Entry created
example.com.getnetent vlv_index Entry created
example.com.getpwent vlv_index Entry created
example.com.getrpcent vlv_index Entry created
example.com.getspent vlv_index Entry created
idsconfig: Setup of iDS server ldap1 is complete.
===
Typical 2-PASS "ldapaddent" session:
===
Examples of ldapaddent are listed below, note the sequences, passwd DB first then shadow, note also the use of �-p� to create userPassword attribute and the CRYPT password is only added when the DB is shadow.
# cat test.txt
test9991:x:9991:102:test9991:/var/tmp:/bin/sh
# ldapaddent -v -f test.txt -D "cn=Directory Manager" -p passwd
Enter password:
SERVICE = passwd
Adding entry : test9991
1 entries added
# cat tests.txt
test9991:ElnMr/iU805dA:12881::::::
# ldapaddent -v -f tests.txt -D "cn=Directory Manager" shadow
Enter password:
SERVICE = shadow
Adding entry : test9991
1 entries added
===
More info could be found at:
http://web.singnet.com.sg/~garyttt/
Gary

Similar Messages

  • Classic 9 doesn't work because it doesn't have a system folder

    Ok Classic 9 doesn't work because it doesn't have a system folder. So why is it even there! it's messing me up! Can anyone help me with this?

    So we know more about it...
    At the Apple Icon at top left>About this Mac, then click on More Info, then click on Hardware> and report this upto but not including the Serial#...
    Hardware Overview:
    Model Name: eMac
    Model Identifier: PowerMac6,4
    Processor Name: PowerPC G4 (1.2)
    Processor Speed: 1.42 GHz
    Number Of CPUs: 1
    L2 Cache (per CPU): 512 KB
    Memory: 2 GB
    Bus Speed: 167 MHz
    Boot ROM Version: 4.9.2f1

  • HT204053 My Macbook doesn't have iCloud under System Preferences.  How do I add it?

    My MacBook doesn't have iCloud under System Preferences.. Why?  How can I add it?

    Only by upgrading to Lion 10.7.2 - provided your Mac meets the requirements -
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    LIon is obtained from the Mac App Store, which you need 10.6.8 to access.

  • Selected system doesn't have an appropriate release level

    Hi,  Experts
    When i enter the tcode db4cockpit system throwing error
    " Selected system doesn't have an appropriate release level
      An error occurred when processing system
      Function GET_SYS_REF failed with return code = System  
      not found"
    Please help to solve the issue
    Regards
    Venkat

    Hi, Jan
    Thanks for your reply,
    SAP_BASIS     700                  0013
    SAP_ABA      700                  0012
    PI_BASIS                     2005_1_700           0012
    ST-PI                     2005_1_700           0005
    SAP_BW                     700                 0014
    SAP_AP                     700                 0010
    SAP_HR                     600                 0020
    SAP_APPL     600                 0009
    We are using only ABAP
    Best regards,
    Venkat

  • My new Windows 8 System doesn't have FireWire: How to capture in PP CC?

    My new Windows 8 System (i7 laptop with 8gb RAM, NVidia Optimus and Geforce Cuda GT555M) doesn't have FireWire, but three USB3 ports: How can I capture in PP CC from my Panasonic DVX100 without going through several analog steps (eg in Roxio)?
    Can anyone please help me?
    Regards
    Roy

    Well, I managed a workaround, harking back to my Mac days !  I dug out my old iMac with iMovie, plugged in my Roxio dongle, and voila!  Digital video capture
    Capturin to my 1TB Passport, back to PP CC and...SUCCESS!!
    Thanks to all—and to my old iMac! Almost sorry I left Apple for Windoze !
    ..._  _  _ ... [aka VMT in Morse code, aka Very Many Thanks in plain ole English ]
    Regards
    Roy

  • How can I delete an app from launchpad, that doesn't have the little cross in the left top corner. The app isn't an App Store app. The application is also not present anymore in my application's folder in finder.

    How can I delete an app from launchpad, that doesn't have the little cross in the left top corner. The app isn't an App Store app. The application is also not present anymore in my application's folder in finder.
    I tried to use the attached command through TERMINAL :
    sqlite3 ~/Library/Application\ Support/Dock/*.db "DELETE from apps WHERE title='Help';" && killall Dock
    sqlite3: Error: too many options: "DELETE from apps WHERE title='Help';"
    Use -help for a list of options.
    But i didn't work as I got the above error message.
    best regards
    Jeroen

    I'm in the same boat as you -- except that I manage both a school lab (volunteer job) and macs in the enterprise (pay job).  What I think we need is the Education Volume Purchasing Program
    http://www.apple.com/education/volume-purchase-program/faq.html
    Unfortunately this all seems a little rough around the edges -- for example, I have found updates for AppStore apps on the support.apple.com updates download site, but then when I install them via ARD they don't actually update the software.  (The AppStore icons still show as needing the updates, and the version info reports the old version.)  The documentation is also vague about which AppleID to use in which circumstance.  I think they just haven't finished thinking through the implications of the various procedures and policies upon the various kinds of customers.  When we deployed Mountain Lion on the school lab, we made an install usb and went around and installed it on each computer -- and it appears that you are on the honor system as far as paying for all of the licenses that you install.  We did!  But they appear to have no way to enforce it.
    So far, I have only deployed 9 Lion macs in my day job, and our "solution" to the AppStore showing updates problem has been to drag the AppStore icon off of the users' docks so they don't see them!

  • Local area connection doesn't have valid ip

    I have a Touchsmart 320-1030 that belongs to a friend. Everything was working fine then for no apparent reason connection to the internet was lost.  They have contacted their isp and gone through all troubleshooting with them. All other equipment (ie laptops, phones, ect..) connect and work fine. The windows troubleshooter offers no help and says  local area connection doesn't have valid ip is the reason it won't connect. This is true when trying to connect wired or wireless.  I piddle with fixing computers as a hobby so they have asked me to see what I can do if anything. I have been Googling, reading, and trying everything I have found for three days and have had no luck. So I am hoping I can find some help here. I have never seen anything like this. It may be a hardware problem and I'm not smart enough to realise it. But I need to know that too.
    System - 
    Touchsmart 320-1030
    Win 7 Home Premium
    4 gigs ram
    What I have done -
    Brought system to my house to see if it will connect, it does not so I am working on it here.
    I have rebooted modem & router
    Connected systen directly to modem bypassing router
    Uninstalled and allowed windows to detect and reinstall network drivers
    Updated network drivers
    Updated Bios
    Tryed to inatall orginal drivers from support but they wont install
    I have changed from detect automaticly to use this ip in tcip ip4 and used ip I know is good to my router - 
    When I did this last thing the wireless did see my network but the network 2 thingy that it makes still won't connect even tho when I search for connections the list says I am connected to my network. The little thing by the clock says not connected. Also the ethernet adapter says unknown public network when I do that. Wireless says unknown public network or connection when I have it detect ip automaticly.
    Network discovery will not turn on in homegroup, nether will the services assocated with it.
    I have run tweaking . com firewall repair 
    I have uninstalled avast security, there are no other av or firewall programs
    I have uninstalled bonjoir because I read that causes a conflict of somekind
    I have run tweaking . com windows repair ( just in case because it looked liked the firewall repair was doing something).
    I have run sfc /scannow and it found and fixed some things, ran it again and it found nothing.
    I am pulling my hair out with this one. Please help.
    Thanks for your time.

    SSCRSR1, welcome to the forum.
    Wifi problems can be very difficult to diagnose.  Here is the Wireless / Networking / Internet section for the computer.  Read the Wireless area to see if there is any help with the problem.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Can I force my computer to ignore the fact that it doesn't have 'permission' to change certain files and compress them anyway?

    I'm trying to compress everything on my external USB hard disk using the File> Compress Items option in the Finder. However, every time I try this, it thinks for a little while and then tells me it can't do it because it doesn't have 'permission' to edit such-and-such a file. I have gone into the 'Get Info' panel for the hard disk and tried changing the permissions to read & write for my own account, 'staff', and 'everyone', checked the checkbox for 'Ignore ownership on this volume', and chosen 'Apply to enclosed items...' from the little gear/cog menu under 'Sharing & Permissions' section of the 'Get Info' panel. I have also tried sending the problematic files to the trash, but every time I do so, when I select 'Compress items' again, it just finds more files that it doesn't have 'permission' to edit. I cannot 'repair disk permissions' from disk utility, and when I select 'repair disk', it says that there is nothing wrong.
    There is no reason that I shouldn't have 'permission' to edit these files. They are all my own documents and photos etc, or ones that have been downloaded from the internet. The computer is not connected to any kind of network, and there is only one user account on the computer, which is an 'administrator' type account.
    My question is -- how do I bypass this 'permissions' problem? Is there a way to 'force' compress, like when there is a problem emptying the trash and you can choose to 'Force Empty Trash'?
    Thanks in advance for any aid or advice,
    lsrw.

    You caant get the'a from he'a. 
    You could have it wake at 2:55 and then shutdown at 3:00 but then it won't wake in the morning.
    Not shure why you want to shut down instead of sleep.  It uses only a small amount energy sleeping with the display off.  It would probably use more energy to have it wake up in the morning before you get there than to have it sleep all night.
    If you are having battery issues you should replace the battery.  I have seen it stated elsewhere in this community as batteries go bad they can damage the system.  Your's might not be near that state but you should consider replacing it.
    With it plugged in there should be no difference in the charge on the battery whether it is sleeping or shutdown.  It charges in both states and maintains a full charge while plugged in.

  • Got a new MacBook pro but for some reason I can't connect to my schools wireless. It doesn't have a problem connecting to any other wifi. My schools network is unsecured all you do is login with your username and password but the window never loads

    I jus got a MacBook pro and Im having trouble connecting to my schools network. It is not secured and only requires to login with school id. A Window pops up to sign in but it never loads anyone know why I'm having this problem? Doesn't have a problem connecting to any other wifi

    "This is a flaw in OS X Lion. It does not want to connect to open WiFi that has a login page that open in a browser."
    Nonsense, no problems logging in at sites that you mention. I use OpenDNS servers. For the OP try:
    System Preferences>Network>Advanced>DNS. In the left side column click on the + sign and insert the following:
    208.67.222.222
    208.67.220.220
    Then click OK, then click Apply.

  • How can I do live streaming with a Mac Book Pro 2011, using a new model of Sony HD camcorder ..that doesn't have firewire out/input?

    I need to do live streaming with a Mac Book Pro 2011, using a new model of Sony HD camcorder (http://store.sony.co...ber=HDRAX2000/H) ..this camcorder model does not have firewire out/input ..it comes only with a component video output, USB, HDMI and composite A/V video output..
    I wonder how can I plug this camcorder to the firewire port of my laptop? Browsing on internet I found that Grass Valley Company produces this converter http://www.amazon.co...=A17MC6HOH9AVE6 ..but I am not sure -not even after checking the amazon reviews- if this device will send the video signal through firewire to my laptop, in order to live streaming properly? ..anyone in this forum could help me please?
    Thanx

    I can't broadcast with the built in iSight webcam... how would I zoom in or zoom out? or how would I pan? I've seem people doing it walking with their laptops but that's not an option for me... there's nothing wrong with my USB ports but that's neither an option to stream video because as far as I know through USB you can't connect video in apple operating systems ..you can for sure plug any video cam or photo camera through usb but as a drive to transfer data not as a live video camera...  is by firewire an old interface developed by apple that you can connect all sorts of cameras to apple computers... unfortunately my new sony HDR-AX2000 camcorder doesn't have firewire output...
    thanx

  • AirDrop is not working properly on my Ipad mini, it doesn't have the accept button. What can I do?

    AirDrop is not working properly on my Ipad mini, it doesn't have the accept button. What can I do?

    What are you trying to AirDrop to? Another iOS device or a Mac?
    Check out this tutorial for getting AirDrop setup as well as the system requirements...make sure your devices all meet the stated requirements.
    http://9to5mac.com/2015/01/24/yosemite-ios-8-how-to-set-up-and-use-airdrop/
    See this as well:
    Mac Basics: AirDrop lets you send files from your Mac to nearby Macs and iOS devices - Apple Support

  • Field 'record_EMP_ID' doesn't have a default value

    I solved org.hibernate.TransientObjectException by adding "@OneToMany(fetch=FetchType.EAGER, cascade=CascadeType.ALL)"
    But this time values can't be inserted to DB.
    OS : Windows 7
    JDK : JDK 1.6
    JBoss : JBoss 5.1.0.GA
    DB : MySQL 5.5
    Error is "Field 'record_EMP_ID' doesn't have a default value"
    - Members.java
    @Entity
    @Table(name = "family")
    public class Members implements Serializable {
    @Id
    @Column(name = "EMP_ID")
    private String id ;
    @Column(name = "EMP_Passwd")
    private String passwd ;
    @Column(name = "EMP_Name")
    private String name ;
    @OneToMany(fetch=FetchType.EAGER, cascade=CascadeType.ALL)
    @JoinTable(name="info", joinColumns = {@JoinColumn(name = "EMP_Name")})
    private Collection<Records> record = new ArrayList();
    ....getter and setter
    - Records.java
    @Entity
    @Table(name = "info")
    public class Records implements Serializable {
    @Id
    @GeneratedValue(strategy=GenerationType.AUTO)
    @Column(name = "EMP_ID")
    private int i;
    @Column(name = "EMP_Name")
    private String name;
    @Column(name = "EMP_Bank_Account")
    private String account;
    @Column(name = "EMP_Hobby")
    private String hobby;
    @Column(name = "EMP_Phone")
    private int phone;
    ...getter and setter method
    in jsp file I invoke EntityManager.persist
    Context ctx = new InitialContext();
    IMappingTestPort port = (IMappingTestPort) ctx.lookup("MappingTestBean/remote");
    Records r = new Records();
    r.setName("aaa");
    r.setAccount("111-2222");
    r.setHobby("bbb");
    r.setPhone(021112222);
    Members m = new Members();
    m.setId("aupres");
    m.setPasswd("aaa");
    m.setName("ccc");
    m.getRecord().add(r);
    port.setFamilyMember(m); // This EntityManager.persist method
    But it failed.
    In console
    20:21:29,233 INFO [STDOUT] Hibernate: insert into family (EMP_Name, EMP_Passwd, EMP_ID) values (?, ?, ?)
    20:21:29,268 INFO [STDOUT] Hibernate: insert into info (EMP_Bank_Account, EMP_Hobby, EMP_Name, EMP_Phone) values (?, ?, ?, ?)
    20:21:29,288 WARN [JDBCExceptionReporter] SQL Error: 1364, SQLState: HY000
    20:21:29,288 ERROR [JDBCExceptionReporter] Field 'record_EMP_ID' doesn't have a default value
    record_EMP_ID is automatically generated by hibernate
    Pls help!

    An update: 
    New virtual machines created after the integration is in place is visible in Virtual Machine Health Dashboard. No other dashboards seems to contain any data.

  • I' ve just got an ipad (the new ipad) as a gift. It's a new one but Unfortunately, i found out that it doesn't have the App Store install. How to install the app? Please advice.

    I just got an ipad (retina display) as a gift. But unfortunately it doesn't have the App Store application installed. How to imstall it. Then i asked the IT to help me to find the solutions. They asked me to RESET the ipad. I tried to reset the ipad but it request 4 letters of password which i'm puzzled coz i don't even create any password yet in this ipad. So how to get the password? Can some one help me to solve this problems. Thanks.

    Your best bet is to contact Apple.  Those conditions should not occur with a new unit.
    I do suggest that you read Chapters 1, 2, and 3.
    If you wish to troubleshoot on your own...
    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.
    /message/20157737/edit

  • Certificate [Thumbprint SOME THUMBPRINT] issued to 'CLientMachineName' doesn't have private key or caller doesn't have access to private key.

    Hi,    We are trying to get a client to communicate with the primary Config Manager Site System(MP/DP).
    We have a Config Manager Client Template that was setup using this guide. 
    http://technet.microsoft.com/en-us/library/gg682023.aspx
    We have a Client Cert on the primary site system server (primary config manager server)  based on this template and it meets the requirements specified in this document
    http://technet.microsoft.com/en-us/library/gg699362.aspx
             Enhanced Key Usage value must contain
    Client Authentication (1.3.6.1.5.5.7.3.2).   
             Client computers must have a unique value in the Subject Name field or in the Subject Alternative Name field.
             SHA-1and SHA-2 hash algorithms are supported.
             Maximum supported key length is 2048 bits.
    The Cert that we generated for the client meets the same requirements and shows the exact same template id but has a different subject name and alternate name (which is the clients machine name).
    With this setup, we still get the following error
    Certificate [Thumbprint  SOME THUMBPRINT] issued to 'CLientMachineName' doesn't have private key or caller doesn't have access to private key.
    Both the site system and client have the same trusted root cert installed.
    What are we missing or what can we check?    Does the cert check process only need the client certs on both the site system and the client to be from the same template?
    Here is a snippet of the clientidmanagerstartup.log
    <![LOG[HTTPS is enforced for Client. The current state is 63.]LOG]!><time="15:02:32.057+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1" thread="716" file="ccmutillib.cpp:395">
    <![LOG[Begin searching client certificates based on Certificate Issuers]LOG]!><time="15:02:32.058+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1" thread="716"
    file="ccmcert.cpp:3833">
    <![LOG[Certificate Issuer 1 [CN=THE_NAME_OFTHE_CA; DC=DOMAIN; DC=LOCAL]]LOG]!><time="15:02:32.058+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1" thread="716"
    file="ccmcert.cpp:3849">
    <![LOG[Based on Certificate Issuer 'THE_NAME_OFTHE_CA' found Certificate [Thumbprint SOMETHUMBPRINT_1] issued to 'CLIENTMACHINENAME']LOG]!><time="15:02:32.082+300" date="03-12-2014" component="ClientIDManagerStartup"
    context="" type="1" thread="716" file="ccmcert.cpp:3931">
    <![LOG[Begin validation of Certificate [Thumbprint SOMETHUMBPRINT_1] issued to 'CLIENTMACHINENAME']LOG]!><time="15:02:32.082+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1"
    thread="716" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint SOMETHUMBPRINT_1] issued to 'CLIENTMACHINENAME']LOG]!><time="15:02:32.085+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1"
    thread="716" file="ccmcert.cpp:1386">
    <![LOG[Completed searching client certificates based on Certificate Issuers]LOG]!><time="15:02:32.085+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1" thread="716"
    file="ccmcert.cpp:3992">
    <![LOG[Begin to select client certificate]LOG]!><time="15:02:32.085+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1" thread="716" file="ccmcert.cpp:4073">
    <![LOG[Begin validation of Certificate [Thumbprint SOMETHUMBPRINT_1] issued to 'CLIENTMACHINENAME']LOG]!><time="15:02:32.085+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1"
    thread="716" file="ccmcert.cpp:1245">
    <![LOG[Certificate [Thumbprint SOMETHUMBPRINT_1] issued to 'CLIENTMACHINENAME' doesn't have private key or caller doesn't have access to private key.]LOG]!><time="15:02:32.086+300" date="03-12-2014" component="ClientIDManagerStartup"
    context="" type="2" thread="716" file="ccmcert.cpp:1372">
    <![LOG[Completed validation of Certificate [Thumbprint SOMETHUMBPRINT_1] issued to 'CLIENTMACHINENAME']LOG]!><time="15:02:32.086+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1"
    thread="716" file="ccmcert.cpp:1386">
    <![LOG[Raising event:
    instance of CCM_ServiceHost_CertRetrieval_Status
        ClientID = "GUID:GUID";
        DateTime = "20140312200232.090000+000";
        HRESULT = "0x87d00283";
        ProcessID = 6380;
        ThreadID = 716;
    ]LOG]!><time="15:02:32.090+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1" thread="716" file="event.cpp:706">
    <![LOG[Failed to submit event to the Status Agent. Attempting to create pending event.]LOG]!><time="15:02:32.092+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="2" thread="716"
    file="event.cpp:728">
    <![LOG[Raising pending event:
    instance of CCM_ServiceHost_CertRetrieval_Status
        ClientID = "GUID:GUID";
        DateTime = "20140312200232.090000+000";
        HRESULT = "0x87d00283";
        ProcessID = 6380;
        ThreadID = 716;
    ]LOG]!><time="15:02:32.092+300" date="03-12-2014" component="ClientIDManagerStartup" context="" type="1" thread="716" file="event.cpp:761">
    <![LOG[Unable to find PKI Certificate matching SCCM certificate selection criteria. 0x87d00283]
    Thanks Lance

    Hi,
    It seems that there are something wrong with you PKI system.
    Here are some steps for your reference.
    SCCM 2012: Part II – Certificate Configuration
    http://gabrielbeaver.me/2012/08/sccm-2012-part-ii-certificate-configuration/
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    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.

  • I own PSE 7 on disc. The laptop it was loaded on died. My new laptop doesn't have an optical drive so I downloaded PSE 7 from the Adobe site. It downloaded fine but I cannot start using it until I enter a S/N. The S/N on the disc box doesn't work.

    I own PSE 7 on disc. The laptop it was loaded on died. My new laptop doesn't have an optical drive so I downloaded PSE 7 from the Adobe site. It downloaded fine but I cannot start using it until I enter a S/N. The S/N on the disc box doesn't work.

    Those links weren't particularly helpful to me. They convinced me to install the drivers for my USB 2.0 card, but that didn't make a difference. Still no OS X without a PRAM reset if I've dared to venture into OS 9.
    It's always been my understanding that an unblessed System Folder will not be selectable in OS 9's Startup Disk control panel. My folders are blessed and healthy. Of course I'm running 9.2.2, as stated in my first message. I also frequently verify and repair my disks and permissions.
    I did a verbose startup of OS X, and noticed something funny about "ATY...too old." Perhaps this problem is related? I ventured into my system.log file and there it was, repeated over and over, everytime I've booted this computer:
    Aug 8 18:30:24 localhost kernel: From path: "/pci/@d/pci-ata@1/ata-4@0/disk@0:10,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci/@d/pci-ata@1/ata-4@0/@0:10</string></dict>
    Aug 8 18:30:35 localhost kernel: ROM ndrv for ATY,Rage128y is too old (0xb3383430)
    Aug 8 18:30:41 localhost init: kernel security level changed from 0 to 1
    Anyone know how to interpret that? Is it related to my problem? I googled it, and all I found was a web board of people arguing over whether the Apple installed stock ATI Rage video card that came in the G3's is appropriate for Panther. The Ye's have it as far as I'm concerned...as long as I leave OS 9 alone, my video is fine on this computer!
    14" iBook G3 800, B&W PowerMac G3 350, Mac Classic II 16 :-P   Mac OS X (10.3.9)   System 7 Rocked!

Maybe you are looking for

  • Why is that i can not view my warranty status? whenever i tried to put my phone's serial number itunes prompt that my serial number is not a valid one. how can i solve this issue?

    why is that i can not view my warranty status? whenever i tried to put my phone's serial number itunes prompt that my serial number is not a valid one. how can i solve this issue?

  • Date in C.R 11

    This should be a simple formula but for some reason I am having a mental block. Any I deas why this is not working? if {?ROW DATE} In Calendar1stQtr then "M01" else if {?ROW DATE} In Calendar2ndQtr then "M02" else if {?ROW DATE} In Calendar3rdQtr the

  • Change the Recon Account Type

    Hi, The users are trying to post the entry into a GL Account directly using the T Code FB50. However, the system gives the error message - "Account XXX in Company Code XXX is marked as a reconciliation account for account type "D" and cannot therefor

  • How do i open  turbo tax?

    I wnt to install Turbo Tax in my desktop and I have this message: You can't open the application Turbo Tax Deluxe 2012 because it is not supported on this type of Mac. I have Mac Snow Leopard 10.6.3. Could you guys help me with this problem to resolv

  • Unable to start sun java web server 6.1 SP4

    Hi, I have recently installed sun java web server 6.1 SP4 on solaris 10. The directory structure it created was completely different from the one mentioned in the documentation. I could not find the https-adminserv directory under the web server root