Getting error in WLST commands

Hello,
I'm trying to attach policy to composites in SOA Suites through WLST. I did wlst.sh, connect(...) but am getting NameError for all WSM commands:
wls:/offline> connect('weblogic', 'welcome1', 't3://localhost:7001');
Connecting to t3://localhost:7001 with userid weblogic ...
Successfully connected to Admin Server 'AdminServer' that belongs to domain 'soainfra'.
Warning: An insecure protocol was used to connect to the
server. To ensure on-the-wire security, the SSL port or
Admin port should be used instead.
wls:/soainfra/serverConfig> beginWSMSession()
Traceback (innermost last):
  File "<console>", line 1, in ?
NameError: beginWSMSession
wls:/soainfra/serverConfig> listAvailableWebServicePolicies()
Traceback (innermost last):
  File "<console>", line 1, in ?
NameError: listAvailableWebServicePolicies
Please give your suggestions.
Thanks,
Vikas

Hi Maninder Singh Golar,
Thanks for visiting Apple Support Communities.
If you can use your Apple ID to sign into the iTunes Store, but not iCloud, see this article for some troubleshooting tips that can help:
iCloud: Account troubleshooting
http://support.apple.com/kb/TS3988
Cheers,
Jeremy

Similar Messages

  • Getting error while running command java -jar oc4j.jar -install

    java -jar oc4j.jar -install
    ON RUNNING The above command getting below error , is it because Java home is not set?
    Warning: -jar not understood. Ignoring.
    Exception in thread "main" java.lang.NoClassDefFoundError: oc4j.jar
    at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)
    at JvThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)
    at JvRunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.5.0.0)
    at __gcj_personality_v0 (/oracle/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/java.version=1.4.2)
    at __libc_start_main (/lib/tls/libc-2.3.4.so)
    at JvRegisterClasses (/oracle/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/java.version=1.4.2)
    navisdb.igglobal.com(express)$ javac
    ksh: javac: not found
    ENVIORNMENT DETAIL : RED HAT LINUX ENTERPRISE EDITION
    Extracted OC4J_extended.zip file at oracle 10g installation location.

    does this command work?
    /home/oracle:MCSE>gij --showversion
    gij (GNU libgcj) version 3.4.6 20060404 (Red Hat 3.4.6-11)

  • Problem in converting word to html- file get error msg 'This command is not available because no document is open'

    Hi,
    I write the some asp code to save the word file from client machine to server machine , and convert it into the html file.
    it working fine when i debug the code into the visual studio but when i deploy code on iis it give me a error 'This command is not available because no document is open' , while i try to save file into html format.
    lot of time i try this give all the security full access to iis user and other things .
    can any one help me. i fully frustrated from this problem. 
    my need only upload the word document from client to server machine and convert it into the word document. 
    only IIS give me the problem, suggest me what setting i need to do in iis 
    please help me humble request 

    Hi,
    In this forum we mainly discuss questions about Office client questions and feedbacks, issues related to coding are not supported here.
    Based on the description, although the question is about converting Word documents, it's more likely to be a permission issue, the question is better to be posted in the IIS.NET forum:
    http://forums.iis.net/
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. 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]

  • Getting errors in XMLImporter command

    I am trying to run following XMLImporter command in our R12 instance unix server, as per the OAF Dev Guide
    java oracle.jrad.tools.xml.importer.XMLImporter $APPL_TOP/<companyIdentifier>/ak/12.0.0/mds/<module>/webui -jdk13 -mmddir "$OA_HTML/jrad" -username apps -password <password> -rootdir $APPL_TOP/<companyIdentifier>/ak/12.0.0/mds/ -rootpackage /<companyIdentifier>/oracle/apps/ak -validate -dbconnection
    "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=40346))(CONNECT_DATA=(SERVICE_NAME=<servicename>)))"
    However I am getting following errors:
    Missing resource bundle: oracle.apps.bis.pmf.jrad.UIResourceBundle
    Missing resource bundle: oracle.apps.bis.pmf.jrad.UIResourceBundle
    Missing resource bundle: oracle.apps.bis.pmf.jrad.UIResourceBundle
    Importing file "/APPS/<instance>/<companyIdentifier>/ak/12.0.0/mds/<module>/webui/AssignmentCodeMaintenancePG.xml" as
    "/<companyIdentifier>/oracle/apps/ak/<module>/webui/AssignmentCodeMaintenancePG".
    Importing file "/APPS/<instance>/<companyIdentifier>/ak/12.0.0/mds/assignmentCodes/webui/CreateAssignmentCodePG.xml" as "/<companyIdentifier>/oracle/apps/ak/<module>/webui/CreateAssignmentCodePG".
    Importing file "/APPS/<instance>/<companyIdentifier>/ak/12.0.0/mds/<module>/webui/UpdateAssignmentCodePG.xml" as "/<companyIdentifier>/oracle/apps/ak/<module>/webui/UpdateAssignmentCodePG".
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Import completed.
    Has the import command failed? If yes, can someone please let me know the reason.
    Thanks in advance

    Do you mean copying JRAD XMLs into $APPL_TOP/... is not required?
    (Please note that this step is mentioned in Oracle OAF R12 Dev Guide -> Deploying Customer Extensions -> Deploying a Custom Page -> Step 2: Copy your JRAD XML files files to the $APPL_TOP staging area.)
    Also note that I am already running import command for pages as mentioned at the thread starting. Putting the import command again for ref:
    java oracle.jrad.tools.xml.importer.XMLImporter $APPL_TOP/<companyIdentifier>/ak/12.0.0/mds/<module>/webui -jdk13 -mmddir "$OA_HTML/jrad" -username apps -password <password> -rootdir $APPL_TOP/<companyIdentifier>/ak/12.0.0/mds/ -rootpackage /<companyIdentifier>/oracle/apps/ak -validate -dbconnection
    "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=40346))(CONNECT_DATA=(SERVICE_NAME=<servicename>)))"
    Thanks

  • Not able to import(getting error on impdp command)

    hi,
    i have taken the export of my database db6 using below command
    expdp system/password@db6 SCHEMAS=(CODASYL,DNET,FINANCE,BILLPAY) DUMPFILE=qr_bkp_9nov.dmp DIRECTORY=qr_bkp LOGFILE=qr_bkp_9nov.log PARALLEL=4
    the dump was created success fully(i have also created the directory n given permission before executing the above command).
    now on a different server i have created the directory as below
    CREATE OR REPLACE DIRECTORY qr_bkp AS '/opt/quikremit';
    GRANT READ, WRITE ON DIRECTORY qr_bkp to HR;
    and when executing the command for import i am getting the below error.
    bash-3.00$ impdp SCHEMAS=(CODASYL,DNET,FINANCE,BILLPAY) DIRECTORY=qr_bkp DUMPFILE=qr_bkp_9nov.dmp LOGFILE=qr_bkp_9nov1.LOG PARALLEL=4
    Import: Release 10.2.0.1.0 - 64bit Production on Thursday, 10 November, 2011 13:47:37
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Username: HR
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 475
    ORA-29283: invalid file operation
    some one plz help????

    bash-3.00$ ls -la /opt/quikremit/
    total 2997776
    drwxrwxr-x 15 pqapp other 512 Nov 10 13:44 .
    drwxr-xr-x 15 root sys 512 Oct 24 13:18 ..
    drwxrwxr-x 13 pqapp other 1024 Nov 3 11:32 adodb
    drwxrwxr-x 17 pqapp other 512 Nov 3 12:16 apache2
    drwxrwxr-x 3 pqapp other 512 Nov 3 12:02 batch
    -rwxrwxr-x 1 pqapp other 451 Nov 3 18:21 conntest.php
    drwxrwxr-x 3 pqapp other 512 Nov 3 10:35 dev_envs
    drwxrwxr-x 12 pqapp other 1024 Oct 27 07:17 httpd-2.2.9
    drwxrwxr-x 2 pqapp other 512 Nov 3 10:20 logs
    drwxrwxr-x 2 pqapp other 512 Nov 3 10:26 mail_logs
    drwxrwxr-x 13 pqapp other 512 Oct 27 08:56 mysql-5.5.17-solaris10-sparc-64bit
    -rwxrwxr-x 1 pqapp other 1534005760 Oct 27 08:51 mysql-5.5.17-solaris10-sparc-64bit.tar
    drwxrwxr-x 3 pqapp other 512 Oct 27 09:12 mysql5.5.17
    drwxrwxr-x 23 pqapp other 2560 Nov 3 10:33 php
    drwxr-xr-x 2 pqapp other 512 Nov 10 13:44 qr_bkp
    -rw-r--r-- 1 pqapp other 66007 Nov 9 15:38 qr_bkp_9nov.log
    -rwxrwxrwx 1 pqapp other 134 Nov 10 11:46 qr_impdp.sh
    drwxrwxr-x 4 pqapp other 512 Nov 3 11:41 smarty_temp
    -rw-r--r-- 1 pqapp other 4003 Nov 10 13:32 sqlnet.log
    drwxrwxr-x 3 pqapp other 512 Nov 3 12:03 tmp

  • I am getting Error 0 running command ATM Light Win 4.1 -English\setup.exe - please help?

    I am  working on a website (I am a web design student) trying to fix stuff on my site. My template info instructs me to download ATM Light and it is all there in the download but it does not work because of this error I presume.

    Hi Gopi,
    Are you trying to add the hosts to your OEM 12c, and then choosing "Deploy Agent"?
    Please check this error message about the image file..
    The image file C:\oracle\core\12.1.0.2.0\jdk\bin\java.exe is valid, but is for a
    machine type other than the current machine.
    "Validating OMS_HOST & EM_UPLOAD_PORT failed."
    If the agents are deployed earlier from another OEM12c server, please undeploy them and then try.
    Thanks,
    Rajiv.

  • Getting error in Address .... Endaddress in sapscript

    Hi,
    I am getting error at country command line i.e  Parameter is too long : sin   and it is ignoring country command line ...not printing country.so, suggest so that I can print country name.
    /:   ADDRESS DELIVERY PARAGRAPH AS
    /:  TITLE  &LFA1-ANRED&
    /:  NAME   &LFA1-NAME1&, &LFA1-NAME2&,
    /:  STREET &LFA1-STRAS&
    /:  POBOX  &LFA1-PFACH& CODE &LFA1-PSTL
    /: CITY   &LFA1-ORT01&, &LFA1-ORT02&
    /: POSTCODE &LFA1-PSTLZ&
    / :REGION   &LFA1-REGIO&
    /: IF &NAST-KSCHL& EQ 'NEU'
    /: COUNTRY &T005T-LANDX&
    /: ELSE
    /: COUNTRY &LFA1-LAND1&
    /:  ENDIF
    /:  FROMCOUNTRY &ADRC-COUNTRY&
    /: ENDADDRESS

    Hi,
    As I mentioned above below is the code which prints the address on PO,but for some PO country name is coming on PO and for some PO the country name is not coming. there is no variable or field between ADDRESS and ENDADDRESS which holds country name.one thing I found that if FROMCOUNTRY  and COUNTRY keys are same then it won't print country name but I check that one PO where both are different though it is not printing country name and for other PO both counties keys are differnt for this country name is printing.
    case1:country keys( ex: FROMCOUNTRY= CH and COUNTRY = IT ) are different,case2 : country keys are same .For case two I added the perform works fine see at the last of code.
    the problem is CASE1 where if I code it will print country name two times ( one because of code and other automaticallyfor some PO and one time for some PO.if I donot code it does not at all print the country name for some PO.
    My question :Is there any configuration or something based on the country key which is maintained in SAP,so whenever it calls this ADDRESS  ENDADDRESS it checks and print country name?
    if it is not what would be the cause of not printing country name?
    /:   IF &LFA1-KTOKK& EQ 'CPD'
    /:   ADDRESS
    /:     TITLE    &ADRC-TITLE&
    /:     NAME     &ADRC-NAME1&, &ADRC-NAME2&, &ADRC-NAME3&, &ADRC-NAME4&
    /:     STREET   &ADRC-STREET& HOUSE &ADRC-HOUSE_NUM1&
    /:     POBOX    &ADRC-PO_BOX&  CODE &ADRC-CITY_CODE2&
    /:     CITY     &ADRC-CITY1&, &ADRC-CITY2&
    /:     POSTCODE &ADRC-POST_CODE1&
    /:     COUNTRY  &ADRC-COUNTRY&
    /:     REGION   &ADRC-REGION&
    /:   ENDADDRESS
    /:   ELSE
    /:   ADDRESS DELIVERY PARAGRAPH AS
    /:    TITLE  &LFA1-ANRED&
    /:    NAME   &LFA1-NAME1&, &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&
    /:    STREET &LFA1-STRAS&
    /:    POBOX  &LFA1-PFACH& CODE &LFA1-PSTL2&
    /:    CITY   &LFA1-ORT01&, &LFA1-ORT02&
    /:    POSTCODE &LFA1-PSTLZ&
    /:    REGION   &LFA1-REGIO&
    /:    COUNTRY  &LFA1-LAND1&
    /:    FROMCOUNTRY &ADRC-COUNTRY&
    /:    ENDADDRESS
    /:   ENDIF
    /:   IF &NAST-KSCHL& EQ 'NEU'
    /:   PERFORM ERS_INVOICE IN PROGRAM ZYFI_COUNTRY_NAME
    /:   USING &LFA1-LAND1&
    /:   USING &ADRC-COUNTRY&
    /:   USING &NAST-SPRAS&
    /:   CHANGING &H_TEXT&
    /:   ENDPERFORM
    M1   &H_TEXT&
    /:   ENDIF

  • I have cc2014 and I want to bridge to DAZ Studio .duf file.  In PS I choose File Automate DAZ Studio 3d bridge - get error message "could not complete DAZ Studio 3D Bridge command because of program error".  What's going on.

    I get error message when trying to open DAZ Studio 3D bridge in PS 2014 from the File and Automate Menu.
    Error reads "could not complete DAZ Studio 3D Bridge command because of program error?"
    According to User Documentation  I should get a dialog box which allows me to click on "Launch DAZ Studio"
    Why is there a problem?

    You have something messed in with your Photoshop or OS install.  You need to troubleshoot that first.
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, such as total installed RAM, scratch file HDs, video card specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
    A screen shot could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Getting Errors while using IMPDP command in UNIX

    Hi All,
    My work involves Refreshing of DB with latest Data. For this i am using IMPDP command to import the data. But Every time during refresh i will get errors saying like "oracle Generated Errors Oracle Not available".
    I don't know what is the reason for getting this error, and that too my db goes down after this error. Again i will startup the db , and i will try my luck to complete the process.
    so please tell me what are the actual problems that might cause the IMPDP to be failed.
    with one advise , i have stopped my listener and done the importing, Interestingly this time IMPDP works without errors. But this is also not always working.
    But i feel that every time starting and stopping the listener is not the correct solution.
    so please help me in this regard.
    Regards
    Naveen R.

    The error i am getting is...
    UDI-03113: operation generated ORACLE error 3113
    ORA-03113: end-of-file on communication channel
    Process ID: 6208
    Session ID: 346 Serial number: 298
    UDI-03114: operation generated ORACLE error 3114
    ORA-03114: not connected to ORACLE
    [user1@node1 cpt]$
    DB version is 11.1.0.6.0
    os is.. Red Hat Linux

  • Running wlst command in embeded mode results in error for deleteMetadata()

    I need to use wlst command deleteMetadata() in embeded mode.
    I had followed instruction at http://download.oracle.com/docs/cd/E12840_01/wls/docs103/config_scripting/using_WLST.html, to import the wlst interpreter,
    The command I use is:
    deleteMetadata(application='SetupApp', server='FunctionalSetupServer_1', docs='/META-INF/**/adf-config.xml.xml', restrictCustTo='%')
    This command works fine in wlst interactive mode, but when I put it in java, it errors out with the following. Looks like the:
    Caused by: Traceback (innermost last):
    File "<string>", line 2, in ?
    NameError: deleteMetadata
    at org.python.core.Py.NameError(Unknown Source)
    at org.python.core.PyFrame.getglobal(Unknown Source)
    at org.python.core.PyFrame.getname(Unknown Source)
    at org.python.pycode._pyx11.f$0(<string>:2)
    at org.python.pycode._pyx11.call_function(<string>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at weblogic.management.scripting.utils.WLSTInterpreter.exec(WLSTInterpreter.java:509)
    at oracle.as.install.famigratet2p.cli.cmd.CleanupAdfConfigXml.connect(CleanupAdfConfigXml.java:130)
    at oracle.as.install.famigratet2p.cli.cmd.CleanupAdfConfigXml.executeCmd(CleanupAdfConfigXml.java:77)
    at oracle.apps.fnd.provisioning.ovm.sdk.cli.FAOVMCLICmd.execute(FAOVMCLICmd.java:709)
    ... 2 more
    My code looks like this:
    import weblogic.management.scripting.utils.WLSTInterpreter;
    import org.python.util.InteractiveInterpreter;
    String conString = "connect('" + mTestAdminServerUserName + "','" +
    mTestAdminServerPassword + "','" + mTestAdminServerConnectString + "')\n";
    String delString="deleteMetadata(application='SetupApp',server='FunctionalSetupServer_1', docs='/META-INF/**/adf-config.xml.xml', restrictCustTo='%')\n";
    interpreter.exec(conString+delString);
    Connect() works fine, only failing at deleteMetadata. Is there another jar/library that I need to include?

    Try excuting the command below before invoking MDS commands:
    interpreter.execfile($MW_HOME/oracle_common/common/wlst/mdsWLSTCommands.py);
    Thanks,
    --Daniel                                                                                                                                                                                                                                                                                                                                   

  • Why getting "Run-time error 2046 the command or action 'GoToRecord' isn't available now"

    Hello,
    I'm running this on Form Load:
    Private Sub Form_Load()DoCmd.GoToRecord , , acNewRec
    End Sub
    when I'm in the office connected to the LAN, the database opens without any error but when
    I'm working remote through a VPN, I get this error:
    Run-time error 2046 the command or action 'GoToRecord' isn't available now.
    I'm wondering if this is related to a speed issue and more importantly, how to fix it?
    Thanks,

    Make absolutely sure the query behind the form is updateable and the form allows edits
    Use the following code with the forms On Open event:
    DoCmd.ShowAllRecords
    DoCmd.GoToRecord , , acNewRec
    See if that helps. Have no clue why it would work in one environment but not another.

  • I get the following error and the old thread on this did not solve my problem. Does anyone have an idea how to fix it. The error is "an error occured sending command to application"

    When I open a link from Microsoft outlook I get the following error
    "An error occured sending command to application" The old thread on this does not help and it is closed.
    == This happened ==
    Every time Firefox opened

    Hello Anonymous.
    You will need to contact Microsoft for support on Outlook.

  • Handling an error of redeploy command of WLST

    Hello.
    I use WLST 6.4 on WebLogic 8.1sp5.
    I have a problem about redeploy command.
    In normal situation, it works very well.
    In error situation, e.g. there is no J2EE package file
    for redeploying, I expected WLST to catch an exception
    as a result of failure of redeploying, but I could not
    catch an exception.
    I know that WLSTProgress is not supported in WebLogic 8.1.
    So I tried to handle an exception.
    How can I handle an error of redeploy command ?
    Thanks!
    Katsuya, dev2dev Osaka, Japan

    Please attach the script. I would expect you would do soemthing like,Yes, my script for prototype is as follows:
    START--------------------------------------------------------------------------
    def redeployTest(appname):
    try:
    connect("weblogic", "weblogic", "t3://localhost:7001")
    redeploy(appname)
    print "$$$$$ Successfully done ! $$$$$"
    disconnect()
    except WLSTException, er:
    print "### Caught WLSTException"
    dumpStack()
    END---------------------------------------------------------------------------
    Under the situation like that there is no ear-package file for redeploying,
    this script printed messages as follows:
    START---------------------------------------------------------------------------
    Connecting to weblogic server instance running at t3://localhost:7001 as usernam
    e weblogic ...
    Successfully connected to Admin Server 'myserver' that belongs to domain 'wlst'.
    Redeploying 'myapp' ...
    Redeployment Failed:
    Exception:weblogic.management.ApplicationException: Cannot create JarFile forE:\
    home\katuya\work\myapp.ear
    $$$$$ Successfully done ! $$$$$
    END-----------------------------------------------------------------------------
    I also tried deploy command.
    It works very well. This script caught an exception under the same situation.
    Script is as follows:
    START---------------------------------------------------------------------------
    def deployTest(appname, path):
         try:
              connect("weblogic", "weblogic", "t3://localhost:7001")
              deploy(appname, path)
              print "$$$$$ Successfully done ! $$$$$"
              disconnect()
         except WLSTException,er:
              print "### Caught WLSTException"
              dumpStack()
    END-----------------------------------------------------------------------------
    Messages are:
    START---------------------------------------------------------------------------
    Connecting to weblogic server instance running at t3://localhost:7001 as usernam
    e weblogic ...
    Successfully connected to Admin Server 'myserver' that belongs to domain 'wlst'.
    ### Caught WLSTException
    weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationE
    xception: Failed to parse application descriptors: java.io.FileNotFoundException
    : File not found
    END-----------------------------------------------------------------------------
    Are there any faults in my script?
    Thanks!
    Katsuya, dev2dev Osaka, Japan

  • Name error when executing WLST commands inside a jython class

    I am writing some reusable jython classes to be used to retrieve the health of a weblogic domain using WLST.
    But when I use simple WLST commands like connect() within a method connect() and the higherlevel jython script creates a object of WeblogicHealth() and calls connect(), I get NameError pointing to line with connect(). for some reason the namespace within my higher level script doesnt seem to recognize WLST commands.
    AM I doing something plain wrong?
    My class is as follows
    class WeblogicHealth:
    def init( resourceName ):
    def connect(userid,password,adminUrl)
    connect(userid,password,adminUrl)
    test_connect.py
    wlhealthObj = WeblogicHealth('server1')
    wlhealthObj.connect('user',password''url')
    I am running test_connect.py using command
    java weblogic.WLST test_connect.py
    and I get the nameError.
    PLease help

    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/config_scripting/using_WLST.html#wp1094333

  • When I try to move messages to trash I get this  The IMAP command "CHECK" failed for the mailbox "INBOX" with server error: Error in IMAP command received by server..  what do I do ?

    I try to move emails into the trash and this message comes up;
    The IMAP command “CHECK” failed for the mailbox “INBOX” with server error: Error in IMAP command received by server..
    what should I do ?
    My trash is empty and I re booted etc...

    Back up all data. Rebuild the mailbox. Try again to delete the message.

Maybe you are looking for

  • New Data in R/3 Enterprise - ABAP Proxies - XI what happen?

    Hi, i have a theoretical question: if i use R/3 Enterprise on WAS and put new Data in the R/3 System and transport them to XI with ABAP Proxies. What happens in the systems? How do the R/3 System put new data in the proxy runtime and send them to xi?

  • HP Pavilion Ultrabook 15: sound crackles/ hangs

    Hi all, My PC is a HP Pavilion Ultrabook 15-b080sb and I work with Windows 8.1 (but the problem was also there when I worked with Windows 8). Information about my video: Adapter = Intel(R) HD Graphics 4000 version 10.18.10.3316, status Aero enabled.

  • Address Book and Normalizaion rules

    We have LYNC 2010 Enterprise Pool (in merged topology with OCS 2007 R2 ENT Pool) with Enterprise Voice deployed with dedicated Mediation servers and SIP trunking. We have moved all users onto LYNC Pool with mixed clients ( LYNC 2013, LYNC 2010 and CO

  • Custom Image bullets--is there a way to change the color?

    The reason why is I'm trying to use one of the circles and it keeps coming out dark gray, and it needs to be white (on a B&W laser printer). This is for a check list on a church bulletin. Also, is there a way to upload other bullet images to use? Tha

  • Published domain name in Google

    When searching for our site in Google, it appears as the word 'Home' with our domain name on the second line, many people have simply missed it. How do we change this so the domain name is what appears first?