User privilege required to connect to OLAP Server

What are the user priviledge required to connect to OLAP Server? Eg OLAPDBA user connectd perfectly thrugh the Java Program for Sales History. But the Sales History User ( SH ) cannot connect to the Server and generates a RemoteAuthentication Exception. I tried giving those privilege and roles as that of OLAPDBA but no success.
Can anyone please help me out in this.
Regards,
Prachi Nadgouda

In the OLAP Users Guide 9.2.0.2, it states to connect to the database using the OLAP API, users must have the following access rights to the database:
CONNECT role
QUERY REWRITE system privilege
SELECT privileges on the database objects containing the data to be analyzed

Similar Messages

  • What are the minimum db user privileges required for CDC?

    What are the minimum privileges required for the source data server user in order to to successfully implement CDC
    Currently I'm getting an "Insufficient privileges" error when trying to start a CDC journal on a model. The error is happening on the step that creates a trigger on the table in the source schema.
    Here's the situation:
    The data server uses the user "ODI_TEMP" for its connection. ODI_TEMP has been granted select privileges on the desired tables in the source schema. When starting the CDC journal on the model for the source schema, ODI tries to create a trigger on the source tables. This fails since the ODI_TEMP user can't create triggers on anything outside of it's own schema. For obvious fundamental security reasons, we cannot give the ODI_TEMP user the CREATE ANY TRIGGER system privilege on the data source.
    Journalizing is set up using JKM Oracle Consistent. ODI is 11g, DB is 11g.

    Hi,
    You can go for this
    Grant CREATE ANY TRIGGER system privilege to ODI_TMP
    Start the Journal , it will create triggers in ODI_TMP schema for the tables present in your source schema.
    Now revoke CREATE ANY TRIGGER system privilege from ODI_TMP.
    It will continue to work .. only when you are restarting the journal (due to adding or removing some tables in CDC) , you will be requiring CREATE ANY TRIGGER privilege.
    Thanks,
    Sutirtha

  • Encryption is required to connect to this server but the client library does not support encryption

    Hi ,guys
    I came cross a trouble when I configured connection encryption.
    I met the following problem when I have configured connection encryption done.
    Encryption is required to connect to this server but the client library does not support encryption; the connection has been closed. Please upgrade your client library. [client: ip]
    environment info:
    SQL:SQL2008 \SQL2005\SQL2008R2
    SERVER:WIN2003 \WIN2008R2
    We use C# to develop asp.net webform app, so the provider I use should be SQL client.
    client .NET Framework version:NET Framework 3.5
    Pls tell me why I met this weird problem.
    Thanks in advance.
    Love SQL

    Sure,here is the connetion string of java app.
    jdbc
    db.url=jdbc:jtds:sqlserver://60.x.x.x./TaskSiteInfo
    db.username=xxx
    db.pwd=xxx
    Your initial post stated you were using SqlClient in an ASP.NET 3.5 app.  I think this is an issue with the jTDS client based on the error message.  Are you using the latest jTDS driver?  If so, try posting this issue to
    http://sourceforge.net/p/jtds/discussion/
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • What rights are required to connect to WSUS server usig console

    Hi all,
    I have a WSUS server installed and it is joined to a domain. Another user from domain needs to connect to this WSUS server using a WSUS Management console. What rights does this user needs to be given on WSUS server so that he would be able to connect to
    server and be able to release patches?
    Regards, Darshan G. Parab

    What rights does this user needs to be given on WSUS server so that he would be able to connect to server and be able to release patches?
    The domain user should be added to the local WSUS Administrators group to be able to approve patches.
    I would suggest creating a Domain Security Group, adding the domain account to the Domain Security Group, and then adding the Domain Security Group to the WSUS Administrators local group on the WSUS server. However, while this is a more conformant way to
    configure the security, it also requires the user to logoff/logon (to get the domain group SID in the user's account token) and it requires the WSUS server to be restarted (to get the domain group SID in it's computer account token).
    You may determine that adding the domain user direct to the group is a necessary short-term implementation, and defer the use of groups until such time as the WSUS server can be restarted (which, given that yesterday was Patch Tuesday, will probably be in
    the next few days anyway).
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • SAP client requires re-connecting to SQL Server every login

    Hi Experts
    I have one PC where the user always has to enter the SQL server details every time they login.
    Is there a reason this would happen?  The client PC in question is running Vista.
    Thanks
    Greig

    Hi Greig,
    You mat check this thread first:
    terminal server connection reset after each login to local server
    Thanks,
    Gordon

  • Privilege require to kill a report server Job

    Hi all.
    I'm using Forms / Reports 11g Rel2 on a Windows box.
    What privileges are required to kill a report submitted to a report server (non secure).
    Precisely: if you're on the showjobs page, can anyone who access this page kill a job?
    Also, is it possible to use CANCEL_REPORT_OBJECT (within Forms) for a running job?. Again, which privileges are required?.
    Thanks in advance ....!

    Sure, No problem.
    You have two options actually - forgot to mention the other alternative.
    1.) Oracle HTTP Server (OHS) - this will block any attempt to showjobs based on IP Address/Domain Name/etc....
    That means however, you'll have to firewall off port 9002. But most my customers do this anyway - as reports are commonly accessed via OHS.
    In $ORACLE_INSTANCE/config/OHS/ohs1/moduleconf/reports_ohs.conf, add the bolded text to your conf file. You can do a individual or ranges of IP addresses/hostnames/fully qualified domains. Consult Google or Oracle HTTP Server documentation on deny/allow rule syntax.
    <Location /reports/rwservlet/showjobs>
    SetHandler weblogic-handler
    WebLogicHost hostname
    WebLogicPort 9002
    Order deny,allow
    Deny from all
    Allow from 10.1.1.10
    </Location>
    2.) WLS_REPORTS solution. This lets you password protect the showjobs screen.
    - Locate and backup your reports server's rwserver.conf - i'd make sure its the right one. As a lot of people can get confused as by default Reports comes with 2 reports servers.
    - Open rwserver.conf
    - Add the following parameter in between the "<queue maxQueueSize ..." tag and "<pluginParam name="mailServer" value="%MAILSERVER_NAME%"/>" tag:
    *<identifier encrypted="no">username/password</identifier>*
    - replace username/password for your actual username/password combo you want to use. Save your changes.
    - Reboot the reports server process - if you use a reports server that runs in OPMN, make sure you reboot your OPMN Reports server process as well.
    - when you try to access show jobs, it should return an access deined. To access showjobs. add "?authid=username/password" to the end of your URL to access the page.
    For more info on this: http://docs.oracle.com/cd/E14571_01/bi.1111/b32121/pbr_strt001.htm#sthref63
    Both options arent exactly elegant but they work :)
    Thanks,
    Gavin
    http://pitss.com/us

  • Can we avoid specifying User ID & password for connecting to LiveCycle server through code?

    Hi,
    I am developing a JAVA program that connects to the LiveCycle ES server to assemble two PDF files. Here is some part of the code I am using. The code works fine.
    Properties connectionProps = new Properties();
    connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_EJB_ENDPOINT, "jnp://localhost:1099");
    connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,Service ClientFactoryProperties.DSC_EJB_PROTOCOL);
    connectionProps.setProperty(ServiceClientFactoryProperties.DSC_SERVER_TYPE, "JBoss");
    connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_USERNAME, "administrator");
    connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_PASSWORD, "password");
    ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps);
    AssemblerServiceClient assemblerClient = new AssemblerServiceClient(myFactory);
    If I do not use the credential info (user ID and password) I get some credential exceptions. Is there a way that I can avoid providing the credential information? The reason for this is I do not want to hardcode the user ID and password information as the password can change. Is there any other way to solve this issue?
    Regards,
    Ragha

    You can turn security off from your process.
    Go under adminui under Services/Application and Services/Service Management.
    Search for your process and under the security tab you can disable the security or use the 'Run As' feature to run under a specific user context.
    Jasmin

  • Issue with Network Home Users on Mountain Lion ( connecting to Lion Server)

    I have been forced to setup a network user on a new mac running mountain lion because their old mac just went pop, and have run into multiple issues that I have narrowed down to them being a Network User on Mountain Lion.
    1. Contacts get deleted whenever you open Mail. Mail will hang on fist launch until all your contacts in Contacts (I hate the new names! ) get deleted, console shows that the location for the address book database is invalid, seems to be an issue with ~/Library/Containers/apple.mail.com folder
    2. Word documents with images in the background do not display correctly, there is a giant red cross through the document
    If I change this network user to a mobile home user the problems go away and everying works as expected

    How to re-enable the Apple-provided Java SE 6 applet plug-in

  • How do I get connected to a server on my network via an IP address?  When I try to open in a URL and login as a registered user with proper login it errors out saying there was a problem with connecting to the server?

    I am new to Mac...How do I get connected to a server on my network via a hyper link IP address path?  When I try to open in a URL and login as a registered user with proper login it errors out saying there was a problem with connecting to the server?

    Some of the following is going to use some technical terms — this area is inherently somewhat technical. 
    If you don't understand some part of the following reply, please ask.
    Is this your own OS X Server system on your own network, or is this some other server within some larger organization? 
    You're posting this in the OS X Server forum, which is a software package that allows OS X systems to provide web-based and many other services; to become servers.
    If it's your OS X Server on your network, then the network and DNS configurations are suspect, or the server is somehow malfunctioning or misconfigured.   This is unfortunately fairly common, as some folks do try to avoid setting up DNS services.
    If it's a larger organization and somebody else is managing the server and the network, then you'll probably need to contact the IT folks for assistance; to learn the network setup and DNS requirements, and if there's a problem with the server itself.
    The basic web URL "hyper link IP address path" — without using DNS — usually looks something the following, where you'll need to replace 10.20.30.40 with the IP address of your server:
    http://10.20.30.40
    UptimeJeff has posted a URL that specifies the AFP file system; an OS X file share.  That's used if you're connecting to an Apple storage service somewhere on your network.  You might alternatively need to specify smb://10.20.30.40 or such, if it's a Windows file server.  (There can be additional requirements for connecting to Windows Server systems, too.)
    If there's local IT staff available here, please contact them for assistance.  If these are your own local systems and your own local OS X Server system, then some information on the server will be needed.  (If you're on a NAT'd network, you'll also need to get DNS services configured and working on your local OS X Server system and your network — you'll not be able to skip this step and reference ISP DNS servers here — or things can and usually will get weird.)

  • Users have multiple AFP connections on server?

    Our server is running 10.6.7 and in Server Admin under AFP connection we are noticing users with multiple connections to server.  The settings are enabled to "disconnect users after they are idle" for 60 minutes and also "allow to sleep for 4 hours" checked.  I have 2 other servers with the same settings that average 60-80 connections but this server continues to average 250+ connections, many of which are multiple users from same IP address.  Does anyone have ideas as to why server isn't reseting connections?

    Who says the server isn't resetting connections? How do you know these connections are not active?
    It's not uncommon for one user to have multiple connections to a server, depending on your sharepoint configuration. Each shared resource will consume one connection for each user. This means that if your users' home directories are on the server, as well as a group sharepoint and a public share/dropbox, then each user would have three connections. Does that cover your usage?

  • Users randomly dropping connections to Mavericks Server

    Hello,
    We recently implemented a new server for a client - a new Mac Mini running 10.9.4 and the latest version of Server (3.1.2), with shares residing on a Promise Pegasus R8 raid (thunderbolt). Prior to this, they had a Mini running 10.8.5 (with Pegasus R6 raid) with no issues. Immediately since implementation of the new server, we have been coming across an intermittent issue, where two different users will lose their connection to the server at very random times. When this happens, it does not happen to both of them - it will be either one user, or the other, but never at the same time. Both of these users are on Macs running 10.9.4 as well. There are other users in their office - some on 10.8.5 and a couple others on 10.9.4, but they do not have the issue. I have also verified that the two users that are having the issue are connected via AFP, not SMB.
    On a side note I have noticed that some users (including the two with problems, but also others as well) will have multiple simultaneous connections, shown in the server app/connections, and sometimes from multiple IP addresses (and none of which is their *current* IP address). I have to reiterate that NO problems like this have happened in the past, and no network changes were made (other than an attenuator added to their router shortly after the new server was implemented, though the problems were happening before this). This only started happening with the new server config.
    I have combed through logs on both workstations and the server; nothing seems obvious to me, though I am no expert on deciphering logs either. So I am looking for some help, please! They are working on Adobe Creative Cloud files from the server when this happens, and it has caused a few very important files to go corrupt.
    If there is any more information I could provide that will be of help, please let me know.
    Thanks,
    Jessica

    We have a similar setup with a Mac Mini and a thunderbolt NAS device connected for the shares.  We had users having trouble connecting to the shares and staying connected.  After a while of testing, we found that the issue occurred when using AFP and not when using SMB; we had both enabled as we do have windows computers in the environment.  We have since completely disabled AFP and now everyone has to use SMB which has resolved the issue for us.

  • Error -14910 when trying to connect to network server

    A user has a brand new (2 weeks old) Mac Pro 3.00GHZ quad running 8GB RAM that has started acting very strangelly this morning. I will break it down as it happened...
    - When logging on, it brought up the connect to server dialogue BEFORE the log on screen. It would not allow us to cancel the screen for ages, but eventually the third restart cleared that.
    - As soon as we logged on, it connected automatically to the server (without prompting for any password). From within apps, it was as if the server was not there, but a second connect would make the folders available. When trying to disconnect the first instance of the server, it prompted for an admin password and then said it was unable to disconnect.
    - Ran a permission repair, which cleared that issue but presented me with a far worse issue...The user can no longer connect to the server with his username; Error -14910
    - I then tried a whole bunch of other usernames to connect to the server but all failed. EVENTUALLY I was able to connect using the server's admin account, but obviously this is not ideal for my user.
    Other info: OS 10.4.7 on Mac Pro and Server
    Server is an XServe
    I can supply any more information needed, This is urgent, so any help at all gratefully recieved

    Time error. Sorted

  • Error connecting to MDM server

    Hi all,
    I am getting the check user mapping error while connecting to MDM server. The MDM Server and EP Server are on different systems. And when i try using the group "Everyone". The connection test was successfull but when i login with that user id/pwd no data is displayed.
    I am using MDM 5.5 SP03 and EP SP14.
    Regards,
    Jaydeep

    Hi Simona,
    I tired to import schema, but its not over written(user names & roles) by the merging it with the other Repsoitory schema.
    I tried creating duplicate, but could not see the duplicate repository in the Console - server - repository, but could see the repository at the database level(Oracle DBMS).
    Anyways SAP has adviced to Connect to Oracle DBMS directly and remove the trailing space in
    USERNAME column of A2I_CM_USERS table for the user mentioned.
    But, its not possible to reduce the length of the username field.
    Could you please guide me, if u have any idea??
    Cheers
    Srihari Reddy

  • Cannot connect to Analysis server

    Gooday ,
    I am trying to log in to our analysis server using my windows authentications,for some reason i am not able to and i get this error
    "Cannot Connect to "ServerName\Instance"
    "The Execute element at line 6, column 60 (namespace urn:schemas-microsoft-com:xml-analysis) cannot appear under Envelope/Body. (Microsoft SQL Server 2008 R2 Analysis Services)"
    I(and the team) are really confused as to whats happening here,
    Could someone please assist by guiding us as to where to start in resolving this issue.
    Kind Regards

    Hi Smacoba,
    First to ensure that you have the corresponding permission to access this database, you can refer to the link below to see the details.
    Granting User Access
    Do you connect to local server or remote server? If you connect to a remote server, you need to unblock ports in a firewall to allow access to Analysis Services, please refer to the link below to see the detail information.
    Configure Windows Firewall for Analysis Services Access
    Hope this helps.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Privilege Level to view flash (https server)

    Hello community,
    I've been digging around and I don't think I'm asking the right question, so I thought I'd ask it here. I've been working a little bit with Cisco native IOS HTTP/HTTPS server.
    I've put together a SSI (.shtml) page to pull data from my router, and display it in an easy to read format for quick and simple troubleshooting. The thing is, is that I must be a lvl 15 user to access this file when it's loaded onto flash.
    To get around this, I felt it would be easier to grant users lvl 1 SSH access and have them authenticate against a RADIUS server. Although that gets around the issue, I'd still really like to try and figure this out. I'd like to know what I need to do to make it so that a lvl 1-14 user can log into the IOS https server, and open my .shtml page without it prompting for lvl 15 authentication.
    (I can login with my test user (privilege lvl 1) to the HTTPS server without issue. It's when I try and browse to: https://router/level/01/file.shtml , that's when I'm prompted to login as lvl 15.)
    Thanks in advance everyone. Your assistance / insight into this would be very much appreciated!

    this is what fixed the issuefor me:
    Be sure to try this on a test machine and back it up if needed.
    In the system registry
    For each of the following registry keys:
    HKEY_CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}
    HKEY_CLASSES_ROOT\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}
    HKEY_CLASSES_ROOT\CLSID\{1171A62F-05D2-11D1-83FC-00A0C9089C5A}
    HKEY_CLASSES_ROOT\TypeLib\{D27CDB6B-AE6D-11CF-96B8-444553540000}
    Right-click the key, select "Permissions"
    In the Permissions Dialog click the "Advanced" button Click "Add"
    Enter "Everyone" and click "OK" to accept Select "Allow" for the "Query Value", "Enumerate Subkeys", "Notify" and "Read Control" permissions. Do not change any existing permissions.
    Source -  http://www.adobe.com/go/624850b5

Maybe you are looking for

  • Why does my photos need loading in the gallery

    my pictures are taking time to load and now they re not even loading i can see that exclamation mark at the bottom of the picture which is killing my picture clarity and i cannot even forward pctures over whatspp what should be done ? badly need help

  • Virtual hosting in Weblogic 6.0

    hi, I have created a virtual host with the name MyVirtualHost and VirtualHost names as mysite , in wl6.0 using the admin console. I have cofigured DefaultWebApp_myserver as the default web application.I checked the config.xml file and an entry has be

  • 30,60,90 Days Totals in sql query

    Hi All, Here I  have written a query to find the total for 30Days to calculate costs.... These 30Days Amount will be populated into another table based on joins. I know we can do by case in the final update but lot of logic is going into temptables1

  • Automatic return Delivery after return Sales Order

    Hello Experts, Is there any setting to do in order to create automatically a return delivery, when saving the return sales order? Thanks Regards

  • Excess Inventory/Scheduled Receipts Report using ABAP Query.

    Hi All, I want to create a ABAP query for Excess inventory & Scheduled receipts in a single report. I have identified tables, fields and some extra calculated fields in the report. Here are the following tables and fields. EKPO-MATNR      ( Material