Is my AP801 Config optimal for range and throughput?

All,
Can somebody check my AP801 config to see if there are any changes I can make to improve range and throughput?  The AP801 is built into my 881W.  The AP is running IOS v 124-10b.
Thank you!
James
===================
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname ap
enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXX
no aaa new-model
dot11 ssid YYYYYYY
   authentication open
   authentication key-management wpa
   guest-mode
   mbssid guest-mode
   wpa-psk ascii 0 ZZZZZZZZZZZZZZZZZZZZZZZZZZZ!
username Admin privilege 15 password 0 XXXXXXXXXXXXXXXXXXXXXXXXXXXX
bridge irb
interface Dot11Radio0
no ip address
no ip route-cache
encryption mode ciphers aes-ccm tkip
ssid YYYYYYYYYYYYYYYY
speed  basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15.
channel width 40-above
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
interface GigabitEthernet0
description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
no ip address
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
interface BVI1
ip address 192.168.1.2 255.255.255.0
no ip route-cache
ip default-gateway 192.168.1.1
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
banner login ^CC
% Password change notice.
Default username/password setup on AP is cisco/cisco with privilege level 15.
It is strongly suggested that you create a new username with privilege level
15 using the following command for console security.
username <myuser> privilege 15 secret 0 <mypassword>
no username cisco
Replace <myuser> and <mypassword> with the username and password you want to
use. After you change your username/password you can turn off this message
by configuring  "no banner login" and "no banner exec" in privileged mode.
^C
line con 0
privilege level 15
login local
no activation-character
line vty 0 4
login local
end

Dieter@be wrote:Allright, glad you like it.  About vicious-git not properly getting installed, maybe it is not included in the repository you specified?
vicious-git isn't in any repository, I download it from AUR. It gets properly downloaded and uncompressed, but the chroot doesn't, fails with a 'cannot execute cd : no such file or directory' Once i've got some spare time this afternoon (still early in the morning over here ) I'll try to find out why
By the way, is there any functionality in AIF to execute a worker in a chroot on the target system ? I looked quickly through the list of workers in the automatic procedures and didn't see anything specific. Although I can configure most stuff from the configure_system worker, there are a few things where you really need to be running inside the system to configure. For example : you need to have the mysql daemon started if you want to change the password, and you need to be chrooted if you want to have all the dependencies when building a PKGBUILD If not, I was thinking of generating a bash script that would contain all my chrooted stuff, so I would only need to execute chroot once in the worker.

Similar Messages

  • [svn] 4408: Adding Config tests for DeserializationValidators and MessageFilters

    Revision: 4408
    Author: [email protected]
    Date: 2009-01-06 12:56:35 -0800 (Tue, 06 Jan 2009)
    Log Message:
    Adding Config tests for DeserializationValidators and MessageFilters
    CheckInTests: passed
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good MessageFilterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good MessageFilterTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good MessageFilterTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good ValidatorTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good ValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good ValidatorTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/mult ipleGoodMessageFilterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/mult ipleGoodMessageFilterTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/mult ipleGoodMessageFilterTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingMessageFilterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingMessageFilterTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingMessageFilterTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingValidatorTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/nonE xistingValidatorTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/patt ernFilterLoggingMessageFilterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/patt ernFilterLoggingMessageFilterTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/patt ernFilterLoggingMessageFilterTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeMessageFilterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeMessageFilterTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeMessageFilterTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeValidatorTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/wron gTypeValidatorTest/services-config.xml

  • Mac Pro technical specifications optimized for Photoshop and Premier Pro, yet affordable

    I will replace my old desktop Mac Pro with a new one.  I am looking for advice for the appropriate configuration choices for the new Mac Pro for use with the most current versions of Photoshop and Premier Pro.  This has to be balanced with a budget between $4000 to $6500.  I will use multiple hard drive storage for my files, but I am not asking for any advice for this,  My Photoshop use is for photo editing, with multiple images of at least 25MB files for panoramas and high dynamic range, and composites (have used Photoshop for 10 years).  I have not begun to use Premier Pro for video editing, but will primarily use it over the next 18 months to edit family home movies.
    The primary technical questions are which GPU D300 or D500,  CPU speed and number of cores 4 or 6 or 8, and memory DDR3 ECC 12GB or 16GB or 32 GB or 64GB.
    I have read various Internet articles and reviews of the Mac Pro, but find that I am unable to come up with a final choice.  One article stated that Adobe has designed its software to effectively use the new Mac Pro GPUs and CPU cores.
    Thank you,
    MIKE

    I would suggest atleast 16GB of ram with 32GB really what you want because of the dual GPU''s. If you don't have enough ram to feed both video cards then both those cards will have limited performance. The D300 cards are really a waste. I wouldn't bother with anything less than the D500 cards especially if you plan to use Premiere. AMD cards already have half the performance that Nvidia cards do with Adobe GPU acceleration in Premiere. I wouldn't make it worse with the D300 cards. I would also suggest the 6 core CPU over the 4 Core. Otherwise just get the new Imac instead of you want a Mac.
    Eric
    ADK

  • Config Guide for WiSM And AP 1130

    Hi!!
    Im looking for Sample config or Config guide for Implimenting WiSM on Catalyst 6500 and 20 AP's 1130 accross mulitple buildings.

    Hi Ivan,
    Here is some info for the WISM,
    Cisco Catalyst 6500 Series Wireless Services Module (WiSM) Introduction
    http://www.cisco.com/en/US/products/ps6526/index.html
    Configuring a Cisco Wireless Services Module
    From this excellent doc;
    http://www.cisco.com/en/US/products/hw/modules/ps2706/prod_technical_reference09186a0080702fe2.html
    WiSM Troubleshooting FAQ
    http://www.cisco.com/en/US/products/hw/switches/ps708/products_qanda_item09186a00806e39b7.shtml
    Cisco Catalyst 6500 Series Wireless Services Module Q & A
    http://www.cisco.com/en/US/products/hw/modules/ps2706/products_qanda_item0900aecd8036434e.shtml
    Hope this helps!
    Rob

  • UNDO Management - Config changes for OLTP and large background processes

    Hi,
    I am running 9i on a 2 node RAC cluster - Sun Solaris.
    I use Automatic Undo.
    The database is currently configured for OLTP and has 2 undo datafiles - 1GB in size and undo_retention set to default (900seconds)
    I am about to start scheduling a batch job to run each night that will delete approx 1 million records each time it runs.
    To get this to work without the dreaded Error -30036: ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDO01', I have increased the undo datafiles to 5GB and the undo_retention to 4000.
    The question is do I need to worry about switching between these settings - using the smaller values for daytime OLTP and the nighttime settings for the heavy processing?
    What issues might I encounter if I just left the UNDO Management settings in place that I use for the large delete?

    I would say no, leave the settings the highest level required to accomplish the work of the instance. Once the setting are correct for the instance, you should not have to change them around. They are really max setting for the heaviest load on your instance.

  • Guide me config steps for REceive and put away materials

    Hi ,
    I am new this module.
    Please guide me all cofiguration steps for Receive and Put away materials in MM system.
    Thanks,

    HI,
    read sap help and search on Google.or in forum
    [http://help.sap.com/saphelp_46b/helpdata/en/fd/45b7ee9d6411d189b60000e829fbbd/frameset.htm]
    Regards
    Kailas Ugale

  • Which is better for range and speed of wifi, time capsule A1254 or the new airport express? I don't need the hard drive aspect of the time capsule. Thanks!

    Thanks for any help with this.

    You are asking several different questions. If you need to store your photos, music, and movies on an external volume, you certainly can. Any externally connected hard disk drive will work, connected either directly to your Mac or to your Time Capsule as a shared volume.
    You should not rely upon using that as a backup device though. Although you certainly may use it for both purposes, it is a better idea to have dedicated backup devices for a variety of reasons not limited to redundancy. You would not want to simultaneously lose all your pictures as well as your backup. If they are all on the same device, that could happen. Furthermore, a backup cannot back up the volume on which it is running.
    As for adding an Extreme or Express, using its LAN port for your iMac, and then enable Internet sharing so you can effectively use the iMac as a "hotspot", you can do that too, but I am unclear on what benefit you believe this arrangement would convey for you.
    An Extreme's Guest network is separate from its Main network; that is the reason for having it.

  • Config. recommended for MDS9216 and WAAS 7341

    Hello,
    i am testing for a customer datacenter replication with 2 MDS 9216i with Hitachi storage in each site. A WAN emulated with WAN BRIDGE with 155MB and delay 220ms. I have WAAS in each site.
    Can you tell me the best recommendation to achieve the best performance ?? i am using WAAS in replication-acceleration mode.
    Thanks and regards.
    Leo.

    Thanks so much for your response.
    yes, i am using 2 7341 with inline card from demo depot.un fortunally one 7341 has hardware problem then we are replace it by a 7326. we change to application acceleration with software version 4.1.3.b
    i think the waas is working goog but my customer need more performance. we are using WAN-BRIDGE to emulate 155 mbps with 220 ms delay and we found that his performance goes down each day needing reboot.
    Do you know any other application to emulate the wan ?
    thanks so much again.
    Leo.

  • Babylon browser hijack has taken over my firefox. I have deleted all files that I can from my hard drive, I have gone to about:config, searched for babylon and reset the settings, however it still comes back. How can I get rid of babylon?

    I have tried malwarebytes, it only found "mywebpage" bugs, but I deleted them too. I also did a scan of my hard drive and deleted five files that all contained "babylon" in them. It still comes back time and time again.

    See:
    *http://kb.mozillazine.org/Preferences_not_saved
    *https://support.mozilla.org/kb/Preferences+are+not+saved
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Config settings for AP, AR from SD and MM prospect?.

    Hello Guru's,
    Will anyone share your expertise,  what are the config settings for AP and AR from SD, MM point of view and what are the Integration points for AP and AR with FICO.

    You may check the links to understand the link between SD and FI.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action&pageid=33768
    http://www.sapscene.com/sapscene/accassg.html
    http://www.sap-img.com/financial/fico-interview-questions.htm
    http://www.sap-img.com/sap-sd/link-between-sap-sd-mm-and-fi.htm
    http://sap-img.com/financial/integration-of-fico-with-other-modules.htm
    Regards,
    GSL.

  • Has anyone used Paragon NTFS or Tuxera for Median and Project Files

    I have read lots of discussions about why this is not a good idea but my two options are to do this or switch to Sony Vargas for everything so it would be good if people could let me know if they have had this working successfully.
    So has anyone successfully used either of these 2 NTFS drivers to edit SD/HDV or Prores projects on? My only experience has been using SD footage on an NTFS drive with the free NTFS-3G drivers. This worked fine as long as project files were on non NTFS drive (for same reason if I saved project on NTFS is saves a file with a size of zero bytes).
    Regards,
    Ben
    PS I wonder if this thread will stay on topic;).

    Macs can read drives that are formatted in NTFS as is. The software you mentioned enables a Mac to write to those drives. That said, you should edit using drives that are optimized for FCP and formatted Mac OS Extended.
    Nothing to stop you copying the media from an NTFS drive to work with and then copying the finished result back.
    As you are now in the position of having to do this, why not do a test and report back with your results?

  • Configuration of special procurement for issuing and receiving plant

    Dear all,
    I have two plants "x" and "y" which are not yet maintained in SAP. MRP run is carried for plant y and it triggers a STO to plant x. Please let me know the config steps for receiving and supplying plants. Also, the precautions to be taken while creating plants in SAP.
    Thanks in adavnce!!
    Suraj

    Hi,
    In plant Y, you have to maintain Spl.procurement key in material master. In MRP 2 view assign External procurement & spl.procurement kery 40.
    In the plant X, create material master as inhouse production in MRP 2 view.
    Have to maintain BOM & Routing in plant X.
    Configure in SPRO> MRP> Planning> Define spl.procurement key.
    In this assign Issue plant as X.
    Run MRP for plant Y. System create Stock transport req in plant Y.
    Convert this req into stock transport order.
    In plant X, dependent req will create.
    Use MB1B mvt type 301for single level stock transport.
    For multi level stock transport use MB1B 303 - issue & 305 -receive mvt.
    Regards,
    Dharma

  • Having constant 400 Bad request errors on Yahoo with Firefox 5.0 "optimized for Yahoo"

    Every time I attempt to enter a news article on Yahoo's main page I get a "400 Bad Request" error. I have downloaded Firefox 5.0 "optimized for Yahoo" and that still did not solve the problem.
    This ONLY occurs on Firefox. I also use Google Chrome and it has no such error problems. Neither does Internet Explorer which I RARELY use.
    Please Identify the problem and solution.
    I also have problems with Realplayer p[lug ins and Adobe Reader X

    This problem is directly related to the way that Safari requires full header information and the way that the individual server concerned is set up to serve and deal with cookie setting; the longer the date set in the future for the cookie concerned, the more likely it is to provoke this error.
    For instance http://www.digitaluk.co.uk/ has a Last visit cookie date set to 2999, but loads AOK in Safari 4.0.3, whereas virginmedia.com sets dates on some cookies well in excess of 2100 and unless one deletes those cookies that are beyond this centuries date for that site then their _sageamp and _camp cookies will provoke the kind of error being reported.
    For what it's worth, I do not see the point of setting cookie dates for 2109, 2500 +, or much beyond a couple of years from now.
    It would seem some regular organisations do see the point of doing that.
    If you list the cookies in the Security/Show Cookies section of Safari preferences, you can see the likely offenders for the site provoking the error, once deleted they will be reset if needed in that session, often as not with newer , closer dates to today's date.

  • Actiontec Mi424WR Rev. I versus Rev. D -- range and connection drops and speed

    Hello. I'm trying to figure out why the Rev. I is so much worse than the Rev. D for range and maintaining persistent connections at 30'+ in my home (two-story, single family). I have two smart phones, one tablet and a Blu-ray player, all 802.11n capable. I used the Rev. D for a few years with not many Internet problems overall (wired or wireless).  I recently I got two Rev. I routers -the first was replaced after malfunctioning and overheating- but they both exhibited the same range problem. The Rev. D can usually keep a connection to the far reaches of my home - an upstairs bathroom about 60' away (straight line) through four obstructions (walls and floor).  In that bathroom the speed test was slow of course (~1.8 Mbps) but the connection persisted for several minutes without dropping and reconnecting to the router even once. But the Rev. I could not keep a consistent connection to the tablet in the kitchen at only 40' away through only 2 walls (around two bends).  So I had to move the tablet a little closer within the kitchen - 30' away to  stream video consistently well. On my cell phone at 30' away I had to turn off the auto network switch to 4G just to keep a persistent connection to the Rev. I. With the Rev. D I never had any dropped connection anywhere in the kitchen on the tablet or the phones. Here's what I've learned so far in my own tests and reading other people's experiences here and elsewhere on the web. Any additional insight would be helpful. -- I have read that the signal strength of the Rev. I was reduced for security concerns. I can verify with a Wi-Fi scanner app on my phone that the signal strength is about 2-3dB less (about half as strong) for the Rev. I starting at about 25' away. That shouldn't necessarily cause the connection to the Rev. I router to drop and reconnect so often after 40' of distance. Any ideas why the connection drops so easily and often?  The signal strength at 0 distance (the antenna touching the phone) was about identical for both revisions. -- I have read that the Rev. I wireless mode should be in either performance (n only) or mixed (b/g/n) to maintain better connections but either setting made little difference. I have always kept the Rev. D router in mixed mode (b/g). From the antenna signal strength test above, I discovered only one antenna on the Rev. I router sends a signal so I doesn't seem like there is any beamforming being done in performance (n only) mode which is disappointing. Any idea why beamforming is not enabled?  Is the second antenna even used on the Rev. I? -- I have read that the antennas are too small on the Rev. I and a bigger antenna will help. That part I know is false especially if the longer antenna's impedance doesn't match the router's antenna port.  The "ideal" antenna length at 2.4GHz is about 2.5 inches and the Rev. I antenna looks that long. It seems inside the Rev. D antenna is a cable or some waveguide (the thicker, bottom 5" of the antenna) which might help reduce interference by moving the actual antenna portion of the Rev. D away from the router housing, the power cable and the data cables.   -- Sitting 10 feet away from the router, I didn't notice any difference on speed tests.  It was topping out at about 15-18Mbps for either router revision. So the whole point of having an 802.11n router for faster speed is moot. And at greater distances (40'+) I can't get a reliable connection so the Rev. D wins by default. If anyone has any ideas to make the Rev. I better I would like to try them. Verizon didn't want the Rev. D router back so I have both revisions to use. Thanks!

    I finally got the Quantum Gateway router (FiOS-G1100 rev 1.03 firmware 0.17.52) and it works great on both 2.4GHz and 5GHz. In most areas of my home and on both bands I tested about 42 Mbps up/down using the Ookla speedtest app (my internet speed is 50/50 Mbps and I test about 58 Mbps using a wired connection). Previously with the Rev. D I was getting about 18 Mbps up/down in most areas of my home. In the farthest place in my home from the router (an upstairs bathroom) I get 22 Mbps up and 42 down which is impressive considering I was only getting 2Mbps with the Rev. D. The Quantum router has a similar signal strength profile as the old Rev D - about -18 dBm right near the router and about -70dBm to -80 dBm in the bathroom furthest from the router (55 feet straight line that goes up one floor and through three walls).  I used the Wifi Analyzer app to see the signal strength. Not many of my neighbors have 5 GHz routers so there are still lots of free channels up there. I also noticed the Quantum router has a power setting so the power can be turned down if someone is in an apartment or condo. But for me the lots in my neighborhood are 1/2 acre so I'll leave the power setting at 100%. I like having good speed in the far reaches of my home without using a repeater or extender.  

  • Guide or instruction about build and config NAT for network.

    Hey everybody. I’m having learn CCNA CISCO, I have a problem when I build a network, a network required that: Construct and build a topo network have 4 Router, 6 Switch, 8 PC, auto set and config IP address for communication between equipment in your topo network. Give some suggest : 3->4 IP front, 1 range 4 IP route, 2 range 8 IP route, 1 range 16 IP route. Les’t raise, give method and config NAT for it network with: Static NAT, Dynamic NAT, PAT and NAT co-ordinate.
    Please give some guide or instruction me about that lab, Thank very much

    Hey all here is a topo (model) network I do by myself and I have cofig NAT for it. Please see, check, fix error or guide me to fix error if it have error. Thank very much.
    As a subject I have propose use a IP range is 200.200.5.1/27
    b/Static NAT for IP PC8 192.16.6.1 to become IP 200.200.5.1 with a Network outside.
    Router3(config)#ip nat inside source static 192.168.1.2 200.200.5.1
    Router3(config)#interface fa 1/0
    Router3(config-if)#ip nat inside
    Router3(config-if)#interface s 0/0
    Router3(config-if)#ip nat outside
    a/ Accept PC in LAN 192.168.5.1/24 go out internet, this IP will be nat by IP range 200.200.5.1-> 200.200.5.6 (IP 200.200.5.1 have use for Static NAT but we can reuse).
    Router3(config)#access-list 1 permit 192.168.5.0 0.0.0.255
    Router3(config)#ip nat pool natdong 200.200.5.1 200.200.5.6 netmask 255.255.255.248
    Router3(config)#ip nat inside source list 1 pool natdong
    Router3(config)#interface fa 0/0
    Router3(config-if)#ip nat inside
    Router3(config-if)#interface s 0/0
    Router3(config-if)#ip nat outside
    c/ Accept PC in 2 LAN 192.168.1.0/24 and 192.168.2.0/24 go out internet, this IP range will be NAT by IP range 200.200.5.33-> 200.200.5.48 (16 Ip address)
    Router3(config)#access-list 1 permit 192.168.1.0 0.0.0.255
    Router3(config)#access-list 1 permit 192.168.2.0 0.0.0.255
    Router3(config)#ip nat pool natpat 200.200.5.33 200.200.5.48 netmask 255.255.255.224
    Router3(config)#ip nat inside source list 1 interface serial 0/0 overload
    Router3(config)#ip nat inside source list 1 pool natpat overload
    Router3(config)#interface fa 0/0
    Router3(config-if)#ip nat inside
    Router3(config)#interface fa 1/0
    Router3(config-if)#ip nat inside
    Router3(config-if)#interface s 0/0
    Router3(config-if)#ip nat outside
    [b]Note: My ability of English is not good so please sympathize for spelling mistake[/b]

Maybe you are looking for

  • I cant get photoshop elements 12 to download or install and the live chat refuses to help me

    this is the chat that helped me with nothing Thank you for your patience. While you wait, you can try our community forums where experts are available 24 hours a day, 7 days a week. You are now chatting with Rashmi. Rashmi: Hello. Welcome to Adobe Te

  • Sending video file to mobile client

    Hi, Any tips on how to send a mp4 video file via TCP to a j2me client, running on a Nokia N95? I guess I have to convert the file into a byte array or similar? I have looked around but have not been able to find anything. I am fairly new to MIDP and

  • Integration of SAP IS-U Two Contract Model with CRM 7.0 Contract Mgmt

    Hi, We have 2-Contract model for all customers in SAP IS-U for distribution and supply services. We are also planning to implement CRM 7.0 Contract management and integrate with SAP IS-U. There is a talk in the air that CRM 7.0 Contract Management do

  • Issue with ME28 - Release Purchase Order

    Dear All, One of our user is unable to release a purchase order through Transaction code ME28. The role is assigned only with the Transaction Code ME28 with the correct Release code and Group. We have tested from our end and see that the Auth Objects

  • Flash Player 9 OSX Install Question???

    Greetings! Recently my Flash Player stopped operating, and prompts came up on screen to go to Adobe's website to download Flash Player 9 OSX. After double checking which version to download, I proceded with it's installation. After the download was o