Unlink\Unassign Error

I am trying to unlink\unassign a user from a particular resource.
I get this error in the admin console:
com.waveset.util.WavesetException: You are not allowed to unassign resource account from User 001361393 since it is not directly assigned to the user. For example, you cannot unassign a resource account that was assigned indirectly through a role assignment
I also see the following error in the server.log file:
DeprovisionViewer: unable to correlate PROD-PFABRIZI
The account ID is: PROD-PFABRIZI
I have tried unassigning as
PROD-PFABRIZI
PA|PROD-PFABRIZI
Here is the work flow:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Configuration PUBLIC 'waveset.dtd' 'waveset.dtd'>
<Configuration id='#ID#Configuration:TPC_Unlink_User_DomaninChg_SP' name='TPC_Unlink_User_DomaninChg_SP'>
<Extension>
<WFProcess name='TPC_Unlink_User_DomaninChg_SP' maxSteps='0'>
<Comments>Process to unassign/unlink AD and PA resource on a ID Domain Change.</Comments>
<Variable name='user' input='true' external='true'/>
<Variable name='resourceAccountAD'/>
<Variable name='resourceAccountPA'/>
<Variable name='totalacct'/>
<Variable name='ctr'/>
<Variable name='ADResourceAccountsMap'>
<new class='java.util.HashMap'/>
</Variable>
<Variable name='PAResourceAccountsMap'>
<new class='java.util.HashMap'/>
</Variable>
<Variable name='hostName'>
<Comments>Holds the Host Name of the environment where the Mail is triggered from. </Comments>
<rule name='TPC_GetServerDisplay'/>
</Variable>
<Variable name='deprovisionView'/>
<Variable name='appError' output='true'>
<Comments>Set to true if duplicate NTIC subprocess returns an error.</Comments>
</Variable>
<Activity id='0' name='start'>
<!-- <Transition to='Exception Notification'/> -->
<Transition to='GetResourceForUser'/>
<WorkflowEditor x='3' y='-74'/>
</Activity>
<Activity id='1' name='Exception Notification'>
<Action id='0' application='com.waveset.provision.WorkflowServices'>
<Argument name='op' value='notify'/>
<Argument name='template' value='TPC_ExceptionNotification_Email'/>
<Argument name='toAddress' value='[email protected]'/>
</Action>
<Transition to='GetResourceForUser'/>
<WorkflowEditor x='58' y='-75'/>
</Activity>
<Activity id='2' name='GetResourceForUser'>
<Action id='0' name='getresouce'>
<block name='invoke getting list' trace='true'>
<invoke name='makeList' class='com.waveset.util.Util'>
<invoke name='getResourceInfo'>
<invoke name='getObjectIfExists'>
<select>
<ref>context</ref>
<invoke name='getLighthouseContext'>
<ref>WF_CONTEXT</ref>
</invoke>
</select>
<s>User</s>
<ref>accountId</ref>
</invoke>
</invoke>
</invoke>
</block>
</Action>
<Transition to='Checkout deprovision View'/>
</Activity>
<Activity id='3' name='Checkout deprovision View'>
<!--<Variable name='view'/> may not be needed as the view is from the actuive -->
<Action id='-1' name='Checkout deprovision View' application='com.waveset.session.WorkflowServices'>
<Argument name='op' value='checkoutView'/>
<Argument name='type' value='Deprovision'/>
<Argument name='id' value='$(accountId)'/>
<Argument name='name' value='$(accountId)'/>
<Return from='view' to='deprovisionView'/>
</Action>
<Transition to='Set deprovision options PA'>
<isnull>
<ref>WF_ACTION_ERROR</ref>
</isnull>
</Transition>
<Transition to='end'/>
<WorkflowEditor x='205' y='-74'/>
</Activity>
<Activity id='4' name='Set Error'>
<Action id='0'>
<expression>
<set name='appError'>
<s>true</s>
</set>
</expression>
</Action>
<Transition to='end'/>
<WorkflowEditor x='432' y='-73'/>
</Activity>
<Activity id='5' name='Set deprovision options PA'>
<Action id='0' name='Get the PA reosurce'>
<expression>
<block name='Set Deprovision options PA' trace='true'>
<set name='resourceAccountPA'>
<rule name='TPC_GetResourceAccountsOfAResource_Rule'>
<argument name='resourceAccountsList'>
<rule name='TRV_Rul_getHashMapKeysUtil'>
<argument name='hashMapObject' value='$(deprovisionView.escapedNamesMap)'/>
</rule>
</argument>
<argument name='resourceName' value='PA'/>
</rule>
</set>
<set name='totalAccountPA'>
<length><ref>resourceAccountPA</ref></length>
</set>
<set name='ctr'>
<i>0</i>
</set>
</block>
</expression>
</Action>
<Action id='1' name='Get all the AD Accounts'>
<expression>
<block name='ACtion1 of Get all PA accounts' trace='true'>
<dolist name='PAresourceName'>
<ref>resourceAccountPA</ref>
<set name='PAresourceAccountName'>
<!--<ref>
<expand>
<s>deprovisionView.resourceAccounts.currentResourceAccounts[$(PAresourceName)].accountId</s>
</expand>
</ref> -->
<s>PA|PROD-PFABRIZI</s>
</set>
<upcase>
<ref>PAresourceAccountName</ref>
</upcase>
<block name='usernot in unload' trace='true'>
<set>
<expand>
<s>deprovisionView.resourceAccounts.currentResourceAccounts[$(PAresourceAccountName)].unlink</s>
</expand>
<s>true</s>
</set>
<set>
<expand>
<s>deprovisionView.resourceAccounts.currentResourceAccounts[$(PAresourceAccountName)].unassign</s>
</expand>
<s>true</s>
</set>
</block>
</dolist>
</block>
</expression>
</Action>
<Transition to='Checkin user View'/>
<WorkflowEditor x='485' y='-87'/>
</Activity>
<Activity id='6' name='Checkin user View'>
<Action id='0' name='Checkin user View' application='com.waveset.session.WorkflowServices'>
<Argument name='op' value='checkinView'/>
<Argument name='view' value='$(deprovisionView)'/>
</Action>
<Transition to='CheckinOK'>
<isnull>
<ref>WF_ACTION_ERROR</ref>
</isnull>
</Transition>
<Transition to='end'/>
<WorkflowEditor x='542' y='-19'/>
</Activity>
<Activity id='7' name='CheckinOK'>
<Action id='0'>
<block name='in checkingok' trace='true'>
<s>It would ok</s>
</block>
</Action>
<Transition to='end'/>
<WorkflowEditor x='542' y='-19'/>
</Activity>
<Activity id='8' name='end'>
<WorkflowEditor x='542' y='-19'/>
</Activity>
</WFProcess>
</Extension>
<MemberObjectGroups>
<ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
</MemberObjectGroups>
</Configuration>

Hi
I think your answer is in error itself and we know that if any resources is assigned by Role, so you have to unassign the role not the resources, because it is indirect assignement.
"you cannot unassign a resource account that was assigned indirectly through a role assignment"
So here you have to simply unassign the related role, resources will automatically removed from user account.
Hope it will help you.

Similar Messages

  • HFS: remove orphaned/unlinked files error in Console.app

    12/5/09 9:53:54 PM kernel hfs: Removed 12 orphaned / unlinked files and 0 directories
    What does that mean?

    Disk Utility printed this message:
    "Verifying volume “Macintosh HD”
    Performing live verification.
    Checking Journaled HFS Plus volume.
    Checking extents overflow file.
    Checking catalog file.
    Checking multi-linked files.
    Checking catalog hierarchy.
    Checking extended attributes file.
    Checking volume bitmap.
    Checking volume information.
    The volume Macintosh HD appears to be OK.
    So my computer is OK?

  • Help with EEM TCL / CLI scripting for re-direction/wccp counters

    Being new with EEM scripting I wanted to see if I was on the right track and get some help to finish my idea.
    Our problem I am trying to fix is our remote sites utilize pairs of Cat3650's for some routing and WCCP redirection.  We are encountering ACL denial issues causing slow down and access issues.  The fix for the issue we remove the WCCP service groups to break peering with our wan optimizers and re-insert the configuration thus re-establishing peering and restoring service.
    My idea is to use a TCL scipt on a watchdog timer to parse the "sh ip wccp | inc denied (or unassign)" output for denial and unassignable error counters.  If a counter is found I wanted to create a syslog message that would then kick off a simple EEM CLI script to remove the service groups, wait 10 seconds, then re-add the service groups.  Please point me in the right direction if I am off track as I am not sure if I can use the EEM CLI for all this or since I want to retreive specific info from the sh ip wccp output if I do need to utilize TCL.  I am also unsure if the "total denied" ascii string pulled via the "sh ip wccp | inc denied" will cause issues when attempting to just pull the counter information.
    sh ip wccp | inc Denied Red
            Total Packets Denied Redirect:       0
            Total Packets Denied Redirect:       0
    Script thus far :
    TCL
    if [catch {context_retrieve "EEM_WCCP_ERROR_COUNTER" "count"} result] {
    set wccpcounter 0
    } else {
    set wccpcounter $result
    } if [catch {cli_open} result] {
    error $result
    } else {
    array set cli $result
    } if [catch {cli_exec $cli(fd) "show ip wccp | incl Denied"} result] {
    error $result
    } else {
    set cmd_output $result
    set count ""
    catch [regexp {receive ([0-9]+),} $cmd_output} ignore count]
    set count
    set diff [expr $count - $wccpcounter]
    if {$diff != 0} {
    action_syslog priority emergencies msg "WCCP counters showing incremental Denied packet counts"
    if [catch {cli_close $cli(fd) $cli(tty_id)} result] {
    error $result
    context_save EEM_WCCP_ERROR_COUNTER count
    CLI
    event manager applet WCCP_COUNTER_WATCH
    event syslog priority emergencies pattern "WCCP counters showing incremental Denied packet counts"
    action 001 cli command "enable"
    action 002 cli command "config t"
    action 003 cli command "no ip wccp 61"
    action 004 cli command "no ip wccp 62"
    action 005 wait 10
    action 006 cli command "ip wccp 61"
    action 007 cli command "ip wccp 62"
    action 008 wait 15
    action 009 cli command "clear ip wccp"
    action 010 cli command "end"
    Thanks for all the help

    This won't work as EEM cannot intercept its own syslog messages.  However, I'm not sure why you need this form of IPC anyway.  Why not just make the Tcl script perform the needed CLI commands?
    And, yes, you could use all applets here.  But since you've written the hard stuff in Tcl already, it might be best just to add the missing calls to reconfigure WCCP to that script.

  • Resource deleted, but user still has resource linked when viewed in debug

    Hi all,
    I'm facing an issue on unlinking user accounts on a deleted resource. I deleted a resource from the Resource Action tab but still able to see the resource linked to users from the Debug page. I tried to search for users under the Find Users tab, but the resource doesn't appear in the list for selected resource. I looked at the debug page for users on that resource and the resource still shows up under the <Services> and <ResourceInfo> tags.
    Can anyone share their expertise/solution on how to rectify this? Do I have to do a bulk action of unlink to unlink/unassign the resource from the user and if so what would be the command?
    Your help is much appreciated. Thank you!

    I feel there is no need to refresh each and every object just for this.... as and when there would be any operation on the user object the unwanted references would go away...
    Still if you want to to do it then you can use the refresh users (search the forum). I know there is one simple XML which you can execute from the lh console or there is also a workflow which you can run to do the job...

  • ObjectExportOption

    Hello,
    I need to tag page items programmatically with JavaScript, but have no idea how to achieve it.
    Does anyone can give me some hint about how to fill out the missing lines in the following code:
         var myPageItems = myDocument.pages.item(myCounter).pageItems;
         for(i = 0; i < myPageItems.length; i++){
              var item = myPageItems[i];
              ObjectExportOption.applyTagType = TagType.TAG_ARTIFACT;
    The following line in AppleScript at least changes Picture Frames in the desired manner:
         set apply tag type of object export options to tag artifact
    Thank you,
    Michael

    I think you are essentially out of luck. It appears to be an omission from the object model that you cannot access the ObjectExportOptions of a text frame.
    The following procedure appears to be successful, however; I am not sure there is a practical adaptation of it:
    >> r=app.selection[0]
    [object TextFrame]
    >> r.contentType
    1952412773
    >> r.contentType=ContentType.GRAPHIC_TYPE;
    Error: contentType
    >> r.contentType=ContentType.UNASSIGNED
    Error: contentType
    >> r.contentType=ContentType.TEXT_TYPE
    1952412773
    >> r.contents
    adsfdasfadsfds
    >> r.contents=""
    >> r.contentType=ContentType.GRAPHIC_TYPE;
    1735553140
    >> r
    [object TextFrame]
    >> app.selection[0]
    [object Rectangle]
    >> r.toSpecifier()
    /document[@id=1]//text-frame[@id=225]
    >> app.selection[0].toSpecifier()
    /document[@id=1]//rectangle[@id=225]
    >> q=app.selection[0]
    [object Rectangle]
    >> q.objectExportOptions.applyTagType
    1952928613
    >> TagType.TAG_ARTIFACT
    1952924006
    >> q.objectExportOptions.applyTagType=TagType.TAG_ARTIFACT;
    1952924006
    >> q.objectExportOptions.applyTagType
    1952924006
    >> r.contentType=ContentType.TEXT_TYPE
    1952412773
    >> r.contents="pizza"
    pizza

  • Run Time Error - You attempted to access an unassigned field s

    Dear All
    I created a report to display purchase order history. there is no syntax error.but runtime which i have pasted below.
    help me to find the error.
    Runtime Errors         GETWA_NOT_ASSIGNED
    Date and Time          26.02.2008 06:25:56
    Short text
         Field symbol has not yet been assigned.
    Error analysis
         You attempted to access an unassigned field s
         (data segment 32820).
         This error may occur if
         - You address a typed field symbol before it
           ASSIGN
         - You address a field symbol that pointed to
           internal table that was deleted
         - You address a field symbol that was previou
           UNASSIGN or that pointed to a local field t
           longer exists
         - You address a global function interface, al
           respective function module is not active -
           not in the list of active calls. The list o
           can be taken from this short dump.
    Trigger Location of Runtime Error
        Program                                 SAPLSLVC
        Include                                 LSLVCF36
        Row                                     3.176
        Module type                             (FORM)
        Module Name                             FILL_DATA_TABLE
    Source Code Extract
    Line  SourceCde
    3146                               alv_style_align_center_top.
    3147         endif.
    3148
    3149         append ls_lvc_data to ct_lvc_data.
    3150       endif.
    3151
    3152 ************************************
    3153 * Column per Fieldcat Entry
    3154 ************************************
    3155       loop at it_fcat_local assigning <ls_fcat>.
    3156         clear: ls_lvc_data-href_hndl,
    3157                ls_lvc_data-drdn_hndl,
    3157                ls_lvc_data-drdn_hndl,
    3158                ls_lvc_data-style,
    3159                ls_lvc_data-style2,
    3160                ls_lvc_data-style3,
    3161                ls_lvc_data-style4,
    3162                ls_lvc_data-maxlen.
    3163
    3164         clear: lt_color_lvc, lt_color_slis.
    3165
    3166         add 1 to ls_lvc_data-col_pos.
    3167
    3168         if not <ls_fcat>-indx_field is initial.
    3169           assign component <ls_fcat>-indx_field
    3170                            of structure <ls_data> to <l_field_value>.
    3171         else.
    3172           assign component <ls_fcat>-fieldname
    3173                            of structure <ls_data> to <l_field_value>.
    3174         endif.
    3175
    >>>>         macro_cell_data_get
    3177           <ls_fcat>
    3178           <ls_data>
    3179           <l_field_value>
    3180           ls_lvc_data-value.
    3181
    3182 *>>> new API
    3183         if ir_salv_adapter is bound.
    3184           clear ls_lvc_data-style.
    3185
    3186 * color
    3187           if g_gui_type ne 1.
    3188             if <ls_fcat>-key eq abap_true.
    3189               ls_lvc_data-style = alv_style_color_int_key.
    3190             elseif l_style_color is initial
    3191                   and ( <ls_fcat>-emphasize is initial or
    3192                         <ls_fcat>-emphasize = '$' ).
    3193               if <ls_stin>-counter is initial.
    3194                 ls_lvc_data-style = alv_style_color_normal.
    3195               else.

    Hi
    You are getting the dump because you have not populated the field catalog properly.  There will be some mistake in the structure which you are using.  Kindly check the same.
    THanks
    Vijay
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 26, 2008 12:41 PM

  • What is this log error for Safari ? unlink of file /Users/.../Library/Caches/com.apple.Safari/fsCachedData/failed.

    What is this log error for Safari  ? Why am I getting this ?
    2014-04-05 5:26:13.688 PM Safari[5407]: unlink of file /Users/georgestamatis/Library/Caches/com.apple.Safari/fsCachedData/8A9936E7-E9A E-400D-A5D7-DCF074F115FC failed.  Errno=2

    I have this report is this helps you find the error:
    System Version: OS X 10.9.2 (13C64)
    Kernel Version: Darwin 13.1.0
    Boot Mode: Normal
    Model: MacBookPro9,2
    Battery cycles: 519
    Kernel messages
       Apr 3 12:25:33   MacAuthEvent en1 Auth result for: 00:24:6c:46:bb:90 Auth timed out
       --- last message repeated 3 times ---
       Apr 3 13:47:09   [BNBMouseDevice][handleStart] staticPrepControlChannelAction returned error e00002c0
       Apr 3 13:47:10   [BNBMouseDevice][prepInterruptChannelWL][04-0c-ce-2b-d7-d2] _interruptChannel->waitForChannelState returned error 0xe00002c0
       Apr 3 13:47:10   [BNBMouseDevice][interruptChannelOpeningWL] prepInterruptChannelWL returned error e00002c0
       Apr 3 16:14:45   process com.apple.WebKit[1437] thread 806808 caught burning CPU!; EXC_RESOURCE supressed due to audio playback
       Apr 3 16:17:43   [IOBluetoothHCIController][EnqueueRequestForController] -- SendHCIRequestToTransport failed, error (0xE00002D8) -- kIOReturnNotReady
       Apr 3 16:17:43   [SendHCIRequestFormatted] ### ERROR: EnqueueRequestForController failed (err=0xe00002d8 (kIOReturnNotReady)) for opCode 0x0c3f (Set AFH Host Channel Classification)
       Apr 4 08:23:48   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (dc2,620)->(dc3,c28).
       Apr 5 10:53:48   MacAuthEvent en1 Auth result for: 60:33:4b:e0:25:42 Auth timed out
       Apr 5 11:58:28   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (28c1,62c)->(28c2,c30).
       Apr 5 13:22:16   Sound assertion in AppleHDAFunctionGroup at line 1042
       Apr 5 14:12:31   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (2066,5e8)->(2067,c18).
       Apr 5 14:12:32   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (2068,60c)->(2069,80c).
       Apr 5 15:48:39   [IOBluetoothHCIController][EnqueueRequestForController] -- SendHCIRequestToTransport failed, error (0xE00002D8) -- kIOReturnNotReady
       Apr 5 15:48:39   [SendHCIRequestFormatted] ### ERROR: EnqueueRequestForController failed (err=0xe00002d8 (kIOReturnNotReady)) for opCode 0x0c3f (Set AFH Host Channel Classification)
       Apr 5 17:28:56   wl0: Roamed or switched channel, reason #1, bssid d8:c7:c8:e8:55:b8
       Apr 5 17:57:20   wl0: Roamed or switched channel, reason #1, bssid d8:c7:c8:e8:55:b0
       Apr 5 17:58:03   wl0: Roamed or switched channel, reason #8, bssid d8:c7:c8:e8:55:b0
       Apr 5 18:01:52   wl0: Roamed or switched channel, reason #1, bssid d8:c7:c8:e8:55:b8
    Loaded extrinsic kernel extensions
       com.globaldelight.driver.BoomDevice (1.1)
    Extrinsic daemons
       com.anchorfree.ajaxserver
       com.adobe.fpsaud
    Extrinsic agents
       2BUA8C4S2C.com.agilebits.onepassword-osx-helper
       com.google.keystone.user.agent
    launchd items
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
                 (com.adobe.fpsaud)
       /Library/LaunchDaemons/com.anchorfree.ajaxserver.plist
                 (com.anchorfree.ajaxserver)
       Library/LaunchAgents/com.google.keystone.agent.plist
                 (com.google.keystone.user.agent)
    Extrinsic loadable bundles
       /System/Library/Extensions/BoomDevice.kext
                 (com.globaldelight.driver.BoomDevice)
       /Library/Internet Plug-Ins/Flash Player.plugin
                 (com.macromedia.Flash Player.plugin)
       /Library/PreferencePanes/Flash Player.prefPane
                 (com.adobe.flashplayerpreferences)
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
                 (com.skype.skypeabdialer)
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
                 (com.skype.skypeabsms)
    Netmask: 255.255.0.0
    Application check
       com.google.GoogleDrive
    User login items
       Boom
       iTunesHelper
       Dropbox
       TextExpander
    Safari extensions
       1Password (beta)
    Desktop file count: 40
    Elapsed time (s): 469

  • Error when reading unassigned items on /CCM/MASTER_CATALOG

    Hello gurus,
    we upgrated CCM 2.0 from SP 06 to SP10.
    After we uploaded new schema on /CCM/MASTER_CATALOG and mapped newly
    Supplier Catalogs to Master catalog and Master to Procurements.
    When I connect on /CCM/MASTER_CATALOG in edit mode, on "Content" tab we
    saw an error "Error when reading unassigned items". In the catalog
    structure tree, yellow arrow is on MASTER CATALOG name.
    In the log there are error log with error information: "ERROR READING
    HEADER DATA".
    Is this problem dependent on upgrade or something else?
    These are our components on system:
    SAP_BASIS 700 0013 SAPKB70013
    PI_BASIS 2005_1_700 0013 SAPKIPYJ7D
    SAP_BW 700 0015 SAPKW70015
    FINBASIS 600 0010 SAPK-60010INFINBASIS
    BI_CONT 703 0007 SAPKIBIIP7
    SEM-BW 600 0010 SAPKGS6010
    CCM 200_700 0010 SAPK-27010INCCM
    Thanks for all
    Gerardo

    hi,
    See the foll related threads:
    Re: CCM - "error when reading master catalog"
    Re: Problem when upload content
    Error reading master data catalog (CCMv2)
    Re: Catalog item not found during publication master catalog
    Re: Uploading of Master Schema in CCM 2.0
    Error" Index of values is missing for characteristic " in mapping
    CCM automatic upload of CSV files
    Re: Uploading in CCM
    Re: CCM 2.0 Sample file CSV
    Re: How to change an existing line item in CCM catalog using CSV file?
    Re: Date Problem in CSV 2.0 Format in CCM
    Re: How to change an existing line item in CCM catalog using CSV file?
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • Need to unlink from Yahoo to fix errors sending messages from one of my sub-accoun​ts?

    Hello.
    I think I would like some assistance with my unlinking Verizon email account and sub-accounts from Yahoo.  I've been experiencing chronic errors in Outlook 2013 trying to send mail from just one of my sub-accounts.  My other sub-accounts seem to work just fine in Outlook 2013, and I've tried numerous combinations of SMTP and Port settings based on the information I've found on the forums.   
    Could a rep please Private Message me with instructions?
    Thank you.

    Never mind.  I was able to unlink from Yahoo on my own yesterday and get my Outlook 2010 settings updated in a way that allows me to send mail from my sub-account again.

  • Bulk unlinking and unassigning of accounts while deleting a resource object

    I have a situation in which I want to bulk unlink and unassign the accounts from SIM while deleting the resource. I know we we can bulk unlink and unassign the accounts from the account tab, Admin interface.
    Is there any way to unlink and unassign while deleting resource adapter from SIM

    Hi,
    Try setting userAccountControl to 514 for an initial setting but do not rely on this being accurate for a existing user as the accountdisable flag is ony of many set in userAccountControl. See values below.
    #define UF_SCRIPT 0x000001
    #define UF_ACCOUNTDISABLE 0x000002
    #define UF_HOMEDIR_REQUIRED 0x000008
    #define UF_LOCKOUT 0x000010
    #define UF_PASSWD_NOTREQD 0x000020
    #define UF_PASSWD_CANT_CHANGE 0x000040
    #define UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED 0x000080
    #define UF_TEMP_DUPLICATE_ACCOUNT 0x000100
    #define UF_NORMAL_ACCOUNT 0x000200
    #define UF_INTERDOMAIN_TRUST_ACCOUNT 0x000800
    #define UF_WORKSTATION_TRUST_ACCOUNT 0x001000
    #define UF_SERVER_TRUST_ACCOUNT 0x002000
    #define UF_DONT_EXPIRE_PASSWD 0x010000
    #define UF_MNS_LOGON_ACCOUNT 0x020000
    #define UF_SMARTCARD_REQUIRED 0x040000
    #define UF_TRUSTED_FOR_DELEGATION 0x080000
    #define UF_NOT_DELEGATED 0x100000
    #define UF_USE_DES_KEY_ONLY 0x200000
    #define UF_DONT_REQUIRE_PREAUTH 0x400000
    #define UF_PASSWORD_EXPIRED 0x800000

  • REUSES_ALV_HIERSEQ_LIST_DISPLAY--run time error field symbol unassigned

    Hiii
    I am using function module reuse_alv_hierseq_list_display.When I am executing I'm getting an error 'Field symbol has not yet been assigned'.
    I passed value for iskeyinfo parameter in the function module.Can anybody please tell me why that error will come.

    It often means you have passed the ALV "black box" a field name / structure name that does not actually exist in your program.
    Jonathan

  • Bulkaction script to unassign resources

    I loaded users using Flatfile sync form and when trying to update the user after that, I am getting
    com.waveset.util.WavesetException:There were errors retrieving user information:Resource FFSYNC is not accessible at this time.Correct the resource access problem or remove this resource from the user before attempting any updates.
    I can remove(i.e unassign) each individual account, but could not do the same using bulk actions.
    I select Unassing and Unlink frm drop down and selected the resource and used a list of users.
    But, somehow the IDM is throwing me the same above error.
    Any help??
    Thanks

    Hi Farooq,
    I have a requirement, to unlink a resource account (user has multiple AD accounts) where 'dn' comes dynamically in WorkFlow.
    I shall be thankful for any help,
    Shadab

  • Error while saving the request

    Dear all,
    When i am saving the request through transaction FKKORD1 transaction .I am getting the following dump.Please let me know how to resolve this issue.
    Runtime Errors         GETWA_NOT_ASSIGNED
    Date and Time          07.01.2010 13:40:12
    Short text
         Field symbol has not yet been assigned.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLFMCA_ORDER" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    srinivas
    Error analysis
         You attempted to access an unassigned field symbol
         (data segment 32776).
         This error may occur if
         - You address a typed field symbol before it has been set with
           ASSIGN
         - You address a field symbol that pointed to the line of an
           internal table that was deleted
         - You address a field symbol that was previously reset using
           UNASSIGN or that pointed to a local field that no
           longer exists
         - You address a global function interface, although the
           respective function module is not active - that is, is
           not in the list of active calls. The list of active calls
           can be taken from this short dump.

    Hi,
    Check notes 1178507, 1302885 and 1328721.
    Regards,
    Eli

  • "Unable to Check Out File Error" Message

    I'm new to using Adobe products, so forgive me if this is a dumb question! My graphic designer sent me a INDD file to edit the text in and when I try to open it in both InDesign and InCopy, I receive an "Unable to Check Out this File" error message. I just downloaded InDesign CC and InCopy CC (the free trial versions). She said that all settings on her end should allow me to view it. Any help is much appreciated!
    Thank you!

    I've just experienced the same error message in CS4. I got rid of it by going to the Links panel, selecting all the links to Incopy, and Unlinking.

  • Bayes Error Question after Spamassassin Upgrade

    I have just upgraded to Version 3.1.5 of the Spamassassin and I am getting the following readout when after I run spamassassin -D --lint
    xserve1:/var/amavis root# spamassassin -D --lint
    [18757] dbg: logger: adding facilities: all
    [18757] dbg: logger: logging level is DBG
    [18757] dbg: generic: SpamAssassin version 3.1.5
    [18757] dbg: config: score set 0 chosen.
    [18757] dbg: util: running in taint mode? yes
    [18757] dbg: util: taint mode: deleting unsafe environment variables, resetting PATH
    [18757] dbg: util: PATH included '/bin', keeping
    [18757] dbg: util: PATH included '/sbin', keeping
    [18757] dbg: util: PATH included '/usr/bin', keeping
    [18757] dbg: util: PATH included '/usr/sbin', keeping
    [18757] dbg: util: final PATH set to: /bin:/sbin:/usr/bin:/usr/sbin
    [18757] dbg: message: ---- MIME PARSER START ----
    [18757] dbg: message: main message type: text/plain
    [18757] dbg: message: parsing normal part
    [18757] dbg: message: added part, type: text/plain
    [18757] dbg: message: ---- MIME PARSER END ----
    [18757] dbg: dns: is Net::DNS::Resolver available? yes
    [18757] dbg: dns: Net::DNS version: 0.59
    [18757] dbg: diag: perl platform: 5.008006 darwin
    [18757] dbg: diag: module installed: Digest::SHA1, version 2.10
    [18757] dbg: diag: module installed: Archive::Tar, version 1.30
    [18757] dbg: diag: module installed: IO::Zlib, version 1.04
    [18757] dbg: diag: module installed: DB_File, version 1.814
    [18757] dbg: diag: module installed: HTML::Parser, version 3.36
    [18757] dbg: diag: module installed: MIME::Base64, version 3.05
    [18757] dbg: diag: module installed: Net::DNS, version 0.59
    [18757] dbg: diag: module installed: Net::SMTP, version 2.29
    [18757] dbg: diag: module installed: Mail::SPF::Query, version 1.999001
    [18757] dbg: diag: module installed: IP::Country::Fast, version 604.001
    [18757] dbg: diag: module installed: Razor2::Client::Agent, version 2.82
    [18757] dbg: diag: module installed: Net::Ident, version 1.20
    [18757] dbg: diag: module not installed: IO::Socket::INET6 ('require' failed)
    [18757] dbg: diag: module installed: IO::Socket::SSL, version 1.0
    [18757] dbg: diag: module installed: Time::HiRes, version 1.68
    [18757] dbg: diag: module installed: DBI, version 1.52
    [18757] dbg: diag: module installed: Getopt::Long, version 2.34
    [18757] dbg: diag: module installed: LWP::UserAgent, version 2.033
    [18757] dbg: diag: module installed: HTTP::Date, version 1.47
    [18757] dbg: ignore: using a test message to lint rules
    [18757] dbg: config: using "/etc/mail/spamassassin" for site rules pre files
    [18757] dbg: config: read file /etc/mail/spamassassin/init.pre
    [18757] dbg: config: read file /etc/mail/spamassassin/v310.pre
    [18757] dbg: config: read file /etc/mail/spamassassin/v312.pre
    [18757] dbg: config: using "/usr/local/share/spamassassin" for sys rules pre files
    [18757] dbg: config: using "/usr/local/share/spamassassin" for default rules dir
    [18757] dbg: config: read file /usr/local/share/spamassassin/10_misc.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_advance_fee.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_anti_ratware.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_body_tests.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_compensate.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_dnsbl_tests.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_drugs.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_fake_helo_tests.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_head_tests.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_html_tests.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_meta_tests.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_net_tests.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_phrases.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_****.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_ratware.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/20_uri_tests.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/23_bayes.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_accessdb.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_antivirus.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_body_tests_es.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_body_tests_pl.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_dcc.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_dkim.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_domainkeys.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_hashcash.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_pyzor.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_razor2.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_replace.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_spf.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_textcat.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/25_uribl.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/30_text_de.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/30_text_fr.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/30_text_it.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/30_text_nl.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/30_text_pl.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/30_text_pt_br.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/50_scores.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/60_awl.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/60_whitelist.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_dk.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_dkim.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_spf.cf
    [18757] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_subject.cf
    [18757] dbg: config: using "/etc/mail/spamassassin" for site rules dir
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sare_adult.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sare_bayes_poison_nxm.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sare_evilnum0.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sare_evilnum1.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sare_evilnum2.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sare_html.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sare_obfu.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sare_oem.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sare_random.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sare_stocks.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/70_sc_top200.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/99_FVGT_Tripwire.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/Chinese_rules.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/local.cf
    [18757] dbg: config: read file /etc/mail/spamassassin/weeds.cf
    [18757] dbg: config: using "/private/var/root/.spamassassin/user_prefs" for user prefs file
    [18757] dbg: config: read file /private/var/root/.spamassassin/user_prefs
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::URIDNSBL from @INC
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x18796d0)
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::Hashcash from @INC
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::Hashcash=HASH(0x1c828d8)
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::SPF from @INC
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::SPF=HASH(0x1d91a64)
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::Pyzor from @INC
    [18757] dbg: pyzor: network tests on, attempting Pyzor
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::Pyzor=HASH(0x1c66f5c)
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::Razor2 from @INC
    [18757] dbg: razor2: razor2 is available, version 2.82
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::Razor2=HASH(0x466db0)
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::SpamCop from @INC
    [18757] dbg: reporter: network tests on, attempting SpamCop
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::SpamCop=HASH(0x468e68)
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::AWL from @INC
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::AWL=HASH(0x1dd02d0)
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::AutoLearnThreshold from @INC
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::AutoLearnThreshold=HASH(0x1e34100)
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::WhiteListSubject from @INC
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::WhiteListSubject=HASH(0x1e36be0)
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::MIMEHeader from @INC
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::MIMEHeader=HASH(0x1e39d30)
    [18757] dbg: plugin: loading Mail::SpamAssassin::Plugin::ReplaceTags from @INC
    [18757] dbg: plugin: registered Mail::SpamAssassin::Plugin::ReplaceTags=HASH(0x1e3e260)
    [18757] dbg: config: adding redirector regex: /^http:\/\/chkpt\.zdnet\.com\/chkpt\/\w+\/(.*)$/i
    [18757] dbg: config: adding redirector regex: /^http:\/\/www(?:\d+)?\.nate\.com\/r\/\w+\/(.*)$/i
    [18757] dbg: config: adding redirector regex: /^http:\/\/.+\.gov\/(?:.*\/)?externalLink\.jhtml\?.*url=(.*?)(?:&.*)?$/i
    [18757] dbg: config: adding redirector regex: /^http:\/\/redir\.internet\.com\/.+?\/.+?\/(.*)$/i
    [18757] dbg: config: adding redirector regex: /^http:\/\/(?:.*?\.)?adtech\.de\/.*(?:;|\|)link=(.*?)(?:;|$)/i
    [18757] dbg: config: adding redirector regex: m'^http.*?/redirect\.php\?.*(?<=[?&])goto=(.*?)(?:$|[&\#])'i
    [18757] dbg: config: adding redirector regex: m'^https?:/*(?:[^/]+\.)?emf\d\.com/r\.cfm.*?&r=(.*)'i
    [18757] dbg: config: adding redirector regex: m'/(?:index.php)?\?.*(?<=[?&])URL=(.*?)(?:$|[&\#])'i
    [18757] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/url\?.*?(?<=[?&])q=(.*?)(?:$|[&\#] )'i
    [18757] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/search\?.*?(?<=[?&])q=[^&]*?(?<=%2 0|..[=+\s])site:(.*?)(?:$|%20|[\s+&\#])'i
    [18757] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/search\?.*?(?<=[?&])q=[^&]*?(?<=%2 0|..[=+\s])(?:"|%22)(.*?)(?:$|%22|["\s+&\#])'i
    [18757] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/translate\?.*?(?<=[?&])u=(.*?)(?:$ |[&\#])'i
    [18757] warn: config: failed to parse line, skipping: scare RCVD_IN_NJABL_SPAM 3.0
    [18757] dbg: plugin: Mail::SpamAssassin::Plugin::ReplaceTags=HASH(0x1e3e260) implements 'finish_parsing_end'
    [18757] dbg: replacetags: replacing tags
    [18757] dbg: replacetags: done replacing tags
    [18757] dbg: bayes: no dbs present, cannot tie DB R/O: /private/var/root/.spamassassin/bayes_toks
    [18757] dbg: config: score set 1 chosen.
    [18757] dbg: message: ---- MIME PARSER START ----
    [18757] dbg: message: main message type: text/plain
    [18757] dbg: message: parsing normal part
    [18757] dbg: message: added part, type: text/plain
    [18757] dbg: message: ---- MIME PARSER END ----
    [18757] dbg: bayes: no dbs present, cannot tie DB R/O: /private/var/root/.spamassassin/bayes_toks
    [18757] dbg: dns: name server: 209.198.128.11, family: 2, ipv6: 0
    [18757] dbg: dns: testing resolver nameservers: 209.198.128.11, 209.198.128.27
    [18757] dbg: dns: trying (3) google.com...
    [18757] dbg: dns: looking up NS for 'google.com'
    [18757] dbg: dns: NS lookup of google.com using 209.198.128.11 succeeded => DNS available (set dns_available to override)
    [18757] dbg: dns: is DNS available? 1
    [18757] dbg: metadata: X-Spam-Relays-Trusted:
    [18757] dbg: metadata: X-Spam-Relays-Untrusted:
    [18757] dbg: metadata: X-Spam-Relays-Internal:
    [18757] dbg: metadata: X-Spam-Relays-External:
    [18757] dbg: message: no encoding detected
    [18757] dbg: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x18796d0) implements 'parsed_metadata'
    [18757] dbg: uridnsbl: domains to query:
    [18757] dbg: dns: checking RBL sbl-xbl.spamhaus.org., set sblxbl-lastexternal
    [18757] dbg: dns: checking RBL sa-accredit.habeas.com., set habeas-firsttrusted
    [18757] dbg: dns: checking RBL sbl-xbl.spamhaus.org., set sblxbl
    [18757] dbg: dns: checking RBL sa-other.bondedsender.org., set bsp-untrusted
    [18757] dbg: dns: checking RBL combined.njabl.org., set njabl-lastexternal
    [18757] dbg: dns: checking RBL combined.njabl.org., set njabl
    [18757] dbg: dns: checking RBL combined-HIB.dnsiplists.completewhois.com., set whois
    [18757] dbg: dns: checking RBL list.dsbl.org., set dsbl-lastexternal
    [18757] dbg: dns: checking RBL bl.spamcop.net., set spamcop
    [18757] dbg: dns: checking RBL sa-trusted.bondedsender.org., set bsp-firsttrusted
    [18757] dbg: dns: checking RBL combined-HIB.dnsiplists.completewhois.com., set whois-lastexternal
    [18757] dbg: dns: checking RBL dnsbl.sorbs.net., set sorbs-lastexternal
    [18757] dbg: dns: checking RBL dnsbl.sorbs.net., set sorbs
    [18757] dbg: dns: checking RBL iadb.isipp.com., set iadb-firsttrusted
    [18757] dbg: check: running tests for priority: 0
    [18757] dbg: rules: running header regexp tests; score so far=0
    [18757] dbg: rules: ran header rule __HAS_MSGID ======> got hit: "<"@lint_rules>"
    [18757] dbg: rules: ran header rule NO_REAL_NAME ======> got hit: "[email protected]
    [18757] dbg: rules: "
    [18757] dbg: rules: ran header rule __MSGID_OK_DIGITS ======> got hit: "1159381766"
    [18757] dbg: spf: no suitable relay for spf use found, skipping SPF-helo check
    [18757] dbg: eval: all '*From' addrs: [email protected]
    [18757] dbg: eval: all '*To' addrs:
    [18757] dbg: spf: no suitable relay for spf use found, skipping SPF check
    [18757] dbg: rules: ran eval rule NO_RELAYS ======> got hit
    [18757] dbg: spf: cannot get Envelope-From, cannot use SPF
    [18757] dbg: spf: def_spf_whitelist_from: could not find useable envelope sender
    [18757] dbg: rules: ran eval rule __UNUSABLE_MSGID ======> got hit
    [18757] dbg: spf: spf_whitelist_from: could not find useable envelope sender
    [18757] dbg: rules: ran eval rule MISSING_HEADERS ======> got hit
    [18757] dbg: rules: running body-text per-line regexp tests; score so far=3.188
    [18757] dbg: rules: ran body rule __NONEMPTY_BODY ======> got hit: "I"
    [18757] dbg: uri: running uri tests; score so far=3.188
    [18757] dbg: bayes: no dbs present, cannot tie DB R/O: /private/var/root/.spamassassin/bayes_toks
    [18757] dbg: bayes: not scoring message, returning undef
    [18757] dbg: bayes: opportunistic call attempt failed, DB not readable
    [18757] dbg: rules: running raw-body-text per-line regexp tests; score so far=3.188
    [18757] dbg: rules: running full-text regexp tests; score so far=3.188
    [18757] dbg: info: entering helper-app run mode
    [18757] dbg: info: leaving helper-app run mode
    [18757] dbg: razor2: part=0 engine=4 contested=0 confidence=0
    [18757] dbg: razor2: results: spam? 0
    [18757] dbg: razor2: results: engine 8, highest cf score: 0
    [18757] dbg: razor2: results: engine 4, highest cf score: 0
    [18757] dbg: util: current PATH is: /bin:/sbin:/usr/bin:/usr/sbin
    [18757] dbg: pyzor: pyzor is not available: no pyzor executable found
    [18757] dbg: pyzor: no pyzor found, disabling Pyzor
    [18757] dbg: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x18796d0) implements 'check_tick'
    [18757] dbg: check: running tests for priority: 500
    [18757] dbg: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x18796d0) implements 'check_post_dnsbl'
    [18757] dbg: rules: running meta tests; score so far=3.188
    [18757] info: rules: meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK'
    [18757] info: rules: meta test SARE_OBFU_CIALIS has undefined dependency 'SARE_OBFU_CIALIS2'
    [18757] info: rules: meta test FP_MIXED_****3 has undefined dependency 'FP_PENETRATION'
    [18757] dbg: rules: running header regexp tests; score so far=4.666
    [18757] dbg: rules: running body-text per-line regexp tests; score so far=4.666
    [18757] dbg: uri: running uri tests; score so far=4.666
    [18757] dbg: rules: running raw-body-text per-line regexp tests; score so far=4.666
    [18757] dbg: rules: running full-text regexp tests; score so far=4.666
    [18757] dbg: check: running tests for priority: 1000
    [18757] dbg: rules: running meta tests; score so far=4.666
    [18757] dbg: rules: running header regexp tests; score so far=4.666
    [18757] dbg: config: using "/private/var/root/.spamassassin" for user state dir
    [18757] dbg: locker: safe_lock: created /private/var/root/.spamassassin/auto-whitelist.lock.xserve1.topequip.com.18757
    [18757] dbg: locker: safe_lock: trying to get lock on /private/var/root/.spamassassin/auto-whitelist with 0 retries
    [18757] dbg: locker: safe_lock: link to /private/var/root/.spamassassin/auto-whitelist.lock: link ok
    [18757] dbg: auto-whitelist: tie-ing to DB file of type DB_File R/W in /private/var/root/.spamassassin/auto-whitelist
    [18757] dbg: auto-whitelist: db-based [email protected]|ip=none scores 0/0
    [18757] dbg: auto-whitelist: AWL active, pre-score: 4.666, autolearn score: 4.666, mean: undef, IP: undef
    [18757] dbg: auto-whitelist: DB addr list: untie-ing and unlocking
    [18757] dbg: auto-whitelist: DB addr list: file locked, breaking lock
    [18757] dbg: locker: safe_unlock: unlink /private/var/root/.spamassassin/auto-whitelist.lock
    [18757] dbg: auto-whitelist: post auto-whitelist score: 4.666
    [18757] dbg: rules: running body-text per-line regexp tests; score so far=4.666
    [18757] dbg: uri: running uri tests; score so far=4.666
    [18757] dbg: rules: running raw-body-text per-line regexp tests; score so far=4.666
    [18757] dbg: rules: running full-text regexp tests; score so far=4.666
    [18757] dbg: check: is spam? score=4.666 required=2
    [18757] dbg: check: tests=MISSING_HEADERS,MISSING_SUBJECT,NO_REAL_NAME,NO_RECEIVED,NO_RELAYS,TO_CC_ NONE
    [18757] dbg: check: subtests=__HAS_MSGID,__MSGID_OK_DIGITS,__MSGID_OK_HOST,__NONEMPTY_BODY,__SANE_M SGID,__UNUSABLE_MSGID
    [18757] warn: lint: 1 issues detected, please rerun with debug enabled for more information
    I am concerned with the following -
    [18757] dbg: bayes: no dbs present, cannot tie DB R/O: /private/var/root/.spamassassin/bayes_toks
    [18757] dbg: bayes: not scoring message, returning undef
    [18757] dbg: bayes: opportunistic call attempt failed, DB not readable
    I know that I have a failure with the IO::Socket::INET6 also.
    I am also not getting (never have gotten) the BAYES tag when I look at the Raw Source on Spam Emails. I am assuming that error above could be the issue.
    Any help on this would be greatly appreciated. I love this discussion group and it has helped me out of a bind more than once!
    Thanks in advance for your time.
    G5 Power Mac   Mac OS X (10.4.7)  

    Latest news!
    I just looked at a spam email and I see that it is tagged here is the info
    X-Spam-Status: No, hits=-1.827 tagged_above=-999 required=2 tests=BAYES_00,
    DIET_1
    Now I am still concerned about the error I listed above about the Bayes DB. Any help would be great.

Maybe you are looking for