Volatile User's not being removed

We have a DLU policy that has volatile user implimented. I have been
noticing that sometimes, the user doesn't get deleted and they have a
folder in C:\documents and settings\ and their username still exists in
the windows user management console, which causes problem with the user
not being able to logon later on. It says "Account created by Novell
Zenworks" in the description box besides the user name also.
What causes this and is there anyway we can fix it so that volatile user
works everytime?
We are running Netware 6.5 servers and Zenworks 6.5.

Tried uphclean ?, see TID 10096547
Cheers Dave
Dave Parkes [NSCS]
Occasionally resident at http://support-forums.novell.com/

Similar Messages

  • Not being remove Blank space in Supplier Name

    Dear,
    Actully we have round more than 200 supplier having supplier name with space due to this client face problem especially in parameter while running reprots or sometime occur in oracle application, therefor i have developed this routine to remove space from the left & right side of suppliername, but not being update although some update get performed when package execute showig status sucessfull & error is blank as mentioned below.
    If any know about to update supplier name in Fron-End, right now we update supplier name but it's not wokrin could y please guide how can we upadate supplier name individulay so we can do it fron-end as per needed.
    DBMS_OUTPUT.PUT_LINE(' STATUS '||v_return_status||' ERROR '||v_error_msg);
    STATUS S ERROR
    declare
    v_return_status varchar2(100); --OUT NOCOPY VARCHAR2,
    v_error_msg varchar2(100); --OUT NOCOPY VARCHAR2);
    begin
    for i in (
    select s.*,par.jgzz_fiscal_code,par.sic_code,par.tax_reference,par.tax_name From ap_suppliers s,hz_parties par
    where ltrim(rtrim(s.vendor_name)) <> s.vendor_name
    and s.vendor_name = par.party_name
    and created_by_module = 'AP_SUPPLIERS_API'
    and vendor_name = 'ABC ' ) loop
    v_return_status := null;
    v_error_msg := null;
    POS_VENDOR_PUB_PKG.Update_Vendor
    p_vendor_id => i.vendor_id ,
    p_segment1 => i.segment1 ,
    p_vendor_name => ltrim(rtrim(i.vendor_name)),
    p_vendor_name_alt => i.vendor_name_alt ,
    p_summary_flag => i.summary_flag ,
    p_enabled_flag => i.enabled_flag ,
    p_segment2 => i.segment2 ,
    p_segment3 => i.segment3 ,
    p_segment4 => i.segment4 ,
    p_segment5 => i.segment5 ,
    p_employee_id => i.employee_id ,
    p_vendor_type_lookup_code => i.vendor_type_lookup_code ,
    p_customer_num => i.customer_num ,
    p_one_time_flag => i.one_time_flag ,
    p_parent_vendor_id => i.parent_vendor_id ,
    p_min_order_amount => i.min_order_amount ,
    p_terms_id => i.terms_id ,
    p_set_of_books_id => i.set_of_books_id ,
    p_always_take_disc_flag => i.always_take_disc_flag ,
    p_pay_date_basis_lookup_code => i.pay_date_basis_lookup_code ,
    p_pay_group_lookup_code => i.pay_group_lookup_code ,
    p_payment_priority => i.payment_priority ,
    p_invoice_currency_code => i.invoice_currency_code ,
    p_payment_currency_code => i.payment_currency_code ,
    p_invoice_amount_limit => i.invoice_amount_limit ,
    p_hold_all_payments_flag => i.hold_all_payments_flag ,
    p_hold_future_payments_flag => i.hold_future_payments_flag ,
    p_hold_reason => i.hold_reason ,
    p_type_1099 => i.type_1099 ,
    p_withhold_status_lookup_code => i.withholding_status_lookup_code ,
    p_withholding_start_date => i.withholding_start_date ,
    p_org_type_lookup_code => i.organization_type_lookup_code ,
    p_start_date_active => i.start_date_active ,
    p_end_date_active => i.end_date_active ,
    p_minority_group_lookup_code => i.minority_group_lookup_code ,
    p_women_owned_flag => i.women_owned_flag ,
    p_small_business_flag => i.small_business_flag ,
    p_hold_flag => i.hold_flag ,
    p_purchasing_hold_reason => i.purchasing_hold_reason ,
    p_hold_by => i.hold_by ,
    p_hold_date => i.hold_date ,
    p_terms_date_basis => i.terms_date_basis ,
    p_inspection_required_flag => i.inspection_required_flag ,
    p_receipt_required_flag => i.receipt_required_flag ,
    p_qty_rcv_tolerance => i.qty_rcv_tolerance ,
    p_qty_rcv_exception_code => i.qty_rcv_exception_code ,
    p_enforce_ship_to_loc_code => i.enforce_ship_to_location_code ,
    p_days_early_receipt_allowed => i.days_early_receipt_allowed ,
    p_days_late_receipt_allowed => i.days_late_receipt_allowed ,
    p_receipt_days_exception_code => i.receipt_days_exception_code ,
    p_receiving_routing_id => i.receiving_routing_id ,
    p_allow_substi_receipts_flag => i.allow_substitute_receipts_flag ,
    p_allow_unorder_receipts_flag => i.allow_unordered_receipts_flag ,
    p_hold_unmatched_invoices_flag => i.hold_unmatched_invoices_flag ,
    p_tax_verification_date => i.tax_verification_date ,
    p_name_control => i.name_control ,
    p_state_reportable_flag => i.state_reportable_flag ,
    p_federal_reportable_flag => i.federal_reportable_flag ,
    p_attribute_category => i.attribute_category ,
    p_attribute1 => i.attribute1 ,
    p_attribute2 => i.attribute2 ,
    p_attribute3 => i.attribute3 ,
    p_attribute4 => i.attribute4 ,
    p_attribute5 => i.attribute5 ,
    p_attribute6 => i.attribute6 ,
    p_attribute7 => i.attribute7 ,
    p_attribute8 => i.attribute8 ,
    p_attribute9 => i.attribute9 ,
    p_attribute10 => i.attribute10 ,
    p_attribute11 => i.attribute11 ,
    p_attribute12 => i.attribute12 ,
    p_attribute13 => i.attribute13 ,
    p_attribute14 => i.attribute14 ,
    p_attribute15 => i.attribute15 ,
    p_auto_calculate_interest_flag => i.auto_calculate_interest_flag ,
    p_validation_number => i.validation_number ,
    p_tax_reporting_name => i.tax_reporting_name ,
    p_check_digits => i.check_digits ,
    p_allow_awt_flag => i.allow_awt_flag ,
    p_awt_group_id => i.awt_group_id ,
    p_pay_awt_group_id => i.pay_awt_group_id ,
    p_awt_group_name => null ,
    p_pay_awt_group_name => NULL ,
    p_global_attribute1 => i.global_attribute1 ,
    p_global_attribute2 => i.global_attribute2 ,
    p_global_attribute3 => i.global_attribute3 ,
    p_global_attribute4 => i.global_attribute4 ,
    p_global_attribute5 => i.global_attribute5 ,
    p_global_attribute6 => i.global_attribute6 ,
    p_global_attribute7 => i.global_attribute7 ,
    p_global_attribute8 => i.global_attribute8 ,
    p_global_attribute9 => i.global_attribute9,
    p_global_attribute10 => i.global_attribute10 ,
    p_global_attribute11 => i.global_attribute11 ,
    p_global_attribute12 => i.global_attribute12 ,
    p_global_attribute13 => i.global_attribute13 ,
    p_global_attribute14 => i.global_attribute14 ,
    p_global_attribute15 => i.global_attribute15 ,
    p_global_attribute16 => i.global_attribute16 ,
    p_global_attribute17 => i.global_attribute17 ,
    p_global_attribute18 => i.global_attribute18 ,
    p_global_attribute19 => i.global_attribute19 ,
    p_global_attribute20 => i.global_attribute20 ,
    p_global_attribute_category => i.global_attribute_category ,
    p_bank_charge_bearer => i.bank_charge_bearer ,
    p_bank_branch_type => i.bank_branch_type,
    p_match_option => i.match_option ,
    p_create_debit_memo_flag => i.create_debit_memo_flag ,
    p_party_id => 2085 ,
    p_parent_party_id => i.parent_party_id ,
    p_jgzz_fiscal_code => i.jgzz_fiscal_code,
    p_sic_code => i.sic_code ,
    p_tax_reference => i.tax_reference,
    p_inventory_organization_id => NULL ,
    p_terms_name => NULL ,
    p_default_terms_id => NULL ,
    p_ni_number => NULL ,
    p_last_update_date => NULL ,
    x_return_status => v_return_status,
    x_error_msg => v_error_msg
    DBMS_OUTPUT.PUT_LINE(' STATU S '||v_return_status||' ERROR '||v_error_msg);
    end loop;
    end;
    Edited by: oracle0282 on Dec 24, 2011 3:36 AM
    Edited by: oracle0282 on Dec 25, 2011 9:51 PM

    Just a thought..
    How about creating a new supplier and then opt for Supplier Merge?
    Using supplier merge you may transfer all the open PO's and invoices of the old supplier to the new
    supplier. By using the supplier merge, the old supplier would be end date automatically by the
    system.
    P.S. I am NOT sure whether there exist a datafix to edit the supplier name.
    Regards,
    Srini

  • ASA-5585-X 8.4(6)5 Idle connections are not being removed according to timeout settings

    Hi,
    Just a quick question if anybody has run into a bug where the ASAs "timeout" settings are not being applied to idle connections.
    It seems that our ASA running the software level 8.4(6)5 is not tearing down connections. This mainly seems to be a problem in one Security Context where there are around 300k UDP connections (related to VOIP phones) that are not being torn down. Idle timers on the connections are going as far as 700 hours. Common to all the UDP connections is also the fact that only 19 Bytes of data has been transmitted on the connection built on the firewall. I am not sure what the purpose of these UDP Connections is as both the source and destination port is a random high port.
    I was not able find any Bug ID which description would match the situation I am seeing. I did not see anything in the release notes of 8.4(7) or its interrim release either that would list thing kind of bug.
    - Jouni

    Hi Jouni,
    This caveat seems to be the closest match as 8.4.6 is the affected ASA code.
    CSCuh13899
    Symptoms:-
    Some connection may not removed even after reaching idle timeout.
    https://tools.cisco.com/bugsearch/bug/CSCuh13899/?reffering_site=dumpcr
    You can upgrade to the next stable ASA code as suggested in the referred document.
    HTH
    Regards,
    Dinesh Moudgil
    P.S. Please rate helpful posts.

  • Podcasts not being Removed from my Ipod

    I have several old podcasts that I have deleted from my ITUNES that for some reason, are not being deleted from my ipod...? The podcasts are not showing up in my itunes, so not sure how to clear them out from my ipod?? Thanks in advance for your help.

    The most likely culprit is a playlist that's getting synced to your iPod.
    The big change in this area in 7.7 is that all podcasts, even ones in playlists, appear in the iPod's Podcasts section. Before 7.7 the only episodes that appeared in the Podcasts section were ones that you synced in the Podcasts tab.
    The interesting thing is that this change affects only what shows up in the iPod's Podcasts section, it doesn't affect the files that are actually transferred to the iPod.
    To check this, find one of the episodes with the play count >= 1 in your iTunes library. Right click (or control click) the episode, and in the contextual menu go to Show In Playlist. See what playlists appear in that list. (Show In Playlist is right under Add To Playlist. If I'm wrong, Show In Playlist won't be there at all.)

  • Roles not being removed from CC5.2

    After we run a full sync for users and roles we are still finding roles in CC 5.2 that have been removed/deleted from the SAP backend systems.

    HI,
    Try with a new job and for being on the safer side select all of the choices for full Sync - i.e profile, role and users. Also, select the relevant options for your system for the Batch Risk Analysis and the Management Reports too.
    Sometimes it is a common problem that Management reports show data for a role to be in Risk, which does not even exist because we did not check this option of Management reports while running the BG job.
    This might take a bit of longer time but will be accurate.
    Regards,
    Hersh.

  • Log files not being removed.

    Hello,
    I've upgraded an application from BerkeleyDB 5.1.25 to 5.3.21, and after that, log files are no more automatically removed. This is the only change in the application. It's an application written in C.
    The environment of the application is created with the flag DB_LOG_AUTO_REMOVE
    dbenv->log_set_config(dbenv, DB_LOG_AUTO_REMOVE, TRUE).
    The application has a thread to periodically checkpoint the data
    dbenv->txn_checkpoint(dbenv, 0, 0, 0)
    So far, so good, with version 5.1.25, this was enough to remove unused log files (I don't need to be able to do catastrophic recovery). But this doesn't work anymore with version 5.3.21.
    I I run db_archive (no options), it shows nothing, suggesting that all log files are still needed. But if I run db_hot_backup on the database, all but the last logfiles are removed (on the backup) as wanted.
    Rem : Usually, I don't want to run db_archive or any external tool, to remove unused log files. I hope what is inside the application is enough to remove unused log files.
    Is this something known, something changed or can you suggest me something to look for ?
    Thanks for your help
    José-Marcio
    Edited by: user564597 on Mar 24, 2013 6:35 PM
    Edited by: user564597 on Mar 24, 2013 6:38 PM
    Edited by: user564597 on Mar 25, 2013 8:57 AM

    thank you for giving us a test program. This helped tremendously to fully understand what you are doing. In 5.3 we fixed a bug dealing with the way log files are archived in an HA environment. What you are running into is the consequences of that bug fix. In the test program you are using DB_INIT_REP. This is the key to use that you want an HA environment. With HA, there is a master and some number of read only clients. By default we treat the initiating database as the master. This is what is happening in our case. In an HA (replicated) environment, we cannot archive log files until we can be assured that the clients have applied the contents of that log file. Our belief is that you are not really running in an HA environment and you do not need the DB_INIT_REP flag. In our initial testing where we said it worked for us, this was because we did not use the DB_INIT_REP flag, as there was no mention of replication being needed in the post.
    Recommendation: Please remove the use of the DB_INIT_REP flag or properly set up an HA environment (details in our docs).
    thanks
    mike

  • Create user - email not being received

    Sorry if it has been posted before but I've googled and searched this forum but haven't found the solution or understood the solution if I did in fact find it.
    I'm trying to learn APEX at home and I am not a DBA!
    I have Oracle 10g installed on my PC. After I finally got APEX 3.1 up and running, what a palaver that was, I have started to follow the 2DayPlus guide to give myself a grounding in the tool.
    The first snag I have hit is I cannot see any emails that I assume the tool sends when you set up a user. This isn't a showstopper but it would be nice to see work as at some point I'll probably want to see if I can make an application send an email.
    Assuming this is all GUI work, what type of user do I need to log on as and what screens do I need to navigate through to let Apex know the email details? If it is not GUI based then what do I need to do.
    So far I have two entry points into APEX.
    http://localhost:7777/pls/apex
    and
    http://localhost:7777/pls/apex/apex_admin - this gives me administration services

    Thanks for that. I had actually found that page and filled it in. However I made a few mistakes.
    First I hadn't filled in the SMTP name.
    I also missed a letter from the outgoing email address.
    It never even crossed my mind to think about providing the password for my ISP email account.
    I only twigged this when I did a bit more searching on here and came across Axigen.
    I've had a go at installing that without success.
    The thing that is confusing me is I have created a number of developer users and that email queue is empty. I'd have thought that incorrect details would see that queue to fill up so I'm not convinced that the fundamentals are correct. I'm hoping that rubbish data isn't simply dumped in a black hole if APEX doesn't know where to send it.
    I'm going to forget about the email for the time being and try and see if I can get an application up and running.
    I don' seem to have much luck with emaiing from Oracle. Internal politics at my last contract over who could access what directory turned a relatively simple email call at the completion of a report into a complete and utter nightmare. I think me and email will forever lock horns !!!

  • PDF.JS is no longer compatible with Firefox 35 & above. Why is it not being removed?

    Noticed that PDF Viewer PDF.JS is not compatible with Firefox version 35 & above.
    Then why is it not removed?
    Vin

    PDF.JS is now built into Firefox. You can remove this addon

  • User prefs not being saved?

    Just set-up new system.
    Fresh install of FCS.
    Each time I open an existing project some of my setting revert back to default.
    For example- I always have to select +show all effects+ from the effect drop down menu.
    When I close the project open- the effect list reverts back to +recommended effects+ only..?
    I also set my auto to every 10 minutes.
    I close and reopen the project and the auto save setting is back to 30 minutes.
    Help.

    bokes wrote:
    I assume the user data is stored on the system boot drive- correct?
    Yes but not where you might think.
    bogiesan

  • User exit not being called

    Hi,
    We have implemented user exit EXIT_SAPLMRMH_015, include ZXM08U26.
    Problem 1:
    When we tested in development system by processing a Idoc in debug, mode this user exit got called and the code in the user exit (include ZXM08U26) was executed.
    Now we moved our changes to the quality system. Again we tested in quality by processing a idoc in debug mode. The user exit is getting called, but the code is not getting executed ( its not going inside include ZXM08U26). Why?
    Problem 2:
    In quality when I try to put break points in include ZXM08U26, a message pops up saying "The position of a breakpoint could not be ascertained". Why cant I put breakpoints?
    The project (in CMOD) and the include (ZXM08U26) are all active in quality.
    Thanks in advance.
    Mick

    When you create/change a project, you must create a correction. This correction contains only the attributes and the SAP enhancements associated with a project, as well as a program that is automatically started with the transport and activates the project in the target system.  Since activating a project affects all components, you should transport all components associated with a project at the same time, in other words with the same transport request. To ensure that the project is activated automatically in the target system, the correction that contains the program concerned must also be in the same transport request. If this is not the case, or the project has not been activated in the target system for other reaons, you can also activate it by manually starting the program (RSMODACT).

  • User Email Not Being Sent

    Greetings everyone! We are running an external OpenLDAP server which basically has the same type of instructions that an Active Directory config has. i.e. To get everything working I've had to follow Apple's posts about Active directory, the WIKI, clearTextAuth, etc.
    Everything is working great, but when the final notification email is sent out to the users, the administrators get the emails, but no users from my external directory get the email.
    When you look at the email to field on the message to administrators it has and . So it's like PcP is trying to pass an email through, but failing. On a side note I can see the users email in the Info pane of workgroup manager. Any ideas on where to look next on this or anyone else having this problem? Certain logs?
    Thanks for any help!
    Steve

    So I've been doing more tests. Maybe this will help diagnose a little more:
    The users email is appearing in workgroup manager under /Info / Email Address.
    I have changed the audience workflow property to one of my test email addresses - the message sends to the audience correctly.
    I have modified a workflow and changed to $$User Email Address>> to explicitly be an email as opposed to the variable - the email was sent to the user, but the user's name was not in the email header. Instead it displayed the same as before: [email protected], , [email protected] I also looked at the results in the xgridagentd log under the console and the address showed up correct there.
    If I do not explicitly put an email in as $$User Email Address>> the xgridagentd log shows something as follows:
    Mon Feb 25 09:38:17 server.school.edu xgridagentd[43] : Notice: agent task "9964" started for user "podcastxgrid" executable "/usr/bin/pcastaction" arguments (\n mail,\n "--basedir=/Shared Items/Podcasts/Recordings/FD5ED310-A75B-45F2-8BC6-83F0D9F123AF",\n "--from=",\n "--to=[email protected],,[email protected]",\n "--smtp=smtp-auth.school.edu",\n "--body_file=mail.txt"\n)
    Mon Feb 25 09:38:18 leo.gac.edu xgridagentd[43] : Notice: agent task "9964" finished for user "podcastxgrid" executable "/usr/bin/pcastaction" arguments (\n mail,\n "--basedir=/Shared Items/Podcasts/Recordings/FD5ED310-A75B-45F2-8BC6-83F0D9F123AF",\n "--from=",\n "--to=[email protected],,[email protected]",\n "--smtp=smtp-auth.school.edu",\n "--body_file=mail.txt"\n)
    Notice that the from and to are blank.
    I am using an external SMTP server, which we already have running and at least seems to be sending to whoever I explicitly list. It seems like the $$User Email Address>> variable is not getting any info.
    Let me know if you have any ideas! Any other logs to check?
    Thank you to any ideas. I am stumped!

  • AWS Security Groups not being removed

    I also noticed this - When I created cloud instances, it also created a security group for each instance.
    On removal of the cloud via Cloud Manager, it did not remove the Security group that it had created for that cloud.  I had to go into AWS and remove it manually.
    Thanks

    Hi,
    Thank you for your feedback.
    This is a known issue we plan to fix in a future release.

  • Old podcasts not being removed from 2nd gen nano since iTunes 7.2

    I have been very annoyed lately that, since the iTunes 7.2 update, my nano keeps all old podcasts. I much prefer to not have the ones I have finished listening to continuing to update to my ipod. I do not want to delete all old podcasts from iTunes and am getting tired of having to manually delete the ones I have heard. Sometimes I have heard only half of one, and I don't like having to keep track of which is which. I have "synch all unplayed" selected under "ipod" on the syncing page in itunes. Anyone else have this problem? Any solutions? I already tried reseting (the thing does this on its own all the time anyway), and I reinstalled the software as well.

    Hello FrayedSo, Sorry to read your having a difficult time with your shuffle and podcasts.
    As you mentioned earlier this is your second shuffle and it is able to play songs you purchase or put onto it but it skips past the Podcasts.
    Are you playing these podcasts as part of a Playlist? or is this happening in shuffle mode?
    Some of the things you could do to possibly assist with troubleshooting your issue are below.
    Make sure to Consolidate your iTunes Library so all your information is backed up to your iTunes Music folder. You can do this by going to Advanced-Consolidate Library.
    To quote a part in Knowledge Base 30058
    "Playing Audiobooks and podcasts on iPod shuffle
    When iPod shuffle is set to shuffle songs it will play all the audio files on iPod shuffle that are not audiobooks. Podcasts of type .m4b or AAC will not play on iPod shuffle when it is in shuffle mode, which is the intended behavior, although a podcast of type .mp3 or .wav may play while in shuffle mode. To play an audiobook or podcast that is on iPod shuffle, set the switch on iPod shuffle to play in order."
    http://docs.info.apple.com/article.html?artnum=300558
    Another thing you could try. Create a new user account on your Windows System and download some podcasts and sync it to your shuffle and see if the same issue occurs.

  • EMP image not being removed

    DECLARE
    jpeg_image_dir VARCHAR2(280) := 'C:\photos';
    photo_filename VARCHAR2(280);
    BEGIN
    *:System.Message_Level := '25';*
    photo_filename := jpeg_image_dir||'\'||LOWER(:key_block.key_item)||'.jpg';
    READ_IMAGE_FILE(photo_filename, 'JPG', 'key_block.image');
    IF NOT FORM_SUCCESS THEN
    MESSAGE('This employee does not have a photo on file.');
    END IF;
    *:SYSTEM.MESSAGE_LEVEL := '0';*
    END;
    I have used the abv code to get image of an emp corresponding to the empno...but i got one small problem....suppose i enter 3021 i get the image with his personal details and now when i enter 3032 i get his personal details but the image doesnot changes(the image displayed is of 3031 instead of showing some thing blank) as he does have his image stored in the direcory
    Edited by: Suhail Faraaz on Dec 14, 2009 10:17 PM

    I have solved just had to make a small change and i got it so late in my head
    DECLARE
    jpeg_image_dir VARCHAR2(280) := 'C:\photos';
    jpeg_image_dir2 VARCHAR2(280) := 'C:\photos\no';
    photo_filename VARCHAR2(280);
    BEGIN
    :System.Message_Level := '25';
    photo_filename := jpeg_image_dir||'\'||LOWER(:empa.empno)||'.jpg';
    READ_IMAGE_FILE(photo_filename, 'JPG', 'empa.image');
    IF NOT FORM_SUCCESS THEN
    read_image_file('C:\photos\no\noimage.jpg','jpg','empa.image');
    END IF;
    END;

  • Enemies not being removed from stage when clicked on with mouse.

    I have ran into another problem, I have written the code for when I click on an enemy, it doesnt add a point to the score and it doesn't remove the enemy, I have a textfield which is called messageDisplay which is linked to the clickEnemy function.
    Here is the piece of code.
    stage.addEventListener(MouseEvent.CLICK, clickEnemy);
                    function clickEnemy(event:MouseEvent):void
                    if(cursor.hitTestObject(enemyAppear))
                            score++
                            messageDisplay.text = String(score);
                            enemyAppear.parent.removeChild(enemyAppear);
                    stage.removeEventListener(MouseEvent.CLICK, clickEnemy);
    Any help is appreciated, thanks Casey.

    After double checking my code I have resolved the issue myself thanks

Maybe you are looking for