Mailbox DeleteContent command problem.

Why below command not working properly? 
[PS] C:\Windows\system32>Search-mailbox -identity "ripon dutta" -SearchDumpsterOnly -DeleteContent
The term 'Search-mailbox' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:15
+ Search-mailbox <<<<  -identity "ripon dutta" -SearchDumpsterOnly -DeleteContent
    + CategoryInfo          : ObjectNotFound: (Search-mailbox:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Hi,
To be able to use the parameter Deletecontent,
you need to be assigned the management role "Mailbox Import
Export". Just beeing a member of Discovery Management is not enough.
Add the role directly to a account:
New-ManagementRoleAssignment -Role "Mailbox Import Export" -User USERACCOUNT
(Don't forget to close/open a new EMS Window when done)
Messaging Policy and Compliance Permissions
http://technet.microsoft.com/en-us/library/dd638205.aspx
Engr. Ripon Kanti Dutta

Similar Messages

  • SQL Command problem in Application Express 3.2.0.00.27

    To Oracle Application Express Development Team,
    Yesterday I installed Oracle Application Express 3.2.0.00.27.
    While doing my r&d, I came across one problem in SQL Command.
    For example I wanted to run sql "select * from tab"
    When I checked "Autocommit" checkbox it worked fine.
    But when I unchecked the "Autocommit" checkbox it gave me following error:
    ORA-01003: no statement parsed
    Please check post
    http://www.oraclebrains.com/2009/03/sql-command-problem-in-application-express-3200027/ for more details.
    Cheers

    I can't find the log file (a good indication that something went wrong)
    Here's the transcript of the session...
    SQL> startup upgrade
    ORACLE instance started.
    Total System Global Area 599785472 bytes
    Fixed Size 1288820 bytes
    Variable Size 264242572 bytes
    Database Buffers 331350016 bytes
    Redo Buffers 2904064 bytes
    Database mounted.
    Database opened.
    SQL> @apxpatch.sql
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Wrote file apxset.sql
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    SQL>
    SQL> @apxldimg.sql
    PL/SQL procedure successfully completed.
    Enter value for 1: C:\Documents and Settings\jtench\Desktop\My Downloads\Oracle\apex_3.2.1
    old 1: create directory APEX_IMAGES as '&1/apex/images'
    new 1: create directory APEX_IMAGES as 'C:\Documents and Settings\jtench\Desktop\My Downloads\Oracle\apex_3.2.1/apex/images'
    Directory created.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Commit complete.
    timing for: Load Images
    Elapsed: 00:03:30.03
    Directory dropped.
    SQL>

  • Export-Mailbox - DeleteContent not working

    Server: Exchange 2007 SP3 RU 10
    Client: Outlook 2010 SP1, OWA with IE 9
    ++++
    According to this (and other sources)...
    http://technet.microsoft.com/en-us/library/bb266964(v=exchg.80).aspx
    I should be able to search for, and delete, messages using this command:
    Get-Mailbox -Database DB1 | Export-Mailbox -SubjectKeywords "Virus message" -DeleteContent
    "This example first gets all the mailboxes on database DB1, searches for items that contain the string "Virus message" in the subject, and deletes those items."
    +++++
    I only tried this because a colleague mentioned that he had tried and could not make it work. So I though I would investigate.
    So I had test user Alan Reid send seven emails to test user Aisha Bhari. The subject was respectively: Blue, Red, Yellow, North, South, West and East. The content was "Export-Mailbox test 1" then 2, 3, 4, etc.
    So at the start of the experiment, Aisha Bhari's Inbox looks like this:
    Thinking, at first, that I needed to have an export folder (in fact, if I just want to delete, that is not necessary) I executed the following command:
    export-mailbox [email protected] -TargetMailbox ExportMailbox -TargetFolder ForDeletion -SubjectKeywords
    "Red" -DeleteContent
    Then realizing that was not necessary, and that the processing of the Calendar and Contacts was delaying the experiment, I used this command:
    export-mailbox [email protected] -SubjectKeywords "Red" -ExcludeFolders "\Calendar","\Contacts" -DeleteContent
    I tried "Red" with and without quotes.
    I tried "Blue" and "North". I tried the -ContentKeywords switch with strings like "mailbox" and "test".
    The output that displays after the command is executed puzzles me. I read:
    StandardMessagesDeleted          : 0
    AssociatedMessagesDeleted        : 0
    DumpsterMessagesDeleted          : 0
    MoveType                         : DeleteOnly
    MoveStage                        : Completed
    StartTime                        : 12/26/2013 4:36:56 PM
    EndTime                          : 12/26/2013 4:37:28 PM
    StatusCode                       : 0
    StatusMessage                    : Messages have been deleted from the source mailbox.
    0 messages have been deleted and "Messages have been deleted from the source mailbox."
    If I look at the content of Aisha's mailbox however, the message "Red" is still present, observed in both Outlook and OWA, after logging off and back on again. And thus, obviously, closing and opening both Outlook and OWA. What I see is what you
    (still) see in the image posted above. That's it.
    Does anyone know why this is not working?
    +++++
    What about the logs? Well, there is one created for each  "export" attempt. Here is one example:
    [12/26/2013 5:35:01 PM] [0] Executing Command: 'get-mailbox
    [email protected] | export-mailbox -ContentKeywords "Mailbox" -ExcludeFolders "\Calendar","\Contacts" -DeleteContent '
    [12/26/2013 5:35:01 PM] [0] Administrator Active Directory session settings are:  View Entire Forest: 'False', Default Scope: 'mynet.lan', Configuration Domain Controller: 'DC2.mynet.lan',
    [12/26/2013 5:35:01 PM] [0] Searching objects "[email protected]" of type "ADUser" under the root "$null".
    [12/26/2013 5:35:01 PM] [0] Previous operation run on domain controller 'DC2.mynet.lan'.
    [12/26/2013 5:35:01 PM] [0] Previous operation run on domain controller 'DC2.mynet.lan'.
    [12/26/2013 5:35:01 PM] [0] Preparing to output objects. Maximum result set size "1000".
    [12/26/2013 5:35:01 PM] [0] Searching objects "mynet.lan/ExchangeUsers/Aisha.Bhari" of type "ADUser" under the root "$null".
    [12/26/2013 5:35:01 PM] [0] Previous operation run on global catalog server 'DC2.mynet.lan'.
    [12/26/2013 5:35:01 PM] [0] Processing object "mynet.lan/ExchangeUsers/Aisha.Bhari".
    [12/26/2013 5:35:01 PM] [0] Searching objects "ex1" of type "Server" under the root "$null".
    [12/26/2013 5:35:01 PM] [0] Previous operation run on domain controller 'DC2.mynet.lan'.
    [12/26/2013 5:35:01 PM] [0] Searching objects "ex1\SG1\MBXDB1" of type "MailboxDatabase" under the root "$null".
    [12/26/2013 5:35:01 PM] [0] Previous operation run on domain controller 'DC2.mynet.lan'.
    [12/26/2013 5:35:04 PM] [0] Ending processing.
    [12/26/2013 5:35:04 PM] [0] Ending processing.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] The operation has started.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Approving object.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Trying to open mailbox:
     szServerLegacyDN: /o=MYNET/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=ex1
     szUserLegacyDN: /o=MYNET/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Aisha.Bhari
     szServer: EX1.mynet.lan
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Open mailbox succeeded.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] The operation has finished.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] The operation has started.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Approving object.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Opening source mailbox.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Trying to open mailbox:
     szServerLegacyDN: /o=MYNET/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=ex1
     szUserLegacyDN: /o=MYNET/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Aisha.Bhari
     szServer: EX1.mynet.lan
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Open mailbox succeeded.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Moving messages.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Exporting messages.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Merging messages.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] 0 items could not be moved to the target mailbox.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] Messages moved. Closing connections.
    [12/26/2013 5:35:04 PM] [0] [Aisha.Bhari] The operation has finished.
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

    Hi David,
    From your description, I would like to clarify the following things:
    1. You need to grant the account which perform the task the full mailbox access permission.
    2. Export-Mailbox only marks the items for delete. It doesn't actually delete them. So "-DeleteContent" only marks it for deletion. Your mailbox retention schedule will delete the actual emails.
    Hope it helps.
    If there are any problems, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Search-Mailbox -deletecontent...not deleting all items?

    Hi, I am trying to purge some data from my Exchange server. I am running:
    Search-Mailbox -id username -searchquery "system.message.datareceived:01/01/2011..01/09/2011" -DeleteContent
    The first time I ran this against a mailbox it went off and deleted a load of mail. But looking into things further, there is still lots of mail that was received in the period stated. Not sure why the cmd hasn;t got rid of this as well? Also tried system.message.datesent
    but again when I run this the log states that there is nothing to delete, even though I have over 200 emails from June-Sept. Whats the deal here?

    Hi,
    Please try the following command and check:
    Search-Mailbox -Identity <username> -SearchQuery "Received:> $('01/01/2011 00:00:00') and Received:< $('01/09/2011 23:59:59')"
    –DeleteContent
    Hope it helps. If this issue still occurs, please let us know.
    Thanks
    Sophia Xu
    TechNet Community Support

  • Exchange 2010 SP3 - Search-Mailbox -DeleteContent fails: the search folder timed out.

    We have a bunch of users that have hundreds of thousands of Undelivered Mail Returned to Sender email in their inbox. I believe these mailboxes were compromised and were sending out spam. We have fixed that issue, but I am trying to clean out all these messages
    from their inbox. I have run this command successfully on a few users, but this one in particular is giving me troubles. This mailbox has over 400,000 items to delete so I am wondering if there are just too many to process.
    Search-Mailbox -Identity EMAIL -SearchQuery "Subject:'Undelivered Mail Returned to Sender'" -DeleteContent
    Here is the error:
    The search on mailbox ....... did not complete because the search folder timed out.
        + CategoryInfo          : ReadError: (0:Int32) [Search-Mailbox], SearchFolderTimeoutException
        + FullyQualifiedErrorId : EC2CC554,Microsoft.Exchange.Management.Tasks.SearchMailbox
    I don't like the idea of having to delete these manually. If someone has an idea that would be fantastic.
    Thanks

    Hi,
    Based on the description, you couldn't run the search-mailbox cmdlet to delete all items after several times. I discussed with my colleagues, there is a limit when trying to delete items using search-mailbox cmdlet, it's 10000 at a time if a search query
    is specified. The error you got may be related to the large amount of items. Some scripts may help you to delete them all at a time, you can ask this question on the Script forum to get a better help.
    As a workaround, you can create an Outlook Inbox rule for these messages and move them to a specific folder. After that, you can delete the folder permanently.
    Here is a similar thread for your reference.
    http://community.office365.com/en-us/f/158/t/239292.aspx
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • PL/SQL Procedure Calling Java Host Command Problem

    This is my first post to this forum so I hope I have chosen the correct one for my problem. I have copied a java procedure to call Unix OS commands from within a PL/SQL procedure. This java works well for some OS commands (Eg ls -la) however it fails when I call others (eg env). Can anyone please give me some help or pointers?
    The java is owned by sys and it looks like this
    CREATE OR REPLACE AND COMPILE JAVA SOURCE NAMED "ExecCmd" AS
    //ExecCmd.java
    import java.io.*;
    import java.util.*;
    //import java.util.ArrayList;
    public class ExecCmd {
    static public String[] runCommand(String cmd)
    throws IOException {
    // set up list to capture command output lines
    ArrayList list = new ArrayList();
    // start command running
    System.out.println("OS Command is: "+cmd);
    Process proc = Runtime.getRuntime().exec(cmd);
    // get command's output stream and
    // put a buffered reader input stream on it
    InputStream istr = proc.getInputStream();
    BufferedReader br = new BufferedReader(new InputStreamReader(istr));
    // read output lines from command
    String str;
    while ((str = br.readLine()) != null)
    list.add(str);
    // wait for command to terminate
    try {
    proc.waitFor();
    catch (InterruptedException e) {
    System.err.println("process was interrupted");
    // check its exit value
    if (proc.exitValue() != 0)
    System.err.println("exit value was non-zero: "+proc.exitValue());
    // close stream
    br.close();
    // return list of strings to caller
    return (String[])list.toArray(new String[0]);
    public static void main(String args[]) throws IOException {
    try {
    // run a command
    String outlist[] = runCommand(args[0]);
    for (int i = 0; i < outlist.length; i++)
    System.out.println(outlist);
    catch (IOException e) {
    System.err.println(e);
    The PL/SQL looks like so:
    CREATE or REPLACE PROCEDURE RunExecCmd(Command IN STRING) AS
    LANGUAGE JAVA NAME 'ExecCmd.main(java.lang.String[])';
    I have granted the following permissions to a user who wishes to run the code:
    drop public synonym RunExecCmd
    create public synonym RunExecCmd for RunExecCmd
    grant execute on RunExecCmd to FRED
    grant javasyspriv to FRED;
    Execute dbms_java.grant_permission('FRED','java.io.FilePermission','/bin/env','execute');
    commit
    Execute dbms_java.grant_permission('FRED','java.io.FilePermission','/opt/oracle/live/9.0.1/dbs/*','read, write, execute');
    commit
    The following test harness has been used:
    Set Serverout On size 1000000;
    call dbms_java.set_output(1000000);
    execute RunExecCmd('/bin/ls -la');
    execute RunExecCmd('/bin/env');
    The output is as follows:
    SQL> Set Serverout On size 1000000;
    SQL> call dbms_java.set_output(1000000);
    Call completed.
    SQL> execute RunExecCmd('/bin/ls -la');
    OS Command is: /bin/ls -la
    total 16522
    drwxrwxr-x 2 ora9sys dba 1024 Oct 18 09:46 .
    drwxrwxr-x 53 ora9sys dba 1024 Aug 13 09:09 ..
    -rw-r--r-- 1 ora9sys dba 40 Sep 3 11:35 afiedt.buf
    -rw-r--r-- 1 ora9sys dba 51 Sep 3 09:52 bern1.sql
    PL/SQL procedure successfully completed.
    SQL> execute RunExecCmd('/bin/env');
    OS Command is: /bin/env
    exit value was non-zero: 127
    PL/SQL procedure successfully completed.
    Both commands do work when called from the OS command line.
    Any help or assistance would be really appreciated.
    Regards,
    Bernard.

    Kamal,
    Thanks for that. I have tried to use getErrorStream and it does give me more info. It appears that some of the commands cannot be found. I suspected that this was the case but I am not sure about how this can be as they all appear to reside in the same directory with the same permissions.
    What is more confusing is output like so:
    SQL> Set Serverout On size 1000000;
    SQL> call dbms_java.set_output(1000000);
    Call completed.
    SQL> execute RunExecCmd('/usr/bin/id');
    OS Command is: /usr/bin/id
    exit value was non-zero: 1
    id: invalid user name: ""
    PL/SQL procedure successfully completed.
    SQL> execute RunExecCmd('/usr/bin/which id');
    OS Command is: /usr/bin/which id
    /usr/bin/id
    PL/SQL procedure successfully completed.
    Regards,
    Bernard

  • Exchange 2013 mailbox auditing command with showdetails parameter in ps1 script is not working via task scheduler

     
    Hi All ,
    In my environment we are having exchange 2013 enterprise edition with SP1 which is installed in windows server 2012 standard edition.
    We have enabled mailbox auditing for few mailboxes and also we have made simple powershell script with only the below mentioned commands .when i run the  ps1 script  in exchange management shell ,i can able to get the relevant output.
    CMDLETS in powershell script :
    Search-MailboxAuditLog -StartDate ((Get-Date).AddHours(-24)) -EndDate (Get-Date) -showdetails | fl >e:\output.txt
    Note : we are having only the above commands in ps1 script , apart from that we don't have anything in it .
    Sametime i have scheduled the same powershell script via task scheduler .But i cannot able to get the valid output ,instead of that i was getting a blank output file with no data in it . 
    Steps handled on my side to run the powershell script in task scheduler: 
    1.when i remove the parameter showdetails in the ps1 script ,i can able to get the output in the txt file .But in my scenario showdetails is the only parameter which will brought me more and in depth details about mailbox auditing.
    The Difference what i have seen between exchange 2010 and exchange 2013 
    when in run the same powershell script via task scheduler in exchange 2010 enterprise environment installed in windows server 2008 r2 enterprise OS, i can able able to get the proper output without removing the showdetails parameter .
    I am using the below methods to run the ps1 file via task scheduler in exchange 2013 environment .
    program/script : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
    Add arguments : -PSConsoleFile "E:\Program Files\Microsoft\Exchange Server\V15\Bin\exshell.psc1" -Command ". 'C:\scripts\MailboxAuditReport\test.ps1'"
    I have mentioned the error below and that is the one what i have faced, when i try to run the PS1 script directly in windows powershell and not in exchange management shell .
    Error message : "the requesting account does not have permission to access the audit log"
    Please help me out to resolve this case .
    Thanks 
    S.Nithyanandham

    Hi All ,
    In my environment we are having exchange 2013 enterprise edition with SP1 which is installed in windows server 2012 standard edition.
    We have enabled mailbox auditing for few mailboxes and also we have made simple powershell script with only the below mentioned commands .when i run the  ps1 script  in
    exchange management shell,i can able to get the relevant output.
    CMDLETS in powershell script :
    Search-MailboxAuditLog -StartDate ((Get-Date).AddHours(-24)) -EndDate (Get-Date) -showdetails | fl >e:\output.txt
    Note : we are having only the above commands in ps1
    script , apart from that we don't have anything in it .
    In case, if i have scheduled the same powershell script via task scheduler .But i cannot able to get the valid output ,instead of that i was getting a blank output file with no data in it . 
    Steps
    handled on my side to run the powershell script in task scheduler: 
    1.when i remove the parameter showdetails
    in the ps1 script ,i can able to get the output in the txt file .But in my scenario showdetails is the only parameter which will brought me more and in depth details about mailbox auditing.
    The
    Difference what i have seen between exchange 2010 and exchange 2013 
    when in run the same powershell script via task scheduler in exchange 2010 enterprise environment installed in windows server 2008 r2 enterprise OS, i can able able to get the proper output without removing the showdetails parameter .
    I
    am using the below methods to run the ps1 file via task scheduler in exchange 2013 environment .
    program/script : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
    Add arguments : -PSConsoleFile "E:\Program
    Files\Microsoft\Exchange Server\V15\Bin\exshell.psc1" -Command ". 'C:\scripts\MailboxAuditReport\test.ps1'"
    I have mentioned the error below and that is the one what i have faced, when i try to run the PS1 script directly in windows powershell and not in exchange management shell .
    Error message : "the requesting account does
    not have permission to access the audit log"
    Please help me out to resolve this case .
    Thanks 
    S.Nithyanandham

  • Custom command problems on Mac OS X

    I am seeing a problem with custom context commands in our custom connector that is also reproducible with the sample FTP connector shipped with the SDK.  I am using Adobe Drive 3.2.0.41 on Mac OS X 10.8.2
    For my test I am connecting to a FTP server and attempting to run the "File Properties" command from a file's Adobe Drive menu in Finder.  When I first start Drive and connect, the command works and the "File Properties" dialog appears as expected.  However, if I disconnect, reconnect, then browse back to the file and attempt the command again, the File Properties dialog does not appear.  The Finder window does kind of "grey out" as if another dialog is about to be shown, but it never is. I don't see any kind of error messages in the CS5ServiceManager logs. 
    If I disconnect, close Drive, kill the AdobeDriveCS5 and CS5ServiceManager processes with Activity Monitor, and then restart Drive and reconnect, the custom commands work again.
    Has anyone else experienced these kinds of problems with custom commands on Mac OS after a disconnect/reconnect cycle?
    Thanks,
    Brian

    Our only other environment we could set up was on Mac OS 10.7.5, and we could not reproduce the issue.  Based on that it would appear to be something new with Mac OS 10.8.

  • Removing Mail from a MailBox via Command Line

    Hi,
    I have a mailBox with > 10,000 (Mailing List Bounce).
    I'd like to be able to delete all the mail from the command line.
    Is that possible?
    Thanks,

    Hi BriGy,
    Base on my search, if you want to remove these service account permission, you need to remove from organizational level, not mailbox level.
    Please refer to the following thread, it may give you some hints:
    Deny permissions for Domain Admins on mailboxes
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Niko Cheng
    TechNet Community Support

  • Host Command Problems on 9i Unix

    I am using web froms 9i running on a Unix server with 9iasr2. I am trying to manipulate files on the server not the client. I have tried:
    host('rm -f /mypath/filename.txt')
    host('rm -f /mypath/filename.txt',NO_SCREEN)
    host('touch /mypath/filename.txt')
    host('touch /mypath/filename.txt', NO_SCREEN)
    host('mv /mypath/file1.txt /mypath/file2.txt')
    The file I am trying to delete is one that was transfered using the webutil file transfer.
    I have tried to check the status with:
    IF NOT Form_Success THEN
         Message('Error -- Message not sent.');
    ELSE
         Message('Message Sent.');
    END IF;
    I always get back 'Error...'
    The directories have permission open to everyone. Therefore I would of expected no problems with doing a touch to create a file.
    Any ideas?

    Thanks Ino. That was it, the full path for the unix command itself was missing. I knew it was something simple. =)

  • InDesign command problems

    I work with Adobe CS 5. Using Configurator 3, I have created a panel in InDesign for the commands I use most often. However, I have run into the following problems:
    Some commands (e.g., Margins and Columns or Span Columns and some others) give me only a split-second flash of (presumably) a dialogue box but then nothing more.
    Some commands don't ever respond.
    Some commands work at first, but then, if I edit or recreate the panel, some of the previously working commands (e.g., Insert Hair Space, Clear Overrides, and some others) simply
    stop working.
    Also, I have tried to use some Widgets, but they never show up (e.g., the horizontal rule or the rectangular container). No color adjustments seem to be available for the panel, and nothing adjusts automatically.
    Some commands that I find inside InDesign -- such as the Balance Columns or Unbalance Columns commands that should be available on the control panel -- don't show up in searches on either word.
    I can edit a panel and sometimes get some of the previously working functions back, by removing them and placing them again. But that doesn't work every time (and is annoying to have to do), and even this does not help the commands that have never responded or which only flash me and then are gone. Nor does completely trashing the original panel and recreating from scratch fix the latter condition, though sometimes when I do this, some of the commands that have occasionally worked will again work in the new panel. But usually, some others that worked previously, now won't.
    SUMMARY: It seems the commands that WILL work, won't work consistently. And the ones that never worked yet, never will.
    Configurator 3 seems to be a great idea -- I was very happy to find it the other day, and the presentation video I watched about its upgrades for CS6 seemed encouraging. But so far, it does not seem like an idea whose time has come ... unless there is something I'm doing wrong or some reason why some commands don't work in CS5. If this is the case, please let me know. I also use Photoshop extensively and wanted to create a panel for it, but I'm not going to bother if Configurator 3 is truly so inconsistent as it seems.
    Does anyone have any thoughts, advice or experience with the program along the above lines?

    I'm sorry to hear that. If possible, could you send you panel to [email protected]? I will have a look.
    Do you make sure that you selected InDesign CS5/CS5.5 when creating panel for InDesign CS5?

  • Tux Commander Problem

    Hi,
    i have a problem with tux commander, while browsing my system directories works just fine, whenever i try to click on the application menus i get an error that says:
    An Unhandled exception has occured
    invalid floating point operation
    and my entire desktop locks. I use GNOME if that helps and i installed tuxcmd from community version 0.5.70-1.
    Can anyone help?

    I'm running LXDE with openbox.
    Same error (i think) with doublecmd-git from AUR when clicked on configuration - options:
    [eee@701 ~]$ doublecmd
    Start watching
    [WARNING] Out of OEM specific VK codes, changing to unassigned
    [WARNING] Out of unassigned VK codes, assigning $FF
    Double Commander 0.4.6 alpha
    Revision: 2753M
    Build: 2010/04/26
    Lazarus: 0.9.29-23335
    Free Pascal: 2.4.0
    Platform: i386-Linux-gtk2
    This program is free software released under terms of GNU GPL 2
    (C)opyright 2006-2009 Koblov Alexander ([email protected])
    and contributors (see about dialog)
    Executable directory: /opt/doublecmd/
    Loading configuration...
    Loading icon theme DCTheme
    Theme hicolor not found.
    Creating TFileSystemFileSource
    TColumnsFileView.Create components
    TColumnsFileView.Create components
    frmMain.frmMainShow
    Language dir: /opt/doublecmd/language/
    TApplication.HandleException Access violation
    Stack trace:
    $B744A1FE
    $082AE9AC
    $081D997B
    $081D8BEA
    $0819796C
    $08197565
    $081984DA
    $08197A61
    $08197565
    $081984DA
    $08196601
    $08273985
    $0823FB2E
    $0823EEDC
    $0823EE4F
    $08197565
    $081984DA
    frmMain.Destroy
    Destroying TFileSystemFileSource when refcount=0
    WARNING: TLCLComponent.Destroy with LCLRefCount>0. Hint: Maybe the component is processing an event?
    [eee@701 ~]$

  • Jdk1.2.2 java commands problem on win98, win2000 and XP

    To Whom It May Concern:
    I have just bought a new PC and made 3 partitions on the hard drive, each of them has 10G space, to installed 3 operation systems on each of these partitions, win98se, win2000 and XP. Then I installed jdk1.2.2 on each of these operation systems. However, when I go into the �\jdk1.2.2\bin directory and run the executable commands, eg. javac and java etc., get the following different error messages on different operating systems. I have spent a lot of time on trying to fix these problems, however, no any luck. It will be very appreciated if you super expert can have some help on them.
    win98se
    After run the javac command, get the following error message displayed on a prompt with a Close and a Details buttons.
    This program has performed an illegal operation and will be shut down.
    If the problem persists, contact the program verdor.
    After click the Details button, get the following message:
    JAVA caused an invalid page fault in
    module SYMCJIT.DLL at 019f:500bf974.
    Registers:
    EAX=00000e03 CS=019f EIP=500bf974 EFLGS=00010206
    EBX=006539a0 SS=01a7 ESP=0063f894 EBP=00000e7f
    ECX=0000009f DS=01a7 ESI=00000e7f FS=3557
    EDX=00000003 ES=01a7 EDI=05110010 GS=0000
    Bytes at CS:EIP:
    f3 a5 ff 24 95 48 42 0c 50 8d 49 00 8d 74 31 fc
    Stack dump:
    500bf8c7 0000027f 500c42b0 5007cc24 05110010 00000e7f 0000027f 007608c0 00000283 006a81a8 006539a0 0063f940 006539e8 05110010 006539a0 00000e7f
    win2000
    After run the javac command, get the following error message displayed on a prompt with a OK button.
    java.exe has generated errors and will be closed by Windows. You will need to restart the program.
    An error log is being created.
    XP
    After run the javac command, get the following error message displayed on a prompt with a Send Error Report and Don't Send buttons.
    java.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you were in the middle of something, the informaiton you were working on might be lost.
    Please tell Micorsoft about this problem.
    We have created an error report that you can send to us. We will treat this report as confidential and enonymous.
    To see what this error report contains, click here.
    thanks and regards!
    ZhiCheng

    http://java-virtual-machine.net/tech-faq.html
    is a great link.
    It claims to have a newer, fixed version of problem DLL, SYMCJIT.DLL . Try that.
    The page has an Intel link that is out-of -date. The current Intel link is
    http://support.intel.com/support/processors/pentium4/sb/CS-007990.htm
    "CPUID detection for Intel� Pentium� 4 processor system"
    In two lines, they recommend:
    dir /s SYMCJIT.DLL
    ren SYMCJIT.DLL SYMCJIT.OLD
    Of course, Java will run slower, but JIT is a machine-specific concept and this *.DLL was coded to fail if it did not recognize the CPU type. Maybe not a great decision, but there you are.

  • Unknown command problem

    hi my problem is that i am creating a maze game. the maze is a 2d array of integers. and fed in threw a reader and loaded.
    static void play(){
    try {
    //creates a buffered reader
    BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
    //boolean varible is set to true when the program is running until exit is typed
    boolean running = true;
    while (running){
    //a new String varible which is used for input
    String line = in.readLine();
    //when the game is being played a line string says you typed. + line
    //the +line is what the user typed
    System.out.println("You typed "+line);
    //if the user types south call the south method;
    if(line.startsWith("south")){
    south();
    //if the user types east call the east method
    else if(line.startsWith("east")){
    east();
    //if the user types west call the west method
    else if(line.startsWith("west")){
    west();
    //if the user types north then call the north method
    //this is not case sensitive
    else if(line.equalsIgnoreCase("north")){
    north();
    // check if they have reached the goal
    if(currentX == goalX && currentY == goalY)
    System.out.println("You have reached the goal!");
    //print out the maze after each turn(this was only used for testing purposes)
    print();
    //if the user types exit then change the value of running to false and exit the java console
    //it also calls the equalsIgnoreCase this method will allow entry in any case
    if (line.equalsIgnoreCase("exit")){
    running = false;
    // else
    //          System.out.print( "Unknown command: " + line );
    the problem is that if the user types in an invalid command i want to display this error message.
    when i run the program however i get the error every time even though the move happens the error message is still displayed. i only want the error message to display when an invalid command is typed
    i am a beginner so please use basic language.
    thanks jon

    Use the code formatting tags when you post code.
    hi my problem is that i am creating a maze gameTrue, if you weren't creating a game, you'd probably have no problem.
    threw a readerWhere did you throw it?
    i am a beginner so please use basic language. Put your "unknown command output" and exit check blocks directly after the check for "north"

  • Unix command problem

    Sometimes I'll use the 'bg' command to run a process in the background so I can do other tasks in the same terminal window.
    For some reason, I still get the output of the process even though I said BG, not FG (foreground, of course).
    My roomate runs Linux and he doesn't have this problem, does this make sense to anyone?

    Let me make sure that I understand correctly. I assume that you start a job, then type ctrl-z to suspend it and then type bg to put it into the background.
    If so, and if you are getting output to the screen, then I would conclude that the screen is still the standard output device. What I would do is redirect the output to a file. In fact, you can start the job in background mode. If your process is myjob, then this command
    myjob > outfile &
    will send the output from myjob to the file outfile and the "&" puts the job into the background.
    I hope this helps.
    EMAC G4 1.0 GHz   Mac OS X (10.4.4)  

Maybe you are looking for

  • How to export an InDesign PDF and get a hyperlink (but keep original formatting)?

    Hey guys - I apologize in advance because I am not particularly technology-inclined, so this question may or may not be very stupid. We are a small business and recently purchased InDesign CS6 as it is the only InDesign that will operate on our Mac s

  • How to change report layout to "Landscape"?

    Hi, I am using oracle 6i in window 98. I want to change my report layout to "Landscape"? How do I do it? Thanks. Jun

  • Kernel Panic when network cable is plugged in

    Hi everybody! first, sorry for my english - i will give my best =) I have an 1,8 ghz G5 with 2 GB RAM, OS = OSX 10.3.9 It worked well for approx. 3 years. Since 1 week i get a kernel panic (a message appears where it says i have to restart the system

  • PR number range Exit not working

    Hi all , We are using Exit for assigning the number range to the PRs   using  M06B0004  and  M06B0003  but its not picking the exit . We are using the same  exits for getting the number range for other roll outs (Plant numbers )and its working fine .

  • Fiscal Quarter

    Hi, I need to restrict a key figure based on version and on Fiscal quarter. Could anyone of you please tell me how to restrict the key figure for last year quarter? For eg. if fiscal quarter = 12007(q1 2007) how to do for fiscal quarter of the last y