What does acs 4.1 appliance join a domain????

Hi all!
I'm first do acs 4.1, i have a problem as What does acs 4.1 appliance join a domain????
I lab with acs 4.1 on window server 2003 is ok, but when work with acs 4.1 appliance, i don't know join domain for this appliance so not use window database
I want setup window database but not successful
Please help me !!!!!!!
thanks very much

Hi,
Use ACS appliance remote agent:
ACS SE remote agent installation guide:
http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacsapp/csapp41/rase41/index.htm
http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_solution_engine/3.3/installation/guide/remote_agent/ra.html
ACS SE RA:
http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.1/user/LgsRpts.html#wp638135

Similar Messages

  • OWB does not allow full outer join

    I got following error (twice) while validating my mapping: "VLD-1506: Invalid Expression: Mixing full and partial outer joins in one mapping is not supported".
    I have following join conditions in my mapping:
    1) INGRP1.DISTRICT_ID = INGRP2.DISTRICT_ID And INGRP1.CHARGE_PERIOD_ID = INGRP2.CHARGE_PERIOD_ID And INGRP1.UTL_ID = INGRP2.UTL_ID
    2) The same
    3) INGRP1.CHARGE_PERIOD_ID (+) = INGRP2.CHARGE_PERIOD_ID (+) And
    INGRP1.DISTRICT_ID (+) = INGRP2.DISTRICT_ID (+) And
    INGRP1.PROVIDER# (+) = INGRP2.PROVIDER# (+)
    I suppose there is not any partial joins here. I tried to make first and second conditions with full outer joins too:
    INGRP1.DISTRICT_ID (+) = INGRP2.DISTRICT_ID (+) And
    INGRP1.CHARGE_PERIOD_ID (+) = INGRP2.CHARGE_PERIOD_ID (+) And
    INGRP1.UTL_ID (+) = INGRP2.UTL_ID (+) And
    INGRP1.DISTRICT_ID IS NOT NULL And
    INGRP2.DISTRICT_ID IS NOT NULL
    If I do this, validation reports the same error, but six times instead of twice.
    If I remove outer joins OWB generates following mapping statement:
    MERGE
    /*+ APPEND PARALLEL(MMB$ACCOUNT, DEFAULT, DEFAULT) */
    INTO
    "MMB$ACCOUNT"
    USING
    (SELECT
    /*+ NO_MERGE */
    "INGRP1"."DISTRICT_ID" "DISTRICT_ID",
    DIC$TIME_RECODER."MONTH_ID" "MONTH_ID",
    "INGRP1"."PROVIDER#" "PROVIDER#",
    "INGRP1"."ACCOUNT_NO" "ACCOUNT_NO",
    "INGRP2"."ACCOUNT_NO" "ACCOUNT_NO_1"
    FROM "DIC$TIME_RECODER" DIC$TIME_RECODER,
    (SELECT
    /*+ DRIVING_SITE("AGG"."AGG_INPUT_SUBQUERY"."FC_CHARGES_1_GKH_REL2_GKH_STAR") */
    "AGG"."CHARGE_PERIOD_ID" "CHARGE_PERIOD_ID",
    "AGG"."DISTRICT_ID$0" "DISTRICT_ID",
    "AGG"."PROVIDER#$0" "PROVIDER#",
    "AGG"."ACCOUNT_NO$0" "ACCOUNT_NO"
    FROM (SELECT
    ("AGG_INPUT_SUBQUERY"."CHARGE_PERIOD_ID$0") "CHARGE_PERIOD_ID",
    ("AGG_INPUT_SUBQUERY"."DISTRICT_ID$1") "DISTRICT_ID$0",
    ("AGG_INPUT_SUBQUERY"."PROVIDER#$1") "PROVIDER#$0",
    COUNT(DISTINCT ("AGG_INPUT_SUBQUERY"."ACCOUNT_NO$1")) "ACCOUNT_NO$0"
    FROM (SELECT
    "INGRP1"."DISTRICT_ID" "DISTRICT_ID$1",
    "INGRP1"."CHARGE_PERIOD_ID" "CHARGE_PERIOD_ID$0",
    DM_UTILITIES_1_GKH_R14554."PROVIDER#" "PROVIDER#$1",
    "FC_CHARGES_1_GKH_REL2_GKH_STAR"."ACCOUNT_NO" "ACCOUNT_NO$1"
    FROM {"FC_CHARGES"@GKH_REL2_GKH_STAR} "FC_CHARGES_1_GKH_REL2_GKH_STAR",
    {"DM_UTILITIES"@GKH_REL2_GKH_STAR} DM_UTILITIES_1_GKH_R14554,
    (SELECT
    "DEDUP"."DISTRICT_ID$2" "DISTRICT_ID",
    "DEDUP"."CHARGE_PERIOD_ID$1" "CHARGE_PERIOD_ID",
    "DEDUP"."UTL_ID" "UTL_ID"
    FROM (SELECT
    DISTINCT
    "FC_CHARGES_GKH_REL2_GKH_STAR"."DISTRICT_ID" "DISTRICT_ID$2",
    "FC_CHARGES_GKH_REL2_GKH_STAR"."CHARGE_PERIOD_ID" "CHARGE_PERIOD_ID$1",
    "FC_CHARGES_GKH_REL2_GKH_STAR"."UTL_ID" "UTL_ID"
    FROM {"FC_CHARGES"@GKH_REL2_GKH_STAR} "FC_CHARGES_GKH_REL2_GKH_STAR" WHERE ( (MAP_DIC$ACCOUNT."DATE_START") <= coalesce ( "FC_CHARGES_GKH_REL2_GKH_STAR"."CHANGED_DATE_#" , "FC_CHARGES_GKH_REL2_GKH_STAR"."CREATED_DATE_#" ) )) "DEDUP" ) "INGRP1" WHERE ( "INGRP1"."DISTRICT_ID" = "FC_CHARGES_1_GKH_REL2_GKH_STAR"."DISTRICT_ID" ) AND
    ( "INGRP1"."CHARGE_PERIOD_ID" = "FC_CHARGES_1_GKH_REL2_GKH_STAR"."CHARGE_PERIOD_ID" ) AND
    ( "INGRP1"."UTL_ID" = "FC_CHARGES_1_GKH_REL2_GKH_STAR"."UTL_ID" ) AND
    ( ( DM_UTILITIES_1_GKH_R14554."UTL_ID" (+) = "INGRP1"."UTL_ID" ) )) "AGG_INPUT_SUBQUERY"
    GROUP BY
    ("AGG_INPUT_SUBQUERY"."DISTRICT_ID$1"), ("AGG_INPUT_SUBQUERY"."CHARGE_PERIOD_ID$0"), ("AGG_INPUT_SUBQUERY"."PROVIDER#$1")) "AGG" ) "INGRP1",
    (SELECT
    /*+ DRIVING_SITE("AGG_1"."AGG_INPUT_SUBQUERY$0"."FC_PAYMENTS_1_GKH_RE143940") */
    "AGG_1"."PROVIDER#$2" "PROVIDER#",
    "AGG_1"."DISTRICT_ID$3" "DISTRICT_ID",
    "AGG_1"."CHARGE_PERIOD_ID$2" "CHARGE_PERIOD_ID",
    "AGG_1"."ACCOUNT_NO$2" "ACCOUNT_NO"
    FROM (SELECT
    ("AGG_INPUT_SUBQUERY$0"."PROVIDER#$3") "PROVIDER#$2",
    ("AGG_INPUT_SUBQUERY$0"."DISTRICT_ID$4") "DISTRICT_ID$3",
    ("AGG_INPUT_SUBQUERY$0"."CHARGE_PERIOD_ID$3") "CHARGE_PERIOD_ID$2",
    COUNT(DISTINCT ("AGG_INPUT_SUBQUERY$0"."ACCOUNT_NO$3")) "ACCOUNT_NO$2"
    FROM (SELECT
    "INGRP1"."DISTRICT_ID" "DISTRICT_ID$4",
    "INGRP1"."CHARGE_PERIOD_ID" "CHARGE_PERIOD_ID$3",
    DM_UTILITIES_GKH_REL2_GKH."PROVIDER#" "PROVIDER#$3",
    "FC_PAYMENTS_1_GKH_RE143940"."ACCOUNT_NO" "ACCOUNT_NO$3"
    FROM {"FC_PAYMENTS"@GKH_REL2_GKH_STAR} "FC_PAYMENTS_1_GKH_RE143940",
    {"DM_UTILITIES"@GKH_REL2_GKH_STAR} DM_UTILITIES_GKH_REL2_GKH,
    (SELECT
    "DEDUP_1"."DISTRICT_ID$5" "DISTRICT_ID",
    "DEDUP_1"."CHARGE_PERIOD_ID$4" "CHARGE_PERIOD_ID",
    "DEDUP_1"."UTL_ID$0" "UTL_ID"
    FROM (SELECT
    DISTINCT
    "FC_PAYMENTS_GKH_REL2_GKH_STAR"."DISTRICT_ID" "DISTRICT_ID$5",
    "FC_PAYMENTS_GKH_REL2_GKH_STAR"."CHARGE_PERIOD_ID" "CHARGE_PERIOD_ID$4",
    "FC_PAYMENTS_GKH_REL2_GKH_STAR"."UTL_ID" "UTL_ID$0"
    FROM {"FC_PAYMENTS"@GKH_REL2_GKH_STAR} "FC_PAYMENTS_GKH_REL2_GKH_STAR" WHERE ( (MAP_DIC$ACCOUNT."DATE_START") <= coalesce ( "FC_PAYMENTS_GKH_REL2_GKH_STAR"."CHANGED_DATE_#" , "FC_PAYMENTS_GKH_REL2_GKH_STAR"."CREATED_DATE_#" ) )) "DEDUP_1" ) "INGRP1" WHERE ( "INGRP1"."DISTRICT_ID" = "FC_PAYMENTS_1_GKH_RE143940"."DISTRICT_ID" ) AND
    ( "INGRP1"."CHARGE_PERIOD_ID" = "FC_PAYMENTS_1_GKH_RE143940"."CHARGE_PERIOD_ID" ) AND
    ( "INGRP1"."UTL_ID" = "FC_PAYMENTS_1_GKH_RE143940"."UTL_ID" ) AND
    ( ( DM_UTILITIES_GKH_REL2_GKH."UTL_ID" (+) = "INGRP1"."UTL_ID" ) )) "AGG_INPUT_SUBQUERY$0"
    GROUP BY
    ("AGG_INPUT_SUBQUERY$0"."DISTRICT_ID$4"), ("AGG_INPUT_SUBQUERY$0"."CHARGE_PERIOD_ID$3"), ("AGG_INPUT_SUBQUERY$0"."PROVIDER#$3")) "AGG_1" ) "INGRP2" WHERE ( "INGRP1"."CHARGE_PERIOD_ID" = "INGRP2"."CHARGE_PERIOD_ID" ) AND
    ( "INGRP1"."DISTRICT_ID" = "INGRP2"."DISTRICT_ID" ) AND
    ( "INGRP1"."PROVIDER#" = "INGRP2"."PROVIDER#" ) AND
    ( ( DIC$TIME_RECODER."PERIOD_ID" (+) = "INGRP1"."CHARGE_PERIOD_ID" ) )
    ) "MERGEQUERY_325"
    ON (
    "MMB$ACCOUNT"."DISTRICT_ID" = "MERGEQUERY_325"."DISTRICT_ID" AND
    "MMB$ACCOUNT"."MONTH_ID" = "MERGEQUERY_325"."MONTH_ID" AND
    "MMB$ACCOUNT"."PROVIDER_ID" = "MERGEQUERY_325"."PROVIDER#" )
    WHEN NOT MATCHED THEN
    INSERT
    ("MMB$ACCOUNT"."DISTRICT_ID",
    "MMB$ACCOUNT"."MONTH_ID",
    "MMB$ACCOUNT"."PROVIDER_ID",
    "MMB$ACCOUNT"."QNT_CHARGED",
    "MMB$ACCOUNT"."QNT_PAID")
    VALUES
    ("MERGEQUERY_325"."DISTRICT_ID",
    "MERGEQUERY_325"."MONTH_ID",
    "MERGEQUERY_325"."PROVIDER#",
    "MERGEQUERY_325"."ACCOUNT_NO",
    "MERGEQUERY_325"."ACCOUNT_NO_1")
    WHEN MATCHED THEN
    UPDATE
    SET
    "QNT_CHARGED" = "MERGEQUERY_325"."ACCOUNT_NO",
    "QNT_PAID" = "MERGEQUERY_325"."ACCOUNT_NO_1";
    What does it mean? Is JOINER's full outer join is incompatible with KEY LOOKUP operator and KL should be replaced with WB_LOOKUP_NUM?

    Sanders,
    Key lookup always does a partial outer join. When the full outer join and partial outer join conditions are put together, there is no available syntax to facilitate it.
    The way to this to generate the join operator (with full outer join) first in a subquery, then generate the key lookup as the outer query. Or the other way around, first the key lookup then the full outer join. The important part is that the key lookup can't be merged into the FROM-list.
    So there are two workarounds. One is what you already pointed out, using WB_LOOKUP_NUM.
    The other is to explicitly spell out the key lookup logic in the mapping by introducing a join with the lookup table, like this.
    Change
    Table1
    .......... Join (w/ foj cond.) ---> KeyLookup
    Table2
    to
    Table1
    .......... Join (w/ foj cond)
    Table2 ........................ Join (w/ poj cond.) ---> Lookup table
    Nikolai Rochnik

  • HT5437 When I try to connect to a WiFi network that I need a screen pops up and says "The network you're attempting to join requires you to install a profile on your Apple TV." What does this mean?

    When I try to connect to a WiFi network that I need a screen pops up and says "The network you're attempting to join requires you to install a profile on your Apple TV." What does this mean?

    Yes, home sharing requires both to be on the same wifi network. As it stands access to the network requires the login via webpage, which cannot be done on Apple TV.  You will need to speak to IT in order to grant access for the device.

  • HT5293 what does it mean if this pops up when getting on a network. it read, unable to join due to another device is using this ip address.

    what does it mean when the message , "can not join network due to another device using this ip address?"

    Most likely, you're getting a network address from your router. The address assignment ("lease") expires, and has to be renewed, after a certain amount of time, which might be one hour or one day. The lease expired without being renewed because the device was offline at the time. Meanwhile, the address was leased to another device on the network. When the first device comes back online, it still has the address that's now also leased to the second device. Depending on what kind of router you have, the conflict may resolve itself automatically. If not, then from the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the TCP/IP tab. Now look at the menu labeled Configure IPv4. If the selection in that menu is Using DHCP, click the button labeled Renew DHCP Lease. Test.
    Less likely, you have a network address that you assigned yourself, and another device is assigning itself the same address. In that case, the selection in the Configure IPv4 menu will be either Manually or Using DHCP with manual address. This kind of conflict won't be resolved automatically. You have the following options to resolve it:
    Change the menu selection to Using DHCP.
    Change the manually-assigned address to one that isn't being used by another device.
    Change the address of the other device.  
    Which of these options you should choose depends on the details of why you're using a static IP address. Any change you make to the network settings must be applied before it takes effect. To do that, click OK and then Apply.

  • Force acs v.5 to join domain with a certain Domain Controller

        Hi everybody,
    I try to join an ACS v. 5.3 to the domain.  For my acs in Location A, I can join without problems using my account. When I try to join the ACS in location B to the same domain with the same account, it doesnt work.
    I looked at the debug log files for the ad client, and noticed, that the ACS in location B goes to a certain Domain Controller. However, I would have expected the ACS to contact another DC, which is located on  the same location as the ACS ... this doesnt happen.
    My question:  How does the ACS determine what DC to contact ? Is it possible to force the AC to join by connecting a certain DC ?
    Thanks for any help or ideas ?!?
    Ida              

    Hi,
    Please check your sites and services in your DNS configuration to see if the right Domain controllers are being sent to the ACS when it attempts to connect to the domain. This feature is critical and will optimize the connections that the ACS chooses in order to join the domain.
    The way this works is that ACS attempts to resolve some dns records for global catalog servers and domain controllers to the dns server configured in the initial installation script. Then the dns makes a decision based on the source ip address of the dns query and thinks that the ACS is at a specific site and returns the result of which DCs and GCs are configured in that specific site.
    let me know if that helps.
    Tarik Admani
    *Please rate helpful posts*

  • If Logical level mappings are blank in an LTS , what does it mean?

    Hi All,
    I was trying to find this out in the forum but couldn't.
    In my LTS, on the content tab, if i don't specify any "Aggregation, group by" information for the dims associated with my Fact table and keep it blank, then what does it mean? Would OBIEE treat this as at the detail level by default? So to test this, I created a logical fact and for its LTS, i didn't associate any logical level for dimensions. The query didn't give me any error and worked fine by using the correct join details.
    Also when do we associate an LTS with the Total Level for a dim, what's the use because as I understand, this means all our measures from that LTS would be calculated for the total level of the dim and we can do this by creating level based measure and associating it with the total level of the dim.
    I'll be thankful if somebody could explain me this in detail or direct me to a relevant documentation/ blog
    Thanks,
    Ronny

    Hi,
    When you have only one logical Table Source(LTS).
    You don't specify the logical levels. By default it would consider the detail level of the logical levels mapped to the fact table.
    When you have Multiple logical Table Source(LTS).
    The concept of Multiple LTS comes into picture when you have multiple sources. The BI server picks the optimum logical source depending upon the fields (columns) selected. And also depends on the Number of element set while creating the dimension hierarchies. Refer-http://gerardnico.com/wiki/dat/obiee/level_number_element
    For example- Suppose you have two logical table source Fact 1 and Fact 2 and logical levels( dimension hierarchies are created for two dimensions Dim 1 and Dim 2).
    For the first Fact 1 source logical level is mapped only with Dim 1 and Fact 2 is mapped to Dim 2.
    (You need to decide which fact source to hit depending upon the dimensions used in the report.)
    Then in the report when you select Dim 1 (by means of column selector/filters) then Fact 1 source will be hit and same appears in the query.
    Then in the report when you select Dim 2 (by means of column selector/filters) then Fact 2 source will be hit and same appears in the query.
    One more situation where you have mapped Fact 1 with Dim 1 First level of aggregation and Fact 2 with Dim 1 with Detailed level. Then the BI server picks depending upon the user's request. If the request data can be pulled from the detailed level ( which tends to be optimum then picks from the second source).
    So, its always better to set the logical source and check the query, if its hitting the correct sources according to the requirements.
    Regards,
    MuRam

  • 'Device sharing same IP address as your computer' - what does this mean?

    I purchased an Airport Express yesterday and was having connection problems after setting it up to only join my existing network (to play wireless audio to speakers in the kitchen) - I seem to have solved the issue by switching off WPS on my base station (provided by my ISP)
    My question is: after making this change to the settings, I got a message saying 'this device' (presumably meaning the Airport Express) was now sharing the same IP address as my MacBook Pro.
    What does this mean, and will there be any detrimental effects?

    Thanks BTF. Presumably only my MacBook Pro and the Apple TV are connected to the internet as the Airport Express is only set up to join the existing network with the crappy router as the base station. Neither the ATV or AE have static IPs assigned.
    I have since restarted my MacBook Pro and at present have Airplay audio streaming to the AE and video to the ATV simultaneously without any (at the moment) problems.

  • When I try to connect to my wifi a lock symbol comes up...what does that mean

    When I try to connect to my wifi on my iphone 4 a lock symbol comes up...what does that mean?

    The lock symbol doesn't go away when you join your network.  When you join it it will show a check mark next to it and a wifi symbol will appear on the top left of your screen.

  • Padlock Symbol at Lower Left of USB hard drive Icon - What does it mean ?

    Presumably the small locked padlock that appears at the lower left corner of my USB external hard drive's mounted icon when I boot into Leopard means the volume is locked in some way ????
    This volume is NOT my designated Time Machine volume.
    I seem to be able, as my computer's administrator, to still write to and read from this drive and the permissions look OK for it so what does this newly appearing lock icon mean and how do I get rid of it ?
    Also: on the Mac's internal drive this time, Why is the finder asking for my password very time I try to move or delete files and folders from my own home documents folder when logged in normally as myself ? Don't I "own" my own home folder ?????

    I too want to join in on this Band Wagon! I did nothing new to my Mac Pro running Leo 10.5.2 and all current updates applied. First thing I noticed was copying files from an external usb drive. The file would get to almost finished and have maybe a couple of bits left. Then a notice would appear saying the files were corrupted. (NOT) I had to Force Quit the Finder and Relaunch it in order to remove the warning notice off of the desktop. Then I noticed 1 of my 4 internal drives with the padlock on the lower left hand side. As I was investigating that drive another drive blinked and then it too had the padlock! Now the external usb drive also has a padlock. I looked at permissions with (Command I) and found that my permissions had been changed to "Custom" which could not be changed back to read & write. In fact all of the affected drives now have the same issue. So to try to fix them I added myself to the users side of the permissions box and gave myself read and write permissions in the hope I could delete the custom permissions account. No Luck! But I was able to delete the new read write account? Ran Disk utility from the DVD an the drives still show up as being locked. Anyway when I removed the DVD I let the machine reboot. Now for the fun! It gets up to the grey background & spinning gears, goes to black and restarts. It stays caught caught in this loop until I kill the power. Call Apple support & they told me what I already knew. Reformat & start over. I do not find that to be an answer I want to know what caused it & how to fix it! Since my company just invested in 50 of these units and I am the only technician for over 200 users.

  • What is the lock symbol with the circle around it in the upper right hand side of screen and what does it mean?

    What is the lock symbol with the circle around it in the upper right hand side of screen and what does it mean?

    Thank you. 
    Would there be any particular reason why my iPad will not join my wireless internet at home but my iPhone and Macbook are joined?  I thought that sign was hindering the connect but that is completely unrelated.

  • What does the chain/link button in Logic instruments do?

    I'm a new user of Apple MacBook Pro and MainStage v2.2.2 for music ministry work.  Found the Logic Software Instruments and some useful documentation about the interface and programming for each, but no mention thus far of the two lines of controls that MainStage adds to the top of each.
    First line is blue chain/link button - no rollover help, no F1 help, no right click context menu/help, no nothing.  The pulldown items on that line and the stuff on line 2 is fairly obvious.  What does that little chain link button do?  Every one of the software instruments seems to have the button present.
    NotLiable

    Okay.  I tried your experiment.  Double click on ES P button in channel strip and up pops the ES P software instrument.    Click on link button  -- on is blue, I see -- and double click on EXS24 button in another channel strip.  EXS24 window pops up, with the link button still blue/on, replacing the ES P window.  Turn off link button and open another software instrument and it joins the EXS24 on the screen.
    I now know what the button does, and that was my entire reason for posting, but your first sentence now has me curious.  You wrote, "The Link function is not obvious in MS, but essential in Logic."  It wasn't obvious because it's not documented, that I can find, in MS help, MS User Guide or Logic Pro 9 Instrument documentation.  No rollover tip.  Zip, squat, nada.  When you contrast "obvious" with "essential," do you mean the feature is not relevant in MS?  I'm not looking for a Logic tutorial, but I did find the feature mentioned in that product's manual.  I just want to know what, if anything, I need to do with this in MS.
    Art

  • What is the BIS pack and what does it allow?

    Hi BBers,
    just me again!
    I read over this forum the last few days, and got my email/facebook/msn question fixed via going back to the telstra shop and getting a BIS pack for $10/m along with my 1GB data included in my cap plan.
    So all emails working well ...
    My next question is ... what is the BIS pack, and what does it allow me to do/use?  it was 530pm when the sales lady got to me, so she whipped it up on the computer, and sent me packing saying it will all be good in 20 mins .... no real detail except "unlimited email" ... but im sure the other sales person when I bought my phone said "apps, msn, facebook and stuff" were covered by the BIS plan.
    So please help me!!!
    I have WiFi at home, and can connect to it, but now I dont know when Im using it, or the data pack, or the BIS haha its driving me (and my husband) nuts!
    Ok, wait for replies, thanks for all views/posts.
    Heather

    Hello,
    FYI -- "here", as in these forums (which are targeted at BB/RIM services rather than carrier services), would not be the best place to find out something specific for one carrier. With so many thousands of carriers with dozens of different plans each, it's pretty much impossible to keep track of the specifics. The generic information is this:
    http://www.blackberryfaq.com/index.php/What_do_I_need_a_Data_Plan_for%3F
    But, there certainly can be variations on that given the different packages carriers put together. I do suggest you do as JSanders recommended -- contact your carrier and find out what you've signed up for.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • What does this mean (+) at the end of a condition ??

    Hi All,
    What does this notation mean at the end of a condition ?
    The notation is (+). I just came across a query that has this notation and it thew me off.
    example:
    where x.id = y.id (+)
    ....Thanks,

    Its an outer join.
    i.e Give me data from x (table) when there is no corresponding link on x.id to y.id.
    regards,
    Robert.

  • Unable to register a secondary ACS 5.2 appliance

    Hello,
         I have installed 2 ACS 5.2 appliances, the two appear as Primary. When I try to register one of them with the other one using "System Administrator -> Local Operation -> Deployment Operations" I get the following message:
    This System Failure occurred:  Unable to authenticate with node.. Your changes have not been saved.Click OK to return to the list page.
    I have tried with both "ACSAdmin" and "admin" users with their respective passwords.
    Am I doing anything wrong?
    Is there any LOG I can check to troubleshoot this?
    Thanks a lot!!!
    Regards,
    Julio

    I finally found the problem. I was using admin user (super user priviledges). I created another user with all permissions and it worked.
    Thanks a lot.

  • What does UMA do for me?

    Hi all
    I asked this on another form but no response so I'll try a broader audience...
    I know what UMA is but what does UMA mean when it is displayed on my phone (8320)?
    details;
    I have an 8320 on the Rogers Network. I have unlimited data and email with no "Talkspot" subscriptions. A Talkspot subscription is what Rogers says I need to make use of the WiFi call and inetthrough my Wifi.
    Wifi is enabled as "Wifi preferred"
    question;
    Is my phone actually using the Wifi connection when UMA is displayed? Since I don't have a subscription why does it display UMA?
    Not too broad a question I hope. I just don't why UMA is displayed when I don't have a subscription.
    What does UMA do for me when I have it displayed on my phone?
    I'll leave out my thoughts so I don't lead anyones answer.
    many thanks
    G

    GFH wrote:
    What does UMA do for me when I have it displayed on my phone?
    Nothing if you aren't using it. I will assume you know what UMA is, or you wouldn't be asking the question in this manner in regard to calling capabilities.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for