Does the user have to be the owner of CWM2 objects to access them via OLAP API?

Hi,
What are required for RDBMS users to use OLAP API? Regarding page 6-9 of Oracle9i OLAP User's Guide 9.2.0.1, following access rights are required.
CONNECT role
QUERY REWRITE system privilege
SELECT privilegs on the database objects containing the data to be analyzed
So, I created a new user TEST1 and granted all the priviges above. Then I tried to create a new crosstab using New Crosstab Wizard in JDev903_pre(OLAPConnecton is using TEST1). When I choose a measure that is created in CWM1, I could create a crosstab without problem. But when I tried to create a crosstab from a measure that is created in CWM2 by OLAPSYS user, I recieved the following error.
BIB-9509 Oracle OLAP did not create cusor.
oracle.express.ExpressServerExceptionError class:OLAPI
Server error descriptions:
DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::createCursorManager
OES: ORA, Generic at TxsRdbSelectStatement:execute()
The curious thing is that I can create a crosstab from the same measure if I use another connection that uses OLAPSYS. Does the user that connects to CWM2 using OLAP API have to be the owner of those CWM2 objects?
Thank you.
Best Regards,
Seiji

The user does not have to be the owner of the cwm2 objects to access them. Access to cwm2 objects is based on database security. Therefore, if the user is not the owner of the object (if user is the owner, they obviously have access to the object), then as long as the user has been granted access to the underlying physical object (i.e., the table the dimension or cube has been mapped to), the user will be able to access the object.

Similar Messages

  • Iphone 4s stolen. Selected remote wipe via Icloud. Received email hours later saying it was happening. Here's the problem: according to Verizon, the phone is still using data. How is this possible? Wouldn't the user have to register the device with Apple?

    So, if a remote wipe occurred as the email stated, how did the person with the phone immediately go back to using the data on the phone.  Wouldn't the person have to register the Iphone through Itunes?  I got the email saying the erase was happening at 11:10.  Looking at my cellular data usage, the phone began using data about that time after about a 12 hour break. So it seems like Find my Iphone quickly picked up the phone.  But then the phone continued using data for about 3 more hours.  How could the person be using the phone if it had just been wiped?

    I understand that iCloud's erase function is totally distinct from Verizon's cellular service (i.e. the phone could be wiped and Verizon would never know).  It's been a while since I've activated an Iphone through Itunes, but when you activate the phone don't you have to register it?  If the iPhone was wiped at 11:10, how could it be using data at 11:15 and consistently for the next three hours.  How long does the Itunes registration process take?

  • The user account in which the Oracle VSS Writer Service is running does not have the DBA privileges to log in to the Oracle instance.

    VSS-00011: Connection to database instance <instance_name> failed.  
    Cause : The user account in which the Oracle VSS Writer Service is running  does not have the DBA privileges to log in to the Oracle instance.  
    Action : Run the Oracle VSS Writer Service in a user account that can connect to the Oracle instance with DBA privileges.  
    I have assigned ora_dba group to the user that runs the Oracle VSS Writer Service which is the only Oracle solution but still getting
    the above error. Was advised to raise the issue here that it is an OS issue. Pls help

    The user account cannot access Oracle Database instance. And also how do you temporarily disable security software on the server.
    Have you checked what I already asked for? "Try using the user account and access the Database Instance.
    That will let you see if the problem is with the user account permissions or not."
    If this does not help then you can contact Oracle as suggested by Dave.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • So I just bought a used MacBook from Amazon with OSX 10.5.8.  I am trying to install new software and operating system, but I don't have the passwords to the Users set up in the computer.  What do I do?

    So I just bought a used MacBook from Amazon with OSX 10.5.8.  I am trying to install new software and operating system, but I don't have the passwords to the Users set up in the computer.  What do I do?

    Put your install DVD into the optical drive (CD/DVD drive) and reboot. Be sure to either use the disc that came with your Mac, or, if you installed a later Mac OS X version from disc, use the newer disc. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option Key until the Install Disk shows up) until the apple shows up. That will force your MacBook to boot from the install DVD in the optical drive.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window. Completely ignore this window and click on Utilities in the top menu and scroll down to Reset Password. After resetting the password use Startup Disk from the same menu to choose your hard drive for startup and restart.

  • Files created in VFS by the user have read only permissions

    Hello,
    I am currently packaging an application : let's call it 'myapp'. This application is installed in c:\Program Files\myapp (quite classical).
    To run properly, the application needs to have Write Access to c:\Program Files\myapp.
    I am packaging the application with the APPV5 Sequencer SP3 and I checked the option "Allow virtual applications full write permissions to the virtual file system".
    When running the application with APPV5 Client SP3, I see files been created in "C:\Users\%username%\AppData\Local\Microsoft\AppV\Client\VFS\<packageid>\ProgramFilesX64\myapp" and so everything seems to work correctly. The permissions on those
    files are set to Full Control for the user who has launched the application.
    What I also did is creating 'RunVirtual' registry key in order to run Microsoft Word in the Virtualized Environment of 'myapp' and this works fine also : when I launch WORD, I can save a document in "C:\Program Files\myapp" and this document appears
    in "C:\Users\%username%\AppData\Local\Microsoft\AppV\Client\VFS\<packageid>\ProgramFilesX64\myapp".
    The strange thing is that the permissions on this DOC file are not the same as the ones set on the other files in the same folder : in fact, the DOC file permissions are set to "Everyone, Read - Read and Execute" (with also permissions the Trusted
    Installer, Administrators, etc...). So actually, the user who saved the files can never modify it after. This should not be important because it is not a usual location to save Word document but actually, the application itself launches automatically Word
    to perform some document automation tasks and save temporary files in this location. So when this file has been created once, it cannot never be reused or deleted. This is causing troubles for the application.
    Any idea to force the Full Control permissions on these files ?
    Thanks in advance
    Olivier

    Interesting, I can say I've never seen that, likely due to the fact like you say yourself, it would be unusual to save something to that directory, also most applications these days no longer write to directories other than in C:\ProgramData or in the users
    own profile.
    I'm honestly not sure of a good way to force that in this situation, unless, perhaps you have a UEM soluion like AppSense. You could have a Powershell script run through the package store and check permissions on the files and then set the persmissions according
    to the way you want using something like iCacls, SecEdit, SetACL or maybe using Get-ACL and Set-ACL in Powershell...there's a few different methods for doing this, you could pick the one that suits you best.
    If you don't have a UEM solution capable of this, maybe you could use some scripting in your App-V package itself, either on launch or perhaps process exit, you could run a script to do this. It may be better on process exit as it may slow launch times...but
    it's also better for a script which may take quite a while to process like this to be run outside of any launch or exit, to be honest
    PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog:
    rorymon.com Twitter: @Rorymon

  • How many users have logged in the Enterprise portal

    Hello Expert,
    Please suggest..
    Feature required to monitor as how many users have logged in the Enterprise portal 7.0(Portal is Implemented with MDM), so that utilization can be known.
    Regards,
    Vidhanshi

    Hi,
    You can wirte the following code to get the logged in user's ID
    try {
          IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
          IUser sapUser = wdClientUser.getSAPUser();
          IUserAccount[] acct = sapUser.getUserAccounts();
          String str = acct[0].getDisplayName();
          wdComponentAPI.getMessageManager().reportSuccess("user "+ str);
         } catch (WDUMException e) {
         // TODO Auto-generated catch block
         e.printStackTrace();
         } catch (UMException e) {
         // TODO Auto-generated catch block
         e.printStackTrace();
    You need security api for using it make sure that is present.
    [Find out who is login into the Portal|http://forums.sdn.sap.com/thread.jspa?threadID=1723807]
    Hope This is Help full for you!!!
    Best Regards
    Vijay K

  • Getting S.M.A.R.T. when trying to install Mountain lion. Hard drive works pretty well. I understand that many users have been facing the same issue. Has apple patched it yet?

    I'm getting S.M.A.R.T. error when trying to install Mountain lion. Hard drive works pretty well despite the Failing status. I understand that many users have been facing the same issue. My hard drive was/is working perfectly. Has Apple patched it yet?
    Has someone found a solution which is not replacing the hard drive which works just fine? Or Is anyone aware of a procedure that can force the installation despite the S.M.A.R.T error? Below details of my hard drive
    Thanks
    ST31******ASQ:
      Capacity:          1 TB (1,000,204,886,016 bytes)
      Model:          ST31000528ASQ                          
      Revision:          AP24   
      Serial Number:                      6V***5JR
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk0
      Rotational Rate:          7200
      Medium Type:          Rotational
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Failing
    <Edited By Host>

    If you haven't done so, run Disk Utility  /Applications/Utilities
    to run a live verification.
    The drive may be ok at the moment, but that's not to say the drive may fail at anytime.
    Hopefully you have all your important data backed up just in case.

  • I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission,

    I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission, which it is not.  I want my link to open into a new browser tab.  How do I do that?

    You can use the following JS code:
    app.launchURL("http://www.example.com", true);

  • Our company have just upgraded to iOS 6 and the majority of the users are now receiving the following error 'Cannot Get Mail – Server error. Contact your server administrator' when accessing ms exchange this never happened on iOS 5 can anyone help

    Our company have just upgraded to iOS 6 and the majority of the users are now receiving the following error 'Cannot Get Mail – Server error. Contact your server administrator' when accessing ms exchange this never happened on iOS 5 can anyone help

    Have you tried deleting the account and re-adding it on the phone?
    What version of Exchange server are you running?

  • Is someone with iMac 2010 users  have problems with the monitor. I mean horizontal  stripes and dark screen ?

    Is someone with iMac 2010 users  have problems with the monitor. I mean horizontal  stripes and dark screen ?

    Mine's a late '09, but there have been display issues with iMacs.
    Contact Apple Service, iMac Service or Apple's Express Lane. Do note that if you have AppleCare's protection plan and you're within 50 miles (80 KM) of an Apple repair station, you're eligible for onsite repair since yours is a desktop machine.

  • Does anyone else have trouble with the button on I pad to access other apps

    Does anyone else have trouble with the button on I pad to access other apps

    Hello, Kevandsheila. 
    Thank you for visiting Apple Support Communities. 
    Here are some troubleshooting steps that I could recommend when experiencing Home button issues.  The article below is labeled for the iPhone, but the steps are the same for your iPad. 
    The Home button is slow to respond
    If the Home button is slow to respond when exiting one application, try another application.
    If the issue exists only in certain applications, try removing and reinstalling those applications. Get further assistance in installing and troubleshooting applications.
    If the issue continues, Try turning iPhone off and then on again. If the iPhone will not restart, try resetting it.
    If the issue is still happening, try to restore the iPhone.
    Seek service is the issue is still occurring.
    The Home button isn't working
    Put the iPhone to sleep.
    Wait a couple of seconds.
    Press the Home button.
    iPhone should wake up.
    If iPhone does not wake up, then iPhone should be serviced.
    If the issue persists after all the steps have been processed see the last section labeled issue not resolved. 
    Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Cheers,
    Jason H. 

  • I'm using creative cloud team. Does the administrator have to release the updates?

    I'm trying to get the most up to date versions of CC downloaded for my team - does the administrator have to release the updates for the whole team?

    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • My router does vpn passthrough and is set up correctly. Does it also have to host the vpn?

    my router does vpn passthrough and is set up correctly. Does it also have to host the vpn?
    Thanks
    Greg

    Not sure I understand your question or problem, but I'll give it a shot.
    No, you do not have to host the VPN server on your router.  That wouldn't do you any good for working around the limitations of the VZW network anyways since you are still on the same VZW network.  When you setup a VPN you normally want it to be on someone else's network so you can enable things like port forwarding and remote access.
    The VPN Passthrough feature only allows your VPN clients to access VPN servers, its not the same thing as hosting.  If you want your router to auto connect to a VPN server (which is more common) that is something different.  VPN clients connect to VPN servers.  VPN clients are normally installed on your personal devices or your router.  VPN servers are geographically located somewhere else and on someone else's network.

  • How to clear text fields when the user navigates back to the screen

    Hi,
    Does anyone have any idea on how to clear the text input fields and dropdown boxes when the user navigates back to the screen, say for e.g. create screen?
    My issue is that i have plenty of fields in the create screen within a form. Is there a way to avoid programaticaly blanking out every field and just do it at the form level using an api to reset to a state before the user entry?
    Thanks

    This code allows you to make it more generic, and you would need to tweak it if there are more than TextInput controls, but it should provide some ideas.
    As far as using states, you could use SetProperty to set the text to empty, but that might be messier.
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script>
        <![CDATA[
          import mx.containers.FormItem;
          import mx.controls.TextInput;
          import mx.events.IndexChangedEvent;
          import mx.core.Container;
          private function clearSreen(evt:IndexChangedEvent):void{
            var view:Container = tn.selectedChild as Container;
            for each(var child:Object in view.getChildren()){
              if(child is FormItem){
                var subchild:DisplayObject = child.getChildAt(0);
                if(subchild is TextInput){
                  TextInput(subchild).text = "";
        ]]>
      </mx:Script>
      <mx:TabNavigator id="tn" resizeToContent="true"
        change="clearSreen(event)">
        <mx:Form id="frm1" label="View Number One">
          <mx:FormItem label="First name:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="Last name:">
            <mx:TextInput/>
          </mx:FormItem>
        </mx:Form>
        <mx:Form id="frm2" label="View Number Two">
          <mx:FormItem label="Address1:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="Address2:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="City:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="State:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="Zip code:">
            <mx:TextInput/>
          </mx:FormItem>
        </mx:Form>
      </mx:TabNavigator>
    </mx:Application>
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.stardustsystems.com
    Adobe Flex Development and Support Services

  • Displaying the User's Role in the Information Channel

    I would appreciate some assistance with displaying the user's Role in the UserInformation Channel.
    I have modified content.html in the iwtuserInfoProvider directory to display tag:iwtUser-role but it will only display the role for AdminRole users, not for any other role (which is null).
    Why is iPS V3 (SP4) only enumerating iwtUser-role for admin users?
    Here is the code snippet:
    <tr><td>
    <FONT FACE="[tag:iwtDesktop-fontFace1]" SIZE="-1">
    <SCRIPT LANGUAGE="JavaScript">
    var iwtUser = "[tag:iwtUser-role]";
    document.writeln( "User Role: " + iwtUser);
    </script>
    </font>
    </td></tr>

    This is probably a permissions problem.
    Have a look at the iwtUser component in the profile. By default, only ADMIN has read permission on iwtUser-role. You need to add a read permission for OWNER.
    Stephen

Maybe you are looking for

  • Issue in Due date analysis report S_ALR_87012168

    Hi Friends, We have a strange issue regarding due date analysis report (S_ALR_87012168)... When i execute this report it displays different amounts in "Not Due" column under 0-30 bucket. In 0-30 bucket, under not due column it shows 10,000 and under

  • UME: SAP R/3 system config

    I'm trying to set User authentication to SAP R/3 system, not load balanced system, on the User Management Configuration values: Client=601, Userid=sapjsf, Password=pwd, sys id=s01, Group and Message server= no values, Application server= IP addreess,

  • My Ipod has gone off and won't come back on, it also doesn't seem to be charging, how can i get it to come on?

    I was listining to music then i paused my music and sat my ipod on my bed, when i cam back less than 15 minutes later my ipod was off, i tried to turn it on but it wouldnt come on so i put it on charger and its been on charger unresponsively for 2 da

  • IPod service request

    after inputing my serial number in their support page and agreeing to the terms I am taken to a login page after login in I am taken to a sorry page not able to procees at the moment.... this has been the case for the past three weeks. anybody have a

  • Oracle Enterprise Repository : error when execute console

    Hi, trying to install OER 10gR3 , even following all setup instructions: -For database (using 11g r1 with jdbc thin driver 10g 10.2.0.2.0) - create tablespaces, schema, etc. -For IBM WAS (Version 6.1.0.21), shared libraries, JVM parameters etc. The i