Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Infor / Lawson Platforms
S3 Systems Administration
Furtther 9.0.1 install errors: LDIFDE
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Zac Shields
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5211
People Online:
Visitors:
407
Members:
0
Total:
407
Online Now:
New Topics
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson S3 HR/Payroll/Benefits
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
S3 Customization/Development
Read and Write CSV file COBOL
10/9/2024 2:53 PM
Does anyone have a quik example of a program that
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1372
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Infor / Lawson Platforms
S3 Systems Administration
Furtther 9.0.1 install errors: LDIFDE
Please
login
to post a reply.
6 Replies
0
Subscribed to this topic
27 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
brihyn
Veteran Member
Posts: 95
9/1/2010 8:33 PM
Having a problem running the LDIFDE command specified by the LSF installation:
Server: Win2k8 64 bit
Command:
ldifde -b ADAMAdmin server * -s server.domain.com -t 389 -i -f d:\lawson\gen\install\lawsec_inst.ldif -v
Error
C:\Users\ADAMAdmin>ldifde -b ADAMAdmin server * -s server.domain.com -t 389 -i -f d:\lawson\gen\install\lawsec_inst.ldif -v -j c:
Type the password for server.domain.com:
Connecting to "server.domain.com"
Logging in as "ADAMAdmin" in domain "server" using SSPI
Importing directory from file "d:\lawson\gen\install\lawsec_inst.ldif"
Loading entries
1: cn=lwsnrmbootclassname,CN=Schema,CN=Configuration,CN={38C418F3-4BB1-4C15-B202
-2C0D991D019B}
Add error on entry starting on line 5: Insufficient Rights
The server side error is: 0x5 Access is denied.
The extended server error is:
00000005: SecErr: DSID-031521D0, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
0 entries modified successfully.
An error has occurred in the program
Jimmy Chiu
Veteran Member
Posts: 641
9/2/2010 2:26 PM
add ADAMAdmin in your administrator group via ADSI Edit. It's under your Roles CN.
brihyn
Veteran Member
Posts: 95
9/2/2010 2:40 PM
Currently in Roles | Administrators | Member, I have the local Administrator's pc group, the domain Lawson account, the pc local ADAMAdmin account, as well as the ADAM ADAMAdmin account
Am I not adding this in the correct location?
Jimmy Chiu
Veteran Member
Posts: 641
9/7/2010 6:38 PM
the problem is you do not have a DOMAIN\ADAMAdmin account as administrator in both your local computer and adam administrator groups. You can use the "lawson" account that has both rights. Or you can create a DOMAIN\ADAMAdmin account on your DC, then assign the account to both your local computer as administrator AND your ADAM administrator.
brihyn
Veteran Member
Posts: 95
9/7/2010 7:01 PM
well I think you may be pointing me to something...since this is Win2008, there's no actual AdamAdminstrator's group.
I created a local lawson account, same password as the domain, added it to the local admin's group (which is listed in the Members or the Adam Administrator's properties) and tried running the command as Lawson. Still no luck.
Jimmy Chiu
Veteran Member
Posts: 641
9/8/2010 6:33 PM
When you run the ldife, it has to be a domain account. To make it easy, we will use your "lawson" DOMAIN (DOMAIN\lawson) account which you have been using for the LSF install.
1) The "lawson" domain account should be in the administrator group under "Computer Management" > "Local Users and Groups" > "Groups" > Administrators
2) The "lawson" domain account should be added as your ADLDS administrator also in ADSI Edit under "Your base DN" > CN=Roles > CN=Administrators > properties > member > "Add Windows Account", then browse for your lawson domain account and add it as your ADLDS administrator.
now run the ldife with your lawson domain account credential.
P.S.
When you run thru the lawson installer, under the "Configuring Resource Management" part where it asked for "Enter the DN of an LDAP administrative user" and "Enter the password for LDAP administrative user", make sure the account you specified is in ADLDS administrator and the password is valid.
You should be able to use Jxplorer connect to the base DN and create a CN and delete a CN just for testing.
brihyn
Veteran Member
Posts: 95
9/8/2010 6:49 PM
Thanks, Jimmy.
It took a couple tries to get the command right but I finally got a success based on your email.
The command was run as follows:
ldifde -b lawson domain.com * -s server.domain.com -t 389 -i -f d:\lawson\gen\install\lawsec_inst.ldif -v
Please
login
to post a reply.