Problems with ALE filters...

Hi I have a situation I need to send materials to a partner only the materials specific for a particular plant.The filter in the distribution model is based on E1MARCM-WERKS.
change pointers are enabled.When material is changed may be some other fields which are not relevant to plant data the idoc is created with message function '018'(resend) and the E1MARCM segment itself is missing.So the filters are not verified and the materials  which belong to other plants are also sent to the partner...
How can this problem be rectified...?
Thanks for your help
Larry

Hi Aber,
I have an wague idea, can't we put a condition like if WERKS is not initial or if WERKS = 'your filter value'.  If any of these case is correct, it will stop sending the idocs.
shylesh

Similar Messages

  • Problems with drill filters

    Post Author: srinath
    CA Forum: Publishing
    In BO XI, I am facing problems with drill filters. I have a report with eight tabs and each tab has data corresponding to a particular value in the drill filter. A particular value is selected from the drill filter and the corresponding data is displayed in each tab. I need to select a value from the drill filter and display the corresponding data in the tab; while doing so when i save the report and open it again, the data corresponding to the particular filter value is not present instead it displays all the data. The only other way i could solve this problem was by creating a report level filter in each tab but this doesnt seem to work in other reports. What is the proper way of using the drill filter in this case?

    How did you configure the filter?

  • Problems with servlet filters

    Hello,
    I'm trying to implement filters for some of the examples presented in the j2ee tutorial. Thus, I've realized a very simple filter that works very well for the Converter example (mapped to the index.jsp URL). But this filter doesn't work with the Duke's Bank application and I don't understand why. I've tried to map this filter to the Dispatcher servlet and also to different URLs, the filter is actually executed, but the client gets no response from the server.
    Here's the source code for my filter :
    package com.sun.ebank.web.filters;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public final class MyFilter implements Filter {
    private FilterConfig filterConfig = null;
    public void init(FilterConfig filterConfig) throws ServletException {
    this.filterConfig = filterConfig;
    public void destroy() {
    this.filterConfig = null;
    public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException {
    if (filterConfig == null) return;
    HttpServletRequest hr = (HttpServletRequest)request;
    System.out.println ("MyFilter : " + hr.getMethod () +      " URL=" + hr.getRequestURL () +          " QueryString={" + hr.getQueryString () + "}");
    chain.doFilter(request, response);
    public String toString() {
    if (filterConfig ==null) return ("MyFilter()");
    StringBuffer sb = new StringBuffer("MyFilter(");
    sb.append(filterConfig);
    sb.append(")");
    return (sb.toString());
    Can anybody help me?
    Thanks,
    B.F.

    As you're not actually doing anything in this filter but a quick System.out.print, there doesn't appear to be a problem with the filter code.
    What does your web.xml file look like?
    Does your IDE allow you to trace through the filter to the next target in the chain? If so, where does the code die? If not, use System.out.print statements to determine how far into the code you get.
    No response to the client usually means that the response didn't have any content set. You can verify this by checking the state of the response object after doFilter has been called; if the headers haven't been set then something crashed in a bad way.
    Good luck!

  • Problem with Blur filters in effects browser

    Has anyone had a problem with the blur filters? Whenever I try to skim or apply any blur effect it freezes the viewer. Other effects are fine. Other functions of FCPX still work ok. The audio is ok, skimming works etc but the viewer is frozen. FCP then hangs on shutdown and requires a force quit, but relaunches fine. I have trashed FCPX permissions, repaired permissions for the OS, repaired the HD and redownloaded the application all to no avail. I also have FCPX installed on another startup drive and it does the same thing there. My computer is an iMAC 27 inch I7 with 4 gigs of RAM runing 10.6.8. FCPX is version 10.0.3.
    I did open a copy of the zoom blur effect in Motion and the only unusual thing I noticed was that there is a project loop end marker set at frame 1 of the project. Don't know if that is a factor. Any help greatly appreciated!

    I am refering to any of the blur category filters in the effects browser. I think there are like 6 of them sharpen, gaussian, prism, radial, and zoom. What happens is if I select a clip then go to the effects browser and scroll over the filters I will initially see a preview as you are supposed to. But very quickly that stops and if I go back to the timeline the viewer is frozen showing the previously selected clip. All the rest of FCP works normally ie you can scroll the timeline, select clips, use the tools etc. Only the viewer is frozen. You have to force quit FCP and restart to get back to normal. None of the other effects in effects browser cause any problems.
    I said in my first message all the things  I have tried unsuccessfully. This one is a real puzzler for me.

  • Problem with IDoc filtering in the distribution model

    Hello Experts,
    We are using a distribution model in which we have set filters as like the following
    Filter Group 1
               Plant : XYZ
               Sales Org: SAP1
    As far as the documentation says this Condition should work with AND logic between Plant and Sales Org
    (i.e ~ Plant XYZ and  SO SAP1 ) but the IDoc gets created even if any one of the condition is met(looks like working in OR logic).
    How to achieve the AND filtering between the different objects.
    Would appreciate your kind help.
    Thanks in advance.
    RGds,
    Vasanth.

    > Jakub ~ Yes I checked the generated IDocs(classified pertaining to my Model)for my model alone and that's where we are facing this problem
    So that's the filtering problem.
    I would check in which segments are the "filtering objects" located (BD59) and whether it is a mandatory segment. If it is a mandatory segment - IDoc should not be created. If it is an optional segment - this segment and its subsegmets will be filtered out - but IDoc will be created.
    > ~ Do we need to apply some SAP Notes to avoid this problem ?
    >  But why the filter should behave in OR fashion ? I do not understand.
    I believe that Sachin meant that the logic is:
    Filter Group1 OR Filter Group 2 OR ... Filter Group N
    Filter Group 1 Object 1 AND Filter Group 1 Object 1 ... AND Filter Group 1 Object M
    Filter Group 1 Object 1 Value 1 OR Filter Group 1 Object 1 Value 2 OR ... Filter Group 1 Object 1 Value L
    regards,
    Jakub

  • Urgent : Problem with Servlet Filters in Weblogic6.1

    Hi,
    We have developed an application using Tomcat4.1.24 with Weblogic6.1 Service Pack2.
    Now we are removing the Tomcat and moving the web layer into weblogic. We have implemented Servlet Filters and Listeners.
    When I converted .jar and .war files into .ear file and deployed into Weblogic6.1. But that application is not deploying. I found that Weblogic6.1 does not support Filters and Listeners from Servlet2.3.
    When I tried to deploy in the Weblogic6.1, it is giving the error as " java.lang.reflect.UndeclaredThrowableException".
    Could somebody please give me a solution how my filters and listeners can make working with weblogic6.1.
    Is there any solution.. My application is successfully working with Weblogic8.1. But I want the solution in weblogic6.1. It would be great if somebody can give me solution how to make Filters n Listeners working with Weblogic6.1.
    Thanks in advance.

    Hi Prasanna,
    Thank you for the timely reply.
    I have already done according to the process given in the url which u have given me.
    set and getFilterConfig methods are implemented in my AuthenticationFilter class. But still I could not be able deploy the application and I am not able to get the ServletContext object from Session. When I tried commenting the Filters and Listeners in my web.xml file then my .ear file was successfully deployed but I could not get the ServletContext from Session.
    Below code is from my web.xml:
    <filter>
    <filter-name>HRSuthenticationFilter</filter-name>
    <filter-class>com.peramb.hrs.servlet.AuthenticationFilter</filter-class>
    <init-param>
    <param-name>encoding</param-name>
    <param-value>UTF-8</param-value>
    </init-param>
    </filter>
    <filter-mapping>
    <filter-name>HRSAuthenticationFilter</filter-name>
    <url-pattern>/jsp/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>HRSAuthenticationFilter</filter-name>
    <servlet-name>action</servlet-name>
    </filter-mapping>
    <listener>
    <listener-class>com.peramb.hrs.servlet.HRSContextListener</listener-class>
    </listener>
    When I comment the above code from web.xml it is deploying with out errors.. but I am not getting the servlet context, hence my application is not working.
    When tried uncommenting the listerns part or Filters part or bothe, My application is deploying with an error on the console. I.e,
    “<Sep 22, 2005 12:20:36 PM IST> <Error> <Management> <Error deploying application
    .\config\mydomain\applications\hrsgb.ear: java.lang.reflect.UndeclaredThrowable
    Exception>”.
    And the error in Weblogic logs is below:
    ####<Sep 22, 2005 12:20:36 PM IST> <Info> <HTTP> <spacker> <myserver> <ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'> <system> <> <101047> <[WebAppServletContext(6387482,hrsgb,/hrsgb)] registering JSPServlet with initArgs '[JspConfig: verbose=true,packagePrefix=jsp_servlet,-compiler=javac,compileFlags=,workingDir=E:\bea\wlserver6.1\config\mydomain\applications\.wlnotdelete\wlap36546\WEB-INF\_tmp_war_mydomain_myserver_hrsgb,pageCheckSeconds=1,superclass=weblogic.servlet.jsp.JspBase,keepgenerated=false,precompileContinue=false,compilerSupportsEncoding=true,encoding=null,defaultfilename=index.jsp,compilerclass=null,noTryBlocks=false]'>
    ####<Sep 22, 2005 12:20:36 PM IST> <Debug> <HTTP> < spacker > <myserver> <ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'> <system> <> <101158> <Exception thrown while loading hrsgb: java.lang.SecurityException: sealing violation>
    java.lang.SecurityException: sealing violation
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:229)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
    at weblogic.servlet.internal.WebAppServletContext.registerEventListener(WebAppServletContext.java:2031)
    at weblogic.servlet.internal.WebAppServletContext.initFromDescriptors(WebAppServletContext.java:1471)
    at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:943)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:878)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:515)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:77)
    at weblogic.j2ee.Application.addComponent(Application.java:176)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:364)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:150)
    at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:374)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy37.addWebDeployment(Unknown Source)
    at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1337)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:350)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:150)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:374)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:507)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:376)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.DynamicMBeanImpl.addDeployment(DynamicMBeanImpl.java:997)
    at weblogic.management.internal.DynamicMBeanImpl.addDeployment(DynamicMBeanImpl.java:984)
    at weblogic.management.internal.DynamicMBeanImpl.add(DynamicMBeanImpl.java:969)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:648)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:374)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy88.addTarget(Unknown Source)
    at weblogic.management.mbeans.custom.ApplicationManager.autoDeploy(ApplicationManager.java:930)
    at weblogic.management.mbeans.custom.ApplicationManager.addApplication(ApplicationManager.java:1039)
    at weblogic.management.mbeans.custom.ApplicationManager.addApplication(ApplicationManager.java:954)
    at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:851)
    at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:781)
    at weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManager.java:210)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:374)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy5.update(Unknown Source)
    at weblogic.management.console.webapp._domain.__upload_app._jspService(__upload_app.java:150)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:284)
    at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:119)
    at weblogic.management.console.actions.ForwardAction.perform(ForwardAction.java:35)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2678)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2412)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)
    ####<Sep 22, 2005 12:20:36 PM IST> <Error> <J2EE> < spacker> <myserver> <ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'> <system> <> <160001> <Error deploying application hrsgb: Could not load hrsgb>
    ####<Sep 22, 2005 12:20:36 PM IST> <Error> <Management> < spacker> <myserver> <ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'> <system> <> <141042> <Error deploying application .\config\mydomain\applications\hrsgb.ear: java.lang.reflect.UndeclaredThrowableException>
    I could not trace the problem. Please help me with some solution for the above problem

  • Problem with Nik filters

    A few days ago Nik filters began to work very sluggishly in Photoshop CC.  I have contacted Nik (Google) and they cannot find a solution.  The filters work fine with Elements, but not now with Photoshop CC.  In the past they worked well and fast.  What have I done?

    Any chance you're working on an image that's much larger (in pixel counts) than you think?  I ask because occasionally I see people cross up inches and pixels.  How big are the images you're processing?  What Mode (format and bit depth)?
    -Noel

  • Problems with report filters

    Hi,
    i'm still a rocky with Oracle Bam and i'm trying to do reports with filters that is pass as parameter. i saw some tutorial and i did everything like day said but when i running de report i can't choose any options. It like the filter is freeze, block. I need urgent help
    Regards,
    José Robalo

    How did you configure the filter?

  • Problem with XSL filtering in OmniPortlet

    I have installed the portalTools apps on a standalone OC4J 9.0.3. I am trying to use OmniPortlet to call a web service that has a Document object as its return type. I need to use an XSL to transform the result, but I'm unable to set the XSL filter in the OmniPortlet wizard within portal. I put the URL of the XSL like so: http://<host>:<port>/test.xsl, but on apply I get the following error:
    Failed to load user defined filter.
    I can't save the changes without taking the XSL URL out. The XSL can be loaded in IE using this URL. Anyone run into this problem? Anyone use OmniPortlet successfully in this manner?
    Thanks,
    Jason

    Thanks, Tugdual. I had tested the xsl before, but made some changes that didn't fly. I can load the xsl fine now. I am getting this error now:
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] Data Source: wsds
    execute, start from row: 1 for all rows, 0 msec used.
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] XMLData.next => o
    racle.webdb.reformlet.ReformletException: Error occured while fetching XML data.
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] Error occurred wh
    ile rendering portlet - see provider log file for details
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] oracle.webdb.refo
    rmlet.ReformletException: Error occured while fetching XML data.
    at oracle.webdb.reformlet.definition.ReformletDefinition.render(Unknown Source)
    at oracle.webdb.reformlet.ReformletPortlet.renderShow(Unknown Source)
    at htdocs.omniportlet._reformlet__show._jspService(_reformlet__show.java:198)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    The log spits out the XML response returned by my web service, including my XML within the return tag, so connectivity doesn't seem to be an issue. Any additional help is appreciated, thanks!

  • Problems with spam filtering (specific and general)

    I I am getting messages coming through that are OBVIOUS spam (phishing attempts from [email protected] and 
    [email protected] saying the at the account was frozen). The address is wrong in the bottom, the domains are obviously wrong, and we've seen these repeatedly. And yet they keep coming through. I was actually told that because it was marked as
    NSPM by the filter it should have been delivered, but I'm appalled that it isn't getting marked as spam at all. 
    I was given a few options for creating manual rules (well, I can do that all day, but then why have a service?) and then reset my SPF and other content delivery conditions for future monitoring. But really what I want is a definite answer as to why something
    that any person can look at and recognize is not getting picked up. It's pretty embarrassing to have moved to Office 365 and had spam protection get notably worse than it was under Postini. And then to have support tell me that it got delivered because
    it was marked as NSPM ("I know it got marked that, but how in the world did that happen?"). We've been getting these off and on for months.
    My more general complaint is how spam whitelists and blacklists are maintained. They are one step up from having to manually edit text files (which would actually be easier to do since I could search those easily). Again- this can't be the best Microsoft
    has to offer, and given the global issue that spam has become I can't believe they aren't making this better more quickly.
    Received: from BY2PR01MB107.prod.exchangelabs.com (10.242.43.19) by
    CO1PR01MB109.prod.exchangelabs.com (10.242.164.146) with Microsoft SMTP
    Server (TLS) id 15.0.934.12 via Mailbox Transport; Sun, 4 May 2014 22:42:34
    +0000
    Received: from BY2PR01CA002.prod.exchangelabs.com (10.255.247.32) by
    BY2PR01MB107.prod.exchangelabs.com (10.242.43.19) with Microsoft SMTP Server
    (TLS) id 15.0.934.12; Sun, 4 May 2014 22:42:30 +0000
    Received: from BL2FFO11FD018.protection.gbl (2a01:111:f400:7c09::198) by
    BY2PR01CA002.outlook.office365.com (2a01:111:e400:2c16::32) with Microsoft
    SMTP Server (TLS) id 15.0.934.12 via Frontend Transport; Sun, 4 May 2014
    22:42:29 +0000
    Received: from ios7supp0rt.com (176.58.88.173) by
    BL2FFO11FD018.mail.protection.outlook.com (10.173.161.36) with Microsoft SMTP
    Server id 15.0.929.8 via Frontend Transport; Sun, 4 May 2014 22:42:28 +0000
    DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=ios7supp0rt.com;
    h=To:Subject:Date:From:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; [email protected];
    bh=txKF8WnwFM/0C4YId7Ij73YddMc=;
    b=ZNL5MeSkubrD8iqoHfwWvIkob+rT9t9OOB4tcYymj2oN6S6u9DvavgjAgzhD06ENEUtOJy+X/AG3
    Ttdm6MVp+Qw85SqQIdu9aDO0yvs4SE2jwtLdWq0Rv6ynhqulRFsUKdfrlf+rIUrAgH9ovGmtjBdg
    e68KX3Prx0j+6Yqe9H8=
    DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=default; d=ios7supp0rt.com;
    b=lUMpjXXTRnieJEsqhu5oDBmNOyNKRNAZ4jzlmeOK51AaGmbtZy7WKaEp2i0/Wmwrzn41EeDDqba3
    5Cv3CYXOGg77SvVATHTL4IGlr8taesMd66PkcMMnhAqTa9XqZPo66Aq2nWotZILvjKFzs8kEtmfJ
    QstWULOZADNps03bb1c=;
    To: [email protected]
    Subject: Apple/iCloud Account Frozen
    Return-Path: [email protected]
    Date: Sun, 4 May 2014 22:42:25 +0000
    From: "Apple Europe" <[email protected]>
    Reply-To: [email protected]
    MIME-Version: 1.0
    Content-Type: text/html; charset="UTF-8"
    Content-Transfer-Encoding: 8bit
    Message-ID: <[email protected]>
    X-EOPAttributedMessage: 0
    X-MS-Exchange-Organization-MessageDirectionality: Incoming
    X-Forefront-Antispam-Report: CIP:176.58.88.173;CTRY:GB;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(428001)(199002)(189002)(25786004)(31696002)(23846002)(40036003)(74316001)(20776003)(50466002)(85852003)(46102001)(80022001)(99396002)(19617315010)(18206015023)(4396001)(19300405004)(15975445006)(21056001)(83072002)(50986999)(64706001)(77982001)(80976001)(92726001)(79362001)(76482001)(946001)(79102001)(956001)(43066001)(575854001)(19580395003)(81342001)(44976005)(71816001)(70736001)(101416001)(74502001)(83322001)(53806999)(87836001)(19580405001)(33646001)(15202345003)(74662001)(81542001)(54356999)(23676002)(551544002)(307094003)(467094002)(8886004)(575514002)(18016003)(435084004);DIR:INB;SFP:;SCL:1;SRVR:BY2PR01MB107;H:ios7supp0rt.com;FPR:;MLV:nov;PTR:orders.ios7supp0rt.com;A:1;MX:1;LANG:en;
    X-MS-Exchange-Organization-Network-Message-Id: 517b8afa-807f-489c-e9f2-08d136014419
    X-MS-Exchange-Organization-AVStamp-Service: 1.0
    Received-SPF: None (: ios7supp0rt.com does not designate permitted sender
    hosts)
    Authentication-Results: spf=none (sender IP is 176.58.88.173)
    [email protected];
    X-MS-Exchange-Organization-SCL: 1
    X-MS-Exchange-Organization-AuthSource: BL2FFO11FD018.protection.gbl
    X-MS-Exchange-Organization-AuthAs: Anonymous

    Hi,
    Do you mean your client is list in the spam list by your Exchange Server?
    If so, I think the most efficient way is to contact the Exchange Administrator to check the spam list.
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Problems with ALE transfer HR - E-Recruitment

    Dear Forum,
    I have an issue when transferring organisational and employee data from HR to E-Rec. HR employee just created another OU, as she has been doing lots of time, but it doesnt trigger the update of E-Rec - so this change is not visible in Recruiter Tab in the portal. This is the first transfer issue.
    Second issue is when transferring employees to E-Rec, a certain number of employee numbers are excluded (57 employees between 16154 and 16211) this doesnt make any sense to me. Why should an area be excluded, and where would this be maintained? One of the employees who cant get transferred to E-Rec is in this range, and I wonder if this could be the reason.
    If anyone has any suggestion to this please let me know!
    Thanks a log in advance,
    Kind Regards,
    Soren

    Dear Forum,
    I have an issue when transferring organisational and employee data from HR to E-Rec. HR employee just created another OU, as she has been doing lots of time, but it doesnt trigger the update of E-Rec - so this change is not visible in Recruiter Tab in the portal. This is the first transfer issue.
    Second issue is when transferring employees to E-Rec, a certain number of employee numbers are excluded (57 employees between 16154 and 16211) this doesnt make any sense to me. Why should an area be excluded, and where would this be maintained? One of the employees who cant get transferred to E-Rec is in this range, and I wonder if this could be the reason.
    If anyone has any suggestion to this please let me know!
    Thanks a log in advance,
    Kind Regards,
    Soren

  • Had problem with DSL, now have only one tab with favicon matching that tab.

    After a storm I had a problem with my U-Verse DSL. I lost access and got a message that it may be due to a problem with the filters on my phones, fax or satellite box. I disconnected all the items that had filters. I was then able to click on a link that AT&T had sent on the message and I got a response, I previously could not get a response because I had no connection. I got pack to the pages on all my tabs by hitting the back arrow on each one. I now have only one tab with favicon matching this WEB site for that tab, the rest all have the AT&T globe. I tried refresh and also opening a new tab and then going to one of the sites.
    This problem is on a different PC that the one I am on now. It has version 21, and is Window 7 Home Premium. I have pasted the trouble shooting info from that PC.

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Problem with plug-ins (Noise Ninja & Topaz Denoise)

    I've been trying to try demo of Noise Ninja & Topaz Denoise.
    I continuously get following message:
    Editing Error
    This image cannot be rendered for editing because Aperture does not support the image format.
    I've deleted aperture.plist and repaired permissions.
    Does anyone have these working?
    How?
    Very frustrated.

    I too have had nothing but problems with Topaz filters.
    It seems they're not as Mac-friendly as the developer leads you to believe.
    I've installed, had it working once, stopped working, uninstalled, deleted the Topaz Appliation support.
    gone through the process again and again.
    and it's nothing but problems.
    I've given up and am hoping to find another developer who makes an easy to install plugin for Aperture.

  • Problem with UWC and Mail Filters

    Hello,
    We recently upgraded from ims5.2 to JES 2005Q4. With have patch -23 installed for UWC and patch -53 installed for the messaging server. Everything is going pretty well except we are having a problem with the mail filters in UWC. It seems that after a short time ( couple hours) the page stops displaying correctly. That is the buttons for example say new button instead of just new. When you click on the new button, you get a application 9 error. We have the java heap set to 1.5 gb and the webserver between .5 and 3% of the CPU. Response is great for all other pages.
    Does anybody have any ideas? I have had a case open with Tech support since Last Monday, but still waiting for an answer, so any help would be appreciated.
    Thanks,
    Gary

    Hi Jay,
    Here is the error I get in the webservers error log file when I click on the new button. I have removed the ipaddress:
    [10/Oct/2006:15:16:15] failure (11492): for host xxx.xxx.xxx.xxx trying to POST /base/MailPreferencesSieve, service-j2ee reports: WEB2798: [] ServletContext.log(): Application Error
    java.lang.ArrayIndexOutOfBoundsException: 9
    at com.sun.uwc.NewFViewBean.setTimeFilterDates(Unknown Source)
    at com.sun.uwc.NewFViewBean.beginComponentDisplay(Unknown Source)
    at com.iplanet.jato.view.ContainerViewBase.beginDisplay(ContainerViewBase.java:748)
    at com.iplanet.jato.view.RequestHandlingViewBase.beginDisplay(RequestHandlingViewBase.java:383)
    at com.iplanet.jato.taglib.UseViewBeanTag.doStartTag(UseViewBeanTag.java:149)
    at jsps.uwc._common._NewF_jsp._jspService(_NewF_jsp.java:372)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:687)
    at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:459)
    at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:375)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:772)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:471)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:382)
    at com.iplanet.jato.view.ViewBeanBase.forward(ViewBeanBase.java:340)
    at com.iplanet.jato.view.ViewBeanBase.forwardTo(ViewBeanBase.java:261)
    at com.sun.uwc.MailPreferencesSieveViewBean._newEditHandler(Unknown Source)
    at com.sun.uwc.MailPreferencesSieveViewBean.handleNewButtonRequest(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
    at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
    at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:802)
    at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:740)
    at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:571)
    at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:957)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:807)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at com.sun.uwc.common.auth.SetCharacterEncodingFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at com.sun.uwc.common.auth.GZIPFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:280)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web

  • Oracle Text - Problem with filtering binary documents (.doc, .pdf, etc...)

    Hi, I have a problem with filtering binary documents (.doc, .pdf, etc...). I use SQL*PLUS for remote access to Oracle 10.2 on Linux and I create table:
    CREATE TABLE test (id NUMBER PRIMARY KEY, text VARCHAR2(100));
    I insert to this table:
    INSERT into test values(1, 'PATH/text1.doc‘);
    INSERT into test values(2,'PATH/text2.doc‘);
    and then:
    CREATE INDEX test_index ON test(text) indextype is ctxsys.context
    parameters (’datastore ctxsys.file_datastore
    filter ctxsys.auto_filter’);
    Message "Index created" is displayed, but objects: DR$test_index$I, DR$test_index$K, DR$test_index$N, DR$test_index$R and DR$test_index$P are empty => index wasn´t created probably.
    I don´t know, where is bug, either bug is somewhere in this code or on the server (wrong installation oracle or constraint privileges). Do you know in what is bug?

    The following is an excerpt from the 10g online documentation. Note the items that I have put in bold.
    "FILE_DATASTORE
    The FILE_DATASTORE type is used for text stored in files accessed through the local file system.
    Note:
    FILE_DATASTORE may not work with certain types of remote mounted file systems.
    FILE_DATASTORE has the following attribute(s):
    Table 2-4 FILE_DATASTORE Attributes
    Attribute Attribute Value
    path path1:path2:pathn
    path
    Specify the full directory path name of the files stored externally in a file system. When you specify the full directory path as such, you need only include file names in your text column.
    You can specify multiple paths for path, with each path separated by a colon (:) on UNIX and semicolon(;) on Windows. File names are stored in the text column in the text table.
    If you do not specify a path for external files with this attribute, Oracle Text requires that the path be included in the file names stored in the text column.
    PATH Attribute Limitations
    The PATH attribute has the following limitations:
    If you specify a PATH attribute, you can only use a simple filename in the indexed column. You cannot combine the PATH attribute with a path as part of the filename. If the files exist in multiple folders or directories, you must leave the PATH attribute unset, and include the full file name, with PATH, in the indexed column.
    On Windows systems, the files must be located on a local drive. They cannot be on a remote drive, whether the remote drive is mapped to a local drive letter."
    With accessible paths and files, you get something like:
    SCOTT@orcl_11g> CREATE TABLE test (id NUMBER PRIMARY KEY, text VARCHAR2(100));
    Table created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> INSERT into test values(1,'c:\oracle11g\banana.pdf');
    1 row created.
    SCOTT@orcl_11g> INSERT into test values(2,'c:\oracle11g\cranberry.pdf');
    1 row created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> CREATE INDEX test_index ON test(text) indextype is ctxsys.context
      2  parameters ('datastore ctxsys.file_datastore
      3  filter ctxsys.auto_filter');
    Index created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> select count(*) from dr$test_index$i
      2  /
      COUNT(*)
           608
    SCOTT@orcl_11g> In the following, I used a non-existent path and non-existent file name, which produces the same results as when you use a remote path that does not exist locally.
    SCOTT@orcl_11g> CREATE TABLE test (id NUMBER PRIMARY KEY, text VARCHAR2(100));
    Table created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> INSERT into test values(3,'c:\nosuchpath\nosuchfile.pdf');
    1 row created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> CREATE INDEX test_index ON test(text) indextype is ctxsys.context
      2  parameters ('datastore ctxsys.file_datastore
      3  filter ctxsys.auto_filter');
    Index created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> select count(*) from dr$test_index$i
      2  /
      COUNT(*)
             0
    SCOTT@orcl_11g>

Maybe you are looking for