novell.devsup.imgrsdk
  Home FAQ Contact Sign in
novell.devsup.imgrsdk only
 
Advanced search
November 2006
motuwethfrsasuw
  12345 44
6789101112 45
13141516171819 46
20212223242526 47
27282930    48
2006
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2006      
total
novell.devsup.imgrsdk Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: iManager SDK 2.6 Connection         


Author: egreenspan
Date: Nov 15, 2006 16:25

Did you find a resolution to this issue? I am having the same problem.

D Vandeputte wrote:
> Hi All!!!
> I know when you start the iManager 2.6 SDK it tries to connect to
> http://www.novell.com/products/consoles/imanager/iman_mod_desc.xml
> But when you've got no internet connection, you have to wait for a Time Out.
> Is there a way to by pass that check ?
> Thanks for your help!!
> Didier
1 Comment
  2.5 SDK         


Author: test
Date: Oct 4, 2006 20:46

Hi

I'm trying to get the SDK working, have installed to c:\sdk and have SUN
JAVA SDK 1.5.0.9 installed. I've set the Java_Home variable and then try
to run build.bat. I get the following error -

Exception in thread "main" java.lang.NoClassDefFoundError:
Files\Java\jdk1/5/0_09\lib\tools/jar; etc

So i then manually tried to use the BasicTaskExampleTempate code. I
created a MANIFEST.MF in /nps/WEB-INF/modules/sdk/META-INF, copied the
iManagerCodeExamples.XML to portal/modules/sdk/install, copied
BasicTaskExample.JSP to portal/modules/sdk/skins/default/devices/default.
A also copied iManagerCodeExamplesResources.properties to /nps/WEB-
INF/classes.

The only this I havent done is compile the BasicTaskExample.java. When I
do this with javac I get a com.novell.emframe.dev does not exist error.

I can see the Task in iManager and install it, but when i open iManager
it tells me the task isnt available as the plugin is not installed?

Any help, i want to get this working to understand what i need to do to
code a plugin....
no comments
  Overriding the Selector Page for DirPropertyBooks         


Author: Nigoooh
Date: Sep 6, 2006 02:57

Hi,

is there a way to override the selection mechanism on the "startpage" of a
DirBookPage? Or do I have to implement my own DirBookPage?

Thank you,
Regards,
Nico
no comments
  Browse/Search object in another directory         


Author: Nick Bowen
Date: Aug 22, 2006 13:14

Is there a way to use the OS Widget or possibly the AS Widget to
browse/search for objects in another tree? I have an IDM environment
and iManager running against the ID Tree. I'd like to be able to
connect to and browse eDir objects in the Production Tree.

Any ideas would be appreciated.
Thanks,
...Nick
no comments
  iManager custom plugin and edas/CN/value         


Author: Nigoooh
Date: Aug 22, 2006 04:00

Hi,

I have developed some custom iManager Plugins. These plugins are installed
in three environments (3 server in different trees!). In the production
env. all works fine, but in the other two env's I get NDS error 609. The
problem is, that wenn I look at the ui, I cannot retrieve the CN of an
object by just using , so I cannot
fill out the CN of the object. So then the CN attribute, which is
mandatory, is missing and I get this error. I've checked the edas xml for
the cn, and I see that the CN value is not a child of an attribute CN, but
of an attribute cn (lower case!).

I do not get this error in the production environment, and the CN value
can be retrieved there. The Plugins are the same in all environments! I've
copied jsp's, jar's and all the other data from production to the other
environments. The problem is not only about the CN, it's also concerning
Surname, Given Name, ... The objects do have these properties, but they
are not retrieved by iManager.

We use: iManager 2.6, eDir 8738 on W2K3 SP1
The plugin having the problem is a DirBookPage.
Show full article (1.14Kb)
1 Comment
  API to force manual p/w synch         


Author: rvadlamudi
Date: Jul 25, 2006 09:44

Hi,

We are planning to synch user passwords between E-Directory & Sun ONE LDAP
using Identity Manager.We need to have an utility to synch the password
manually based on the user from E-Directory to Sun ONE LDAP.Is there
anyway to trigger the Identity Manager to force the p/w synch?.Is there
any java api to do that?.

Thanks for your help.

Raj
no comments
  iManager Problem JavaScript Problem         


Author: SvenSchmidt
Date: Jul 17, 2006 01:08

Hello,

I have created a Property Book Page with the Plugin Studio. This can bee
seen if an user is modified.
After this I want to add now some nee values for a field. This was no
problem in the past but now the following JavaScript function within the
UiHandlerTools.js seems to have a problem:

function mvcheckbox_onclick(name, index)
{
var cb = uih_getControl("_" + name+index);

if(cb.checked)
{
postUiHandlerEvent(name, "onItemSelectEvent#" + index);
}
else
{
postUiHandlerEvent(name, "onItemDeselectEvent#" + index);
}
}
Show full article (1.15Kb)
no comments