AAS showing incorrect server in list of Planning servers

Hi. we are using 9.2.1 with weblogic 8.1
When I open a business rule in AAS, and go to locations tab to select a location, the list of Planning servers shows a server that is not a planning server and thus if you click on it, it generates an error. I checked the server that is displayed and it does not have planning installed on it - only the planning adm drivers for reporting or the planning desktop. I checked the hbrserver.properties files on the servers and they don't even reference the erroneous server.
This erroneous server does seem to disappear after a full services restart or restart of SQL, but it comes back over time. haven't been able to determine exactly how long.
Anyone have any idea where AAS is getting the reference to this erroneous server?
Thanks
Wags

Hi,
Bit of a strange one, usually what happens is when you log into a planning app is it populates the AAS database table HBRPluginData, Then when in the business rule designer in AAS and choose outline for planning it should query the table (I think it really queries the cached table values), you can prove this by stopping AAS and enter dummy server details into the table and start AAS again when you go into business rules and expand the planning outline you should see your dummy server.
I am not sure how a server which is not a planning server is being picked up though.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • HT201401 i have a birthday showing in my calendar listed as an all day event and it is incorrect how can I delete it. When clicked on does not bring up the edit feature. The vodaphone shop thinks it has synced with my facebook app.

    i have a birthday showing in my calendar listed as an all day event and it is incorrect how can I delete it. When clicked on does not bring up the edit feature. The vodaphone shop thinks it has synced with my facebook app.

    hello, the addons manager is exactly the right place to look for it. please try disabling the addons that are listed there one-by-one (a restart of the browser might be necessary after each step). maybe one of them is bundling this kind of adware.
    [[Disable or remove Add-ons]]

  • Show Network Users (as List) not working consistently (10.5 server/client)

    I am running an Xserve with 10.5.5 Server as an Open Directory Master. When I go to the Computer Group the clients are listed in and set the preference to show network users as list on the loginwindow, the clients are not constantly displaying the list. Network Accounts are available on the client and typing the username in Other is also logging in.
    What I think is strange is that my custom heading always displays, so I know I'm getting at least some of the mcx settings on the client. This was not a problem with 10.5.4 client/server combo. If only local accounts are listed, you can restart and 50% of the time the network users show up in the list. You can also log in as a local user and log out, this will sometimes refresh the list to display network users. However, whether or not the users are displayed in the list, network accounts are always available and can login via Other.
    Does anybody know what I can do to fix the problem? It is an elementary school environment, so it is not feasible to have kindergarten students to type out their names every single time.
    One possible solution I came up with is to replace the 10.5.5 loginwindow on the client with the 10.5.4 version, but 10.5.5 supposedly fixes a lot of problems with it. Are there any negative consequences that could occur from doing this besides the fact that I lose the security fixes to the 10.5.5 version? I know that my 10.4.11 clients do not experience this problem, so I'm guessing that the 10.5.4 loginwindow might just work, but wanted to see if anyone knew of any issues in doing this.
    I have also written a program that manages our clients for automated naming, image OS version assignment with NetRestore, and generate import files that create computer and computer list records for Workgroup Manager. This information is stored in a MySQL database and the program I wrote generates files that are imported into Workgroup Manager for list assignment. The computer lists are generated by room number, and computers are assigned names with their corresponding room number and placed in the appropriate computer list. In 10.5, I see that there is a push for Computer Groups rather than Computer Lists. However my program assigns computers to lists using the computer record name rather than the generated uid of the computer record like the computer group expects. From what I understand, the only benefit to Computer Groups is that you can include other Computer Groups within Computer Groups. Does this create any issues for mcx management? I have tried both groups and lists and have the same problem with loginwindow network user lists on 10.5.5.
    Another question I have is how do you change the Cache settings now in WGM? In 10.4.11, there was a "Cache" tab where you could force clients to refresh the MCX cache after x amount of time, but the tab has been removed in 10.5. Can I add that mcx flag to Open Directory and have my 10.5 clients respect the policy, or has this been outdated in 10.5?
    Thanks,
    Chris Bethel
    Hamilton County Dept. of Education
    Chattanooga, TN
    [email protected]

    Thanks for your reply, it gave me an idea that seems to be working so far:
    This is not feasible for anything other than an elementary school with network homes. It is extremely insecure but when you need a working product, you pretty much gotta do what you gotta do. Here's what I've done:
    1. I created a local administrator user with the name "@ Refresh List" with short name "refreshlist" with no password.
    2. Launch Script Editor (in /Applications/AppleScript/Script Editor) and paste this code:
    do shell script "rm -Rf '/Library/Managed Preferences'" password "" with administrator privileges
    do shell script "killall loginwindow" password "" with administrator privileges
    3. Save with file format set to Application, check "Run Only" and uncheck all other boxes to somewhere the user home folder.
    4. In the Accounts pane of System Preferences, select the "@ Refresh List" user and go to the Login Items tab.
    5. Drag in the application you just saved.
    6. Quit System Preferences and log out.
    This is EXTREMELY bad for security, but since its elementary school students and network home folders, there's not much for them to mess up. It provides a 1-click process to updating the much needed list.
    Also -- I've tried swapping out loginwindow with 10.5.4 and experienced the exact same result.
    My fix is quick and dirty, but gets the job done.
    Does anyone else have any suggestions?
    Message was edited by: WollarinTJ

  • Managed server doesn't show in server list in JDev

    I have admin server (AdminServer) and managed server (soa_server1) configured in my domain. I started both server successfully, and in WL console, I see soa_server state is running, and soa-infra is Active; in em I see SOA node on the left panel, and soa_server1 status is up. When I tried to deploy my composite to server (I want to deploy it to soa_server1), I only see AdminServer in the SOA servers list, not soa_server1. how could I make soa_server1 shown?
    Edited by: wiky on 19-Jul-2011 6:30 AM

    To be more specific, this is what I did and the problem I am facing:
    1. configured admin server and manged server (soa_server1) on my domain(weblogic 10.3.5).
    2. started the admin server
    3. started soa_server1
    4. see both servers in WL control, both server state=running
    5. see both server in EM console, both server status are up
    6. in JDev(11.1.1.5.0), created an application server connection, and tested the connection successfully
    7. when I tried to deploy my composite from JDev, I selected the application server connection, on step "SOA servers", it only lists AdminServer.
    I want to deploy my composite to soa_server1. How could I make soa_server1 shown on the list?
    Edited by: wiky on Jul 18, 2011 2:46 PM
    Edited by: wiky on Jul 18, 2011 4:13 PM
    Edited by: wiky on 18-Jul-2011 5:45 PM
    Edited by: wiky on 18-Jul-2011 5:52 PM

  • Incorrect "Server stopped" message

    I'm using Weblogic Workshop 8.1 SP2 on Windows.
    Had a problem where the IDE said "Server Stopped" but it could be accessed via a URL and I could access the Admin page. Incredibly frustrating because you can't debug etc.
    Ploughing through this group, I came across the solution.
    When I first installed, I left the HTTP port as 80 but soon found that it conflicted with my IIS installation. So changed to 7001 by manually editing the .xml files.
    However, you also need to change the port number under Tools / Application Properties / Weblogic server.
    Once I had done this, all was well.
    Thanks

    Peter,
    Anytime you make a change in the Tools--> Preferences --> Paths settings, it
    is recommended that you close and open your project. The "available"
    projects which show up in the list are the projects (a project is same as a
    WebLogic webapp) which are present in the "applications" directory of the
    domain you have chosen in the above settings. If you have a project open
    from any other domain, you will end up with a 'Disabled' status of the
    server. Also, please avoid copy and paste of webapps from one domain to
    another, it leads to the "Disabled" status. Its recommended to always create
    a new project in the domain.
    Another reason for the "Disabled" status can be an incorrect WEB-INF
    directory in the project.
    Do let me know if you have further queries.
    Regards,
    Anurag
    "Peter Hughes" <[email protected]> wrote in message
    news:3dd4c691$[email protected]..
    >
    Hi,
    I have changed my preferences and I can now start the server fromWorkshop. But,
    a "disabled" message now appears in Workshop. I cannot find the problem inany
    documentation. So, 1) can you tell me why I'm getting the"disabled"message, and
    2) where can I find documentation on setting up the Workshop to runagainst a
    user created domain - I am using BEA's CD and website.
    Thanks, Peter.

  • ODP not showing up in provider list

    Hello all,
    I just finished installing odt, and while it looks as though I have some functionality, when I try to configure a SqlDataSource, Specify a new connection in the visual studio server explorer, Drag and drop a DataTable adapter, or any other task which requires I specify an ado.net data provider, the ODP provider doesn't show up in the list of providers. Any ideas?
    sincerely,
    Mordecai Zibkoff

    I have mentioned this in an earlier post but probably worth repeating here:
    You can drag a table from the oracle explorer onto a form which will result in the creation of a dataadapter. If you then right-click on the adapter and choose generate dataset then this will cause a typed dataset to be generated which can then be used as a datasource.
    This should answer your main requirement (which is to have a typed dataset) even though you can't use the dataset designer in the normal way. I believe that once the dataset has been generated, you should be able to edit it in the normal way. However, you will not be able to create TableAdapters as these also require you to select a provider. It should be possible to create a TableAdapter in code though.
    As for the assertion that changes to the table definitions will be caught at compile time due to the typed dataset, if you mean changes to the DataSet definitions, then you are correct. However I don't believe that changes to the database tables will be caught this way as this would require validating the dataset definitions against a database at compile time and I do not believe that this is what happens. If I am wrong on this, could someone please post a link to any documentation concerning this?
    Message was edited by:
    Alastair Green

  • Essbase server not listed in Shared Services

    Hello,
    Installed and configured 11.1.2.3 successfully on Windows Server 2008R2.(Essbase, Planning and WebAnalysis)
    In Shared Services it is showing Shared Services, Studio and Reporting only.
    Its not showing Essbase. I just gone through essbase log and deleted essbase.sec file and again configured but no use, still its not showing. after that restarted the system also.
    I am able to login to EAS console, i can create users in essbase but not in EAS. create and disply user options are greyed out.
    Can you please let me know how to resolve this issue?
    Thanks,
    Prathap

    Hello John,
    Its not standalone installation. Below error log for yesterday.
    [Tue Jul 16 08:30:07 2013]Local/ESSBASE0///2212/Error(1051683)
    Attempt to retrieve connection information from the registry failed. Please check reg.properties file and try again.
    [Tue Jul 16 08:30:08 2013]Local/ESSBASE0///2212/Info(1056797)
    Incremental security backup started by SYSTEM. The file created is [C:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\ESSBASETS_1373988608.BAK]
    [Tue Jul 16 08:30:08 2013]Local/ESSBASE0///2212/Info(1051051)
    Essbase Server - started
    [Tue Jul 16 08:30:08 2013]Local/ESSBASE0///2212/Error(1051549)
    Can not convert Essbase to Shared Services mode when Essbase is not configured with Shared Services or the initialization process has failed
    [Tue Jul 16 08:30:08 2013]Local/ESSBASE0///2212/Warning(1056822)
    Failed to migrate Essbase to HSS security mode during startup. Check SharedServices_Security_client.log. May need to remove essbase.sec and any of the newly migrated Essbase applications from HSS, then rerun configuration tool.
    [Tue Jul 16 08:30:08 2013]Local/ESSBASE0///2212/Info(1056800)
    Validation of back up file [C:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\ESSBASETS_1373988608.BAK] completed with status 0
    And today removed essbase.sec and reconfigured... and in log it is showing
    [Wed Jul 17 00:43:43 2013]Local/ESSBASE0///2236/Info(1051283)
    Retrieving License Information Please Wait...
    [Wed Jul 17 00:43:43 2013]Local/ESSBASE0///2236/Info(1051286)
    License information retrieved.
    [Wed Jul 17 00:43:43 2013]Local/ESSBASE0///2236/Info(1051227)
    No JVM location specified in essbase.cfg. Will try to load from library path
    [Wed Jul 17 00:43:44 2013]Local/ESSBASE0///2236/Info(1311019)
    Classpath during JVM initialization: [;C:\Oracle\Middleware\EPMSystem11R1\common\jlib\11.1.2.0\epm_j2se.jar;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseServer\java\essbase.jar;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseServer\java\essbaseRegistry.jar]
    [Wed Jul 17 00:43:56 2013]Local/ESSBASE0///2236/Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: getInstance: Failed to get CSSSystem instance, please check SharedServices_Security_Client.log for more information]
    [Wed Jul 17 00:43:56 2013]Local/ESSBASE0///2236/Info(1051198)
    Single Sign-On Initialization Failed !
    [Wed Jul 17 00:43:56 2013]Local/ESSBASE0///2236/Info(1056815)
    Essbase 64-bit  - Release 11.1.2 (ESB11.1.2.3.000B4412)
    [Wed Jul 17 00:43:56 2013]Local/ESSBASE0///2236/Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Wed Jul 17 00:43:56 2013]Local/ESSBASE0///2236/Error(1051683)
    Attempt to retrieve connection information from the registry failed. Please check reg.properties file and try again.
    [Wed Jul 17 00:43:57 2013]Local/ESSBASE0///2236/Info(1056797)
    Incremental security backup started by SYSTEM. The file created is [C:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\ESSBASETS_1374047037.BAK]
    [Wed Jul 17 00:43:59 2013]Local/ESSBASE0///2236/Info(1051051)
    Essbase Server - started
    [Wed Jul 17 00:43:59 2013]Local/ESSBASE0///2236/Info(1056800)
    Validation of back up file [C:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\ESSBASETS_1374047037.BAK] completed with status 0
    [Wed Jul 17 00:44:21 2013]Local/ESSBASE0///3544/Info(1042059)
    Connected from [fe80::6963:3165:951c:f79d]
    Thanks,
    Prathap

  • Widget world clock shows incorrect time

    widget world clock shows incorrect time.. how can i fix this?

    There are two possibilities: (1) your computer's time is wrong. Open System Preferences, select the Date & Time tab, and either set the time manually or select a time server. If you choose the time server click on the Time Zone tab and choose your correct time zone. (2) click on the i on the World Clock widget and select a city near you (that's in the same time zone as yours.)

  • Do we have any method to list out the servers that are critical and the component/monitor causing the server to turn into critical state in SCOM 2012

    Hello Team,
    We are monitoring 1000 servers in our environment and out of 1000 servers, we have approximately 100 servers showing as critical state on the server state view.
    We can get the critical servers list from SCOM console, but we are not able to get the information about the component responsible for the server to be critical. Using Health explorer to find the root cause for 100 servers is really impossible and time consuming.
    Do we have any method to list out the servers that are critical and the component/monitor causing the server to turn into critical state?
    Advance thanks for your help.
    Regards,
    Dinesh
    Thanks &amp; Regards, Dinesh

    Hi,
    As far as I know alerts with severity as criticla may cause windows computer in a critical state, we can try below code to find all critical alerts:
    get-alert -criteria 'ResolutionState=0 AND Severity=2' | select Name,ResolutionState,TimeRaised | export-csv c:\Alerts.txt
    Criteria Syntax http://msdn.microsoft.com/en-us/library/bb437603.aspx
    Values to use.
    Resolution State 
    Severity Values for Alerts
    0       =   New
    0 = INFORMATIONAL
    255   =   Closed
    1 = WARNING
    2 = CRITICAL
    Hope this helps.
    Regards,
    Yan Li
    Regards, Yan Li

  • My girlfriends iPad has been stolen and wiped as it no longer shows on her devices list in find my iPhone. Is there anyway it can be traced by the serial number?

    Can anyone help me, is there a way to trace a stolen ipad by the serial number? It seems the thief has wiped the ipad as it no longer shows on her devices list in find my iPhone. Can the serial number be used to trace it once it is set up on a different Apple ID?

    No.
    Report to police along with serial number. Change all your passwords.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
     Cheers, Tom

  • 0weekday1 is showing incorrect values

    Hi,
    After the upgrade it has been noticed that the Time characteristic 0weekday1 is showing incorrect text mapping in Bex Reports reports.
    After analysis and Investigation I found that
    In master data it is maintained as follows which is correct
    1 - Sunday
    2 - Monday
    3 - Tuesday
    4 - Wednesday
    5 - Thursday
    6 - Friday
    7 - Saturday
    But In the multiprovider, when I do F4 on the filed 0weekday1 it is showing the following values
    1 - Monday
    2 - Tuesday
    3 - Wednesday
    4 - Thursday
    5 - Friday
    6 - Saturday
    7 - Sunday.
    In RSRV it is showing inconsistencies but when I tried to do the correction it is failing.
    I have done the info Object repair for 0weekday1 in RSD1. but still the values have not changed.
    Please suggest resolutions to this !!!
    Thanks,
    Shantanu.

    Hi,
    When I see the master data it is maintained properly as stated above.
    But, when I checked the Master Data Read class, it is found that the data is coming from T246 table which is SAP maintained table. And the entries made in T246 table are the one which are incorrectly mapped.
    So, my questions are:
    1. Can we change the values directly in T246 table.
    2. What other programs/objects, etc will be impacted.
    3. Do we have something as "Where used list" for the Tables.
    Thanks,
    Shantanu.

  • Logviewer 1.14 showing incorrect times, and other issues.

    Couple of issues with running LogViewer, wondering if anyone can help.
    First, and seems to be the most frustrating, is that the LogViewer screen is showing incorrect times for the events. I am in Mountain Time zone in the US, which is GMT-7. When looking at the log from a web browser, my router is displaying the correct time. The text file that LogViewer saves on the local computer shows the same correct time. The LogViewer screen, however, shows a time 7 hours into the future. IE, if I type out the log from a DOS window, the last event will say something like "Mar 28 1:15:05 2008", but that same event number will be listed on the logviewer screen as "Mar 28 8:15:05" Any ideas on what may be wrong and how to correct it?
    Second, all events seem to be grouped exactly 3 minutes apart. I realize this is probably an effect of the router sending the information every three minutes. Anyone know of a way of changing that period?
    Hm, just noticed a third, but very minor issue. The text file written has the wrong day of week on it. It's listing Mar 28 2008 as a Wednesday...
    Thanks in advance for any advice.
    OK, the tech info. I am running LogViewer 1.14 on a Windows XP machine, contacting an WRT55AG with firmware 1.20. The connection is through a Cat 5 cable, not through the wireless.

    Couple of issues with running LogViewer, wondering if anyone can help.
    First, and seems to be the most frustrating, is that the LogViewer screen is showing incorrect times for the events. I am in Mountain Time zone in the US, which is GMT-7. When looking at the log from a web browser, my router is displaying the correct time. The text file that LogViewer saves on the local computer shows the same correct time. The LogViewer screen, however, shows a time 7 hours into the future. IE, if I type out the log from a DOS window, the last event will say something like "Mar 28 1:15:05 2008", but that same event number will be listed on the logviewer screen as "Mar 28 8:15:05" Any ideas on what may be wrong and how to correct it?
    Second, all events seem to be grouped exactly 3 minutes apart. I realize this is probably an effect of the router sending the information every three minutes. Anyone know of a way of changing that period?
    Hm, just noticed a third, but very minor issue. The text file written has the wrong day of week on it. It's listing Mar 28 2008 as a Wednesday...
    Thanks in advance for any advice.
    OK, the tech info. I am running LogViewer 1.14 on a Windows XP machine, contacting an WRT55AG with firmware 1.20. The connection is through a Cat 5 cable, not through the wireless.

  • I just purchased a Brother MFC-9340CDW all in one printer.  It shows up on a list of compatable airprint devices but I can't seem to get it to work.  Any suggestions?

    I just purchased a Brother MFC-9340CDW all in one printer.  It shows up on a list of compatable airprint devices but I can't seem to get it to work.  Any suggestions?

    Hi,
    It won't work with airplay, here is how I got it to work with OSX 10.9.4 fully patched;
    you will need to use the serial cable to start the process:
    In-brief Version:
    0) Go grab the firmware update tool, the driver, and the scanner software
    1) Turn off the firewall and antivirus (if you use it ??)
    2) Update the firmware using the serial line
    3) Reserve a static IP outside the DHCP range (using the MAC address of the printer) on your WAP server
    4) Configure the printer to use a static IP through the front panel
    5) Configure the printer WIFI with your SSID and net key through the front panel
    6) Install the CUPS driver on your computer through the printer settings by specifying the static IP
    7) Install the Scanner driver then go into the Control Center and add you computer and printer configuration
    I generally use this kind of set up so that the printer comes back at the same place after a power failure in
    the event that it has a crappy driver.
    For those of you who need a little more help:
    0) Turn off anti-virus and firewall software (it did seem to matter)
    1) Go to the Brother Center and download 1) The firmware update tool, 2) the driver, 3) the scanner software
    2) Go to the front panel on the printer: tools -> all settings -> network -> tcp/ip -> WLAN ; find the MAC address and write it down
    3) Plug the printer in using the serial cable, it will auto detect and you will be able to talk to it.
    4) Install the firmware update tool by double clicking on the dmg you downloaded
    5) Update the firmware and the subfirmware (NOTE: this is a bit finicky -- you may have to unplug and replug it in a couple of times before it starts to talk with the device, after it starts the update process it frequently gives up in the middle, DO NOT unplug the device at this point, just select "retry" from the dialog and it will continue -- it will take about 15 mins or so.
    6) Once the firmware is installed, go to your WAP server and look at the DHCP IP range; typically something like 10.0.1.2 to 10.0.1.200
    7) If there is a capability to reserve an IP on your WAP server pick an IP outside the range in 6 (e.g. 10.0.1.201) and use the MAC address (from step 2) for the reservation... its fine if you don't reserve it -- this is an extra precaution -- just make sure you pick an IP outside the DHCP range
    8) Go to the front panel on the printer: tools -> all settings -> network -> tcp/ip -> WLAN ; then set the IP address:
         boot method: static
         IP address: the address you chose in 7)
         mask: 255.255.255.0
         gateway: the IP of your router -- typically 10.0.1.1
    8) Go to the front panel on the printer: tools -> wireless -> setup wizard -> let it find your network, select it, and enter your key.
    9) Reboot the printer and check it connects to your wireless network
    10) Go to the front panel on the printer, tools -> all settings -> print reports -> network configuration ; print the report and check the IP and MAC
    are what you think they should be.
    11) Go to your computer, bring up a terminal (applications->utilities->terminal)
    12) Ping your printer to make sure its up and accessible -- type: "ping 10.0.1.201" (or whatever IP you used in step 7) and check you get a response -- not a timeout -- if it works disconnect the serial line and delete the (serial line) printer from the list of printers  -- you won't need it anymore -- if not you screwed up somewhere along the line
    13) Now the printer is on the wireless network, install the driver by double clicking the dmg. Then go to system preferences->printers & scanners
         click +
         in the add menu click IP
         enter your IP (from step 7)
         make sure the Protocol is IPP
         Name the printer and set its location
         Go to Use field, in the pull down menu select "Select Software"
         Go through the list and find the Brother MFC-9340CDW CUPS driver -- if its not there you screwed up installing it so go do it again.
    14) Go back to the printer page -- select the printer, select Open Print Queue, then select Settings -- check the Driver Version is 4.1.0 -- if
    it says 2 you are using the airplay version which seems to be buggered -- so you need to try again.
    15) Go open a word document and print it -- smile you are nearly there
    16) Install the scanner software by double clicking the dmg
    17) Open the Control Center, under the Model: select Other
         Click +
         Select your printer
         Enter your computer name in the display name and click ok
    18) Go into adobe Acrobat File->Create->PDF from Scanner (or whatever software you are scanning with)
    19) Select "Brother TWAIN" from the scanner list -- if its not there you screwed up the scanner software installation -- go do it again
    20) Put a document in the top of the printer and press scan -- wammo !
    21) Turn back on your firewall (and antivirus if you have it -- why I can't imagine but what the ****)
    22) Go ping the printer and make sure its still reachable (see step 12) -- if not you need to figure out what your antivirus is screwing up because the firewall is no problem
    23) try printing and scanning again...
    24) rejoice... your done.

  • HT204370 A movie shows in my purchased list but not in the Movies list...

    A movie shows in my purchased list but not in the Movies list...

    The purchase history on your iTunes account will only show purchases from the iTunes stores (iTunes, app store, ibookstore, Mac app store), not from Apple online or bricks-and-mortar stores.
    Does anything show on your credit card ? If the email is genuine then it's possible that your and their email addresses are similar and that they gave the wrong id (or the store typed it incorrectly), it doesn't necessarily mean that anybody has access to your account.
    For the contact, you will initially just receive an acknowledgement email, the proper reply may take 24 (possibly 48) hours.

  • Cisco 6500 --ACL entries showing incorrect order.

    Hi guys,
    I need your suggestion on my following issue:
    I have configure the ACL entries on my cisco 6500 series box but I see the ACL entries showing incorrect order when I check for the same.
    Eg:
    Europebox#show access-list 50
    10 permit 192.50.20.2 (10 matches)
     15 permit 192.52.0.134 (98 matches)
     75 permit 198.29.232.23 (38 matches)
     80 permit 10.96.127.14
     90 permit 192.22.2.10
     40 permit 192.22.0.76
    anyhelp would be appriciated
    regards
    neha

    Hi neha,
    This is the expected behaviour that you see for the standard access-lists.
    Regards
    Inayath

Maybe you are looking for