[prev in list] [next in list] [prev in thread] [next in thread] 

List:       forgerock-openidm
Subject:    Re: [OpenIDM] not able to call OpenDJ REST service using sample scriptedrest2dj
From:       Lana Frost <lana.frost () forgerock ! com>
Date:       2016-02-03 6:03:43
Message-ID: 56B1983F.2090607 () forgerock ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi Praveen

Try importing the file with an ldapmodify command instead of 
import-ldif, as shown in step 6 here:

http://openidm.forgerock.org/doc/bootstrap/samples-guide/#sample-scripted-rest-opendj

Regards,
Lana

On 2016/02/03 6:32 AM, Praveen R. Alla (Contractor) wrote:
> 
> I have imported using control-panel.bat in OpenDJ
> 
> I again tried now using the command line command 
> “C:\praveen\downloads\OpenDJ-2.6.0\opendj\bat>import-ldif -l 
> C:\openidm-4.0.0\ope
> 
> nidm\samples\scriptedrest2dj\data\ldap.ldif -R rejects.txt --backendID 
> userRoot”
> 
> rejects.txt with error about changeType is attached with this email.
> 
> Also attached the ldap.ldif file which gave the error while importing.
> 
> Thanks,
> 
> Praveen Alla
> 
> 714 986 2040 extn:21293
> 
> *From:*openidm-bounces@forgerock.org 
> [mailto:openidm-bounces@forgerock.org] *On Behalf Of *Tim Sedlack
> *Sent:* Tuesday, February 02, 2016 4:29 PM
> *To:* openidm@forgerock.org
> *Subject:* Re: [OpenIDM] not able to call OpenDJ REST service using 
> sample scriptedrest2dj
> 
> Just out of curiosity - did you try to do the LDIF import from the 
> OpenDJ control panel - and see if you get any more information?
> 
> 
> You should also look here for instructions on how to import LDIF data:
> http://opendj.forgerock.org/doc/admin-guide/index/chap-import-export.html#importing-exporting-ldif
>  
> Tim
> 
> *Praveen R. Alla (Contractor)* <mailto:PAlla@mercuryinsurance.com>
> 
> February 2, 2016 at 4:22 PM
> 
> Thanks Tim for the suggestion. I posted in the forgerock forum below.
> https://forgerock.org/topic/not-able-to-call-opendj-rest-service-using-sample-scriptedrest2dj/
>  
> Please suggest if you know of any other forum which has active
> OpenDJ users.
> 
> Thanks,
> Praveen Alla
> 
> 
> -----Original Message-----
> From: openidm-bounces@forgerock.org
> <mailto:openidm-bounces@forgerock.org>
> [mailto:openidm-bounces@forgerock.org] On Behalf Of timsed
> Sent: Tuesday, February 02, 2016 4:09 PM
> To: openidm@forgerock.org <mailto:openidm@forgerock.org>
> Subject: Re: [OpenIDM] not able to call OpenDJ REST service using
> sample scriptedrest2dj
> 
> Hi Praveen -
> 
> Probably best if you work with those over at the OpenDJ project to
> get answers on OpenDJ. I'll bet they'll have a solution for you
> pretty quickly.
> 
> 
> 
> Thanks,
> Tim
> 
> 
> 
> --
> View this message in context:
> http://openidm-users.989380.n3.nabble.com/not-able-to-call-OpenDJ-REST-service-using-sample-scriptedrest2dj-tp4028823p4028824.html
>  Sent from the OpenIDM Users mailing list archive at Nabble.com.
> _______________________________________________
> OpenIDM mailing list
> OpenIDM@forgerock.org <mailto:OpenIDM@forgerock.org>
> https://lists.forgerock.org/mailman/listinfo/openidm
> 
> This e-mail message, including any attachments, is for the sole
> use of the intended recipient, and may contain material that is
> privileged or confidential and legally protected from disclosure.
> If you are not the intended recipient or have received this
> message in error, you are not authorized to copy, distribute, or
> otherwise use this message or its attachments. Please notify the
> sender immediately by return e-mail and permanently delete this
> message and any attachments.
> _______________________________________________
> OpenIDM mailing list
> OpenIDM@forgerock.org <mailto:OpenIDM@forgerock.org>
> https://lists.forgerock.org/mailman/listinfo/openidm
> 
> *timsed* <mailto:tim.sedlack@forgerock.com>
> 
> February 2, 2016 at 4:09 PM
> 
> Hi Praveen -
> 
> Probably best if you work with those over at the OpenDJ project to get
> answers on OpenDJ. I'll bet they'll have a solution for you pretty
> quickly.
> 
> 
> 
> Thanks,
> Tim
> 
> 
> 
> --
> View this message in context:
> http://openidm-users.989380.n3.nabble.com/not-able-to-call-OpenDJ-REST-service-using-sample-scriptedrest2dj-tp4028823p4028824.html
>  Sent from the OpenIDM Users mailing list archive at Nabble.com.
> _______________________________________________
> OpenIDM mailing list
> OpenIDM@forgerock.org <mailto:OpenIDM@forgerock.org>
> https://lists.forgerock.org/mailman/listinfo/openidm
> 
> *praveenalla* <mailto:palla@mercuryinsurance.com>
> 
> February 2, 2016 at 3:55 PM
> 
> I am trying to run the sample scriptedrest2dj and did all the steps of
> installing OpenDJ locally and importing the ldif file ldap.ldif
> 
> The import of ldap.ldif is not getting successful result which is
> making my
> other steps of calling Open DJ REST services fail.
> 
> Below is the error I see in OpenDJ error log when I try to import
> ldap.ldif
> file provided in the sample with OpenIDM 4.0.0
> 
> I am using OpenDJ 2.6.0 for testing. Can some one help with
> running of this
> sample as we need to run a REST service as part of our POC using
> the OpenIDM
> software.
> 
> ldap.ldif contents:
> 
> dn: dc=example,dc=com
> changetype: add
> objectClass: domain
> objectClass: top
> dc: example
> aci: (targetattr="*")(version 3.0; acl "IDM Access"; allow (all)
> userdn="ldap:///uid=idm,ou=Administrators,dc=example,dc=com";)
> 
> dn: ou=Administrators, dc=example,dc=com
> changetype: add
> objectclass: top
> objectclass: organizationalunit
> ou: Administrators
> 
> dn: uid=idm, ou=Administrators,dc=example,dc=com
> changetype: add
> objectclass: top
> objectclass: person
> objectclass: organizationalPerson
> objectclass: inetOrgPerson
> uid: idm
> cn: IDM Administrator
> sn: IDM Administrator
> description: Special LDAP acccount used by openIDM
> ou: Administrators
> userPassword: password
> ds-privilege-name: bypass-acl
> ds-privilege-name: changelog-read
> 
> dn: ou=People,dc=example,dc=com
> changetype: add
> ou: people
> description: people
> objectclass: organizationalunit
> 
> dn: ou=Groups,dc=example,dc=com
> changetype: add
> ou: Groups
> objectClass: organizationalUnit
> objectClass: top
> 
> 
> error in errors file from OpenDJ2.6.0/opendj/logs folder:
> 
> [02/Feb/2016:15:48:31 -0800] category=JEB severity=NOTICE
> msgID=8847533
> msg=OpenDJ 2.6.0 starting import (build 20130626200626Z, R9086)
> [02/Feb/2016:15:48:31 -0800] category=JEB severity=NOTICE
> msgID=8847449
> msg=Import Thread Count: 16 threads
> [02/Feb/2016:15:48:31 -0800] category=JEB severity=NOTICE
> msgID=8847569
> msg=Total import time was 0 seconds. Phase one processing
> completed in 0
> seconds, phase two processing completed in 0 seconds
> [02/Feb/2016:15:48:31 -0800] category=JEB severity=NOTICE
> msgID=8847454
> *msg=Processed 5 entries, imported 0, skipped 0, rejected 5 and
> migrated 0
> in 0 seconds* (average rate 41.7/sec)
> [02/Feb/2016:15:48:31 -0800] category=JEB severity=NOTICE
> msgID=8847536
> msg=Import LDIF environment close took 0 seconds
> [02/Feb/2016:15:48:32 -0800] category=JEB severity=NOTICE
> msgID=8847402
> msg=The database backend userRoot containing 0 entries has started
> [02/Feb/2016:15:48:32 -0800] category=BACKEND severity=NOTICE
> msgID=9896350
> msg=Import task 20160202154831112 finished execution
> 
> Thanks,
> Praveen
> 
> 
> 
> 
> 
> 
> --
> View this message in context:
> http://openidm-users.989380.n3.nabble.com/not-able-to-call-OpenDJ-REST-service-using-sample-scriptedrest2dj-tp4028823.html
>  Sent from the OpenIDM Users mailing list archive at Nabble.com.
> _______________________________________________
> OpenIDM mailing list
> OpenIDM@forgerock.org <mailto:OpenIDM@forgerock.org>
> https://lists.forgerock.org/mailman/listinfo/openidm
> 
> -- 
> Tim Sedlack
> Sr Product Manager, OpenIDM
> ForgeRock <http://www,forgerock.com>
> 
> 
> 
> _______________________________________________
> OpenIDM mailing list
> OpenIDM@forgerock.org
> https://lists.forgerock.org/mailman/listinfo/openidm


[Attachment #5 (text/html)]

<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Praveen<br>
    <br>
    Try importing the file with an ldapmodify command instead of
    import-ldif, as shown in step 6 here:<br>
    <br>
<a class="moz-txt-link-freetext" \
href="http://openidm.forgerock.org/doc/bootstrap/samples-guide/#sample-scripted-rest-o \
pendj">http://openidm.forgerock.org/doc/bootstrap/samples-guide/#sample-scripted-rest-opendj</a><br>
  <br>
    Regards,<br>
    Lana<br>
    <br>
    <div class="moz-cite-prefix">On 2016/02/03 6:32 AM, Praveen R. Alla
      (Contractor) wrote:<br>
    </div>
    <blockquote
cite="mid:4734F2446128C64EB5E6640A48A52CA554EE8EC53A@BRPREXMAIL01.int.mgc.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman",serif;
	color:black;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">I
            have imported using control-panel.bat in OpenDJ<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D"><o:p> \
</o:p></span></p>  <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">I
            again tried now using the command line command
            “C:\praveen\downloads\OpenDJ-2.6.0\opendj\bat&gt;import-ldif
            -l C:\openidm-4.0.0\ope<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">nidm\samples\scriptedrest2dj\data\ldap.ldif
                
            -R rejects.txt --backendID userRoot”<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D"><o:p> \
</o:p></span></p>  <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">rejects.txt
                
            with error about changeType is attached with this \
email.<o:p></o:p></span></p>  <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D"><o:p> \
</o:p></span></p>  <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">Also
  attached the ldap.ldif file which gave the error while
            importing.<o:p></o:p></span></p>
        <div>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D"><o:p> \
</o:p></span></p>  <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">Thanks,<o:p></o:p></span></p>
  <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">Praveen
  Alla<o:p></o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">714
              986 2040 extn:21293<o:p></o:p></span></p>
        </div>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D"><o:p> \
</o:p></span></p>  <div>
          <div style="border:none;border-top:solid #E1E1E1
            1.0pt;padding:3.0pt 0in 0in 0in">
            <p class="MsoNormal"><b><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:windowtext">From:</span></b><span
 style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:windowtext">
                
                <a class="moz-txt-link-abbreviated" \
                href="mailto:openidm-bounces@forgerock.org">openidm-bounces@forgerock.org</a>
                
                [<a class="moz-txt-link-freetext" \
href="mailto:openidm-bounces@forgerock.org">mailto:openidm-bounces@forgerock.org</a>] \
<b>On Behalf Of  </b>Tim Sedlack<br>
                <b>Sent:</b> Tuesday, February 02, 2016 4:29 PM<br>
                <b>To:</b> <a class="moz-txt-link-abbreviated" \
href="mailto:openidm@forgerock.org">openidm@forgerock.org</a><br>  <b>Subject:</b> \
                Re: [OpenIDM] not able to call OpenDJ
                REST service using sample scriptedrest2dj<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Just out of curiosity - did you try to do
          the LDIF import from the OpenDJ control panel - and see if you
          get any more information?<br>
          <br>
          <br>
          You should also look here for instructions on how to import
          LDIF data:<br>
          <a moz-do-not-send="true"
href="http://opendj.forgerock.org/doc/admin-guide/index/chap-import-export.html#import \
ing-exporting-ldif">http://opendj.forgerock.org/doc/admin-guide/index/chap-import-export.html#importing-exporting-ldif</a><br>
  <br>
          Tim<br>
          <br>
          <o:p></o:p></p>
        <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
          <div
style="margin-left:18.75pt;margin-top:22.5pt;margin-right:18.75pt;margin-bottom:7.5pt">
  <div style="border:none;border-top:solid #EDEEF0
              1.0pt;padding:4.0pt 0in 0in 0in">
              <div>
                <p class="MsoNormal" style="vertical-align:middle"><a
                    moz-do-not-send="true"
                    href="mailto:PAlla@mercuryinsurance.com"><b>Praveen
                      R. Alla (Contractor)</b></a><o:p></o:p></p>
              </div>
              <p class="MsoNormal"
                style="text-align:right;vertical-align:middle"
                align="right"><span style="color:#9FA2A5">February 2,
                  2016 at 4:22 PM</span><o:p></o:p></p>
            </div>
          </div>
          <div style="margin-left:.25in;margin-right:.25in">
            <div>
              <p class="MsoNormal"><span style="color:#888888">Thanks
                  Tim for the suggestion. I posted in the forgerock
                  forum below.<br>
                  <a moz-do-not-send="true"
href="https://forgerock.org/topic/not-able-to-call-opendj-rest-service-using-sample-sc \
riptedrest2dj/">https://forgerock.org/topic/not-able-to-call-opendj-rest-service-using-sample-scriptedrest2dj/</a><br>
  <br>
                  Please suggest if you know of any other forum which
                  has active OpenDJ users.<br>
                  <br>
                  Thanks,<br>
                  Praveen Alla<br>
                  <br>
                  <br>
                  -----Original Message-----<br>
                  From: <a moz-do-not-send="true"
                    href="mailto:openidm-bounces@forgerock.org">openidm-bounces@forgerock.org</a>
  [<a moz-do-not-send="true"
                    href="mailto:openidm-bounces@forgerock.org">mailto:openidm-bounces@forgerock.org</a>]
  On Behalf Of timsed<br>
                  Sent: Tuesday, February 02, 2016 4:09 PM<br>
                  To: <a moz-do-not-send="true"
                    href="mailto:openidm@forgerock.org">openidm@forgerock.org</a><br>
                  Subject: Re: [OpenIDM] not able to call OpenDJ REST
                  service using sample scriptedrest2dj<br>
                  <br>
                  Hi Praveen -<br>
                  <br>
                  Probably best if you work with those over at the
                  OpenDJ project to get answers on OpenDJ. I'll bet
                  they'll have a solution for you pretty quickly.<br>
                  <br>
                  <br>
                  <br>
                  Thanks,<br>
                  Tim<br>
                  <br>
                  <br>
                  <br>
                  --<br>
                  View this message in context: <a
                    moz-do-not-send="true"
href="http://openidm-users.989380.n3.nabble.com/not-able-to-call-OpenDJ-REST-service-using-sample-scriptedrest2dj-tp4028823p4028824.html"><a \
class="moz-txt-link-freetext" \
href="http://openidm-users.989380.n3.nabble.com/not-able-to-call-OpenDJ-REST-service-u \
sing-sample-scriptedrest2dj-tp4028823p4028824.html">http://openidm-users.989380.n3.nab \
ble.com/not-able-to-call-OpenDJ-REST-service-using-sample-scriptedrest2dj-tp4028823p4028824.html</a></a><br>
  Sent from the OpenIDM Users mailing list archive at
                  Nabble.com.<br>
                  _______________________________________________<br>
                  OpenIDM mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:OpenIDM@forgerock.org">OpenIDM@forgerock.org</a><br>
                  <a moz-do-not-send="true"
                    href="https://lists.forgerock.org/mailman/listinfo/openidm">https://lists.forgerock.org/mailman/listinfo/openidm</a><br>
  <br>
                  This e-mail message, including any attachments, is for
                  the sole use of the intended recipient, and may
                  contain material that is privileged or confidential
                  and legally protected from disclosure. If you are not
                  the intended recipient or have received this message
                  in error, you are not authorized to copy, distribute,
                  or otherwise use this message or its attachments.
                  Please notify the sender immediately by return e-mail
                  and permanently delete this message and any
                  attachments.<br>
                  _______________________________________________<br>
                  OpenIDM mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:OpenIDM@forgerock.org">OpenIDM@forgerock.org</a><br>
                  <a moz-do-not-send="true"
                    href="https://lists.forgerock.org/mailman/listinfo/openidm">https://lists.forgerock.org/mailman/listinfo/openidm</a><o:p></o:p></span></p>
  </div>
          </div>
          <div
style="margin-left:18.75pt;margin-top:22.5pt;margin-right:18.75pt;margin-bottom:7.5pt">
  <div style="border:none;border-top:solid #EDEEF0
              1.0pt;padding:4.0pt 0in 0in 0in">
              <div>
                <p class="MsoNormal" style="vertical-align:middle"><a
                    moz-do-not-send="true"
                    href="mailto:tim.sedlack@forgerock.com"><b>timsed</b></a><o:p></o:p></p>
  </div>
              <p class="MsoNormal"
                style="text-align:right;vertical-align:middle"
                align="right"><span style="color:#9FA2A5">February 2,
                  2016 at 4:09 PM</span><o:p></o:p></p>
            </div>
          </div>
          <div style="margin-left:.25in;margin-right:.25in">
            <div>
              <p class="MsoNormal"><span style="color:#888888">Hi
                  Praveen - <br>
                  <br>
                  Probably best if you work with those over at the
                  OpenDJ project to get<br>
                  answers on OpenDJ. I'll bet they'll have a solution
                  for you pretty quickly.<br>
                  <br>
                  <br>
                  <br>
                  Thanks,<br>
                  Tim<br>
                  <br>
                  <br>
                  <br>
                  --<br>
                  View this message in context: <a
                    moz-do-not-send="true"
href="http://openidm-users.989380.n3.nabble.com/not-able-to-call-OpenDJ-REST-service-using-sample-scriptedrest2dj-tp4028823p4028824.html"><a \
class="moz-txt-link-freetext" \
href="http://openidm-users.989380.n3.nabble.com/not-able-to-call-OpenDJ-REST-service-u \
sing-sample-scriptedrest2dj-tp4028823p4028824.html">http://openidm-users.989380.n3.nab \
ble.com/not-able-to-call-OpenDJ-REST-service-using-sample-scriptedrest2dj-tp4028823p4028824.html</a></a><br>
  Sent from the OpenIDM Users mailing list archive at
                  Nabble.com.<br>
                  _______________________________________________<br>
                  OpenIDM mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:OpenIDM@forgerock.org">OpenIDM@forgerock.org</a><br>
                  <a moz-do-not-send="true"
                    href="https://lists.forgerock.org/mailman/listinfo/openidm">https://lists.forgerock.org/mailman/listinfo/openidm</a><o:p></o:p></span></p>
  </div>
          </div>
          <div
style="margin-left:18.75pt;margin-top:22.5pt;margin-right:18.75pt;margin-bottom:7.5pt">
  <div style="border:none;border-top:solid #EDEEF0
              1.0pt;padding:4.0pt 0in 0in 0in">
              <div>
                <p class="MsoNormal" style="vertical-align:middle"><a
                    moz-do-not-send="true"
                    href="mailto:palla@mercuryinsurance.com"><b>praveenalla</b></a><o:p></o:p></p>
  </div>
              <p class="MsoNormal"
                style="text-align:right;vertical-align:middle"
                align="right"><span style="color:#9FA2A5">February 2,
                  2016 at 3:55 PM</span><o:p></o:p></p>
            </div>
          </div>
          <div style="margin-left:.25in;margin-right:.25in">
            <div>
              <p class="MsoNormal"><span style="color:#888888">I am
                  trying to run the sample scriptedrest2dj and did all
                  the steps of<br>
                  installing OpenDJ locally and importing the ldif file
                  ldap.ldif<br>
                  <br>
                  The import of ldap.ldif is not getting successful
                  result which is making my<br>
                  other steps of calling Open DJ REST services fail.<br>
                  <br>
                  Below is the error I see in OpenDJ error log when I
                  try to import ldap.ldif<br>
                  file provided in the sample with OpenIDM 4.0.0<br>
                  <br>
                  I am using OpenDJ 2.6.0 for testing. Can some one help
                  with running of this<br>
                  sample as we need to run a REST service as part of our
                  POC using the OpenIDM<br>
                  software.<br>
                  <br>
                  ldap.ldif contents:<br>
                  <br>
                  dn: dc=example,dc=com<br>
                  changetype: add<br>
                  objectClass: domain<br>
                  objectClass: top<br>
                  dc: example<br>
                  aci: (targetattr="*")(version 3.0; acl "IDM Access";
                  allow (all)<br>
userdn=<a class="moz-txt-link-rfc2396E" \
href="ldap:///uid=idm,ou=Administrators,dc=example,dc=com">"ldap:///uid=idm,ou=Administrators,dc=example,dc=com"</a>;)<br>
  <br>
                  dn: ou=Administrators, dc=example,dc=com<br>
                  changetype: add<br>
                  objectclass: top<br>
                  objectclass: organizationalunit<br>
                  ou: Administrators<br>
                  <br>
                  dn: uid=idm, ou=Administrators,dc=example,dc=com<br>
                  changetype: add<br>
                  objectclass: top<br>
                  objectclass: person<br>
                  objectclass: organizationalPerson<br>
                  objectclass: inetOrgPerson<br>
                  uid: idm<br>
                  cn: IDM Administrator<br>
                  sn: IDM Administrator<br>
                  description: Special LDAP acccount used by openIDM<br>
                  ou: Administrators<br>
                  userPassword: password<br>
                  ds-privilege-name: bypass-acl<br>
                  ds-privilege-name: changelog-read<br>
                  <br>
                  dn: ou=People,dc=example,dc=com<br>
                  changetype: add<br>
                  ou: people<br>
                  description: people<br>
                  objectclass: organizationalunit<br>
                  <br>
                  dn: ou=Groups,dc=example,dc=com<br>
                  changetype: add<br>
                  ou: Groups<br>
                  objectClass: organizationalUnit<br>
                  objectClass: top<br>
                  <br>
                  <br>
                  error in errors file from OpenDJ2.6.0/opendj/logs
                  folder:<br>
                  <br>
                  [02/Feb/2016:15:48:31 -0800] category=JEB
                  severity=NOTICE msgID=8847533<br>
                  msg=OpenDJ 2.6.0 starting import (build
                  20130626200626Z, R9086)<br>
                  [02/Feb/2016:15:48:31 -0800] category=JEB
                  severity=NOTICE msgID=8847449<br>
                  msg=Import Thread Count: 16 threads<br>
                  [02/Feb/2016:15:48:31 -0800] category=JEB
                  severity=NOTICE msgID=8847569<br>
                  msg=Total import time was 0 seconds. Phase one
                  processing completed in 0<br>
                  seconds, phase two processing completed in 0 seconds<br>
                  [02/Feb/2016:15:48:31 -0800] category=JEB
                  severity=NOTICE msgID=8847454<br>
                  *msg=Processed 5 entries, imported 0, skipped 0,
                  rejected 5 and migrated 0<br>
                  in 0 seconds* (average rate 41.7/sec)<br>
                  [02/Feb/2016:15:48:31 -0800] category=JEB
                  severity=NOTICE msgID=8847536<br>
                  msg=Import LDIF environment close took 0 seconds<br>
                  [02/Feb/2016:15:48:32 -0800] category=JEB
                  severity=NOTICE msgID=8847402<br>
                  msg=The database backend userRoot containing 0 entries
                  has started<br>
                  [02/Feb/2016:15:48:32 -0800] category=BACKEND
                  severity=NOTICE msgID=9896350<br>
                  msg=Import task 20160202154831112 finished execution<br>
                  <br>
                  Thanks,<br>
                  Praveen<br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  --<br>
                  View this message in context: <a
                    moz-do-not-send="true"
href="http://openidm-users.989380.n3.nabble.com/not-able-to-call-OpenDJ-REST-service-using-sample-scriptedrest2dj-tp4028823.html"><a \
class="moz-txt-link-freetext" \
href="http://openidm-users.989380.n3.nabble.com/not-able-to-call-OpenDJ-REST-service-u \
sing-sample-scriptedrest2dj-tp4028823.html">http://openidm-users.989380.n3.nabble.com/ \
not-able-to-call-OpenDJ-REST-service-using-sample-scriptedrest2dj-tp4028823.html</a></a><br>
  Sent from the OpenIDM Users mailing list archive at
                  Nabble.com.<br>
                  _______________________________________________<br>
                  OpenIDM mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:OpenIDM@forgerock.org">OpenIDM@forgerock.org</a><br>
                  <a moz-do-not-send="true"
                    href="https://lists.forgerock.org/mailman/listinfo/openidm">https://lists.forgerock.org/mailman/listinfo/openidm</a><o:p></o:p></span></p>
  </div>
          </div>
        </blockquote>
        <p class="MsoNormal"><o:p> </o:p></p>
        <div>
          <p class="MsoNormal" style="margin-bottom:12.0pt">-- <br>
            Tim Sedlack<br>
            Sr Product Manager, OpenIDM<br>
            <a moz-do-not-send="true" \
href="http://www,forgerock.com">ForgeRock</a><br>  <br>
            <span style="font-size:13.5pt">  </span><o:p></o:p></p>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
OpenIDM mailing list
<a class="moz-txt-link-abbreviated" \
href="mailto:OpenIDM@forgerock.org">OpenIDM@forgerock.org</a> <a \
class="moz-txt-link-freetext" \
href="https://lists.forgerock.org/mailman/listinfo/openidm">https://lists.forgerock.org/mailman/listinfo/openidm</a>
 </pre>
    </blockquote>
    <br>
  </body>
</html>



_______________________________________________
OpenIDM mailing list
OpenIDM@forgerock.org
https://lists.forgerock.org/mailman/listinfo/openidm


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic