Using Axis(1), gives error "Slicer Axis cannot be referenced" in excel pivot table, but works fine ssms

Hi .. I am using Axis(1) to select all the retrieved records. The MDX query looks like-
WITH MEMBER [Measures].[New Opportunity Count]
 AS SUM(
         {DESCENDANTS(
          [Opportunity].[Opportunity].CURRENTMEMBER,
          1
        iif([Measures].[Opportunity Sales Days - Invisible] > 0,1,0)
 //HAVING [Measures].[New Opportunity Count] = 1
 MEMBER [Measures].[Latest Opportunity Count]
 AS SUM(
      EXCEPT( AXIS(1),
                [Opportunity].[Opportunity].[All]
             ),[Measures].[New Opportunity Count])
MEMBER [Measures].[Opportunity Sales Days]
AS iif([Measures].[New Opportunity Count] =0,0,
      iif([Opportunity].[Opportunity].CURRENTMEMBER.MEMBER_KEY =[Opportunity].[Opportunity].[All].MEMBER_KEY,
        (SUM(
            EXCEPT(AXIS(1),
                [Opportunity].[Opportunity].[All]
             ),[Measures].[Opportunity Sales Days - Invisible])/[Measures].[Latest Opportunity Count]),
        [Measures].[Opportunity Sales Days - Invisible]/[Measures].[New Opportunity Count])
SELECT 
  [Measures].[Latest Opportunity Count],
  [Measures].[New Opportunity Count],
  [Measures].[Opportunity Sales Days]
}ON COLUMNS,
    [Opportunity].[Opportunity].&[{140D9883-6F49-E011-AEA0-00155D032A00}],
    [Opportunity].[Opportunity].&[{3A2BB124-EE85-E011-8A06-00155D032A00}],
    [Opportunity].[Opportunity].&[{60036FE8-DC48-E111-975F-00155D032A00}],
    [Opportunity].[Opportunity].&[{CA158EE5-C445-E111-975F-00155D032A00}],
    [Opportunity].[Opportunity].&[{B69F83EB-832D-E211-9861-00155D032A00}],
    [Opportunity].[Opportunity].&[{D500AE90-606C-E211-83AD-00155D03570D}],
    [Opportunity].[Opportunity].[All]
//      [Opportunity].[Opportunity].members
ON ROWS
FROM [IMGROUP Base]
It works fine in SSMS editor, but while trying to access the same query from Excel pivot table, it gives the error : "Slicer axis cannot be referenced". I have taken the MDX query from excel and it looks like -
SELECT NON EMPTY Hierarchize({DrilldownLevel({[Opportunity].[Opportunity Hierarchy].[All]},,,INCLUDE_CALC_MEMBERS)}) DIMENSION PROPERTIES PARENT_UNIQUE_NAME,HIERARCHY_UNIQUE_NAME,[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Account Manager],[Opportunity].[Opportunity
Hierarchy].[Opportunity].[Opportunity Actual Close Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Age In Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Close Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
Created On Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Created On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Days In Sales Stage],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Delivery
Owner],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Close Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Duration In Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
Estimated Project Duration In Months],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Duration In Working Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project End Date],[Opportunity].[Opportunity
Hierarchy].[Opportunity].[Opportunity Estimated Project First Working Day Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Last Working Day Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated
Project Start Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Latest News],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Latest News Updated On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
Lost Competitor],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Originating Lead Name],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Owning Organisation],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
Revenue Spread],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Assist],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Assist-Hidden],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Stage],[Opportunity].[Opportunity
Hierarchy].[Opportunity].[Opportunity Sales Stage Updated On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Source Full Name],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity State],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
Sub Source],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Updated On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Won Lost Description],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Won Lost
Reason] ON COLUMNS  FROM (SELECT ({[Opportunity].[Opportunity Hierarchy].[Opportunity].&[{B69F83EB-832D-E211-9861-00155D032A00}], [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{CA158EE5-C445-E111-975F-00155D032A00}], [Opportunity].[Opportunity
Hierarchy].[Opportunity].&[{60036FE8-DC48-E111-975F-00155D032A00}], [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{3A2BB124-EE85-E011-8A06-00155D032A00}], [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{140D9883-6F49-E011-AEA0-00155D032A00}]})
ON COLUMNS  FROM [IMGROUP Base]) WHERE ([Measures].[Opportunity Sales Days]) CELL PROPERTIES VALUE, FORMAT_STRING, LANGUAGE, BACK_COLOR, FORE_COLOR, FONT_FLAGS
Any help, will be greatly apreciated.
Sayan.

Sorry, it was a mistake in my query. Now I have corrected each of them and individually each of them works fine. See below-
CREATE MEMBER CURRENTCUBE.[Measures].[New Opportunity Count]
 AS SUM(
         {DESCENDANTS(
          [Opportunity].[Opportunity].CURRENTMEMBER,
          1
        iif([Measures].[Opportunity Sales Days - Invisible] > 0,1,0)
VISIBLE = 0 , 
ASSOCIATED_MEASURE_GROUP = 'Opportunity';  
CREATE MEMBER CURRENTCUBE.[Measures].[Latest Opportunity Count]
 AS SUM(
      EXCEPT(Axis(0),
               [Opportunity].[Opportunity Hierarchy].[All]
             ),[Measures].[New Opportunity Count]), 
VISIBLE = 0 , 
ASSOCIATED_MEASURE_GROUP = 'Opportunity';  
CREATE MEMBER CURRENTCUBE.[Measures].[Opportunity Sales Days]
AS iif([Measures].[New Opportunity Count] =0,0,
      iif([Opportunity].[Opportunity].CURRENTMEMBER.MEMBER_KEY =[Opportunity].[Opportunity].[All].MEMBER_KEY,
        (SUM(
            EXCEPT(AXIS(0),
              [Opportunity].[Opportunity Hierarchy].[All]
             ),[Measures].[Opportunity Sales Days - Invisible])/[Measures].[Latest Opportunity Count]),
        [Measures].[Opportunity Sales Days - Invisible]/[Measures].[New Opportunity Count])
VISIBLE = 1,  
DISPLAY_FOLDER = 'Days',  
ASSOCIATED_MEASURE_GROUP = 'Opportunity';  
CREATE MEMBER CURRENTCUBE.[Measures].[Opportunity Actual Value Home Currency New]
 AS  SUM(
         {DESCENDANTS(
          [Opportunity].[Opportunity].CURRENTMEMBER,
          1
        iif([Measures].[Opportunity Sales Days] > 0,[Measures].[Opportunity Actual Value Home Currency],0)
VISIBLE = 0,  
ASSOCIATED_MEASURE_GROUP = 'Opportunity'  ; 
CREATE MEMBER CURRENTCUBE.[Measures].[Opportunity Actual Revenue Per Sales Day]
AS iif([Measures].[Opportunity Actual Value Home Currency New] =0,0,
      iif([Opportunity].[Opportunity Hierarchy].CURRENTMEMBER.MEMBER_KEY =[Opportunity].[Opportunity Hierarchy].[All].MEMBER_KEY,
        (SUM(
          EXCEPT( AXIS(0),
                [Opportunity].[Opportunity Hierarchy].[All]
             ),[Measures].[Opportunity Actual Value Home Currency New])/[Measures].[Opportunity Sales Days]),
        ([Measures].[Opportunity Actual Value Home Currency New]/[Measures].[Opportunity Sales Days]))
FORMAT_STRING = "£#,##0.00;-£#,##0.00;#",
VISIBLE = 1,
DISPLAY_FOLDER = 'Financial',
ASSOCIATED_MEASURE_GROUP = 'Opportunity';  
But, when I want to select them together from Excel, I am geeing the below error-
CellOrdinal 0
VALUE #Error MdxScript(IMGROUP Base) (1436, 7) Members, tuples or sets must use the same hierarchies in the EXCEPT function.
FORMAT_STRING £#,##0.00;-£#,##0.00;#
LANGUAGE (null)
BACK_COLOR (null)
FORE_COLOR (null)
FONT_FLAGS (null)
The generated MDX in Excel as -
SELECT {[Measures].[Opportunity Actual Revenue Per Sales Day],[Measures].[Opportunity Sales Days]} DIMENSION PROPERTIES PARENT_UNIQUE_NAME,HIERARCHY_UNIQUE_NAME ON COLUMNS , NON EMPTY Hierarchize({DrilldownLevel({[Opportunity].[Opportunity Hierarchy].[All]},,,INCLUDE_CALC_MEMBERS)})
DIMENSION PROPERTIES PARENT_UNIQUE_NAME,HIERARCHY_UNIQUE_NAME,[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Account Manager],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Actual Close Date Time],[Opportunity].[Opportunity
Hierarchy].[Opportunity].[Opportunity Age In Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Close Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Created On Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
Created On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Days In Sales Stage],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Delivery Owner],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated
Close Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Duration In Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Duration In Months],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
Estimated Project Duration In Working Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project End Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project First Working Day Date],[Opportunity].[Opportunity
Hierarchy].[Opportunity].[Opportunity Estimated Project Last Working Day Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Start Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Latest News],[Opportunity].[Opportunity
Hierarchy].[Opportunity].[Opportunity Latest News Updated On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Lost Competitor],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Originating Lead Name],[Opportunity].[Opportunity
Hierarchy].[Opportunity].[Opportunity Owning Organisation],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Revenue Spread],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Assist],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
Sales Assist-Hidden],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Stage],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Stage Updated On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
Source Full Name],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity State],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sub Source],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Updated On Date Time],[Opportunity].[Opportunity
Hierarchy].[Opportunity].[Opportunity Won Lost Description],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Won Lost Reason] ON ROWS  FROM (SELECT ({[Opportunity].[Opportunity Hierarchy].[Opportunity].&[{B69F83EB-832D-E211-9861-00155D032A00}],
[Opportunity].[Opportunity Hierarchy].[Opportunity].&[{60036FE8-DC48-E111-975F-00155D032A00}], [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{3A2BB124-EE85-E011-8A06-00155D032A00}], [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{E2E48CB7-8463-E411-831D-00155D035708}],
[Opportunity].[Opportunity Hierarchy].[Opportunity].&[{140D9883-6F49-E011-AEA0-00155D032A00}]}) ON COLUMNS  FROM [IMGROUP]) CELL PROPERTIES VALUE, FORMAT_STRING, LANGUAGE, BACK_COLOR, FORE_COLOR, FONT_FLAGS
Any help?
sayan maity

Similar Messages

  • How to multi-search in excel pivot table axis filter against SSAS cube???

    On an excel pivot table axis, we need to filter a large dimension to several members by searching the dimension using the excel OLAP filter search capability.  However, when you search for something with the filter, after it finds some members, your
    only choices are to select your new filter criteria ONLY.  It will automatically de-select anything you searched for and selected prior.  The dimension is over 10k members so does not all show up in axis filter and thus we can't select the members
    we want just by scrolling through.  So it would seem from excel it is impossible to do this most basic function which would be very disappointing given how basic and common the need is.  There has to be some other way than creating a set the cube
    to handle this.  How do you accomplish this?
    Excel 2013
    SQL Server 2012

    Hi Lee,
    Thank you for your question.  
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.  
    Thank you for your understanding and support. 
    Regards,
    Simon Hou
    TechNet Community Support

  • TS3899 Cannot send email with new iPad air.  Works fine with old iPad and iPhone.

    Cannot send email with new iPad air.  Works fine with old iPad and iPhone.  I have deleted account and reinstalled.

    Thanks.  I got the problem fixed.  Spent time with the Apple folks and was kicked up to a senior advisor.  It seems the problem was with my internet provider - Tmie Warner.  Remember I could use the old ipad and the iphone to send mail.  I checked all the specifics between the three units.  It seems that TW is changing over from the RR.com  to TWC.com.  Since the new ipad air was just set up, it fell under the new TWC mail specifics. 

  • I cannot share photos via my hotmail account but works with Gmail

    Can anyone help?
    I have been using my hotmail account to send/share photos on iPhoto. Recently I cannot share photos via my hotmail account but works with Gmail?
    What do I need to do to get the hotmail account working again?

    In iphoto I select the photos to send, click on share and email. I setup the email in iphoto and iphoto sorted out all the pop3 & SMTP settings all i had to do was put my email & password in. Since its gone wrong I have got an ipad but no changes to my email settings.
    I have been looking at the 'mail' which is also setup for hotmail and I can't send emails from there either so i don't think there is a problem with iphoto.

  • Time Capsul "Guest Network" has gone down and cannot resuscitate .  Main network and back up working fine.

    Time Capsul "Guest Network" has gone down and cannot resuscitat.  Main Network and back up working fine.  Suggestions?

    Cisco DPQ 2925 is according to Cisco.....a modem/router or gateway type of device that combines the functions of a modem and router in one package. See info below:
    http://www.cisco.com/c/dam/en/us/td/docs/video/at_home/Cable_Modems/3900_Series/ OL-30824-01.pdf
    Unfortunately, the guest network feature will not work correctly when the AirPort is connected to the type of "modem" that you have. If that feature is important to you, please check with your Internet service provider and ask them if they can provide a simple modem.....not a modem/router or gateway.
    Ironically, we have seen a few posts from users who claim to be able to get the guest network to work with the type of "modem" that you have, but to do so will result in what is known as a Double NAT error on the network......basically two devices both trying to act as the router for the network.
    That can result in IP address conflicts and other issues created by the Double NAT such as slow browsing, no browsing, poor communications between devices on the network\, and other unpredictable things.
    Sometimes, you can get away with a Double NAT issue on a simple home network, but I would not recommend this type of setup.

  • I try to log in to password protected sites and nothing happens but works fine on Internet Explorer. Can't get past login page. I even had to use Internet Explorer to login to ask this question!

    I try to log in to password protected sites and nothing happens but works fine on Internet Explorer. Can't get past log in page. I even had to use Internet Explorer to login to ask this question!
    On the page where you enter username and password after entering and pressing "Log in" the page just stays in place. If you look at the error log you see
    "Warning: Unknown property 'border-radius'. Declaration dropped.
    Source File: https://support.mozilla.com/media/css/common-min.css?build=3fabbc0
    Line: 1"

    Make sure that you do not block the referrer.
    * http://kb.mozillazine.org/network.http.sendRefererHeader
    Also make sure that you do not block cookies in Firefox or the firewall.
    * [[Cookies]]
    * [[Enabling and disabling cookies]]

  • I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?,

    I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?

    Thanks, Flex harUI, for the direction in regards to isolating build changes. That aside (still working on it), can you offer any direction in regards to my original question on SDK and AIR compatibility? I'm specifically looking for a version compatibility mapping or anything that definitively states, "Flex SDK x.y.z works with the following versions of AIR". This information is crucial for us in order to more specifically plan our own roadmap built upon these two frameworks as we consider both existing installations of our software and future distributions.

  • TS1966 I cannot play video on safari but works fine on google chrome?  What do i need to do to fix it?

    I cannot play video on safari but works fine on google chrome?  What do i need to do to fix it?

    If you have the ClickToFlash extension installed, that can prevent Flash based video from streaming. Safari > Preferences > Extensions
    It can also be installed as a plugin in /Library/Internet-Plug-Ins.
    Try uninstalling the currently installled Flash plugin (required for most YouTube content) then reinstall new >  Troubleshoot Flash Player | Mac OS
    From your Safari menu bar top of your screen click Safari > Preferences then select the Advanced tab.
    Select:  Show Develop menu in menu bar
    Now from the menu bar click Develop > Empty Caches

  • My Ipod mini gives error -47 (ipod cannot be updated, the required file is in use).

    When I try to sync my Ipod mini, I get the following error : Error -47 (ipod cannot be updated, the required file is in use).  My software is all up to date and the ipod was restored.  Nothing helped, how do I fix this?  I have a macbook pro.
    Thanks

    I just tries that,
    So you were able to find that setting via Sophos -> Preferences?
    It has to be some other process/application on your system that is trying to access the iPod then.
    B-rock

  • Excel attachment using Wendynpro application gives error

    Hi All,
    We have implemented the WebDynpro application which uses the Excel attachment from local PC. This application can attach new Excel attachments & read the existing Excel attachments. 
    This functionality works fine in our Development Environment.
    But the same application gives the following error in our TEST / PRODUCTION environments when we open an Excel attachment.
    <b>'SAP_[1].XLS' cannot be accessed. The file may be read-only, or you may be trying to access a read-only location. Or, the server the document is stored on may not be responding.</b>
    We are not able to figure it out if it is a local problem / WebDynpro error / some SAP set-up for EXCEL in Visual Admin / IMG settings for Excel attachment.
    If any one knows about this, kindly reply.
    Thanks & regards
    Abhay Alatkar, DCX BASIS

    Hi,
    It could be problem in logical file settings .. and at the same time check OS level permissions..
    please check Tcode -- File
    Regards
    Ben

  • WebAn: select filter value on 0plant gives error (but works fine for other)

    Hi all,
    have something strange in the web analyzer:
    i have a query with 0plant in the free characteristics
    when I do 'select filter value' when it's in the free characteristics -> dump
    when 0plant is in the rows and I do 'select filter value' -> dump
    when I do 'select filter value' on 0customer that is in the free characteristics -> works fine
    In the BEx Analyzer it works fine...
    Anybody an idea?
    Ciao
    Joke
    the strange world of BI...

    Hello,
    Is it a 7.0 system? maybe the RSTT trace as per note 899572 can give you more information about this error.
    Thanks,
    Ricardo

  • Why can't I upload pictures on some websites anymore? It just gives me an IO error, but works fine on Explorer.

    I used to be able to upload pictures on Wordpress and other websites just fine. Now all I get is an "IO error" message, but the same websites work fine with Microsoft Internet Explorer.

    Hi,
    This is an official representative of Viber Media.
    @AminahHz- Do you use 3G or WiFi?
    Please check that you have the latest Viber version.
    For more questions or technical support, please visit our official HelpDesk.
    Thanks,
    Viber Team

  • Using SQLDriverConnect with special characters in password fails, same info with ODBC (Oracle instant client) works fine

    Hi,
    on a windows 2008 machine that has the Oracle instant client 11_1 installed (11.01.00.06) i am calling SQLDriverConnect in the following way:
    std::string str = "Driver={Oracle in instantclient11_1};Dbq=//10.10.101.66:1521/orcl;;Uid=myUser;pwd=a;b";
    odbcRc = SQLDriverConnect(hdbc, NULL, (SQLTCHAR*)str.c_str(), str.size(), (SQLTCHAR*)szConnStrOut, 1024, &cbConnStrOut, SQL_DRIVER_NOPROMPT)) == SQL_ERROR);
    as long as the password contains no special chars (namely semicolon) it works fine. but when I try to use special chars in the password It stops working, with an invalid username/password error.
    State: 28000 Native error: 1017 Message: [Oracle][ODBC][Ora]ORA-01017: invalid username/password; logon denied
    i tried different variations of adding " (\") over the password, over the entire pwd=a;b or braces { but nothing seems to work.
    the thing is that using ODBC works! what I did was:
    open ODBC, go to System DSN tab, add "Oracle in instantclient11_1", then fill the following information:
    Data source name: Anything
    TNS Service Name: //10.10.101.66:1521/orcl
    User ID: myUser
    then i press test connection, enter the password "a;b"
    and it works!
    I cannot figure out what's my problem.
    Thanks,
    Roy.

    I've created your test table in my Oracle database using this extra character and I'm able to describe it properly.
    SQL> desc test;
    Name Null? Type
    ATTIVITÀ VARCHAR2(40)
    My character set being used is:
    SQL> select * from v$nls_parameters;
    NLS_CHARACTERSET
    WE8ISO8859P15
    NLS_NCHAR_CHARACTERSET
    AL16UTF16
    NLS_LENGTH_SEMANTICS
    BYTE
    So as long as it doesn't work for you in your native Oracle database I don't think it would work with DG4ODBC. So yes, it would be best to log a service request so that the Oracle database support can check out the NLS issue.
    Edited by: kgronau on Sep 28, 2011 9:21 AM
    To be complete here the describe of the MySQL table native and using DG4ODBC:
    mysql> create table TEST (attività Varchar(40));
    Query OK, 0 rows affected (0.00 sec)
    mysql> desc TEST;
    ---------------------------------------------------+
    | Field | Type | Null | Key | Default | Extra |
    ---------------------------------------------------+
    | attività | varchar(40) | YES | | NULL | |
    ---------------------------------------------------+
    1 row in set (0.00 sec)
    SQL*Plus: Release 11.2.0.2.0 Production on Wed Sep 28 09:20:17 2011
    SQL> desc "gateway"."TEST"@MYSQL_DG4ODBC_EMGTW_1122_DB;
    Name Null? Type
    attività VARCHAR2(80)
    So in general it should work.

  • Getting SqlException while using TABLE CAST but works fine with order by

    I am using following query as sub-query with in a query which I have used in PL/SQL. This sub-query works fine If I add Order by x1,x2 at the end of the query. Otherwise it gives a SQLException.
    SELECT x1,x2 FROM TABLE( CAST (somelist AS X_ARRAY ))

    Narendra,
    If this question is related to HTML DB, please provide complete context, and show the exact text of error messages and the query itself.
    Scott

  • My Macbook Pro keeps freezing/crashing after a few seconds of use, but works fine in safe mode.

    I've researched this extensively, but I haven't been able to solve my problem yet.
    It started completely out of the blue with a kernel panic, where my screen seemed to malfunction and I got the kernel panic message (but I could hardly read it because of distorted graphics). I forced my laptop to shut down, but every time I rebooted and used it again it would completely freeze after a while (the amount of time varied, it has lasted from a few seconds to a couple of hours). What happens essentially is that the cursor and entire OS freezes, and I'm unable to click on anything or use the keyboard. The fans start working full speed and the only thing I can do is force the laptop to shut down.
    At first I thought it was a Chrome problem because it only happened after I opened the browser. After uninstalling it, the laptop seemed to work fine for a couple of hours, but then it froze again while I was using Safari. Ever since it has been functioning normally for smaller and smaller time periods before freezing again. I've tried reinstalling Snow Leopard OS from the original disc and then downloading all software updates, but the problem continues. I've also tried doing a hardware test by pressing D as the computer starts up, but for some reason it doesn't work.
    The laptop, including Chrome and Safari, works fine in safe mode.
    I'm sorry I don't know what specific information to give you about my laptop/OS, but please ask anything you need to know. I'd greatly appreciate any help — I'm panicking because I fly to England tomorrow morning to start university and I really don't want to go without a laptop for 2 weeks while it's getting fixed!

    Thanks for your reply! Here are the Etrecheck results.
    Hardware Information:
              MacBook Pro (15-inch, Early 2011)
              MacBook Pro - model: MacBookPro8,2
              1 2 GHz Intel Core i7 CPU: 4 cores
              4 GB RAM
    Video Information:
              AMD Radeon HD 6490M - VRAM: 256 MB
              Intel HD Graphics 3000 - VRAM: 384 MB
    System Software:
              Mac OS X 10.6.8 (10K549) - Uptime: 0 days 0:51:36
    Disk Information:
              ST9500325ASG disk0 : (465.76 GB)
                        (null) (disk0s1) <not mounted>: 200 MB
                        Macintosh HD (disk0s2) /: 465.44 GB (339.98 GB free)
              MATSHITADVD-R   UJ-898 
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
              Apple, Inc. MacBook Pro
    Kernel Extensions:
    Problem System Launch Daemons:
              [not loaded] org.samba.winbindd.plist
    Problem System Launch Agents:
              [failed] com.apple.Kerberos.renew.plist
    Launch Daemons:
              [not loaded] com.adobe.fpsaud.plist
              [not loaded] com.google.keystone.daemon.plist
              [not loaded] com.microsoft.office.licensing.helper.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [not loaded] com.divx.dms.agent.plist
              [not loaded] com.divx.update.agent.plist
              [not loaded] com.google.keystone.agent.plist
              [not loaded] com.hp.devicemonitor.plist
              [not loaded] com.hp.messagecenter.launcher.plist
              [not loaded] com.quark.quarkupdate.agent.plist
              [not loaded] net.culater.SIMBL.Agent.plist
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [not loaded] com.facebook.videochat.elenicourea.plist
              [not loaded] com.spotify.webhelper.plist
              [not loaded] net.infinite-labs.SIMBLEnablerForSandboxedApps.plist
    User Login Items:
              Flux
              GrowlHelperApp
              iTunesHelper
              Flux
              The Lion King Circle of Life.mp3
              Dropbox
    3rd Party Preference Panes:
              Flash Player
              Flip4Mac WMV
              Perian
    Internet Plug-ins:
              AdobeAAMDetect.plugin
              DirectorShockwave.plugin
              DivX Web Player.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              googletalkbrowserplugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              npgtpo3dautoplugin.plugin
              o1dbrowserplugin.plugin
              OVSHelper.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
              Picasa.plugin
    Bad Fonts:
              None
    Top Processes by CPU:
                  44%          Google Chrome
                  28%          WindowServer
                  10%          EtreCheck
                   7%          syslogd
                   2%          hidd
                   2%          Bluetooth File Exchange
                   1%          fontd
                   0%          Finder
                   0%          SystemUIServer
                   0%          JavaApplicationStub
    Top Processes by Memory:
              210 MB             Google Chrome
              111 MB             JavaApplicationStub
              57 MB              Finder
              49 MB              Dock
              42 MB              Google Chrome Helper
              41 MB              SystemUIServer
              41 MB              WindowServer
              41 MB              Bluetooth File Exchange
              41 MB              quicklookd
              41 MB              EtreCheck
    Virtual Memory Statistics
              382 MB             Free RAM
              1.01 GB            Active RAM
              518 MB             Inactive RAM
              2.10 GB            Wired RAM
              461 MB             Page-ins
              364 KB             Page-outs

Maybe you are looking for

  • Linking captivate to powerpoint file

    I have placed a link to an Captivate exe file. Some computers work fine. Others will not play the Captivate file. Any ideas what might be happening? I did get a FlashPlyer message "Class not registered."

  • Https transport support for JAX-WS WebServices

    Hi All , I am trying to implement JAX-WS WebServices that support https transport .To do so I added the following annotation *@Policy(uri = "policy:Wssp1.2-2007-Https-BasicAuth.xml)* in my Jws Implementation file for the JAX-WS WebServices but I got

  • F.5D handing Document which Have Errors

    Dear Gurus, After running F.5D for BS adjustment for BA, i got some document list ( more than 500). How can i handle these document and what needs to do for future. Pls advice next course of action on error documents. THanx in advance. Regards, Venka

  • G-Tech G-DRIVE Q 500GB Quad Interface Hard Drive or LaCie d2 Quadra 500GB?

    Hi, Okay I was all set to get the Lacie d2 Quadra 500 GB drive for $296.00 Canadian as I'd heard from people on this site and others it was a good one to buy. Then I was on apple.ca yesterday and saw the G-Tech G-DRIVE Q 500GB Quad Interface Hard Dri

  • Specific TTS help - PAUL

    I am sure that I cannot be the only one who is both amused and annoyed by the TTS function. I am working on a course within Captivate 7 and am using the NeoSpeech voice of Paul (american male). I CANNOT get Paul to say something like, "Contact the Sp