Proxy notifications

I am using ABAP proxies to drive many of my interfaces and I find that since the proxy is triggering in R/3, there is no way  I can use my XI alerts. Do I need to code exceptions in the proxy code and handle them as workflow with notfications or is there a standard solution available?
Teresa

Teresa,
The XI alerts are meant for failures for the steps originating from XI. Your dependence on XI alerts will be based on two scenarios:
A) Synchronous call to R/3: You can fill the return errors in the Fault Message Type or in the Response itself. Then in XI you can handle the alert / exception correspondingly.
B) Asynchronous call to R/3: In this case, the XI alerts will not relate to the application errors in R/3. So, you can have both the XI alert and the proxy code to help handle exceptions. The XI alerts can be used for all non-application errors, and in the proxy code, you can build the workflow or other error handling logic.
Hope this helps,
Bhanu

Similar Messages

  • Pushing notifications to android emulator behind a proxy

    Hi Guys 
    I hope this is the correct place to ask this question - if not please direct me.
    I'm attempting to build an android app (in the emulator) that receives push notifications from Azure/gcm.
    I'm also using eclipse ADT in a windows 8.1 for the android dev' work.
    I have been attempting to apply the tutorial
    http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-android-get-started/#connecting-app
    The registration process works correctly and I receive a registration ID from the Google CloudMessagingService which i then use to register a NotificationHub (from which I  receive a registration ID )
    Where I seem to be having problems is when i try and send an Android  (Random Broadcast) message from the Azure management Portal.
    {"data":{"message":"Notification Hub test notification"}}
    The message never arrives at my app (in the emulator) as 
    @Override
    public void onReceive(Context context, Bundle bundle) {
    ctx = context;
    String nhMessage = bundle.getString("message");
    // sendNotification(nhMessage);
    mainActivity.DialogNotify("Received Notification",nhMessage);
    doesnt fire. (but does in the registration process)
    (Azure says the message was delivered)
    So I'm wondering if theres something i'm missing - perhaps surrounding the proxy server i'm behind? Or something else to do with the emulator?
    regards
    Bryce

    Hi Guys 
    I hope this is the correct place to ask this question - if not please direct me.
    I'm attempting to build an android app (in the emulator) that receives push notifications from Azure/gcm.
    I'm also using eclipse ADT in a windows 8.1 for the android dev' work.
    I have been attempting to apply the tutorial
    http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-android-get-started/#connecting-app
    The registration process works correctly and I receive a registration ID from the Google CloudMessagingService which i then use to register a NotificationHub (from which I  receive a registration ID )
    Where I seem to be having problems is when i try and send an Android  (Random Broadcast) message from the Azure management Portal.
    {"data":{"message":"Notification Hub test notification"}}
    The message never arrives at my app (in the emulator) as 
    @Override
    public void onReceive(Context context, Bundle bundle) {
    ctx = context;
    String nhMessage = bundle.getString("message");
    // sendNotification(nhMessage);
    mainActivity.DialogNotify("Received Notification",nhMessage);
    doesnt fire. (but does in the registration process)
    (Azure says the message was delivered)
    So I'm wondering if theres something i'm missing - perhaps surrounding the proxy server i'm behind? Or something else to do with the emulator?
    regards
    Bryce

  • Send a notification to the proxy when he is removed as proxy

    We have a requirement to send a notification to the proxy when he is removed as proxy.
    There is one out of box notification to the proxy when assigned. But could not figure out an option to send a notification when proxy is removed.
    Is there a way?
    Thnx
    Sid
    Edited by: Sidharath on Jun 4, 2012 2:23 PM

    yes, there is a OOTB system property called XL.ProxyNotificationTemplate to tell user that he is a proxy. But as far as I know there is no notification to 'proxy removed' .
    1-You can create a system property and add SQL's into it. Please check this link I replied before: Re: Exception while setting security question
    2-You can create a trigger into database (proxy table=PXD) that start some procedures(including e-mail notification) if proxy user is removed.
    I hope this helps.
    Thiago Leoncio.

  • Websecurity and End-user-notification with HTTPS proxy

    Hi all
    I would like to setup HTTPS-proxy functionality in a deployment. Most of the rules are "pass-through" and only a few would then be configured for drop or decryption.
    But if i set the connection to drop it is not possible to display an End-user-notification for the endusers. Is there any chance to display an End-user notification to the enduser while dropping or denying https access to a particular group ?
    If yes, is the End-user notification then displayed in normal http connection or in a https connection ?
    Did i use for that a trusted certificate to correctly display the end-user notification without to pop-up a certificate failure (because self-signed certificate is in place at the moment) ?
    It would be great, if you have some answers for some of those questions.

    Andrew,
      See if the below may be modified to do what you want.
    barbee.
    Cisco Ironport Advanced Services
         * This function checks for the category and redirects the user.
         *  -- 2010 june 16. barbee.
        function checkForRedirect() {
            var category = document.getElementById("category");
            if ( category.value == "Search Engines" ) {
                window.location = 'http://www.ironport.com';
    OTHER STUFF

  • Notification callback via proxy failed

    I access database through a proxy, because my PC and database PC stay in different network, we can't see each other directly.
    I tried to write a 'notification call back' application through Subscription class, it failed to get notified. Could the network condition be the problem?
    p.s. I wrote the code according to a post which is claimed by the owner running successfully.

    thanks A Non. I'm using a client side function.code as below:
    m_sub->setSubscriptionNamespace(Subscription::NS_AQ);
    m_sub->setProtocol(Subscription::PROTO_CBK);
    m_sub->setPayload(*m_bytes);
    m_sub->setCallbackContext((void *)this);
    m_sub->setSubscriptionName(queue_name);
    m_sub->setPresentation(Subscription::PRES_DEFAULT);
    m_sub->setNotifyCallback(&notifyClient::eventHandler);
    m_env->enableSubscription(*m_sub);
    m_subs.push_back(*m_sub);
    m_con->registerSubscriptions(m_subs);
    notifyClient is a class, eventHandler is a static member function of notifyClient. All the objects used are members of the class.

  • Push notification under proxy Internet

    My iOS 6 push notification is not working under proxy running Internet service to make it run what I have to do

    I'm having iCal push issues as well. The push option is available and selected on client machines iCal app. The iCal server and push notifications servers are running as well. I have a test iCal account that is set up on my server's iCal app. It receives push notifications, but not 10.6 remote client machines. Any ideas??
    Thanks

  • Notification on ADD Proxy

    Folks,
    We have a requirement to send notifictaion to the user when he is made a proxy for some one . I could see that there is an OOTB template which is fired when ever proxy assignment operation happens .
    I couldnt succeed in adding a new variable which can dump an attribute value from user profile to the template and also wasnt able to email the modify the template (changed some text) .
    Any ideas ?
    Thanks
    Sid

    Check this {thread:id=2276230} and Notification Sample
    -Bikash

  • Issue Configuring Push Notifications Proxying for OWA for Devices

    I have been attempting to configure Push Notifications per http://technet.microsoft.com/library/jj151815.aspx#bkmk_installmodule
    When running the second PowerShell script I get the error 
    "New-MsolServicePrincipalCredential : Invalid value for parameter. Parameter name: Credential.EndDate.
    At c:\Users\User\Desktop\script2.ps1:25 char:5
    * New-MsolServicePrincipalCredential -AppPrincipalId $p,AppPricipalId -Type a"
    I do currently have another Federation Trust configured for this account with our test environment. Might this be causing this error? Any help would be appreciated.

    Hi,
    As far as I know, the issue can be caused by time difference between local timezone and server timezone. Please firstly check with this point.
    Thanks,
    Simon Wu
    TechNet Community Support

  • Lync 2013 + Windows 8 phones not getting any notification but android and iphone works fine

    Dear All,
    Issue : None of the windows 8 phones gets alert when someone pings in lync2013
    Description: We get notification when someone pings to lync2013 im configured in android or iphone and it fails to notify when someone pings lync2013 configured in windows phones Example : Lumia 920,930,625
    Environment:
    Singe FE and Edge
    Assessments:
    Push notification is enabled in the server side and on mobile
    Tried using 2010 version client had the same issue
    Push testing was successful until I updated the server and now after update I am getting the following error
    PS C:\Users\administrator.tester> Test-CsFederatedPartner -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com -verbos
    e
    cmdlet Test-CsFederatedPartner at command pipeline position 1
    Supply values for the following parameters:
    TargetFqdn: edge.tester.com
    VERBOSE: Reading access proxy port from topology process started.
    VERBOSE: Reading access proxy port '5061' from topology process successfully finished.
    VERBOSE: Reading certificate process started.
    VERBOSE: Reading certificate process successfully finished.
    VERBOSE: Searching for certificate with issuer name = 'CN=test-certsrv-CA, DC=tester, DC=com' and serial number =
    '4200000013a701fa4732b0475b000000000013'.
    VERBOSE: Successfully found certificate with the matching issuer name and serial number.
    VERBOSE: Workflow Instance Id 'd283786a-ba07-42ad-83e2-ad4ed5692597', started.
    VERBOSE: Command line executed is 'Test-CsFederatedPartner -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com
    -verbose'.
    Test-CsFederatedPartner : A 500 (The server encountered an unexpected internal error) response was received from the
    network and the operation failed. See the exception details for more information.
    At line:1 char:1
    + Test-CsFederatedPartner -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com  ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OperationStopped: (:) [Test-CsFederatedPartner], FailureResponseException
        + FullyQualifiedErrorId : WorkflowNotCompleted,Microsoft.Rtc.Management.SyntheticTransactions.TestFederatedPartner
       Cmdlet
    VERBOSE: Workflow Instance ID 'd283786a-ba07-42ad-83e2-ad4ed5692597' completed.
    VERBOSE: Workflow run-time (sec): 0.1410312.
    Please let me know if this is causing the issue,
    Please note : As soon as I see this tried invoking the csmanagementstore replication and got to know my edge server is not up to date - I am sure this has no relation with push this is for getting the changes informed to edge server,
    Everything works normal with no issues apart from this,
    Seeking your valuable advice here,
    Thanks
    Nelson
    Nelson N Exchange 2003|2007|2010

    Hi Nelson,
    To better understand the issue, I would like to collect the following information.
    1. Have you added the new hosting provider, Microsoft Lync Online, and then set up hosting provider federation between your organization and Lync Online ?
    Configuring for push notifications in Lync Server 2013
    2. Have you installed the new root certificate?
    Lync Servers currently use the GTE CyberTrust Global Root and beginning on June 1st, 2013 will migrate to the Baltimore CyberTrust Root. The
    migration of Lync Online Service to use the new Baltimore trusted root Certificate Authority is planned during May 2013. As of June 1st 2013,
    all of our servers including the Lync Push Notifications Clearing House Service will be on Baltimore certs only. So please ensure that your Lync Server deployments have been updated to trust the Baltimore Root before that.
    http://blogs.technet.com/b/lync/archive/2013/05/02/lync-mobile-push-notifications.aspx
    In addition, it is recommend to update the Lync servers to the lasted version.
    Best regards,
    Eric

  • Creative Cloud Package Installation Issues - School network behind a proxy

    Greetings All,
    I have created a package using creative cloud manager.  I am now testing it before deployment by running the setup.exe (or the msi using msi exec) but it keeps stopping part of the way through.  I have tried everything I can think of and am stuck.  Please find my PDApp.log pasted below:
    04/23/15 14:09:14:438 | [INFO] |  | ASU | MSIInvoker | MSIInvoker |  |  | 9188 | Build Version - 1.9.0.14
    04/23/15 14:09:14:438 | [INFO] |  | ASU | MSIInvoker | MSIInvoker |  |  | 9188 | Logging Level verbosity Set  to 4
    04/23/15 14:09:15:985 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 11456 | Build Version - 1.9.0.14
    04/23/15 14:09:15:985 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 11456 | Logging Level verbosity Set  to 4
    04/23/15 14:09:15:985 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 11456 | Executing immediate custom action for install mode.
    04/23/15 14:09:15:985 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 11456 | The CustomActionData string is : mode=install;sourceDir=D:\Adobe\Adobe CS Full Suite x64\Build\;installDir=;origDB=D:\Adobe\Adobe CS Full Suite x64\Build\Adobe CS Full Suite x64.msi
    04/23/15 14:09:15:985 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 11456 | Successfully executed the immediate custom action for install mode .
    04/23/15 14:09:22:846 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Build Version - 1.9.0.14
    04/23/15 14:09:22:846 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Logging Level verbosity Set  to 4
    04/23/15 14:09:22:846 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Executing the deferred custom action.
    04/23/15 14:09:22:851 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Obtained the following as CustomActionData
    04/23/15 14:09:22:851 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | mode=install;sourceDir=D:\Adobe\Adobe CS Full Suite x64\Build\;installDir=;origDB=D:\Adobe\Adobe CS Full Suite x64\Build\Adobe CS Full Suite x64.msi
    04/23/15 14:09:22:851 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | mode=install;sourceDir=D:\Adobe\Adobe CS Full Suite x64\Build\;installDir=;origDB=D:\Adobe\Adobe CS Full Suite x64\Build\Adobe CS Full Suite x64.msi
    04/23/15 14:09:22:851 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Original database path is : D:\Adobe\Adobe CS Full Suite x64\Build\Adobe CS Full Suite x64.msi
    04/23/15 14:09:22:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | OptionXML saved at location :: C:\Users\jk\AppData\Local\Temp\{BDE01805-A6DF-4F23-B43B-E8EFC8422EBE}\\{FA82D1CF-5FAE-46F 7-9A05-46FF5B24461A}
    04/23/15 14:09:23:061 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Build Version - 1.9.0.14
    04/23/15 14:09:23:061 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Logging Level verbosity Set  to 4
    04/23/15 14:09:23:061 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Initializing Custom Action Data from parameters
    04/23/15 14:09:23:061 | [INFO] |  | ASU | DeploymentManager | Utilities |  |  | 6372 | Folder does not exist
    04/23/15 14:09:23:061 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Provisioning Tool path is (C:\Users\jk\AppData\Local\Temp\{BDE01805-A6DF-4F23-B43B-E8EFC8422EBE}\\{865B5D0A-20EF-4B 51-A101-9EB2F87073B0}).
    04/23/15 14:09:23:063 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Starting to run the custom action for install mode
    04/23/15 14:09:23:063 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | STEP 1: Starting to parse Option XML.
    04/23/15 14:09:23:076 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Self-Update BootStrapper Relative Path doesn't exist.
    04/23/15 14:09:23:076 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | No of updates found (20).
    04/23/15 14:09:23:119 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Number of Medias found = 26
    04/23/15 14:09:23:119 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment Manager is running in Install Mode.
    04/23/15 14:09:23:133 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{79E46CB7-83A3-42E 1-99A4-E64A0E6F0A16}
    04/23/15 14:09:23:149 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{67BF6F11-8EE7-45B 9-A51C-0ADF7557F018}
    04/23/15 14:09:23:157 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{930DFC9E-600B-4C7 B-B529-83F5D871F581}
    04/23/15 14:09:23:164 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{89A52D99-3CC5-453 9-8007-9B3898E4A6F2}
    04/23/15 14:09:23:171 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{55814351-9C1A-4B1 5-B031-99CDC80C9DF4}
    04/23/15 14:09:23:181 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{BCC06D93-3CB6-45D F-A7D9-6C6811BD50B8}
    04/23/15 14:09:23:191 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{1E76192B-9924-47B 8-91D6-FD4B15A584F5}
    04/23/15 14:09:23:200 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{D960587D-FBCA-4B0 2-B946-EE16263DC3E8}
    04/23/15 14:09:23:209 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{C5BB4E83-4617-43A B-B980-E4171831E4A6}
    04/23/15 14:09:23:218 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{511D2127-D98E-459 E-8320-3E4A3F3C17B2}
    04/23/15 14:09:23:230 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{B2C918F0-85C6-41C D-B34B-F734B40CF9F0}
    04/23/15 14:09:23:239 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{6691F635-800B-431 9-B535-0BAC92D7C594}
    04/23/15 14:09:23:247 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{9B975A7C-1572-41E 1-A346-8622F7A4CB2F}
    04/23/15 14:09:23:256 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{77A5912C-4FBA-4C4 2-8A71-C647BAD495F8}
    04/23/15 14:09:23:265 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{93788996-9CC3-480 0-BB84-DF945364FF1D}
    04/23/15 14:09:23:274 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{601F2C38-0C39-498 6-AA6F-FB249F4C093E}
    04/23/15 14:09:23:283 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{BE2F2EB0-D572-499 4-BA6B-04156FA728DB}
    04/23/15 14:09:23:291 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{F7D116EF-E1EE-4DD 6-8C5F-4B09322774CD}
    04/23/15 14:09:23:300 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{8F7887EA-C20C-4C0 0-9D15-0CC5CC9D8D46}
    04/23/15 14:09:23:309 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{425D8A7B-090E-43E E-B995-13D2537F3F45}
    04/23/15 14:09:23:320 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{B4EE60F8-C7E5-443 D-A1EA-5642428C98CF}
    04/23/15 14:09:23:328 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{02D5F0E1-F429-443 E-B2C0-8E9F76708D2C}
    04/23/15 14:09:23:335 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{12F55386-71E1-475 C-A1F5-9CB7FDBA27C0}
    04/23/15 14:09:23:343 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{1F985711-15AB-47B 2-B54B-1355EE0E9EAC}
    04/23/15 14:09:23:353 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{E78C4EBD-5831-40E 0-A629-2239EBA362CD}
    04/23/15 14:09:23:361 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{32A88844-8C54-476 A-9B0C-15BF211103F0}
    04/23/15 14:09:23:369 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{CD420C54-35FF-424 6-A365-84A5F24C464F}
    04/23/15 14:09:23:376 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{BAC0124A-7B83-492 B-B153-26EDEF7849D6}
    04/23/15 14:09:23:383 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{CF33EEF0-E87C-472 9-A7DE-E094DE9F28C0}
    04/23/15 14:09:23:389 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{DF9DF6E3-7188-420 8-9190-40AE1C63EDA4}
    04/23/15 14:09:23:395 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{F297502D-EC3D-4E9 4-84F2-2430B4A873BB}
    04/23/15 14:09:23:400 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{ACA92CE4-F6A9-46A E-A4AF-5B3E2E4D3F73}
    04/23/15 14:09:23:406 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{644837C3-501A-44E B-81A9-26E5673B382C}
    04/23/15 14:09:23:410 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{B1002D27-D9D0-417 E-8F8F-A8E16A2B7735}
    04/23/15 14:09:23:416 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{8ED5C0E7-98EC-433 3-804E-09B14AC16C4C}
    04/23/15 14:09:23:421 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{7C44A858-ECF7-482 E-A058-896F6BE8657B}
    04/23/15 14:09:23:426 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{7D605EDE-A520-439 3-A047-D515EA826C98}
    04/23/15 14:09:23:431 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{7115B6EF-EB63-49D 3-B77C-1896DB456282}
    04/23/15 14:09:23:439 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{73CD1B9D-F018-480 9-8396-653DA44C9C88}
    04/23/15 14:09:23:443 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{27E92038-0644-4AB C-8593-48A693427D2C}
    04/23/15 14:09:23:449 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{E41310CE-028E-4D4 B-B60A-600AB9912507}
    04/23/15 14:09:23:971 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{12E26657-5972-40F 8-90B3-BE787314B69D}
    04/23/15 14:09:23:987 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{4DD6D110-DB87-409 D-A2FA-E82A4FA6C4CE}
    04/23/15 14:09:23:996 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{075C546F-E60E-434 9-95D5-D2F22342DD10}
    04/23/15 14:09:24:010 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{1E90202E-AA8C-4F5 3-8EBB-E457D87DB6FC}
    04/23/15 14:09:24:020 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{6B50DA1C-F2D8-4F3 3-B9A2-7B449892FDEE}
    04/23/15 14:09:24:032 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{04B23B41-7A87-402 F-BAA0-C21E2E572118}
    04/23/15 14:09:24:040 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{26E2DCAE-6D1B-49E B-9DD5-BB62B558E69C}
    04/23/15 14:09:24:053 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{7B3ED4FF-E648-443 1-8002-E4DF7FD98520}
    04/23/15 14:09:24:061 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{F71DA83D-0493-44A F-91D6-D71FCAF76E5B}
    04/23/15 14:09:24:073 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{4C16D47E-9A50-45C 7-BE02-D62C1891E586}
    04/23/15 14:09:24:084 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{5D1569FE-C43E-4E7 E-8738-7926CC38E0A7}
    04/23/15 14:09:24:127 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | STEP 2: Starting to launch ASU AAM.
    04/23/15 14:09:24:127 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Bootstrapper launch location is :: D:\Adobe\Adobe CS Full Suite x64\Build\ASU\Set-up.dat
    04/23/15 14:09:24:373 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Build Version - 9.0.0.25
    04/23/15 14:09:24:373 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Logging Level verbosity Set  to 4
    04/23/15 14:09:24:949 | [WARN] |  | ASU | OPM | OPM |  |  | 8764 | Failed in key3List generation
    04/23/15 14:09:24:949 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 8764 | Failed in key3List generation
    04/23/15 14:09:24:952 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Schema version and schema compatibility version are same or greater than current
    04/23/15 14:09:25:005 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    04/23/15 14:09:25:005 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | returning size of value as:3 in opm_getValueForKey
    04/23/15 14:09:25:005 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    04/23/15 14:09:25:006 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Successfully retreived value from opm domain:OOBE subdomain:ProxyCredentials key:ProxyUsername in opm_getValueForKey
    04/23/15 14:09:25:006 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    04/23/15 14:09:25:007 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | returning size of value as:11 in opm_getValueForKey
    04/23/15 14:09:25:007 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    04/23/15 14:09:25:007 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Successfully retreived value from opm domain:OOBE subdomain:ProxyCredentials key:ProxyPassword in opm_getValueForKey
    04/23/15 14:09:25:016 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Released OPM refrence successfully in opm_freeLibRef
    04/23/15 14:09:25:090 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Build Version - 3.0.0.74
    04/23/15 14:09:25:090 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Logging Level verbosity Set  to 4
    04/23/15 14:09:25:093 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Matching skip string found 'skipACC' for package set
    04/23/15 14:09:25:098 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Skip packageset command line specified for package 'ACC'.
    04/23/15 14:09:25:100 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Build Version - 3.0.0.74
    04/23/15 14:09:25:100 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Logging Level verbosity Set  to 4
    04/23/15 14:09:25:100 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Build Version - 3.0.0.74
    04/23/15 14:09:25:100 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Logging Level verbosity Set  to 4
    04/23/15 14:09:25:100 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Creating PIM instance for path: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp
    04/23/15 14:09:25:102 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | trying to createOrUpdatePIMDbSchema.
    04/23/15 14:09:25:128 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS Created Tables.
    04/23/15 14:09:25:128 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | PIM Database is Up To Date.
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Build Version - 3.0.0.74
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Logging Level verbosity Set  to 4
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Build Version - 3.0.0.74
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Logging Level verbosity Set  to 4
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Creating PIM instance for path: C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | trying to createOrUpdatePIMDbSchema.
    04/23/15 14:09:25:425 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Current db schema version on machine 2.
    04/23/15 14:09:25:425 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Current db schema version to install 2.
    04/23/15 14:09:25:425 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | PIM DB Schema is up to date. Current schema version is 2.
    04/23/15 14:09:25:425 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | PIM Database is Up To Date.
    04/23/15 14:09:25:432 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Checking installation space required for application
    04/23/15 14:09:25:433 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 140877847
    04/23/15 14:09:25:441 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 65182167
    04/23/15 14:09:25:441 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Total installation space required for application: 206060014
    04/23/15 14:09:25:441 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Executing Adobe Genuine Validation for all the packages
    04/23/15 14:09:25:441 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\UWA\UWA.pimx'
    04/23/15 14:09:25:443 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\UWA\UWA.pima'
    04/23/15 14:09:25:445 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\core\PDApp.pimx'
    04/23/15 14:09:25:447 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\core\PDApp.pima'
    04/23/15 14:09:25:447 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\D6\D6.pimx'
    04/23/15 14:09:25:448 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\D6\D6.pima'
    04/23/15 14:09:25:449 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DECore\DECore.pimx'
    04/23/15 14:09:25:450 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DECore\DECore.pima'
    04/23/15 14:09:25:451 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DWA\DWA.pimx'
    04/23/15 14:09:25:452 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DWA\DWA.pima'
    04/23/15 14:09:25:453 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P6\P6.pimx'
    04/23/15 14:09:25:454 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P6\P6.pima'
    04/23/15 14:09:25:456 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\LWA\LWA.pimx'
    04/23/15 14:09:25:457 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\LWA\LWA.pima'
    04/23/15 14:09:25:458 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\CCM\CCM.pimx'
    04/23/15 14:09:25:459 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\CCM\CCM.pima'
    04/23/15 14:09:25:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P7\P7.pimx'
    04/23/15 14:09:25:461 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P7\P7.pima'
    04/23/15 14:09:25:463 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\IPC\IPC.pimx'
    04/23/15 14:09:25:464 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\IPC\IPC.pima'
    04/23/15 14:09:25:468 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Runtime\Runtime.pimx'
    04/23/15 14:09:25:469 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Runtime\Runtime.pima'
    04/23/15 14:09:25:471 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ADS\ADS.pimx'
    04/23/15 14:09:25:471 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ADS\ADS.pima'
    04/23/15 14:09:25:472 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Core\Core.pimx'
    04/23/15 14:09:25:472 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Core\Core.pima'
    04/23/15 14:09:25:476 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\HEX\HEX.pimx'
    04/23/15 14:09:25:477 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\HEX\HEX.pima'
    04/23/15 14:09:25:478 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CEF\CEF.pimx'
    04/23/15 14:09:25:478 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CEF\CEF.pima'
    04/23/15 14:09:25:479 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CoreExt\CoreExt.pimx'
    04/23/15 14:09:25:480 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CoreExt\CoreExt.pima'
    04/23/15 14:09:25:484 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ElevationManager\ElevationManager.pimx'
    04/23/15 14:09:25:486 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ElevationManager\ElevationManager.pima'
    04/23/15 14:09:25:490 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\TCC\TCC.pimx'
    04/23/15 14:09:25:490 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\TCC\TCC.pima'
    04/23/15 14:09:25:493 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Notifications\Notifications.pimx'
    04/23/15 14:09:25:494 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Notifications\Notifications.pima'
    04/23/15 14:09:25:495 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\SignInApp\SignInApp.pimx'
    04/23/15 14:09:25:495 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\SignInApp\SignInApp.pima'
    04/23/15 14:09:25:498 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Adobe Genuine Validation PASSED for all the packages
    04/23/15 14:09:25:498 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Starting installation for all the packages
    04/23/15 14:09:25:498 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Semaphore is not locked
    04/23/15 14:09:25:498 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package UWA
    04/23/15 14:09:25:570 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:25:570 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:25:570 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:27:270 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\UWA\UWA.pimx'
    04/23/15 14:09:27:282 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package PDApp
    04/23/15 14:09:27:378 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:27:378 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:27:378 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:28:726 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AAMCustomHook.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AAMCustomHook.exe" --createInventory=1 --doPostInstallStep=1
    04/23/15 14:09:28:730 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Success in CreateProcess
    04/23/15 14:09:28:768 | [INFO] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 11364 | Build Version - 9.0.0.50
    04/23/15 14:09:28:768 | [INFO] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 11364 | Logging Level verbosity Set  to 4
    04/23/15 14:09:28:768 | [INFO] |  | ASU | AAMCustomHook |  |  |  | 11364 | Parsing the command line provided. Number of command line arguments is 3
    04/23/15 14:09:28:824 | [INFO] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 11364 | Updater Inventory location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    04/23/15 14:09:28:828 | [INFO] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 11364 | Going to create or update inventory
    04/23/15 14:09:28:854 | [INFO] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 11364 | Successfully created or updated updater inventory
    04/23/15 14:09:28:901 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Sucessfully launched and executed process...
    04/23/15 14:09:28:901 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AAMCustomHook.exe'
    04/23/15 14:09:28:903 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\core\PDApp.pimx'
    04/23/15 14:09:28:916 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package D6
    04/23/15 14:09:28:986 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:28:986 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:28:986 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:29:993 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\D6\D6.pimx'
    04/23/15 14:09:30:010 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package DECore
    04/23/15 14:09:30:088 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:30:088 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:30:088 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:32:760 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DECore\DECore.pimx'
    04/23/15 14:09:32:778 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package DWA
    04/23/15 14:09:32:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:32:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:32:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:33:385 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DWA\DWA.pimx'
    04/23/15 14:09:33:394 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package P6
    04/23/15 14:09:33:436 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:33:437 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:33:437 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:35:787 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P6\P6.pimx'
    04/23/15 14:09:35:805 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package LWA
    04/23/15 14:09:35:847 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:35:848 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:35:848 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:37:329 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\LWA\LWA.pimx'
    04/23/15 14:09:37:339 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package CCM
    04/23/15 14:09:37:401 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:37:401 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:37:401 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:37:464 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\CCM\CCM.pimx'
    04/23/15 14:09:37:475 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package P7
    04/23/15 14:09:37:527 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:37:527 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:37:527 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:39:581 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P7\P7.pimx'
    04/23/15 14:09:39:594 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package IPC
    04/23/15 14:09:39:637 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:39:637 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:39:637 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:39:807 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\IPC\customhook\AdobeIPCBrokerCustomHook.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\IPC\customhook arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\IPC\customhook\AdobeIPCBrokerCustomHook.exe" -uninstall
    04/23/15 14:09:39:811 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Success in CreateProcess
    04/23/15 14:09:39:935 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Sucessfully launched and executed process...
    04/23/15 14:09:39:935 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\IPC\customhook\AdobeIPCBrokerCustomHook.exe'
    04/23/15 14:09:39:936 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\IPC\IPC.pimx'
    04/23/15 14:09:39:957 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package Runtime
    04/23/15 14:09:39:977 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:39:977 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:39:977 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:39:978 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:39:978 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:39:978 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:39:978 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:39:978 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:39:991 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:41:766 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Skipping Runtime customhook in EDTWorkflow
    04/23/15 14:09:41:766 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Runtime\Runtime.pimx'
    04/23/15 14:09:41:766 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:41:806 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package ADS
    04/23/15 14:09:41:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:41:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:41:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:41:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:41:827 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:41:827 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:41:827 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:41:827 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:41:839 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:42:108 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ADS\customhook\ADSCustomHook.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ADS\customhook arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ADS\customhook\ADSCustomHook.exe" --install=1 --update=true
    04/23/15 14:09:42:118 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Success in CreateProcess
    04/23/15 14:09:42:155 | [INFO] |  | ADS | ADSCustomHook |  |  | CommandLineParser | 9052 | Parsing the command line provided. Number of command line arguments is 3
    04/23/15 14:09:42:156 | [INFO] |  | ADS | ADSCustomHook |  |  |  | 9052 | Registry entry created for registry: 'SOFTWARE\Policies\Adobe\APIP' with key:'Enabled', value: '0'
    04/23/15 14:09:42:156 | [INFO] |  | ADS | ADSCustomHook |  |  |  | 9052 | Registry entry created for registry: 'SOFTWARE\Policies\Adobe\Adobe Acrobat\10.0\FeatureLockDown' with key:'bUsageMeasurement', value: '0'
    04/23/15 14:09:42:156 | [INFO] |  | ADS | ADSCustomHook |  |  |  | 9052 | Registry entry created for registry: 'SOFTWARE\Policies\Adobe\Adobe Acrobat\11.0\FeatureLockDown' with key:'bUsageMeasurement', value: '0'
    04/23/15 14:09:42:162 | [INFO] |  | ADS | ADSCustomHook |  |  |  | 9052 | Successfully created ADS Vulcan Specifier file
    04/23/15 14:09:42:213 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Sucessfully launched and executed process...
    04/23/15 14:09:42:213 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ADS\customhook\ADSCustomHook.exe'
    04/23/15 14:09:42:213 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ADS\ADS.pimx'
    04/23/15 14:09:42:213 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:42:270 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package Core
    04/23/15 14:09:42:317 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:42:317 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:42:317 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:42:317 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:42:318 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:42:318 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:42:318 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:42:318 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:42:334 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:42:429 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Core\Core.pimx'
    04/23/15 14:09:42:429 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:42:445 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package HEX
    04/23/15 14:09:42:459 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:42:459 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:42:470 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:42:577 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\HEX\HEX.pimx'
    04/23/15 14:09:42:577 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:42:591 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package CEF
    04/23/15 14:09:42:603 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:42:603 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:42:603 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:42:603 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:42:604 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:42:604 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:42:604 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:42:604 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:42:613 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:43:529 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CEF\CEF.pimx'
    04/23/15 14:09:43:529 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:43:651 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package CoreExt
    04/23/15 14:09:43:690 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:43:690 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:43:703 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:43:824 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CoreExt\CoreExt.pimx'
    04/23/15 14:09:43:824 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:43:839 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package ElevationManager
    04/23/15 14:09:43:853 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:43:853 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:43:853 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:43:853 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:43:853 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:43:854 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:43:854 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:43:854 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:43:862 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:44:013 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Argument Path is --servicePath="C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeUpdateService.exe"
    04/23/15 14:09:44:013 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeServiceInstaller.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeServiceInstaller.exe" --register=1 --servicePath="C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeUpdateService.exe" --serviceLabel="AdobeUpdateService" --update=true
    04/23/15 14:09:44:018 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Success in CreateProcess
    04/23/15 14:09:44:053 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | register Sevice: Started
    04/23/15 14:09:44:096 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | deRegister Sevice: Started
    04/23/15 14:09:44:096 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | stopSevice: Started
    04/23/15 14:09:44:096 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | stop Dependent Sevice: Started
    04/23/15 14:09:44:097 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | stopService: Service stopped successfully
    04/23/15 14:09:44:098 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | deRegisterService: Service successfully deregistered
    04/23/15 14:09:44:098 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | registerService: Service successfully closed
    04/23/15 14:09:44:191 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | startSevice: Started
    04/23/15 14:09:45:208 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | startService: Service started successfully.
    04/23/15 14:09:45:208 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | registerService: Service successfully started
    04/23/15 14:09:45:208 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | EMCustomHook: Service with path : C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeUpdateService.exe , serviceLabel : AdobeUpdateService registered successfully
    04/23/15 14:09:45:254 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Sucessfully launched and executed process...
    04/23/15 14:09:45:254 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeServiceInstaller.exe'
    04/23/15 14:09:45:254 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ElevationManager\ElevationManager.pimx'
    04/23/15 14:09:45:254 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:45:266 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package TCC
    04/23/15 14:09:45:276 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:45:276 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:45:285 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:45:392 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\TCC\TCC.pimx'
    04/23/15 14:09:45:392 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:45:408 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package Notifications
    04/23/15 14:09:45:422 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:45:422 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:45:422 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:45:422 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:45:423 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:45:423 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:45:423 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:45:423 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:45:432 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:45:847 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Notifications\Notifications.pimx'
    04/23/15 14:09:45:847 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:47:688 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package SignInApp
    04/23/15 14:09:47:779 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:47:780 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:47:781 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:47:781 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:47:781 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:47:781 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:47:782 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:47:782 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:47:820 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:48:017 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\SignInApp\SignInApp.pimx'
    04/23/15 14:09:48:017 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:48:046 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | --register=1
    04/23/15 14:09:48:046 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | servicePath is --servicePath="C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeUpdateService.exe"
    04/23/15 14:09:48:051 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Elevation Manager pathC:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeUpdateService.exe
    04/23/15 14:09:48:051 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | End installation for all the packages
    04/23/15 14:09:48:060 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | PIMSqlite closeDB status 0
    04/23/15 14:09:48:060 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | sqlite(pim.db) at path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp is already closed
    04/23/15 14:09:48:060 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | FREE PIM Instance ...
    04/23/15 14:09:48:066 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | PIMSqlite closeDB status 0
    04/23/15 14:09:48:066 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | sqlite(pim.db) at path C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common is already closed
    04/23/15 14:09:48:066 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | FREE PIM Instance ...
    04/23/15 14:09:48:066 | [ERROR] |  | ASU | PIM | PIM |  |  | 9092 | Successfully freed PIM object Array
    04/23/15 14:09:48:100 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | register Sevice: Started
    04/23/15 14:09:48:152 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | deRegister Sevice: Started
    04/23/15 14:09:48:152 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | stopSevice: Started
    04/23/15 14:09:48:152 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | stop Dependent Sevice: Started
    04/23/15 14:09:48:153 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | stopService: Service stopped successfully
    04/23/15 14:09:48:155 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | deRegisterService: Service successfully deregistered
    04/23/15 14:09:48:155 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | registerService: Service successfully closed
    04/23/15 14:09:48:228 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | startSevice: Started
    04/23/15 14:09:48:664 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Build Version - 1.9.0.14
    04/23/15 14:09:48:664 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Logging Level verbosity Set  to 4
    04/23/15 14:09:48:664 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | The return code from the Bootstrapper Process is (0).
    04/23/15 14:09:48:664 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Starting apply CCP ASU.
    04/23/15 14:09:48:665 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Bootstrapper launch location is :: D:\Adobe\Adobe CS Full Suite x64\Build\ASU2\Set-up.dat
    04/23/15 14:09:48:737 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | Build Version - 9.0.0.24
    04/23/15 14:09:48:737 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | Logging Level verbosity Set  to 4
    04/23/15 14:09:48:743 | [INFO] |  | ASU | Setup |  |  |  | 12976 | Event Guid generated is: 'bbc896dc-a395-40a0-8e75-08bd2f5d1b3e'
    04/23/15 14:09:48:744 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | Start Adobe Setup
    04/23/15 14:09:48:744 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | TimeLog: Bootstrapper Start
    04/23/15 14:09:48:744 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | TimeLog: Start initial checks
    04/23/15 14:09:48:744 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | Action specified - "install"
    04/23/15 14:09:48:745 | [INFO] |  | ASU | Setup | PIM |  |  | 12976 | XML is valid
    04/23/15 14:09:48:745 | [WARN] |  | ASU | Setup | PIM |  |  | 12976 | Failed to find Node
    04/23/15 14:09:48:745 | [WARN] |  | ASU | Setup | Setup |  |  | 12976 | Reboot is pending from earlier installation.
    04/23/15 14:09:48:747 | [INFO] |  | ASU | Setup | Utilities |  |  | 12976 | Semaphore is not locked
    04/23/15 14:09:48:751 | [INFO] |  | ASU | Setup |  |  |  | 2984 | Event with guid 'bbc896dc-a395-40a0-8e75-08bd2f5d1b3e' is being sent
    04/23/15 14:09:48:753 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Build Version - 9.0.0.24
    04/23/15 14:09:48:753 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Logging Level verbosity Set  to 4
    04/23/15 14:09:48:753 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Build Version - 9.0.0.24
    04/23/15 14:09:48:753 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Logging Level verbosity Set  to 4
    04/23/15 14:09:48:753 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | CREATE PIM Instance ...
    04/23/15 14:09:48:754 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | trying to createOrUpdatePIMDbSchema.
    04/23/15 14:09:48:755 | [INFO] |  | ASU | Setup |  |  |  | 2984 | GetIEProxyInfo - No default proxy present on the user machine
    04/23/15 14:09:48:755 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Current db schema version on machine 2.
    04/23/15 14:09:48:755 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Current db schema version to install 1.
    04/23/15 14:09:48:755 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | SUCCESS Created Tables.
    04/23/15 14:09:48:755 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | PIM Database is Up To Date.
    04/23/15 14:09:48:755 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Updater Inventory location:D:\Adobe\Adobe CS Full Suite x64\Build\ASU2\resources\updaterinventory.dll
    04/23/15 14:09:48:756 | [INFO] |  | ASU | Setup |  |  |  | 2984 | GetIEProxyInfo - proxy Url is
    04/23/15 14:09:48:757 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Acquired System level ACF lock ...
    04/23/15 14:09:48:757 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | TimeLog: End initial checks
    04/23/15 14:09:48:757 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 |

    Hi DanaKESwan,
    This doc might help with some
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    https://lm.licenses.adobe.com
    activate.adobe.com
    The ones referenced in this post as well:
    http://forums.adobe.com/message/5106473
    -Dave

  • How do I set proxy settings for a Java app behind a corporate server?

    I have the source code of a Download Manager program written in Java. It has to be run within my college network in which we use the "Corporate Client" server to access the internet. The HTTP proxy is 172.16.68.6 and Port number is 3128. How do I define these parameters in my java program so that it can download files from the internet?
    The source code for the program is:
    There are four classes:
    1. DownloadManager.java
    2. Download.java
    3. DownloadTable.java
    4. ProgressRenderer.java
    /*__DownloadManager.java__*/
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.event.*;
    // The Download Manager.
    public class DownloadManager extends JFrame
            implements Observer {
        // Add download text field.
        private JTextField addTextField;
        // Download table's data model.
        private DownloadsTableModel tableModel;
        // Table listing downloads.
        private JTable table;
        // These are the buttons for managing the selected download.
        private JButton pauseButton, resumeButton;
        private JButton cancelButton, clearButton;
        // Currently selected download.
        private Download selectedDownload;
        // Flag for whether or not table selection is being cleared.
        private boolean clearing;
        // Constructor for Download Manager.
        public DownloadManager() {
            // Set application title.
            setTitle("Download Manager");
            // Set window size.
            setSize(640, 480);
            // Handle window closing events.
            addWindowListener(new WindowAdapter() {
                public void windowClosing(WindowEvent e) {
                    actionExit();
            // Set up file menu.
            JMenuBar menuBar = new JMenuBar();
            JMenu fileMenu = new JMenu("File");
            fileMenu.setMnemonic(KeyEvent.VK_F);
            JMenuItem fileExitMenuItem = new JMenuItem("Exit",
                    KeyEvent.VK_X);
            fileExitMenuItem.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent e) {
                    actionExit();
            fileMenu.add(fileExitMenuItem);
            menuBar.add(fileMenu);
            setJMenuBar(menuBar);
            // Set up add panel.
            JPanel addPanel = new JPanel();
            addTextField = new JTextField(30);
            addPanel.add(addTextField);
            JButton addButton = new JButton("Add Download");
            addButton.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent e) {
                    actionAdd();
            addPanel.add(addButton);
            // Set up Downloads table.
            tableModel = new DownloadsTableModel();
            table = new JTable(tableModel);
            table.getSelectionModel().addListSelectionListener(new
                    ListSelectionListener() {
                public void valueChanged(ListSelectionEvent e) {
                    tableSelectionChanged();
            // Allow only one row at a time to be selected.
            table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
            // Set up ProgressBar as renderer for progress column.
            ProgressRenderer renderer = new ProgressRenderer(0, 100);
            renderer.setStringPainted(true); // show progress text
            table.setDefaultRenderer(JProgressBar.class, renderer);
            // Set table's row height large enough to fit JProgressBar.
            table.setRowHeight(
                    (int) renderer.getPreferredSize().getHeight());
            // Set up downloads panel.
            JPanel downloadsPanel = new JPanel();
            downloadsPanel.setBorder(
                    BorderFactory.createTitledBorder("Downloads"));
            downloadsPanel.setLayout(new BorderLayout());
            downloadsPanel.add(new JScrollPane(table),
                    BorderLayout.CENTER);
            // Set up buttons panel.
            JPanel buttonsPanel = new JPanel();
            pauseButton = new JButton("Pause");
            pauseButton.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent e) {
                    actionPause();
            pauseButton.setEnabled(false);
            buttonsPanel.add(pauseButton);
            resumeButton = new JButton("Resume");
            resumeButton.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent e) {
                    actionResume();
            resumeButton.setEnabled(false);
            buttonsPanel.add(resumeButton);
            cancelButton = new JButton("Cancel");
            cancelButton.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent e) {
                    actionCancel();
            cancelButton.setEnabled(false);
            buttonsPanel.add(cancelButton);
            clearButton = new JButton("Clear");
            clearButton.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent e) {
                    actionClear();
            clearButton.setEnabled(false);
            buttonsPanel.add(clearButton);
            // Add panels to display.
            getContentPane().setLayout(new BorderLayout());
            getContentPane().add(addPanel, BorderLayout.NORTH);
            getContentPane().add(downloadsPanel, BorderLayout.CENTER);
            getContentPane().add(buttonsPanel, BorderLayout.SOUTH);
        // Exit this program.
        private void actionExit() {
            System.exit(0);
        // Add a new download.
        private void actionAdd() {
            URL verifiedUrl = verifyUrl(addTextField.getText());
            if (verifiedUrl != null) {
                tableModel.addDownload(new Download(verifiedUrl));
                addTextField.setText(""); // reset add text field
            } else {
                JOptionPane.showMessageDialog(this,
                        "Invalid Download URL", "Error",
                        JOptionPane.ERROR_MESSAGE);
        // Verify download URL.
        private URL verifyUrl(String url) {
            // Only allow HTTP URLs.
            if (!url.toLowerCase().startsWith("http://"))
                return null;
            // Verify format of URL.
            URL verifiedUrl = null;
            try {
                verifiedUrl = new URL(url);
            } catch (Exception e) {
                return null;
            // Make sure URL specifies a file.
            if (verifiedUrl.getFile().length() < 2)
                return null;
            return verifiedUrl;
        // Called when table row selection changes.
        private void tableSelectionChanged() {
        /* Unregister from receiving notifications
           from the last selected download. */
            if (selectedDownload != null)
                selectedDownload.deleteObserver(DownloadManager.this);
        /* If not in the middle of clearing a download,
           set the selected download and register to
           receive notifications from it. */
            if (!clearing) {
                selectedDownload =
                        tableModel.getDownload(table.getSelectedRow());
                selectedDownload.addObserver(DownloadManager.this);
                updateButtons();
        // Pause the selected download.
        private void actionPause() {
            selectedDownload.pause();
            updateButtons();
        // Resume the selected download.
        private void actionResume() {
            selectedDownload.resume();
            updateButtons();
        // Cancel the selected download.
        private void actionCancel() {
            selectedDownload.cancel();
            updateButtons();
        // Clear the selected download.
        private void actionClear() {
            clearing = true;
            tableModel.clearDownload(table.getSelectedRow());
            clearing = false;
            selectedDownload = null;
            updateButtons();
      /* Update each button's state based off of the
         currently selected download's status. */
        private void updateButtons() {
            if (selectedDownload != null) {
                int status = selectedDownload.getStatus();
                switch (status) {
                    case Download.DOWNLOADING:
                        pauseButton.setEnabled(true);
                        resumeButton.setEnabled(false);
                        cancelButton.setEnabled(true);
                        clearButton.setEnabled(false);
                        break;
                    case Download.PAUSED:
                        pauseButton.setEnabled(false);
                        resumeButton.setEnabled(true);
                        cancelButton.setEnabled(true);
                        clearButton.setEnabled(false);
                        break;
                    case Download.ERROR:
                        pauseButton.setEnabled(false);
                        resumeButton.setEnabled(true);
                        cancelButton.setEnabled(false);
                        clearButton.setEnabled(true);
                        break;
                    default: // COMPLETE or CANCELLED
                        pauseButton.setEnabled(false);
                        resumeButton.setEnabled(false);
                        cancelButton.setEnabled(false);
                        clearButton.setEnabled(true);
            } else {
                // No download is selected in table.
                pauseButton.setEnabled(false);
                resumeButton.setEnabled(false);
                cancelButton.setEnabled(false);
                clearButton.setEnabled(false);
      /* Update is called when a Download notifies its
         observers of any changes. */
        public void update(Observable o, Object arg) {
            // Update buttons if the selected download has changed.
            if (selectedDownload != null && selectedDownload.equals(o))
                updateButtons();
        // Run the Download Manager.
        public static void main(String[] args) {
            DownloadManager manager = new DownloadManager();
            manager.show();
    This example shows how to create a simple download manager in Java. It contains four classes in foru Java source files:
    Download.java: Contains Download class which downloads a file from a URL.
    DownloadManager.java: Contains the main class for download manager application.
    DownloadsTableModel.java: Contains the class which manages the download table's data.
    ProgressRenderer.java: Contains the class which is responsible to render a JProgressBar in a table cell.
    The contents of the listed files are written below.
    /*__Download.java__*/
    import java.io.*;
    import java.net.*;
    import java.util.*;
    // This class downloads a file from a URL.
    class Download extends Observable implements Runnable {
        // Max size of download buffer.
        private static final int MAX_BUFFER_SIZE = 1024;
        // These are the status names.
        public static final String STATUSES[] = {"Downloading",
        "Paused", "Complete", "Cancelled", "Error"};
        // These are the status codes.
        public static final int DOWNLOADING = 0;
        public static final int PAUSED = 1;
        public static final int COMPLETE = 2;
        public static final int CANCELLED = 3;
        public static final int ERROR = 4;
        private URL url; // download URL
        private int size; // size of download in bytes
        private int downloaded; // number of bytes downloaded
        private int status; // current status of download
        // Constructor for Download.
        public Download(URL url) {
            this.url = url;
            size = -1;
            downloaded = 0;
            status = DOWNLOADING;
            // Begin the download.
            download();
        // Get this download's URL.
        public String getUrl() {
            return url.toString();
        // Get this download's size.
        public int getSize() {
            return size;
        // Get this download's progress.
        public float getProgress() {
            return ((float) downloaded / size) * 100;
        // Get this download's status.
        public int getStatus() {
            return status;
        // Pause this download.
        public void pause() {
            status = PAUSED;
            stateChanged();
        // Resume this download.
        public void resume() {
            status = DOWNLOADING;
            stateChanged();
            download();
        // Cancel this download.
        public void cancel() {
            status = CANCELLED;
            stateChanged();
        // Mark this download as having an error.
        private void error() {
            status = ERROR;
            stateChanged();
        // Start or resume downloading.
        private void download() {
            Thread thread = new Thread(this);
            thread.start();
        // Get file name portion of URL.
        private String getFileName(URL url) {
            String fileName = url.getFile();
            return fileName.substring(fileName.lastIndexOf('/') + 1);
        // Download file.
        public void run() {
            RandomAccessFile file = null;
            InputStream stream = null;
            try {
                // Open connection to URL.
                HttpURLConnection connection =
                        (HttpURLConnection) url.openConnection();
                // Specify what portion of file to download.
                connection.setRequestProperty("Range",
                        "bytes=" + downloaded + "-");
                // Connect to server.
                connection.connect();
                // Make sure response code is in the 200 range.
                if (connection.getResponseCode() / 100 != 2) {
                    error();
                // Check for valid content length.
                int contentLength = connection.getContentLength();
                if (contentLength < 1) {
                    error();
          /* Set the size for this download if it
             hasn't been already set. */
                if (size == -1) {
                    size = contentLength;
                    stateChanged();
                // Open file and seek to the end of it.
                file = new RandomAccessFile(getFileName(url), "rw");
                file.seek(downloaded);
                stream = connection.getInputStream();
                while (status == DOWNLOADING) {
            /* Size buffer according to how much of the
               file is left to download. */
                    byte buffer[];
                    if (size - downloaded > MAX_BUFFER_SIZE) {
                        buffer = new byte[MAX_BUFFER_SIZE];
                    } else {
                        buffer = new byte[size - downloaded];
                    // Read from server into buffer.
                    int read = stream.read(buffer);
                    if (read == -1)
                        break;
                    // Write buffer to file.
                    file.write(buffer, 0, read);
                    downloaded += read;
                    stateChanged();
          /* Change status to complete if this point was
             reached because downloading has finished. */
                if (status == DOWNLOADING) {
                    status = COMPLETE;
                    stateChanged();
            } catch (Exception e) {
                error();
            } finally {
                // Close file.
                if (file != null) {
                    try {
                        file.close();
                    } catch (Exception e) {}
                // Close connection to server.
                if (stream != null) {
                    try {
                        stream.close();
                    } catch (Exception e) {}
        // Notify observers that this download's status has changed.
        private void stateChanged() {
            setChanged();
            notifyObservers();
    /*__DownloadTableModel.java__*/
    import java.util.*;
    import javax.swing.*;
    import javax.swing.table.*;
    // This class manages the download table's data.
    class DownloadsTableModel extends AbstractTableModel
            implements Observer {
        // These are the names for the table's columns.
        private static final String[] columnNames = {"URL", "Size",
        "Progress", "Status"};
        // These are the classes for each column's values.
        private static final Class[] columnClasses = {String.class,
        String.class, JProgressBar.class, String.class};
        // The table's list of downloads.
        private ArrayList downloadList = new ArrayList();
        // Add a new download to the table.
        public void addDownload(Download download) {
            // Register to be notified when the download changes.
            download.addObserver(this);
            downloadList.add(download);
            // Fire table row insertion notification to table.
            fireTableRowsInserted(getRowCount() - 1, getRowCount() - 1);
        // Get a download for the specified row.
        public Download getDownload(int row) {
            return (Download) downloadList.get(row);
        // Remove a download from the list.
        public void clearDownload(int row) {
            downloadList.remove(row);
            // Fire table row deletion notification to table.
            fireTableRowsDeleted(row, row);
        // Get table's column count.
        public int getColumnCount() {
            return columnNames.length;
        // Get a column's name.
        public String getColumnName(int col) {
            return columnNames[col];
        // Get a column's class.
        public Class getColumnClass(int col) {
            return columnClasses[col];
        // Get table's row count.
        public int getRowCount() {
            return downloadList.size();
        // Get value for a specific row and column combination.
        public Object getValueAt(int row, int col) {
            Download download = (Download) downloadList.get(row);
            switch (col) {
                case 0: // URL
                    return download.getUrl();
                case 1: // Size
                    int size = download.getSize();
                    return (size == -1) ? "" : Integer.toString(size);
                case 2: // Progress
                    return new Float(download.getProgress());
                case 3: // Status
                    return Download.STATUSES[download.getStatus()];
            return "";
      /* Update is called when a Download notifies its
         observers of any changes */
        public void update(Observable o, Object arg) {
            int index = downloadList.indexOf(o);
            // Fire table row update notification to table.
            fireTableRowsUpdated(index, index);
    /*__ProgressRenderer.java__*/
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.table.*;
    // This class renders a JProgressBar in a table cell.
    class ProgressRenderer extends JProgressBar
            implements TableCellRenderer {
        // Constructor for ProgressRenderer.
        public ProgressRenderer(int min, int max) {
            super(min, max);
      /* Returns this JProgressBar as the renderer
         for the given table cell. */
        public Component getTableCellRendererComponent(
                JTable table, Object value, boolean isSelected,
                boolean hasFocus, int row, int column) {
            // Set JProgressBar's percent complete value.
            setValue((int) ((Float) value).floatValue());
            return this;
    }

    Thank you for the quick reply! But the solution provided by you, it seems, has still not been able to address my issue. I ran the program at command prompt with your said parameters, but the download still gave an error in the App window.
    Also, is there some way of defining these parameters in the source code? I am keen in using NetBeans to run the program.
    Cheers!

  • Firefox always asks for a username/password from a proxy for any website I try to visit. "No proxy" is selected.

    Firefox is installed on my work computer (v16 on windows XP). When I go to any unsecure website, I get a request for a username and password from a proxy. I don't have one, so I press "cancel." I get the following message (I put the asterisks in):
    "This Page Cannot Be Displayed
    Authentication is required to access the requested web site ( *******-webproxy ). A valid user ID and password must be entered when prompted.
    If you have questions, need assistance with your login information, or feel this is an error, please contact your corporate network administrator and provide the codes shown below.
    Notification codes: (1, WWW_AUTH_REQUIRED, *********-webproxy)"
    The website in the address bar is: http://*******-webproxy/B0000D0000N0001F0000S0002R0004/http://www.whatever.com/
    This started after it upgraded (to which version, I don't remember). I also had another version of firefox installed to my "Local Settings" directory since I can't (un)install programs on the computer. That one was working fine until I upgraded to v.15 or v.16 (or maybe 14... I don't remember), and then I started getting the warning screen for an untrusted connection whenever I went to a secure website (https), I had to confirm a security exception, etc. And even then some pages only appeared as text.
    I uninstalled that version, and then installed 17b4, and I'm back to the same problem as the original firefox: unsecure websites always seem to be redirecting through a proxy, and secure ones always tell me the connection is untrusted and I have to confirm an exception. I have "No proxy" selected in the network options. I tried v16 with the same results.
    I would love to be able to just go to a website and not have to confirm security exceptions or get web proxy errors.
    Internet Explorer works fine, btw.

    Not sure from your example but it appears that the address doesn't have a full domain, i.e., the part between http:// and the next / is not a valid internet domain name, e.g.,
    http://sometext-webproxy/
    In that case, it's probably something running on your computer, either as part of your security software, or as a Firefox add-on, or malware.
    A standard diagnostic to bypass interference by extensions (and some custom settings) is to try Firefox's Safe Mode.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [[Backing up your information]]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, restart Firefox in Firefox's Safe Mode ([[Safe Mode]]) using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode."
    If you can access sites normally, this points to one of your extensions or custom settings as the problem.
    To also disable plugins, you can try here:
    orange Firefox button ''or'' classic Tools menu > Add-ons > Plugins category
    Any change?

  • ABAP PROXY - how to load a new field into SAP SNC system

    I am also curious about the proxy process. Please let me know if you know of a post that has mentioned this before.
    We have to customize our Delivery Schedule Notification proxy. I already regenerated the standard one into a Z proxy name. I already put in my custom code to load Z fields into a Z table.
    Here is my new problem. The users wants more additional fields.
    Here is the standard proxy generated layout for this structure:
    /SCA/BIF_S_DELIVERY_SCHEDULE
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    BILL_TO_PARTY
    NOTE
    ITEM
    Here is the new proxy generated layout for this structure:
    ZDELIVERY_SCHEDULE_NOTIFICATIO
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    SUPPLYING_VENDOR
    BILL_TO_PARTY
    NOTE
    ITEM
    Notice that SUPPLYING_VENDOR is the new field. VENDOR_PARTY is already loaded into the system. How can I get SUPPLYING_VENDOR loaded into the database?
    Thank you in advance for your assistance.
    Edited by: DAVID CRAIG on Jul 29, 2009 2:16 PM

    Hello.
    Thank you for the information.  I need to clarify my situation.
    I understand there is a PROVIDER CLASS.  Within that PROVIDER CLASS there is a METHOD.   Inside that METHOD there is a place for me to put my code in.  I have already done that work for a previous requirement.  I moved Z fields to a Z table.
    My new requirement has a field SUPPYING_VENDOR that was inserted into one of the SAP structures.  It was placed next to VENDOR_PARTY.
    Here are my steps of execution:
    1.  Go to transaction /N/SCA/ICH_S (SNC Supplier View)
    2.  Click on RELEASE
    3.  Click on RELEASE OVERVIEW
    4.  Click on GO
    5.  Click on DETAILS
    6.  Click on the SHIP-FROM LOCATION tab
    The SHIP-FROM LOCATION field is currently being populated by the VENDOR_PARTY field from the proxy.  This is done automatically by SAP.
    1.  How do I find the table and field name for that field?  This is in the Supply Network Collaboration screen, not normal SAP transaction.
    2.  How do I get that SUPPLYING_VENDOR data to populate SHIP-FROM LOCATION instead of VENDOR_PARTY?

  • Proxy abending

    I have an Nw 65sp6 server with Bm38sp5 and the server is abending on
    proxy.nlm. Any thoughts??
    Novell Open Enterprise Server, NetWare 6.5
    PVER: 6.50.06
    Server SERVER5 halted Monday, December 8, 2008 1:56:15.137 pm
    Abend 1 on P00: Server-5.70.06: Page Fault Processor Exception (Error code
    00000000)
    Registers:
    CS = 0060 DS = 007B ES = 007B FS = 007B GS = 007B SS = 0068
    EAX = 97C128E4 EBX = 0002C076 ECX = 0002C0DC EDX = 98B13884
    ESI = 00000000 EDI = 00000000 EBP = 04C13004 ESP = A4F343E8
    EIP = 96175F77 FLAGS = 00010213
    96175F77 3A4E07 CMP CL, [ESI+07]=?
    EIP in PROXY.NLM at code start +00042F77h
    Access Location: 0x00000007
    The violation occurred while processing the following instruction:
    96175F77 3A4E07 CMP CL, [ESI+07]
    96175F7A 75EB JNZ 96175F67
    96175F7C F74604FFFFFF00 TEST dword ptr [ESI+04], 00FFFFFF
    96175F83 0F856F060000 JNZ 961765F8
    96175F89 31C0 XOR EAX, EAX
    96175F8B 8B7C242C MOV EDI, [ESP+2C]
    96175F8F 668B8692000000 MOV AX, [ESI+00000092]
    96175F96 39F8 CMP EAX, EDI
    96175F98 0F854F060000 JNZ 961765ED
    96175F9E 31D2 XOR EDX, EDX
    Running process: Server 60 Process
    Thread Owned by NLM: SERVER.NLM
    Stack pointer: A4F33F30
    OS Stack limit: A4F2D020
    Scheduling priority: 67371008
    Wait state: 5050090 Wait for interrupt
    Stack: --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --DC761C00 ?
    --0000001C (LOADER.NLM|KernelAddressSpace+1C)
    --00000007 (LOADER.NLM|KernelAddressSpace+7)
    --98DC5A9C ?
    --00000003 (LOADER.NLM|KernelAddressSpace+3)
    --961050DC (IPXF.NLM|IPXFragMTU+5FDC)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --04C13004 ?
    --0000004E (LOADER.NLM|KernelAddressSpace+4E)
    961931F0 (PROXY.NLM|ProcessRequest+E70)
    --04C13004 ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00000202 (LOADER.NLM|KernelAddressSpace+202)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    8A926130 (COMN.NSS|CleanupSnapshotBeast+2D0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --8A341000 (LFS.NLM|DataStreamName+AB50)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --92C078C0 ?
    --00001000 (LOADER.NLM|KernelAddressSpace+1000)
    --14ADFA14 ?
    --14ADFA00 ?
    --0000000C (LOADER.NLM|KernelAddressSpace+C)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --0000015C (LOADER.NLM|KernelAddressSpace+15C)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --14ADF9C0 ?
    --92C07934 ?
    --92C078C0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --92C078C0 ?
    --00000178 (LOADER.NLM|KernelAddressSpace+178)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --0000001C (LOADER.NLM|KernelAddressSpace+1C)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --14ADF9C0 ?
    --00000021 (LOADER.NLM|KernelAddressSpace+21)
    --A4F344F4 ?
    --A4F344DC ?
    8A5EE134 (NSS.NLM|MSG_Call+B4)
    --A4F344F4 ?
    --0000001C (LOADER.NLM|KernelAddressSpace+1C)
    --A38D04CF ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A4F345B0 ?
    8A5F06FF (NSS.NLM|NSSMPK_UnlockNss+1F)
    -8A63CD98 (NSS.NLM|NSSMPK_spinlock+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A4F345B0 ?
    802A8C55 (NWSA.NSS|ZH_WriteFile64+105)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --0000FFFF (LOADER.NLM|KernelAddressSpace+FFFF)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --14ADF9C0 ?
    --30FFEF80 ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --050403C4 ?
    --0000001C (LOADER.NLM|KernelAddressSpace+1C)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --8A888BE8 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00020105 (LOADER.NLM|BIOSDriveCount+5FE1)
    --0000015C (LOADER.NLM|KernelAddressSpace+15C)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --0000001C (LOADER.NLM|KernelAddressSpace+1C)
    --0000001C (LOADER.NLM|KernelAddressSpace+1C)
    --14ADF9C0 ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --04C27844 ?
    Additional Information:
    The CPU encountered a problem executing code in PROXY.NLM. The problem
    may be in that module or in data passed to that module by a process owned by
    SERVER.NLM.
    Loaded Modules:
    NWI.NLM NetWare Install (NWI) Module
    Version 2.50.05 November 18, 2005
    Code Address: A4BBD000h Length: 00004DDBh
    Data Address: A4BC3000h Length: 00002714h
    LINKWALL.NLM LinkWall URL Filter for BorderManager
    Version 3.00.06 November 13, 2005
    Code Address: 98EDE000h Length: 000046BDh
    Data Address: 98EE3000h Length: 0000ADECh
    BRDMON.NLM Border Service SNMP/NCP Monitor NLM PXY038_2
    Version 3.80.18 September 4, 2003
    Code Address: 98A81000h Length: 00001C1Eh
    Data Address: 98A83000h Length: 00007168h
    IPXIPGW.NLM Novell IP Gateway
    Version 6.00.19 May 25, 2005
    Code Address: 98798000h Length: 0007422Fh
    Data Address: 98E1F000h Length: 00031030h
    DEBUGLOG.NLM Debug Log NLM (IP0200.G05)
    Version 1.00 July 14, 1997
    Code Address: 98A0E000h Length: 00000D5Ah
    Data Address: 98A0F000h Length: 000005D4h
    PROXY.NLM Novell Internet Proxy Server NLM PXY071
    Version 5.10.03 November 6, 2006
    Code Address: 96133000h Length: 000CCAD4h
    Data Address: 94B2E000h Length: 0006D6A0h
    AUTHCHK.NLM Novell Background Authentication NLM PXY071
    Version 3.71.05 April 21, 2006
    Code Address: 9612F000h Length: 0000398Dh
    Data Address: 9897A000h Length: 0002321Ch
    PROXYCFG.NLM Novell Proxy Configuration NLM PXY060
    Version 4.00.07 October 29, 2004
    Code Address: 9891A000h Length: 00013E12h
    Data Address: 96234000h Length: 00004554h
    ACLCHECK.NLM Novell ACL Check NLM PXY071
    Version 4.80.07 February 15, 2006
    Code Address: 988DA000h Length: 0001E452h
    Data Address: 9815A000h Length: 000B62C0h
    IPXF.NLM IPX Fragmentation Layer
    Version 3.10.01 May 19, 1998
    Code Address: 960FD000h Length: 000017D9h
    Data Address: 960FF000h Length: 00004180h
    SCMLIB.NLM Service Configuration Manager Library Agent
    Version 1.00 October 8, 2003
    Code Address: 960F3000h Length: 00000307h
    Data Address: 960F4000h Length: 00000020h
    NBMALERT.NLM Novell Border Manager Alert Utility BM35_G.01
    Version 1.05.01 May 19, 1999
    Code Address: 96095000h Length: 00003AB5h
    Data Address: 96099000h Length: 000012C0h
    JNCPV2.NLM Native Wrapper Java Class Libraries for NetWare
    Version 1.20.04 October 11, 2006
    Code Address: 9868E000h Length: 00020FB8h
    Data Address: 96075000h Length: 00002728h
    BRDSRV.NLM Novell Border Server Service NLM PXY060
    Version 3.70.02 February 20, 2007
    Code Address: 95D36000h Length: 00002C8Fh
    Data Address: 95D1A000h Length: 00001510h
    CSATPXY.NLM CS Audit Trail Proxy Agent
    Version 2.10.03 January 10, 2005
    Code Address: 95487000h Length: 000023CCh
    Data Address: 9548A000h Length: 00000B10h
    CSAUDIT.NLM CSLIB: Audit Trail Facility
    Version 6.00.02 September 4, 2003
    Code Address: 98657000h Length: 000098F5h
    Data Address: 95478000h Length: 0000169Ch
    LIC_API.NLM License APIs IP020A.G03
    Version 2.01 June 30, 1997
    Code Address: 95450000h Length: 000019D8h
    Data Address: 95452000h Length: 000007E8h
    CSSYSMSG.NLM CSLIB: System Messages Facility
    Version 1.01.08 March 18, 1999
    Code Address: 98635000h Length: 00010A57h
    Data Address: 95D46000h Length: 00004298h
    NWSNUT.NLM NetWare NLM Utility User Interface
    Version 7.00.01 June 7, 2006
    Code Address: 98620000h Length: 00013422h
    Data Address: 95438000h Length: 000006F8h
    VPMON.NLM VPNMON - VPN MONITORING
    Version 1.02.11 November 19, 2003
    Code Address: 9847F000h Length: 00030F4Dh
    Data Address: 984B0000h Length: 000154D0h
    SCMAGENT.NLM Novell SCM Agent
    Version 1.00.13 September 30, 2003
    Code Address: 94BA1000h Length: 00001204h
    Data Address: 94B2B000h Length: 00000158h
    RUNVPN.NLM Novell Startup and shutdown module for VPN Services
    Version 1.00.07 October 1, 2003
    Code Address: 94B2C000h Length: 00000534h
    Data Address: 94B2D000h Length: 00000270h
    WPSD.NLM ServiceDescriptor Natives NLM
    Version 2.00 August 8, 2005
    Code Address: 94804000h Length: 00000350h
    Data Address: 94805000h Length: 000000A4h
    N_PRDDAT.NLM N_PRDDAT
    Version 1.00 February 3, 2003
    Code Address: 94801000h Length: 00001E84h
    Data Address: 94803000h Length: 000001D0h
    NBMLDAP NMAS LDAP METHOD - LDAP Authentication Server Method
    Version 5.00.13 August 13, 2003
    Code Address: 9581F000h Length: 00002444h
    Data Address: 95822000h Length: 00000BB4h
    LDAPSSL.NLM NetWare SSL Library for LDAP SDK (Clib version)
    Version 3.01 January 16, 2004
    Code Address: 95D52000h Length: 0005F331h
    Data Address: 97E8B000h Length: 000187DDh
    CRLSM.NLM Novell Challenge Response LSM 2.7.3.0 20060620
    Version 27300606.20 June 20, 2006
    Code Address: 97E6A000h Length: 00020D0Bh
    Data Address: 957EC000h Length: 00001C00h
    CERTLCM.NLM Novell SASL EXTERNAL Proxy LCM 2.7.2.0 20060104
    Version 27200601.04 January 4, 2006
    Code Address: 97E10000h Length: 0000DA1Bh
    Data Address: 957C8000h Length: 00001380h
    SERVICTL.NLM eDirectory Management Tool Box DSService eMTool
    Version 10554.25 July 31, 2006
    Code Address: 97DF3000h Length: 0000BA02h
    Data Address: 9579C000h Length: 000045C0h
    CERTLSM.NLM Novell SASL EXTERNAL LSM 2.7.2.0 20060104
    Version 27200601.04 January 4, 2006
    Code Address: 97DC1000h Length: 0000E6DBh
    Data Address: 9542E000h Length: 00001390h
    LCMCIFS2.NLM Windows Native File Access Login Methods (Build 91 SP)
    Version 2.00.09 September 14, 2007
    Code Address: 97DB2000h Length: 0000E011h
    Data Address: 95422000h Length: 000016B0h
    SCHEMACR.NLM eDirectory Management Tool Box Schema eMTool
    Version 10554.25 July 31, 2006
    Code Address: 97D7E000h Length: 00012881h
    Data Address: 97D91000h Length: 0000FF2Ch
    SCHEMATL.NLM eDirectory Management Tool Box Schema eMTool
    Version 10554.25 July 31, 2006
    Code Address: 97D3C000h Length: 00009CB2h
    Data Address: 95418000h Length: 00005EDCh
    LSMCIFS2.NLM Windows Native File Access Login Methods (Build 103 SP)
    Version 2.00.07 September 14, 2007
    Code Address: 97D0D000h Length: 0000F071h
    Data Address: 8964A000h Length: 000017B0h
    REPAIRCR.NLM eDirectory Management Tool Box DSRepair eMTool
    Version 10554.25 July 31, 2006
    Code Address: 97C9E000h Length: 0003D921h
    Data Address: 97CDC000h Length: 0001FD64h
    LSMAFP3.NLM Macintosh Native File Access Login Methods (Build 118 SP)
    Version 2.00.11 September 14, 2007
    Code Address: 97C8E000h Length: 0000F24Eh
    Data Address: 80269000h Length: 000013C0h
    DBNET6.NLM Debug Network IO Support
    Version 1.45.02 March 16, 2006
    Code Address: 97B90000h Length: 0001B831h
    Data Address: 97BAC000h Length: 000127B8h
    REPAIRTL.NLM eDirectory Management Tool Box DSRepair eMTool
    Version 10554.25 July 31, 2006
    Code Address: 97B5F000h Length: 00010562h
    Data Address: 97B70000h Length: 0001E094h
    IPMCFG.NLM Web Interface for IP Address Management
    Version 1.01.16 October 22, 2005
    Code Address: 97AD6000h Length: 0000A479h
    Data Address: 97AE1000h Length: 0000B610h
    PWDLCM.NLM Simple Password LCM
    Version 2.10 May 13, 2004
    Code Address: 97AAF000h Length: 0000DFDBh
    Data Address: 952CF000h Length: 00001330h
    NIRMAN.NLM TCPIP - NetWare Internetworking Remote Manager
    Version 1.05.01 August 9, 2006
    Code Address: 9586C000h Length: 000604F0h
    Data Address: 97A39000h Length: 00018FAAh
    MERGECR.NLM eDirectory Management Tool Box DSMerge eMTool
    Version 10554.25 July 31, 2006
    Code Address: 979DB000h Length: 0001B251h
    Data Address: 979F7000h Length: 00016FE4h
    TCPSTATS.NLM Web Interface for Protocol Monitoring
    Version 6.50.10 June 20, 2003
    Code Address: 97953000h Length: 0000E5ECh
    Data Address: 952A3000h Length: 00005460h
    PWDLSM.NLM Simple Password LSM
    Version 2.10.01 May 13, 2004
    Code Address: 9789A000h Length: 0001048Bh
    Data Address: 9515E000h Length: 00001450h
    NLSADPT2.NLM NLS and Metering adapter for iManager 2.0 plugin
    Version 2.00 September 9, 2003
    Code Address: 9513B000h Length: 0000665Dh
    Data Address: 97869000h Length: 00000E7Dh
    MERGETL.NLM eDirectory Management Tool Box DSMerge eMTool
    Version 10554.25 July 31, 2006
    Code Address: 97832000h Length: 0000B812h
    Data Address: 9783E000h Length: 0000FC65h
    NLSLRUP.NLM NLS - Usage Metering
    Version 4.01.07 May 10, 2005
    Code Address: 977C9000h Length: 0003BA0Ah
    Data Address: 97805000h Length: 00010AE0h
    BACKUPCR.NLM eDirectory Management Tool Box DSBackup eMTool
    Version 10554.25 July 31, 2006
    Code Address: 9776B000h Length: 0000A0E1h
    Data Address: 94F58000h Length: 00003228h
    HWDETECT.NLM Novell Hardware Insertion/Removal Detection
    Version 1.19.05 February 20, 2003
    Code Address: 94F55000h Length: 00002B33h
    Data Address: 9775A000h Length: 00000D3Ch
    AFREECON.NLM AdRem Free Remote Console (NCPE)
    Version 6.00 February 28, 2006
    Code Address: 94E65000h Length: 00005A8Dh
    Data Address: 94E6B000h Length: 00002490h
    BACKUPTL.NLM eDirectory Management Tool Box DSBackup eMTool
    Version 10554.25 July 31, 2006
    Code Address: 976EB000h Length: 0000AEE2h
    Data Address: 94E57000h Length: 00005560h
    OWCIMOMD.NLM OpenWBEM CIMOM Daemon with Novell providers
    Version 3.01 October 6, 2006
    Code Address: 9698D000h Length: 005C137Ch
    Data Address: 96F63000h Length: 001AA8F4h
    LIBGCC_S.NLM gcc runtime and intrinsics support
    Version 3.04.03 April 29, 2005
    Code Address: 94E3F000h Length: 00004ABCh
    Data Address: 96824000h Length: 00000A74h
    LLDAPX.NLM NetWare Extension APIs for LDAP SDK (LibC version)
    Version 3.01 January 16, 2004
    Code Address: 94E39000h Length: 000057C5h
    Data Address: 96823000h Length: 00000DC0h
    LLDAPSSL.NLM NetWare SSL Library for LDAP SDK (LibC version)
    Version 3.01 January 16, 2004
    Code Address: 95343000h Length: 0005F156h
    Data Address: 967CD000h Length: 0001882Dh
    LOGGER.NLM eDirectory Management Tool Box Logger
    Version 10554.25 July 31, 2006
    Code Address: 9666C000h Length: 0000DF82h
    Data Address: 94DF8000h Length: 00006A24h
    STATUSLG.NLM Report and Notification Service
    Version 1.00 June 24, 2004
    Code Address: 953BF000h Length: 00058ADEh
    Data Address: 9663A000h Length: 00018814h
    SASL.NLM Simple Authentication and Security Layer 3.1.2.0 20061014
    Version 31200610.14 October 14, 2006
    Code Address: 94DE5000h Length: 0000140Ch
    Data Address: 965D9000h Length: 00000090h
    EMSECURE.NLM eDirectory Management Tool Box Security Service
    Version 10554.25 July 31, 2006
    Code Address: 9657C000h Length: 00009782h
    Data Address: 94DD5000h Length: 000033C0h
    RSS.NLM eDirectory Management Tool Box Remote Subscription Service
    Version 10554.25 July 31, 2006
    Code Address: 96529000h Length: 00009932h
    Data Address: 94DD2000h Length: 0000261Ch
    EMBOXMGR.NLM eDirectory Management Tool Box Manager
    Version 10554.25 July 31, 2006
    Code Address: 964C4000h Length: 00018E62h
    Data Address: 94DC6000h Length: 00007CE2h
    EMBOXMSG.NLM eDirectory Management Tool Box Message API
    Version 10554.25 July 31, 2006
    Code Address: 9648B000h Length: 0000B2F2h
    Data Address: 92012000h Length: 0000273Dh
    NMASLDAP.NLM NMAS LDAP Extensions 3.1.2.0 20061014
    Version 31200610.14 October 14, 2006
    Code Address: 94D82000h Length: 00004E7Ch
    Data Address: 96402000h Length: 000007D0h
    HT2SOAP.NLM eDirectory Management Tool Box HTTP to SOAP shim
    Version 10554.25 July 31, 2006
    Code Address: 96396000h Length: 00009B02h
    Data Address: 91FC3000h Length: 000037E0h
    LDAPXS.NLM (Clib version)
    Version 3.01 January 16, 2004
    Code Address: 90FD4000h Length: 00003B05h
    Data Address: 9637A000h Length: 00000770h
    LBURP.NLM LDAP Bulkload Update/Replication Protocol service extension
    for Novell eDirectory 8.7.
    Version 10552.76 August 7, 2006
    Code Address: 949DD000h Length: 000010ECh
    Data Address: 9633D000h Length: 00000444h
    LANGMAN.NLM Novell Cross-Platform Language Manager
    Version 10310.56 January 25, 2006
    Code Address: 96303000h Length: 0000E670h
    Data Address: 96312000h Length: 0000B489h
    JNET.NLM Java jnet (based on 1.4.2_09)
    Version 1.42.07 September 14, 2006
    Code Address: 94D2B000h Length: 0000653Eh
    Data Address: 93846000h Length: 00001110h
    EMBOX.NLM eDirectory Management Tool Box Engine
    Version 10554.25 July 31, 2006
    Code Address: 94CCC000h Length: 00007C32h
    Data Address: 94CD4000h Length: 000052F8h
    XIS11.NLM XML Integration Service
    Version 1.00.02 April 7, 2005
    Code Address: 954AD000h Length: 00099332h
    Data Address: 94C81000h Length: 00043FDEh
    XNFS.NLM NetWare NFS - NFS Server for NetWare 6.5
    Version 1.02.02 October 18, 2006
    Code Address: 95178000h Length: 0001EB57h
    Data Address: 94C75000h Length: 000050C4h
    NISSERV.NLM NetWare NFS - NIS Server
    Version 15.12.01 September 22, 2006
    Code Address: 950AE000h Length: 000132B9h
    Data Address: 949D5000h Length: 00005AC0h
    NISSWDD.NLM NetWare NFS - NIS Password Management Support Module
    Version 15.02.01 September 13, 2006
    Code Address: 90C33000h Length: 000031B9h
    Data Address: 90C37000h Length: 00002380h
    NDSILIB.NLM NetWare NFS - eDirectory Interface Library
    Version 15.04.02 September 22, 2006
    Code Address: 95019000h Length: 00011348h
    Data Address: 9502B000h Length: 0000CE90h
    NISBIND.NLM NetWare NFS - NIS Client Module
    Version 15.02.01 September 13, 2006
    Code Address: 95006000h Length: 00009059h
    Data Address: 90C2C000h Length: 000039A0h
    PKERNEL.NLM NetWare NFS - Portmapper and RPC Module
    Version 15.01.26 May 31, 2005
    Code Address: 94F8E000h Length: 00016FD7h
    Data Address: 94FA6000h Length: 0000F790h
    RPCBSTUB.NLM NetWare NFS - Portmapper & Rpcbind co-existance Support
    Module
    Version 15.00.15 November 22, 2004
    Code Address: 94F73000h Length: 00000041h
    Data Address: 94F74000h Length: 00000008h
    NETDB.MPM netdb Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 94F71000h Length: 00000AEFh
    Data Address: 94F72000h Length: 000001C4h
    NETDB.NLM Network Database Access Module
    Version 4.11.05 January 6, 2005
    Code Address: 94EBD000h Length: 0001394Dh
    Data Address: 90B2D000h Length: 000025FCh
    UNICRYPT.NLM TCP/IP Encryption NLM
    Version 9.11 December 15, 1998
    Code Address: 94E11000h Length: 000004D9h
    Data Address: 94E12000h Length: 000007C8h
    TSAFS.NLM SMS - File System Agent for NetWare 6.X
    Version 6.52.02 September 4, 2006
    Code Address: 94900000h Length: 0005E0E2h
    Data Address: 94D6A000h Length: 0000CFF0h
    SPXS.MPM spxs Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 94D68000h Length: 0000002Ah
    Data Address: 94D69000h Length: 00000018h
    SPXS.NLM NetWare SPX/SPXII Protocol (PTF)
    Version 5.14 January 18, 2000
    Code Address: 94D36000h Length: 0000A021h
    Data Address: 94D41000h Length: 00000FD8h
    Global Code Address: 94D42000h Length: 00001000h
    SMDR.NLM SMS - Storage Data Requestor
    Version 6.57.01 September 4, 2006
    Code Address: 94BE9000h Length: 0004750Fh
    Data Address: 94C31000h Length: 0000DA00h
    SMSUT.NLM SMS - Utility Library for NetWare 6.X
    Version 1.01.03 September 4, 2006
    Code Address: 948EF000h Length: 00010201h
    Data Address: 944E9000h Length: 00001DF0h
    LSL.MPM lsl Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 947D2000h Length: 000001C2h
    Data Address: 947D3000h Length: 00000138h
    SLP.MPM slp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 947D0000h Length: 000002E9h
    Data Address: 947D1000h Length: 00000090h
    STREAMS.MPM streams Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 947CE000h Length: 000006E9h
    Data Address: 947CF000h Length: 00000188h
    TLI.MPM tli Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9426F000h Length: 00001276h
    Data Address: 94799000h Length: 00000344h
    SNMP.MPM snmp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 94797000h Length: 000009F7h
    Data Address: 94798000h Length: 000000FCh
    TCPIP.MPM tcpip Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 94261000h Length: 00001F5Bh
    Data Address: 94796000h Length: 00000918h
    IPXSPX.MPM ipxspx Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 94794000h Length: 00000C33h
    Data Address: 94795000h Length: 000004B8h
    IPXS.MPM ipxs Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 94792000h Length: 0000002Ah
    Data Address: 94793000h Length: 00000018h
    SYSCALLS.NLM NetWare Operating System Call and Marshalling Library
    Version 5.61 July 14, 2005
    Code Address: 94601000h Length: 0000F486h
    Data Address: 94611000h Length: 0000B4ECh
    SCRCB.NLM Scripting - LibC-CLib Context Broker
    Version 1.00 October 3, 2005
    Code Address: 9470C000h Length: 0000046Dh
    Data Address: 9470D000h Length: 00000554h
    NLDAP.NLM LDAP Agent for Novell eDirectory 8.7.3.9
    Version 10555.40 August 23, 2006
    Code Address: 937BC000h Length: 00075B08h
    Data Address: 94691000h Length: 000456C4h
    CIFSPROX.NLM NMAS Proxy for CIFS (Build 159 MP)
    Version 3.25 September 5, 2006
    Code Address: 94557000h Length: 000131FEh
    Data Address: 9456B000h Length: 00005970h
    LDAPX.NLM NetWare Extension APIs for LDAP SDK (Clib version)
    Version 3.01 January 16, 2004
    Code Address: 94550000h Length: 000057D5h
    Data Address: 94556000h Length: 00000DC0h
    NLSTRAP.NLM NetWare License Server Trap
    Version 5.02 February 19, 2004
    Code Address: 944A8000h Length: 0000298Ah
    Data Address: 944AB000h Length: 00000695h
    VOLSMS.NLM NSS Distributed Volume Manager (Build 248 MP)
    Version 3.25 September 14, 2006
    Code Address: 94471000h Length: 00017791h
    Data Address: 93F74000h Length: 00001770h
    VMRPC.NLM DFS Volume Manager RPC interface (Build 391 MP)
    Version 3.25 October 6, 2006
    Code Address: 94464000h Length: 00003673h
    Data Address: 94468000h Length: 000002FDh
    SPMDCLNT.NLM Novell SPM Client for DClient 3.1.2.0 20061014
    Version 31200610.14 October 14, 2006
    Code Address: 9441E000h Length: 000146EBh
    Data Address: 93D07000h Length: 00001370h
    PMPORTAL.NLM NetWare License Information Portal
    Version 2.16 November 21, 2003
    Code Address: 94409000h Length: 000071C9h
    Data Address: 94411000h Length: 00004360h
    CIFS.NLM CIFS Semantic Agent (Build 577 MP)
    Version 3.25 October 6, 2006
    Code Address: 9206C000h Length: 000644F1h
    Data Address: 93FD4000h Length: 00011CD0h
    VLRPC.NLM DFS Volume Location Database (VLDB) RPC interface (Build
    522 MP)
    Version 3.25 October 6, 2006
    Code Address: 93C00000h Length: 000030C3h
    Data Address: 93FD2000h Length: 000002FDh
    JSTCP.NLM Jetstream TCP Transport Layer (Build 578 MP)
    Version 3.25 October 6, 2006
    Code Address: 93F34000h Length: 00004F10h
    Data Address: 93FB4000h Length: 000001E0h
    JSMSG.NLM Jetstream Message Layer (Build 600 MP)
    Version 3.25 October 6, 2006
    Code Address: 93F2D000h Length: 00006590h
    Data Address: 93FB1000h Length: 00000220h
    DFSLIB.NLM DFS Common Library (Build 491 MP)
    Version 3.25 October 6, 2006
    Code Address: 93F71000h Length: 000005C3h
    Data Address: 93F72000h Length: 00000080h
    AFPTCP.NLM AFPTCP (Build 348 SP)
    Version 2.05.04 September 5, 2006
    Code Address: 93EE5000h Length: 00030C7Dh
    Data Address: 93F16000h Length: 00009E20h
    WSPDSI.NLM NetWare Winsock Service 1.0 NLM for Data Stream Interface
    Version 6.21.01 October 25, 2005
    Code Address: 93A32000h Length: 00002EA4h
    Data Address: 93EE4000h Length: 000006D4h
    NFAP4NRM.NLM NFAP Simple Password Management NLM
    Version 1.04 December 8, 2003
    Code Address: 93D35000h Length: 000080A2h
    Data Address: 93D3E000h Length: 00017CA0h
    SETMD4.NLM Windows Native File Access CIFS Library (Build 108 SP)
    Version 2.00.01 September 5, 2006
    Code Address: 92E28000h Length: 000012ECh
    Data Address: 93D12000h Length: 00000130h
    NMASGPXY.NLM NMAS Generic Proxy 3.1.2.0 20061014
    Version 31200610.14 October 14, 2006
    Code Address: 92E22000h Length: 00001A9Ch
    Data Address: 93CEA000h Length: 000000E0h
    NMAS.NLM Novell Modular Authentication Service 3.1.2.0 20061014
    Version 31200610.14 October 14, 2006
    Code Address: 9376A000h Length: 00051C48h
    Data Address: 93CB3000h Length: 0000A3F0h
    GAMS.NLM Graded Authentication Management Service
    Version 1.20 October 8, 2004
    Code Address: 93CA4000h Length: 0000D867h
    Data Address: 92E14000h Length: 000012B8h
    SASDFM.NLM SAS Data Flow Manager
    Version 27010.02.01 September 25, 2006
    Code Address: 93A28000h Length: 0000407Eh
    Data Address: 049C4000h Length: 00000980h
    NICISDI.NLM Security Domain Infrastructure
    Version 27010.02.01 September 25, 2006
    Code Address: 93B7A000h Length: 0000ACA2h
    Data Address: 60E98000h Length: 000012A0h
    BTCPCOM.NLM BTCPCOM.NLM v7.90.000, Build 253
    Version 7.90 July 9, 2003
    Code Address: 93A17000h Length: 00004450h
    Data Address: 93B4C000h Length: 00000CECh
    NDSIMON.NLM NDS iMonitor 2.3.1
    Version 20210.97 September 12, 2006
    Code Address: 92C6A000h Length: 0010C0D9h
    Data Address: 92D77000h Length: 0008A750h
    LANGMANI.NLM Novell Cross-Platform Language Manager
    Version 10310.47 August 9, 2004
    Code Address: 93A0F000h Length: 000040F2h
    Data Address: 92C68000h Length: 00001084h
    XI18N.NLM Novell Cross-Platform Internationalization Package
    Version 10310.49 February 3, 2005
    Code Address: 93A3B000h Length: 0001CA12h
    Data Address: 933A1000h Length: 00007EC8h
    PORTAL.NLM Novell Remote Manager NLM
    Version 4.02 September 29, 2006
    Code Address: 933AE000h Length: 000FBAECh
    Data Address: 90A9C000h Length: 00068A84h
    HTTPSTK.NLM Novell Small Http Interface
    Version 4.02 August 11, 2006
    Code Address: 93203000h Length: 00031486h
    Data Address: 93235000h Length: 00019B90h
    WSPSSL.NLM NetWare Winsock Service 1.0 NLM for SSL
    Version 6.23.11 October 17, 2006
    Code Address: 92108000h Length: 00007ABCh
    Data Address: 931F2000h Length: 0001091Fh
    BSPXCOM.NLM BSPXCOM.NLM v7.90.000, Build 253
    Version 7.90 April 15, 2003
    Code Address: 920FD000h Length: 0000530Ah
    Data Address: 92BF9000h Length: 00000BB0h
    NILE.NLM Novell Secure Socket Services NLM
    Version 6.08.09 September 14, 2006
    Code Address: 92016000h Length: 0005557Bh
    Data Address: 931AE000h Length: 0001FD90h
    NPKIAPI.NLM Public Key Infrastructure Services
    Version 3.21 September 15, 2006
    Code Address: 93161000h Length: 00031CC7h
    Data Address: 93193000h Length: 0001ACD7h
    NPKIT.NLM Public Key Infrastructure Services
    Version 3.21 September 18, 2006
    Code Address: 9311E000h Length: 0002C7CEh
    Data Address: 9314B000h Length: 00015F9Bh
    NTLS.NLM NTLS 2.0 based on OpenSSL 0.9.7d
    Version 20010.01 June 23, 2005
    Code Address: 9234C000h Length: 0009C676h
    Data Address: 930DD000h Length: 00037077h
    LLDAPSDK.NLM LDAP SDK Library (LibC version)
    Version 3.01 January 16, 2004
    Code Address: 930B0000h Length: 0001CEDBh
    Data Address: 91FC7000h Length: 0000611Ch
    PKI.NLM Novell Certificate Server
    Version 3.20 August 3, 2006
    Code Address: 9215A000h Length: 0014BDA5h
    Data Address: 922A6000h Length: 00073090h
    PKIAPI.NLM Public Key Infrastructure Services
    Version 2.23.10 November 20, 2004
    Code Address: 92FE9000h Length: 00037721h
    Data Address: 91F6F000h Length: 00006A14h
    LDAPSDK.NLM LDAP SDK Library (Clib version)
    Version 3.01 January 16, 2004
    Code Address: 92FCC000h Length: 0001CE2Bh
    Data Address: 91F68000h Length: 000066D9h
    NWUTIL.NLM Novell Utility Library NLM ( )
    Version 3.00.02 September 7, 2006
    Code Address: 92F6F000h Length: 0000F310h
    Data Address: 92F7F000h Length: 00023DD4h
    NWBSRVCM.NLM NWBSRVCM.NLM v7.90.000, Build 230
    Version 7.90 March 20, 2001
    Code Address: 91F50000h Length: 00006776h
    Data Address: 92AD1000h Length: 00000AD0h
    MONDATA.NLM NetWare 5.x/6.x Monitor MIB
    Version 6.00 July 18, 2003
    Code Address: 92F28000h Length: 00008C9Fh
    Data Address: 91F3C000h Length: 00004DD1h
    NWIDK.NLM CDWare Volume Module
    Version 3.01.01 September 19, 2003
    Code Address: 91F42000h Length: 00004640h
    Data Address: 92AB3000h Length: 00000730h
    SERVINST.NLM NetWare 5.x/6.x Instrumentation
    Version 5.00.13 November 21, 2005
    Code Address: 92F17000h Length: 00010D4Ch
    Data Address: 91F04000h Length: 00007744h
    NWTRAP.NLM NetWare 5.x/6.x Trap Monitor
    Version 6.00.05 June 6, 2005
    Code Address: 91EFB000h Length: 000066C3h
    Data Address: 92EEE000h Length: 0000A2E0h
    HOSTMIB.NLM NetWare 5.x/6.x Host Resources MIB
    Version 5.02.01 August 21, 2006
    Code Address: 92EE2000h Length: 0000BB50h
    Data Address: 91C8B000h Length: 00003D88h
    NSPSAP.NLM NetWare Winsock 2.0 NLM NSPSAP.NLM Name Service Provider
    Version 6.20.02 September 8, 2003
    Code Address: 91D4D000h Length: 00001EE7h
    Data Address: 92A5E000h Length: 00000610h
    WSPIPX.NLM NetWare Winsock Service 1.0 NLM for IPX and SPX
    Version 6.21 November 23, 2005
    Code Address: 92EC0000h Length: 0000DB19h
    Data Address: 91C7E000h Length: 00001762h
    NCPIPX.NLM Novell NCP/IPX Stack NLM
    Version 5.60 April 25, 2006
    Code Address: 91EEB000h Length: 00005720h
    Data Address: 91C7C000h Length: 00001308h
    IPXS.NLM NetWare STREAMS IPX Protocol
    Version 4.10.01 February 12, 1998
    Code Address: 91C7A000h Length: 00001C95h
    Data Address: 92A54000h Length: 000000ECh
    Global Code Address: 92A56000h Length: 00001000h
    IPXSPX.NLM NetWare IPX/SPX Protocol Stack NLM
    Version 5.60 February 1, 2006
    Code Address: 92E7E000h Length: 0000FDF2h
    Data Address: 92E8F000h Length: 00009A3Ah
    ZIP.NLM Java zip (based on 1.4.2_09)
    Version 1.42.07 September 14, 2006
    Code Address: 92A30000h Length: 0000ADCCh
    Data Address: 92A3B000h Length: 00001C90h
    JVMLIB.NLM Java jvmlib (based on 1.4.2_09)
    Version 1.42.07 September 14, 2006
    Code Address: 929DC000h Length: 00017124h
    Data Address: 929F4000h Length: 00008670h
    VERIFY.NLM Java verify (based on 1.4.2_09)
    Version 1.42.07 September 14, 2006
    Code Address: 9299E000h Length: 00008774h
    Data Address: 925CE000h Length: 00001BC0h
    JVM.NLM Java Hotspot 1.4.2_09 Interpreter
    Version 1.42.07 September 14, 2006
    Code Address: 925F3000h Length: 0021DE4Fh
    Data Address: 91B55000h Length: 00063D90h
    IPMGMT.NLM TCPIP - NetWare IP Address Management
    Version 1.02.04 October 21, 2004
    Code Address: 91E8A000h Length: 0002BBEDh
    Data Address: 91EB6000h Length: 00005C68h
    JSOCK6X.NLM NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    Version 1.42.07 September 14, 2006
    Code Address: 91E35000h Length: 0000FD61h
    Data Address: 91790000h Length: 00002C44h
    JAVA.NLM java.nlm (based on 1.4.2_09) Build 06091415
    Version 1.42.07 September 14, 2006
    Code Address: 91D87000h Length: 0003855Eh
    Data Address: 91DC0000h Length: 0003DD10h
    JSOCK.NLM Support For Java Sockets (loader)
    Version 1.42.07 September 14, 2006
    Code Address: 91D68000h Length: 00000086h
    Data Address: 91D69000h Length: 00000064h
    IPFLT31.NLM Novell TCP/IP Filter Module
    Version 6.00.01 May 27, 2005
    Code Address: 91CBC000h Length: 00012421h
    Data Address: 91CCF000h Length: 00019730h
    NAT.NLM Novell Network Address Translator (NAT)
    Version 10.00.04 January 6, 2005
    Code Address: 91BEA000h Length: 0000454Ch
    Data Address: 91BEF000h Length: 0006D350h
    BMALMGR.NLM BorderManager Audit Log Manager BM37SP1_21AUG2002
    Version 1.00.03 August 21, 2002
    Code Address: 91BE4000h Length: 00000A9Ch
    Data Address: 91BE5000h Length: 000003F0h
    BMSFLOG.NLM BorderManager Sequential File Logging Facility
    Version 1.00.07 December 5, 2003
    Code Address: 916C7000h Length: 000034C5h
    Data Address: 91BC4000h Length: 00001820h
    NSPDNS.NLM NetWare Winsock 2.0 NSPDNS.NLM Name Service Providers
    Version 6.20.03 September 8, 2003
    Code Address: 916CC000h Length: 00002527h
    Data Address: 91B4C000h Length: 000004E4h
    SLPTCP.NLM SERVICE LOCATION TCP/UDP INTERFACE (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 916C0000h Length: 0000386Ah
    Data Address: 91A7E000h Length: 0000108Ch
    WSPIP.NLM NetWare Winsock Service 1.0 NLM for TCP and UDP
    Version 6.22.08 October 17, 2006
    Code Address: 918F3000h Length: 0000FAE4h
    Data Address: 91135000h Length: 000025BCh
    IPFLT.NLM Novell TCP/IP Filter Support Module
    Version 4.60.03 December 10, 2002
    Code Address: 918CF000h Length: 0000026Ch
    Data Address: 918D0000h Length: 00000090h
    FILTSRV.NLM Filter Services
    Version 1.61.13 November 24, 2005
    Code Address: 91877000h Length: 0001AC47h
    Data Address: 91892000h Length: 00005BF4h
    INETLIB.NLM NETINFO.CFG Maintenance Library Production_28Mar2002
    Version 6.00.04 March 28, 2002
    Code Address: 91827000h Length: 00009B8Fh
    Data Address: 91831000h Length: 00000FA2h
    NCPIP.NLM NetWare NCP Services over IP
    Version 6.02 October 6, 2006
    Code Address: 9174A000h Length: 000168E9h
    Data Address: 9111D000h Length: 00003540h
    BSDSOCK.NLM Novell BSDSOCK Module
    Version 6.80.02 August 16, 2006
    Code Address: 91420000h Length: 00011BA9h
    Data Address: 91432000h Length: 0000C0E0h
    TCPIP.NLM Novell TCP/IP Stack - Network module (NULL encryption)
    Version 6.80.01 August 4, 2006
    Code Address: 90B92000h Length: 0004E03Ch
    Data Address: 90E89000h Length: 00038AB0h
    TCP.NLM Novell TCP/IP Stack - Transport module (NULL encryption)
    Version 6.80.02 September 19, 2006
    Code Address: 90DB2000h Length: 00025142h
    Data Address: 90DD8000h Length: 0007EBD0h
    NETLIB.NLM Novell TCPIP NETLIB Module
    Version 6.50.22 February 12, 2003
    Code Address: 90C81000h Length: 00005AACh
    Data Address: 90C87000h Length: 000D0710h
    CSLIND.NLM TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    Version 4.21 December 7, 1999
    Code Address: 9097C000h Length: 000003CCh
    Data Address: 909EB000h Length: 000024E0h
    CONNAUD.NLM NLS - Connection Metering
    Version 3.17 May 10, 2005
    Code Address: 909B8000h Length: 000034D3h
    Data Address: 8F9A4000h Length: 00000A9Ch
    NLSMETER.NLM NLS - Software Usage Metering Database
    Version 3.43 May 10, 2005
    Code Address: 9099C000h Length: 0000E597h
    Data Address: 909AB000h Length: 0000759Ch
    LSAPI.NLM NLS LSAPI Library
    Version 5.02 January 7, 2003
    Code Address: 9095C000h Length: 0000A51Bh
    Data Address: 8F9C5000h Length: 00001B00h
    B57.LAN Broadcom Ethernet Network Controller Driver
    Version 10.41 February 1, 2007
    Code Address: 908DF000h Length: 00024069h
    Data Address: 1C164000h Length: 00008DA0h
    ETHERTSM.NLM Novell Ethernet Topology Specific Module
    Version 3.90 March 20, 2006
    Code Address: 908DC000h Length: 000024CEh
    Data Address: 80255000h Length: 000002BCh
    MSM.NLM Novell Multi-Processor Media Support Module
    Version 4.12 August 22, 2007
    Code Address: 908C2000h Length: 0000E5B3h
    Data Address: 908D1000h Length: 00003DFCh
    NLSAPI.NLM NLSAPI
    Version 5.02 August 7, 2003
    Code Address: 9019B000h Length: 000124DBh
    Data Address: 9048F000h Length: 000022A4h
    NLSLSP.NLM NLS - License Service Provider
    Version 5.02 May 25, 2005
    Code Address: 90826000h Length: 0006DF03h
    Data Address: 8F95C000h Length: 000205DCh
    DHOST.NLM Novell DHost Portability Interface 1.0.0 SMP
    Version 10010.97 September 18, 2006
    Code Address: 907B8000h Length: 00006621h
    Data Address: 907BF000h Length: 0000234Ch
    CSL.NLM NetWare Call Support Layer For NetWare
    Version 2.06.02 January 13, 2000
    Code Address: 90819000h Length: 0000CB32h
    Data Address: 9000A000h Length: 000028F4h
    BTRIEVE.NLM BTRIEVE.NLM v7.90.000
    Version 7.90 March 21, 2001
    Code Address: 8FC97000h Length: 000013BFh
    Data Address: 8FFAC000h Length: 00000980h
    NWMKDE.NLM NWMKDE.NLM v7.94.251.000
    Version 7.94 December 11, 2001
    Code Address: 900A3000h Length: 00053D55h
    Data Address: 907FC000h Length: 0000F784h
    NWENC103.NLM NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    Version 7.90 February 24, 2001
    Code Address: 8F8C8000h Length: 0004D0F5h
    Data Address: 8FAB5000h Length: 001B0208h
    NWAIF103.NLM nwaif103.nlm v7.94, Build 251 ()
    Version 7.94 November 30, 2001
    Code Address: 907EB000h Length: 00010E51h
    Data Address: 8A57C000h Length: 00006828h
    PSVCS.NLM Portability Services
    Version 251.00 November 30, 2001
    Code Address: 907CE000h Length: 0001270Fh
    Data Address: 907E1000h Length: 00009464h
    NWUCMGR.NLM NWUCMGR.NLM v1.5 Build 230
    Version 1.05 March 14, 2001
    Code Address: 9079E000h Length: 0000D920h
    Data Address: 8A555000h Length: 000078D4h
    SNMP.NLM Netware 4.x/5.x/6.x SNMP Service
    Version 4.18 July 25, 2006
    Code Address: 9076D000h Length: 00013E90h
    Data Address: 8A0F3000h Length: 00003220h
    TLI.NLM NetWare Transport Level Interface Library
    Version 4.30.02 December 19, 2000
    Code Address: 8A0E2000h Length: 00003859h
    Data Address: 8A0E6000h Length: 00000164h
    Global Code Address: 8A0E7000h Length: 00001000h
    Global Data Address: 802D2000h Length: 00002000h
    CONLOG.NLM System Console Logger
    Version 3.01.02 August 8, 2006
    Code Address: 8A0C4000h Length: 0000243Ch
    Data Address: 802CE000h Length: 00001CE0h
    NSPNDS.NLM NetWare Winsock 2.0 NSPNDS.NLM Name Service Provider
    Version 6.20 November 12, 2001
    Code Address: 89357000h Length: 00006547h
    Data Address: 892CD000h Length: 00000518h
    CALNLM32.NLM NetWare NWCalls Runtime Library
    Version 6.00.06 September 25, 2006
    Code Address: 90750000h Length: 0001CC39h
    Data Address: 892CC000h Length: 00000510h
    DS.NLM Novell eDirectory Version 8.7.3.9 SMP
    Version 10553.73 October 9, 2006
    Code Address: 904B6000h Length: 0026B9BEh
    Data Address: 8FA3C000h Length: 00078250h
    ROLLCALL.NLM RollCall NLM (101, API 1.0)
    Version 5.00 July 27, 1998
    Code Address: 8F82F000h Length: 0000055Dh
    Data Address: 8F830000h Length: 000002D4h
    SAL.NLM Novell System Abstraction Layer Version 2.3.1
    Version 20350.95 September 18, 2006
    Code Address: 8F820000h Length: 00007CD6h
    Data Address: 8F828000h Length: 000012A8h
    POLIMGR.NLM NetWare License Policy Manager
    Version 6.27 November 3, 2005
    Code Address: 90499000h Length: 00013F5Ch
    Data Address: 904AD000h Length: 00008E90h
    NDSAUDIT.NLM Directory Services Audit
    Version 2.09 May 22, 2003
    Code Address: 90092000h Length: 00010844h
    Data Address: 8F813000h Length: 00002ED0h
    TIMESYNC.NLM NetWare Time Synchronization Services
    Version 6.61.01 October 14, 2005
    Code Address: 9006D000h Length: 0000E13Ch
    Data Address: 8F7DD000h Length: 00004240h
    CLXNLM32.NLM NetWare NWCLX Runtime Library
    Version 6.00.06 September 25, 2006
    Code Address: 8F7A3000h Length: 00001213h
    Data Address: 8F7A5000h Length: 000001B0h
    DSAPI.NLM NetWare NWNet Runtime Library
    Version 6.00.04 January 27, 2006
    Code Address: 8F796000h Length: 00000043h
    Data Address: 8F797000h Length: 00000024h
    DSEVENT.NLM NetWare DSEvent Runtime Library
    Version 6.00.06 September 25, 2006
    Code Address: 8F794000h Length: 00000633h
    Data Address: 8F795000h Length: 00000034h
    NETNLM32.NLM NetWare NWNet Runtime Library
    Version 6.00.06 September 25, 2006
    Code Address: 90037000h Length: 00035C07h
    Data Address: 8F78F000h Length: 00004D75h
    NCPNLM32.NLM NetWare NWNCP Runtime Library
    Version 6.00.06 September 25, 2006
    Code Address: 90017000h Length: 0001F0F3h
    Data Address: 00000000h Length: 00000000h
    CLNNLM32.NLM NetWare NWClient Runtime Library
    Version 6.00.06 September 25, 2006
    Code Address: 8F78C000h Length: 00001C72h
    Data Address: 8F78E000h Length: 00000130h
    CLIB.NLM (Legacy) Standard C Runtime Library for NLMs
    Version 5.90.14 September 5, 2006
    Code Address: 8FFD9000h Length: 0001898Eh
    Data Address: 8F789000h Length: 00002FB0h
    NIT.NLM NetWare Interface Tools Library for NLMs
    Version 5.90.14 September 5, 2006
    Code Address: 8FFBC000h Length: 0001C694h
    Data Address: 8F77F000h Length: 00000690h
    NLMLIB.NLM Novell NLM Runtime Library
    Version 5.90.14 September 5, 2006
    Code Address: 8FF73000h Length: 000263CDh
    Data Address: 8F778000h Length: 000038C0h
    STREAMS.NLM NetWare STREAMS PTF
    Version 6.00.06 May 4, 2005
    Code Address: 8FF60000h Length: 0001206Dh
    Data Address: 8F765000h Length: 000010A0h
    Global Code Address: 8F767000h Length: 00001000h
    REQUESTR.NLM Novell NCP Requestor for NLMs
    Version 5.90.14 September 5, 2006
    Code Address: 8FF28000h Length: 00020D13h
    Data Address: 8F763000h Length: 000010B0h
    THREADS.NLM Novell Threads Package for NLMs
    Version 5.90.14 September 5, 2006
    Code Address: 8FEFD000h Length: 00018CD8h
    Data Address: 8FF16000h Length: 000116A0h
    LIB0.NLM Novell Ring 0 Library for NLMs
    Version 5.90.14 September 5, 2006
    Code Address: 8FC99000h Length: 000250EAh
    Data Address: 8FCBF000h Length: 00228070h
    MASV.NLM Mandatory Access Control Service
    Version 1.50 July 27, 2006
    Code Address: 8F94A000h Length: 00011F26h
    Data Address: 8F692000h Length: 00002390h
    NSPSLP.NLM NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    Version 6.20.02 September 8, 2003
    Code Address: 8F685000h Length: 00005ED3h
    Data Address: 8F68B000h Length: 00000B30h
    PMLODR.NLM PMLodr for NW65
    Version 1.26 October 7, 2005
    Code Address: 8F8B9000h Length: 0000E63Ah
    Data Address: 8F735000h Length: 00001658h
    SLP.NLM SERVICE LOCATION PROTOCOL (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 8F883000h Length: 0001A658h
    Data Address: 8F67C000h Length: 00005384h
    CCS.NLM Controlled Cryptography Services from Novell, Inc.
    Version 27010.02.01 September 25, 2006
    Code Address: 8F83E000h Length: 00019ED4h
    Data Address: 2EBFC000h Length: 00002FA0h
    DSLOADER.NLM Novell eDirectory Version 8.7.3 Loader SMP
    Version 10553.73 October 9, 2006
    Code Address: 8F7EF000h Length: 0000C73Ch
    Data Address: 8F6C8000h Length: 00001278h
    XENGUSC.NLM NICI U.S./Worldwide XENG from Novell, Inc.
    Version 27010.02.01 September 25, 2006
    Code Address: 8F5F8000h Length: 00000058h
    Data Address: 00000000h Length: 00000000h
    XNGAUSC.NLM NICI U.S./Worldwide XMGR Assistant XENG from Novell, Inc.
    Version 27010.02.01 September 25, 2006
    Code Address: 8F7C5000h Length: 000175B0h
    Data Address: 2F1C7000h Length: 00002478h
    XENGEXP.NLM NICI Import Restricted XENG from Novell, Inc.
    Version 27010.02.01 September 25, 2006
    Code Address: 8A4B6000h Length: 00055710h
    Data Address: 2F1DE000h Length: 00012898h
    XENGNUL.NLM NICI NULL XENG from Novell, Inc.
    Version 27010.02.01 September 25, 2006
    Code Address: 8F6C6000h Length: 00001DC9h
    Data Address: 33079000h Length: 00000860h
    XMGR.NLM NICI XMGR from Novell, Inc.
    Version 27010.02.01 September 25, 2006
    Code Address: 8F6E4000h Length: 00025541h
    Data Address: 2F21A000h Length: 00007A40h
    XSUP.NLM NICI XSUP from Novell, Inc.
    Version 27010.02.01 September 25, 2006
    Code Address: 8F5B5000h Length: 00006EF2h
    Data Address: 2F1F6000h Length: 00023170h
    XIM.XLM Novell NICI Signed Loader
    Version 27010.02.01 September 25, 2006
    Code Address: 8F61E000h Length: 0002D130h
    Data Address: 00095000h Length: 000059D8h
    WS2_32.NLM NetWare Winsock 2.0 NLM
    Version 6.22.16 September 21, 2006
    Code Address: 8F279000h Length: 00037358h
    Data Address: 8F2B1000h Length: 00011A34h
    NCP.NLM NetWare Core Protocol (NCP) Engine
    Version 5.61 February 8, 2006
    Code Address: 8F238000h Length: 00026DBFh
    Data Address: 8F25F000h Length: 00018B24h
    QUEUE.NLM NetWare Queue Services NLM
    Version 5.60 May 24, 2001
    Code Address: 8F22F000h Length: 00006D8Dh
    Data Address: 8F236000h Length: 00000473h
    VDISK.NLM NetWare Virtual Disk
    Version 1.00 November 30, 2004
    Code Address: 8AB7B000h Length: 00001FEEh
    Data Address: 8A8EA000h Length: 00001160h
    NWTERMIO.NLM NetWare Terminal Emulation
    Version 1.00 September 11, 2006
    Code Address: 8A8C1000h Length: 00007570h
    Data Address: 8A8C9000h Length: 00004560h
    MALHLP.NLM NSS Configure help messages (Build 432 MP)
    Version 3.25 September 5, 2006
    Code Address: 8A59B000h Length: 000000BAh
    Data Address: 8A59C000h Length: 0000002Ah
    CDDVD.NSS NSS Loadable Storage System (LSS) for CD/UDF (Build 305
    MP)
    Version 3.25 October 6, 2006
    Code Address: 8ABA8000h Length: 00013610h
    Data Address: 8A58E000h Length: 00001050h
    NSSIDK.NSS NSS Pool Configuration Manager (Build 479 MP)
    Version 3.25 October 6, 2006
    Code Address: 8A590000h Length: 00003955h
    Data Address: 8A594000h Length: 00000090h
    PARTAPI.NLM Partition APIs for NetWare 6.1
    Version 2.00 April 17, 2002
    Code Address: 8A407000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    VOLMN.NSS NSS Distributed Volume Manager (Build 438 MP)
    Version 3.25 October 6, 2006
    Code Address: 8AB82000h Length: 0000A123h
    Data Address: 8A404000h Length: 000005B0h
    NWSA.NSS NSS NetWare Semantic Agent (NWSA) (Build 1382 MP)
    Version 3.25 October 6, 2006
    Code Address: 8027F000h Length: 0004A9CEh
    Data Address: 8AAD0000h Length: 000A1390h
    ZLSS.NSS NSS Journaled Storage System (ZLSS) (Build 1909 MP)
    Version 3.25 October 6, 2006
    Code Address: 8A9F8000h Length: 000CBB66h
    Data Address: 8AAC4000h Length: 0000BE30h
    MAL.NSS NSS Media Access Layer (MAL) (Build 632 MP)
    Version 3.25 September 5, 2006
    Code Address: 8A3F5000h Length: 00003116h
    Data Address: 8A3F9000h Length: 00000170h
    MANAGE.NSS NSS Management Functions (Build 709 MP)
    Version 3.25 October 19, 2006
    Code Address: 8A39C000h Length: 0004DF55h
    Data Address: 8A3EA000h Length: 00000C20h
    COMN.NSS NSS Common Support Layer (COMN) (Build 2972 MP)
    Version 3.25 October 6, 2006
    Code Address: 8A8EC000h Length: 000E92B8h
    Data Address: 8A9D6000h Length: 00015DD0h
    NSS.NLM NSS (Novell Storage Services) (Build 1046 MP)
    Version 3.25 October 6, 2006
    Code Address: 8A5E0000h Length: 0002DE10h
    Data Address: 8A60E000h Length: 000915B0h
    SYSLOG.NLM NetWare Logfile Daemon
    Version 6.05.03 September 27, 2006
    Code Address: 8A34A000h Length: 0000600Ah
    Data Address: 8A5B9000h Length: 0002613Ch
    LIBNSS.NLM Generic Library used by NSS (Build 200 MP)
    Version 3.25 September 5, 2006
    Code Address: 8A319000h Length: 0000432Ch
    Data Address: 8A31E000h Length: 000003D0h
    NSSWIN.NLM NSS ASCI Window API Library (Build 213 MP)
    Version 3.25 September 5, 2006
    Code Address: 8A312000h Length: 000047DCh
    Data Address: 8A317000h Length: 000000FCh
    LOCNLM32.NLM NetWare NWLocale Runtime Library
    Version 6.00.04 November 29, 2005
    Code Address: 8A2CA000h Length: 000044BBh
    Data Address: 8A30A000h Length: 00000B30h
    UNICODE.NLM NetWare Unicode Runtime Library (UniLib-based) [optimized]
    Version 7.00 October 26, 2004
    Code Address: 8A2C2000h Length: 000016F5h
    Data Address: 8A309000h Length: 00000504h
    FILESYS.NLM NetWare File System NLM
    Version 5.14 September 21, 2006
    Code Address: 8A408000h Length: 0008E4E7h
    Data Address: 8A497000h Length: 00012C90h
    LFS.NLM NetWare Logical File System NLM
    Version 5.12 September 21, 2005
    Code Address: 8A324000h Length: 000098A2h
    Data Address: 8A32E000h Length: 000084BCh
    ACPIPWR.NLM ACPI Power Management Driver for ACPI compliant systems
    Version 1.05.14 August 18, 2006
    Code Address: 8A306000h Length: 00000E45h
    Data Address: 8A307000h Length: 0000094Ch
    CONNMGR.NLM NetWare Connection Manager NLM
    Version 5.60.01 September 7, 2006
    Code Address: 8A2D4000h Length: 0001172Bh
    Data Address: 8A290000h Length: 00003CE8h
    ACPICMGR.NLM ACPI Component Manager for ACPI compliant systems
    Version 1.05.14 August 18, 2006
    Code Address: 8A2B2000h Length: 00000AFFh
    Data Address: 8A2B3000h Length: 00000344h
    LSIMPTNW.HAM LSI Logic Common Architecture NWPA-HAM SAS/Fibre/SCSI
    Driver.
    Version 4.01.07 September 20, 2006
    Code Address: 8A23A000h Length: 00031C8Fh
    Data Address: 007DE000h Length: 000076C5h
    IDEATA.HAM Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Version 4.28 June 6, 2006
    Code Address: 8A1ED000h Length: 00010701h
    Data Address: 31741000h Length: 00005710h
    SCSIHD.CDM Novell NetWare SCSI Fixed Disk Custom Device Module
    Version 3.03.07 June 2, 2006
    Code Address: 8A1E7000h Length: 00005219h
    Data Address: 318CD000h Length: 000015C0h
    IDECD.CDM Novell ATA/IDE CD/DVD Custom Device Module
    Version 4.09 January 30, 2006
    Code Address: 8A17C000h Length: 00004024h
    Data Address: 00FFC000h Length: 00000F74h
    ACPIDRV.PSM ACPI Platform Support Module for ACPI compliant systems
    Version 1.05.17 August 18, 2006
    Code Address: 8A118000h Length: 0000ADCEh
    Data Address: 0079B000h Length: 0000C694h
    ACPICA.NLM ACPI Component Architecture for ACPI compliant systems
    Version 1.05.14 August 18, 2006
    Code Address: 8A041000h Length: 00030C26h
    Data Address: 8A072000h Length: 0001286Bh
    ACPIASL.NLM ACPI Architecture Services Layer for ACPI compliant systems
    Version 1.05.14 August 18, 2006
    Code Address: 89772000h Length: 00000F9Bh
    Data Address: 89773000h Length: 000001DCh
    EHCIDRV.CAD Novell Universal Serial Bus EHCI driver
    Version 1.05 September 12, 2005
    Code Address: 8A005000h Length: 00004C11h
    Data Address: 003FF000h Length: 00000B18h
    UHCIDRV.CAD Novell Universal Serial Bus UHCI driver
    Version 1.07 October 24, 2005
    Code Address: 8976D000h Length: 00004F5Bh
    Data Address: 007DB000h Length: 0000067Ch
    CIOS.NLM Consolidated IO System
    Version 1.60 February 7, 2006
    Code Address: 8032F000h Length: 0004254Bh
    Data Address: 00A33000h Length: 00008B4Ah
    LSL.NLM Novell NetWare Link Support Layer
    Version 4.86 February 2, 2006
    Code Address: 89775000h Length: 0000A7A7h
    Data Address: 89780000h Length: 00009EC8h
    NWPALOAD.NLM NetWare 5 NWPA Load Utility
    Version 3.00 July 10, 2000
    Code Address: 896FE000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    NWPA.NLM NetWare 6.5 NetWare Peripheral Architecture NLM
    Version 3.21 September 26, 2006
    Code Address: 89741000h Length: 000169F6h
    Data Address: 895FD000h Length: 000029E0h
    MM.NLM NetWare 6.5 Media Manager
    Version 3.22.02 October 6, 2006
    Code Address: 802E1000h Length: 0004B9D4h
    Data Address: 89713000h Length: 0000B73Ch
    SGUID.NLM NetWare GUID Services
    Version 6.01 September 27, 2002
    Code Address: 896A3000h Length: 00000E04h
    Data Address: 896A4000h Length: 0000018Ah
    NBI.NLM NetWare Bus Interface
    Version 3.00.13 July 25, 2006
    Code Address: 89705000h Length: 0000D4BDh
    Data Address: 895F6000h Length: 00003D6Dh
    NEB.NLM Novell Event Bus
    Version 5.60 September 27, 2004
    Code Address: 895ED000h Length: 00005843h
    Data Address: 8968A000h Length: 0000097Ch
    DIAG500.NLM Diagnostic/coredump utility for NetWare 5.x/6.x
    Version 3.02 September 5, 2006
    Code Address: 895E0000h Length: 00006F10h
    Data Address: 896B4000h Length: 0001D740h
    CPUCHECK.NLM NetWare Processor Checking Utility
    Version 5.60.01 July 7, 2006
    Code Address: 80271000h Length: 00001B17h
    Data Address: 895E8000h Length: 00004B3Ch
    NWKCFG.NLM NetWare Kernel Config NLM
    Version 2.16 June 24, 2005
    Code Address: 89387000h Length: 00003F4Fh
    Data Address: 8938B000h Length: 00003CA4h
    CDBE.NLM NetWare Configuration DB Engine
    Version 6.01 September 21, 2006
    Code Address: 89394000h Length: 000116E6h
    Data Address: 893A6000h Length: 000161FAh
    FATFS.NLM FAT Filesystem Module for NetWare
    Version 1.24 May 2, 2006
    Code Address: 80978000h Length: 0002047Ch
    Data Address: 80999000h Length: 0002B277h
    LIBC.NLM Standard C Runtime Library for NLMs [optimized, 7]
    Version 9.00.04 October 4, 2006
    Code Address: 80800000h Length: 000D0736h
    Data Address: 803AD000h Length: 00041630h
    PVER500.NLM NetWare 6.XX Version Library
    Version 3.00 February 25, 2003
    Code Address: 80258000h Length: 0000068Fh
    Data Address: 80259000h Length: 00000360h
    SERVER.NLM NetWare Server Operating System
    Version 5.70.06 October 26, 2006
    Code Address: 0020C6C0h Length: 00166DEAh
    Data Address: 0040C6C0h Length: 001F9940h

    After applying the latest sp I am now getting this code start
    Registers:
    CS = 0060 DS = 007B ES = 007B FS = 007B GS = 007B SS = 0068
    EAX = 98F185C4 EBX = 00022973 ECX = 000229F1 EDX = 96F79564
    ESI = 00000000 EDI = 00000000 EBP = 0579A004 ESP = 8AF333E0
    EIP = 966E11B7 FLAGS = 00010207
    966E11B7 3A4E07 CMP CL, [ESI+07]=?
    EIP in PROXY.NLM at code start +000431B7h
    Access Location: 0x00000007
    The violation occurred while processing the following instruction:
    966E11B7 3A4E07 CMP CL, [ESI+07]
    966E11BA 75EB JNZ 966E11A7
    966E11BC F74604FFFFFF00 TEST dword ptr [ESI+04], 00FFFFFF
    966E11C3 0F856F060000 JNZ 966E1838
    966E11C9 31C0 XOR EAX, EAX
    966E11CB 8B7C242C MOV EDI, [ESP+2C]
    966E11CF 668B8692000000 MOV AX, [ESI+00000092]
    966E11D6 39F8 CMP EAX, EDI
    966E11D8 0F854F060000 JNZ 966E182D
    966E11DE 31D2 XOR EDX, EDX
    "ariggins" <[email protected]> wrote in message
    news:[email protected]..
    >
    > I have 2 BM38SP5 servers that have abended multiple times today. I
    > haven't seen any problems with them in a long time before today. I am
    > clueless as to what the issue is. By any chance, are you running
    > SurfControl on your server? The database update is the one thing that I
    > can think of that would have changed over the weekend.
    >
    >
    > --
    > ariggins
    > ------------------------------------------------------------------------
    > ariggins's Profile: http://forums.novell.com/member.php?userid=37877
    > View this thread: http://forums.novell.com/showthread.php?t=353556
    >

  • I need help none of my notifications are coming to my iphone 4 and in the notification center everything is turned on i reset and restored my phone but it's still not working i need help with this asap

    My iphone 4 will not push my notifications to my phone. I reset and restored it and still nothing. I even set it up as a new phone in still nothin can anybody help me.

    Hi R. Weav27,
    Thanks for using Apple Support Communities.  This article has some troubleshooting steps for issues with push notifications:
    iOS: Understanding notifications
    http://support.apple.com/kb/ht3576
    Troubleshooting notifications
    Push notifications require an active Wi-Fi or cellular connection.
    Note: Notifications use Wi-Fi only when a cellular connection is unavailable. Firewalls and proxy servers may affect your ability to receive notifications. For more information, see Unable to use Apple Push Notification service (APNs).
    If you're not receiving notifications for a specific app, try these steps:
    Verify that the app supports notifications.
    After installing an app or restoring a backup to a different iOS device, open the app to begin receiving notifications. If the app requires entering or logging in to an account, you will need to do this before receiving notifications.
    Check Settings > Notification Center to ensure that the app is configured for notifications. If notifications do not appear in the Notification Center, verify that the Notification Center setting for the app is enabled.
    Cheers,
    - Ari

Maybe you are looking for