Filtering problem

Hello

I've created a report and insert two user settings (id dept, emp no)
But once that the execution of the "Run the paper layout" option in the Report Builder (generator of reports - 10.1.2.0.2), although the window to enter the user parameters, state documents are not filtered in the report


The reasons for this?


see you soon

sexy

Hi Vanessa,

Use the following query, view the ":" before the parameter.

SELECT ALL EMP.EMPNO, EMP.ENAME,
EMP.JOB, EMP.SAL, EMP.HIREDATE, DEPT.DNAME, DEPT.DEPTNO
FROM EMP, DEPT
WHERE (EMP.DEPTNO = DEPT.DEPTNO)  and
:p_dept_no = dept.deptno and
:p_emp_no = emp.empno

Best regards

Arif Khadas

Tags: Oracle Development

Similar Questions

  • MAC address filtering problem with router DI-624 and printer HP D110

    Just got the wireless D110 printer and cannot connect to the wireless router.

    I have a D - Link DI - 624 Air Plus Xtreme G 2 .4GHz Wireless Router.

    The error message I get from the printer, it's that "address filtering Mac can be activated on your wireless router. This can prevent your HP printer to connect to your network without wire during installation... etc. ".

    The D-Link is configured with WPA - PSK security. If I disable all the security the wireless printer is able to connect. I can't connect the printer to the wireless router with WPA - PSK or WEP same active. There is no connection with the electrician the printer and the router.

    I have connected the router Admin and have repeatedly confirmed that Mac filtering is turned off by going to Advanced Options > Filters > filters Mac > and choose disabled Mac filters. Where is this setting? Why is not able to connect printer?

    In addition, I check the logs on the router and it shows "Wireless PC connected" and "Authentication successful" with a note that has the Mac address of the corresponding hardware address mac hardware of the printer on the wireless network Test report. It seems that the router is to let printing but the printer is not able to communicate for some reason any. It even shows under status > wireless printer is connected.

    When I talked to HP, they said to contact the router company and they couldn't help. When I called D-Link, they said technical support is no longer available for the model. I am stuck, can anyone help?

    Windows XP, tried the front of the printer and USB connection and using the software.

    After a few hours on the phone with the D-Link and HP, the problem has been resolved.

    Apparently, even if that Mac filtering is disabled (set to disabled MAC filters), the Mac address had to enter the router to enable all keeping off Mac filter setting. To me he appeared in the counter intuitive to enter the Mac address, while set to disabled the Mac filter so I wasn't that before picking up the phone with HP. Further on this point, the problem is not going away right after adding the mac address, but rather after the reboot of the router, such as the addition of mac address did not effect, without a reboot of the device.

    HP has been much more useful than a D-Link on it, although it would be nice for HP to add to their instructions and Test report of wireless network to add the Mac address, just in case. I would have tried this step if it has stated that it is acceptable to add the mac address and keep the mac filters disabled.

  • Filtering problem by vm properties obtained using get-display, instead of get - vm

    Hello world.  I have a script which allows to obtain a certain number of properties different vm through get - view.  I would get out the information in different html pages, but encounter problems of filtering.

    for example, I have the powerstate for vm I can view by typing $vm.runtime.powerstate, and I would like to filter by only of the virtual machine that are turned on.  In the previous scripts, I used where {$_.} PowerState - 'Receiving' eq} to list only power on vm.  This doesn't seem to work, and I think that its because previously I got information using get - vm, not get - see.

    How can I filter the information that I have so that it shows only powered on vm? using get - vm I could use the following...

    $PRDVMTools = $DatacenterTmp | where {$_.} PowerState - eq "Receptor" - and $_. ToolsStatus - don't "toolsOk" - and $_. ToolsStatus - don't "toolsOld"} | Tri-objet

    ToolsVersion

    $PRDVMTools | ConvertTo-html-property VMName, OS, ToolsStatus, ToolsVersion. Out-file - add $htmlPRDVMTools

    I can't work out how to do it using the properties returned by using get - view instead of get - vm

    any help would be appreciated more

    Thank you

    I checked the script more in detail and I found two things that I don't understand:

    1. you seem to be an iteration through data centers, hosts, and virtual machines. Why recover you clusters?

    2. Why do you have so many properties of the virtual machine in the $row variable, if you save only 6 of them in the HTML file?

    I enclose the updated the script I did according to my understanding of what you are trying to do. You can optimize it more if you specify the properties of the specific vm you want to recover with the parameter of Get - view property on line 34.

  • ADF: Columns of the Table filtering problem

    Hello

    My Version of JDeveloper is 11.1.1.5

    I am facing a problem with the filter of the table...

    Is it possible to implement the feature of research on filtering only on af:table with panelCollection?

    Could someone help me please in this?

    I need Research* not only the filtering of the data inside the table with the facet of the columns of the table filter...

    Can someone help me with this application?

    Many thanks in advance,

    Kind regards
    Anil

    Published by: 977652 on February 17, 2013 19:28

    Published by: 977652 on February 17, 2013 19:38

    You can just type in the filter like '% EBS' field and you will find your file.

    Timo

  • Metadata filtering problems

    Are there known problems of filtering metadata are PSE 7?

    I have a few thousands of picture in my collection and want to be able to filter by the camera, on which they were made.

    Some of my photos are a compact Panasonic Lumix (I am able to see the data in the exif on shots properties I know are this camera: do = Panasonic, model = DMC - LX2).

    However, when I put "find - details ' camera contains"Panasonic", I get only some of the correct pictures.  The it's show (about 53) are correct (so no false positives), but I know that there is that much, it's missing.   I have found several that have metadata that should be a game and they are certainly not back into research.

    I imported this pic in a test catalog and find > details > camera = Panasonic has found.

    I suspect that what is stored internally in the PSE catalog is different from what the properties pane is showing under the camera (Exif) data.  To correct this:

    1. make a new catalog test with the file > catalog > New and import a picture of problem inside.  The problem persists?

    2. in the main catalog, select the picture of the problem and change > update thumbnail, which causes the PSE to reread the photo metadata in the catalog (except for key words).   The problem persists with this pic?

  • Performance collection filtering problem

    I'm filtering an XMLListCollection by date. The date of the Collection must be > = date today and then a list item, use it as a dataProvider will only display items with a date article > = today.

    Today I came across a problem where if there is no item matching this criteria, the list opens the voids. Source of confusion. So I added a line after applying the filter to the list to check if the length of the dataProvider property == 0 after filtering. If so, I remove the filter and apply the refresh() method, and now all of the elements are. This seems terribly inefficient and makes the flicker of the list, but I can't think of a way to check the zero items before a filter is applied.

    Any ideas on how I could do this effectively?

    Try to simply run the e4x expression which is the same as the filter and
    audit of its length. Or use instead of a function coming filterFunction
    with the XMLList in the first place.

    HTH;

    Amy

    "rtalton" wrote in message
    News:gjavn6$7s3$1@forums. Macromedia.com...
    > I'm filtering an XMLListCollection by date. At the time of the Collection
    > be
    > = date today and then a list item, use it as a dataProvider's
    > show
    > only the items with a date of the article > = today.
    >
    > Today I came across a problem where if no matching items in this
    > criteria,.
    > the empty list opens. Source of confusion. So I added a line after the list
    > filter
    > is applied to check if the length of the dataProvider property == 0 after
    > filtering. If so, I remove the filter and apply the refresh() method, and
    > now
    > all items appear. This seems terribly inefficient and makes the list
    > Twinkle, but I cannot think of a method of control of zero points before a
    > filter is
    > applied.
    >
    > Any ideas on how I could do this effectively?
    >

  • Filtering problem date to the table QBE filter when it is supported by the POJO data control

    @Timo Hahn ADFfan 11.1.1.4 or 11.1.1.7

    I have exactly the same problem as described in the discussion archived here unanswered

    Definiton vc_temp_1 not found error for the filter of the columns date

    I used the sample downloaded 37 here as a model

    037. how to build the pagination in the POJO ADF data control

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/index-101235.html

    It is easy to replicate, just to run this sample and try to filter on the date of hire.  It takes about 2 minutes to download and run.

    sample image 37 running on 11.1.1.7

    Here is the stacktrace.   Don't know why it's using java.sql.Timestamp.   My POJO returns a java.lang.Date

    java.lang.IllegalArgumentException: timestamp format must be yyyy-mm-dd hh: mm: [.fffffffff]

    at java.sql.Timestamp.valueOf(Timestamp.java:194)

    to oracle.jbo.common.JboTypeMapEntries$ 3.convert(JboTypeMapEntries.java:149)

    at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:855)

    at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:102)

    at oracle.jbo.common.JboTypeMapEntries.convertValue(JboTypeMapEntries.java:382)

    at oracle.jbo.common.OracleTypeMapEntries.convertValue(OracleTypeMapEntries.java:162)

    at oracle.jbo.common.JboTypeMap.convertValue(JboTypeMap.java:869)

    at oracle.jbo.domain.TypeConvMapEntry.convert(TypeConvMapEntry.java:120)

    at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:855)

    at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:102)

    at oracle.jbo.RowComparator.compareEquals(RowComparator.java:34)

    at oracle.jbo.RowValueSupplier.compareValues(RowValueSupplier.java:253)

    at oracle.jbo.expr.JIParserNode.evaluate(JIParserNode.java:1274)

    at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1099)

    at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:911)

    at oracle.jbo.RowMatch.rowQualifies(RowMatch.java:187)

    at oracle.jbo.server.ViewObjectImpl.rowQualifies(ViewObjectImpl.java:2811)

    at oracle.jbo.server.QueryCollection.rowQualifies(QueryCollection.java:3705)

    at oracle.jbo.server.QueryCollection.populateRow(QueryCollection.java:3590)

    at oracle.jbo.server.QueryCollection.fetch(QueryCollection.java:3387)

    at oracle.jbo.server.QueryCollection.sortRows(QueryCollection.java:994)

    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1184)

    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1338)

    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1256)

    at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1250)

    at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:6809)

    at oracle.adf.model.bean.DCBeanDataControl.executeIteratorBinding(DCBeanDataControl.java:948)

    at oracle.adf.model.binding.DCIteratorBinding.doExecuteQuery(DCIteratorBinding.java:2177)

    at oracle.jbo.uicli.binding.MyIteratorBinding.executeQuery(JUAccessorIteratorDef.java:721)

    at oracle.jbo.uicli.binding.JUSearchBindingCustomizer.applyAndExecuteViewCriteria(JUSearchBindingCustomizer.java:607)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.processQuery(FacesCtrlSearchBinding.java:442)

    application example will reproduce the problem with no changes

    Post edited by: Don Kleppinger confirmed it happens on 11.1.1.7 as well (see image)

    Frank Nimphius-Oracle

    I have a work around for this bug to Oracle.  I have a version in 037 sample that actually works and that will sort the field date.  I'm ready to download a copy to replace the download version that is there if Oracle is listening.  The sample was there 5 years ago so it is regrettable that this bug still exists.

    That's what I did

    create beans with custom queryListener

    On the table

    change

    queryListener = "#{bindings.allEmployeesQuery.processQuery} '"

    TO

    queryListener = "#{queryListenerBean.processQuery} '"

    Add an additional field to the line which is a long value of the Date column.   In the queryListener I change the input filter on the value of long type instead of the date value.

    I do not display the column containing the value of long (time) in the table, but she must appear in the binding of the tree. (shuttles to the right)

    In the listener query

    • Read the filter value Date and read the value of time full, clear the value of the filter date
    • long time set in the filter
    • Run the query by call of the listener of the original request #{bindings.allEmployeesQuery.processQuery}
    • Set the date value to the value entered by the user
    • erase the value of long type

    Here is the code

    {} private void processQuery (QueryEvent queryEvent)

    Table richeTableau = (RichTable) queryEvent.getComponent ();

    FilterableQueryDescriptor filterQD = (FilterableQueryDescriptor) table.getFilterModel ();

    Card filterCriteria = filterQD.getFilterCriteria ();

    Date dt = (Date) filterCriteria.get ("hireDate");

    time of to of subject Date and filter on hireDateLong instead of column hireDate column

    containing the value of long type of date instead of the Date

    If (dt! = null) {}

    TM long = dt.getTime ();

    filterCriteria.put ("hireDateLong", tm);

    filterCriteria.put ("hireDate", null); This must be null or will not work

    }

    DCBindingContainer bc = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    Object execBinding = bc.findExecutableBinding ("allEmployeesQuery");

    does not perform a cast of the class internal oracle but another technique guided under

    does not work with POJO data control

    run the filter

    (ExecBinding) .processQuery (queryEvent) (FacesCtrlSearchBinding);

    This will fail

    invokeQueryEventMethodExpression ("#{bindings.allEmployeeesQuery.processQuery}",)

    restore the value of the filter if he continues to display in the QBE bar

    filterCriteria.put ("hireDate", dt);

    filterCriteria.put ("hireDateLong", null);

    }

  • Text log filtering problem

    Hello

    I have a vCenter Log Insight dashboard that will show me our backup account unauthorized access

    Which means not allowed as the connection comes from an unauthorized IP address.

    I have several positive faulse due to this release: where an IP address is specified.

    issue_log.jpg

    Does anyone know how can I solve this problem? or get rid of this positive faulse?

    Thank you very much

    Concerning

    Change the constraint to: 10.0.0.73, 172.20.241.137, 10.75.1.64, vcenterhpdp @ connected

  • Decimal amounts AF:table filtering problems

    Hello

    I develop with JDeveloper 11.1.2.1 and I have an af:table with active filtering.
    The filtering works very well in all the columns except in the case that the amount column contains decimal numbers (for example, 45.50)
    My application is configured with the settings regional es_ES and when we insert a new amount with the application user interface format is €1.000,80. But in the database, the amount is recorded under 1000.8

    When I use the af filter: table with '.' I get this error:
    java.sql.SQLSyntaxErrorException: ORA-01722: number no valido (invalid number)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:862)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1153)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1275)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3620)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
    at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:135)
    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:1231)
    at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:896)
    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:7190)
    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1227)
    .....
    But if I run this select JDeveloper works just fine:
    SELECT * FROM TABLE WHERE = 1200.8 RISE

    When I search with "," I have another error:

    java.lang.NumberFormatException: for input string: "45.50".
    at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1222)
    at java.lang.Double.valueOf(Double.java:475)
    to oracle.jbo.common.JboTypeMapEntries$ 5.convert(JboTypeMapEntries.java:201)
    at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:869)
    at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:116)
    at oracle.jbo.RowComparator.compareEquals(RowComparator.java:34)
    at oracle.jbo.RowValueSupplier.compareValues(RowValueSupplier.java:253)
    at oracle.jbo.expr.JIParserNode.evaluate(JIParserNode.java:1274)
    at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1271)
    at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:1075)
    at oracle.jbo.RowMatch.rowQualifies(RowMatch.java:187)
    at oracle.jbo.server.ViewObjectImpl.rowQualifies(ViewObjectImpl.java:3039)
    at oracle.jbo.server.QueryCollection.rowQualifies(QueryCollection.java:3789)
    at oracle.jbo.server.QueryCollection.populateRow(QueryCollection.java:3674)
    at oracle.jbo.server.QueryCollection.fetch(QueryCollection.java:3467)
    at oracle.jbo.server.QueryCollection.get(QueryCollection.java:2184)
    at oracle.jbo.server.ViewRowSetImpl.getRow(ViewRowSetImpl.java:5125)
    at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(ViewRowSetIteratorImpl.java:2936)
    at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2792)
    at oracle.jbo.server.ViewRowSetIteratorImpl.refresh(ViewRowSetIteratorImpl.java:3033)
    at oracle.jbo.server.ViewRowSetImpl.notifyRefresh(ViewRowSetImpl.java:2797)
    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1255)
    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1413)
    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1320)
    at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1305)
    at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:7120)
    at oracle.adf.model.bc4j.DCJboDataControl.executeIteratorBinding(DCJboDataControl.java:1301)
    at oracle.adf.model.binding.DCIteratorBinding.doExecuteQuery(DCIteratorBinding.java:2239)

    To implement what are we missing? Local to the database? This is a bug? Any idea?

    Thank you.

    Hello

    I find the solution. The locale of the FMV of the weblogic host are configured with es_ES. When I change with en_US filter works.

    Thank you

  • Very strange problem of leadership. List()

    I have a Java stored in the Oracle 11g DB procedure. What it does is to read the files in a Unix directory then turns and works with files. I use this exact way in other SPs of Java, but always to a different directory in Unix. This is the first time I'm having this problem.

    What is the problem is that on this directory List() returns only one (1) entry in the table that captures the results. This particular entry is a subdirectory.

    It is possible that it is more a question of a Java Unix, but I don't know that, and I want to diagnose what is happening. I worked with the DBA and he opened the permissions on this directory and all the files into it in the world, and yet this one entry - always the same - is returned.

    This isn't a filtering problem, as I have said that list() - without the filter passed in - always only returns this article. I checked the readability, that I was checking everything I could think, using canRead() on the directory and it returns true, in case anyone asks.

    If I run the code in a program that run from the Unix command prompt, it works fine. If I run the same MS Java in another directory to Unix, it works fine.

    If anyone can think of anything else to check, I would have a lot. Thank you

    ~ Bill

    How can anyone help when you post, nothing of what is necessary to help you? You have not viewed any facts, the code, the expected results or actual results.

    As far as we know, that the procedure returns the correct results; We have no way of knowing what the results should be, or even what they are really since you don't post them.

    You make a lot of statements but have not posted anything to show that the statements are true even.

    Poster of the facts that backs up all the statements that you made and after the code that you use.

  • Tumblr does not load images in Firefox, but works in other browsers

    Recently, after that Firefox itself updated (as it usually does), I noticed that Tumblr does not work for me. I mean, is that, while the site to load and I can view the text without a problem, about 50% of the images do not load even if I refresh the page or restart the browser. Some examples of this are shown here:

    http://i.imgur.com/pmjAXdZ.PNG
    http://i.imgur.com/h4F0Ol4.PNG
    http://i.imgur.com/YO5Ej3Q.PNG

    And this is not limited to just the Tumblr dashboard, but also affect the articles too:

    http://i.imgur.com/iyQkjaf.PNG
    http://i.imgur.com/n2yn552.PNG

    This is the only problem affecting the site, as I am able to post, reblog and do other things on the site. This is the only site where the problem persists, and Firefox is the only browser in which this problem occurs (I tested it in Chrome and it works fine, but I would rather not switch to Chrome because I prefer Firefox). I deleted the history of Firefox, tried activating / deactivating the proxy, empty the cache, but the problem still persists. It has been like this for a little less than a week now, and while I thought that this would solve itself, it has not yet. Any help to fix this would be greatly appreciated

    cynicalsleeper wrote:

    if I uncheck the checkboxes in Filter Preferences, will this completely disable Adblock Plus?
    

    Filter preferences window is divided into two tabs:

    1. Filter subscriptions. Nothing here can cause problems. In case of problems, all first right-click each subscription on the left and choose Update filters. If the problem persists, you can report on the Adblock Plus forum that filter list managers can solve the problem.

    2. Custom filters. Here are the filters that you have created yourself. You can
      • Clear the check boxes next to the categories he there to turn them off.
      • Right click and select Delete to remove them completely.
      • Identify which specific filters problems and remove them as described in the above thread.
  • Unknown USB device (device application descriptor failed) Code 43

    my internal cam has stopped working, I worked on almost everything what I found in the internet

    disabled drivers and restarted

    uninstalled the usb ports on the Device Manager and rebooted again

    I get this error message in the Manager of devic

    name:

    Unknown USB device (device application descriptor has failed)

    Device status

    Windows has stopped this device because it has reported problems. (Code 43)

    A request for the USB device descriptor has failed.

    Geographical area:

    Port_ #0001.Hub_ #0004

    Status:

    Device USB\VID_0000 & PID_0002\6 & e2f2cee & 0 & 1 had a problem starting.

    Driver name: usb.inf
    The class GUID: {36fc9e60-c465-11cf-8056-444553540000}
    Service:
    Lower filters:
    Upper filters:
    Problem: 0x2B
    Status: 0x0

    Hi waly,.

    Thank you for the information. I suggest that you unplug all USB connections and refresh your laptop. Then try to use your webcam. I think that the problem with the USB connection that gives you the error and not your webcam. Here is a document on how to update your PC to solve problems (Windows 8).

    If you are still experiencing a problem with the webcam and then one of the documents in the previous post should help now. Any stage of document Windows 8 will be the same for Windows 8.1.

    I'm also including this document how trouble Code 43 errors that will help determine which USB product causes the error to appear.

    I hope that this information help, please let me know how it goes.

    Good luck and have a great day!

  • Satellite L300-1BW - DVD burner is not found

    I have just updated to Windows 7, but now I can't find the DVD burner - from what I understand I need the driver, but don't know which.

    Help much appriciated x

    I had the same problem after upgrade to win 7, remove the upper/lower case filters problem solved in my case:

    http://APS2.toshiba-tro.de/KB0/TSB7801XL0000R01.htm

    or

    http://support.Microsoft.com/

    should work...

  • 3rd party notifications do not arriving by e-mail

    Hello

    Not sure if this is the right forum for this. We regularly (attempt to) send email to @me.com but they fail silently (without trash or spam); mainly the activation user and password resets.   I understand that @me.com is no longer available in the field of user's email a new, but my company has many customers and that's a frustration for them. Thanks for the advice/direction.

    Kind regards

    Marcel

    Emails sent to the account could be a silent Apple filtering problem, although it is difficult to say.  You say that the email (s) are sent to this account do not appear?  Is that all emails or some emails from a specific source?

    Here is the link to the silent filtering - http://www.macworld.com/article/2029570/silent-email-filtering-makes-icloud-an-u nreliable - option.html.  This is an article by 2013, but if you do a search, you will find many and recent reports about it on forums, blogs, etc.

    Regarding the other issue you mentioned, i.e. do not receive emails for verification or resets, you can take a look at this - If you don't receive your check or reset email - Apple Support

  • BDP-S570 - does not connect to internet via wifi

    I just bought this today and it does not connect to the internet via wi - fi. I'm entering properly (my iphone, ipad and computers connect very well). I called tech support and they had no idea what either. I then connected with an ethernet cable, updated to the latest firmware and tried again with no luck. Does anyone have any suggestions? It shows that the wireless is OK, but Internet Access - failed. When I return to the guests and have it analyzed the available networks, it shows that I am connected... something is weird. I'm back if I can't make it work in the next day or so.

    Network problems can certainly be difficult to diagnose.
    Here are some useful steps to check where your problem is.

    Check the IP address: is it 192.168.x.xx? or 169.xxx.x.xx
    If you have an address 169 it is a fake connect.

    What kind of network do you have? It's a Modem/Router combo? This is a modem connected to a router and then your Blu - ray player.

    the router/Modem combos are more complicated, and you need to consult your provider of Internet services (ISP) to connect to help. (maybe a MAC filtering problem?)

    If you have a problem with your Modem/Router try get a router and connect to the modem, you can have the best success with a stand-alone router you will have with a handset as they are less complicated to use.
    If you already use a stand alone, try to temporarily disable your security and test it without warranty.

    is the firmware updated on your router (not the S70 but the router) the latest firmware is sometimes useful.

    Best regards
    Kimberly

Maybe you are looking for