SSAS Hiding Member in Dimension

Hi Experts,
I am working On a cube with Multiple Dimensions.
On the Top of my Cube I am generating PPS reports.
All my Dimension have One of the Member of Attribute as "NotApplicable"
Example
1)Dim_City
    CITY
  -London
  -Mumbai
  -NotApplicable
2)Dim-product
    Product
 -Shoes
 -Books
 -Furniture
 -NotApplicable
In the Same Way All my Dimension have One of the Member as "NotApplicable".
When I browse the Dimension in cube or When I use this Dimension as Filter in report
I do Not want to See the Member "NotApplicable" in any of the Dimension.
what Properties of Dimension should I change  I make in my Cube ??
any Help??

hello,
You may want to tune those two attributes properties: AttributeHierarchyEnabled and AttributeHierarchyVisible. If "Not Applicable" is not part of an user hierarchy, setting the "AttributeHierarchyVisible" to false will do. Other wise you would
set "AttributeHierarchyEnabled" to false, whereby, it can only be accessible through the member property in expression such as:
WITH MEMBER [Measures].[Address]
AS '[Your Dim].[Your Dim].Properties("NotApplicable")'
http://msdn.microsoft.com/en-us/library/ms166717.aspx
http://msdn.microsoft.com/en-us/library/ms144780
Philip,

Similar Messages

  • SSAS Default Member Causing incorrect data in Excel Pivot Table using Multi-select in filter

    I have an Excel 2013 pivot table connected to an SSAS (2012) cube. One of my dimensions has a default member specified. When I drop this dimension in the filter area of my pivot table and select multiple members including the default member then
    only data for the default member is shown. Selecting multiple members where the default member is not included does not result in an issue.
    I believe this may be in an issue in how Excel builds the MDX but wanted to see if there are any work arounds.
    This issue can be recreated using AdvetureWorks using the following steps:
    Alter the Product Dimension of the SSAS Default Member by setting the default member of the Product Line Attribute to Mountain: [Product].[Product Line]&[M] 
    Process the cube
    Connect to the cube via Excel 2013
    Drag internet gross profit to the Values area (The value will be 4700437.22 which reflects the Mountain default filter)
    Drag Product Model Lines to the Filters area (you will see Mountain selected by default)
    Change the filter by checking the Select Multiple Items checkbox and checking Mountain and Road (You will see that the amount does not change)
    Change the filter again by selecting Road only (to demonstrate that Road has a value, 5602105.8, associated with it)
    Change the filter again to select Road and Touring (to demonstrate that the correct aggregation of the two selected members is preformed)

    Hi Hirmando,
    According to your description, the default member cause incorrect data when dragging a attribute that contain a default member to the FILTERS area, right?
    I can reproduce this issue on my environment, when dropping this dimension in the filter area of my pivot table and select multiple members including the default member then only data for the default member is shown. Currently, it's hard to say the root
    reason that cause this issue. In order to narrow down this issue, please apply the latest server pack and cumulative update.
    Besides, you can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback So that microsoft will confirm if this is a know issue.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • How to hide member Account dimension from BPC Administrator for Reporting

    Hi experts, i need to hide some members of the Account dimension for reporting, because those members dont use it anymore, but i dont want delete them.
    The question is: Does it exist any propierties for this dimension type that allows hiding members in reporting without set members in the BPC for Excel?
    I can create a report which contain the members i want to show, but if any change occurs (client desire) the report is outdated.
    Thank you in advance
    Ignacio Vazquez

    Ignacio,
    There is no function like that.
    You can choose below two options.
    1. Create a property like  'NOUSE'  and set a value 'Y' for unused member
         When you create EVDRE report, set a filter against that property that has value 'N'
         then those members will not be shown at the report.
    2. Create 'NOUSE' parent member and put members under this parent member.
    Maybe option 1 is more easier to do that.
    I hope it will help you
    James Lim

  • BPC 7.5 : Error in deleting member from dimension

    Hi All
    In BPC 7.5, I have created earlier one member "F_P/L"in Flow Dimension and tested some data. Now I want to delete the member "F_P/L" from the Flow Dimension and while processing it, I am getting following error :
                       " Dimension member F_P/L is an invalid member ID, Error in admin module"
    I had deleted the tested data from BI by running the clear data package as data was existing in BI. Consequently, now for this member "F_P/L" it is showing "0.00".
    Please give advise how to fix it.
    Thanks & Regards
    Aryan

    Hi Nilanjan,
    I can leave that member as unused but problem is that I am unable to create any new member in that dimension. While processing the dimension with new member I am getting same error. As Such, I am not able to use such dimension. Yes, that dimension is used in application.
    I need to add new member in the that dimension but due to above error I am not able to create any new dimension. Hence, I tried to delete such member F_P/L.
    Please suggest
    Thanks & Regards
    Aryan

  • SSAS Cube using multiple dimension hierarchies with same key

    How can I link two separate dimension hierarchies (driven from two base dimension tables) to the same attribute in the Cube? When I try this, only the common hierarchy levels between two dimensions show up under Browse. Other levels disappear. Details are:
    One SSAS 2012 Cube: Expense Daily Snapshot Each fact row has CostCentreSK attribute Two dimensions (with natural hierarchies) based on two separate DB tables. CostCentreSK is the key in both. (I know it sounds strange, but there is a good reason for this.
    Be happy to share details.)
    After processing when I browse the cube only the common levels between the two hierarchies show up.
    Expectation was that the individual hierarchies will show each of their levels. Please help.

    @Victor Rocca
    Some dimensions are common, like Dates and Codes, but mostly they are their own dimensions.  Visits
    and Actions facts have foreign keys from Events in them, so I would prefer to join directly, anyway.

  • Error while slecting member from dimension

    Hi All,
    When I open the dimension list in BPC for Excel, I am getting the following error:
    "A member could not be found in this search criteria."

    Hello,
        Did you receive the error when you try to search a specific member or just opening the dimension list?
    You can try to run eTools->Client options, clck on Clear local application information. This will refresh the information for that dimension on your local machine. If this will not solve your problem, please try to reprocess that dimension with full process option for all applicatio.
    Hope this can help you to solve the problem,
    Mihaela

  • MDX Create Member using dimension filters

    I am trying to create a measure in MDX cube with dimension filters.  The below code works.
    CREATE MEMBER CURRENTCUBE.[Measures].[SOda] AS
    [Measure].[SOda_pre],
    [Case].[Outage Cause].&[CustomerA],
    [Case.[SO Filter].&[1]
    When I add another customer name to the filter it returns #VALUE.  Below is what I tried.
    CREATE MEMBER CURRENTCUBE.[Measures].[SOda] AS
    [Measure].[SOda_pre]
    *{[Case].[Outage Cause].&[CustomerA], [Case].[Outage Cause].&[CustomerB]}
    *{[Case.[SO Filter].&[1]}

    Hi Ang202,
    In your second calculated member query, you use CrossJoin (*) function in it. Calculated members
    are members of a dimension or a measure group that are defined based on a combination of cube data, arithmetic operators, numbers, and functions. For example, you can create a calculated member that calculates the sum of two physical measures in the cube.
    It accept the numeral value. However,
    CrossJoin function returns the cross product of one or more sets. So it returns #VALUE.
    Regards,
    Charlie Liao
    TechNet Community Support

  • How to read all outline member and dimension names and display in excel

    Hi All,
    I am developing a custom excel application (VBA) and i need to display member names of a one essbase database of one application and display those members in excel sheet.
    Is there any specific API which does that thing.
    Thanks

    Combo boxes -- if those are truly your controls of choice, you are going to (I am guessing at least) only going to be looking at small and simple dimensions -- otherwise it isn't going to be very good at navigating a large dimension.
    You actually have a pretty fun process ahead of you -- writing code to get levels, relationships, etc.
    Just a note of caution -- if you have really big dimensions and are trying to get this into a treeview, you might have to come up with some sort of paging approach as you'll overwhelm Excel VBA.
    You may also want to go pure API for a lot of the dimension stuff.
    Have you checked out AppliedOLAP's Dodeca? It can read Excel worksheets, has dimension handling built in, and oh, about 1,000 other cool things including scripting, easy access to the API, etc., etc., etc. No, I don't work for them, nor do I get a commission, but it is an awesome tool in every respect. I have used AppliedOLAP's products in the past and they (the products and the company) are awesome (used twice in a paragraph, but it is that cool).
    Regards,
    Cameron Lackpour

  • Why not displayed new member in dimension sap bpc?

    Good day guys
    I have the following problem:
    Add new members to a dimension but not displayed.
    example: DIMENSION(inputcurrency) added MEMBER: MXN (Mexican Pesos); when I excel interface I can not see the new member, before this process the dimension and active AppSet.
    that could be?
    Use SAP BPC 7.5 SP8

    Hi Bish,
    Without processing a dimension the data should no go to the database. If you modify the the dimension and you want those new members in report you have to process that dimension. And if you save that dimension after modification its save the members in application sever. while retrieving the data it pick up from the database layer not from application layer, So the on fly calculation are  stored in application layer( Like conversion files, Transformation files, script logics and Member formulas). So if you want the new members in report you have to process. Its by SAP design it self.
    After modification of dimension no need to logoff and login every time. In order to avoid that option we have a anothe solution that is  Activate Metadata Cache option.
    In order to use that go to EPM--> User OPtions---> Activate metadata Option
    You can clear the metadata cache. When the cache is cleared, the structure of the data source you are connected to is synchronized with the structure copied locally; which means that the members of dimensions that have been added, modified or deleted in the data source are loaded.
    For more details related to  Metadata option go to the EPM 10 Office Addin User Guide document which is available in google free of cost
    Regards,
    Saida Reddy G

  • Can we maintain multiple owner for a particular member of dimension?

    Hi All,
    Can we set more one user as owner for a particular member of a dimension?
    Regards,
    Swetha

    Hello Swetha-
    I have not actually tried this, but in theory you could add additional members to the OWNER property by entering multiple BPC users in the u201COWNERu201D property in the member sheet (comma delimited).   These would need to be fully qualified names including the active directory, for example:  AD100\USER2000  for Active Directory "AD100", and user "User2000".
    Regards,
    Sheldon

  • Hiding Member from a member selector from users to access

    Hi Everyone,
    Sorry if I am posting this in a wrong section
    Actually I have one question regarding BO Voyager reports used created using OLAP cubes
    I have one dimension / member selector in the report. In that member selector suppose there are some columns / dimension attributes / members are like Region, Project, Project State are there
    Now in member region suppose there are 5-6 region like Asia, Europe, Africa etc
    My requirement is I want to show the values to the user based on their region and they will not be able to see or select any other region other than his/her region
    As part of its partial wok done I have already created folder against each region but in voyager report since there is o restriction they can view other region data which is a security issue
    Can you help me on this asap
    Thanks in advance

    Hi Shane,
    The Directory Integration User and API Guide has instructions for mapping users to roles. Depending upon your specific Import Person directory integration settings, you would generally not need to add these people one by one.
    Typically, organizations set the events which trigger a user record refresh (Import Person) as part of their directory integration configuration. The available events are: Person Lookup for Order on Behalf, Person Lookup for Service Form; Person Lookup for Authorization Delegate. Check with your technical team to validate how this is currently configured for your site.

  • EVDRE error on certain member from Dimension

    Hi,
    One of the template will have EVDRE error when selection this entity. Upon check, by creating simple EVDRE report, some new members from this entity cause the EVDRE error. The new members was just added to the dimension and no issue when running process dimension. We have open the dimension, save and re run the process dimension without any error but still have the evdre error when open the template with the entity. No issue with other entity For info we are running BPC MS 7.5 upgraded recently from BPC MS 7.0. Any help is very much appreciated.

    Hi Kheirudin,
    sorry from your description I didn't understand it was the same issue. If it is the same normally you're able to process the dim the day after.
    You don't need to raise to SAP, SAP has released one years ago, see please 1633966 - BPC MS: EVDRE encountered an error retrieving data from the Web Server, "Errors found retrieving data" .
    For my experience it's sufficient as workaround to update the date of the .dep files, without stop and restart of services as described in the thread of your last answer.
    Let me know if the workaround is clear or not.
    Regards
         Roberto

  • Add member to dimension in the outline

    <p> </p><p>I found a problam when i update a dimension using script MaxL and excecute in essmsh</p><p> </p><p>I Wrote script as follow :</p><p> </p><p>spool on to 'c:\hyperion\log.txt';<br><br>login $1 $2 ;<br><br>alter system load application 'Bank';<br>alter application 'Bank' load database 'Finance';<br><br>import database 'Bank'.'Financial' dimensions connect as 'sa'identified by 'sa' using rules_file 'Dim_Year' on error append to'c:\Hyperion.err';<br><br><br>spool off;<br><br>exit;<br></p><p> </p><p>But when I run using bat file, I found an error in my log.txt asfollow :</p><p> </p><p><br>OK/INFO - 1053012 - Object [A] is locked by user [ADMIN].<br>ERROR - 1241101 - Unexpected Essbase error 1054036.<br>OK/INFO - 1053013 - Object [A] unlocked by user [ADMIN].<br></p><p>Help me Please!!,</p><p> </p><p> </p><p>Regards,</p><p> </p><p>Wahyu</p><p> </p>

    Wayhu<BR><BR>the MAXL you posted spelled the database name differently in its two appearances. When you loaded the database, it was Bank.Finance, when you did the dimbuild you were loading to Bank.Financial. One of these is either wrong or spelled wrong for the purpose.<BR><BR>I've never tried to use a 9 character database name like "Financial." In teh past, operating system and Hyperion limited us to 8 character names, so I've stayed with the short names out of long-established habits.<BR><BR>The lock and unlock messages are normal, they will show up even when things work well. (The OK/INFO flag suggest that they are just process monitors and not problems.) The "ERROR - 1241101 - Unexpected Essbase error 1054036." is not in the error database that I have. One of my continual problems is not having a reasonable, annotated error listing. Neither error number shows up in the KnowledgeBase either. <BR><BR>Here's how I would write the code:<BR><BR>import database 'Bank','Finance' dimensions<BR> connect as 'sa' identified by 'sa' <BR> using <b>server</b> rules_file 'Dim_Year' <BR> on error <b>write</b> to 'c:\Hyperion.err';<BR><BR>You need to specify <b>server</b> in the rules file definition. If you use local, you will need a file path.<BR><BR>I'd recommend using the write rather than append to error file and name an error file for the process. Then you can check to see if the error file exists if you want to monitor progress or problems.<BR><BR>The other problem might be related to database connection. Make certain that all of the servers and clients that may run the code have the same ODBC connection setup and name. This includes the system running your EAS server as well.<BR><BR>Hope that this helps.

  • Set dynamic member to dimension in *REC statement

    BPC Experts,
    Please refer to the below script logic . In this i wanted to pass the dynamic value to the BPC dimension. For the INPUT auditidm , i want to update different AUDITID value based on the dynamic selection in BPC . But the below script logic is throwing warning message and the dynamic value to the auditid is not considered, instead it uses the variable name itself while generating the records. I m using BPC 10 version SP Level 12.
    *XDIM_MEMBERSET CATEGORY = %CATEGORY_SET%
    *XDIM_MEMBERSET TIME = %TIME_SET%
    *XDIM_MEMBERSET ACCOUNT = %ACCOUNT_SET%
    *XDIM_MEMBERSET AUDITIDM= INPUT
    *WHEN AUDITIDM
    *IS *
    *REC(EXPRESSION = %VALUE% * ($PER_INPUT$/100), AUDITIDM = $HLA_INPUT$ )
    *ENDWHEN
    *COMMIT
    PROMPT(SELECT,,,,"CATEGORY,ACCOUNT,TIME,")
    PROMPT(TEXT, %PER_INPUT%, "Input Percentage",,)
    PROMPT(COMBOBOX, %HLA_INPUT%, "Select HLA AudiitID from the list",0,"HLA_01",{"HLA_02","HLA_03","HLA_04"},)
    INFO(%EQU%,=)
    INFO(%TAB%,;)
    TASK(/CPMB/FX_RESTATMENT_LOGIC,SUSER,%USER%)
    TASK(/CPMB/FX_RESTATMENT_LOGIC,SAPPSET,%APPSET%)
    TASK(/CPMB/FX_RESTATMENT_LOGIC,SAPP,%APP%)
    TASK(/CPMB/FX_RESTATMENT_LOGIC,SELECTION,%SELECTION%)
    TASK(/CPMB/FX_RESTATMENT_LOGIC,REPLACEPARAM,PER_INPUT%EQU%%PER_INPUT%%TAB%,AUDITIDM%EQU%%HLA_INPUT%)
    TASK(/CPMB/FX_RESTATMENT_LOGIC,LOGICFILENAME,HLA.LGF)
    After the run package, warning messages shows
    ENDWHEN ACCUMULATION: 1  RECORDS ARE GENERATED.
    Invalid Members [AUDITIDM]=%HLA_INPUT%
    How to pass dynamic value to the REC statement ? Please provide your inputs

    TASK(/CPMB/FX_RESTATMENT_LOGIC,REPLACEPARAM,PER_INPUT%EQU%%PER_INPUT%
    %TAB%,AUDITIDM%EQU%%HLA_INPUT%) -> you have given comma after %TAB% remove that and use HLA_INPUT not AUDITIDM
    Correct:
    TASK(/CPMB/FX_RESTATMENT_LOGIC,REPLACEPARAM,PER_INPUT%EQU%%PER_INPUT%
    %TAB%HLA_INPUT%EQU%%HLA_INPUT%)
    Also remove inverted comma in combo box.
    Correct:
    PROMPT(COMBOBOX, %HLA_INPUT%, "Select HLA AudiitID from the list",0,HLA_01,{HLA_01,HLA_02,HLA_03,HLA_04},)
    Hope this helps..

  • Error while creating New member in Dimension

    I am trying to create new members in the essbase Outline. I get the following error.
    Do i need to create the rule file for this ?
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 61, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Invalid value specified [RULES_FILE] for Load option [null]
         at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.validateLoadOptions(Unknown Source)
         at com.hyperion.odi.essbase.AbstractEssbaseWriter.beginLoad(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx7.f$0(<string>:61)
         at org.python.pycode._pyx7.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Invalid value specified [RULES_FILE] for Load option [null]
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)

    Following is the text from Note for Custom Password Validation logic:
    Customers who wish to use their own password validation logic may do
      so by writing their own Java classes that implement the
      oracle.apps.fnd.security.PasswordValidation Java interface.  The
      interface requires 3 methods to be implemented:
      1) public boolean validate(String user, String password)
        - This method takes a username and password, and then returns true
      or false, indicating whether the user's password is valid or invalid,
      respectively.
      2) public String getErrorStackMessageName()
        - This method returns the name of the message to display when the
      user's password is deemed invalid (i.e., the validate() method returns
      false).
      3) public String getErrorStackApplicationName()
        - This method returns the application shortname for the
      aforementioned error message.
      After writing the Java class to perform customized password
      validation, the customer must then set the value of the profile option
      SIGNON_PASSWORD_CUSTOM to be the full name of the class.  If, for
      example, the name of the Java class is
      oracle.apps.fnd.security.AppsPasswordValidation, then the value of the
      SIGNON_PASSWORD_CUSTOM profile option must be
      oracle.apps.fnd.security.AppsPasswordValidation.  Note that AOL/J
      will attempt to load this class dynamically.  Hence it is necessary to
      make the class accessible by AOL/J.  This means that in Forms, the
      class must first be loaded into the database using the loadjava
      command.
    You will need to apply the following patches for 11.5.1:
       1344802
       1363919
       1472974
       1351004
       1377615
    You will need to apply the following patches for 11.5.2:
       1377615

Maybe you are looking for

  • Computer won't reconize iPod(Yet it still works fine as an iPod)

    I have a 5.5 gen 80GB iPod, and it's always worked fine(Even through multiple attempts at using iPod Linux and Rockbox). Last night I go and plug it in to my Linux laptop, worked fine for what I used it for(just getting to files I had saved on it), a

  • MIxed Wifi and Powerline Network with Airport Express

    Can anyone help set up a network using both wifi and ethernet? I currently have a BT Home Hub ADSL router providing wifi throughout my house and 2 airport expresses to stream music from my iMac.  The problem is that the sound occasionally drops out. 

  • Itunes 10.4 and Microsoft Forefront UAG Endpoint on Win XP conflict

    Seems that when I loaded microsoft forefront UAG endpoint on my Win XP computer, itunes 10.4 stopped recognizing my iP3 and iP4. Took MS Forefront UAG endpoint  off and voila, itunes again recognized the phones.  Funny, I havea 2nd gen nano and it wa

  • Photoshop CS6 on Lion:  Won't open - Java Needs To Be Installed

    Mac OS X Lion doesn't ship with a Java VM.  Adobe Photoshop CS6 requires this, but its installer neither checks for a Java VM nor alerts you to this fact. Symptom:  You installed Photoshop CS6 beta on Mac OS X Lion, which was a feat in and of itself

  • Hi-fi separates with Airport Express and Airtunes

    Hi, please could you tell me whether it is possible to use a hi-fi separates system with airport express? it doesnt seem possible to me but i thought i would ask. regards ste bond