Groupwise Logging

Hi all
I am a tech guy , works on a SIEM product to integrate groupwise 2012 with our SIEM product.for that i have been trying to analysis the logs which has been logged by groupwise agents.but no luck yet whatever i have tried with....
there are the procedure i tried
Installed eDirectory on SLES11
installed groupwise on SLES 11
configured groupwise for basic functions ,such as send and receive emails between mail boxes..it works !!!!
i have configure MTA message logging by using these setting
logging level :verbose
Message log path :left it as default
and checked all four options to get all logs to be written in log files.
Delete report after: 10 days
done for POA also
changed the logging level to verbose
ok,coming to the problem,
1.logs are being written to MTA and POA log files but logs are just configuration logs ,,
2.i have restarted rcgroupwise agents not log is written which mentions like agent goes down or up ,,nothing i found like that
3.and i have moved database file from installation directory to check whether POA and MTA fails to start,agents failed to start even though logs are not written ,,
please currect me if i have missed any configurations or guide me if i am in wrong ,,,thanks ,,hop u all understood my Question\
responses would be highly appreciated
Thanks

A SIEM usually cares about security events (I'm sure you know this... just
making a point)), and GW's logs are logs, not audits, so they focus more
on functionality of the system internally, primarily for troubleshooting
purposes. Trying to pull out security-related data maybe possible, but
the vast majority of what is in the verbose logs will be junk in a SIEM.
I believe there is an enhancement request in to add a proper auditing
method, whether that be a file or sending out onto the wire, but I have
not seen that feature released (not that I've gone looking lately).
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below...

Similar Messages

  • MTA Message Logging Application.

    Hi,
    Apologies if this isn't the ideal place to post this question but I was
    advised by Novell Support to begin in the Development section and there
    doesn't appear to be a good match with any of the forums. If you know of
    a more appropriate forum, please advise.
    I've been asked to develop an application that can run through GroupWise
    6.04 MTA message logging files and collect basic statistics on message
    flow e.g. the total number of messages transferred, their direction and
    destination domain etc.
    Can anyone tell me how to interpret these log files? I imagine that any
    response would entail more than a simple email so hopefully somebody
    somewhere knows of a document that explains the log file format, key words
    etc. and can point me in the right direction.
    Thanks in advance,
    Andy

    Hi David,
    Perfect. This is just what I was looking for.
    Many thanks to you and Duane for all the help.
    Andy
    David Mair wrote:
    > Andy,
    > I received a message from Duane on the GroupWise team yesterday evening.
    > There's a TID that documents the GroupWise log format. You can find it here:
    >
    http://support.novell.com/techcenter...alogId=2320817
    > I hope this helps. Good luck with the project.
    > David Mair wrote:
    > > Andy Cooper wrote:
    > >
    > >>Hi David,
    > >>
    > >>The date (month and day, but no year!) can be determined from the file
    > >>name (mmddMSG.nnn).
    > >
    > >
    > > stat the file, the year should be in the timestamp.
    > >
    > >
    > >>Many thanks in advance for your help on this. I'll keep my fingers
    > >>crossed that someone somewhere has the documentation to hand.
    > >
    > >
    > > I sent a message to one of the GroupWise guys. Post again if I haven't
    > > responded within a day or two. Mike hasn't opened my message yet but he
    > > may be on vacation.
    > >
    > >
    > >>David Mair wrote:
    > >>
    > >>
    > >>
    > >>>Andy Cooper wrote:
    > >>>
    > >>>
    > >>>>Hi David,
    > >>>>
    > >>>>Thanks for the response.
    > >>>>
    > >>>>The log files are in plain text. My problem is in interpreting the
    > >>>>contents. A random sample is:
    > >>>>
    > >>>>17:00:39 ARR
    > >>>>
    > >>
    >
    >>MSG,LEVAVASS,43298C91.758:19:18868,x04847206,unh cr.ch,UNHCRHQ,SWIGE02,UNHCRHQ,2564,4,ofs,0,0,Inter net.mime{1}
    > >>
    > >>
    > >>>>17:00:39 QUE x04847206,HOP,HubInet,1
    > >>>>17:00:39 TRN Hub.Remote,x04847205,3044,50
    > >>>>17:00:39 ARR
    > >>>>
    > >>
    >
    >>STS,DUREAU,432989E7.B55:13:16097,x04847207,unhcr .ch,UNHCRVENCA,PO,UNHCRHQ,1216,5,ofs,0,5,UNHCRVENC A.PO{1}
    > >>
    > >>
    > >>
    > >>>Interesting that there is no immediately obvious date
    > >>
    > >>
    > >>>>I can make educated guesses that 17:00:39 represents a time, ARR means
    > >>>>inbound, QUE means queue, TRN - Transfer. The kind of information I need
    > >>>>to know is:
    > >>>>
    > >>>>What log event types exist?
    > >>>>What format does each log event have i.e. how are the fields delimited?
    > >>
    > >>
    > >>>It looks like a fairly simple regular expression. I'd have to sit down
    > >>>with a script and work out the multiple split character handling but it
    > >>>is fairly obviously two colon delimiters to split the three time
    > >>>elements. Spaces to delimit the record type then commas for the rest. I
    > >>>can see an obvious way to do it with a match and a split in perl or in a
    > >>>monolithic regexp match but I'd rather not commit since I'm certain
    > >>>there is likely to be a trivialisation possible.
    > >>
    > >>
    > >>>>What does each field represent?
    > >>>>What are the limits/rules to each field? e.g. Can ARR be followed by
    > >>>>anything other than MSG, STS or ADM?
    > >>>>
    > >>>>It might be possible, using lots of log files to empirically determine
    > >>>>patterns (rules) and make educated guesses as to the field meanings but I
    > >>>>was hoping that Novell have documented how their message logging files
    are
    > >>>>composed. Does anyone have this documentation?
    > >>
    > >>
    > >>>If this is not documented at the support site (either in a TID or
    > >>>product documentation) then it is probably not documented. There must be
    > >>>some expectation that the log can be used to determine problems so I've
    > >>>sent an e-mail message to one of the GroupWise engineers that I know to
    > >>>see if I can get some details (absolutely no promises though). In the
    > >>>meantime, I believe a few of the GroupWise guys and a few other GW
    > >>>experts read these groups so they may beat me to the punch.
    > >>
    > >>
    > >>>>David Mair wrote:
    > >>>>
    > >>>>
    > >>>>
    > >>>>
    > >>>>>CooperA wrote:
    > >>>>>
    > >>>>>
    > >>>>>
    > >>>>>>Hi,
    > >>>>>>
    > >>>>>>Apologies if this isn't the ideal place to post this question but I was
    > >>>>>>advised by Novell Support to begin in the Development section and there
    > >>>>>>doesn't appear to be a good match with any of the forums. If you know
    of
    > >>>>>>a more appropriate forum, please advise.
    > >>>>>>
    > >>>>>>I've been asked to develop an application that can run through
    GroupWise
    > >>>>>>6.04 MTA message logging files and collect basic statistics on message
    > >>>>>>flow e.g. the total number of messages transferred, their direction and
    > >>>>>>destination domain etc.
    > >>>>>>
    > >>>>>>Can anyone tell me how to interpret these log files? I imagine that
    any
    > >>>>>>response would entail more than a simple email so hopefully somebody
    > >>>>>>somewhere knows of a document that explains the log file format, key
    words
    > >>>>>>etc. and can point me in the right direction.
    > >>>>
    > >>>>
    > >>>>>If the logs are in a text format then languages like Perl and PHP have
    > >>>>>very powerful text analysis capabilities via regular expressions. I use
    > >>>>>PHP to distill my web server logs into a MySQL database daily.
    > >>>>
    > >>>>
    > >>>>>If the logs are binary then there is a good chance the format is
    > >>>>>undocumented and proprietary I'm afraid.
    > >>>>
    > >>>>
    > >>>>
    > >>

  • Silent installation fails registering gwab1.ocx file on W7

    Silent installation is failing for GroupWise Windows Client 8.0.3 HP2 and HP3 on Windows 7 Sp1.
    Problem is very similiar to KB7005755
    Support | Silent installation fails registering gwab1.ocx file on Windows 7.
    C++ 10 is already installed
    I also installed C++ 2005 (version that comes with GroupWise Client)
    Install occuring in the following order
    WSE3.msi
    MSXML.MSI
    groupwise.msi
    msiexec /i groupwise.msi transform=groupwiseNONotify.mst /passive /L*V c:\gw.log
    or via ZCM 11.2 Install MSI
    /i "groupwise.msi" /qb /passive
    Experiencing same problem whether I run with batch file or ZCM 11.2
    User is in the Administer Group. UAC is off.
    Transform created using GroupWise 8 Tuner.
    Install rolls back after putting GroupWise icon on desktop.
    Below is an extraction from the verbose msi log:
    MSI (s) (A4:0C) [10:59:10:701]: Executing op: RegAddValue(,Value=IADDLMembersIterator,)
    MSI (s) (A4:0C) [10:59:10:701]: Executing op: ActionStart(Name=SelfRegModules,Description=Regist ering modules,Template=File: [1], Folder: [2])
    MSI (s) (A4:0C) [10:59:10:701]: Executing op: ProgressTotal(Total=24,Type=1,ByteEquivalent=13000 00)
    MSI (s) (A4:0C) [10:59:10:701]: Executing op: SetTargetFolder(Folder=C:\Program Files\Novell\GroupWise\)
    MSI (s) (A4:0C) [10:59:10:701]: Executing op: RegSelfReg(File=gwab1.ocx,FileID=gwab1.ocx)
    CustomAction +gwab1.ocx returned actual error code -2147010895 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (A4:0C) [10:59:11:613]: Product: GroupWise -- Error 1904.Module C:\Program Files\Novell\GroupWise\gwab1.ocx failed to register. HRESULT -2147010895. Contact your support personnel.
    Error 1904.Module C:\Program Files\Novell\GroupWise\gwab1.ocx failed to register. HRESULT -2147010895. Contact your support personnel.
    MSI (s) (A4:0C) [10:59:11:663]: User policy value 'DisableRollback' is 0
    MSI (s) (A4:0C) [10:59:11:663]: Machine policy value 'DisableRollback' is 0
    Action ended 10:59:11: InstallFinalize. Return value 3.
    MSI (s) (A4:0C) [10:59:11:683]: Executing op: Header(Signature=1397708873,Version=500,Timestamp= 1116821301,LangId=1033,Platform=0,ScriptType=2,Scr iptMajorVersion=21,ScriptMinorVersion=4,ScriptAttr ibutes=1)

    I tried the following:
    -Rename WMS.exe to WMS.exe.old to make sure it will not get installed.
    -Create an application for CDO and put that application as a pre requisite for Groupwise.
    In my task sequence, before groupwise is being installed, the CDO component will get installed first.
    In my latest test, the installation of groupwise failed with the same error message then before.
    For the installation step, I am using this command line: "WIN32\setup.exe" /s /V"/qn /le C:\Groupwise.log"
    The task sequence will download the files into is cache then start the install appending the path to the exe file to the command line. All the files are present in the cache folder.
    The VCRedist 2005 is installed prior to the installation by another software but I did made some test that let Groupwise installed is own VCRedist. Still an error message.
    The exact error message is: Error 1904.Module C:\Program Files (x86)\Novell\Groupwise\gwab1.ocx failed to register. HRESULT -2147010895. Contact your support personnel.
    I am deploying Groupwise during a task sequence on Windows 7 SP1 with IE9 and .Net 4.0 installed with some update. At the moment groupwise is installed as the second software.
    The version being installed is gw8.0.3HP3_client_win_multi.
    When installing the previous version, using the same exact task sequence, there is no error and the installation is done.
    I did validate that the Windows NT Messaging was not installed.
    If I can provide any othe information please let me know.
    Mathieu

  • User sees no Mail or other data on mobile device

    I recently added a new user to our Mobility server. The initial user synch
    took a lot longer than normal, considering the size of the user mailbox.
    On setting up the user's mobile device (android 4.1.2) the device links and
    synchronizes to the account, but no mail's contacts, calendar items get
    synchronised to the device. The folders are present (only a cabinet with no
    subfolders though) but they are all empty
    The mobility log seem so be linking to the user account, but there are many
    messages like...
    2013-06-05 17:05:30.759 INFO [BackgroundWorkMonitor_Thread]
    [backgroundWorkMonitor:575] [userID:cn=RogerN,ou=USERS,o=ISANDO] [eventID:]
    [objectID:] [Monitor] User requesting more data for their device:
    cn=RogerN,ou=USERS,o=ISANDO
    The user has no mailbox size restrictions
    In addition, on the device settings / Device folders of the user account
    there is only a /Cabinet folder, without any of the subordinate folders
    listed.
    In the connector monitoring information screen all pending and synced items
    are 0
    I have tried removing and re-adding the user to no avail. Also it is not a
    device issue as adding the account to another device gives the same issue.
    We are on Version 1.2.5 Build 299
    Any help would be appreciated

    Additional Data for this issue.
    Tried adding another user and had the same issue, but some users can be
    added with no problem.
    Getting this sort of posting for each folder/entry in the GroupWise log;
    2013-06-06 07:45:21.868 INFO [CP WSGIServer Thread-3] [AppInterface:1214]
    [userID:] [eventID:] [objectID:] [] Received a new event from Groupwise.
    ItemId: 3B8E133A.ESP_DOM.ESP_PO.100.1617666.1.532.1|rogern
    2013-06-06 07:45:21.869 INFO [CP WSGIServer Thread-3] [AppInterface:1283]
    [userID:rogern] [eventID:] [objectID:] [] Sending event to SyncEngine.
    Event:
    <event xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <custom>
    <preEventMappingEventType>sync</preEventMappingEventType>
    </custom>
    <metadata>
    <objectID>3B8E133A.ESP_DOM.ESP_PO.100.1617666.1.53 2.1|rogern</objectID>
    <sourceName>rogern</sourceName>
    <sourceType>user</sourceType>
    <type>add</type>
    <folder>
    <id>3B8E133A.ESP_DOM.ESP_PO.100.1617666.1.532.1|ro gern</id>
    <parent>D.espdo.esppo.100.0.1.0.1|rogern</parent>
    </folder>
    <from-sync>true</from-sync>
    <destination>default.pipeline1.mobility</destination>
    <sendTime>2013-06-06T07:45:21.869286</sendTime>
    </metadata>
    <item xmlns:gwt="http://schemas.novell.com/2005/01/GroupWise/types"
    xsi:type="gwt:Folder" type="Folder">
    <gwt:name>warranty</gwt:name>
    <gwt:modified>2010-08-03T11:28:34Z</gwt:modified>
    <gwt:sequence>1</gwt:sequence>
    </item>
    </event>
    2013-06-06 07:45:21.871 WARNING [CP WSGIServer Thread-3] [engine:985]
    [userID:] [eventID:] [objectID:] [Engine] Source conversion status: DROPPED
    (default.pipeline1.groupwise -
    3B8E133A.ESP_DOM.ESP_PO.100.1617666.1.532.1|rogern )
    seems there is something in the user account that need fixing up
    Mark Behrens
    "Mark Behrens" wrote in message
    news:[email protected]...
    I recently added a new user to our Mobility server. The initial user synch
    took a lot longer than normal, considering the size of the user mailbox.
    On setting up the user's mobile device (android 4.1.2) the device links and
    synchronizes to the account, but no mail's contacts, calendar items get
    synchronised to the device. The folders are present (only a cabinet with no
    subfolders though) but they are all empty
    The mobility log seem so be linking to the user account, but there are many
    messages like...
    2013-06-05 17:05:30.759 INFO [BackgroundWorkMonitor_Thread]
    [backgroundWorkMonitor:575] [userID:cn=RogerN,ou=USERS,o=ISANDO] [eventID:]
    [objectID:] [Monitor] User requesting more data for their device:
    cn=RogerN,ou=USERS,o=ISANDO
    The user has no mailbox size restrictions
    In addition, on the device settings / Device folders of the user account
    there is only a /Cabinet folder, without any of the subordinate folders
    listed.
    In the connector monitoring information screen all pending and synced items
    are 0
    I have tried removing and re-adding the user to no avail. Also it is not a
    device issue as adding the account to another device gives the same issue.
    We are on Version 1.2.5 Build 299
    Any help would be appreciated

  • W7 Installation Fails

    Tech Specs:
    2010 Macbook Pro 15'
    OSX Lion
    Windows 7 Home Premium Install Disk
    Before updating to OSX Lion my windows 7 partition would not load up and would show the folder with the question mark on it. I deleted it and waited until I got home with an internet connection to get Lion and reinstall.
    After I updated, bootcamp would not let me creat a new partition, asking me to back up my data and restore the computer. I repaired the disk via the Lion recover HD thing and now I can create a partition once more.
    Anyway, I create the partition in bootcamp and install the W7 install disk. everything loads, and at the first restart, the computer restarts and goes to a screen that says something like press any key to boot from disk, at this point, the keyboard or mouse dont work so its left to go on, and then the screen with the question mark folder appears and dissapears going back to the "press any key" screen. the prcess repeats untill I shut of the computer via power button. anyone have a solution>

    I tried the following:
    -Rename WMS.exe to WMS.exe.old to make sure it will not get installed.
    -Create an application for CDO and put that application as a pre requisite for Groupwise.
    In my task sequence, before groupwise is being installed, the CDO component will get installed first.
    In my latest test, the installation of groupwise failed with the same error message then before.
    For the installation step, I am using this command line: "WIN32\setup.exe" /s /V"/qn /le C:\Groupwise.log"
    The task sequence will download the files into is cache then start the install appending the path to the exe file to the command line. All the files are present in the cache folder.
    The VCRedist 2005 is installed prior to the installation by another software but I did made some test that let Groupwise installed is own VCRedist. Still an error message.
    The exact error message is: Error 1904.Module C:\Program Files (x86)\Novell\Groupwise\gwab1.ocx failed to register. HRESULT -2147010895. Contact your support personnel.
    I am deploying Groupwise during a task sequence on Windows 7 SP1 with IE9 and .Net 4.0 installed with some update. At the moment groupwise is installed as the second software.
    The version being installed is gw8.0.3HP3_client_win_multi.
    When installing the previous version, using the same exact task sequence, there is no error and the installation is done.
    I did validate that the Windows NT Messaging was not installed.
    If I can provide any othe information please let me know.
    Mathieu

  • Server core

    Have a sles11sp3 / oes11sp2 box running my GW2012sp2 primary post
    office and mta. It also runs GW messenger 2.2.2 and has sophos a/v on
    it (v9.6.1).
    I have a little portal page I inserted into the folder structure of
    apache2.
    About 10 minutes ago, I tried to bring up a secondary page from said
    portal and my sles box cored.
    Wondering the best way to get this core file analyzed, either by
    someone here or NTS. Kicker is the core file is 2.5GB in size.
    Any suggestions?
    Stevo

    Originally Posted by Stevo
    kjhurni sounds like they 'said':
    > If it's GroupWise that made the core, isn't there a special .sh file
    > you need to create? There's a TID for GroupWise Cores.
    > I thought that general Linux OS cores were handled differently than
    > novell-getcore (only ever seen that for GroupWise stuff)
    >
    > But it's been a while.
    So my response to kjhurni's comment is...
    That's the thing, I don't know what caused the server to core.
    Stevo
    To my knowledge (and I could be wrong), in order for a core file to be generated, you'd have to have configured "some" file to write a core. The 3 to my knowledge are GroupWise, the LInux OS itself and eDirectory (probably via the same method as the OS).
    Do you recall if you've edited/adjusted the files to get a coredump?
    And hopefully which one?
    If it's GroupWise you should have a file like:
    core.XXXXX
    where XXXXX = some PID # an it should match one of the pid.XXXXX that's in the GroupWise /logs directory (depends on if it was POA, MTA, etc.)
    Then you follow that TID to create the .sh file that uses novell-getcore to get the contents and zip it up for sending to Novell.
    --Kevin

  • Blank HTML messages in Webaccess

    ok I see a few posts about this, and not a lot of answer, but I don't see anyone mentioning what I have found.
    Same as others, my users go into webaccess and they can view text e-mails just fine, but HTML formatted messages appear blank. From the desktop client everything works fine, but no in the web client.
    Here's what I haven't found mentioned here. I have my agents installed on OES2 (not SP1) and I am using GW 703, and have been since this server was installed, but my / (root) is out of disk space.
    I can clean up some log files give the GWDVA a few minutes or a restart and it works until some log files build back up and cause the server to run out of space again. This, unlike on a NetWare or Windows box does not appear to affect the OS. (got to love Linux) but it does affect the GWDVA. If I issue a rcgrpwise status command in an SSH session I get unused next to GWDVA.
    So I have moved all of the groupwise logs (POA, MTA, GWIA, WEBACC) to the NSS volume attached to the server that has ample room. It helped a little, but this still rears its ugly head every few days.
    What part of GWDVA is dependent on there being free space on / and can I force it to use the NSS volume as well.
    One more note for the guy who wrote the EVMS documentation posted at novell.com/documentation, go over your notes again, and please try to write in the future with we newbies in mind. Perhaps a footnote that says, just because you know partitioning in NetWare and Windows, does not mean you understand it for Linux. (sorry had to get that off my chest)
    Any help here wold be very appreciated. Thanks everyone.

    jtreadwell,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Re-sync address book entries

    Hi,
    I get contact information from GroupWise to Sugar and vice versa, but I can't get changes to be synced.
    Means, I create an address book entry in GW, the contact will be transferred to Sugar.
    In Sugar I do some changes, but these changes will never be synced back to GW.
    What must I do to get these running?
    Best regards,
    Dirk

    Here is the XML for the GroupWise connector:
    <connector>
    <settings>
    <common>
    <caching>disabled</caching>
    <type>groupwise</type>
    <startup>auto</startup>
    <log>
    <failures>off</failures>
    <verbose>off</verbose>
    <file>default.pipeline1.groupwise.log</file>
    <level>info</level>
    </log>
    <folderSupport>1</folderSupport>
    </common>
    <custom>
    <attachmentMaxSize>500</attachmentMaxSize>
    <soapServer>http://xxx.xxx.xxx.xxx:7191/soap</soapServer>
    <Group>0</Group>
    <sweepCycleLength>3600</sweepCycleLength>
    <DocumentRef>0</DocumentRef>
    <Note>1</Note>
    <Mail>1</Mail>
    <Folder>1</Folder>
    <port>4500</port>
    <configureUsersOn>tableAdd</configureUsersOn>
    <Appointment>1</Appointment>
    <trustedAppKey>XXXXXXXXXXXXXXXX</trustedAppKey>
    <version>GW8SP2</version>
    <ignoreEventsAfter>30</ignoreEventsAfter>
    <modifyEvents>
    <AddressBookItemModify>1</AddressBookItemModify>
    <ItemUnarchive>1</ItemUnarchive>
    <FolderAccept>0</FolderAccept>
    <FolderModify>1</FolderModify>
    <ItemAccept>1</ItemAccept>
    <ItemMarkUnread>1</ItemMarkUnread>
    <ItemDecline>1</ItemDecline>
    <ItemModify>1</ItemModify>
    <AddressBookModify>1</AddressBookModify>
    <ItemMarkUnprivate>1</ItemMarkUnprivate>
    <ItemUncomplete>1</ItemUncomplete>
    <ItemUnaccept>1</ItemUnaccept>
    <ItemComplete>1</ItemComplete>
    <ProxyAccessModify>0</ProxyAccessModify>
    <ItemMarkRead>1</ItemMarkRead>
    <ItemMarkPrivate>1</ItemMarkPrivate>
    <ItemArchive>1</ItemArchive>
    </modifyEvents>
    <debugSuds>0</debugSuds>
    <CalendarItem>0</CalendarItem>
    <Task>1</Task>
    <Resource>0</Resource>
    <PhoneMessage>0</PhoneMessage>
    <addEvents>
    <PersonalGroupItemAdd>0</PersonalGroupItemAdd>
    <AddressBookAdd>1</AddressBookAdd>
    <AddressBookItemAdd>1</AddressBookItemAdd>
    <FolderItemAdd>1</FolderItemAdd>
    <FolderAdd>1</FolderAdd>
    <ProxyAccessAdd>0</ProxyAccessAdd>
    </addEvents>
    <moveEvents>
    <FolderItemMove>1</FolderItemMove>
    </moveEvents>
    <Contact>1</Contact>
    <deleteEvents>
    <ItemUndelete>1</ItemUndelete>
    <FolderDelete>1</FolderDelete>
    <ItemDelete>1</ItemDelete>
    <PersonalGroupItemDelete>0</PersonalGroupItemDelete>
    <AddressBookItemDelete>1</AddressBookItemDelete>
    <ItemPurge>1</ItemPurge>
    <FolderItemDelete>1</FolderItemDelete>
    <ProxyAccessDelete>0</ProxyAccessDelete>
    <AddressBookDelete>1</AddressBookDelete>
    </deleteEvents>
    <debugSudsLogfileLocation/>
    <Organization>0</Organization>
    <trustedAppName>XXXXXXXXXXX</trustedAppName>
    <clearEventCache>0</clearEventCache>
    <numWorkers>4</numWorkers>
    <listeningLocation>10.168.67.120</listeningLocation>
    <blockHiddenAttachments>1</blockHiddenAttachments>
    </custom>
    </settings>
    </connector>
    The GroupWise Connector for the User is configured to sync the correct addressbook and all settings are enabled.
    The Sugar-CRM Connector for the User has all settings enabled.
    >>> jfosterqa<[email protected]> schrieb am Donnerstag, 4. November 2010 um 18:36 in Nachricht <[email protected]>:
    I would check the address books you have selected for the user. If theaddress book isn't selected on the groupwise connector it probably won'tget the changes. If the correct one is selected we might have to dosome closer inspection-- jfosterqa------------------------------------------------------------------------jfosterqa's Profile: http://forums.novell.com/member.php?userid=67313View this thread: http://forums.novell.com/showthread.php?t=425120

  • Last time an account logged into GroupWise 2012

    Hello,
    I am looking for a way to find out when the last time a GroupWise account has been accessed. I see the "Last Client Login" in ConsoleOne but I am pretty sure that just covers when the last time that account used the GroupWise client to access their account. I am hoping to find a solution that will encompass all access methods (client, IMAP, POP, webaccess, Novell Data Sync).
    This is needed so I can provide a report to my HR dept. They need to know if certain accounts are still active. Thanks in advance for the help!

    timatmillikin sounds like they 'said':
    >
    > Hello,
    >
    > I am looking for a way to find out when the last time a GroupWise
    > account has been accessed. I see the "Last Client Login" in ConsoleOne
    > but I am pretty sure that just covers when the last time that account
    > used the GroupWise client to access their account. I am hoping to
    > find a solution that will encompass all access methods (client, IMAP,
    > POP, webaccess, Novell Data Sync).
    >
    > This is needed so I can provide a report to my HR dept. They need to
    > know if certain accounts are still active. Thanks in advance for the
    > help!
    So my response to timatmillikin's comment is...
    I believe you can run an audit in C1 for the post office (highlight
    P.O., Tools, Utilities, Mailbox Maint, in the dropdown is an audit
    report). In here you can specify how far back you want to check if
    users have logged in.
    Not sure if this counts things like datasync, but it might.
    Stevo

  • 2.1 Upgrade can not log in as Admin

    I upgraded from 2.0 to 2.1
    ran the update.sh
    verified the version
    When I go to log into the Webadmin using my adin login, I only get
    access to "end user" features.
    What file contains the admin login information on the gms server ?
    Also, what does the previewfeature script enable ?
    Steve

    Thanks - YES - root does work ....
    The Admin section of the configengine.xml has not changes and I can see
    the 2 users who have admin rights.
    The web interface comes back with the message :
    Invalid user name or password
    I'm using GW authentication
    For now I'm ok as long as I can manage GMS
    Steve
    Andy Konecny wrote:
    > In article <aupFw.4404$[email protected] m>,
    > Steve wrote:
    > > When I go to log into the Webadmin using my admin login, I only get
    > > access to "end user" features.
    >
    > Can you get in as the root account of that user?
    > Are you using LDAP or GroupWise authentication?
    > The documentation on the topic should point you in the right
    > direction.
    > Https://www.novell.com/documentation...gwmob2_guide_a
    > d min/data/admin_con_admin.html
    >
    > and if you are still stumped, post more details.
    >
    > I believe the Previewfeature represents some of the new functionality
    > that has been added, but isn't quite finalized yet. Specifically I
    > believe it is the First Look support for the Microsoft Outlook client.
    >
    >
    > Andy of
    > http://KonecnyConsulting.ca in Toronto
    > Knowledge Partner
    > http://forums.novell.com/member.php/75037-konecnya
    > If you find a post helpful and are logged in the Web interface,
    > please show your appreciation by clicking on the star below. Thanks!

  • Abend on 6.5 sp 8 after latest Groupwise 6.5 patch

    I believe I have patched everything that I can and am still having abends about every 2 weeks. Can anyone tell me if I've missed something?
    Novell Open Enterprise Server, NetWare 6.5
    PVER: 6.50.08
    Server EMPIRE_XXX halted Wednesday, July 18, 2012 1:41:14.174 pm
    Abend 1 on P07: Server-5.70.08: Page Fault Processor Exception (Error code 00000000)
    Registers:
    CS = 0008 DS = 0023 ES = 0023 FS = 0023 GS = 0023 SS = 0010
    EAX = 00000000 EBX = 540D66C0 ECX = 535D8D80 EDX = 82F2D430
    ESI = 61422D58 EDI = A2CB6302 EBP = A3A61308 ESP = A3A612E0
    EIP = A3E109BD FLAGS = 00010296
    A3E109BD FF560C CALL near ptr [ESI+0C]=?
    EIP in GWENN4.NLM at code start +001E59BDh
    Access Location: 0x61422D64
    The violation occurred while processing the following instruction:
    A3E109BD FF560C CALL near ptr [ESI+0C]
    A3E109C0 89C7 MOV EDI, EAX
    A3E109C2 85FF TEST EDI, EDI
    A3E109C4 7423 JZ A3E109E9
    A3E109C6 31D2 XOR EDX, EDX
    A3E109C8 89D9 MOV ECX, EBX
    A3E109CA 8955F0 MOV [EBP-10], EDX
    A3E109CD 8B31 MOV ESI, [ECX]
    A3E109CF 8D45F0 LEA EAX, [EBP-10]
    A3E109D2 50 PUSH EAX
    Running process: GWPOA-Worker_7 Process
    Thread Owned by NLM: GWPOA.NLM
    Stack pointer: A3A60B30
    OS Stack limit: A3A56200
    Scheduling priority: 67371008
    Wait state: 3030070 Yielded CPU
    Stack: --0000A55B (LOADER.NLM|KernelAddressSpace+A55B)
    -A2CE5CA0 (GWENN4.NLM|GWENN4@WPCPrefix+E710)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --42C07780 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A9117400 ?
    90185F0E (THREADS.NLM|SignalLocalSemaphore+A)
    -A2D66888 (GWENN4.NLM|GWENN4@From11BToZen+9F25)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --540D66C0 ?
    --A3A61318 ?
    A3E107CC (GWENN4.NLM|GWENN4@_NgwDocFolderAutoPurge+78C)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --A3A6134C ?
    --A3A6132C ?
    A406276B (GWENN4.NLM|GWENN4@TKMakeWerr+44B)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --A3A6135C ?
    A3E10E02 (GWENN4.NLM|GWENN4@_NgwDocFolderAutoPurge+DC2)
    --A35C5060 ?
    --A3A6134C ?
    -A2D66888 (GWENN4.NLM|GWENN4@From11BToZen+9F25)
    A3D71B5E (GWENN4.NLM|GWENN4@NgwDMSessionInit+3DE)
    --42C07780 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --540D66C0 ?
    -A2D66888 (GWENN4.NLM|GWENN4@From11BToZen+9F25)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --BBD46E64 ?
    --A3A61378 ?
    A3E342C9 (GWENN4.NLM|GWENN4@?_ProcessView%NgwOFPersistentOb ject%%MAEXPAURead_Options%%W1FieldsFlag%NgwOFAttri buteSet%%H%Z+5819)
    A406A47D (GWENN4.NLM|GWENN4@?LockObject%NgwOFBase%%UAEHK%Z+ 9D)
    --42C07780 ?
    -A2D66888 (GWENN4.NLM|GWENN4@From11BToZen+9F25)
    --BBD46E64 ?
    -A2CBAB70 ?
    --A3A61388 ?
    A3E3428C (GWENN4.NLM|GWENN4@?_ProcessView%NgwOFPersistentOb ject%%MAEXPAURead_Options%%W1FieldsFlag%NgwOFAttri buteSet%%H%Z+57DC)
    --BBD46E60 ?
    -A2CBAB70 ?
    --A3A61398 ?
    A3F03063 (GWENN4.NLM|GWENN4@NgwFGetUserType+103)
    -A2CC22A8 ?
    --A3A613C4 ?
    --A3A613AC ?
    A406276B (GWENN4.NLM|GWENN4@TKMakeWerr+44B)
    -A2CC22A8 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    -A2CC22A8 ?
    --A3A613D4 ?
    A3F03140 (GWENN4.NLM|GWENN4@NgwFGetUserType+1E0)
    --A35C5060 ?
    --A3A613C4 ?
    -A2D66888 (GWENN4.NLM|GWENN4@From11BToZen+9F25)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --BBD46E60 ?
    --42C07780 ?
    -A2CC22A8 ?
    --5C993900 ?
    --A3A613F8 ?
    A3E1EAE3 (GWENN4.NLM|GWENN4@?GetProcess%NgwOFEngineAttribut eSet%%UBEPAVNgwIProcess%%XZ+A33)
    --A3A614B8 ?
    --540D66C0 ?
    --BBD46E60 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --5C993900 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A3A614B8 ?
    --A3A61428 ?
    A3EAA94F (GWENN4.NLM|GWENN4@WpeLogout+CF)
    --5C993900 ?
    --5C993ADC ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --5D7A7662 ?
    --5C993900 ?
    --5C993900 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --E8A00002 ?
    --7E3606D4 ?
    --A37C02C0 ?
    --A3A61518 ?
    A3E87889 (GWENN4.NLM|GWENN4@WpeDistributeUser+1429)
    --A3A614B8 ?
    A3CC3652 (GWENN4.NLM|GWENN4@OpcUnlockLDict+52)
    --5D7A7662 ?
    --0000000F (LOADER.NLM|KernelAddressSpace+F)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A3A6146C ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --A3A617B0 ?
    --A3A6146C ?
    --9E7215AC ?
    --5D7A762B ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --540D1020 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    Additional Information:
    The CPU encountered a problem executing code in GWENN4.NLM. The problem may be in that module or in data passed to that module by a process owned by GWPOA.NLM.
    Loaded Modules:
    MONITOR.NLM NetWare Console Monitor
    Version 12.02.02 April 4, 2006
    Code Address: B3F8F000h Length: 00022BEFh
    Data Address: B3603000h Length: 00005F15h
    GWMTA.NLM GroupWise MTA (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A33D6000h Length: 0016432Bh
    Data Address: A353B000h Length: 0004D08Ah
    GWPOA.NLM GroupWise Post Office Agent (Release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2F4E000h Length: 001871F2h
    Data Address: A3376000h Length: 0005F929h
    XGCAL40.NLM XIS GroupWise Calendar (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2E02000h Length: 000117ABh
    Data Address: A2E14000h Length: 0000A7B4h
    XGMSG40.NLM XIS GroupWise Messaging (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A32B8000h Length: 000BDF70h
    Data Address: A2DDF000h Length: 00022CC9h
    XGDM40.NLM XIS GroupWise Document Management (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2DA4000h Length: 0002B7FBh
    Data Address: A2DD0000h Length: 0000E625h
    XGAB40.NLM XIS GroupWise Addressing (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2D67000h Length: 00030ABBh
    Data Address: A2D98000h Length: 0000BD2Dh
    XGBAS40.NLM XIS GroupWise Base (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2ACB000h Length: 00049D0Bh
    Data Address: A280A000h Length: 0000F980h
    NWSNUT.NLM NetWare NLM Utility User Interface
    Version 7.00.01 July 11, 2008
    Code Address: A27F5000h Length: 000134EBh
    Data Address: A27A4000h Length: 00000790h
    GWENN4.NLM GroupWise Engine (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A3C2B000h Length: 00473610h
    Data Address: A2C94000h Length: 000D2A0Ah
    GWXIS10.NLM XML Integration Service
    Version 1.00.01 November 8, 2004
    Code Address: A2E5F000h Length: 000EEE55h
    Data Address: A26C1000h Length: 0005FC48h
    IPPSRVR.NLM Novell iPrint Server
    Version 4.01.04 October 14, 2008
    Code Address: 9B6D6000h Length: 000171B0h
    Data Address: 9B6EE000h Length: 00008120h
    DPLSV386.NLM NetWare 6.x Distributed Print Library - DPLSV386
    Version 1.15.01 May 21, 2007
    Code Address: 97EE5000h Length: 00054229h
    Data Address: 9B6C0000h Length: 0000C724h
    NIPPED.NLM NetWare 5.x, 6.x INF File Editing Library - NIPPED
    Version 1.03.09 July 11, 2006
    Code Address: 97ED9000h Length: 00005345h
    Data Address: 97EDF000h Length: 0000016Ch
    DPRPCNLM.NLM Novell NDPS RPC Library NLM
    Version 3.00.17 October 10, 2006
    Code Address: 97EB4000h Length: 00005324h
    Data Address: 95056000h Length: 00001F20h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 April 25, 2008
    Code Address: 8934E000h Length: 000009F9h
    Data Address: 8934F000h Length: 00000438h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 April 25, 2008
    Code Address: 8934C000h Length: 000009F9h
    Data Address: 8934D000h Length: 00000438h
    REWRITE.NLM Apache 2.0.63 Rewrite Module
    Version 2.00.63 April 25, 2008
    Code Address: 979FA000h Length: 00006C99h
    Data Address: 9796D000h Length: 00001EA8h
    HEADERS.NLM Apache 2.0.63 Headers Module
    Version 2.00.63 April 25, 2008
    Code Address: 97916000h Length: 00000E39h
    Data Address: 97939000h Length: 00000538h
    EXPIRES.NLM Apache 2.0.63 Expires Module
    Version 2.00.63 April 25, 2008
    Code Address: 978FF000h Length: 00000B89h
    Data Address: 97900000h Length: 00000388h
    MOD_IPP.NLM iPrint Module
    Version 1.00.04 June 7, 2006
    Code Address: 95061000h Length: 00000B76h
    Data Address: 95062000h Length: 000004CCh
    AUTHLDDN.NLM LdapDN Module
    Version 1.00 November 9, 2005
    Code Address: 9505C000h Length: 00001926h
    Data Address: 9505E000h Length: 00000EC8h
    UTILLDP2.NLM LdapDN Module
    Version 1.00 November 9, 2005
    Code Address: 977D3000h Length: 00002A56h
    Data Address: 9505A000h Length: 00001E80h
    MOD_JK.NLM Apache 2.0 plugin for Tomcat
    Version 1.02.23 April 25, 2008
    Code Address: 9895F000h Length: 00025B33h
    Data Address: 98985000h Length: 0000CDD0h
    AUTHLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 April 25, 2008
    Code Address: 94F54000h Length: 00001BB9h
    Data Address: 94F56000h Length: 000019D0h
    UTILLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 April 25, 2008
    Code Address: 97502000h Length: 000034A9h
    Data Address: 97506000h Length: 00002598h
    LLDAPSSL.NLM NetWare SSL Library for LDAP SDK (LibC version)
    Version 3.05.01 September 26, 2007
    Code Address: 94F98000h Length: 00097B47h
    Data Address: 9892C000h Length: 00032034h
    DBNET6.NLM Debug Network IO Support
    Version 1.45.02 March 16, 2006
    Code Address: 9A31A000h Length: 0001B831h
    Data Address: 9A336000h Length: 000127B8h
    IPMCFG.NLM Web Interface for IP Address Management
    Version 1.01.16 October 22, 2005
    Code Address: 9A1CA000h Length: 0000A479h
    Data Address: 9A1D5000h Length: 0000B610h
    NIRMAN.NLM TCPIP - NetWare Internetworking Remote Manager
    Version 1.06.04 September 18, 2007
    Code Address: 9852D000h Length: 00060760h
    Data Address: 9A0A1000h Length: 00018FCAh
    TCPSTATS.NLM Web Interface for Protocol Monitoring
    Version 6.50.10 June 20, 2003
    Code Address: 9A017000h Length: 0000E5ECh
    Data Address: 98D8B000h Length: 00005460h
    NLSADPT2.NLM NLS and Metering adapter for iManager 2.0 plugin
    Version 2.00 September 9, 2003
    Code Address: 98D7F000h Length: 0000665Dh
    Data Address: 99FD7000h Length: 00000E7Dh
    NLSLRUP.NLM NLS - Usage Metering
    Version 4.01.07 May 10, 2005
    Code Address: 99F4C000h Length: 0003BA0Ah
    Data Address: 99F88000h Length: 00010AE0h
    HWDETECT.NLM Novell Hardware Insertion/Removal Detection
    Version 1.19.05 February 20, 2003
    Code Address: 99F14000h Length: 00002B33h
    Data Address: 99F17000h Length: 00000D3Ch
    JNET.NLM Java jnet (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 98CF6000h Length: 0000653Eh
    Data Address: 99BB4000h Length: 00001100h
    PMPORTAL.NLM NetWare License Information Portal
    Version 2.16 November 21, 2003
    Code Address: 98CE3000h Length: 000071C9h
    Data Address: 98CEB000h Length: 00004360h
    NETDB.MPM netdb Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9975E000h Length: 00000AEFh
    Data Address: 9975F000h Length: 000001C4h
    NETDB.NLM Network Database Access Module
    Version 4.11.05 January 6, 2005
    Code Address: 99677000h Length: 0001394Dh
    Data Address: 9968B000h Length: 000025FCh
    TSAFS.NLM SMS - File System Agent for NetWare 6.X
    Version 6.53.03 October 16, 2008
    Code Address: 9803D000h Length: 0005F9A2h
    Data Address: 9809D000h Length: 0000D7B0h
    SPXS.MPM spxs Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9803B000h Length: 0000002Ah
    Data Address: 9803C000h Length: 00000018h
    SPXS.NLM NetWare SPX/SPXII Protocol (PTF)
    Version 5.14 January 18, 2000
    Code Address: 97C39000h Length: 0000A021h
    Data Address: 97E74000h Length: 00000FD8h
    Global Code Address: 97E75000h Length: 00001000h
    SMDR.NLM SMS - Storage Data Requestor
    Version 6.58.01 October 16, 2008
    Code Address: 97BCD000h Length: 00047EF8h
    Data Address: 97C16000h Length: 0000D8E0h
    SMSUT.NLM SMS - Utility Library for NetWare 6.X
    Version 1.01.03 June 26, 2008
    Code Address: 97B1A000h Length: 00010201h
    Data Address: 97B2B000h Length: 00001DF0h
    SASL.NLM Simple Authentication and Security Layer 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 979AB000h Length: 00000C4Ch
    Data Address: 979AC000h Length: 00000160h
    LSL.MPM lsl Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 979A9000h Length: 000001C2h
    Data Address: 979AA000h Length: 00000138h
    SLP.MPM slp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9798E000h Length: 000002E9h
    Data Address: 9798F000h Length: 00000090h
    STREAMS.MPM streams Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9798C000h Length: 000006E9h
    Data Address: 9798D000h Length: 00000188h
    TLI.MPM tli Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 97859000h Length: 00001276h
    Data Address: 9798B000h Length: 00000344h
    SNMP.MPM snmp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 97989000h Length: 000009F7h
    Data Address: 9798A000h Length: 000000FCh
    TCPIP.MPM tcpip Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 977DD000h Length: 00001F5Bh
    Data Address: 97952000h Length: 00000918h
    IPXSPX.MPM ipxspx Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9791E000h Length: 00000C33h
    Data Address: 9791F000h Length: 000004B8h
    IPXS.MPM ipxs Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9791C000h Length: 0000002Ah
    Data Address: 9791D000h Length: 00000018h
    LDAPXS.NLM (Clib version)
    Version 3.04 February 22, 2008
    Code Address: 97509000h Length: 00004307h
    Data Address: 9791B000h Length: 00000870h
    LLDAPX.NLM NetWare Extension APIs for LDAP SDK (LibC version)
    Version 3.05.01 September 26, 2007
    Code Address: 974FC000h Length: 00005DC5h
    Data Address: 9791A000h Length: 00000EF0h
    SYSCALLS.NLM NetWare Operating System Call and Marshalling Library
    Version 5.61 August 2, 2007
    Code Address: 97880000h Length: 0000F50Eh
    Data Address: 97890000h Length: 0000B4ECh
    LBURP.NLM LDAP Bulkload Update/Replication Protocol service extension for Novell eDirectory 8.7.
    Version 10552.76 August 7, 2006
    Code Address: 97608000h Length: 000010ECh
    Data Address: 97857000h Length: 00000444h
    APACHE2.NLM Apache Web Server 2.0.63
    Version 2.00.63 April 25, 2008
    Code Address: 977EB000h Length: 00039D29h
    Data Address: 97825000h Length: 00011A9Ch
    APRLIB.NLM Apache Portability Runtime Library 0.9.17
    Version 0.09.17 April 25, 2008
    Code Address: 9775D000h Length: 0002E688h
    Data Address: 9778C000h Length: 00008088h
    PSA.NSS PSA Posix Semantic Agent (PSA) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 96E7C000h Length: 00005CA9h
    Data Address: 9760E000h Length: 00016930h
    NSPSAP.NLM NetWare Winsock 2.0 NLM NSPSAP.NLM Name Service Provider
    Version 6.20.02 September 8, 2003
    Code Address: 975AA000h Length: 00001EE7h
    Data Address: 975AC000h Length: 00000610h
    NLDAP.NLM LDAP Agent for Novell eDirectory 8.7.3.10
    Version 10555.98 April 23, 2008
    Code Address: 96DF5000h Length: 00075DB8h
    Data Address: 9700C000h Length: 00045A54h
    WSPIPX.NLM NetWare Winsock Service 1.0 NLM for IPX and SPX
    Version 6.22 December 4, 2007
    Code Address: 97555000h Length: 0000E359h
    Data Address: 97564000h Length: 00001762h
    NCPIPX.NLM Novell NCP/IPX Stack NLM
    Version 5.60.01 September 30, 2008
    Code Address: 969A1000h Length: 00005720h
    Data Address: 97432000h Length: 00001308h
    IPXS.NLM NetWare STREAMS IPX Protocol
    Version 4.10.01 February 12, 1998
    Code Address: 97426000h Length: 00001C95h
    Data Address: 97428000h Length: 000000ECh
    Global Code Address: 97429000h Length: 00001000h
    IPXSPX.NLM NetWare IPX/SPX Protocol Stack NLM
    Version 5.60 February 1, 2006
    Code Address: 973C9000h Length: 0000FDF2h
    Data Address: 973DA000h Length: 00009A3Ah
    NFAP4NRM.NLM NFAP Simple Password Management NLM
    Version 1.04 December 8, 2003
    Code Address: 9735C000h Length: 000080A2h
    Data Address: 97365000h Length: 00017CA0h
    CIFSPROX.NLM NMAS Proxy for CIFS (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 972F9000h Length: 0001325Eh
    Data Address: 94EC2000h Length: 00005A60h
    LDAPX.NLM NetWare Extension APIs for LDAP SDK (Clib version)
    Version 3.05.01 September 26, 2007
    Code Address: 94EBC000h Length: 00005D95h
    Data Address: 972EE000h Length: 00000EF0h
    SETMD4.NLM Windows Native File Access CIFS Library (Build 163 SP)
    Version 2.01 November 13, 2008
    Code Address: 97288000h Length: 000012ECh
    Data Address: 9728A000h Length: 00000130h
    CIFS.NLM CIFS Semantic Agent (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 9693A000h Length: 00065E61h
    Data Address: 97206000h Length: 00012870h
    NDSIMON.NLM NDS iMonitor 2.3.1
    Version 20212.12.05 May 14, 2007
    Code Address: 9679F000h Length: 0010E789h
    Data Address: 968AE000h Length: 0008BFF0h
    LANGMANI.NLM Novell Cross-Platform Language Manager
    Version 10310.47 August 9, 2004
    Code Address: 94C78000h Length: 000040F2h
    Data Address: 970EC000h Length: 00001084h
    XI18N.NLM Novell Cross-Platform Internationalization Package
    Version 10310.49 February 3, 2005
    Code Address: 970A5000h Length: 0001CA12h
    Data Address: 94C69000h Length: 00007EC8h
    PORTAL.NLM Novell Remote Manager NLM
    Version 4.03 September 22, 2008
    Code Address: 969CD000h Length: 0010147Ch
    Data Address: 96ACF000h Length: 00069EA4h
    NWIDK.NLM CDWare Volume Module
    Version 3.01.01 September 19, 2003
    Code Address: 94020000h Length: 00004640h
    Data Address: 95B2A000h Length: 00000730h
    BTCPCOM.NLM BTCPCOM.NLM v7.90.000, Build 253
    Version 7.90 July 9, 2003
    Code Address: 9361A000h Length: 00004450h
    Data Address: 955C6000h Length: 00000CECh
    HTTPSTK.NLM Novell Small Http Interface
    Version 4.03 September 4, 2008
    Code Address: 96012000h Length: 000317C6h
    Data Address: 96044000h Length: 00019C10h
    WSPSSL.NLM NetWare Winsock Service 1.0 NLM for SSL
    Version 6.26 December 4, 2007
    Code Address: 95FA3000h Length: 00008AFFh
    Data Address: 95FAC000h Length: 0001095Fh
    NILE.NLM Novell N/Ties NLM ("") Release Build with symbols
    Version 7.00.01 August 20, 2007
    Code Address: 95C80000h Length: 00090A31h
    Data Address: 95F1A000h Length: 00030C70h
    NPKIAPI.NLM Public Key Infrastructure Services
    Version 3.32 September 24, 2008
    Code Address: 95EC6000h Length: 00035E17h
    Data Address: 95EFC000h Length: 0001D9AFh
    NPKIT.NLM Public Key Infrastructure Services
    Version 3.32 September 24, 2008
    Code Address: 95E2B000h Length: 0002E51Eh
    Data Address: 95E5A000h Length: 00016683h
    NTLS.NLM NTLS 2.0.4.0 based on OpenSSL 0.9.7m
    Version 20410.01 August 12, 2008
    Code Address: 94A7D000h Length: 000A72C6h
    Data Address: 95DC6000h Length: 0003915Fh
    LLDAPSDK.NLM LDAP SDK Library (LibC version)
    Version 3.05.02 September 26, 2007
    Code Address: 95C5E000h Length: 00021E83h
    Data Address: 9360E000h Length: 00006BA0h
    PKI.NLM Novell Certificate Server
    Version 3.32 August 25, 2008
    Code Address: 956D8000h Length: 00170AE5h
    Data Address: 94B82000h Length: 00080F60h
    PKIAPI.NLM Public Key Infrastructure Services
    Version 2.23.10 November 20, 2004
    Code Address: 95BD7000h Length: 00037721h
    Data Address: 9352E000h Length: 00006A14h
    LDAPSDK.NLM LDAP SDK Library (Clib version)
    Version 3.05.02 September 26, 2007
    Code Address: 95BB6000h Length: 00020C63h
    Data Address: 93527000h Length: 00006B8Dh
    NWUTIL.NLM Novell Utility Library NLM (_NW65[SP7]{""})
    Version 3.00.02 August 20, 2007
    Code Address: 95B56000h Length: 0000EE40h
    Data Address: 95B65000h Length: 00023BD4h
    NWBSRVCM.NLM NWBSRVCM.NLM v7.90.000, Build 230
    Version 7.90 March 20, 2001
    Code Address: 9351B000h Length: 00006776h
    Data Address: 9561F000h Length: 00000AD0h
    NLSTRAP.NLM NetWare License Server Trap
    Version 5.02 February 19, 2004
    Code Address: 94CA9000h Length: 0000298Ah
    Data Address: 955BD000h Length: 00000695h
    ZIP.NLM Java zip (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 9553E000h Length: 0000ADCCh
    Data Address: 95549000h Length: 00001C90h
    JVMLIB.NLM Java jvmlib (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 954CF000h Length: 00017134h
    Data Address: 954E7000h Length: 00008670h
    VERIFY.NLM Java verify (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 9546F000h Length: 000087B4h
    Data Address: 95478000h Length: 00001BC0h
    JVM.NLM Java Hotspot 1.4.2_18 Interpreter
    Version 1.43 October 16, 2008
    Code Address: 950AE000h Length: 00222FFFh
    Data Address: 94ED6000h Length: 00065A60h
    VOLSMS.NLM NSS Distributed Volume Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E0F000h Length: 00018771h
    Data Address: 94DBC000h Length: 00001780h
    VLRPC.NLM DFS Volume Location Database (VLDB) RPC interface (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E08000h Length: 00003383h
    Data Address: 94E0C000h Length: 000002FDh
    VMRPC.NLM DFS Volume Manager RPC interface (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E02000h Length: 00003703h
    Data Address: 94E06000h Length: 000002FDh
    JSTCP.NLM Jetstream TCP Transport Layer (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DEB000h Length: 000050F0h
    Data Address: 94DF1000h Length: 000001E0h
    JSMSG.NLM Jetstream Message Layer (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DC1000h Length: 00006E80h
    Data Address: 94D97000h Length: 00000220h
    DFSLIB.NLM DFS Common Library (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DB3000h Length: 000005C3h
    Data Address: 94DB4000h Length: 00000080h
    IPMGMT.NLM TCPIP - NetWare IP Address Management
    Version 1.03.01 May 29, 2007
    Code Address: 947D9000h Length: 000307CDh
    Data Address: 9480A000h Length: 0000D778h
    PWDLCM.NLM Novell Simple Password Proxy LCM 2.8.0.0 20080623
    Version 28000806.23 June 23, 2008
    Code Address: 94797000h Length: 0000E228h
    Data Address: 947A6000h Length: 000014B0h
    PWDLSM.NLM Novell Simple Password LSM 2.8.0.0 20080623
    Version 28000806.23 June 23, 2008
    Code Address: 94740000h Length: 00010528h
    Data Address: 94751000h Length: 00001A60h
    LCMCIFS2.NLM Windows Native File Access Login Methods (Build 85 SP)
    Version 2.00.09 May 20, 2008
    Code Address: 94707000h Length: 0000E011h
    Data Address: 94716000h Length: 000016B0h
    LSMCIFS2.NLM Windows Native File Access Login Methods (Build 108 SP)
    Version 2.00.07 July 15, 2008
    Code Address: 946BC000h Length: 0000F071h
    Data Address: 946CC000h Length: 000017B0h
    LSMAFP3.NLM Macintosh Native File Access Login Methods (Build 108 SP)
    Version 2.00.11 July 15, 2008
    Code Address: 94682000h Length: 0000F24Eh
    Data Address: 94692000h Length: 000013C0h
    NMASGPXY.NLM NMAS Generic Proxy 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 94679000h Length: 0000153Ch
    Data Address: 9467B000h Length: 000000E0h
    CRLSM.NLM Challenge Response LSM v2.8.1.0
    Version 2.08.01 October 28, 2008
    Code Address: 945FC000h Length: 00021E46h
    Data Address: 9461E000h Length: 00009456h
    JSOCK6X.NLM NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    Version 1.43 October 16, 2008
    Code Address: 945DC000h Length: 0000FDB1h
    Data Address: 945EC000h Length: 00002C44h
    JAVA.NLM java.nlm (based on 1.4.2_18) Build 08101613
    Version 1.43 October 16, 2008
    Code Address: 944E4000h Length: 000385DEh
    Data Address: 9451D000h Length: 0003DD40h
    JSOCK.NLM Support For Java Sockets (loader)
    Version 1.43 October 16, 2008
    Code Address: 94400000h Length: 00000086h
    Data Address: 94401000h Length: 00000064h
    SPMDCLNT.NLM Novell SPM Client for DClient 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 943A6000h Length: 000145D8h
    Data Address: 943BB000h Length: 00001370h
    SLPTCP.NLM SERVICE LOCATION TCP/UDP INTERFACE (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 94215000h Length: 0000386Ah
    Data Address: 94219000h Length: 0000108Ch
    NSPDNS.NLM NetWare Winsock 2.0 NSPDNS.NLM Name Service Providers
    Version 6.20.03 September 8, 2003
    Code Address: 941EC000h Length: 00002527h
    Data Address: 941EF000h Length: 000004E4h
    WSPIP.NLM NetWare Winsock Service 1.0 NLM for TCP and UDP
    Version 6.24 December 4, 2007
    Code Address: 9406C000h Length: 000124C4h
    Data Address: 9407F000h Length: 0000287Ch
    NCPIP.NLM NetWare NCP Services over IP
    Version 6.02.01 September 30, 2008
    Code Address: 93FCB000h Length: 000168E9h
    Data Address: 93FE2000h Length: 00003540h
    BSDSOCK.NLM Novell BSDSOCK Module
    Version 6.82 November 20, 2007
    Code Address: 93A04000h Length: 00011BF9h
    Data Address: 93A16000h Length: 0000C0E0h
    TCPIP.NLM Novell TCP/IP Stack - Network module (NULL encryption)
    Version 6.82 November 20, 2007
    Code Address: 93573000h Length: 0004E7ECh
    Data Address: 937DC000h Length: 00038D30h
    TCP.NLM Novell TCP/IP Stack - Transport module (NULL encryption)
    Version 6.82.04 September 30, 2008
    Code Address: 93625000h Length: 000253E2h
    Data Address: 9372C000h Length: 0007EEE0h
    NETLIB.NLM Novell TCPIP NETLIB Module
    Version 6.50.22 February 12, 2003
    Code Address: 9364C000h Length: 00005AACh
    Data Address: 93652000h Length: 000D0710h
    CSLIND.NLM TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    Version 4.21 December 7, 1999
    Code Address: 9354B000h Length: 000003CCh
    Data Address: 9354C000h Length: 000024E0h
    BX2.LAN Broadcom NetXtreme II Gigabit Ethernet Driver
    Version 4.42 July 7, 2008
    Code Address: 91378000h Length: 0000F858h
    Data Address: 237A7000h Length: 000450D0h
    ETHERTSM.NLM Novell Ethernet Topology Specific Module
    Version 3.90 March 20, 2006
    Code Address: 91375000h Length: 000024CEh
    Data Address: 90614000h Length: 000002BCh
    MSM.NLM Novell Multi-Processor Media Support Module
    Version 4.12 August 22, 2007
    Code Address: 9135F000h Length: 0000E5B3h
    Data Address: 9136E000h Length: 00003DFCh
    LSAPI.NLM NLS LSAPI Library
    Version 5.02 January 7, 2003
    Code Address: 91344000h Length: 0000A51Bh
    Data Address: 90609000h Length: 00001B00h
    NLSAPI.NLM NLSAPI
    Version 5.02 August 7, 2003
    Code Address: 91328000h Length: 000124DBh
    Data Address: 91306000h Length: 000022A4h
    CONNAUD.NLM NLS - Connection Metering
    Version 3.17 May 10, 2005
    Code Address: 91324000h Length: 000034D3h
    Data Address: 80267000h Length: 00000A9Ch
    NLSMETER.NLM NLS - Software Usage Metering Database
    Version 3.43 May 10, 2005
    Code Address: 91312000h Length: 0000E597h
    Data Address: 905DC000h Length: 0000759Ch
    NLSLSP.NLM NLS - License Service Provider
    Version 5.02 May 25, 2005
    Code Address: 9066B000h Length: 0006DF03h
    Data Address: 906D9000h Length: 000205DCh
    CSL.NLM NetWare Call Support Layer For NetWare
    Version 2.06.02 January 13, 2000
    Code Address: 912C6000h Length: 0000CB32h
    Data Address: 912D3000h Length: 000028F4h
    BTRIEVE.NLM BTRIEVE.NLM v7.90.000
    Version 7.90 March 21, 2001
    Code Address: 912BB000h Length: 000013BFh
    Data Address: 912BD000h Length: 00000980h
    NWMKDE.NLM NWMKDE.NLM v7.94.251.000
    Version 7.94 December 11, 2001
    Code Address: 9051B000h Length: 00053D55h
    Data Address: 91055000h Length: 0000F784h
    NWENC103.NLM NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    Version 7.90 February 24, 2001
    Code Address: 9072C000h Length: 0004D0F5h
    Data Address: 90EA4000h Length: 001B0208h
    NWAIF103.NLM nwaif103.nlm v7.94, Build 251 ()
    Version 7.94 November 30, 2001
    Code Address: 90E2D000h Length: 00010E51h
    Data Address: 9050C000h Length: 00006828h
    PSVCS.NLM Portability Services
    Version 251.00 November 30, 2001
    Code Address: 90DA1000h Length: 0001270Fh
    Data Address: 90DB4000h Length: 00009464h
    NWUCMGR.NLM NWUCMGR.NLM v1.5 Build 230
    Version 1.05 March 14, 2001
    Code Address: 90CC7000h Length: 0000D920h
    Data Address: 904D3000h Length: 000078D4h
    SNMP.NLM Netware 4.x/5.x/6.x SNMP Service
    Version 4.18 July 25, 2006
    Code Address: 90B75000h Length: 00013E90h
    Data Address: 9043C000h Length: 00003220h
    TLI.NLM NetWare Transport Level Interface Library
    Version 4.30.02 December 19, 2000
    Code Address: 90426000h Length: 00003859h
    Data Address: 9022E000h Length: 00000164h
    Global Code Address: 9022F000h Length: 00001000h
    Global Data Address: 9042A000h Length: 00002000h
    CONLOG.NLM System Console Logger
    Version 3.01.02 August 8, 2006
    Code Address: 8A681000h Length: 0000243Ch
    Data Address: 8A684000h Length: 00001CE0h
    DHOST.NLM Novell DHost Portability Interface 1.0.0 SMP
    Version 10010.97 September 18, 2006
    Code Address: 8A602000h Length: 00006621h
    Data Address: 89326000h Length: 0000234Ch
    NSPNDS.NLM NetWare Winsock 2.0 NSPNDS.NLM Name Service Provider
    Version 6.20 November 12, 2001
    Code Address: 8931E000h Length: 00006547h
    Data Address: 892E1000h Length: 00000518h
    DS.NLM Novell eDirectory Version 8.7.3.10 SMP
    Version 10554.34 April 23, 2008
    Code Address: 90807000h Length: 0026E87Eh
    Data Address: 8FDF0000h Length: 00078FB0h
    ROLLCALL.NLM RollCall NLM (101, API 1.0)
    Version 5.00 July 27, 1998
    Code Address: 8FDE4000h Length: 0000055Dh
    Data Address: 8FDE5000h Length: 000002D4h
    SAL.NLM Novell System Abstraction Layer Version 2.3.1
    Version 20350.95 September 18, 2006
    Code Address: 8FDD9000h Length: 00007CD6h
    Data Address: 8FDE1000h Length: 000012A8h
    POLIMGR.NLM NetWare License Policy Manager
    Version 6.27 November 3, 2005
    Code Address: 903EF000h Length: 00013F5Ch
    Data Address: 90403000h Length: 00008E90h
    SPMNWCC.NLM Novell SPM Client for NWCC 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 903DD000h Length: 00011688h
    Data Address: 8FDA3000h Length: 00001340h
    NMAS.NLM Novell Modular Authentication Service 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 8FD2F000h Length: 00059BA8h
    Data Address: 903CF000h Length: 0000D2F0h
    GAMS.NLM Graded Authentication Management Service
    Version 1.30.03 November 2, 2007
    Code Address: 903C1000h Length: 0000D8F7h
    Data Address: 8FD27000h Length: 000012E8h
    NDSAUDIT.NLM Directory Services Audit
    Version 2.09 May 22, 2003
    Code Address: 903B0000h Length: 00010844h
    Data Address: 8FD24000h Length: 00002ED0h
    NICISDI.NLM Security Domain Infrastructure
    Version 27510.02.01 August 25, 2008
    Code Address: 9036D000h Length: 0000ADA2h
    Data Address: 00099000h Length: 00001320h
    SASDFM.NLM SAS Data Flow Manager
    Version 27510.02.01 August 25, 2008
    Code Address: 8FC0F000h Length: 000040AEh
    Data Address: 2F1ED000h Length: 00000980h
    CALNLM32.NLM NetWare NWCalls Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 90341000h Length: 0001CEB9h
    Data Address: 8FBF1000h Length: 00000510h
    TIMESYNC.NLM NetWare Time Synchronization Services
    Version 6.61.01 October 14, 2005
    Code Address: 902F6000h Length: 0000E13Ch
    Data Address: 8FBF7000h Length: 00004240h
    CLXNLM32.NLM NetWare NWCLX Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FC80000h Length: 000011F3h
    Data Address: 8FB09000h Length: 000001B0h
    DSAPI.NLM NetWare NWNet Runtime Library
    Version 6.00.04 January 27, 2006
    Code Address: 8FB07000h Length: 00000043h
    Data Address: 8FB08000h Length: 00000024h
    DSEVENT.NLM NetWare DSEvent Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FACB000h Length: 00000633h
    Data Address: 8FACC000h Length: 00000034h
    NETNLM32.NLM NetWare NWNet Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 902AB000h Length: 00035B77h
    Data Address: 8FBF2000h Length: 00004DA5h
    NCPNLM32.NLM NetWare NWNCP Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 9028B000h Length: 0001F473h
    Data Address: 00000000h Length: 00000000h
    CLNNLM32.NLM NetWare NWClient Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FC65000h Length: 00001CC2h
    Data Address: 8FACA000h Length: 00000150h
    CLIB.NLM (Legacy) Standard C Runtime Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 9024D000h Length: 0001898Eh
    Data Address: 8FC5E000h Length: 00002FB0h
    NIT.NLM NetWare Interface Tools Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 90230000h Length: 0001C694h
    Data Address: 8FAC8000h Length: 00000690h
    NLMLIB.NLM Novell NLM Runtime Library
    Version 5.90.15 March 10, 2008
    Code Address: 901E7000h Length: 000263EDh
    Data Address: 8FC4F000h Length: 000038C0h
    STREAMS.NLM NetWare STREAMS PTF
    Version 6.00.06 May 4, 2005
    Code Address: 901D4000h Length: 0001206Dh
    Data Address: 8FB84000h Length: 000010A0h
    Global Code Address: 8FAC7000h Length: 00001000h
    REQUESTR.NLM Novell NCP Requestor for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 9019C000h Length: 00020DE3h
    Data Address: 8FB82000h Length: 000010D0h
    THREADS.NLM Novell Threads Package for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 90171000h Length: 00018CF8h
    Data Address: 9018A000h Length: 000116A0h
    LIB0.NLM Novell Ring 0 Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 8FF0D000h Length: 000250EAh
    Data Address: 8FF33000h Length: 00228070h
    MASV.NLM Mandatory Access Control Service
    Version 1.50 July 27, 2006
    Code Address: 8FBC7000h Length: 00011F26h
    Data Address: 8FB49000h Length: 00002390h
    NSPSLP.NLM NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    Version 6.20.04 December 6, 2007
    Code Address: 8FAF9000h Length: 00005ED3h
    Data Address: 8FAAC000h Length: 00000B30h
    PMLODR.NLM PMLodr for NW65
    Version 1.26 October 7, 2005
    Code Address: 8FB19000h Length: 0000E63Ah
    Data Address: 8FB28000h Length: 00001658h
    SLP.NLM SERVICE LOCATION PROTOCOL (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 8FACD000h Length: 0001A658h
    Data Address: 8FAE8000h Length: 00005384h
    CCS.NLM Controlled Cryptography Services from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8FA7F000h Length: 00019EE4h
    Data Address: 2F951000h Length: 00002F90h
    DSLOADER.NLM Novell eDirectory Version 8.7.3 Loader SMP
    Version 10554.34 April 23, 2008
    Code Address: 8F9F2000h Length: 0000C73Ch
    Data Address: 8F9FF000h Length: 00001278h
    XENGUSC.NLM NICI U.S./Worldwide XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F9DF000h Length: 00000058h
    Data Address: 00000000h Length: 00000000h
    XNGAUSC.NLM NICI U.S./Worldwide XMGR Assistant XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F9A7000h Length: 000153E4h
    Data Address: 2FABF000h Length: 00004864h
    XENGEXP.NLM NICI Import Restricted XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8A5B1000h Length: 00050DD4h
    Data Address: 2FADC000h Length: 00014C3Ch
    XENGNUL.NLM NICI NULL XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F998000h Length: 00001DC9h
    Data Address: 330C6000h Length: 00000860h
    XMGR.NLM NICI XMGR from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F80F000h Length: 00026001h
    Data Address: 2FD9C000h Length: 0000AA10h
    XSUP.NLM NICI XSUP from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F79A000h Length: 00006EF2h
    Data Address: 2FDAF000h Length: 00023170h
    XIM.XLM Novell NICI Signed Loader
    Version 27510.02.01 August 25, 2008
    Code Address: 8F70C000h Length: 0002C680h
    Data Address: 2FDA7000h Length: 00007CE4h
    WS2_32.NLM NetWare Winsock 2.0 NLM
    Version 6.24.01 February 14, 2008
    Code Address: 8F372000h Length: 00037F28h
    Data Address: 8F3AA000h Length: 00011B84h
    NCP.NLM NetWare Core Protocol (NCP) Engine
    Version 5.61.01 September 30, 2008
    Code Address: 8F319000h Length: 00026DEFh
    Data Address: 8F340000h Length: 00018B24h
    QUEUE.NLM NetWare Queue Services NLM
    Version 5.60 May 24, 2001
    Code Address: 8F310000h Length: 00006D8Dh
    Data Address: 8F317000h Length: 00000473h
    VDISK.NLM NetWare Virtual Disk
    Version 1.00 November 30, 2004
    Code Address: 8ACEA000h Length: 00001FEEh
    Data Address: 8F2CD000h Length: 00001160h
    NWTERMIO.NLM NetWare Terminal Emulation
    Version 1.00 September 11, 2006
    Code Address: 8A9C3000h Length: 00007570h
    Data Address: 8A9CB000h Length: 00004560h
    MALHLP.NLM NSS Configure help messages (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6B4000h Length: 000000BAh
    Data Address: 8A6B5000h Length: 0000002Ah
    CDDVD.NSS NSS Loadable Storage System (LSS) for CD/UDF (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ACED000h Length: 00014B00h
    Data Address: 8A6AA000h Length: 00001050h
    NSSIDK.NSS NSS Pool Configuration Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6AD000h Length: 000039C5h
    Data Address: 8A6B1000h Length: 00000090h
    PARTAPI.NLM Partition APIs for NetWare 6.1
    Version 2.00 April 17, 2002
    Code Address: 8A6AC000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    VOLMN.NSS NSS Distributed Volume Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ACBD000h Length: 0000A6A3h
    Data Address: 8A6A5000h Length: 000005B0h
    NWSA.NSS NSS NetWare Semantic Agent (NWSA) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ABBF000h Length: 0004ADCEh
    Data Address: 8AC0A000h Length: 000A1390h
    ZLSS.NSS NSS Journaled Storage System (ZLSS) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8AAE5000h Length: 000CD166h
    Data Address: 8ABB3000h Length: 0000BE30h
    MAL.NSS NSS Media Access Layer (MAL) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A696000h Length: 00003196h
    Data Address: 8A69A000h Length: 00000170h
    MANAGE.NSS NSS Management Functions (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A4B2000h Length: 0004F275h
    Data Address: 8A502000h Length: 00000C20h
    COMN.NSS NSS Common Support Layer (COMN) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A9D3000h Length: 000EF3F8h
    Data Address: 8AAC3000h Length: 00015E50h
    NSS.NLM NSS (Novell Storage Services) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6DE000h Length: 00030420h
    Data Address: 8A70F000h Length: 00091830h
    SYSLOG.NLM NetWare Logfile Daemon
    Version 6.05.03 October 22, 2007
    Code Address: 8A45D000h Length: 0000616Ah
    Data Address: 8A6B7000h Length: 00026140h
    LIBNSS.NLM Generic Library used by NSS (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A464000h Length: 0000464Ch
    Data Address: 8A469000h Length: 000003D0h
    NSSWIN.NLM NSS ASCI Window API Library (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A44D000h Length: 000047DCh
    Data Address: 8A452000h Length: 000000FCh
    LOCNLM32.NLM NetWare NWLocale Runtime Library
    Version 6.00.04 November 29, 2005
    Code Address: 8A3C9000h Length: 000044BBh
    Data Address: 8A445000h Length: 00000B30h
    UNICODE.NLM NetWare Unicode Runtime Library (UniLib-based) [optimized]
    Version 7.00 October 26, 2004
    Code Address: 8A432000h Length: 000016F5h
    Data Address: 8A404000h Length: 00000504h
    FILESYS.NLM NetWare File System NLM
    Version 5.14 April 16, 2008
    Code Address: 8A503000h Length: 0008E4E7h
    Data Address: 8A592000h Length: 00012C90h
    LFS.NLM NetWare Logical File System NLM
    Version 5.12 September 21, 2005
    Code Address: 8A41D000h Length: 000098A2h
    Data Address: 8A427000h Length: 000084BCh
    CONNMGR.NLM NetWare Connection Manager NLM
    Version 5.60.01 September 7, 2006
    Code Address: 8A3D3000h Length: 0001172Bh
    Data Address: 8A3E5000h Length: 00003CE8h
    ACPIPWR.NLM ACPI Power Management Driver for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A3B1000h Length: 00000C9Ah
    Data Address: 8A3B2000h Length: 00000904h
    ACPICMGR.NLM ACPI Component Manager for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A3A6000h Length: 00000A6Fh
    Data Address: 8A3A7000h Length: 000002F4h
    MEGA_SAS.HAM NetWare LSI MegaRAID_SAS HAM Driver
    Version 1.06.05 August 23, 2007
    Code Address: 8A384000h Length: 00006391h
    Data Address: 30A42000h Length: 00000B09h
    IDEATA.HAM Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Version 4.34 May 5, 2007
    Code Address: 8A313000h Length: 00010F67h
    Data Address: 314DC000h Length: 00005880h
    SCSIHD.CDM Novell NetWare SCSI Fixed Disk Custom Device Module
    Version 3.03.10 May 30, 2008
    Code Address: 8A30D000h Length: 00005523h
    Data Address: 006AC000h Length: 000017C0h
    IDECD.CDM Novell ATA/IDE CD/DVD Custom Device Module
    Version 4.13 April 4, 2007
    Code Address: 8A2A6000h Length: 00004201h
    Data Address: 00FEE000h Length: 00001084h
    ACPIDRV.PSM ACPI Platform Support Module for ACPI compliant systems
    Version 1.05.19 January 16, 2007
    Code Address: 8A224000h Length: 0000AD1Eh
    Data Address: 00A20000h Length: 0000C694h
    ACPICA.NLM ACPI Component Architecture for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A1BB000h Length: 0002BA90h
    Data Address: 8A1E7000h Length: 00011C74h
    ACPIASL.NLM ACPI Architecture Services Layer for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A1B9000h Length: 00000F9Bh
    Data Address: 8A1BA000h Length: 0000019Ch
    EHCIDRV.CAD Novell Universal Serial Bus EHCI driver
    Version 1.05 February 26, 2008
    Code Address: 897C6000h Length: 00004C28h
    Data Address: 00A59000h Length: 00000B20h
    UHCIDRV.CAD Novell Universal Serial Bus UHCI driver
    Version 1.07 February 26, 2008
    Code Address: 89792000h Length: 00004F7Fh
    Data Address: 00A5A000h Length: 00000694h
    CIOS.NLM Consolidated IO System
    Version 1.60 February 12, 2008
    Code Address: 8A0BF000h Length: 00042C15h
    Data Address: 31961000h Length: 00008B4Ah
    LSL.NLM Novell NetWare Link Support Layer
    Version 4.86 February 2, 2006
    Code Address: 89849000h Length: 0000A7A7h
    Data Address: 89854000h Length: 00009EC8h
    NWPALOAD.NLM NetWare 5 NWPA Load Utility
    Version 3.00 July 10, 2000
    Code Address: 8982B000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    NWPA.NLM NetWare 6.5 NetWare Peripheral Architecture NLM
    Version 3.21.02 October 29, 2008
    Code Address: 897E9000h Length: 00016C82h
    Data Address: 89800000h Length: 00002A5Ch
    MM.NLM NetWare 6.5 Media Manager
    Version 3.22.07 August 20, 2008
    Code Address: 802F7000h Length: 0004CAB0h
    Data Address: 897B5000h Length: 0000BA1Ch
    SGUID.NLM NetWare GUID Services
    Version 6.01 September 27, 2002
    Code Address: 897B3000h Length: 00000E04h
    Data Address: 897B4000h Length: 0000018Ah
    NBI.NLM NetWare Bus Interface
    Version 3.01.01 July 13, 2007
    Code Address: 897A1000h Length: 0000D72Dh
    Data Address: 897AF000h Length: 00003D8Dh
    NEB.NLM Novell Event Bus
    Version 5.60 September 27, 2004
    Code Address: 896EC000h Length: 00005843h
    Data Address: 896F2000h Length: 0000097Ch
    DIAG500.NLM Diagnostic/coredump utility for NetWare 6.x
    Version 3.04.03 October 31, 2007
    Code Address: 89725000h Length: 00007FC0h
    Data Address: 8972E000h Length: 0001DF84h
    CPUCHECK.NLM NetWare Processor Checking Utility
    Version 5.60.01 December 6, 2007
    Code Address: 80285000h Length: 00001B5Ch
    Data Address: 896F4000h Length: 00004B3Ch
    NWKCFG.NLM NetWare Kernel Config NLM
    Version 2.16 June 24, 2005
    Code Address: 89605000h Length: 00003F4Fh
    Data Address: 89609000h Length: 00003CA4h
    CDBE.NLM NetWare Configuration DB Engine
    Version 6.01 September 21, 2006
    Code Address: 8935B000h Length: 000116E6h
    Data Address: 8936D000h Length: 000161FAh
    FATFS.NLM FAT Filesystem Module for NetWare
    Version 1.24 August 27, 2007
    Code Address: 8098A000h Length: 00020526h
    Data Address: 809AB000h Length: 0002B32Fh
    LIBC.NLM Standard C Runtime Library for NLMs [optimized, 7]
    Version 9.00.05 October 3, 2008
    Code Address: 80800000h Length: 000D0CD6h
    Data Address: 808D1000h Length: 000415E0h
    PVER500.NLM NetWare 6.XX Version Library
    Version 3.00 February 1, 2007
    Code Address: 8026C000h Length: 00000837h
    Data Address: 8026D000h Length: 000003DCh
    SERVER.NLM NetWare Server Operating System
    Version 5.70.08 October 3, 2008
    Code Address: 00201D00h Length: 0016A000h
    Data Address: 00401D00h Length: 00217300h

    There was a second abend
    Novell Open Enterprise Server, NetWare 6.5
    PVER: 6.50.08
    Server EMPIRE_XXX halted Wednesday, July 18, 2012 1:48:52.870 pm
    Abend 2 on P07: Server-5.70.08: Page Fault Processor Exception (Error code 00000000)
    Registers:
    CS = 0008 DS = 0023 ES = 0023 FS = 0023 GS = 0023 SS = 0010
    EAX = 00000007 EBX = 82F2D380 ECX = 7E6C0626 EDX = 00000000
    ESI = 00000007 EDI = 82F2D7A0 EBP = 00000000 ESP = AEAFE088
    EIP = 0031B086 FLAGS = 00010216
    0031B086 8B6D00 MOV EBP, [EBP+00]=?
    EIP in SERVER.NLM at code start +00119386h
    Access Location: 0x00000000
    The violation occurred while processing the following instruction:
    0031B086 8B6D00 MOV EBP, [EBP+00]
    0031B089 C1E605 SHL ESI, 05
    0031B08C 8D8580020000 LEA EAX, [EBP+00000280]
    0031B092 01C6 ADD ESI, EAX
    0031B094 8D4618 LEA EAX, [ESI+18]
    0031B097 50 PUSH EAX
    0031B098 898424A4000000 MOV [ESP+000000A4], EAX
    0031B09F E83CB2DEFF CALL LOADER.NLM|kSpinLockDisable
    0031B0A4 83C404 ADD ESP, 00000004
    0031B0A7 8B16 MOV EDX, [ESI]
    Running process: GWPOA-IMAP-HANDLER_10 Process
    Thread Owned by NLM: GWPOA.NLM
    Stack pointer: AEAFE250
    OS Stack limit: AEAEF140
    Scheduling priority: 67371008
    Wait state: 3030070 Yielded CPU
    Stack: --00000000 (LOADER.NLM|KernelAddressSpace+0)
    A2F9B1B0 ?
    --AEAFE0B0 ?
    A3EC7D4F (GWENN4.NLM|GWENN4@WpeCallback+5F)
    --A657B380 ?
    --0000FFF6 (LOADER.NLM|KernelAddressSpace+FFF6)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --AEAFE0DC ?
    A3F576D1 (GWENN4.NLM|GWENN4@WpfPartialFreeField+291)
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A48A8F63 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --AEAFE0EC ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4B798C28 ?
    90171D1F (THREADS.NLM|free+F)
    --A48A8F00 ?
    00226437 (SERVER.NLM|kScheduleFastWorkToDoDirected+6F)
    --009ED154 ?
    -0052B3D8 (SERVER.NLM|XCpuWTD+A8)
    --009ED154 ?
    --A27A88E0 (NWSNUT.NLM|singleBorder+4158)
    --00000246 (LOADER.NLM|KernelAddressSpace+246)
    001065C6 (LOADER.NLM|kSpinUnlockRestore+26)
    --00000246 (LOADER.NLM|KernelAddressSpace+246)
    0031B0C5 (SERVER.NLM|Free+995)
    --A27A8C58 (NWSNUT.NLM|singleBorder+44D0)
    --00000246 (LOADER.NLM|KernelAddressSpace+246)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4B798C28 ?
    A3F55813 (GWENN4.NLM|GWENN4@WpfAddCompleteField+23)
    --AEAFE138 ?
    A3F5585C (GWENN4.NLM|GWENN4@WpfAddCompleteField+6C)
    --A48A8F00 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A27A8C58 (NWSNUT.NLM|singleBorder+44D0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A48A8380 ?
    --AEAFE18C ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000102 (LOADER.NLM|KernelAddressSpace+102)
    --AEAFE17C ?
    A3F576D1 (GWENN4.NLM|GWENN4@WpfPartialFreeField+291)
    --00000102 (LOADER.NLM|KernelAddressSpace+102)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4B798C22 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    -0043AF48 (SERVER.NLM|xAllocSizeTable+0)
    --4B798C2D ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --AEAFE1EC ?
    --4B798C22 ?
    --431BAB00 ?
    --AEAFE198 ?
    A3F5745A (GWENN4.NLM|GWENN4@WpfPartialFreeField+1A)
    --00000102 (LOADER.NLM|KernelAddressSpace+102)
    --00000026 (LOADER.NLM|KernelAddressSpace+26)
    --AEAFE1B0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --7E6CD1BD ?
    90171D1F (THREADS.NLM|free+F)
    --5350DF80 ?
    A40829A3 (GWENN4.NLM|GWENN4@_WpmemFree+13)
    --5350DF80 ?
    --7E6CD1B7 ?
    --AEAFE1F0 ?
    A3F57CDD (GWENN4.NLM|GWENN4@WpfFreeFieldPtr+5DD)
    --7E6CD1BD ?
    --A283F000 ?
    --00007BA0 (LOADER.NLM|KernelAddressSpace+7BA0)
    --00000023 (LOADER.NLM|KernelAddressSpace+23)
    --82AA56E0 ?
    --9DB266C0 ?
    --82AA56E0 ?
    --A283F000 ?
    --00007BA0 (LOADER.NLM|KernelAddressSpace+7BA0)
    --00000023 (LOADER.NLM|KernelAddressSpace+23)
    --00000246 (LOADER.NLM|KernelAddressSpace+246)
    --0000FF5A (LOADER.NLM|KernelAddressSpace+FF5A)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --AEAFE224 ?
    A3F576D1 (GWENN4.NLM|GWENN4@WpfPartialFreeField+291)
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --7E6CD1B7 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --7E6CD1B7 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    Additional Information:
    The CPU encountered a problem executing code in SERVER.NLM. The problem may be in that module or in data passed to that module by a process owned by GWPOA.NLM.
    Loaded Modules:
    MONITOR.NLM NetWare Console Monitor
    Version 12.02.02 April 4, 2006
    Code Address: B3F8F000h Length: 00022BEFh
    Data Address: B3603000h Length: 00005F15h
    GWMTA.NLM GroupWise MTA (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A33D6000h Length: 0016432Bh
    Data Address: A353B000h Length: 0004D08Ah
    GWPOA.NLM GroupWise Post Office Agent (Release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2F4E000h Length: 001871F2h
    Data Address: A3376000h Length: 0005F929h
    XGCAL40.NLM XIS GroupWise Calendar (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2E02000h Length: 000117ABh
    Data Address: A2E14000h Length: 0000A7B4h
    XGMSG40.NLM XIS GroupWise Messaging (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A32B8000h Length: 000BDF70h
    Data Address: A2DDF000h Length: 00022CC9h
    XGDM40.NLM XIS GroupWise Document Management (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2DA4000h Length: 0002B7FBh
    Data Address: A2DD0000h Length: 0000E625h
    XGAB40.NLM XIS GroupWise Addressing (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2D67000h Length: 00030ABBh
    Data Address: A2D98000h Length: 0000BD2Dh
    XGBAS40.NLM XIS GroupWise Base (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2ACB000h Length: 00049D0Bh
    Data Address: A280A000h Length: 0000F980h
    NWSNUT.NLM NetWare NLM Utility User Interface
    Version 7.00.01 July 11, 2008
    Code Address: A27F5000h Length: 000134EBh
    Data Address: A27A4000h Length: 00000790h
    GWENN4.NLM GroupWise Engine (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A3C2B000h Length: 00473610h
    Data Address: A2C94000h Length: 000D2A0Ah
    GWXIS10.NLM XML Integration Service
    Version 1.00.01 November 8, 2004
    Code Address: A2E5F000h Length: 000EEE55h
    Data Address: A26C1000h Length: 0005FC48h
    IPPSRVR.NLM Novell iPrint Server
    Version 4.01.04 October 14, 2008
    Code Address: 9B6D6000h Length: 000171B0h
    Data Address: 9B6EE000h Length: 00008120h
    DPLSV386.NLM NetWare 6.x Distributed Print Library - DPLSV386
    Version 1.15.01 May 21, 2007
    Code Address: 97EE5000h Length: 00054229h
    Data Address: 9B6C0000h Length: 0000C724h
    NIPPED.NLM NetWare 5.x, 6.x INF File Editing Library - NIPPED
    Version 1.03.09 July 11, 2006
    Code Address: 97ED9000h Length: 00005345h
    Data Address: 97EDF000h Length: 0000016Ch
    DPRPCNLM.NLM Novell NDPS RPC Library NLM
    Version 3.00.17 October 10, 2006
    Code Address: 97EB4000h Length: 00005324h
    Data Address: 95056000h Length: 00001F20h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 April 25, 2008
    Code Address: 8934E000h Length: 000009F9h
    Data Address: 8934F000h Length: 00000438h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 April 25, 2008
    Code Address: 8934C000h Length: 000009F9h
    Data Address: 8934D000h Length: 00000438h
    REWRITE.NLM Apache 2.0.63 Rewrite Module
    Version 2.00.63 April 25, 2008
    Code Address: 979FA000h Length: 00006C99h
    Data Address: 9796D000h Length: 00001EA8h
    HEADERS.NLM Apache 2.0.63 Headers Module
    Version 2.00.63 April 25, 2008
    Code Address: 97916000h Length: 00000E39h
    Data Address: 97939000h Length: 00000538h
    EXPIRES.NLM Apache 2.0.63 Expires Module
    Version 2.00.63 April 25, 2008
    Code Address: 978FF000h Length: 00000B89h
    Data Address: 97900000h Length: 00000388h
    MOD_IPP.NLM iPrint Module
    Version 1.00.04 June 7, 2006
    Code Address: 95061000h Length: 00000B76h
    Data Address: 95062000h Length: 000004CCh
    AUTHLDDN.NLM LdapDN Module
    Version 1.00 November 9, 2005
    Code Address: 9505C000h Length: 00001926h
    Data Address: 9505E000h Length: 00000EC8h
    UTILLDP2.NLM LdapDN Module
    Version 1.00 November 9, 2005
    Code Address: 977D3000h Length: 00002A56h
    Data Address: 9505A000h Length: 00001E80h
    MOD_JK.NLM Apache 2.0 plugin for Tomcat
    Version 1.02.23 April 25, 2008
    Code Address: 9895F000h Length: 00025B33h
    Data Address: 98985000h Length: 0000CDD0h
    AUTHLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 April 25, 2008
    Code Address: 94F54000h Length: 00001BB9h
    Data Address: 94F56000h Length: 000019D0h
    UTILLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 April 25, 2008
    Code Address: 97502000h Length: 000034A9h
    Data Address: 97506000h Length: 00002598h
    LLDAPSSL.NLM NetWare SSL Library for LDAP SDK (LibC version)
    Version 3.05.01 September 26, 2007
    Code Address: 94F98000h Length: 00097B47h
    Data Address: 9892C000h Length: 00032034h
    DBNET6.NLM Debug Network IO Support
    Version 1.45.02 March 16, 2006
    Code Address: 9A31A000h Length: 0001B831h
    Data Address: 9A336000h Length: 000127B8h
    IPMCFG.NLM Web Interface for IP Address Management
    Version 1.01.16 October 22, 2005
    Code Address: 9A1CA000h Length: 0000A479h
    Data Address: 9A1D5000h Length: 0000B610h
    NIRMAN.NLM TCPIP - NetWare Internetworking Remote Manager
    Version 1.06.04 September 18, 2007
    Code Address: 9852D000h Length: 00060760h
    Data Address: 9A0A1000h Length: 00018FCAh
    TCPSTATS.NLM Web Interface for Protocol Monitoring
    Version 6.50.10 June 20, 2003
    Code Address: 9A017000h Length: 0000E5ECh
    Data Address: 98D8B000h Length: 00005460h
    NLSADPT2.NLM NLS and Metering adapter for iManager 2.0 plugin
    Version 2.00 September 9, 2003
    Code Address: 98D7F000h Length: 0000665Dh
    Data Address: 99FD7000h Length: 00000E7Dh
    NLSLRUP.NLM NLS - Usage Metering
    Version 4.01.07 May 10, 2005
    Code Address: 99F4C000h Length: 0003BA0Ah
    Data Address: 99F88000h Length: 00010AE0h
    HWDETECT.NLM Novell Hardware Insertion/Removal Detection
    Version 1.19.05 February 20, 2003
    Code Address: 99F14000h Length: 00002B33h
    Data Address: 99F17000h Length: 00000D3Ch
    JNET.NLM Java jnet (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 98CF6000h Length: 0000653Eh
    Data Address: 99BB4000h Length: 00001100h
    PMPORTAL.NLM NetWare License Information Portal
    Version 2.16 November 21, 2003
    Code Address: 98CE3000h Length: 000071C9h
    Data Address: 98CEB000h Length: 00004360h
    NETDB.MPM netdb Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9975E000h Length: 00000AEFh
    Data Address: 9975F000h Length: 000001C4h
    NETDB.NLM Network Database Access Module
    Version 4.11.05 January 6, 2005
    Code Address: 99677000h Length: 0001394Dh
    Data Address: 9968B000h Length: 000025FCh
    TSAFS.NLM SMS - File System Agent for NetWare 6.X
    Version 6.53.03 October 16, 2008
    Code Address: 9803D000h Length: 0005F9A2h
    Data Address: 9809D000h Length: 0000D7B0h
    SPXS.MPM spxs Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9803B000h Length: 0000002Ah
    Data Address: 9803C000h Length: 00000018h
    SPXS.NLM NetWare SPX/SPXII Protocol (PTF)
    Version 5.14 January 18, 2000
    Code Address: 97C39000h Length: 0000A021h
    Data Address: 97E74000h Length: 00000FD8h
    Global Code Address: 97E75000h Length: 00001000h
    SMDR.NLM SMS - Storage Data Requestor
    Version 6.58.01 October 16, 2008
    Code Address: 97BCD000h Length: 00047EF8h
    Data Address: 97C16000h Length: 0000D8E0h
    SMSUT.NLM SMS - Utility Library for NetWare 6.X
    Version 1.01.03 June 26, 2008
    Code Address: 97B1A000h Length: 00010201h
    Data Address: 97B2B000h Length: 00001DF0h
    SASL.NLM Simple Authentication and Security Layer 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 979AB000h Length: 00000C4Ch
    Data Address: 979AC000h Length: 00000160h
    LSL.MPM lsl Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 979A9000h Length: 000001C2h
    Data Address: 979AA000h Length: 00000138h
    SLP.MPM slp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9798E000h Length: 000002E9h
    Data Address: 9798F000h Length: 00000090h
    STREAMS.MPM streams Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9798C000h Length: 000006E9h
    Data Address: 9798D000h Length: 00000188h
    TLI.MPM tli Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 97859000h Length: 00001276h
    Data Address: 9798B000h Length: 00000344h
    SNMP.MPM snmp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 97989000h Length: 000009F7h
    Data Address: 9798A000h Length: 000000FCh
    TCPIP.MPM tcpip Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 977DD000h Length: 00001F5Bh
    Data Address: 97952000h Length: 00000918h
    IPXSPX.MPM ipxspx Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9791E000h Length: 00000C33h
    Data Address: 9791F000h Length: 000004B8h
    IPXS.MPM ipxs Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9791C000h Length: 0000002Ah
    Data Address: 9791D000h Length: 00000018h
    LDAPXS.NLM (Clib version)
    Version 3.04 February 22, 2008
    Code Address: 97509000h Length: 00004307h
    Data Address: 9791B000h Length: 00000870h
    LLDAPX.NLM NetWare Extension APIs for LDAP SDK (LibC version)
    Version 3.05.01 September 26, 2007
    Code Address: 974FC000h Length: 00005DC5h
    Data Address: 9791A000h Length: 00000EF0h
    SYSCALLS.NLM NetWare Operating System Call and Marshalling Library
    Version 5.61 August 2, 2007
    Code Address: 97880000h Length: 0000F50Eh
    Data Address: 97890000h Length: 0000B4ECh
    LBURP.NLM LDAP Bulkload Update/Replication Protocol service extension for Novell eDirectory 8.7.
    Version 10552.76 August 7, 2006
    Code Address: 97608000h Length: 000010ECh
    Data Address: 97857000h Length: 00000444h
    APACHE2.NLM Apache Web Server 2.0.63
    Version 2.00.63 April 25, 2008
    Code Address: 977EB000h Length: 00039D29h
    Data Address: 97825000h Length: 00011A9Ch
    APRLIB.NLM Apache Portability Runtime Library 0.9.17
    Version 0.09.17 April 25, 2008
    Code Address: 9775D000h Length: 0002E688h
    Data Address: 9778C000h Length: 00008088h
    PSA.NSS PSA Posix Semantic Agent (PSA) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 96E7C000h Length: 00005CA9h
    Data Address: 9760E000h Length: 00016930h
    NSPSAP.NLM NetWare Winsock 2.0 NLM NSPSAP.NLM Name Service Provider
    Version 6.20.02 September 8, 2003
    Code Address: 975AA000h Length: 00001EE7h
    Data Address: 975AC000h Length: 00000610h
    NLDAP.NLM LDAP Agent for Novell eDirectory 8.7.3.10
    Version 10555.98 April 23, 2008
    Code Address: 96DF5000h Length: 00075DB8h
    Data Address: 9700C000h Length: 00045A54h
    WSPIPX.NLM NetWare Winsock Service 1.0 NLM for IPX and SPX
    Version 6.22 December 4, 2007
    Code Address: 97555000h Length: 0000E359h
    Data Address: 97564000h Length: 00001762h
    NCPIPX.NLM Novell NCP/IPX Stack NLM
    Version 5.60.01 September 30, 2008
    Code Address: 969A1000h Length: 00005720h
    Data Address: 97432000h Length: 00001308h
    IPXS.NLM NetWare STREAMS IPX Protocol
    Version 4.10.01 February 12, 1998
    Code Address: 97426000h Length: 00001C95h
    Data Address: 97428000h Length: 000000ECh
    Global Code Address: 97429000h Length: 00001000h
    IPXSPX.NLM NetWare IPX/SPX Protocol Stack NLM
    Version 5.60 February 1, 2006
    Code Address: 973C9000h Length: 0000FDF2h
    Data Address: 973DA000h Length: 00009A3Ah
    NFAP4NRM.NLM NFAP Simple Password Management NLM
    Version 1.04 December 8, 2003
    Code Address: 9735C000h Length: 000080A2h
    Data Address: 97365000h Length: 00017CA0h
    CIFSPROX.NLM NMAS Proxy for CIFS (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 972F9000h Length: 0001325Eh
    Data Address: 94EC2000h Length: 00005A60h
    LDAPX.NLM NetWare Extension APIs for LDAP SDK (Clib version)
    Version 3.05.01 September 26, 2007
    Code Address: 94EBC000h Length: 00005D95h
    Data Address: 972EE000h Length: 00000EF0h
    SETMD4.NLM Windows Native File Access CIFS Library (Build 163 SP)
    Version 2.01 November 13, 2008
    Code Address: 97288000h Length: 000012ECh
    Data Address: 9728A000h Length: 00000130h
    CIFS.NLM CIFS Semantic Agent (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 9693A000h Length: 00065E61h
    Data Address: 97206000h Length: 00012870h
    NDSIMON.NLM NDS iMonitor 2.3.1
    Version 20212.12.05 May 14, 2007
    Code Address: 9679F000h Length: 0010E789h
    Data Address: 968AE000h Length: 0008BFF0h
    LANGMANI.NLM Novell Cross-Platform Language Manager
    Version 10310.47 August 9, 2004
    Code Address: 94C78000h Length: 000040F2h
    Data Address: 970EC000h Length: 00001084h
    XI18N.NLM Novell Cross-Platform Internationalization Package
    Version 10310.49 February 3, 2005
    Code Address: 970A5000h Length: 0001CA12h
    Data Address: 94C69000h Length: 00007EC8h
    PORTAL.NLM Novell Remote Manager NLM
    Version 4.03 September 22, 2008
    Code Address: 969CD000h Length: 0010147Ch
    Data Address: 96ACF000h Length: 00069EA4h
    NWIDK.NLM CDWare Volume Module
    Version 3.01.01 September 19, 2003
    Code Address: 94020000h Length: 00004640h
    Data Address: 95B2A000h Length: 00000730h
    BTCPCOM.NLM BTCPCOM.NLM v7.90.000, Build 253
    Version 7.90 July 9, 2003
    Code Address: 9361A000h Length: 00004450h
    Data Address: 955C6000h Length: 00000CECh
    HTTPSTK.NLM Novell Small Http Interface
    Version 4.03 September 4, 2008
    Code Address: 96012000h Length: 000317C6h
    Data Address: 96044000h Length: 00019C10h
    WSPSSL.NLM NetWare Winsock Service 1.0 NLM for SSL
    Version 6.26 December 4, 2007
    Code Address: 95FA3000h Length: 00008AFFh
    Data Address: 95FAC000h Length: 0001095Fh
    NILE.NLM Novell N/Ties NLM ("") Release Build with symbols
    Version 7.00.01 August 20, 2007
    Code Address: 95C80000h Length: 00090A31h
    Data Address: 95F1A000h Length: 00030C70h
    NPKIAPI.NLM Public Key Infrastructure Services
    Version 3.32 September 24, 2008
    Code Address: 95EC6000h Length: 00035E17h
    Data Address: 95EFC000h Length: 0001D9AFh
    NPKIT.NLM Public Key Infrastructure Services
    Version 3.32 September 24, 2008
    Code Address: 95E2B000h Length: 0002E51Eh
    Data Address: 95E5A000h Length: 00016683h
    NTLS.NLM NTLS 2.0.4.0 based on OpenSSL 0.9.7m
    Version 20410.01 August 12, 2008
    Code Address: 94A7D000h Length: 000A72C6h
    Data Address: 95DC6000h Length: 0003915Fh
    LLDAPSDK.NLM LDAP SDK Library (LibC version)
    Version 3.05.02 September 26, 2007
    Code Address: 95C5E000h Length: 00021E83h
    Data Address: 9360E000h Length: 00006BA0h
    PKI.NLM Novell Certificate Server
    Version 3.32 August 25, 2008
    Code Address: 956D8000h Length: 00170AE5h
    Data Address: 94B82000h Length: 00080F60h
    PKIAPI.NLM Public Key Infrastructure Services
    Version 2.23.10 November 20, 2004
    Code Address: 95BD7000h Length: 00037721h
    Data Address: 9352E000h Length: 00006A14h
    LDAPSDK.NLM LDAP SDK Library (Clib version)
    Version 3.05.02 September 26, 2007
    Code Address: 95BB6000h Length: 00020C63h
    Data Address: 93527000h Length: 00006B8Dh
    NWUTIL.NLM Novell Utility Library NLM (_NW65[SP7]{""})
    Version 3.00.02 August 20, 2007
    Code Address: 95B56000h Length: 0000EE40h
    Data Address: 95B65000h Length: 00023BD4h
    NWBSRVCM.NLM NWBSRVCM.NLM v7.90.000, Build 230
    Version 7.90 March 20, 2001
    Code Address: 9351B000h Length: 00006776h
    Data Address: 9561F000h Length: 00000AD0h
    NLSTRAP.NLM NetWare License Server Trap
    Version 5.02 February 19, 2004
    Code Address: 94CA9000h Length: 0000298Ah
    Data Address: 955BD000h Length: 00000695h
    ZIP.NLM Java zip (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 9553E000h Length: 0000ADCCh
    Data Address: 95549000h Length: 00001C90h
    JVMLIB.NLM Java jvmlib (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 954CF000h Length: 00017134h
    Data Address: 954E7000h Length: 00008670h
    VERIFY.NLM Java verify (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 9546F000h Length: 000087B4h
    Data Address: 95478000h Length: 00001BC0h
    JVM.NLM Java Hotspot 1.4.2_18 Interpreter
    Version 1.43 October 16, 2008
    Code Address: 950AE000h Length: 00222FFFh
    Data Address: 94ED6000h Length: 00065A60h
    VOLSMS.NLM NSS Distributed Volume Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E0F000h Length: 00018771h
    Data Address: 94DBC000h Length: 00001780h
    VLRPC.NLM DFS Volume Location Database (VLDB) RPC interface (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E08000h Length: 00003383h
    Data Address: 94E0C000h Length: 000002FDh
    VMRPC.NLM DFS Volume Manager RPC interface (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E02000h Length: 00003703h
    Data Address: 94E06000h Length: 000002FDh
    JSTCP.NLM Jetstream TCP Transport Layer (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DEB000h Length: 000050F0h
    Data Address: 94DF1000h Length: 000001E0h
    JSMSG.NLM Jetstream Message Layer (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DC1000h Length: 00006E80h
    Data Address: 94D97000h Length: 00000220h
    DFSLIB.NLM DFS Common Library (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DB3000h Length: 000005C3h
    Data Address: 94DB4000h Length: 00000080h
    IPMGMT.NLM TCPIP - NetWare IP Address Management
    Version 1.03.01 May 29, 2007
    Code Address: 947D9000h Length: 000307CDh
    Data Address: 9480A000h Length: 0000D778h
    PWDLCM.NLM Novell Simple Password Proxy LCM 2.8.0.0 20080623
    Version 28000806.23 June 23, 2008
    Code Address: 94797000h Length: 0000E228h
    Data Address: 947A6000h Length: 000014B0h
    PWDLSM.NLM Novell Simple Password LSM 2.8.0.0 20080623
    Version 28000806.23 June 23, 2008
    Code Address: 94740000h Length: 00010528h
    Data Address: 94751000h Length: 00001A60h
    LCMCIFS2.NLM Windows Native File Access Login Methods (Build 85 SP)
    Version 2.00.09 May 20, 2008
    Code Address: 94707000h Length: 0000E011h
    Data Address: 94716000h Length: 000016B0h
    LSMCIFS2.NLM Windows Native File Access Login Methods (Build 108 SP)
    Version 2.00.07 July 15, 2008
    Code Address: 946BC000h Length: 0000F071h
    Data Address: 946CC000h Length: 000017B0h
    LSMAFP3.NLM Macintosh Native File Access Login Methods (Build 108 SP)
    Version 2.00.11 July 15, 2008
    Code Address: 94682000h Length: 0000F24Eh
    Data Address: 94692000h Length: 000013C0h
    NMASGPXY.NLM NMAS Generic Proxy 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 94679000h Length: 0000153Ch
    Data Address: 9467B000h Length: 000000E0h
    CRLSM.NLM Challenge Response LSM v2.8.1.0
    Version 2.08.01 October 28, 2008
    Code Address: 945FC000h Length: 00021E46h
    Data Address: 9461E000h Length: 00009456h
    JSOCK6X.NLM NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    Version 1.43 October 16, 2008
    Code Address: 945DC000h Length: 0000FDB1h
    Data Address: 945EC000h Length: 00002C44h
    JAVA.NLM java.nlm (based on 1.4.2_18) Build 08101613
    Version 1.43 October 16, 2008
    Code Address: 944E4000h Length: 000385DEh
    Data Address: 9451D000h Length: 0003DD40h
    JSOCK.NLM Support For Java Sockets (loader)
    Version 1.43 October 16, 2008
    Code Address: 94400000h Length: 00000086h
    Data Address: 94401000h Length: 00000064h
    SPMDCLNT.NLM Novell SPM Client for DClient 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 943A6000h Length: 000145D8h
    Data Address: 943BB000h Length: 00001370h
    SLPTCP.NLM SERVICE LOCATION TCP/UDP INTERFACE (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 94215000h Length: 0000386Ah
    Data Address: 94219000h Length: 0000108Ch
    NSPDNS.NLM NetWare Winsock 2.0 NSPDNS.NLM Name Service Providers
    Version 6.20.03 September 8, 2003
    Code Address: 941EC000h Length: 00002527h
    Data Address: 941EF000h Length: 000004E4h
    WSPIP.NLM NetWare Winsock Service 1.0 NLM for TCP and UDP
    Version 6.24 December 4, 2007
    Code Address: 9406C000h Length: 000124C4h
    Data Address: 9407F000h Length: 0000287Ch
    NCPIP.NLM NetWare NCP Services over IP
    Version 6.02.01 September 30, 2008
    Code Address: 93FCB000h Length: 000168E9h
    Data Address: 93FE2000h Length: 00003540h
    BSDSOCK.NLM Novell BSDSOCK Module
    Version 6.82 November 20, 2007
    Code Address: 93A04000h Length: 00011BF9h
    Data Address: 93A16000h Length: 0000C0E0h
    TCPIP.NLM Novell TCP/IP Stack - Network module (NULL encryption)
    Version 6.82 November 20, 2007
    Code Address: 93573000h Length: 0004E7ECh
    Data Address: 937DC000h Length: 00038D30h
    TCP.NLM Novell TCP/IP Stack - Transport module (NULL encryption)
    Version 6.82.04 September 30, 2008
    Code Address: 93625000h Length: 000253E2h
    Data Address: 9372C000h Length: 0007EEE0h
    NETLIB.NLM Novell TCPIP NETLIB Module
    Version 6.50.22 February 12, 2003
    Code Address: 9364C000h Length: 00005AACh
    Data Address: 93652000h Length: 000D0710h
    CSLIND.NLM TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    Version 4.21 December 7, 1999
    Code Address: 9354B000h Length: 000003CCh
    Data Address: 9354C000h Length: 000024E0h
    BX2.LAN Broadcom NetXtreme II Gigabit Ethernet Driver
    Version 4.42 July 7, 2008
    Code Address: 91378000h Length: 0000F858h
    Data Address: 237A7000h Length: 000450D0h
    ETHERTSM.NLM Novell Ethernet Topology Specific Module
    Version 3.90 March 20, 2006
    Code Address: 91375000h Length: 000024CEh
    Data Address: 90614000h Length: 000002BCh
    MSM.NLM Novell Multi-Processor Media Support Module
    Version 4.12 August 22, 2007
    Code Address: 9135F000h Length: 0000E5B3h
    Data Address: 9136E000h Length: 00003DFCh
    LSAPI.NLM NLS LSAPI Library
    Version 5.02 January 7, 2003
    Code Address: 91344000h Length: 0000A51Bh
    Data Address: 90609000h Length: 00001B00h
    NLSAPI.NLM NLSAPI
    Version 5.02 August 7, 2003
    Code Address: 91328000h Length: 000124DBh
    Data Address: 91306000h Length: 000022A4h
    CONNAUD.NLM NLS - Connection Metering
    Version 3.17 May 10, 2005
    Code Address: 91324000h Length: 000034D3h
    Data Address: 80267000h Length: 00000A9Ch
    NLSMETER.NLM NLS - Software Usage Metering Database
    Version 3.43 May 10, 2005
    Code Address: 91312000h Length: 0000E597h
    Data Address: 905DC000h Length: 0000759Ch
    NLSLSP.NLM NLS - License Service Provider
    Version 5.02 May 25, 2005
    Code Address: 9066B000h Length: 0006DF03h
    Data Address: 906D9000h Length: 000205DCh
    CSL.NLM NetWare Call Support Layer For NetWare
    Version 2.06.02 January 13, 2000
    Code Address: 912C6000h Length: 0000CB32h
    Data Address: 912D3000h Length: 000028F4h
    BTRIEVE.NLM BTRIEVE.NLM v7.90.000
    Version 7.90 March 21, 2001
    Code Address: 912BB000h Length: 000013BFh
    Data Address: 912BD000h Length: 00000980h
    NWMKDE.NLM NWMKDE.NLM v7.94.251.000
    Version 7.94 December 11, 2001
    Code Address: 9051B000h Length: 00053D55h
    Data Address: 91055000h Length: 0000F784h
    NWENC103.NLM NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    Version 7.90 February 24, 2001
    Code Address: 9072C000h Length: 0004D0F5h
    Data Address: 90EA4000h Length: 001B0208h
    NWAIF103.NLM nwaif103.nlm v7.94, Build 251 ()
    Version 7.94 November 30, 2001
    Code Address: 90E2D000h Length: 00010E51h
    Data Address: 9050C000h Length: 00006828h
    PSVCS.NLM Portability Services
    Version 251.00 November 30, 2001
    Code Address: 90DA1000h Length: 0001270Fh
    Data Address: 90DB4000h Length: 00009464h
    NWUCMGR.NLM NWUCMGR.NLM v1.5 Build 230
    Version 1.05 March 14, 2001
    Code Address: 90CC7000h Length: 0000D920h
    Data Address: 904D3000h Length: 000078D4h
    SNMP.NLM Netware 4.x/5.x/6.x SNMP Service
    Version 4.18 July 25, 2006
    Code Address: 90B75000h Length: 00013E90h
    Data Address: 9043C000h Length: 00003220h
    TLI.NLM NetWare Transport Level Interface Library
    Version 4.30.02 December 19, 2000
    Code Address: 90426000h Length: 00003859h
    Data Address: 9022E000h Length: 00000164h
    Global Code Address: 9022F000h Length: 00001000h
    Global Data Address: 9042A000h Length: 00002000h
    CONLOG.NLM System Console Logger
    Version 3.01.02 August 8, 2006
    Code Address: 8A681000h Length: 0000243Ch
    Data Address: 8A684000h Length: 00001CE0h
    DHOST.NLM Novell DHost Portability Interface 1.0.0 SMP
    Version 10010.97 September 18, 2006
    Code Address: 8A602000h Length: 00006621h
    Data Address: 89326000h Length: 0000234Ch
    NSPNDS.NLM NetWare Winsock 2.0 NSPNDS.NLM Name Service Provider
    Version 6.20 November 12, 2001
    Code Address: 8931E000h Length: 00006547h
    Data Address: 892E1000h Length: 00000518h
    DS.NLM Novell eDirectory Version 8.7.3.10 SMP
    Version 10554.34 April 23, 2008
    Code Address: 90807000h Length: 0026E87Eh
    Data Address: 8FDF0000h Length: 00078FB0h
    ROLLCALL.NLM RollCall NLM (101, API 1.0)
    Version 5.00 July 27, 1998
    Code Address: 8FDE4000h Length: 0000055Dh
    Data Address: 8FDE5000h Length: 000002D4h
    SAL.NLM Novell System Abstraction Layer Version 2.3.1
    Version 20350.95 September 18, 2006
    Code Address: 8FDD9000h Length: 00007CD6h
    Data Address: 8FDE1000h Length: 000012A8h
    POLIMGR.NLM NetWare License Policy Manager
    Version 6.27 November 3, 2005
    Code Address: 903EF000h Length: 00013F5Ch
    Data Address: 90403000h Length: 00008E90h
    SPMNWCC.NLM Novell SPM Client for NWCC 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 903DD000h Length: 00011688h
    Data Address: 8FDA3000h Length: 00001340h
    NMAS.NLM Novell Modular Authentication Service 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 8FD2F000h Length: 00059BA8h
    Data Address: 903CF000h Length: 0000D2F0h
    GAMS.NLM Graded Authentication Management Service
    Version 1.30.03 November 2, 2007
    Code Address: 903C1000h Length: 0000D8F7h
    Data Address: 8FD27000h Length: 000012E8h
    NDSAUDIT.NLM Directory Services Audit
    Version 2.09 May 22, 2003
    Code Address: 903B0000h Length: 00010844h
    Data Address: 8FD24000h Length: 00002ED0h
    NICISDI.NLM Security Domain Infrastructure
    Version 27510.02.01 August 25, 2008
    Code Address: 9036D000h Length: 0000ADA2h
    Data Address: 00099000h Length: 00001320h
    SASDFM.NLM SAS Data Flow Manager
    Version 27510.02.01 August 25, 2008
    Code Address: 8FC0F000h Length: 000040AEh
    Data Address: 2F1ED000h Length: 00000980h
    CALNLM32.NLM NetWare NWCalls Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 90341000h Length: 0001CEB9h
    Data Address: 8FBF1000h Length: 00000510h
    TIMESYNC.NLM NetWare Time Synchronization Services
    Version 6.61.01 October 14, 2005
    Code Address: 902F6000h Length: 0000E13Ch
    Data Address: 8FBF7000h Length: 00004240h
    CLXNLM32.NLM NetWare NWCLX Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FC80000h Length: 000011F3h
    Data Address: 8FB09000h Length: 000001B0h
    DSAPI.NLM NetWare NWNet Runtime Library
    Version 6.00.04 January 27, 2006
    Code Address: 8FB07000h Length: 00000043h
    Data Address: 8FB08000h Length: 00000024h
    DSEVENT.NLM NetWare DSEvent Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FACB000h Length: 00000633h
    Data Address: 8FACC000h Length: 00000034h
    NETNLM32.NLM NetWare NWNet Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 902AB000h Length: 00035B77h
    Data Address: 8FBF2000h Length: 00004DA5h
    NCPNLM32.NLM NetWare NWNCP Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 9028B000h Length: 0001F473h
    Data Address: 00000000h Length: 00000000h
    CLNNLM32.NLM NetWare NWClient Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FC65000h Length: 00001CC2h
    Data Address: 8FACA000h Length: 00000150h
    CLIB.NLM (Legacy) Standard C Runtime Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 9024D000h Length: 0001898Eh
    Data Address: 8FC5E000h Length: 00002FB0h
    NIT.NLM NetWare Interface Tools Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 90230000h Length: 0001C694h
    Data Address: 8FAC8000h Length: 00000690h
    NLMLIB.NLM Novell NLM Runtime Library
    Version 5.90.15 March 10, 2008
    Code Address: 901E7000h Length: 000263EDh
    Data Address: 8FC4F000h Length: 000038C0h
    STREAMS.NLM NetWare STREAMS PTF
    Version 6.00.06 May 4, 2005
    Code Address: 901D4000h Length: 0001206Dh
    Data Address: 8FB84000h Length: 000010A0h
    Global Code Address: 8FAC7000h Length: 00001000h
    REQUESTR.NLM Novell NCP Requestor for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 9019C000h Length: 00020DE3h
    Data Address: 8FB82000h Length: 000010D0h
    THREADS.NLM Novell Threads Package for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 90171000h Length: 00018CF8h
    Data Address: 9018A000h Length: 000116A0h
    LIB0.NLM Novell Ring 0 Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 8FF0D000h Length: 000250EAh
    Data Address: 8FF33000h Length: 00228070h
    MASV.NLM Mandatory Access Control Service
    Version 1.50 July 27, 2006
    Code Address: 8FBC7000h Length: 00011F26h
    Data Address: 8FB49000h Length: 00002390h
    NSPSLP.NLM NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    Version 6.20.04 December 6, 2007
    Code Address: 8FAF9000h Length: 00005ED3h
    Data Address: 8FAAC000h Length: 00000B30h
    PMLODR.NLM PMLodr for NW65
    Version 1.26 October 7, 2005
    Code Address: 8FB19000h Length: 0000E63Ah
    Data Address: 8FB28000h Length: 00001658h
    SLP.NLM SERVICE LOCATION PROTOCOL (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 8FACD000h Length: 0001A658h
    Data Address: 8FAE8000h Length: 00005384h
    CCS.NLM Controlled Cryptography Services from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8FA7F000h Length: 00019EE4h
    Data Address: 2F951000h Length: 00002F90h
    DSLOADER.NLM Novell eDirectory Version 8.7.3 Loader SMP
    Version 10554.34 April 23, 2008
    Code Address: 8F9F2000h Length: 0000C73Ch
    Data Address: 8F9FF000h Length: 00001278h
    XENGUSC.NLM NICI U.S./Worldwide XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F9DF000h Length: 00000058h
    Data Address: 00000000h Length: 00000000h
    XNGAUSC.NLM NICI U.S./Worldwide XMGR Assistant XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F9A7000h Length: 000153E4h
    Data Address: 2FABF000h Length: 00004864h
    XENGEXP.NLM NICI Import Restricted XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8A5B1000h Length: 00050DD4h
    Data Address: 2FADC000h Length: 00014C3Ch
    XENGNUL.NLM NICI NULL XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F998000h Length: 00001DC9h
    Data Address: 330C6000h Length: 00000860h
    XMGR.NLM NICI XMGR from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F80F000h Length: 00026001h
    Data Address: 2FD9C000h Length: 0000AA10h
    XSUP.NLM NICI XSUP from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F79A000h Length: 00006EF2h
    Data Address: 2FDAF000h Length: 00023170h
    XIM.XLM Novell NICI Signed Loader
    Version 27510.02.01 August 25, 2008
    Code Address: 8F70C000h Length: 0002C680h
    Data Address: 2FDA7000h Length: 00007CE4h
    WS2_32.NLM NetWare Winsock 2.0 NLM
    Version 6.24.01 February 14, 2008
    Code Address: 8F372000h Length: 00037F28h
    Data Address: 8F3AA000h Length: 00011B84h
    NCP.NLM NetWare Core Protocol (NCP) Engine
    Version 5.61.01 September 30, 2008
    Code Address: 8F319000h Length: 00026DEFh
    Data Address: 8F340000h Length: 00018B24h
    QUEUE.NLM NetWare Queue Services NLM
    Version 5.60 May 24, 2001
    Code Address: 8F310000h Length: 00006D8Dh
    Data Address: 8F317000h Length: 00000473h
    VDISK.NLM NetWare Virtual Disk
    Version 1.00 November 30, 2004
    Code Address: 8ACEA000h Length: 00001FEEh
    Data Address: 8F2CD000h Length: 00001160h
    NWTERMIO.NLM NetWare Terminal Emulation
    Version 1.00 September 11, 2006
    Code Address: 8A9C3000h Length: 00007570h
    Data Address: 8A9CB000h Length: 00004560h
    MALHLP.NLM NSS Configure help messages (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6B4000h Length: 000000BAh
    Data Address: 8A6B5000h Length: 0000002Ah
    CDDVD.NSS NSS Loadable Storage System (LSS) for CD/UDF (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ACED000h Length: 00014B00h
    Data Address: 8A6AA000h Length: 00001050h
    NSSIDK.NSS NSS Pool Configuration Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6AD000h Length: 000039C5h
    Data Address: 8A6B1000h Length: 00000090h
    PARTAPI.NLM Partition APIs for NetWare 6.1
    Version 2.00 April 17, 2002
    Code Address: 8A6AC000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    VOLMN.NSS NSS Distributed Volume Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ACBD000h Length: 0000A6A3h
    Data Address: 8A6A5000h Length: 000005B0h
    NWSA.NSS NSS NetWare Semantic Agent (NWSA) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ABBF000h Length: 0004ADCEh
    Data Address: 8AC0A000h Length: 000A1390h
    ZLSS.NSS NSS Journaled Storage System (ZLSS) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8AAE5000h Length: 000CD166h
    Data Address: 8ABB3000h Length: 0000BE30h
    MAL.NSS NSS Media Access Layer (MAL) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A696000h Length: 00003196h
    Data Address: 8A69A000h Length: 00000170h
    MANAGE.NSS NSS Management Functions (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A4B2000h Length: 0004F275h
    Data Address: 8A502000h Length: 00000C20h
    COMN.NSS NSS Common Support Layer (COMN) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A9D3000h Length: 000EF3F8h
    Data Address: 8AAC3000h Length: 00015E50h
    NSS.NLM NSS (Novell Storage Services) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6DE000h Length: 00030420h
    Data Address: 8A70F000h Length: 00091830h
    SYSLOG.NLM NetWare Logfile Daemon
    Version 6.05.03 October 22, 2007
    Code Address: 8A45D000h Length: 0000616Ah
    Data Address: 8A6B7000h Length: 00026140h
    LIBNSS.NLM Generic Library used by NSS (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A464000h Length: 0000464Ch
    Data Address: 8A469000h Length: 000003D0h
    NSSWIN.NLM NSS ASCI Window API Library (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A44D000h Length: 000047DCh
    Data Address: 8A452000h Length: 000000FCh
    LOCNLM32.NLM NetWare NWLocale Runtime Library
    Version 6.00.04 November 29, 2005
    Code Address: 8A3C9000h Length: 000044BBh
    Data Address: 8A445000h Length: 00000B30h
    UNICODE.NLM NetWare Unicode Runtime Library (UniLib-based) [optimized]
    Version 7.00 October 26, 2004
    Code Address: 8A432000h Length: 000016F5h
    Data Address: 8A404000h Length: 00000504h
    FILESYS.NLM NetWare File System NLM
    Version 5.14 April 16, 2008
    Code Address: 8A503000h Length: 0008E4E7h
    Data Address: 8A592000h Length: 00012C90h
    LFS.NLM NetWare Logical File System NLM
    Version 5.12 September 21, 2005
    Code Address: 8A41D000h Length: 000098A2h
    Data Address: 8A427000h Length: 000084BCh
    CONNMGR.NLM NetWare Connection Manager NLM
    Version 5.60.01 September 7, 2006
    Code Address: 8A3D3000h Length: 0001172Bh
    Data Address: 8A3E5000h Length: 00003CE8h
    ACPIPWR.NLM ACPI Power Management Driver for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A3B1000h Length: 00000C9Ah
    Data Address: 8A3B2000h Length: 00000904h
    ACPICMGR.NLM ACPI Component Manager for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A3A6000h Length: 00000A6Fh
    Data Address: 8A3A7000h Length: 000002F4h
    MEGA_SAS.HAM NetWare LSI MegaRAID_SAS HAM Driver
    Version 1.06.05 August 23, 2007
    Code Address: 8A384000h Length: 00006391h
    Data Address: 30A42000h Length: 00000B09h
    IDEATA.HAM Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Version 4.34 May 5, 2007
    Code Address: 8A313000h Length: 00010F67h
    Data Address: 314DC000h Length: 00005880h
    SCSIHD.CDM Novell NetWare SCSI Fixed Disk Custom Device Module
    Version 3.03.10 May 30, 2008
    Code Address: 8A30D000h Length: 00005523h
    Data Address: 006AC000h Length: 000017C0h
    IDECD.CDM Novell ATA/IDE CD/DVD Custom Device Module
    Version 4.13 April 4, 2007
    Code Address: 8A2A6000h Length: 00004201h
    Data Address: 00FEE000h Length: 00001084h
    ACPIDRV.PSM ACPI Platform Support Module for ACPI compliant systems
    Version 1.05.19 January 16, 2007
    Code Address: 8A224000h Length: 0000AD1Eh
    Data Address: 00A20000h Length: 0000C694h
    ACPICA.NLM ACPI Component Architecture for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A1BB000h Length: 0002BA90h
    Data Address: 8A1E7000h Length: 00011C74h
    ACPIASL.NLM ACPI Architecture Services Layer for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A1B9000h Length: 00000F9Bh
    Data Address: 8A1BA000h Length: 0000019Ch
    EHCIDRV.CAD Novell Universal Serial Bus EHCI driver
    Version 1.05 February 26, 2008
    Code Address: 897C6000h Length: 00004C28h
    Data Address: 00A59000h Length: 00000B20h
    UHCIDRV.CAD Novell Universal Serial Bus UHCI driver
    Version 1.07 February 26, 2008
    Code Address: 89792000h Length: 00004F7Fh
    Data Address: 00A5A000h Length: 00000694h
    CIOS.NLM Consolidated IO System
    Version 1.60 February 12, 2008
    Code Address: 8A0BF000h Length: 00042C15h
    Data Address: 31961000h Length: 00008B4Ah
    LSL.NLM Novell NetWare Link Support Layer
    Version 4.86 February 2, 2006
    Code Address: 89849000h Length: 0000A7A7h
    Data Address: 89854000h Length: 00009EC8h
    NWPALOAD.NLM NetWare 5 NWPA Load Utility
    Version 3.00 July 10, 2000
    Code Address: 8982B000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    NWPA.NLM NetWare 6.5 NetWare Peripheral Architecture NLM
    Version 3.21.02 October 29, 2008
    Code Address: 897E9000h Length: 00016C82h
    Data Address: 89800000h Length: 00002A5Ch
    MM.NLM NetWare 6.5 Media Manager
    Version 3.22.07 August 20, 2008
    Code Address: 802F7000h Length: 0004CAB0h
    Data Address: 897B5000h Length: 0000BA1Ch
    SGUID.NLM NetWare GUID Services
    Version 6.01 September 27, 2002
    Code Address: 897B3000h Length: 00000E04h
    Data Address: 897B4000h Length: 0000018Ah
    NBI.NLM NetWare Bus Interface
    Version 3.01.01 July 13, 2007
    Code Address: 897A1000h Length: 0000D72Dh
    Data Address: 897AF000h Length: 00003D8Dh
    NEB.NLM Novell Event Bus
    Version 5.60 September 27, 2004
    Code Address: 896EC000h Length: 00005843h
    Data Address: 896F2000h Length: 0000097Ch
    DIAG500.NLM Diagnostic/coredump utility for NetWare 6.x
    Version 3.04.03 October 31, 2007
    Code Address: 89725000h Length: 00007FC0h
    Data Address: 8972E000h Length: 0001DF84h
    CPUCHECK.NLM NetWare Processor Checking Utility
    Version 5.60.01 December 6, 2007
    Code Address: 80285000h Length: 00001B5Ch
    Data Address: 896F4000h Length: 00004B3Ch
    NWKCFG.NLM NetWare Kernel Config NLM
    Version 2.16 June 24, 2005
    Code Address: 89605000h Length: 00003F4Fh
    Data Address: 89609000h Length: 00003CA4h
    CDBE.NLM NetWare Configuration DB Engine
    Version 6.01 September 21, 2006
    Code Address: 8935B000h Length: 000116E6h
    Data Address: 8936D000h Length: 000161FAh
    FATFS.NLM FAT Filesystem Module for NetWare
    Version 1.24 August 27, 2007
    Code Address: 8098A000h Length: 00020526h
    Data Address: 809AB000h Length: 0002B32Fh
    LIBC.NLM Standard C Runtime Library for NLMs [optimized, 7]
    Version 9.00.05 October 3, 2008
    Code Address: 80800000h Length: 000D0CD6h
    Data Address: 808D1000h Length: 000415E0h
    PVER500.NLM NetWare 6.XX Version Library
    Version 3.00 February 1, 2007
    Code Address: 8026C000h Length: 00000837h
    Data Address: 8026D000h Length: 000003DCh
    SERVER.NLM NetWare Server Operating System
    Version 5.70.08 October 3, 2008
    Code Address: 00201D00h Length: 0016A000h
    Data Address: 00401D00h Length: 00217300h

  • Groupwise 7 Gateway for Exchange

    I am testing the Novell Groupwise Gateway for Exchange SP2. I have already tested the API Gateway but wanted to try the newer version because it will be supported for awhile. I downloaded the install and went through all the instructions. I am using Groupwise 7.0.1 and Exchange 2003. The install went fine and the configurations are correct but I must be missing something. When I go to start the Gateway Application it starts then stops. I checked on the GW MTA and it says the link is Closed. The reason the link it closed it says can't create directories. I checked the Gateway application and it shows Groupwise link closed and other link Open. I logged into a ws as the same user to check the rights and I was able to create a new directory in the domain directory. I changed the logging to verbose on the Exchange Gateway to see if I can see an error and it says trying to re-establish GW link.
    03-11-08 10:17:53 0 Begin Configuration Information
    03-11-08 10:17:53 0 Platform= Windows 2003 (TM) Version 5.2 (Build 3790) Serv
    ice Pack 2
    03-11-08 10:17:53 0 Domain and gateway= VMDomain.Exchange_Gateway1
    03-11-08 10:17:53 0 Foreign Name= <none specified>
    03-11-08 10:17:53 0 Description= <none specified>
    03-11-08 10:17:53 0 Alias Type= Exchange
    03-11-08 10:17:53 0 Root Directory= \\VMNW65\data\VMDOMAIN\wpgate\Exchange_Ga
    teway1
    03-11-08 10:17:53 0 Work Directory= \\VMNW65\data\VMDOMAIN\wpgate\Exchange_Ga
    teway1\000.prc\gwwork
    03-11-08 10:17:53 0 Log File= \\VMNW65\data\VMDOMAIN\wpgate\Exchange_Gateway1
    \000.prc\0311log.001
    03-11-08 10:17:53 0 Directory ID= exc367d
    03-11-08 10:17:53 0 Directory Synchronization= NO
    03-11-08 10:17:53 0 Directory Exchange= NO
    03-11-08 10:17:53 0 Accounting= YES
    03-11-08 10:17:53 0 Access Control= NO
    03-11-08 10:17:53 0 Convert GroupWise Status to Messages= NO
    03-11-08 10:17:53 0 Outbound Status Level= OPEN
    03-11-08 10:17:53 0 Log Level= Verbose
    03-11-08 10:17:53 0 Log Max Age= 7 days
    03-11-08 10:17:53 0 Log Max Space= 1024 kb
    03-11-08 10:17:53 0 Enable Recovery= YES
    03-11-08 10:17:53 0 Retry Count= 10
    03-11-08 10:17:53 0 Retry Interval= 60 seconds
    03-11-08 10:17:53 0 Failed Recovery Wait= 3600 seconds
    03-11-08 10:17:53 0 Network Reattach Command= <none specified>
    03-11-08 10:17:53 0 Correlation DB Enabled= YES
    03-11-08 10:17:53 0 Correlation DB Age= 14 days
    03-11-08 10:17:53 0 Correlation DB Directory= \\VMNW65\data\VMDOMAIN\wpgate\E
    xchange_Gateway1
    03-11-08 10:17:53 0 Send/Receive Cycle= 2 minutes
    03-11-08 10:17:53 0 Minimum Run= 0 minutes
    03-11-08 10:17:53 0 Idle Sleep Duration= 30 seconds
    03-11-08 10:17:53 0 Snap Shot Interval= 10 minutes
    03-11-08 10:17:53 0 Time Zone= PST
    03-11-08 10:17:53 0 GMT Offset= -8 hours, 0 minutes
    03-11-08 10:17:53 0 Hemisphere= NORTH
    03-11-08 10:17:53 0 Daylight Saving Change= 1 hours, 0 minutes
    03-11-08 10:17:53 0 Daylight Saving Begin= 4/6 (month/day)
    03-11-08 10:17:53 0 Daylight Saving End= 10/26 (month/day)
    03-11-08 10:17:53 0 Procedure ID= 000
    03-11-08 10:17:53 0 SNMP On
    03-11-08 10:17:53 0 Gateway Build Timestamp: Wednesday, April 25, 2007 15:30:38
    03-11-08 10:17:53 0 GWIN.DLL Build Timestamp: Wednesday, April 25, 2007 15:32:2
    4
    03-11-08 10:17:53 0 GWOUT.DLL Build Timestamp: Wednesday, April 25, 2007 15:33:
    50
    03-11-08 10:17:53 0 Startup Switches= /Home-\\VMNW65\data\VMDOMAIN\wpgate\Exc
    hange_Ga
    03-11-08 10:17:53 0 teway1 /rt-1 /st-1 /group /Custom /appl
    03-11-08 10:17:53 0 End Configuration Information
    03-11-08 10:17:54 0 Checking the correlation DB
    03-11-08 10:17:54 0 Correlation DB check complete
    03-11-08 10:17:54 0 The gateway is attempting to reestablish the GroupWise link

    The gateway directory has to be in less that 8 chars, or at least 8.3...
    On Netware the agents have this restriction.
    Morris
    cnakagaw wrote:
    > I am testing the Novell Groupwise Gateway for Exchange SP2. I have
    > already tested the API Gateway but wanted to try the newer version
    > because it will be supported for awhile. I downloaded the install and
    > went through all the instructions. I am using Groupwise 7.0.1 and
    > Exchange 2003. The install went fine and the configurations are correct
    > but I must be missing something. When I go to start the Gateway
    > Application it starts then stops. I checked on the GW MTA and it says
    > the link is Closed. The reason the link it closed it says can't create
    > directories. I checked the Gateway application and it shows Groupwise
    > link closed and other link Open. I logged into a ws as the same user to
    > check the rights and I was able to create a new directory in the domain
    > directory. I changed the logging to verbose on the Exchange Gateway to
    > see if I can see an error and it says trying to re-establish GW link.
    >
    >
    > 03-11-08 10:17:53 0 Begin Configuration Information
    > 03-11-08 10:17:53 0 Platform= Windows 2003 (TM) Version 5.2 (Build
    > 3790) Serv
    > ice Pack 2
    > 03-11-08 10:17:53 0 Domain and gateway= VMDomain.Exchange_Gateway1
    > 03-11-08 10:17:53 0 Foreign Name= <none specified>
    > 03-11-08 10:17:53 0 Description= <none specified>
    > 03-11-08 10:17:53 0 Alias Type= Exchange
    > 03-11-08 10:17:53 0 Root Directory=
    > \\VMNW65\data\VMDOMAIN\wpgate\Exchange_Ga
    > teway1
    > 03-11-08 10:17:53 0 Work Directory=
    > \\VMNW65\data\VMDOMAIN\wpgate\Exchange_Ga
    > teway1\000.prc\gwwork
    > 03-11-08 10:17:53 0 Log File=
    > \\VMNW65\data\VMDOMAIN\wpgate\Exchange_Gateway1
    > \000.prc\0311log.001
    > 03-11-08 10:17:53 0 Directory ID= exc367d
    > 03-11-08 10:17:53 0 Directory Synchronization= NO
    > 03-11-08 10:17:53 0 Directory Exchange= NO
    > 03-11-08 10:17:53 0 Accounting= YES
    > 03-11-08 10:17:53 0 Access Control= NO
    > 03-11-08 10:17:53 0 Convert GroupWise Status to Messages= NO
    > 03-11-08 10:17:53 0 Outbound Status Level= OPEN
    > 03-11-08 10:17:53 0 Log Level= Verbose
    > 03-11-08 10:17:53 0 Log Max Age= 7 days
    > 03-11-08 10:17:53 0 Log Max Space= 1024 kb
    > 03-11-08 10:17:53 0 Enable Recovery= YES
    > 03-11-08 10:17:53 0 Retry Count= 10
    > 03-11-08 10:17:53 0 Retry Interval= 60 seconds
    > 03-11-08 10:17:53 0 Failed Recovery Wait= 3600 seconds
    > 03-11-08 10:17:53 0 Network Reattach Command= <none specified>
    > 03-11-08 10:17:53 0 Correlation DB Enabled= YES
    > 03-11-08 10:17:53 0 Correlation DB Age= 14 days
    > 03-11-08 10:17:53 0 Correlation DB Directory=
    > \\VMNW65\data\VMDOMAIN\wpgate\E
    > xchange_Gateway1
    > 03-11-08 10:17:53 0 Send/Receive Cycle= 2 minutes
    > 03-11-08 10:17:53 0 Minimum Run= 0 minutes
    > 03-11-08 10:17:53 0 Idle Sleep Duration= 30 seconds
    > 03-11-08 10:17:53 0 Snap Shot Interval= 10 minutes
    > 03-11-08 10:17:53 0 Time Zone= PST
    > 03-11-08 10:17:53 0 GMT Offset= -8 hours, 0 minutes
    > 03-11-08 10:17:53 0 Hemisphere= NORTH
    > 03-11-08 10:17:53 0 Daylight Saving Change= 1 hours, 0 minutes
    > 03-11-08 10:17:53 0 Daylight Saving Begin= 4/6 (month/day)
    > 03-11-08 10:17:53 0 Daylight Saving End= 10/26 (month/day)
    > 03-11-08 10:17:53 0 Procedure ID= 000
    > 03-11-08 10:17:53 0 SNMP On
    > 03-11-08 10:17:53 0 Gateway Build Timestamp: Wednesday, April 25, 2007
    > 15:30:38
    > 03-11-08 10:17:53 0 GWIN.DLL Build Timestamp: Wednesday, April 25,
    > 2007 15:32:2
    > 4
    > 03-11-08 10:17:53 0 GWOUT.DLL Build Timestamp: Wednesday, April 25,
    > 2007 15:33:
    > 50
    > 03-11-08 10:17:53 0 Startup Switches=
    > /Home-\\VMNW65\data\VMDOMAIN\wpgate\Exc
    > hange_Ga
    > 03-11-08 10:17:53 0 teway1 /rt-1 /st-1 /group /Custom /appl
    > 03-11-08 10:17:53 0 End Configuration Information
    > 03-11-08 10:17:54 0 Checking the correlation DB
    > 03-11-08 10:17:54 0 Correlation DB check complete
    > 03-11-08 10:17:54 0 The gateway is attempting to reestablish the
    > GroupWise link
    >
    >

  • Exchange 2003 to GroupWise 7

    We are not able to successfully complete a migration of all users from
    Exchange 2003 to GroupWise 7 on Netware. Issues below:
    ** NOT Necessarily in exact order of sequence **
    System config:
    Netware OES fully service packed, new server, 4GB RAM, 4 Processors.
    GroupWise 7.0.1 IR1 Post Office installed. Domain located on an older,
    existing server.
    Microsoft Windows Server 2003, Exchange 2003 single server. Nothing
    special or unusual about this setup for Exchange, pretty generic.
    1. Issue attempting to install Migration utility. Utility unable to run
    after installation on any workstation. Various errors from "unable to
    create GroupWise account" to "unable to login to Exchange mailbox" and a
    few others. We also got "fatal errors when trying to extract .csv file".
    This was resolved later by running fixmapi.
    2. After nearly 18 hours attempting to get the utility to work, we were
    able to successfully load it onto 2 workstations. It appeared that it
    would work on both.
    3. We tried many things to install and run the utility on 15 additional
    workstations with no success.
    4. Found that the only 2 workstations that appeared to run the utility
    were fairly new, less than 2 months old. We then tried fresh installations
    of WINXP and WIN2000 on 2 workstations with no success. One of the 2
    workstations that did work, later no longer would run the utility. After
    running fixmapi.exe on that workstation, it did again work.
    5. A suggestion from Novell NTS was to run fixmapi.exe. This appeared to
    have corrected 4 of the 10 workstations on which we tried it.
    6. Found on 2 workstations that if ZEN DLU (Dynamic Local User) was used,
    the migration utility did not work. We found this by logging in as
    "Workstation Only" which connected the workstation to the domain, then a
    login to eDirectory. The utility did work. So, again we tried to login on
    startup to eDirectory and again were not able to run the utility. So, the
    fact that some workstations here use DLU may be an issue for this utility.
    7. Found that on other workstations, the utility would run ONLY if
    "Workstation Only" was selected, then login to eDirectory. We were able to
    repeat this sequence multiple times. This is on a workstation not running
    ZEN DLU.
    8. Of the 6 workstations we were able to run the utility, 1 failed in the
    first 5 minutes and would no longer work. So, we split the .csv file from
    the Exchange server into 5 parts and started the migration on the 5
    available operating workstations. Of the 5, only 2 completed the utility.
    Of those 2, only 7 of the 45 users to be migrated completed on 1
    workstation and 15 of 45 completed on another.
    9. On the 2 workstations that completed, all user accounts were created
    but the utility was unable to access the GroupWise account. Login to
    GroupWise account failed.
    10. Migration utility rules creation issue. There are 2 issues here.
    10a. The utility suggests to create a rule using a sub-domain and a
    forward rule in Exchange to the new GroupWise system. We are migrating
    from: royalmouldings.com to ggc.com. So, the sub-domain is
    marexch.ggc.com. The rule would read "forward all mail to
    [email protected]. However, Exchange cannot forward to an external
    domain at the client level. The only means to do so is to create a contact
    in AD with an SMTP email address of the domain to be forwarded to. Then,
    in the users account a rule may be created to forward to that newly
    created contact. The fact that we are forwarding to an external internet
    domain, as in NOT the same one currently used in Exchange, is not
    indicated in the documentation. Additionally, if anyone is to do this, a
    lot of manual work must be done to accomplish this task. Not too practical
    to do for hundreds or thousands of users. This has been a big problem as a
    result of the large amount of users in the system and the time it takes to
    create each of these contacts.
    10b. The second issue is the fact that the rule was created for 1 user,
    then no other users had the rule created. So, even if the rule were to
    work or we were migrating from and to the same domain name, we'd still
    have the rule issue as it was never again created by the utility after the
    first user was migrated.
    Any help would be greatly appreciated.
    Thanks

    Bill, you're understandably frustrated. I have a couple of comments.
    1. The network authentication system used by Microsoft Exchange requires that you log in to your workstation with the same user ID and password as your account on Exchange. If they don't match, Exchange returns errors that are not always understandable. That might explain why Zen DLU has problems.
    2. It seems that every application that deals with e-mail has its own version of MAPI, and they're not always compatible with each other. Outlook, GroupWise, and the migration utility all use MAPI. The fixmapi utility will restore the MAPI DLLs that Outlook expects, which is usually the version that works best.
    3. The migration utility should be improved to detect potential errors like these.
    >>> Bill Long<[email protected]> 5/19/07 11:59 AM >>>
    We are not able to successfully complete a migration of all users from
    Exchange 2003 to GroupWise 7 on Netware. Issues below:
    ** NOT Necessarily in exact order of sequence **
    System config:
    Netware OES fully service packed, new server, 4GB RAM, 4 Processors.
    GroupWise 7.0.1 IR1 Post Office installed. Domain located on an older,
    existing server.
    Microsoft Windows Server 2003, Exchange 2003 single server. Nothing
    special or unusual about this setup for Exchange, pretty generic.
    1. Issue attempting to install Migration utility. Utility unable to run
    after installation on any workstation. Various errors from "unable to
    create GroupWise account" to "unable to login to Exchange mailbox" and a
    few others. We also got "fatal errors when trying to extract .csv file".
    This was resolved later by running fixmapi.
    2. After nearly 18 hours attempting to get the utility to work, we were
    able to successfully load it onto 2 workstations. It appeared that it
    would work on both.
    3. We tried many things to install and run the utility on 15 additional
    workstations with no success.
    4. Found that the only 2 workstations that appeared to run the utility
    were fairly new, less than 2 months old. We then tried fresh installations
    of WINXP and WIN2000 on 2 workstations with no success. One of the 2
    workstations that did work, later no longer would run the utility. After
    running fixmapi.exe on that workstation, it did again work.
    5. A suggestion from Novell NTS was to run fixmapi.exe. This appeared to
    have corrected 4 of the 10 workstations on which we tried it.
    6. Found on 2 workstations that if ZEN DLU (Dynamic Local User) was used,
    the migration utility did not work. We found this by logging in as
    "Workstation Only" which connected the workstation to the domain, then a
    login to eDirectory. The utility did work. So, again we tried to login on
    startup to eDirectory and again were not able to run the utility. So, the
    fact that some workstations here use DLU may be an issue for this utility.
    7. Found that on other workstations, the utility would run ONLY if
    "Workstation Only" was selected, then login to eDirectory. We were able to
    repeat this sequence multiple times. This is on a workstation not running
    ZEN DLU.
    8. Of the 6 workstations we were able to run the utility, 1 failed in the
    first 5 minutes and would no longer work. So, we split the .csv file from
    the Exchange server into 5 parts and started the migration on the 5
    available operating workstations. Of the 5, only 2 completed the utility.
    Of those 2, only 7 of the 45 users to be migrated completed on 1
    workstation and 15 of 45 completed on another.
    9. On the 2 workstations that completed, all user accounts were created
    but the utility was unable to access the GroupWise account. Login to
    GroupWise account failed.
    10. Migration utility rules creation issue. There are 2 issues here.
    10a. The utility suggests to create a rule using a sub-domain and a
    forward rule in Exchange to the new GroupWise system. We are migrating
    from: royalmouldings.com to ggc.com. So, the sub-domain is
    marexch.ggc.com. The rule would read "forward all mail to
    [email protected]. However, Exchange cannot forward to an external
    domain at the client level. The only means to do so is to create a contact
    in AD with an SMTP email address of the domain to be forwarded to. Then,
    in the users account a rule may be created to forward to that newly
    created contact. The fact that we are forwarding to an external internet
    domain, as in NOT the same one currently used in Exchange, is not
    indicated in the documentation. Additionally, if anyone is to do this, a
    lot of manual work must be done to accomplish this task. Not too practical
    to do for hundreds or thousands of users. This has been a big problem as a
    result of the large amount of users in the system and the time it takes to
    create each of these contacts.
    10b. The second issue is the fact that the rule was created for 1 user,
    then no other users had the rule created. So, even if the rule were to
    work or we were migrating from and to the same domain name, we'd still
    have the rule issue as it was never again created by the utility after the
    first user was migrated.
    Any help would be greatly appreciated.
    Thanks

  • GroupWise intall on Mac OS 10.8.5

    Anyone have advice what to troubleshoot on a GroupWise 8 client install on Mac Book Pro using OS 10.8.5. The client installs but the issue is with startup. The GW client asks for un/pw and when it is provided the application just hangs there. We end up using "Force Quit" to get the GW 8 logo off of the screen. I have GW 8 running on my MBP that uses 10.9. Honestly, I wish that Novell would have a Mac client for GW14 since they have ZCM managing Macs.
    Anyhow, thanks in advance for any support.

    On 09/09/2014 23:16, dudeabends wrote:
    > I think it's Java SE 6 runtime that's used.
    Apple offer Java 6 for OS X Lion[1] whilst Oracle offer Java 7[2].
    > Take a look at the following links, they might help:
    >
    > TID7013139
    > https://www.novell.com/support/kb/doc.php?id=7013139
    >
    > https://www.novell.com/communities/c...0-9-mavericks/
    >
    > I imagine best chance of success will be with GroupWise client 8.0.2 HP4
    > (the latest version of the client).
    Note that GroupWise Client for Mac 8.0.2 HP4 was pulled by Novell so the
    latest GroupWise Client now available from Novell for Mac is 8.0.2[3]
    although it's possible to find the HP4 client download available
    elsewhere if you know the filename (clue: it's referenced in the above
    Cool Solutions article).
    HTH.
    [1] http://support.apple.com/kb/DL1572
    [2] http://www.java.com/en/download/faq/java_mac.xml
    [3] https://download.novell.com/Download...d=JpU1w4s6m20~
    Simon
    Novell Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.

  • GroupWise 7 Gateway For MS Exchange error

    "The gateway is attempting to reestablish the GroupWise link" when starting
    the gateway on the Exchange server. It's in a loop restarting. The user
    logged in the the server has full rights to both AD and Edirectory and the
    GW Domain. Any ideas what is causing this? The "other" link opens but not
    the Groupwise. Rights??
    D

    Dave,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

Maybe you are looking for

  • Please urgent help needed for the following

    Hi Everybody! I desperately need help as soon as possible. Following is the partial code for the driver program which will use the Employee class Objects(Employee is declared abstract). If you want to see whole code you can take a look at my last two

  • Printing a smartform to a different printer than my default

    I have a function module that gets passes a delivery number and the short-name of a printer.  The function module is supposed to print a smartform (pick list) for that delivery to the specified printer.  The problem is that no matter what I put in fo

  • What is the IDEAL Setup

    Hi, I am having my database in Oracle 9i Release 2 (9.2.0.4.0) My Operating System Environment is Windows 2003 Server SP2 with 4GB of RAM sitting in IBM Server. I am having one Standby Server with Physical Standby Database is configured. Oracle Home

  • HT4528 my phone is locked up how do i unlock it

    my phone is locked up how do i unlock it

  • Can i re-add my device to my icloud account from another device ?

    i lost my iphone 4s ios 7.0.1 it was stolen . i signed in to my icloud from another device and tried find my iphone the mobile was offline but i requested erase my iphone then i knew that after erasing i wouldn't be able to locate it  i read that no