Quantcast
Channel: Micro Focus Forums
Viewing all 11924 articles
Browse latest View live

admin Password works in UA 4.0 But Not 4.5

$
0
0
Hi,

Can someone help me to figure this!

We have 2 UserApplications one is the older Version(4.0.2) and recent one updated to 4.5. The admin account works in iManager, old UA but not UA 4.5. It just says login Failed, Please try again. There is no log update in Catalina.

whatelse I can check to rectify this, Can someone guide.

Regards,

Upgrade from 11.4.2 to 2017 failing

$
0
0
When trying to upgrade ZCM from 11.4.3 to 2017 on Server 2012 R2, I am receiving the following errors which are killing the upgrade. Any tips on how to fix this so I can finish the upgrade?

ERROR 08/16/2017 13:05:00 Exception while launching zenupdater.null

ERROR 08/16/2017 13:05:00 null java.lang.NullPointerException at com.novell.zenworks.configure.actions.CreateUpdate CommandsConfigureAction.createUpdateXml(CreateUpda teCommandsConfigureAction.java:161) at com.novell.zenworks.configure.actions.CreateUpdate CommandsConfigureAction.configure(CreateUpdateComm andsConfigureAction.java:94) at com.novell.zenworks.configure.ZENworksConfigure.ex ecConfigAction(ZENworksConfigure.java:1852) at com.novell.zenworks.install.customcode.configure.B aseZenConfigAction.install(BaseZenConfigAction.jav a:67) at com.zerog.ia.installer.actions.CustomAction.instal lSelf(DashoA10*..) at com.zerog.ia.installer.InstallablePiece.install(Da shoA10*..) at com.zerog.ia.installer.InstallablePiece.install(Da shoA10*..) at com.zerog.ia.installer.InstallablePiece.install(Da shoA10*..) at com.zerog.ia.installer.InstallablePiece.install(Da shoA10*..) at com.zerog.ia.installer.InstallablePiece.install(Da shoA10*..) at com.zerog.ia.installer.InstallablePiece.install(Da shoA10*..) at com.zerog.ia.installer.InstallablePiece.install(Da shoA10*..) at com.zerog.ia.installer.GhostDirectory.install(Dash oA10*..) at com.zerog.ia.installer.InstallablePiece.install(Da shoA10*..) at com.zerog.ia.installer.Installer.install(DashoA10* ..) at com.zerog.ia.installer.actions.InstallProgressActi on.n(DashoA10*..) at com.zerog.ia.installer.actions.ProgressPanelAction $1.run(DashoA10*..)

Groupwise 2014 r2, SLES SP3, VMWARE, inconsistent sending

$
0
0
30 percent of the time to hotmail, yahoo and other domains I get the C141 DMN: MSG 1667 SMTP session ended: [98.138.112.35] (mta6.am0.yahoodns.net)
15:15:19 C141 DMN: MSG 1667 Send Failure: 420 TCP write error or I get the host down. I thought it could be the isp, but they came and the internet works fine, the only thing that I found was that the vmware driver with SLES sp3 you need to put the following command "ethtool -K eth0 tso off. But I did that, but no change.. The vmware ESXI is on a Levono ThinkServer TS430. I thought it could actually be the nic on the server, but I don´t see any dropped packets... Any help is appreciated...

Error Creating ResourceAssociation via web service call

$
0
0
Hello all,

I'm attempting to create resource associations between resources and roles via a web services call to the role service endpoint, as documented here:

https://www.netiq.com/documentation/identity-manager-46/identity_apps_admin/data/bdux8cm.html

When attempting to assign a resource with an entitlement where the EntitlementParam needs to be defined in the assignment, it errors:

<ns1:stackTrace xsi:type="ns1:stackTrace" xmlns:ns1="http://www.novell.com/wssdk">
<ns1:dump xsi:type="xsd:string">com.novell.soa.ws.binding.Ma rshalerNotFoundException: no serializer found for "java.io.EOFException"
at com.novell.soa.ws.impl.soap.LiteralEncodingStyle.w riteObject(LiteralEncodingStyle.java:414)
at com.novell.soa.ws.impl.xml.OutputStreamImpl.writeO bject(OutputStreamImpl.java:122)
at com.novell.soa.ws.impl.soap.ServerResponseImpl.wri teException(ServerResponseImpl.java:81)
at com.novell.idm.nrf.soap.ws.role.IRemoteRole_Servic eSkeleton._invoke(IRemoteRole_ServiceSkeleton.java :1625)

More stack trace removed.

The request looks like this:

Code:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://www.novell.com/role/service">
  <soapenv:Header/>
  <soapenv:Body>
      <ser:createResourceAssociationRequest>
        <ser:resourceAssociation>
            <dynamicParameters>
              <dynamicparameter>
                  <expression>false</expression>
                  <key>EntitlementParamKey</key>
                  <value>{"ID":"\\TREE\\data\\groups\\grp1"}</value>
              </dynamicparameter>
            </dynamicParameters>
            <ser:localizedDescriptions>
              <ser:localizedvalue>
                  <ser:locale>en</ser:locale>
                  <ser:value>fdas</ser:value>
              </ser:localizedvalue>
            </ser:localizedDescriptions>
            <ser:resource>cn=IDVGroup,cn=ResourceDefs,cn=RoleConfig,cn=AppConfig,cn=User Application Driver,cn=driverset1,o=system</ser:resource>
            <ser:role>cn=target,cn=Level10,cn=RoleDefs,cn=RoleConfig,cn=AppConfig,cn=User Application Driver,cn=driverset1,o=system</ser:role>
        </ser:resourceAssociation>
      </ser:createResourceAssociationRequest>
  </soapenv:Body>
</soapenv:Envelope>

Here is a getResourceAssociation response from a similar assignment, which was made in the web UI by hand:

Code:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Body>
      <ns1:getResourceAssociationResponse xmlns="http://www.novell.com/role/service" xmlns:ns1="http://www.novell.com/role/service">
        <result>
            <approvalOverride>false</approvalOverride>
            <dynamicParameters>
              <dynamicparameter>
                  <expression>false</expression>
                  <key>EntitlementParamKey</key>
                  <value>{"ID":"\\TREE\\data\\groups\\grp1"}</value>
              </dynamicparameter>
            </dynamicParameters>
            <entityKey>cn=20170503133951-3dc4d897d2114a1f8bed8530b2a9e239,cn=ResourceAssociations,cn=RoleConfig,cn=AppConfig,cn=User Application Driver,cn=driverset1,o=system</entityKey>
            <localizedDescriptions>
              <localizedvalue>
                  <locale>en</locale>
                  <value>Group1 Assignment</value>
              </localizedvalue>
            </localizedDescriptions>
            <resource>cn=IDVGroup,cn=ResourceDefs,cn=RoleConfig,cn=AppConfig,cn=User Application Driver,cn=driverset1,o=system</resource>
            <role>cn=ITRoleTest1,cn=Level20,cn=RoleDefs,cn=RoleConfig,cn=AppConfig,cn=User Application Driver,cn=driverset1,o=system</role>
            <status>50</status>
        </result>
      </ns1:getResourceAssociationResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

If I remove the dynamicParameters section, I can create the assignment with no errors.

This is with IDM 4.6 on SLES 12, all in one server install for a test lab.

I've dialed up a lot of the logging, but I cannot seem to find what's going wrong here.

Anyone have any pointers?

Thanks,
Mike

Odd message as logging into network

$
0
0
Hello,

One user with a laptop PC get a message as he is logging into the Novell network. "your are already logged as xxx to the network. Do you want to login again?".

I think a co-worker setup the user with a permanent drive mapping that is attaching him before the guy really logs in. How do I get rid of this message.

The PC is windows 7, the client is Novell Client 2 sp3 for windows 7 (IR3).

Thanks
Phil J

OSX clients

$
0
0
Hi All,
We have a strange problem that only seems to effect mac's using imap and mac mail(el capitan version of mail)
If a mac user sends to a groupwise distribution list from mac mail the user receives an access denied message.
If webmail or the groupwise client is used no error is received and the message is sent successfully.
There is no error code given in the message except access denied. This has happened for 2 distribution list emails.
I gather the mac mail client for some reason can't deal with distribution lists directly even though it appears as a email address.
There are no problems sending to other groupwise users.

Thanx

Julian

Continued: failed setting cipher list: DEFAULT_SUSE after up

$
0
0
https://forums.novell.com/showthread...grade-to-9-0-2 is a closed thread via web.

Thank you Aaron for providing a solution!

Despite having SR101030952271 open since Oct 09, 2016 06:20 PM MDT with a PSE for this (and the previous openssl library issue), no one could provide anything useful. We are dropping PSE support in current renewal.

If you do find an open Bug, can you please let me know so I can get the SR attached?

#HowTo Check for Disk Performance on a GroupWise Server


Reboot block

$
0
0
Hi,

We have a patch policy for critical MS patches running every week. As you know, some of the patches requires a reboot and the user gets the 2hr postpone option from ZCM. I'm fairly new to Zenworks and haven't quite figured out how to block that feature. The reason being that we want to run a scripted wakeup/reboot every sunday instead. Besides, if the user runs a regular reboot ZCM won't register it as successful.

Can someone with more experience help me?

Best regards, Nils.

Problem with O365 driver with O365 Exchange Online on yes

$
0
0
Hi my name is Sebastjan and i am trying to learn IDM but I have some problems configuring everything.

Specs:
IDM 4.6
Designer 4.6.1

My plan is to use our Working environment servers and Trial Office 365 account to test how to provision users to O365 through Remote Loader (Windows 2012)
I have installed everything like documentation said.

My problem is that if i enable Office 365 Exchange Online(yes) under Driver>Properties>Driver Configuration > Driver Parameters > Subscriber Options, driver crashes.
Exchange and PowerShell service is set to on.

I have raised trace level on both IDV and Remote loader, but based on logs I don't recognize what I did wrong.
When i try to start driver from within Designer, it returns that driver is started, but if later i check status its turned off.


Complete Logs for driver is in attachment (check for Fatal).

Does anyone know how to fix this?

I hope i have given enough information about error. If not please let me know what i need to append.

Regards
Sebastjan
Attached Files

Auditing user access to files

$
0
0
Hi Guys

We're handling very sensitive material here, and are having problems with users using cloudservices. This should fit nicely with the Filr product.
Being an 'old' Novell guy I of course remembered this excellent product, and I've quickly set up a test on three servers.
I've been testing it a bit, and one of the things I would like to show my collegues is the ability to see what a user has done through the system, and in my opinion that should be shown with the Report: Reports-> User Activity Report -> Report Workspace or Folder Activity...
But if I produce it, it doesn't show the tasks I've performed. How soon after performing the actions is it reflected in the report?

Best regards
Fribse

Transfer Review Definitions from AR 1.5 to IG 2.5.1

$
0
0
Hi,
is there a way to export review definitions from an Access Review 1.5 installation and import them into an Identity Governance 2.5.1 installation?

regards
Daniel

iPrint Portal Code

$
0
0
Where can I find the angular / html markup for the portal page to make some very minor modifications as there does not appear to be any configuration options for appearance

The install is a mass of symbolic links and there is web content everywhere so tracking down the directory path to the web content is looking for a needle in a haystack!

Thanks

Exporting Documents from GW Library

$
0
0
Are there any tools for Exporting documents from Groupwise?

I can drag and drop to a folder on the desktop but its unreliable / slow

read Entry View Element value for JSP element usage

$
0
0
Hello,
could you help me please? I need read custom entry element value from actual opened entry and use it in the same entry in the custom jsp. Something like ${ssUser.id} but for custom element value. Than I use it for SQL Select .....

Thanks,

Jakub

Bulk create resource associations

$
0
0
Hello all,

While I continue to try and make the web service calls work, I wanted to put the question out to the community. Is there any method to bulk create resource associations to roles with EntitlementParam values. Consider a case where the resource represents an entitlement, like a group membership, and the role represents a group of users, and the association contains the parameters, the group to which the role members should be assigned.

How does one bulk load this sort of data? Or is one limited to the web UI and doing it by hand (or the web service with code, which I am trying to do now)?

Thanks,
Mike

Protected Application Error Handling for NAM

$
0
0
Good day,

I have 5 applications protected with NAM 4.3 all by the policy of FormFill. One of the applications is OWA which when it generates an error at the moment of entering, said error generates it and reflects in the url which I can detect and direct to another page like the one of initiation for example.

The problem is that the rest of the applications when they generate some error at the moment of the entry do not do it through the url if they do not properly display a popup screen of the error or show it in the screen of session of session of the application.

As I can detect through NAM these applications fail to do so by a url and then redirect them to another url that has a message or NAM home screen.

Thanks in advance.

I screwed up and deleted my own filr account. Options?

$
0
0
I have my appliance authenticating against my eDirectory environment.
LDAP synching does nothing.

I am still listed as an administrator, and when I log into Filr, I can see files and folders, but my home folder environment is missing, and I cannot add myself to the net folders for granting sharing rights.
Is there any way to force Filr to re-recognize my LDAP identity ?

Dell 7480 with dock, Repositry not found.

forced to use GW - Looking for useful resources

$
0
0
I'm forced to use Groupwise - at least for now !

Looking for useful resources like this https://support.office.com/en-gb/art...e-5de8be0544c9

I was told GW was an old mature product and would be able to find tons of resources
but having had a quick look - I can't may good quality / easy to follow resources
Viewing all 11924 articles
Browse latest View live