UDF 2.5 support

Does Leopard support UDF 2.5?

I don't know if it does, but the company that has made UDF support on the Mac through its own software I'm sure would know the answer to that question, as this software offers better UDF support than has been made available through Macs in the past:
http://www.softarch.com/us/products/rdvd.html

Similar Messages

  • UDF 2.5,2.6 Blu-Ray for opensolaris

    Hi,
    Does anyone know what the staus is of the above ?
    Also what else would I need to achieve Blu-Ray movie playback from my Blu-Ray drive ?
    Thanks

    Beside a UDF 2.5 driver, if the content is protected (pretty much everything), then you would need a player that understands ACCS (see:
    http://en.wikipedia.org/wiki/Advanced_Access_Content_System ) and for right now that means you are stuck.
    It is extremely weird to this day that Sun is in the bluray consortium but doesn't provide bluray playback (even for a fee) for their own OS.
    BTW, with UDF 2.5 support, HD DVD titles would also be accessible, but again with the ACCS limitation.
    Once the content is on your hard drive, decrypted (assuming you can get to that point), all you need is mplayer. You'll need a good video card with a supported driver (usually that means nvidia) and a fast enough CPU (core 2 duo of sufficient clock rate), particularly on VC1 titles. On MPEG2 titles (uncommon now) you dont need as much horsepower.

  • Issue with mount_udf

    Hello, guys.
    A daughter of a friend of my works with design software. This week she burned a DVD with a major work she did, but she burned in UDF format. When she tried to open the dvd, no file was shown, so she asked for his dad (he knows a little of Linux) for help. He didn't know what to do, so he asked me if I could try it, since I work with a Mac.
    My mac recognize the dvd, and mount it but without any files inside. Disk Utility retrieves this info:
    Mount Point: /Volumes/fev 23 2010
    Format: Universal Disk Format
    Write Status: Read Only
    Number of Folders: 0
    Capacity: 4.71 GB (4,706,074,624 Bytes)
    Available: 4.51 GB (4,513,628,160 Bytes)
    Used: 191.9 MB (191,856,640 Bytes)
    Number of Files: 4,294,967,295
    So looking at some apple docs, I found the mount_udf (http://developer.apple.com/mac/library/DOCUMENTATION/Darwin/Reference/ManPages/m an8/mount_udf.8.html), but when I try this command in the terminal, this is what happens:
    Tiago-Schmidts-MacBook-Pro:/ tiagoschmidt$ mount_udf Volumes/fev\ 23\ 2010 /Volumes/dvd
    mount_udf: mount_udf: device node Volumes/fev 23 2010 not recognized: No such file or directory
    Am I doing something wrong?
    I'm sorry about my poor english, but this is my best.
    Thanks, guys!!

    Macs support the basic UDF format - after all, that's the format used by video DVDs.
    ... but... the UDF format also supports multi-write discs ( see http://en.wikipedia.org/wiki/UniversalDiskFormat )
    However, even Roxio's Toast (that lets Mac create multi session CDs) doesn't support multi session DVDs.
    Do you know what application/OS the disc was written with?

  • USER DEFINED TABLES IN XL REPORTER

    Hello,
    I have a user defined field based on a user defined table with code and name. I call my user defined field in XL reporter. This field varied with the data that I report. I would like to know how I can add the name of the table in my XL report. We can call additionnal tables, but I don't know how I can write the instruction to do it with a variable field.
    Thanks
    Isabelle LAGUERRE
    Serena
    France

    Isabelle,
    Usere Defined Tables are not supported by the XL Report Writer.  There is not a method to import UTD's at this time.  User Defined Fields (UDF's) are supported.
    Eddy

  • Question for support of community for an UDF

    Hello,
    because we are not really able to write Java-Code we have a question for support to the community!
    We have a mapping were we get some strings. These strings containing data which we have to map to certain fields in target structure.
    Example:
    001GIE;002090429;0030853;005D  ;007TCT ;010TTNU9457423 ;01140;01296;013SCI01;019
    4N ;02145G1;027E;0300;033V;03508388;03604508;03703880;039003054 ;040003054
    The requirement is that we have to identify the fields to map by it's number, like "001GIE" means 001 field in target structure.
    So how to do an UDF? We need to parse the string and put the found strings into right position in an array e.g. But how to get this result to the single target-fields in target structure?!
    And another problem in example: how to get data if the identifier (019) and the data (4N) is divided by an end of line (see example)?!
    Do you have some ideas?! We highly appreciate your help!
    br

    Hi Fritz,
    Let us address the problem one by one.
    1. You might need to change the source structure to :
    -root 1..1
    --Value 1..unbounded
    Please note root and Value are the names given by me you can use any names as per your wish. But we cannot have the source as you specified, will this source be ok for you?
    2. Give File content conversion parameter
    recordset name = Vale
    Value.endSeparator 'nl'
    By doing this there will be a Value node created when the source file has a newline character
    3. In message mapping create two UDF
    *UDF1 (Simple ?UDF with input field named *input )
    for (int i=0;i<input.length;i++)
       output += input<i>;
    return output
    *UDF2 (Simple UDF with input field named input)*
    int i = 1;
    String [] value = new String[112];
    while (input.indexOf(";") != -1)
    String counter = "";
    Integer i_int = new Integer (i);
    if (i<10)
        counter = "00"+ i_int.toString();
    else if (i>9 && i<100)
         counter = "0"+ i_int.toString();
    else counter = i_int.toString();
    if (input.startsWith(counter)) {
      value<i> = input.substring(3, input.indexOf(";"));
      if (input.indexOf(";") != -1 )
         input = input.substring(input.indexOf(";")+1);   
    else
      value <i> = "";
    i++;
    int j;
    GlobalContainer globalContainer = container.getGlobalContainer();
    globalContainer.setParameter("Output", value);
    Now do a mapping like this
    Value (context root)--> UDF1 > UDF2> target root node (ie Bewsatz)
    By this step you set all the values in global container named Output
    3. Now for each target  field call this UDF
    *UDF3 (Simple UDF with input field named pos)*
    GlobalContainer globalContainer = container.getGlobalContainer();
    String[] Value = (String[] )globalContainer.getParameter("Output");;
    String outvalue;
    if (Value != null) {
    outvalue = Value(pos) ;
    return outvalue;
    Call this UDF for each output field with positions like 1, 2, 3, ...111
    Please try this
    Regards
    Suraj

  • Writing support fur dvd-ram (udf)

    Hello,
    I'd like to write to my dvd-ram without packet writing (udftools), because they seem to be very buggy. Kernel 2.6 should be able to write udf. Here's my fstab
    /dev/sr0 /media/ram udf,iso9660 rw,user,async,noauto,gid=100,uid=1000 0 0
    When I do
    mount /media/ram
    I get this
    mount: block device /dev/sr0 is write-protected, mounting read-only
    and no writing is possible. What can I do?
    Cheers
    morgoth

    I know you can write-protect dvd-ram, maybe look into that?
    http://www.multimedia4linux.de/howto/DE … html#ss7.1
    (just guessing you might be German... ;-)

  • Does MBP support UDF/packet reading stuff out of the box?

    Hi
    Just curious - if I pop in a CD-RW or DVD-RW can I drag and drop files onto it, or do I need to install an app like Nero ?
    Thanks in advance.

    You can create a special folder in the "Finder" (kind of like the explorer in windows) called a Burn Folder. Then you drag all the files you want onto this folder and burn it to disk. Something like Roxio's Toast software will give you more flexibility but it's not essential.
    hope that helps
    arum

  • For all of you who think Encore messages are obscure & that Adobe Support is lousy - Read On

    I thought I would share a little story of woe with you all.
    Not only will this give you a good laugh, but it will show you that you essentially don't know when you have it as good as you do with Adobe.
    I create High Resolution DVD-Audio discs, and for this I have to use Sonic's DVD-Audio Creator system. It is not only the equivalent for Audio of Scenarist for Video, but it is almost as expensive as well. The point will become clear.
    So, I am authoring this Widescreen project and the deadline is like tomorrow.
    So it's a case of "hurry, hurry, hurry".
    Error #1 - "cannot open file xxx_HL_LB.tif" that is it. So I am looking through, and thinking "there isn't one. Must have missed something here".
    Yet to no avail. In desperation, I dig out the manual and buried away in an appendix is the information that for a Widescreen disc, the SPHL image is not scaled as this makes text degrade significantly, so a separate SPHL file with the naming convention of (filename)_HL_LB.TIF is required.
    This has to be manually placed into the folder created when using the "Import Menu" tool, as it cannot be done automatically".
    It then goes on to say that if Pan & Scan is also required, these need yet another file with the naming convention of (filename)_HL_PS.TIF.
    Thank for making this obvious guys - you would have thought that the Command Editor tool would point this out to you when you set the Aspect Ratio to 16:9, but no.
    So I get this sorted out - only 86 screens, all requiring new Highlight Layers.
    It's compile time again.
    Error #2 - "Cannot open source file "mainmenu ATS.TIF" - for those of you who know Sonic, you'll no doubt spot the problem immediately. If you do not know this, and try to call support, you will be told that unless you have a maintenance contract, online support is not available. A maintenance contract is several thousand dollars - per year.
    (The answer, if you are unaware, is that the compiler cannot handle spaces in the file names, yet the importer has no such problem & again does not tell you you are importing a file that is effectively useless and will crash the compiler with an error message.)
    I fix this & move on.
    Error #3 - gets right to the end of the process.
    All files converted & parsed.
    All AOB created
    All VOB created.
    Starts laying out the UDF/IFO information, gets all the way to the end and errors with a "illegal filename - cannot use ?></\-, only _ 1-9 and A-Z"
    Again, the command editor could tell you this, and not allow you to enter in the bloody name, but no - that would be far too easy.
    It's the support that annoys me more than anything though.
    Sonic still sell this product - it's $13,000 - and yet refuse to provide online support as it is a "dead format" (who told them that? I have done 5 this year already, and have another 23 on the books already) despite the fact that labels are still releasing in DVD-A (albeit few & far between) and that if I want to continue with support I should buy a maintenance contract. They go on to "helpfully" point out that I should get in touch with my supplier, as the new HD formats offer all that is on DVD-A & more besides - yeah, like the $150,000 price tag plus support contract, annual AACS Site license, and per-title AACS fees that are mandatory despite all Blu Ray DRM being broken wide-open.
    And you lot moan about Adobe, and Encore's messages?
    You do not know when you are well off.

    Part 2.
    Another thing that all Encore users ought to regularly offer up a daily prayer of thanks for is the PSD support for menus.
    Let me tell you a little story, all about how bloody awkward it
    i can
    be, again using Industry Standard "Flagship" applications.
    The little saga above about the additional _HL_LB image completely forgot to mention that there is a very nasty scaling issue awaiting the ignorant (like me).
    It doesn't scale the letterbox image automatically.
    SO, it's a case of as usual, preparing all Widescreen assets in anamorphic mode (create & design in PS using PAR correction, reshape image to Square Pixels)
    Duplicate the _HL for the _HL_LB image.
    Now, because of the rescaling issue, take this into PS, and resize the image to 720x360, then resize the
    i canvas
    to 720x480, making certain your background is white, as failure to do this will mean the Letterboxed SPHL are incorrectly scaled, although the button hotspots are in the right place.
    Aargh - if it was not for the "Phone A Friend" option, I would still be stuck on this.

  • Having abends issues. Netware 6.5 with Support Pack 8.

    Novell Open Enterprise Server, NetWare 6.5
    PVER: 6.50.08
    Server POSEIDON halted Wednesday, August 31, 2011 1:49:48.023 pm
    Abend 1 on P00: Server-5.70.08: Invalid Opcode Processor Exception
    Registers:
    CS = 0008 DS = 0023 ES = 0023 FS = 0023 GS = 0023 SS = 0010
    EAX = 08032A42 EBX = CABA66C8 ECX = 80001C00 EDX = CABACCC0
    ESI = CAED956A EDI = CABA68C6 EBP = C1612D88 ESP = 4CCD0BE4
    EIP = 4732200C FLAGS = 00010206
    4732200C C4D8 LES EBX, EAX
    EIP in UNKNOWN memory area
    The violation occurred while processing the following instruction:
    4732200C C4D8 LES EBX, EAX
    4732200E 42 INC EDX
    4732200F 0000 ADD [EAX], AL
    47322011 0000 ADD [EAX], AL
    47322013 0001 ADD [ECX], AL
    47322015 0000 ADD [EAX], AL
    47322017 0000 ADD [EAX], AL
    47322019 0000 ADD [EAX], AL
    4732201B 00B809000001 ADD [EAX+01000009], BH
    47322021 0000 ADD [EAX], AL
    Running process: Java_432 Thread-3 Process
    Thread Owned by NLM: JAVA.NLM
    Stack pointer: 4CCD10E4
    OS Stack limit: 4CCA1700
    Scheduling priority: 67371008
    Wait state: 5050030 Blocked on Semaphore
    Stack: 40125CBE (JVM.NLM|find_blob$CodeCache+1E)
    --CABA66C8 ?
    --CA860DC8 ?
    --CABA68C6 ?
    400FDD4A (JVM.NLM|return_address_for_exception$Runtime1+8A)
    --CABA68C6 ?
    --4CCD0C80 ?
    --CEAA00B0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --CA860B46 ?
    --CEAA00B0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4CCD0C80 ?
    --4CCD0C30 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --CE98F9C0 ?
    --DCEC2CC0 ?
    --CA8645EC ?
    --CAC77E44 ?
    --00000004 (LOADER.NLM|KernelAddressSpace+4)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --CEAA00B0 ?
    --CE98F9C0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --BEE1FF08 ?
    --0000012B (LOADER.NLM|KernelAddressSpace+12B)
    --BEE1FEA0 ?
    --BEF3A160 ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --25DBD26E ?
    --BEF3A160 ?
    BED2BE47 (TCP.NLM|TCPAnyAddrCheck+46EB)
    --BEF3A160 ?
    --CE99A368 ?
    --38221850 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000004 (LOADER.NLM|KernelAddressSpace+4)
    --4CCD0CD0 ?
    --CA9A6140 ?
    --00000004 (LOADER.NLM|KernelAddressSpace+4)
    --CE99A368 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --0000055C (LOADER.NLM|KernelAddressSpace+55C)
    BED24E35 (TCP.NLM|TCPNewSendData+541)
    --BEF3A160 ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --0000012B (LOADER.NLM|KernelAddressSpace+12B)
    BED24C66 (TCP.NLM|TCPNewSendData+372)
    --BEF3A160 ?
    --0000012B (LOADER.NLM|KernelAddressSpace+12B)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --0000055C (LOADER.NLM|KernelAddressSpace+55C)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --CE99A368 ?
    --0000012B (LOADER.NLM|KernelAddressSpace+12B)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4CCD0D10 ?
    --CA9A5734 ?
    --00000004 (LOADER.NLM|KernelAddressSpace+4)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --CE99A3A0 ?
    --CE99A368 ?
    --00000004 (LOADER.NLM|KernelAddressSpace+4)
    --00000004 (LOADER.NLM|KernelAddressSpace+4)
    --CE99CB70 ?
    --CA9A4D2C ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --CE99A368 ?
    --CE99A368 ?
    --0000012B (LOADER.NLM|KernelAddressSpace+12B)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4CCD0D38 ?
    --CA9A4214 ?
    --00000004 (LOADER.NLM|KernelAddressSpace+4)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --CE99A3A0 ?
    --CE99A368 ?
    --4A34072C ?
    --0000000C (LOADER.NLM|KernelAddressSpace+C)
    BFE91761 (JSOCK6X.NLM|UnuseSocket+11)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4CCD0DD8 ?
    --CA9ABFFC ?
    --00000004 (LOADER.NLM|KernelAddressSpace+4)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --CE99A3A0 ?
    --CE99A368 ?
    --CE997380 ?
    4776EA1D (JNET.NLM|Java_java_net_SocketOutputStream_socketW rite0+DD)
    --40000002 ?
    --4CCD0DB0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --0000012B (LOADER.NLM|KernelAddressSpace+12B)
    --00001000 (LOADER.NLM|KernelAddressSpace+1000)
    --4CCD0DA0 ?
    --CE98F9E0 ?
    Additional Information:
    The CPU encountered an invalid instruction. It may have been caused by a corruption to a process owned by JAVA.NLM.
    Loaded Modules:
    GWDVA.NLM GroupWise Document Viewer Agent (release version)
    Version 8.00.01 August 25, 2009
    Code Address: 4E319000h Length: 0008AECCh
    Data Address: 4E3A4000h Length: 00058FD3h
    GWENN5.NLM GroupWise Engine (release version)
    Version 8.00.01 August 25, 2009
    Code Address: 4EDC6000h Length: 00520866h
    Data Address: 4D96B000h Length: 000E639Ch
    GWXIS12.NLM XML Integration Service
    Version 1.02 August 25, 2009
    Code Address: 4EB8E000h Length: 0011B6D2h
    Data Address: 4C1F9000h Length: 00076887h
    DBNET6.NLM Debug Network IO Support
    Version 1.45.02 March 16, 2006
    Code Address: 4DCD6000h Length: 0001B831h
    Data Address: 4DCF2000h Length: 000127B8h
    NIRMAN.NLM TCPIP - NetWare Internetworking Remote Manager
    Version 1.06.04 September 18, 2007
    Code Address: 4C2AA000h Length: 00060760h
    Data Address: 4DC3E000h Length: 00018FCAh
    TCPSTATS.NLM Web Interface for Protocol Monitoring
    Version 6.50.10 June 20, 2003
    Code Address: 4DC24000h Length: 0000E5ECh
    Data Address: 4C95C000h Length: 00005460h
    NLSADPT2.NLM NLS and Metering adapter for iManager 2.0 plugin
    Version 2.00 September 9, 2003
    Code Address: 4C950000h Length: 0000665Dh
    Data Address: 4E2AB000h Length: 00000E7Dh
    NLSLRUP.NLM NLS - Usage Metering
    Version 4.01.07 May 10, 2005
    Code Address: 4DB97000h Length: 0003BA0Ah
    Data Address: 4DBD3000h Length: 00010AE0h
    HWDETECT.NLM Novell Hardware Insertion/Removal Detection
    Version 1.19.05 February 20, 2003
    Code Address: 4C7B6000h Length: 00002B33h
    Data Address: 4E28D000h Length: 00000D3Ch
    QFJW22.NLM QuickFinder Server Native Query Wrapper
    Version 2.02.03 August 26, 2008
    Code Address: 4CF8B000h Length: 00009D3Fh
    Data Address: 4C4DB000h Length: 00001600h
    QFREP22.NLM QuickFinder Repository (Release)
    Version 2.02.03 August 26, 2008
    Code Address: 4CF5D000h Length: 0002496Fh
    Data Address: 4CF82000h Length: 000086C0h
    QFIND22.NLM QuickFinder Indexing/Search Engine (Release)
    Version 2.02.03 August 26, 2008
    Code Address: 4C346000h Length: 000C68DFh
    Data Address: 4C40D000h Length: 000B5530h
    WPSD.NLM ServiceDescriptor Natives NLM
    Version 2.00 February 3, 2005
    Code Address: 4D508000h Length: 00000350h
    Data Address: 4D509000h Length: 000000A4h
    N_PRDDAT.NLM N_PRDDAT
    Version 1.00 February 3, 2003
    Code Address: 4C01F000h Length: 00001E84h
    Data Address: 4D507000h Length: 000001D0h
    IOSER12.NLM Java ioser12 (based on 1.4.2_18)
    Version 1.43.02 November 26, 2009
    Code Address: 46027000h Length: 00001364h
    Data Address: 4A517000h Length: 00000300h
    MPORB12.NLM Novell exteNd Messaging Platform ORB Native Library
    Version 5.01 July 7, 2003
    Code Address: 4A4F6000h Length: 0000092Dh
    Data Address: 4A4F7000h Length: 000006A4h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 April 25, 2008
    Code Address: 47B44000h Length: 000009F9h
    Data Address: 47B45000h Length: 00000438h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 April 25, 2008
    Code Address: 4790A000h Length: 000009F9h
    Data Address: 4790B000h Length: 00000438h
    REWRITE.NLM Apache 2.0.63 Rewrite Module
    Version 2.00.63 April 25, 2008
    Code Address: 478B5000h Length: 00006C99h
    Data Address: 43CD6000h Length: 00001EA8h
    MOD_JK.NLM Apache 2.0 plugin for Tomcat
    Version 1.02.23 April 25, 2008
    Code Address: 47AF8000h Length: 00025B33h
    Data Address: 47B1E000h Length: 0000CDD0h
    AUTHLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 April 25, 2008
    Code Address: 43CC8000h Length: 00001BB9h
    Data Address: 43CCA000h Length: 000019D0h
    UTILLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 April 25, 2008
    Code Address: 4545E000h Length: 000034A9h
    Data Address: 45462000h Length: 00002598h
    BTCPCOM.NLM BTCPCOM.NLM v7.90.000, Build 253
    Version 7.90 July 9, 2003
    Code Address: 478CF000h Length: 00004450h
    Data Address: 478D4000h Length: 00000CECh
    JNET.NLM Java jnet (based on 1.4.2_18)
    Version 1.43.02 November 26, 2009
    Code Address: 47769000h Length: 0000653Eh
    Data Address: 47679000h Length: 00001100h
    VOLSMS.NLM NSS Distributed Volume Manager (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 48B56000h Length: 00018771h
    Data Address: 46005000h Length: 00001780h
    VLRPC.NLM DFS Volume Location Database (VLDB) RPC interface (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 4775C000h Length: 00003383h
    Data Address: 48B53000h Length: 000002FDh
    VMRPC.NLM DFS Volume Manager RPC interface (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 47758000h Length: 00003703h
    Data Address: 48B51000h Length: 000002FDh
    JSTCP.NLM Jetstream TCP Transport Layer (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 4768C000h Length: 000050F0h
    Data Address: 48B4D000h Length: 000001E0h
    JSMSG.NLM Jetstream Message Layer (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 47685000h Length: 00006E80h
    Data Address: 48AE6000h Length: 00000220h
    DFSLIB.NLM DFS Common Library (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 48ABE000h Length: 000005C3h
    Data Address: 48ABF000h Length: 00000080h
    APACHE2.NLM Apache Web Server 2.0.63
    Version 2.00.63 April 25, 2008
    Code Address: 474A7000h Length: 00039D29h
    Data Address: 474E1000h Length: 00011A9Ch
    APRLIB.NLM Apache Portability Runtime Library 0.9.17
    Version 0.09.17 April 25, 2008
    Code Address: 47453000h Length: 0002E688h
    Data Address: 47482000h Length: 00008088h
    DHCPSRVR.NLM DHCP Server
    Version 3.14 October 30, 2008
    Code Address: 47409000h Length: 00023754h
    Data Address: 4742D000h Length: 0000BD58h
    IPCLINFO.NLM IP Client Info Module 17Dec99
    Version 1.11.01 December 17, 1999
    Code Address: 47405000h Length: 00000F1Ch
    Data Address: 47406000h Length: 00000490h
    AGCRYPTO_JNI Java Native Cryptography Support for eXtend
    Version 5.01 May 11, 2004
    Code Address: 43FB5000h Length: 000014EBh
    Data Address: 43FB7000h Length: 000013ECh
    NAMED.NLM eDirectory integrated Novell DNS Server
    Version 6.07.09 June 29, 2010
    Code Address: 44477000h Length: 00103200h
    Data Address: 4457B000h Length: 000987B7h
    NETDB.MPM netdb Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 473A5000h Length: 00000AEFh
    Data Address: 473A6000h Length: 000001C4h
    NETDB.NLM Network Database Access Module
    Version 4.11.05 January 6, 2005
    Code Address: 47365000h Length: 0001394Dh
    Data Address: 44058000h Length: 000025FCh
    CSATPXY.NLM CS Audit Trail Proxy Agent
    Version 1.02 November 17, 1999
    Code Address: 4403F000h Length: 0000225Ch
    Data Address: 47348000h Length: 00000A80h
    CSAUDIT.NLM CSLIB: Audit Trail Facility
    Version 6.00.02 September 4, 2003
    Code Address: 4639B000h Length: 000098F5h
    Data Address: 43F8B000h Length: 0000169Ch
    CSSYSMSG.NLM CSLIB: System Messages Facility
    Version 1.01.08 March 18, 1999
    Code Address: 460D1000h Length: 00010A57h
    Data Address: 43863000h Length: 00004298h
    IPMCFG.NLM Web Interface for IP Address Management
    Version 1.01.16 October 22, 2005
    Code Address: 46029000h Length: 0000A479h
    Data Address: 46034000h Length: 0000B610h
    SERVICTL.NLM eDirectory Management Tool Box DSService eMTool
    Version 10554.29 May 15, 2007
    Code Address: 45FF9000h Length: 0000BA02h
    Data Address: 4385E000h Length: 000045C0h
    INETLIB.NLM NETINFO.CFG Maintenance Library Production_28Mar2002
    Version 6.00.04 March 28, 2002
    Code Address: 46013000h Length: 00009B8Fh
    Data Address: 4601D000h Length: 00000FA2h
    SCHEMACR.NLM eDirectory Management Tool Box Schema eMTool
    Version 10554.29 May 15, 2007
    Code Address: 45468000h Length: 00012881h
    Data Address: 4547B000h Length: 0000FF2Ch
    RCONAG6.NLM RConsole Agent for Netware
    Version 6.11 November 20, 2007
    Code Address: 437EB000h Length: 00006C5Bh
    Data Address: 439D9000h Length: 00003304h
    SAS.NLM Secure Authentication Services
    Version 1.75 March 13, 2004
    Code Address: 43876000h Length: 00056640h
    Data Address: 453F5000h Length: 0001E890h
    AGUUID_JNI.N Java Native UUID Support for eXtend
    Version 5.01 May 11, 2004
    Code Address: 453D8000h Length: 000006FBh
    Data Address: 453D9000h Length: 000005A4h
    MYSQLD.NLM MySQL Database Server
    Version 4.00.26 November 30, 2005
    Code Address: 435B8000h Length: 0017320Eh
    Data Address: 4372C000h Length: 000B8BC3h
    SCHEMATL.NLM eDirectory Management Tool Box Schema eMTool
    Version 10554.29 May 15, 2007
    Code Address: 4534D000h Length: 00009CB2h
    Data Address: 435AB000h Length: 00005EDCh
    OWCIMOMD.NLM OpenWBEM CIMOM Daemon with Novell providers
    Version 3.02 November 27, 2007
    Code Address: 448B6000h Length: 005C17E4h
    Data Address: 44E8C000h Length: 001AA8F4h
    LIBGCC_S.NLM gcc runtime and intrinsics support
    Version 3.04.03 April 29, 2005
    Code Address: 40C20000h Length: 00004ABCh
    Data Address: 40C25000h Length: 00000A74h
    LLDAPX.NLM NetWare Extension APIs for LDAP SDK (LibC version)
    Version 3.05.01 September 26, 2007
    Code Address: 40BFC000h Length: 00005DC5h
    Data Address: 40C02000h Length: 00000EF0h
    LLDAPSSL.NLM NetWare SSL Library for LDAP SDK (LibC version)
    Version 3.05.01 September 26, 2007
    Code Address: 4474F000h Length: 00097B47h
    Data Address: 447E7000h Length: 00032034h
    REPAIRCR.NLM eDirectory Management Tool Box DSRepair eMTool
    Version 10554.29 May 15, 2007
    Code Address: 44332000h Length: 0003D921h
    Data Address: 44370000h Length: 0001FD64h
    REPAIRTL.NLM eDirectory Management Tool Box DSRepair eMTool
    Version 10554.29 May 15, 2007
    Code Address: 4428C000h Length: 00010562h
    Data Address: 4429D000h Length: 0001E094h
    MERGECR.NLM eDirectory Management Tool Box DSMerge eMTool
    Version 10554.29 May 15, 2007
    Code Address: 44248000h Length: 0001B251h
    Data Address: 44264000h Length: 00016FE4h
    MERGETL.NLM eDirectory Management Tool Box DSMerge eMTool
    Version 10554.29 May 15, 2007
    Code Address: 441C8000h Length: 0000B812h
    Data Address: 441D4000h Length: 0000FC65h
    LSL.MPM lsl Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 42F19000h Length: 000001C2h
    Data Address: 42F1A000h Length: 00000138h
    SLP.MPM slp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 42ECF000h Length: 000002E9h
    Data Address: 42ED0000h Length: 00000090h
    BACKUPCR.NLM eDirectory Management Tool Box DSBackup eMTool
    Version 10554.29 May 15, 2007
    Code Address: 44189000h Length: 0000A0D1h
    Data Address: 42C57000h Length: 00003218h
    BACKUPTL.NLM eDirectory Management Tool Box DSBackup eMTool
    Version 10554.29 May 15, 2007
    Code Address: 44155000h Length: 0000AEE2h
    Data Address: 40A68000h Length: 00005560h
    STREAMS.MPM streams Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 4294D000h Length: 000006E9h
    Data Address: 4294E000h Length: 00000188h
    LOGGER.NLM eDirectory Management Tool Box Logger
    Version 10554.29 May 15, 2007
    Code Address: 440F2000h Length: 0000DF82h
    Data Address: 40A5B000h Length: 00006A24h
    STATUSLG.NLM Report and Notification Service
    Version 1.00 June 24, 2004
    Code Address: 44080000h Length: 00058ADEh
    Data Address: 440D9000h Length: 00018814h
    AUDITDS.NLM Nsure Audit NDS/eDir Instrumentation Agent BUILD: 45
    Version 1.00.03 May 4, 2006
    Code Address: 434C8000h Length: 0000BB04h
    Data Address: 40A50000h Length: 000050FEh
    TLI.MPM tli Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 406E3000h Length: 00001276h
    Data Address: 42337000h Length: 00000344h
    SNMP.MPM snmp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 42334000h Length: 000009F7h
    Data Address: 42335000h Length: 000000FCh
    EMSECURE.NLM eDirectory Management Tool Box Security Service
    Version 10554.29 May 15, 2007
    Code Address: 4349C000h Length: 00009782h
    Data Address: 423C0000h Length: 000033C0h
    TCPIP.MPM tcpip Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 40469000h Length: 00001F5Bh
    Data Address: 4165D000h Length: 00000918h
    AUDITNW.NLM Nsure Audit NetWare Instrumentation Agent BUILD: 46
    Version 1.00.03 August 7, 2006
    Code Address: 40A4A000h Length: 000050A4h
    Data Address: 423B3000h Length: 00001E6Ah
    LOGEVENT.NLM Nsure Audit Platform Agent BUILD: 45
    Version 1.00.03 May 4, 2006
    Code Address: 42F55000h Length: 00042BC1h
    Data Address: 43421000h Length: 00028E1Ch
    LCACHE.NLM Nsure Audit Platform Cache Module BUILD: 45
    Version 1.00.03 May 4, 2006
    Code Address: 412A1000h Length: 0004112Ah
    Data Address: 432BD000h Length: 00028DF0h
    RSS.NLM eDirectory Management Tool Box Remote Subscription Service
    Version 10554.29 May 15, 2007
    Code Address: 43251000h Length: 00009932h
    Data Address: 4239E000h Length: 0000261Ch
    PMPORTAL.NLM NetWare License Information Portal
    Version 2.16 November 21, 2003
    Code Address: 40A33000h Length: 000071C9h
    Data Address: 40A3B000h Length: 00004360h
    MDBDS.NLM MDB eDirectory Driver
    Version 1.01 November 19, 2003
    Code Address: 40A24000h Length: 000048D9h
    Data Address: 431ED000h Length: 00000E3Ch
    SYSCALLS.NLM NetWare Operating System Call and Marshalling Library
    Version 5.61 August 2, 2007
    Code Address: 43171000h Length: 0000F50Eh
    Data Address: 43181000h Length: 0000B4ECh
    NWSNUT.NLM NetWare NLM Utility User Interface
    Version 7.00.01 July 11, 2008
    Code Address: 4312D000h Length: 000134EBh
    Data Address: 43142000h Length: 00000790h
    MDB.NLM Multiple Directory Database
    Version 1.01 November 19, 2003
    Code Address: 4231B000h Length: 00001109h
    Data Address: 4309D000h Length: 000006C0h
    EMBOXMGR.NLM eDirectory Management Tool Box Manager
    Version 10554.29 May 15, 2007
    Code Address: 42FFD000h Length: 00018E62h
    Data Address: 409FB000h Length: 00007CE2h
    EMBOXMSG.NLM eDirectory Management Tool Box Message API
    Version 10554.29 May 15, 2007
    Code Address: 42FDF000h Length: 0000B2F2h
    Data Address: 42309000h Length: 0000273Dh
    SILVERSERVER SilverServer.nlm (exteNd AppServer)
    Version 5.01 May 11, 2004
    Code Address: 409EB000h Length: 00005658h
    Data Address: 409F1000h Length: 00004D58h
    HT2SOAP.NLM eDirectory Management Tool Box HTTP to SOAP shim
    Version 10554.29 May 15, 2007
    Code Address: 42F02000h Length: 00009B02h
    Data Address: 422F7000h Length: 000037E0h
    SASL.NLM Simple Authentication and Security Layer 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 42EE5000h Length: 00000C4Ch
    Data Address: 42EE6000h Length: 00000160h
    MYSQLD_SAFE. MySQL Database Server Monitor
    Version 4.00.26 November 30, 2005
    Code Address: 422E3000h Length: 0000121Dh
    Data Address: 422E5000h Length: 00002240h
    LANGMAN.NLM Novell Cross-Platform Language Manager
    Version 10310.56 January 25, 2006
    Code Address: 42E90000h Length: 0000E670h
    Data Address: 42E9F000h Length: 0000B489h
    LDAPXS.NLM (Clib version)
    Version 3.04 February 22, 2008
    Code Address: 40946000h Length: 00004307h
    Data Address: 42E4B000h Length: 00000870h
    EMBOX.NLM eDirectory Management Tool Box Engine
    Version 10554.29 May 15, 2007
    Code Address: 40938000h Length: 00007C32h
    Data Address: 40940000h Length: 000052F8h
    XIS11.NLM XML Integration Service
    Version 1.00.02 April 7, 2005
    Code Address: 412E9000h Length: 00099332h
    Data Address: 4125D000h Length: 00043FDEh
    LBURP.NLM LDAP Bulkload Update/Replication Protocol service extension for Novell eDirectory 8.7.
    Version 10552.76 August 7, 2006
    Code Address: 41A2F000h Length: 000010ECh
    Data Address: 42C4E000h Length: 00000444h
    SCRCB.NLM Scripting - LibC-CLib Context Broker
    Version 1.00 October 3, 2005
    Code Address: 42B5A000h Length: 0000046Dh
    Data Address: 42B5B000h Length: 00000554h
    NLDAP.NLM LDAP Agent for Novell eDirectory 8.7.3.10
    Version 10555.98 April 23, 2008
    Code Address: 411E7000h Length: 00075DB8h
    Data Address: 40D43000h Length: 00045A54h
    NDSIMON.NLM NDS iMonitor 2.3.1
    Version 20212.12.05 May 14, 2007
    Code Address: 421C7000h Length: 0010E789h
    Data Address: 41007000h Length: 0008BFF0h
    LANGMANI.NLM Novell Cross-Platform Language Manager
    Version 10310.47 August 9, 2004
    Code Address: 40933000h Length: 000040F2h
    Data Address: 4197C000h Length: 00001084h
    XI18N.NLM Novell Cross-Platform Internationalization Package
    Version 10310.49 February 3, 2005
    Code Address: 4295C000h Length: 0001CA12h
    Data Address: 408AA000h Length: 00007EC8h
    PORTAL.NLM Novell Remote Manager NLM
    Version 4.03 September 22, 2008
    Code Address: 423C5000h Length: 0010147Ch
    Data Address: 40F9D000h Length: 00069EA4h
    HTTPSTK.NLM Novell Small Http Interface
    Version 4.03 September 4, 2008
    Code Address: 41F31000h Length: 000317C6h
    Data Address: 41F63000h Length: 00019C10h
    WSPSSL.NLM NetWare Winsock Service 1.0 NLM for SSL
    Version 6.26 December 4, 2007
    Code Address: 41EFD000h Length: 00008AFFh
    Data Address: 41F06000h Length: 0001095Fh
    NILE.NLM Novell N/Ties NLM ("") Release Build with symbols
    Version 7.00.01 August 20, 2007
    Code Address: 40EF5000h Length: 00090A31h
    Data Address: 41E40000h Length: 00030C70h
    NPKIAPI.NLM Public Key Infrastructure Services
    Version 3.32 September 24, 2008
    Code Address: 41DC2000h Length: 00035E17h
    Data Address: 41DF8000h Length: 0001D9AFh
    NPKIT.NLM Public Key Infrastructure Services
    Version 3.32 September 24, 2008
    Code Address: 41D62000h Length: 0002E51Eh
    Data Address: 41D91000h Length: 00016683h
    NTLS.NLM NTLS 2.0.4.0 based on OpenSSL 0.9.7m
    Version 20410.01 August 12, 2008
    Code Address: 40C9B000h Length: 000A72C6h
    Data Address: 41C9A000h Length: 0003915Fh
    LLDAPSDK.NLM LDAP SDK Library (LibC version)
    Version 3.05.02 September 26, 2007
    Code Address: 41861000h Length: 00021E83h
    Data Address: 40759000h Length: 00006BA0h
    PKI.NLM Novell Certificate Server
    Version 3.32 August 25, 2008
    Code Address: 41A32000h Length: 00170AE5h
    Data Address: 408B2000h Length: 00080F60h
    PKIAPI.NLM Public Key Infrastructure Services
    Version 2.23.10 November 20, 2004
    Code Address: 417CE000h Length: 00037721h
    Data Address: 4073E000h Length: 00006A14h
    LDAPSDK.NLM LDAP SDK Library (Clib version)
    Version 3.05.02 September 26, 2007
    Code Address: 417AC000h Length: 00020C63h
    Data Address: 40737000h Length: 00006B8Dh
    NWUTIL.NLM Novell Utility Library NLM (_NW65[SP7]{""})
    Version 3.00.02 August 20, 2007
    Code Address: 4174C000h Length: 0000EE40h
    Data Address: 4175B000h Length: 00023BD4h
    NWBSRVCM.NLM NWBSRVCM.NLM v7.90.000, Build 230
    Version 7.90 March 20, 2001
    Code Address: 40730000h Length: 00006776h
    Data Address: 416F1000h Length: 00000AD0h
    MONDATA.NLM NetWare 5.x/6.x Monitor MIB
    Version 6.00 July 18, 2003
    Code Address: 416C3000h Length: 00008C9Fh
    Data Address: 40715000h Length: 00004DD1h
    NWIDK.NLM CDWare Volume Module
    Version 3.01.01 September 19, 2003
    Code Address: 4071B000h Length: 00004640h
    Data Address: 416BB000h Length: 00000730h
    SERVINST.NLM NetWare 5.x/6.x Instrumentation
    Version 5.00.13 November 21, 2005
    Code Address: 4167A000h Length: 00010D4Ch
    Data Address: 4070D000h Length: 00007744h
    NWTRAP.NLM NetWare 5.x/6.x Trap Monitor
    Version 6.00.05 June 6, 2005
    Code Address: 40706000h Length: 000066C3h
    Data Address: 415D9000h Length: 0000A2E0h
    HOSTMIB.NLM NetWare 5.x/6.x Host Resources MIB
    Version 5.03.01 December 1, 2006
    Code Address: 415CD000h Length: 0000BB80h
    Data Address: 41632000h Length: 00003D88h
    ZIP.NLM Java zip (based on 1.4.2_18)
    Version 1.43.02 November 26, 2009
    Code Address: 4064F000h Length: 0000ADCCh
    Data Address: 404D9000h Length: 00001C90h
    JVMLIB.NLM Java jvmlib (based on 1.4.2_18)
    Version 1.43.02 November 26, 2009
    Code Address: 4062E000h Length: 00017144h
    Data Address: 40646000h Length: 00008670h
    VERIFY.NLM Java verify (based on 1.4.2_18)
    Version 1.43.02 November 26, 2009
    Code Address: 4052C000h Length: 000087B4h
    Data Address: 40423000h Length: 00001BC0h
    JVM.NLM Java Hotspot 1.4.2_18 Interpreter
    Version 1.43.02 November 26, 2009
    Code Address: 40081000h Length: 00222FFFh
    Data Address: 402A4000h Length: 00066E00h
    IPMGMT.NLM TCPIP - NetWare IP Address Management
    Version 1.03.01 May 29, 2007
    Code Address: BFEF0000h Length: 000307CDh
    Data Address: BFF21000h Length: 0000D778h
    JSOCK6X.NLM NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    Version 1.43.02 November 26, 2009
    Code Address: BFE8F000h Length: 0000FDB1h
    Data Address: BFE9F000h Length: 00002C44h
    JAVA.NLM java.nlm (based on 1.4.2_18) Build 09112618
    Version 1.43.02 November 26, 2009
    Code Address: BFDD8000h Length: 000385DEh
    Data Address: BFE11000h Length: 0003DD40h
    JSOCK.NLM Support For Java Sockets (loader)
    Version 1.43.02 November 26, 2009
    Code Address: BFDD5000h Length: 00000086h
    Data Address: BFDD6000h Length: 00000064h
    NLSTRAP.NLM NetWare License Server Trap
    Version 5.02 February 19, 2004
    Code Address: BFD45000h Length: 0000298Ah
    Data Address: BFD48000h Length: 00000695h
    LCMCIFS2.NLM Windows Native File Access Login Methods (Build 85 SP)
    Version 2.00.09 May 20, 2008
    Code Address: BFAFD000h Length: 0000E011h
    Data Address: BFB0C000h Length: 000016B0h
    LSMCIFS2.NLM Windows Native File Access Login Methods (Build 108 SP)
    Version 2.00.07 July 15, 2008
    Code Address: BFA9C000h Length: 0000F071h
    Data Address: BFAAC000h Length: 000017B0h
    LSMAFP3.NLM Macintosh Native File Access Login Methods (Build 108 SP)
    Version 2.00.11 July 15, 2008
    Code Address: BFA7E000h Length: 0000F24Eh
    Data Address: BFA8E000h Length: 000013C0h
    NMASGPXY.NLM NMAS Generic Proxy 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: BFA57000h Length: 0000153Ch
    Data Address: BFA59000h Length: 000000E0h
    SPMDCLNT.NLM Novell SPM Client for DClient 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: BF944000h Length: 000145D8h
    Data Address: BF959000h Length: 00001370h
    NSPDNS.NLM NetWare Winsock 2.0 NSPDNS.NLM Name Service Providers
    Version 6.20.03 September 8, 2003
    Code Address: BF938000h Length: 00002527h
    Data Address: BF93B000h Length: 000004E4h
    SLPTCP.NLM SERVICE LOCATION TCP/UDP INTERFACE (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: BF75A000h Length: 0000386Ah
    Data Address: BF75E000h Length: 0000108Ch
    WSPIP.NLM NetWare Winsock Service 1.0 NLM for TCP and UDP
    Version 6.24 December 4, 2007
    Code Address: BF5DA000h Length: 000124C4h
    Data Address: BF5ED000h Length: 0000287Ch
    NCPIP.NLM NetWare NCP Services over IP
    Version 6.02.01 September 30, 2008
    Code Address: BF53A000h Length: 000168E9h
    Data Address: BF551000h Length: 00003540h
    BSDSOCK.NLM Novell BSDSOCK Module
    Version 6.82.02 December 23, 2009
    Code Address: BEF85000h Length: 00011D59h
    Data Address: BEF97000h Length: 0000C0E0h
    TCPIP.NLM Novell TCP/IP Stack - Network module (NULL encryption)
    Version 6.82.02 September 30, 2009
    Code Address: BEB4F000h Length: 0004E7ECh
    Data Address: BED5D000h Length: 00038D30h
    TCP.NLM Novell TCP/IP Stack - Transport module (NULL encryption)
    Version 6.82.06 December 23, 2009
    Code Address: BED21000h Length: 00025362h
    Data Address: 90F13000h Length: 00082EE0h
    NETLIB.NLM Novell TCPIP NETLIB Module
    Version 6.50.22 February 12, 2003
    Code Address: BEC28000h Length: 00005AACh
    Data Address: BEC2E000h Length: 000D0710h
    CSLIND.NLM TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    Version 4.21 December 7, 1999
    Code Address: BE7EA000h Length: 000003CCh
    Data Address: BEB31000h Length: 000024E0h
    LSAPI.NLM NLS LSAPI Library
    Version 5.02 January 7, 2003
    Code Address: BEB1D000h Length: 0000A51Bh
    Data Address: BEB28000h Length: 00001B00h
    NLSAPI.NLM NLSAPI
    Version 5.02 August 7, 2003
    Code Address: BEA6A000h Length: 000124DBh
    Data Address: BEA7D000h Length: 000022A4h
    Q57.LAN HP NC10xx/NC32xx/NC67xx/NC77xx Gigabit Server Adapter
    Version 9.72 August 24, 2006
    Code Address: BE9DC000h Length: 0002341Ah
    Data Address: 04627000h Length: 00008D34h
    ETHERTSM.NLM Novell Ethernet Topology Specific Module
    Version 3.90 March 20, 2006
    Code Address: BE9D9000h Length: 000024CEh
    Data Address: BE7E8000h Length: 000002BCh
    MSM.NLM Novell Multi-Processor Media Support Module
    Version 4.12 August 22, 2007
    Code Address: BE9C7000h Length: 0000E5B3h
    Data Address: BE820000h Length: 00003DFCh
    CONNAUD.NLM NLS - Connection Metering
    Version 3.17 May 10, 2005
    Code Address: BE955000h Length: 000034D3h
    Data Address: BE959000h Length: 00000A9Ch
    NLSMETER.NLM NLS - Software Usage Metering Database
    Version 3.43 May 10, 2005
    Code Address: BE938000h Length: 0000E597h
    Data Address: BE947000h Length: 0000759Ch
    NLSLSP.NLM NLS - License Service Provider
    Version 5.02 May 25, 2005
    Code Address: BE82E000h Length: 0006DF03h
    Data Address: BE89C000h Length: 000205DCh
    CSL.NLM NetWare Call Support Layer For NetWare
    Version 2.06.02 January 13, 2000
    Code Address: BE7D6000h Length: 0000CB32h
    Data Address: 90D5C000h Length: 000028F4h
    BTRIEVE.NLM BTRIEVE.NLM v7.90.000
    Version 7.90 March 21, 2001
    Code Address: 90D54000h Length: 000013BFh
    Data Address: 90D56000h Length: 00000980h
    NWMKDE.NLM NWMKDE.NLM v7.94.251.000
    Version 7.94 December 11, 2001
    Code Address: 90865000h Length: 00053D55h
    Data Address: 908B9000h Length: 0000F784h
    NWENC103.NLM NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    Version 7.90 February 24, 2001
    Code Address: 907FB000h Length: 0004D0F5h
    Data Address: 90D62000h Length: 001B0208h
    NWAIF103.NLM nwaif103.nlm v7.94, Build 251 ()
    Version 7.94 November 30, 2001
    Code Address: 9075C000h Length: 00010E51h
    Data Address: 9076D000h Length: 00006828h
    PSVCS.NLM Portability Services
    Version 251.00 November 30, 2001
    Code Address: 90725000h Length: 0001270Fh
    Data Address: 90738000h Length: 00009464h
    NWUCMGR.NLM NWUCMGR.NLM v1.5 Build 230
    Version 1.05 March 14, 2001
    Code Address: 906C5000h Length: 0000D920h
    Data Address: 906D3000h Length: 000078D4h
    SNMP.NLM Netware 4.x/5.x/6.x SNMP Service
    Version 4.18 July 25, 2006
    Code Address: 905B4000h Length: 00013E90h
    Data Address: 905C9000h Length: 00003220h
    TLI.NLM NetWare Transport Level Interface Library
    Version 4.30.02 December 19, 2000
    Code Address: 902F6000h Length: 00003859h
    Data Address: 902FA000h Length: 00000164h
    Global Code Address: 902FB000h Length: 00001000h
    Global Data Address: 904EA000h Length: 00002000h
    CONLOG.NLM System Console Logger
    Version 3.01.02 August 8, 2006
    Code Address: 8FFC6000h Length: 0000243Ch
    Data Address: 8FC42000h Length: 00001CE0h
    DHOST.NLM Novell DHost Portability Interface 1.0.0 SMP
    Version 10010.97 September 18, 2006
    Code Address: 8F9C2000h Length: 00006621h
    Data Address: 8930D000h Length: 0000234Ch
    NSPNDS.NLM NetWare Winsock 2.0 NSPNDS.NLM Name Service Provider
    Version 6.20 November 12, 2001
    Code Address: 8A5B3000h Length: 00006547h
    Data Address: 80923000h Length: 00000518h
    DS.NLM Novell eDirectory Version 8.7.3.10 SMP
    Version 10554.34 April 23, 2008
    Code Address: 908E5000h Length: 0026E87Eh
    Data Address: 8FE53000h Length: 00078FB0h
    ROLLCALL.NLM RollCall NLM (101, API 1.0)
    Version 5.00 July 27, 1998
    Code Address: 8FE51000h Length: 0000055Dh
    Data Address: 8FE52000h Length: 000002D4h
    SAL.NLM Novell System Abstraction Layer Version 2.3.1
    Version 20350.95 September 18, 2006
    Code Address: 8A5AB000h Length: 00007CD6h
    Data Address: 8FD55000h Length: 000012A8h
    SPMNWCC.NLM Novell SPM Client for NWCC 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 904D8000h Length: 00011688h
    Data Address: 8FD53000h Length: 00001340h
    NMAS.NLM Novell Modular Authentication Service 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 8FDEE000h Length: 00059BA8h
    Data Address: 904CA000h Length: 0000D2F0h
    GAMS.NLM Graded Authentication Management Service
    Version 1.30.03 November 2, 2007
    Code Address: 904BC000h Length: 0000D8F7h
    Data Address: 8FD36000h Length: 000012E8h
    NDSAUDIT.NLM Directory Services Audit
    Version 2.09 May 22, 2003
    Code Address: 9049A000h Length: 00010844h
    Data Address: 8FD18000h Length: 00002ED0h
    NICISDI.NLM Security Domain Infrastructure
    Version 27510.02.01 August 25, 2008
    Code Address: 90457000h Length: 0000ADA2h
    Data Address: 04625000h Length: 00001320h
    SASDFM.NLM SAS Data Flow Manager
    Version 27510.02.01 August 25, 2008
    Code Address: 8A5A1000h Length: 000040AEh
    Data Address: 32D98000h Length: 00000980h
    CALNLM32.NLM NetWare NWCalls Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 9042B000h Length: 0001CEB9h
    Data Address: 8FCE6000h Length: 00000510h
    POLIMGR.NLM NetWare License Policy Manager
    Version 6.27 November 3, 2005
    Code Address: 903D2000h Length: 00013F5Ch
    Data Address: 903E6000h Length: 00008E90h
    TIMESYNC.NLM NetWare Time Synchronization Services
    Version 6.61.01 October 14, 2005
    Code Address: 903C3000h Length: 0000E13Ch
    Data Address: 8A548000h Length: 00004240h
    CLXNLM32.NLM NetWare NWCLX Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FCB9000h Length: 000011F3h
    Data Address: 8FC4E000h Length: 000001B0h
    DSAPI.NLM NetWare NWNet Runtime Library
    Version 6.00.04 January 27, 2006
    Code Address: 8FC48000h Length: 00000043h
    Data Address: 8FC49000h Length: 00000024h
    DSEVENT.NLM NetWare DSEvent Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FC46000h Length: 00000633h
    Data Address: 8FC47000h Length: 00000034h
    NETNLM32.NLM NetWare NWNet Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 90378000h Length: 00035B77h
    Data Address: 8A543000h Length: 00004DA5h
    NCPNLM32.NLM NetWare NWNCP Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 90358000h Length: 0001F473h
    Data Address: 00000000h Length: 00000000h
    CLNNLM32.NLM NetWare NWClient Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FC3F000h Length: 00001CC2h
    Data Address: 8FC41000h Length: 00000150h
    CLIB.NLM (Legacy) Standard C Runtime Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 9031A000h Length: 0001898Eh
    Data Address: 8FC3C000h Length: 00002FB0h
    NIT.NLM NetWare Interface Tools Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 902FD000h Length: 0001C694h
    Data Address: 8FC32000h Length: 00000690h
    NLMLIB.NLM Novell NLM Runtime Library
    Version 5.90.15 March 10, 2008
    Code Address: 902B4000h Length: 000263EDh
    Data Address: 8FC28000h Length: 000038C0h
    STREAMS.NLM NetWare STREAMS PTF
    Version 6.00.06 May 4, 2005
    Code Address: 902A1000h Length: 0001206Dh
    Data Address: 8FC15000h Length: 000010A0h
    Global Code Address: 8FC17000h Length: 00001000h
    REQUESTR.NLM Novell NCP Requestor for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 90269000h Length: 00020DE3h
    Data Address: 8FC13000h Length: 000010D0h
    THREADS.NLM Novell Threads Package for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 9023E000h Length: 00018CF8h
    Data Address: 90257000h Length: 000116A0h
    LIB0.NLM Novell Ring 0 Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 8FFDA000h Length: 000250EAh
    Data Address: 90000000h Length: 00228070h
    MASV.NLM Mandatory Access Control Service
    Version 2.00.01 September 2, 2008
    Code Address: 8FC8A000h Length: 00012386h
    Data Address: 8FBEA000h Length: 000023A0h
    NSPSLP.NLM NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    Version 6.20.04 December 6, 2007
    Code Address: 8FBDE000h Length: 00005ED3h
    Data Address: 8FB92000h Length: 00000B30h
    PMLODR.NLM PMLodr for NW65
    Version 1.26 October 7, 2005
    Code Address: 8FBF9000h Length: 0000E63Ah
    Data Address: 8FB90000h Length: 00001658h
    SLP.NLM SERVICE LOCATION PROTOCOL (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 8FBB7000h Length: 0001A658h
    Data Address: 8FBD2000h Length: 00005384h
    CCS.NLM Controlled Cryptography Services from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8FB71000h Length: 00019EE4h
    Data Address: 00098000h Length: 00002F90h
    DSLOADER.NLM Novell eDirectory Version 8.7.3 Loader SMP
    Version 10554.44 October 17, 2008
    Code Address: 8FACD000h Length: 0000C73Ch
    Data Address: 8FADA000h Length: 00001278h
    XENGUSC.NLM NICI U.S./Worldwide XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8FAB3000h 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: 8FA7B000h Length: 000153E4h
    Data Address: 2AF7F000h Length: 00004864h
    XENGEXP.NLM NICI Import Restricted XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8A4F2000h Length: 00050DD4h
    Data Address: 2AF6A000h Length: 00014C3Ch
    XENGNUL.NLM NICI NULL XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8FA66000h Length: 00001DC9h
    Data Address: 32E3E000h Length: 00000860h
    XMGR.NLM NICI XMGR from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F8E5000h Length: 00026001h
    Data Address: 2AF5F000h Length: 0000AA10h
    XSUP.NLM NICI XSUP from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F86C000h Length: 00006EF2h
    Data Address: 2B69D000h Length: 00023170h
    XIM.XLM Novell NICI Signed Loader
    Version 27510.02.01 August 25, 2008
    Code Address: 8F808000h Length: 0002C680h
    Data Address: 2B6C1000h Length: 00007CE4h
    WS2_32.NLM NetWare Winsock 2.0 NLM
    Version 6.24.01 February 14, 2008
    Code Address: 8F46B000h Length: 00037F28h
    Data Address: 8F4A3000h Length: 00011B84h
    NCP.NLM NetWare Core Protocol (NCP) Engine
    Version 5.61.01 September 30, 2008
    Code Address: 8F422000h Length: 00026DEFh
    Data Address: 8F449000h Length: 00018B24h
    QUEUE.NLM NetWare Queue Services NLM
    Version 5.60 May 24, 2001
    Code Address: 8F419000h Length: 00006D8Dh
    Data Address: 8F420000h Length: 00000473h
    VDISK.NLM NetWare Virtual Disk
    Version 1.00 November 30, 2004
    Code Address: 8F3D4000h Length: 00001FEEh
    Data Address: 8F3D7000h Length: 00001160h
    NWTERMIO.NLM NetWare Terminal Emulation
    Version 1.00 September 11, 2006
    Code Address: 8F32B000h Length: 00007570h
    Data Address: 8F333000h Length: 00004560h
    MALHLP.NLM NSS Configure help messages (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8A5D6000h Length: 000000BAh
    Data Address: 8A5D7000h Length: 0000002Ah
    CDDVD.NSS NSS Loadable Storage System (LSS) for CD/UDF (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8AC26000h Length: 00014B00h
    Data Address: 8A431000h Length: 00001050h
    NSSIDK.NSS NSS Pool Configuration Manager (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8A900000h Length: 000039C5h
    Data Address: 8A5D3000h Length: 00000090h
    PARTAPI.NLM Partition APIs for NetWare 6.1
    Version 2.00 April 17, 2002
    Code Address: 8A5D2000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    VOLMN.NSS NSS Distributed Volume Manager (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8ABF6000h Length: 0000A6A3h
    Data Address: 8A5D1000h Length: 000005B0h
    NWSA.NSS NSS NetWare Semantic Agent (NWSA) (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8A3DA000h Length: 0004ADEEh
    Data Address: 8AB43000h Length: 000A1390h
    ZLSS.NSS NSS Journaled Storage System (ZLSS) (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8A832000h Length: 000CD166h
    Data Address: 8AB37000h Length: 0000BE30h
    MAL.NSS NSS Media Access Layer (MAL) (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8A82E000h Length: 00003196h
    Data Address: 8A5CE000h Length: 00000170h
    MANAGE.NSS NSS Management Functions (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8A7DE000h Length: 0004F275h
    Data Address: 8A5CC000h Length: 00000C20h
    COMN.NSS NSS Common Support Layer (COMN) (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8A920000h Length: 000EF408h
    Data Address: 8AA10000h Length: 00015E50h
    NSS.NLM NSS (Novell Storage Services) (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8A628000h Length: 00030420h
    Data Address: 8A659000h Length: 00091830h
    SYSLOG.NLM NetWare Logfile Daemon
    Version 6.05.03 October 22, 2007
    Code Address: 8A373000h Length: 0000616Ah
    Data Address: 8A5FB000h Length: 00026140h
    LIBNSS.NLM Generic Library used by NSS (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8A37F000h Length: 0000464Ch
    Data Address: 8A5CB000h Length: 000003D0h
    NSSWIN.NLM NSS ASCI Window API Library (Build 212 MP)
    Version 3.27.03 June 7, 2010
    Code Address: 8A37A000h Length: 000047DCh
    Data Address: 8A5C9000h Length: 000000FCh
    LOCNLM32.NLM NetWare NWLocale Runtime Library
    Version 6.00.04 November 29, 2005
    Code Address: 8A36A000h Length: 000044BBh
    Data Address: 8A4F1000h Length: 00000B30h
    UNICODE.NLM NetWare Unicode Runtime Library (UniLib-based) [optimized]
    Version 7.00 October 26, 2004
    Code Address: 8A2EF000h Length: 000016F5h
    Data Address: 8A4F0000h Length: 00000504h
    FILESYS.NLM NetWare File System NLM
    Version 5.14 April 16, 2008
    Code Address: 8A435000h Length: 0008E4E7h
    Data Address: 8A4C4000h Length: 00012C90h
    LFS.NLM NetWare Logical File System NLM
    Version 5.12 September 21, 2005
    Code Address: 8A32E000h Length: 000098A2h
    Data Address: 8A338000h Length: 000084BCh
    CONNMGR.NLM NetWare Connection Manager NLM
    Version 5.60.01 September 7, 2006
    Code Address: 8A2F1000h Length: 0001172Bh
    Data Address: 8A303000h Length: 00003CE8h
    ACPIPWR.NLM ACPI Power Management Driver for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A2CF000h Length: 00000C9Ah
    Data Address: 8A2D0000h Length: 00000904h
    ACPICMGR.NLM ACPI Component Manager for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A2C8000h Length: 00000A6Fh
    Data Address: 8A2C9000h Length: 000002F4h
    CPQRAID.HAM HP Unified RAID driver
    Version 2.15 July 5, 2005
    Code Address: 8A25E000h Length: 000214CDh
    Data Address: 31371000h Length: 0000B178h
    IDEATA.HAM Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Version 4.34 May 5, 2007
    Code Address: 8A20D000h Length: 00010F67h
    Data Address: 3178A000h Length: 00005880h
    IDECD.CDM Novell ATA/IDE CD/DVD Custom Device Module
    Version 4.13 April 4, 2007
    Code Address: 8A208000h Length: 00004201h
    Data Address: 3186E000h Length: 00001084h
    CPQSHD.CDM HP NWPA SCSI Disk Driver
    Version 2.08 February 19, 2008
    Code Address: 8A18A000h Length: 000173C7h
    Data Address: 00FF8000h Length: 0000122Dh
    ACPIDRV.PSM ACPI Platform Support Module for ACPI compliant systems
    Version 1.05.19 January 16, 2007
    Code Address: 8A140000h Length: 0000AD1Eh
    Data Address: 007B9000h Length: 0000C694h
    ACPICA.NLM ACPI Component Architecture for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A08E000h Length: 0002BA90h
    Data Address: 8A0BA000h Length: 00011C74h
    ACPIASL.NLM ACPI Architecture Services Layer for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8974F000h Length: 00000F9Bh
    Data Address: 89750000h Length: 0000019Ch
    EHCIDRV.CAD Novell Universal Serial Bus EHCI driver
    Version 1.05 February 26, 2008
    Code Address: 89754000h Length: 00004C28h
    Data Address: 007F9000h Length: 00000B20h
    UHCIDRV.CAD Novell Universal Serial Bus UHCI driver
    Version 1.07 February 26, 2008
    Code Address: 89740000h Length: 00004F7Fh
    Data Address: 00205000h Length: 00000694h
    CIOS.NLM Consolidated IO System
    Version 1.60 February 12, 2008
    Code Address: 89FD1000h Length: 00042C15h
    Data Address: 00A51000h Length: 00008B4Ah
    LSL.NLM Novell NetWare Link Support Layer
    Version 4.86 February 2, 2006
    Code Address: 896A3000h Length: 0000A7A7h
    Data Address: 896AE000h Length: 00009EC8h
    NWPALOAD.NLM NetWare 5 NWPA Load Utility
    Version 3.00 July 10, 2000
    Code Address: 89605000h 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: 8965F000h Length: 00016C82h
    Data Address: 8084F000h Length: 00002A5Ch
    MM.NLM NetWare 6.5 Media Manager
    Version 3.22.07 August 20, 2008
    Code Address: 896C7000h Length: 0004CAB0h
    Data Address: 8961B000h Length: 0000BA1Ch
    SGUID.NLM NetWare GUID Services
    Version 6.01 September 27, 2002
    Code Address: 811FE000h Length: 00000E04h
    Data Address: 895F6000h Length: 0000018Ah
    NBI.NLM NetWare Bus Interface
    Version 3.01.01 July 13, 2007
    Code Address: 8960D000h Length: 0000D72Dh
    Data Address: 80840000h Length: 00003D8Dh
    NEB.NLM Novell Event Bus
    Version 5.60 September 27, 2004
    Code Address: 89652000h Length: 00005843h
    Data Address: 80913000h Length: 0000097Ch
    DIAG500.NLM Diagnostic/coredump utility for NetWare 6.x
    Version 3.04.03 October 31, 2007
    Code Address: 895B2000h Length: 00007FC0h
    Data Address: 895BB000h Length: 0001DF84h
    CPUCHECK.NLM NetWare Processor Checking Utility
    Version 5.60.01 December 6, 2007
    Code Address: 80835000h Length: 00001B5Ch
    Data Address: 8965A000h Length: 00004B3Ch
    NWKCFG.NLM NetWare Kernel Config NLM
    Version 2.16 June 24, 2005
    Code Address: 8082D000h Length: 00003F4Fh
    Data Address: 80831000h Length: 00003CA4h
    CDBE.NLM NetWare Configuration DB Engine
    Version 6.01 September 21, 2006
    Code Address: 89341000h Length: 000116E6h
    Data Address: 89353000h Length: 000161FAh
    FATFS.NLM FAT Filesystem Module for NetWare
    Version 1.24 August 27, 2007
    Code Address: 809F5000h Length: 00020526h
    Data Address: 80A16000h Length: 0002B32Fh
    LIBC.NLM Standard C Runtime Library for NLMs [optimized, 7]
    Version 9.00.05 October 3, 2008
    Code Address: 802E3000h Length: 000D0CD6h
    Data Address: 803B4000h Length: 000415E0h
    PVER500.NLM NetWare 6.XX Version Library
    Version 3.00 February 1, 2007
    Code Address: 802D8000h Length: 00000837h
    Data Address: 802D9000h Length: 000003DCh
    SERVER.NLM NetWare Server Operating System
    Version 5.70.08 October 3, 2008
    Code Address: 0020C9E0h Length: 0016A000h
    Data Address: 0040C9E0h Length: 00217620h

    Originally Posted by ataubman
    If it happens to overwrite the bad module it will fix it, otherwise not.
    I made the following changes:
    Add /gwdvadisable to the end of your WEBAC80A.waa file
    Changes the POA switches:
    /dcafilter-pdf
    /nodca
    I found the POA switches in the following documents:
    Document ID 7002158
    Document ID 7002353
    Thank you all for the help..

  • Calling a Stored Procedure with Parameter using an UDF

    Hi All,
      I have a requirement where I need to use database lookup. In that I am calling the Stored Procedure using UDF. For example sp_flow ., for this I have to pass<INTID> and <USDERID> to get the response.
    I am using the below code to excute this.
    Channel channel = null;                                                   
    Map rowMap = null;                                                        
    DataBaseAccessor accessor = null;                                         
    DataBaseResult resultSet = null;                                          
    String Query = null;   
    //Query ="EXECUTE dbo.sp_flow <INTID> <USERID>;                                                 
    Query = "EXECUTE dbo.sp_flow  \'304\' ,  \'shankar\'  " ;       
      try{                                                                               
    //Determine a channel, as created in the Configuration                    
    channel =                                                                 
    LookupService.getChanne"BS_XXX","CC_XXX_JDBC_Rcv");                                                                               
    //Get a system accessor for the channel. As the call is being made to an  
    DB, an DatabaseAccessor is obtained.                                      
    accessor = LookupService.getDataBaseAccessor(channel);                                                                               
    //Execute Query and get the values in resultset                           
    resultSet = accessor.execute(Query);                                                                               
    for(Iterator rows = resultSet.getRows();rows.hasNext();){                 
    rowMap = (Map)rows.next();                                                                               
    result.addValue((String)rowMap.get("FLOW_ID"));                       
    I am getting the error "Error when calling an adapter by using the communication channel CC_NWLS_TLA_JDBC_Rcv (Party: , Service: BS_MICROSOFT_SQLWLS20DEV_D, Object ID: d30aace599de3cd69548bf145d0724b7) XI AF API call failed. Module exception: (No information available). Cause Exception: 'Error processing request in sax parser: Error when executing statement for table/stored proc. 'table' (structure 'statement'): com.microsoft.sqlserver.jdbc.SQLServerException: The statement did not return a result set."
    let me know how do this.
    Regards
    shankar
    Edited by: Shankar on Jun 9, 2009 2:51 PM
    Edited by: Shankar on Jun 9, 2009 3:02 PM

    first of all calling a SP via the lookup API, there is a workaround but it is not at all recommended
    FYI
    /people/arpil.gupta/blog/2008/11/03/workaround-for-jdbc-scenarios - DB Lookup via Stored procedure
    http://help.sap.com/javadocs/NW04S/current/pi/com/sap/aii/mapping/lookup/DataBaseAccessor.html
    The accessor does not support transactional behaviour. Therefore, the method should not be used to execute insert or update statements on the database which can lead to inconsistencies. The accessor should only be used to read data from a database table.

  • Error while doing the Ldap sync for UDFs

    Hi All,
    I am doing LDAP sync for UDFs,
    Created users in OID.
    assigned to orclIDXPerson object modified the ldapconfig.props and created the input file.
    Now I am running the ldapsyncudf.sh then I getting the below error.
    Exception in thread "main" java.lang.NullPointerException
    at oracle.ods.virtualization.schema.AttributeTypeDefinition.getOID(AttributeTypeDefinition.java:117)
    at oracle.ods.virtualization.jndi.OVDSchemaContext.convertAttrDefnToJNDIAttrs(OVDSchemaContext.java:655)
    at oracle.ods.virtualization.jndi.OVDSchemaContext.getAttributes(OVDSchemaContext.java:137)
    at oracle.ods.virtualization.jndi.OVDSchemaContext.getAttributes(OVDSchemaContext.java:109)
    at oracle.iam.configservice.impl.LDAPUDFSyncImpl.isAttrExistsInLDAP(LDAPUDFSyncImpl.java:555)
    at oracle.iam.configservice.impl.LDAPUDFSyncImpl.validateOVDSchema(LDAPUDFSyncImpl.java:519)
    at oracle.iam.configservice.impl.LDAPUDFSyncImpl.addUDFwithLDAP(LDAPUDFSyncImpl.java:1082)
    at oracle.iam.configservice.api.LDAPUDFSyncEJB.addUDFwithLDAPx(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy631.addUDFwithLDAPx(Unknown Source)
    can anyone please unblock me.
    Thanks,
    Valli

    Hi,
    Please see if these help (for 11gR2)
    Export the LDAPUser.xml file from MDS using weblogicExportMetatdata.bat. This xml contains the attributes mapping between OIM and OID for LDAP synchronization.
    Include the entry for OIM attribute (if entry does not exist for the attribute in the XML) under entity-attributes node. For e.g. use the following xml snippet to add the entry for ISD Code for Phone attribute
    <entity-attributes><attribute name=”ISD Code for Phone”> <type>string</type> <required>false</required> <attribute-group>Extended </attribute-group> <searchable>true</searchable> </attribute> </entity-attributes>
    Include the entry for OID attribute under target-fields node. For e.g. use the following xml snippet to add the entry for CountryCode
    <target-fields><field name=”CountryCode”><type>String</type> <required>false</required> </target-fields>
    Now map the OIM attribute with the OID attribute using the following xml snippet under attribute-maps node
    <attribute-maps><attribute-map> <entity-attribute> ISD Code for Phone </entity-attribute> <target-field>CountryCode</target-field> </attribute-map></attribute-maps>
    Save the changes and import the file back into MDS using WebLogic import utilities.

  • Check a UDF of batch number when I create Goods Issue or Delivery

    Hello,
    I manage my items with batch number and I want to block the creation of all  Goods Issue or Delivery in function of the value of a UDF (created the OIBT table).
    I think I can achieve this by using the stored procedure SBO_SP_TransactionNotification, but I never used it and I don't know if (and how) I can retrieve the selected batchnumbers of my documents.
    Is it possible to do so, or do you have any better suggestions???
    Thank You,
    Xavier.

    Hi Xavier,
    You can find some additional information about the SBO_SP_TransactionNotification stored procedure here:
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e991e2b9-0901-0010-0395-ef5268b00aaf]
    The stored procedure only returns the following;
    - Object type
    - Transaction type
    - Num_of_cols_key (number of columns in the primary key of the object)
    - List_of_key_cols_tab_del (the list of the columns in the primary key)
    - List_of_cols_val_tab_del (the values of these columns)
    So the stored procedure doesn't directly return the information you want. You would have to link this with a DI application to access the document in question using the value of the primary key returned by the stored procedure. (Or through using an SQL query also using the primary key returned by the SP).
    Please note however, that SBO_SP_TransactionNotification is designed for notification purposes only. SAP can only support any issues arising out of use as a notification mechanism; the use of this stored procedure to block transactions or work as an authentication step are not supported. Please see SAP note 1011154 for more information.
    Regards,
    Niall

  • How to populate fields "DocEntry" and "DocNum" in UDT? Those are not UDF.

    I created a UDT with document type. When I populate the data, I don't know how to populate fields "DocEntry" and "DocNum". Those are not UDF. Here is my coding. Can somebody help me out?
    Dim objUserTable As SAPbobsCOM.UserTable
                        objUserTable = objSBOAPI.oCompany.UserTables.Item("AIT_POSTRANS")
    objUserTable.UserFields.Fields.Item("DocEntry").Value ="1000"
    ///////////// Error here "DocEntry" is not a UDF
                                           objUserTable.UserFields.Fields.Item("U_TrnsType").Value = "4"
                            objUserTable.UserFields.Fields.Item("U_CardCode").Value = objRecord.Fields.Item(0).Value
                            objUserTable.UserFields.Fields.Item("U_ShpBrnch").Value = objRecord.Fields.Item(1).Value.Replace("'", "")

    Currently versions of the SDK (SBO2005A SP01, SBO2007A, SBO2005B, SBO2007B) does not support Data Support of UDO-tabeles using the DI-API... That means that you can only add data to such tables using the GUI,,,
    This is currently a huge problem and the number one DI-API Development Request. The status with SAP is that this will become part of the SDK in SAP Business One 8.8 (the next major release), but 8.8 does not yet have a shipment date (My guess is that it will be 2009 before we even see it in rampup)...
    I know some people have experimented with writing direct SQL to such tables and know it can be done, but be aware that SAP does NOT support it!... Personally I've never done it for that reason althoug it would have been nice to do if some situations...
    Sorry I could not give anything better...

  • XLR old reports not working with UDF from Marketing docs

    Hi,
    We are using SAP Business One 2005 A (6.80.318)  SP: 01  PL: 16 and the following version of XLR.
    XLR Version 6.80.367 (under about XLR) or 6.80.01.26 (under Add-ons manager).
    We have just gone from 6.80.01.25 to 6.80.01.26 version of XLR and have had an issue with the reports that contain UDF's. 
    Previously when doing patches of SBO we have had issues with the UDF's renumbering eg.  SalesEmp_1 becoming SalesEmp_2.  Within the XLR reports we would simply update the identifier of the UDF and it would report correctly.
    The issue this time is that the identifier has disappeared.  ie. SalesEmp_1 has become SalesEmp.  When you create a new report the data can be retrieved correctly however when you change the existing report to reflect SalesEmp (rather than SalesEmp_1) it reports no data. 
    I am not keen on re-creating all of my reports with UDFs and was wondering if anyone else had encountered the same issue and come up with a solution. 
    It may have something to do with the UDF's being available as Dimensions now whereas previously they were only Light Dimensions?
    Let me know if I need to clarify further - although it will probably make perfect sense if you have been through the same issue - and if you haven't you may not be able to help.
    Kind regards
    Andrew

    Hi Andrew,
    Unfortunately I don't know the answer to your question...
    ...but anyway, this Forum is focussing on the SAP Business One SDK.
    In principle the Implementation Forum in the PartnerEdge P2P (http://p2p.sap.com/businessoneforum?type=join) area should more suitable for such questions.
    I suggest that you raise your issue there - and hope that you will get the right answer.
    ...or since the issue came up when you changed from one version of XLR to another - log a question to SAP Support on the XLR component.
    Sorry,
    Frank

  • UDF at header level will not auto refresh before & after adding the invoice.

    Hi All,
    I have a FMS query in the UDF at AR Invoice header level. I have set the FMS query to auto refresh when tax rate field changes but the UDF doesn't auto refresh when there is a tax code in the document.
    I will need to add the invoice first then open the added invoice and press shift+F2 to get the calculated amount in the UDF to update the invoice.
    How to get the UDF to auto refresh whenever the tax code has changed? Or after the invoice has added?
    The FMS query:
    SELECT sum(T0.[TotalSumSy]) FROM INV1 T0 inner join OINV t1 on t1.docentry = t0.docentry WHERE T0.VatGroup in ('SR','DS','AJS') and t1.docentry = $[OINV.docentry]
    Thanks & BR,
    Leng

    Hi,
    I solved the problem following the steps in SAP note 633285 - Printing the total Vat amounts in each Vat group, https://websmp130.sap-ag.de/sap/support/notes/0000633285
    In order to print  in the  order  the Vat amount  in each vat group Please perform  the followed stages:
    Go to Tools (in the SBO tool bar ) and chose Manage User Field
    In Marketing Documents (Rows) add new fields according to the Num of the vat groups that you are using in Orders (e.g. A1, A2 ,A4) The type : Units and Totals  - the Structure: sum in the order each column will represent the vat amounts in the line but only for certain  Vat Group
    in order that each column will display the vat amount in the line only if it belong to certain Vat group we attach a query to each column: (e.g. we have 3 columns : A1, A2, A4) .the queries are;
    SELECT $[$38.82.NUMBER]  WHERE $[$38.18.0] = 'A1' FOR BROWSE  SELECT $[$38.82.NUMBER]  WHERE $[$38.18.0] = 'A2' FOR BROWSE SELECT $[$38.82.NUMBER]  WHERE $[$38.18.0] = 'A4' FOR BROWSE Now each column will display the vat amount only if it in the relevant vat group
    in the order document printing template you need to add those Vat column in our example we add 3  data fields : the file: Order - Rows , the Field: A1/A2/A4 - you can hide (un visible ) this columns as needed
    in the Repetitive Area Footer add a calculation field for each vat groupthe Type: Column Total , the Column: Order; A1/A2/A4 in each calculate field you will get the sum amount of the vat in the relevant Vat group. (in  addition you can add text fields with a relevant description for the calculation fields)
    Thanks & BR,
    Leng

Maybe you are looking for

  • Want to export user settings from Office 2007 on client, to be able to import in Office 2013?

    Upgrading from Office 2007 to Office 2013. We may need to save the user settings on the client computer, because we are moving some of the systems from 32-bit to 64-bit. How can we export the settings to a folder?

  • I am unable to record using vista

    I used to be able to use the recording icon on my Creative Media Source Organizer for my Zen V Plus. But now after I installed it on my vista, I am unable to use it. Each time I click on the record icon it says "The selected recording device cannot b

  • Variable Dearness Allowance

    Hello Experts, Variable Dearness Allowance is a fixed amount that needs to be paid to a particular set of employees for my client. I wish to know how variable dearness allowance works. Following are the details I need to understand: 1.  If an employe

  • Spry 1.5 and dw cs3

    How do I update spry from 1.4 to 1.5 version in dreamweaver cs3 ? I have tried with update function in help menu but not send me messages with new versions available to download... thanks

  • My Safari browser will not open.

    My Safari browser will not open.  It simply says Safari quit unexpectedly.  I can open Google Chrome and browse just fine.  Any idea whats wrong?  I have a MacBook Pro, and I'm using OSX Yosemite 10.10.1