<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>NOVELL FORUMS - IM: Designer</title>
		<link>http://forums.novell.com/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sun, 22 Nov 2009 11:23:37 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.novell.com/images/ca_serenity/misc/rss.jpg</url>
			<title>NOVELL FORUMS - IM: Designer</title>
			<link>http://forums.novell.com/</link>
		</image>
		<item>
			<title>Using variables in xpath variable search</title>
			<link>http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/393479-using-variables-xpath-variable-search.html</link>
			<pubDate>Fri, 20 Nov 2009 18:33:13 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm trying to use a variable as part of a Variable node search in an xpath expression. 
 
A variable, $var_foundattrs, contains a nodeset...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm trying to use a variable as part of a Variable node search in an xpath expression.<br />
<br />
A variable, $var_foundattrs, contains a nodeset with something like...<br />
<br />
&lt;instance&gt;<br />
   &lt;attr attr-name=&quot;preferredName&quot;&gt;John&lt;/attr&gt;<br />
   &lt;attr attr-name=&quot;Surname&quot;&gt;Doe&lt;/attr&gt;<br />
&lt;/instance&gt;<br />
<br />
I would like to access one of these attr nodes by doing something like the following<br />
<br />
$var_foundattrs//attr[@attr-name = $var_lookingfor]<br />
<br />
Where $var_lookingfor might expand to &quot;preferredName&quot;, &quot;initials&quot;, or anything else.<br />
<br />
But I can't seem to figure out a way to get variable #2 ($var_lookingfor) to expand into its value. Xpath seems to want to treat it like a string literal--thus this always returns &quot;&quot;, because &quot;$var_lookingfor&quot; is not an attr-name.<br />
<br />
I'm guessing that xpath doesn't like this because the ...//attr[@attr ... blah ...] expression is all 'part of' the variable expansion of $var_foundattrs, so it doesn't really make sense to expand a variable inside of another variable expansion.<br />
<br />
Is there anyway to do this?<br />
<br />
Thanks!!</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/">IM: Designer</category>
			<dc:creator>topher515</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/393479-using-variables-xpath-variable-search.html</guid>
		</item>
		<item>
			<title>Designer 3.5. Deploy/Compare Issue II</title>
			<link>http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/393372-designer-3-5-deploy-compare-issue-ii.html</link>
			<pubDate>Fri, 20 Nov 2009 10:54:56 GMT</pubDate>
			<description>same situation as geoff has been describing but other error conditions. if i want to deploy no matter if a policy, a driver or a driver set, nothing...</description>
			<content:encoded><![CDATA[<div>same situation as geoff has been describing but other error conditions. if i want to deploy no matter if a policy, a driver or a driver set, nothing really happens.<br />
<br />
<br />
<br />
eclipse.buildId=unknown<br />
java.version=1.6.0_07<br />
java.vendor=Sun Microsystems Inc.<br />
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en<br />
Command-line arguments:  -os win32 -ws win32 -arch x86 -clean<br />
<br />
<br />
Error<br />
Fri Nov 20 11:49:01 CET 2009<br />
DeployProjectAction:Exception<br />
<br />
java.lang.ArrayIndexOutOfBoundsException: -1<br />
at java.util.ArrayList.remove(ArrayList.java:390)<br />
at com.novell.core.util.DNConverter.parseDN(Unknown Source)<br />
at com.novell.core.util.DNConverter.&lt;init&gt;(Unknown Source)<br />
at com.novell.core.util.DNConverter.&lt;init&gt;(Unknown Source)<br />
at com.novell.idm.IdmPolicy.getPolicyReferences(Unkno  wn Source)<br />
at com.novell.idm.IdmPolicy.getPolicyReferences(Unkno  wn Source)<br />
at com.novell.idm.model.impl.PolicyImpl.getItemsToDep  loy(Unknown Source)<br />
at com.novell.idm.model.impl.DriverImpl.getItemsToDep  loy(Unknown Source)<br />
at com.novell.idm.deploy.internal.DeployProjectAction  .performDeployments(Unknown Source)<br />
at com.novell.idm.deploy.internal.DeployProjectAction  .access$0(Unknown Source)<br />
at com.novell.idm.deploy.internal.DeployProjectAction  $1.run(Unknown Source)<br />
at org.eclipse.jface.operation.ModalContext.runInCurr  entThread(ModalContext.java:464)<br />
at org.eclipse.jface.operation.ModalContext.run(Modal  Context.java:372)<br />
at org.eclipse.jface.dialogs.ProgressMonitorDialog.ru  n(ProgressMonitorDialog.java:507)<br />
at com.novell.idm.deploy.internal.DeployProjectAction  .performDeployments(Unknown Source)<br />
at com.novell.idm.deploy.internal.DeployProjectAction  .runImpl(Unknown Source)<br />
at com.novell.idm.deploy.internal.DeployProjectAction  .run(Unknown Source)<br />
at org.eclipse.ui.internal.PluginAction.runWithEvent(  PluginAction.java:251)<br />
at org.eclipse.jface.action.ActionContributionItem.ha  ndleWidgetSelection(ActionContributionItem.java:58  3)<br />
at org.eclipse.jface.action.ActionContributionItem.ac  cess$2(ActionContributionItem.java:500)<br />
at org.eclipse.jface.action.ActionContributionItem$5.  handleEvent(ActionContributionItem.java:411)<br />
at org.eclipse.swt.widgets.EventTable.sendEvent(Event  Table.java:84)<br />
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.ja  va:1003)<br />
at org.eclipse.swt.widgets.Display.runDeferredEvents(  Display.java:3823)<br />
at org.eclipse.swt.widgets.Display.readAndDispatch(Di  splay.java:3422)<br />
at org.eclipse.ui.internal.Workbench.runEventLoop(Wor  kbench.java:2384)<br />
at org.eclipse.ui.internal.Workbench.runUI(Workbench.  java:2348)<br />
at org.eclipse.ui.internal.Workbench.access$4(Workben  ch.java:2200)<br />
at org.eclipse.ui.internal.Workbench$5.run(Workbench.  java:495)<br />
at org.eclipse.core.databinding.observable.Realm.runW  ithDefault(Realm.java:288)<br />
at org.eclipse.ui.internal.Workbench.createAndRunWork  bench(Workbench.java:490)<br />
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Pl  atformUI.java:149)<br />
at com.novell.idm.rcp.DesignerApplication.start(Unkno  wn Source)<br />
at org.eclipse.equinox.internal.app.EclipseAppHandle.  run(EclipseAppHandle.java:193)<br />
at org.eclipse.core.runtime.internal.adaptor.EclipseA  ppLauncher.runApplication(EclipseAppLauncher.java:  110)<br />
at org.eclipse.core.runtime.internal.adaptor.EclipseA  ppLauncher.start(EclipseAppLauncher.java:79)<br />
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru  n(EclipseStarter.java:386)<br />
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru  n(EclipseStarter.java:179)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ  e Method)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke(Native  MethodAccessorImpl.java:39)<br />
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De  legatingMethodAccessorImpl.java:25)<br />
at java.lang.reflect.Method.invoke(Method.java:597)<br />
at org.eclipse.equinox.launcher.Main.invokeFramework(  Main.java:549)<br />
at org.eclipse.equinox.launcher.Main.basicRun(Main.ja  va:504)<br />
at org.eclipse.equinox.launcher.Main.run(Main.java:12  36)<br />
<br />
eclipse.buildId=unknown<br />
java.version=1.6.0_07<br />
java.vendor=Sun Microsystems Inc.<br />
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en<br />
Command-line arguments:  -os win32 -ws win32 -arch x86 -clean<br />
<br />
-------------------------------------------------------------------<br />
Error<br />
Fri Nov 20 11:49:01 CET 2009<br />
DeployProjectAction:Exception<br />
<br />
java.lang.reflect.InvocationTargetException<br />
	at org.eclipse.jface.operation.ModalContext.runInCurr  entThread(ModalContext.java:477)<br />
	at org.eclipse.jface.operation.ModalContext.run(Modal  Context.java:372)<br />
	at org.eclipse.jface.dialogs.ProgressMonitorDialog.ru  n(ProgressMonitorDialog.java:507)<br />
	at com.novell.idm.deploy.internal.DeployProjectAction  .performDeployments(Unknown Source)<br />
	at com.novell.idm.deploy.internal.DeployProjectAction  .runImpl(Unknown Source)<br />
	at com.novell.idm.deploy.internal.DeployProjectAction  .run(Unknown Source)<br />
	at org.eclipse.ui.internal.PluginAction.runWithEvent(  PluginAction.java:251)<br />
	at org.eclipse.jface.action.ActionContributionItem.ha  ndleWidgetSelection(ActionContributionItem.java:58  3)<br />
	at org.eclipse.jface.action.ActionContributionItem.ac  cess$2(ActionContributionItem.java:500)<br />
	at org.eclipse.jface.action.ActionContributionItem$5.  handleEvent(ActionContributionItem.java:411)<br />
	at org.eclipse.swt.widgets.EventTable.sendEvent(Event  Table.java:84)<br />
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.ja  va:1003)<br />
	at org.eclipse.swt.widgets.Display.runDeferredEvents(  Display.java:3823)<br />
	at org.eclipse.swt.widgets.Display.readAndDispatch(Di  splay.java:3422)<br />
	at org.eclipse.ui.internal.Workbench.runEventLoop(Wor  kbench.java:2384)<br />
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.  java:2348)<br />
	at org.eclipse.ui.internal.Workbench.access$4(Workben  ch.java:2200)<br />
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.  java:495)<br />
	at org.eclipse.core.databinding.observable.Realm.runW  ithDefault(Realm.java:288)<br />
	at org.eclipse.ui.internal.Workbench.createAndRunWork  bench(Workbench.java:490)<br />
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Pl  atformUI.java:149)<br />
	at com.novell.idm.rcp.DesignerApplication.start(Unkno  wn Source)<br />
	at org.eclipse.equinox.internal.app.EclipseAppHandle.  run(EclipseAppHandle.java:193)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseA  ppLauncher.runApplication(EclipseAppLauncher.java:  110)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseA  ppLauncher.start(EclipseAppLauncher.java:79)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.ru  n(EclipseStarter.java:386)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.ru  n(EclipseStarter.java:179)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ  e Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(Native  MethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(De  legatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.eclipse.equinox.launcher.Main.invokeFramework(  Main.java:549)<br />
	at org.eclipse.equinox.launcher.Main.basicRun(Main.ja  va:504)<br />
	at org.eclipse.equinox.launcher.Main.run(Main.java:12  36)<br />
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1<br />
	at java.util.ArrayList.remove(ArrayList.java:390)<br />
	at com.novell.core.util.DNConverter.parseDN(Unknown Source)<br />
	at com.novell.core.util.DNConverter.&lt;init&gt;(Unknown Source)<br />
	at com.novell.core.util.DNConverter.&lt;init&gt;(Unknown Source)<br />
	at com.novell.idm.IdmPolicy.getPolicyReferences(Unkno  wn Source)<br />
	at com.novell.idm.IdmPolicy.getPolicyReferences(Unkno  wn Source)<br />
	at com.novell.idm.model.impl.PolicyImpl.getItemsToDep  loy(Unknown Source)<br />
	at com.novell.idm.model.impl.DriverImpl.getItemsToDep  loy(Unknown Source)<br />
	at com.novell.idm.deploy.internal.DeployProjectAction  .performDeployments(Unknown Source)<br />
	at com.novell.idm.deploy.internal.DeployProjectAction  .access$0(Unknown Source)<br />
	at com.novell.idm.deploy.internal.DeployProjectAction  $1.run(Unknown Source)<br />
	at org.eclipse.jface.operation.ModalContext.runInCurr  entThread(ModalContext.java:464)<br />
	... 33 more</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/">IM: Designer</category>
			<dc:creator>florianz</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/393372-designer-3-5-deploy-compare-issue-ii.html</guid>
		</item>
		<item>
			<title>Designer locks up - 64bit win7</title>
			<link>http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/393055-designer-locks-up-64bit-win7.html</link>
			<pubDate>Tue, 17 Nov 2009 20:23:50 GMT</pubDate>
			<description><![CDATA[I have a new 64 bit computer with windows 7.  I just downloaded designer 3.5 to working on a 3.7 RBAC POC.  I can't go 20 minutes without designer...]]></description>
			<content:encoded><![CDATA[<div>I have a new 64 bit computer with windows 7.  I just downloaded designer 3.5 to working on a 3.7 RBAC POC.  I can't go 20 minutes without designer locking up as a result of a mouse click.  I'm working on forms.  A simple click on a field or property or even white space and the little round thingy starts spinning, the page dims, the title bar goes to not responding and I have to shut down and restart.  I've tried updating my java version.  It seemed to help a little at first, but I'm still locking up way too often.</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/">IM: Designer</category>
			<dc:creator>ptown</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/393055-designer-locks-up-64bit-win7.html</guid>
		</item>
		<item>
			<title>ID Manager 3.5 Security Services</title>
			<link>http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/392978-id-manager-3-5-security-services.html</link>
			<pubDate>Tue, 17 Nov 2009 12:57:16 GMT</pubDate>
			<description>I am a Novell Novice given the authorised courseware for ID manager 3.5 by my company.  Uncertain if this post should be on the edirectory threads....</description>
			<content:encoded><![CDATA[<div>I am a Novell Novice given the authorised courseware for ID manager 3.5 by my company.  Uncertain if this post should be on the edirectory threads.<br />
I have got stuck in the section installing Novell ID manager 3.5 on a Linux Server.  The instructions require that the Novell eDirectory is stopped, the Security Services 2.04 is updated and eDirectory is re-started.<br />
running /etc/init.d/ndsd stop from the command prompt as root produces error message Novell eDirectory server is not running - Failed<br />
Continuing with running ./install.sh (executable having established with chmod 744 ./install.sh) installs everything except <br />
nici-2.7.2-0.01.i386.rpm the package &quot;/tmp/Security-Services/Linux/EDir88/nici-2.7.2-0.01.i386.rpm&quot; could not be installed.  Please install his package anually the error output is: /var/tmp/rpm-tmp.20441:line23:14658 Segmentation Fault /var/opt/novell/nici/primenici ./install.sh line 5-75:print f: invalid format char <br />
<br />
I went into the directory and attemped to run the installation manually; it failed</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/">IM: Designer</category>
			<dc:creator>phact</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/392978-id-manager-3-5-security-services.html</guid>
		</item>
		<item>
			<title>Designer 3.5 and roles import bug</title>
			<link>http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/392729-designer-3-5-roles-import-bug.html</link>
			<pubDate>Mon, 16 Nov 2009 16:49:31 GMT</pubDate>
			<description>I have done a significant amount of development of roles/resources/teams through designer 3.5 for a UA 3.7 environment, and I am trying to import...</description>
			<content:encoded><![CDATA[<div>I have done a significant amount of development of roles/resources/teams through designer 3.5 for a UA 3.7 environment, and I am trying to import what is in eDirectory to another designer 3.5 project and I receive the following error for the import summary:<br />
<br />
java.lang.NullPointerException<br />
<br />
	 com.novell.prov.pal.importdeploy.ProvImportDeployM  gr.doImportFromDirectory(Unknown Source)<br />
	 com.novell.prov.pal.importdeploy.ProvImportDeployM  gr.importEvent(Unknown Source)<br />
	 com.novell.prov.pal.integration.lifecycle.Lifecycl  eItemEventListener.appCreated(Unknown Source)<br />
	 com.novell.idm.services.AppCreationListenerManager  .notifyAppCreationListeners(Unknown Source)<br />
	 com.novell.idm.services.AppCreationListenerManager  .notifyAppCreated(Unknown Source)<br />
	 com.novell.idm.services.AppCreationListenerManager  .notifyAppCreated(Unknown Source)<br />
	 com.novell.idm.deploy.internal.importer.DeployImpo  rter.generateEvent(Unknown Source)<br />
	 com.novell.idm.deploy.internal.importer.DeployImpo  rter.generateImportEvents(Unknown Source)<br />
	 com.novell.idm.deploy.internal.importer.DeployImpo  rter.generateImportEvents(Unknown Source)<br />
	 com.novell.idm.deploy.internal.importer.DeployImpo  rter.access$3(Unknown Source)<br />
	 com.novell.idm.deploy.internal.importer.DeployImpo  rter$Importer.doImport(Unknown Source)<br />
	 com.novell.idm.deploy.internal.importer.DeployImpo  rter.importFromEDirectory(Unknown Source)<br />
	 com.novell.idm.deploy.internal.DeployImportAction.  performImports(Unknown Source)<br />
	 com.novell.idm.deploy.internal.DeployImportAction.  access$1(Unknown Source)<br />
	 com.novell.idm.deploy.internal.DeployImportAction$  2.run(Unknown Source)<br />
	 org.eclipse.jface.operation.ModalContext.runInCurr  entThread(ModalContext.java:464)<br />
	 org.eclipse.jface.operation.ModalContext.run(Modal  Context.java:372)<br />
	 org.eclipse.jface.dialogs.ProgressMonitorDialog.ru  n(ProgressMonitorDialog.java:507)<br />
	 com.novell.idm.deploy.internal.DeployImportAction.  performImports(Unknown Source)<br />
	 com.novell.idm.deploy.internal.DeployImportAction.  performImports(Unknown Source)<br />
	 com.novell.idm.deploy.internal.DeployImportAction.  importIVFromEDirectory(Unknown Source)<br />
	 com.novell.idm.deploy.internal.DeployImportAction.  run(Unknown Source)<br />
	 org.eclipse.ui.internal.PluginAction.runWithEvent(  PluginAction.java:251)<br />
	 org.eclipse.jface.action.ActionContributionItem.ha  ndleWidgetSelection(ActionContributionItem.java:58  3)<br />
	 org.eclipse.jface.action.ActionContributionItem.ac  cess$2(ActionContributionItem.java:500)<br />
	 org.eclipse.jface.action.ActionContributionItem$5.  handleEvent(ActionContributionItem.java:411)<br />
	 org.eclipse.swt.widgets.EventTable.sendEvent(Event  Table.java:84)<br />
	 org.eclipse.swt.widgets.Widget.sendEvent(Widget.ja  va:1003)<br />
	 org.eclipse.swt.widgets.Display.runDeferredEvents(  Display.java:3823)<br />
	 org.eclipse.swt.widgets.Display.readAndDispatch(Di  splay.java:3422)<br />
	 org.eclipse.ui.internal.Workbench.runEventLoop(Wor  kbench.java:2384)<br />
	 org.eclipse.ui.internal.Workbench.runUI(Workbench.  java:2348)<br />
	 org.eclipse.ui.internal.Workbench.access$4(Workben  ch.java:2200)<br />
	 org.eclipse.ui.internal.Workbench$5.run(Workbench.  java:495)<br />
	 org.eclipse.core.databinding.observable.Realm.runW  ithDefault(Realm.java:288)<br />
	 org.eclipse.ui.internal.Workbench.createAndRunWork  bench(Workbench.java:490)<br />
	 org.eclipse.ui.PlatformUI.createAndRunWorkbench(Pl  atformUI.java:149)<br />
	 com.novell.idm.rcp.DesignerApplication.start(Unkno  wn Source)<br />
	 org.eclipse.equinox.internal.app.EclipseAppHandle.  run(EclipseAppHandle.java:193)<br />
	 org.eclipse.core.runtime.internal.adaptor.EclipseA  ppLauncher.runApplication(EclipseAppLauncher.java:  110)<br />
	 org.eclipse.core.runtime.internal.adaptor.EclipseA  ppLauncher.start(EclipseAppLauncher.java:79)<br />
	 org.eclipse.core.runtime.adaptor.EclipseStarter.ru  n(EclipseStarter.java:386)<br />
	 org.eclipse.core.runtime.adaptor.EclipseStarter.ru  n(EclipseStarter.java:179)<br />
	 sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ  e Method)<br />
	 sun.reflect.NativeMethodAccessorImpl.invoke(Native  MethodAccessorImpl.java:39)<br />
	 sun.reflect.DelegatingMethodAccessorImpl.invoke(De  legatingMethodAccessorImpl.java:25)<br />
	 java.lang.reflect.Method.invoke(Method.java:597)<br />
	 org.eclipse.equinox.launcher.Main.invokeFramework(  Main.java:549)<br />
	 org.eclipse.equinox.launcher.Main.basicRun(Main.ja  va:504)<br />
	 org.eclipse.equinox.launcher.Main.run(Main.java:12  36)<br />
<br />
Now there are no objects appearing in under the UserApplication icon in both the provisioning tab and the outline tab in designer. The original project itself is also acting very funny; if I compare a role container in the permission role level against eDirectory that has the same name as a role container in the IT level, the comparison is being done against the IT level. Also if I compare individual roles in designer against eDirectory after I have added a resource to the role via the UA interface, the comparison is saying they are equal.<br />
<br />
Thanks,<br />
B</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/">IM: Designer</category>
			<dc:creator>bjohnsonacn</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/392729-designer-3-5-roles-import-bug.html</guid>
		</item>
		<item>
			<title>Deployment of Entitlement Policies fails</title>
			<link>http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/392274-deployment-entitlement-policies-fails.html</link>
			<pubDate>Wed, 11 Nov 2009 15:38:10 GMT</pubDate>
			<description>From within Designer (3.5) I have created an Entitlement Policies object for my driver set. I then created two entitlement policies to grant/revoke...</description>
			<content:encoded><![CDATA[<div>From within Designer (3.5) I have created an Entitlement Policies object for my driver set. I then created two entitlement policies to grant/revoke an entitlement called &quot;LDAP User Account&quot; which has already been deployed to the server.<br />
<br />
When trying to deploy I received the following error:<br />
The RBE Container object named 'Entitlement Policies' could not be updated.<br />
com.novell.admin.common.exceptions.UniqueSPIExcept  ion: (Error -613) An attribute value being added to an object might be incorrect or the value is pointing to an object that does not exist in the tree.<br />
<br />
The entitlement that is granted was chosen using the browser. The search base is currently set to '[ROOT]'.<br />
<br />
I then created an entitlement policy using iManager. I successfully imported this into Designer, but subsequent attempts to deploy produce an additional error message:<br />
Cannot deploy memberQueryURL<br />
<br />
<br />
The server is a fresh install of SLES 10 SP2/<acronym title="Open Enterprise Server">OES</acronym> 2 SP1/IDM 3.6.1.<br />
The Designer project has been upgraded from Designer 3.0.1/IDM 3.5.1. I've looked for differences in the schema (using schema compare) and there are a number, however I didn't see anything that I thought was relevant.<br />
<br />
Any suggestions?<br />
<br />
Thanks<br />
    Chris</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/">IM: Designer</category>
			<dc:creator>ChrisReeves</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/392274-deployment-entitlement-policies-fails.html</guid>
		</item>
		<item>
			<title>Identity_Manager_RBPM_3_7_0_Designer_Win.iso</title>
			<link>http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/392234-identity_manager_rbpm_3_7_0_designer_win-iso.html</link>
			<pubDate>Wed, 11 Nov 2009 11:17:22 GMT</pubDate>
			<description>Is the Identity_Manager_RBPM_3_7_0_Designer_Win.iso that is downloadable from NOVELL: Downloads - Novell Identity Manager Roles Based Provisioning...</description>
			<content:encoded><![CDATA[<div>Is the Identity_Manager_RBPM_3_7_0_Designer_Win.iso that is downloadable from <a href="http://download.novell.com/Download?buildid=wKRqLTBnebo~" target="_blank">NOVELL: Downloads - Novell Identity Manager Roles Based Provisioning Module 3.7</a> corrupt or is it just mine that failed ? The install seems to go through but some files are missing, such as designer.exe...<br />
<br />
I had to download it from <a href="http://www.novell.com/coolsolutions/dirxml/designer/" target="_blank">Designer for Identity Manager</a> to get a working copy.</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/">IM: Designer</category>
			<dc:creator>joakim_ganse</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/392234-identity_manager_rbpm_3_7_0_designer_win-iso.html</guid>
		</item>
		<item>
			<title>Updates to Designeer Fail</title>
			<link>http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/392224-updates-designeer-fail.html</link>
			<pubDate>Wed, 11 Nov 2009 08:42:40 GMT</pubDate>
			<description>Hi There, 
 
I am running Designer 3.0.1 still and when I try and run the update on it it finds the new update needed for the Sentinel Driver on IDM...</description>
			<content:encoded><![CDATA[<div>Hi There,<br />
<br />
I am running Designer 3.0.1 still and when I try and run the update on it it finds the new update needed for the Sentinel Driver on IDM but when it installs it it fails. It gives me the following error :<br />
<br />
org.eclipse.core.runtime.CoreException: Cannot Install featurecom.novell.idm.feature.patch.3.0.1.20090723  0249<br />
<br />
Any ideas ?<br />
<br />
Running a Vista 64 bit OS, directly connected to the Internet, not going through a proxy server currently.<br />
<br />
Please help!!!!</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/">IM: Designer</category>
			<dc:creator>6499595</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/392224-updates-designeer-fail.html</guid>
		</item>
		<item>
			<title>Designer 3.0.1 on ubuntu 9.10</title>
			<link>http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/391962-designer-3-0-1-ubuntu-9-10-a.html</link>
			<pubDate>Mon, 09 Nov 2009 13:13:18 GMT</pubDate>
			<description>Hi 
 
i recently migrated to Ubuntu 9.10 and installed designer. While I am able to start it, I see errors that it cannot connect to the Identity...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
i recently migrated to Ubuntu 9.10 and installed designer. While I am able to start it, I see errors that it cannot connect to the Identity Vault and also a lot of the buttons do not respond to the mouse clicks. Is this an eclipse issue? <br />
Also, is there a workaorund for this ?<br />
<br />
REgards,<br />
Rohit</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/">IM: Designer</category>
			<dc:creator>rohit_everett</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/identity-manager/im-designer/391962-designer-3-0-1-ubuntu-9-10-a.html</guid>
		</item>
	</channel>
</rss>
