Current BEx connection

Hi!
Sorry for my English (it is translated Google).
Faced with a problem: it is necessary to insert a record field with the name of the record (not his name). Posted a little VBA code to get the last names.
Private Sub FM_ExtGetUserDetail()
On Error GoTo errTrap
Dim objBAPIControl As Object
Dim objUserDetail As Object
Dim address As Object
Dim sapConnection As Object
Dim oWS as WorkSheet
Set objBAPIControl = CreateObject("SAP.Functions")
Set sapConnection = objBAPIControl.Connection
sapConnection.client = "100"
sapConnection.User = login
sapConnection.Language = "RU"
sapC :evil: onnection.ApplicationServer = AS
sapConnection.Password = pass
sapConnection.systemnumber = "0"
sapConnection.System = "00"
If sapConnection.Logon(1, True) <> True Then
MsgBox "No connection to R/3!"
Exit Sub
End If
Set objUserDetail = objBAPIControl.Add("BAPI_USER_GET_DETAIL")
objUserDetail.exports("USERNAME") = sUSER_NAME
returnFunc = objUserDetail.Call
If returnFunc = True Then
Set address = objUserDetail.imports("Address")
Set oWS = ActiveSheet
oWS.Cells(1, 1) = address.Value("DEPARTMENT")
oWS.Cells(1, 2) = address.Value("TEL1_EXT")
oWS.Cells(1, 3) = address.Value("LASTNAME")
oWS.Cells(1, 4) = address.Value("FIRSTNAME")
Else
MsgBox "Error call BAPI_USER_GET_DETAIL ! "
Exit Sub
End If
objBAPIControl.Connection.Logoff
errTrap:
Set address = Nothing
Set objUserDetail = Nothing
Set objBAPIControl = Nothing
Set sapConnection = Nothing
End Sub
But have one problem left:
Now in the code clearly identifies the data to connect to the system. It can be replaced by dialogue to login to the system. But the ideal solution to use the current BEx connection that does not make the user double-enter the registration data.
Q How can this be done?
Try this: Code:
Set sapConnection = Run("BExAnalyzer.xla!sapBEXgetConnection", 0)
but did not succeed (p_connectionObj = Nothing).
Juggling objects p_connectionObj and g_logonObj result failed.

Anybody?
Maybe the message is moved to another branch of the forum?

Similar Messages

  • The error 600 occurred in the current database connection "LCA".

    Hi All,
    User is executing job /SAPAPO/TS_REALIGN_COPY in background,  as soon as the job is released its failing with runtime error:
    I check the Note 1126394 but not relevant.
    Runtime Errors         DBIF_DSQL2_SQL_ERROR
    Exception              CX_SY_NATIVE_SQL_ERROR
    Date and Time          18.08.2011 00:03:39
    Short text
         An SQL error occurred when executing Native SQL.
    What happened?
         The error 600 occurred in the current database connection "LCA".
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    How to correct the error
        Database error text........: "POS(1) Work rolled back: BAD_ALLOCATION in
         SAPTS_COPY_DA"
        Database error code........: 600
        Triggering SQL statement...: "EXECUTE PROCEDURE SAPTS_COPY_DATA"
        Internal call code.........: "[DBDS/NEW DSQL]"
        Please check the entries in the system log (Transaction SM21).
    If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "DBIF_DSQL2_SQL_ERROR" "CX_SY_NATIVE_SQL_ERROR"
        "/SAPAPO/SAPLOM_TIMESERIES" or "/SAPAPO/LOM_TIMESERIESU20"
        "/SAPAPO/OM_TS_DATA_COPY"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
    Information on where terminated
        Termination occurred in the ABAP program "/SAPAPO/SAPLOM_TIMESERIES" - in
         "/SAPAPO/OM_TS_DATA_COPY".
        The main program was "/SAPAPO/TS_RLG_COPY_SINGLE ".
        In the source code you have the termination point in line 57
        of the (Include) program "/SAPAPO/LOM_TIMESERIESU20".
        The program "/SAPAPO/SAPLOM_TIMESERIES" was started as a background job.
        Job Name....... "/SAPAPO/TS_REALIGN_COPY"
        Job Initiator.. "CIBERNLAPO2"
        Job Number..... 00015100
        The termination is caused because exception "CX_SY_NATIVE_SQL_ERROR" occurred
         in
        procedure "/SAPAPO/OM_TS_DATA_COPY" "(FUNCTION)", but it was neither handled
         locally nor declared
        in the RAISING clause of its signature.
        The procedure is in program "/SAPAPO/SAPLOM_TIMESERIES "; its source code
         begins in line
        1 of the (Include program "/SAPAPO/LOM_TIMESERIESU20 ".
    Kindly suggest any notes or is any setting needs to be modified.
    Regards,
    Kaasi

    Hello Ada,
    the job was aborted due:
    Database error text........: "POS(1) Work rolled back: BAD_ALLOCATION in 
         SAPTS_COPY_DA"
        Database error code........: 600
        Triggering SQL statement...: "EXECUTE PROCEDURE SAPTS_COPY_DATA"
        Internal call code.........: "[DBDS/NEW DSQL]"
        Please check the entries in the system log (Transaction SM21).
    From the posted dump.
    Was it lack of OMS heap memory, memory leaking, program error or huge data selection for application run it's not clear. It will be best for SAP customer to create the SAP message and get SAP support when application canceled due Database error BAD_ALLOCATION in  LCA routine.
    Regards, Natalia Khlopina

  • Cache server metrics-Current Open connections

    hello all,
    I have a query regarding the dashboard cache server metrics in CMC.
    When I run the dashboards, data is getting cached in the cache memory, but dashboards are using that cached data only when the "Current Open connections" in the "Dashboard cache server metric" is non-zero.
    i.e., example when I run the dashboards for the first time, "Current Open connections" under Cache server metrics is 10. When I run the dashboards immediately with in 20 minutes, results would come very fast. But after 20 minutes , the "Current Open connections" are becoming 0(connections seems to be expiring) and after I run the dashboards, they are performing slowly though the data is present in the cache memory.
    I have tried changing the "Idle Connection timeout" to 240 minutes from the existing 60 minutes, still "Current Open connections" under Cache server metrics is becoming 0 after 20 minutes.
    Kindly help me as this is affecting the dashboards performance.
    Thank you.

    Hello,
    Appreciate any help on this. Attached is the screenshot of what I was referring to. "Currently Open Connections" becoming 0 in 20 minutes(even after the idle time connection timeout is increased to 240 minutes) , while the number of open connections shows the number.

  • My mbp seems to "leak" current when connected to the power grid. Am I the first to notice?

    My mac book seems to "leak" current when connected to the power grid. Am I the first to notice?

    Grounded or not, this should not occur. Grounding is just for safety not to keep working on a leaking machine. What does Apple say about this. When I return from holiday I will contact them and find out. In the mean time thanks for the feedback.

  • How to display current/previous connections to iPhone hotspot?

    Hi,
    While using my iPhone personal hotspot to provide a web connection to my Macbook Air, sometimes the iPhone shows 2 connections (but I should be the only one using it!).  How can I find out if other people are using my hotspot? Is it possible to display the current/previous connections that have been made to the hotspot, somewhere in the iPhone menus?
    Thanks.

    Ok so here is my problem. The current position display 3 times. The rest is correct. it only display once. Any ideas on how to get rid of the 2 extra rows that is being displayed with the current position?? I only need the current position to display once with the previous position info.
    select distinct pvs.person_id,
    peo.EMPLOYEE_NUMBER empno,
    peo.FULL_NAME,
    (DECODE (peo.sex, 'M', 'Male', 'F', 'Female') ) gender,
    (DECODE (peo.per_information4
    ,'01', 'Indian'
    ,'02', 'African'
    ,'03', 'Coloured'
    ,'04', 'White') ) race,
    peo.ORIGINAL_DATE_OF_HIRE,
    pvs.EFFECTIVE_START_DATE curr_start_date,
    RTRIM (SUBSTR (pvs.job, 1, INSTR (pvs.job, ';') ) ,';') current_position,
    pvs.ORGANIZATION current_organization,
    substr(pvs.PAYROLL,5)current_company,
    a1.previous_position,
    a1.previous_organisation,
    a1.previous_company
    from per_periods_of_work_v pv,
    per_assignments_v2 pvs,
    per_all_people_f peo,(select distinct RTRIM (SUBSTR (pvs.job, 1, INSTR (pvs.job, ';') ) ,';') previous_position,
    pvs.ORGANIZATION previous_organisation,
    substr(pvs.PAYROLL,5)previous_company,
    pvs.job_id job_id,
    pvs.organization_id,
    pvs.position_id,
    pvs.location_id,
    pvs.PERSON_ID,
    pvs.PEOPLE_GROUP_ID,
    pvs.EFFECTIVE_END_DATE,
    pvs.EFFECTIVE_START_DATE
    from per_assignments_v2 pvs
    where sysdate > pvs.EFFECTIVE_END_DATE
    and pvs.person_id=4723
    )a1
    where peo.person_id = pvs.person_id
    and pvs.person_id = pv.person_id
    and a1.person_id = pvs.person_id
    and pvs.EFFECTIVE_START_DATE between peo.EFFECTIVE_START_DATE and peo.EFFECTIVE_END_DATE
    and pvs.PEOPLE_GROUP_ID <> a1.people_group_id
    and pvs.JOB_ID <> a1.job_id
    and pvs.ORGANIZATION_ID <> a1.organization_id
    and pvs.position_id <> a1.position_id                     activating this elimnates 1-Feb-2008 info
    and pvs.effective_start_date -1 = a1.effective_end_date     activating this eliminates 1-feb-2008, 1-jul-2006, 1-april-1996 info
    and pv.person_id = 4723
    order by pvs.effective_start_date desc

  • On a certain website, it says to click here to download plugin (Java). When executing the download, it says 'the installer cannot proceed with the current Internet Connection settings. I'm running 4.01. It was fine before the upgrade.

    On a certain website, it says to click here to download plugin Java Runtime Environment. I receive the message installer cannot proceed with the current Internet Connection settings. It was fine before the upgrade to 4.01. I have another PC that has IE on it and it works fine and again it worked fine until the upgrade to 4.01. I've done the off-line download but in Firefox it still says I need the plugin and still results in the installer cannot proceed with the current Internet Connection settings.

    You can install Java from here: http://www.java.com/en/<br><br>
    You also need to update your Flash installation since the one you have at the moment exposes your system to attack. It's a similar story for Adobe Reader.
    See:<br><br>
    * http://www.adobe.com/support/security/bulletins/apsb11-12.html<br><br>
    * http://www.adobe.com/support/security/bulletins/apsb11-08.html<br><br>
    Download from here:<br><br>
    * Adobe Flash: http://get.adobe.com/flashplayer/<br><br>
    * Adobe Shockwave For Director: http://get.adobe.com/shockwave/<br><br>
    * Adobe Reader: http://get.adobe.com/reader/?promoid=BUIGO<br><br>

  • The error "-10401" occurred in the current database connection "LCA"

    Hi everyone,
    I installed livecache 7.7 with scm7.0,when i did postinstallation  Initialization or run t-code lca03,i got error dump as below.now the livecache states is good.in scm server I not installed package Lcapps.please help give your advise,thank you so much.
    untime Errors         DBIF_DSQL2_SQL_ERROR
    xception              CX_SY_NATIVE_SQL_ERROR
    ate and Time          01/20/2010 03:26:32
    Short text
        An SQL error occurred when executing Native SQL.
    What happened?
        The error "-10401" occurred in the current database connection "LCA".
    How to correct the error
        Database error text........: "Conversion of parameter/column (1) would tru
         data"
        Database error code........: "-10401"
        Triggering SQL statement...: "EXECUTE PROCEDURE "APS_PLAN_VERSION_GET""
        Internal call code.........: "[DBDS/NEW DSQL]"
        Please check the entries in the system log (Transaction SM21).
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:

    Hi Natalia,
    thanks for you much help,the livecache version is 7.7.02,so I will try to upgrade to 7.7.04,thank you.
    Server Utilities    d:/sapdb/programs      7.7.02.08     64 bit    valid
    DB Analyzer         d:/sapdb/programs      7.7.02.08     64 bit    valid
    PCR 7301            d:/sapdb/programs      7.3.01.21               valid
    PCR 7500            d:/sapdb/programs      7.5.00.42     64 bit    valid
    SAP Utilities       d:/sapdb/programs      7.7.02.08     64 bit    valid
    APO LC APPS         d:/sapdb/k1p/db/sap    6.00.004      64 bit    valid
    Base                d:/sapdb/programs      7.7.02.08     64 bit    valid
    Redist Python       d:/sapdb/programs      7.7.02.08     64 bit    valid
    JDBC                d:/sapdb/programs      7.6.03.02               valid
    Messages            d:/sapdb/programs      MSG 0.5010              valid
    ODBC                d:/sapdb/programs      7.7.02.08     64 bit    valid
    SQLDBC 77           d:/sapdb/programs      7.7.02.08     64 bit    valid
    Database Kernel     d:/sapdb/k1p/db        7.7.02.08     64 bit    valid
    Loader              d:/sapdb/programs      7.7.02.08     64 bit    valid
    SQLDBC              d:/sapdb/programs      7.7.02.08     64 bit    valid
    Fastload API        d:/sapdb/programs      7.7.02.08     64 bit    valid
    SQLDBC 76           d:/sapdb/programs      7.6.01.15     64 bit    valid

  • The error "-10709" occurred in the current database connection "LEA"

    Hi,
    I've Updated forecast and I have the followoing error message,
    (/SAPAPO/MMSDP)
    Database error text........: "Connection failed (RTE:protocol error)"
    Database error code........: "-10709"
    Triggering SQL statement...: "EXECUTE PROCEDURE LCK_DEQUEUE_OWNER"
    Internal call code.........: "[DBDS/NEW DSQL]"
    Please check the entries in the system log (Transaction SM21).
    the error "-10709" occurred in the current database connection "LEA"
    just after it was ok .
    I knwo LEA is the lock table to the liveache, is there parametes tied to the lock (like R/3 enque/table...?)
    Does someone have an idea of this issue (which happened regulary for the first time this morning, we're SCM 5.0)
    Best Regards,
    John

    John,
    It looks like a support pack issue.
    Check this post, maybe it will help:
    the error "-10401" occurred in the current database connection "LCA"
    Let me know if this was helpful.
    Abhi

  • Error "-602" occurred in the current database connection "R/3*".

    Hi All,
    I am working with Preview 2004s ABAP Trial version ,when load data from PSA to Info cube with help of DTP , getting following error.
    Runtime Errors DBIF_DSQL2_SQL_ERROR
    Except. CX_SY_NATIVE_SQL_ERROR
    Date and Time 20.07.2008 16:04:52
    Short text
    An SQL error occurred when executing Native SQL.
    What happened?
    The error "-602" occurred in the current database connection "R/3*".
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    How to correct the error
    Database error text........: "POS(1) System error: BD Index not accessible"
    Database error code........: "-602"
    Triggering SQL statement...: "INSERT INTO "/BIC/SZD_PROD" ( "/BIC/ZD_PROD",
    "SID", "CHCKFL", "DATAFL", "INCFL" ) VALUES ( ? , ? , ? , ? , ? )"
    Internal call code.........: "DBDS/NEW DSQL"
    Please check the entries in the system log (Transaction SM21).
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    please help me in this
    Kind regards.
    Hari

    Hi All,
    Problem resloved.
    hari

  • Error "-7500" occurred in the current database connection "LCA"

    LC & apo box rebooted due hardware failure now once LC is up then all cif quuese are failing with "An SQL error occurred when executing Native SQL" error. Looking further it indicates lc issue.
    Getting multiple dumps in apo box with :-
    Short text
        An SQL error occurred when executing Native SQL.
    What happened?
        The error "-7500" occurred in the current database connection "LCA".
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    How to correct the error
        Database error text........: "POS(1) DCOM HRESULT:APS_COM_VERSION_GET,00000002"
        Database error code........: "-7500"
        Triggering SQL statement...: "EXECUTE PROCEDURE "APS_COM_VERSION_GET""
        Internal call code.........: "[DBDS/NEW DSQL]"
        Please check the entries in the system log (Transaction SM21).
    Steps already taken :-
    1) LC apps start/stop
    2) Index recovery done from DBMGUI
    Any suggestion on this ? Only expert comments please.

    >
    > Steps already taken :-
    > 1) LC apps start/stop
    did you restart liveCache from LC10 -> administration-> ...?
    -any errors in lcinit.log ? (/sapdb/data/wrk/)
    -any errors in knldiag or knldiag.err
    -I would suggest to open SAP message and let them to login and check it
    Regards
    Ivan

  • I am trying to install Java. I get the follwoing The installer can not proceed with the current internet connection

    I am trying to install Java6 from a free down load. I keep getting the following error message:
    The installer can not proceed with the current internet connection settings.
    I have tried every option under internet connections.

    #'''Install or Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    #*Java Test: http://www.java.com/en/download/help/testvm.xml
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Shockwave Flash 10.2 r153
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE

  • How to tell current wifi connection protocol?

    Since my Time Capsule is set up to use radio mode: 802.11n (b/g compatible),
    how can I tell which speed/protocol my iMac is actually using for its current wifi connection?
    (I don't see this info in System Profiler.)
    Message was edited by: polyglotinc

    If your mac is wireless N capable it will connect to your base station using the wireless N protocol however you wont benefit from the extra speed wireless N offers in a mixed network you have to setup and exclusive wireless N network.
    To see how fast your connection is install menu meters from raging menace
    http://www.ragingmenace.com/
    Then in the menumeters preferences set it up to monitor your network connection. This will then show you what speed your wireless interface is connected.

  • Different bex connections

    Hi
    We have two bex connections opened   by two different developers.  Each developer   wants to collect his own updates. But while updating a query the system doesn't ask to which connection assign the update and assigns them all to the same  queue.
    How can I solve the  problem ?

    Hi Rita,
    From your description, i think you mean BEx transport request, that you have two transport requests, each assign to a different developer.
    There are many different ways to coordinate the BEx query update, one scenario is to have a standard BEx transport request, which will collect all changes regardless which developer is editing what query or object.
    Option 1: Release the standard BEx transport request (don't import standard) and manually collect the edited query (vai transport connection from AWB) by each developer in their new transport request. This will waste a request and troublesome due to manually transport collection but will guarantee change integrity for each developers' work.
    Option 2: Coordinate the changes between two developers then just release and import the standard BEx transport request.
    Pardon me if you already know this, the standard BEx transport request can be organised in Transport Connection in your AWB, the icon is just near top right hand corner of the screen. Let me know if you need further help.
    Please be aware, this is not the only solution, it all depends on how your team is organised.
    cheers.

  • Find out information about current network connection

    Hi,
    I am looking for a library that helps me find out several things about the current network connection, e.g.
    - am I behind a firewall?
    - latency
    - bandwidth
    I know, that the information gathered largely depends on the internet connection of another client or server and may change over time. However, I still need the option to find out... And instead of reinventing the wheel, I asked myself if there was something out there I did not find using search...
    Thank you very much
    Karl

    There is no such thing (at least not that I know of) because it is technically almost impossible to do. As you already mentioned you need some other party you can test with for the different factors. There are things like STUN, though, which can help you find your IP address as it appears to other people on the internet.

  • Need help extending my current wireless connection

    Hi guys,
    I'd like to extend my current connection so that it reaches the two back bedrooms in the house. At the moment, we're lucky if we see one bar there. A friend spent a few hours this week trying to figure this out and finally gave up.
    Our internet provider currently has us set up with a:
    Huawei router HG655b
    As options, I currently have access to an airport express (802.11n) as well as a Linksys E1000 wireless-N router and wonder if either could be used simply to extend the current wifi signal to reach the back bedrooms(mostly for ipads and ipods) OR completely replace the current Huawei router with either device to increase the current router's poor signal range.
    I do most of my work in one of the rooms adjacent to the back two bedrooms and currently have a macbook pro connected by ethernet cable. I'd like to use this room to set up the airport express or linksys router if need be. On another note, the only system we have here with cd access is the macbook pro with Lion OS X. When I tried to install the Linksys router, we got an error message saying it wasn't compatible with Lion yet. Attempts to set it up without the cd have proven futile.
    Thanks for any help in advance guys, we're totally clueless at the moment....

    Hi again huluvu,
    Changing the security settings on my Huawei didn't seem to make any difference unfortunately. I'm really not sure what the problem could be with my express. I am living in the middle east at the moment but I don't think this should matter as I know lots of others here who are using various airport products.
    The good news is that I was able to increase the signal strength by setting up and creating a new network on the Linksys router. We're now able to get two bars(hey, it's better than one) and I'm wondering if I can physically move the router to another room closer or actually in one of the bedrooms. I currently have the Linksys router sitting next to and connected to the Huawei by ethernet cable. I haven't tried it yet as I'm worried about causing problems with the newly created network but I wonder if I could now unplug the ethernet cable on the Linksys and move it and plug it in in one of the back bedrooms(without ethernet cable) or does it need to be connected to the Huawei by ethernet. If so, I guess I could run the ethernet cable into the bedroom as well but would prefer not to unless need be.
    Thanks again for the detailed info. I had the iStumbler app before but am now using the KisMAC app which I believe does pretty much the same thing. I'm going to look at the "wifi scanner" app now.
    Cheers!

Maybe you are looking for

  • "FILE CORRUPTED" error message on N 78

    My phone is a Nokia N78 and my problem is as followed: Before updating the firmware from version 12 to version 20, I had google maps installed. After updating over the air, google maps (and also several other apps) got removed. When i tried to downlo

  • Cannot download preordered album

    I recently preordered the new Of Men & Men album "Restoring Force" which was due for release as of yesterday. I went to download said album and upon clicking "Check for available downloads" under the store tab, I was told that all purchases had alrea

  • Mainstage 2.1.1

    my software update says there is a mainstage 2.1.1 update. but i cant find it on the apple site. currently i have Mainstage 2.1 installed and i can find that on the apple site but not 2.1.1. could somebody post me the link. thanks

  • HTMLB- Button Event CASE Dyn Nav problem

    Hi, I am prototyping a solution in BSP which has a page with two buttons at the bottom, a BACK button and a SUBMIT button which both send the User to different pages, and I can't make the re-directs work. I am trying to stick to HTMLB and not get laz

  • Cross companycode document posting using FB50

    Hi All:   Need your kind help...   I m trying to post cross company code document using FB50.   After entering Basic data and Items(Only two entries for debit and credit each), I m trying to simulate the document.   In process of simulation, two auto