Connecting Hana with DTW using an user different to SYSTEM

Hi experts,
I have created an user in HANA with this privileges:
GRANTED ROLES
SYSTEM PRIVILEGES
OBJECT PRIVILEGES
AFLPM_CREATOR_ERASER_EXECUTE
CATALOG READ
SBOCOMMON
CONTENT_ADMIN
CREATE SCHEMA
SBODEMOCL
PUBLIC
DATA ADMIN
IMPORT
I'm trying to connect HANA from Data Transfer Workbench using the new user but the program shows the error message "Exception from HRESULT: 0xFFFFFFFF" .
If I try with SYSTEM user, the connection is successful.
Which privileges should I assign to new User for it's correct working with DTW?
Thanks and Regards,
Juan Salazar

Hi Gordon,
I give permission SELECT, INSERT, UPDATE and DELETE to the schemas SBOCOMMON and the current schema. Also I select the option Grantable. but the problem continue.
I try copy privileges the system user, but the user SYS is assign him and I dont know how loggin whit this user
Thanks,
Juan Salazar

Similar Messages

  • How to create dynamic connection string with variables using ssis.

    Hello,
    Can anyone let me know on how to create dynamic connection string with variables using ssis?
    Any help would be appreciated.

    Hi vinay9738,
    According to your description, you want to connect multiple database from multiple servers using dynamic connection.
    If in this case, we can create a Table in our local database (whatever DB we want) and load all the connection strings.  We can use Execute SQL Task to query all the connection strings and store the result-set in a variable of object type in SSIS package.
    Then use ForEach Loop container to shred the content of the object variable and iterate through each of the connection strings. And then Place an Execute SQL task inside ForEach Loop container with the SQL statements we have to run in all the DB instances. 
    For more details, please refer to the following blog:
    http://sql-developers.blogspot.kr/2010/07/dynamic-database-connection-using-ssis.html
    If there are any other questions, please feel free to let me know.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Unable to connect hana with sybase replication server and i am not getting ECH plz help

    unable to connect hana with sybase replication server and i am not getting ECH plz help

    Please don't necrobump/hijack threads: https://wiki.archlinux.org/index.php/Fo … bumping.22
    https://wiki.archlinux.org/index.php/Fo … _hijacking
    Closing

  • [solved] scritpt to check the used space of different file systems

    how to write a scritpt to check the used space of different file systems and print if any file system above 50%
    I used this command to get the different filesystem and their used space
    df -h | grep -v Filesystem |tr -s " " | cut -d" " -f1,5
    Thanks in Advance

    Please try this command:
    df -Ph | tr -s " " | cut -d" " -f1,5 | sed -n "s/\([5-6][0-9]%\)\|\([0-9]\{3\}%\)/&/p"
    It works for me. Good luck
    Tiger Zhang
    .

  • Connection Error with iPod mini to Bose Home Theater System

    When connecting my iPod mini to my Bose Home Theater system, it recognizes that iPod has been connected, but after the "Acquiring Signal" process, it gives me an "iPod connection error. Please re-insert iPod into docking station." I tried several times, but the result is the same.
    My iPod mini has been updated with the latest software, and I did a system restore to return everything to factory defaults, but still no luck.
    Any suggestions.

    Hi. What you need to do is Launch DVD Player. Go to Preferences. Select Disc Setup tab. In Audio Output under Audio in the second part of the menu, select Digital Out-Built-in-Output. Then click OK. See if this works, 'cause mine does.

  • Uninstall deployment for an AppV5 application with Connection group fails if using a User Collection but works on Machine Collections.

    Hi,
    I'm having troubles to understand why my application in AppV5 that was sequenced with "MS. AppV Sequencer SP1" is somehow failing to be uninstalled properly only if this on is deployed with a
    User collection but on the other hand the same application installs & uninstalls perfectly if its deployed using a
    Machine collection? 
    Here is an extract of the Appenforce.log:
    Remove-AppvClientPackage : Operation failed because package belongs to a
    connection group on the machine. Please ensure that package does not belong to
    any connection groups.
    Operation attempted: Remove AppV Package.
    AppV Error Code: 020000050C.
    Please consult AppV Client Event Log for more details.
    Au caractŠre Ligne:1 : 106
    + import-module 'C:\Program Files\Microsoft Application
    Virtualization\Client\Appv ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidResult : (:) [Remove-AppvClientPackage], 
       ClientException
        + FullyQualifiedErrorId : RemovePackageError,Microsoft.AppV.AppvClientPowe
       rShell.RemoveAppvPackage
    I know that SCCM 2012 does not uninstalls application prerequisites unless they are targeted by their individual uninstall collection or script an uninstall procedure on the main application. But if I try using the Machine collection the error is not appearing
    and the main application is removed and the Prereq will be left behind without causing any trouble at all !! 
    So my question is: Why an APPV5 application with a connection group should be pushed in a Machine context ?
    Notice that I already tried to do the troubleshooting to remove the application manually with PowerShell.
    - set-executionpolicy unrestricted
    - Import-Module AppvClient
    - Get-AppvClientPackage -Name PackageName*
    - Unpublish-AppvClientPackage $PackageName
    - Remove-AppvClientPackage $PackageName
    And actually it was removed but the problem started again if I tried to re-install /remove the application.
    Will really appreciate your comments.
    Kind Regards.
    Joel E.G.

    Hi Paul,
    To be honest we already experienced many troubles after the SCCM console was migrated from R1 to R2, SCCM client was updated too in consequence, but our AppV5 client still remains on SP1.
    I'm afraid that any application that uses Connections Groups will have to be pushed on a Machine context and I just wanted to really understand more about this subject of why it was working that way and not by User is there something I missed with (Run Virtual)
    that for any reason is not perfectly implemented to run on a user context?
    Any way, we will be testing AppV5 Client SP2 really soon because we have no choice.
    Regards,
    Joel EG

  • Unable to connect using connect string in linus using sys user in Linux

    Hi,
    I am facing problem in using connect string while connecting as sys user in Linux OS
    For example:
    When I am connecting as
    sys/sysoracle as sysdba its getting connected.
    But when I am providing the connect string such as sys/sysoracle@TEST as sysdba its showing with error as:
    ORA-12505: TNS :listener does not currently know of SID in connect descriptor
    Any help will be benefitial for me
    Thanks and Regards

    >
    ORA-12505:
    TNS:listener does not currently know of SID given in connect descriptor
    Cause:     The listener received a request to establish a connection to a database or other service. The connect descriptor received by the listener specified a SID for an instance (usually a database instance) that either has not yet dynamically registered with the listener or has not been statically configured for the listener. This may be a temporary condition such as after the listener has started, but before the database instance has registered with the listener.
    Action:     
    - Wait a moment and try to connect a second time.
    - Check which instances are currently known by the listener by executing: lsnrctl services <listener name>
    - Check that the SID parameter in the connect descriptor specifies an instance known by the listener.
    - Check for an event in the listener.log file.>
    So are you sure that TEST is a right connection string that you are using and is rightly configured?
    HTH
    Aman....

  • Connecting PC with SUN using RS232 cable

    I am trying to connect an RS232 cable from a PC com1 to SUN
    interface A. I started a getty on the SUN: getty term/a 9600
    And brought up Tera Term Pro on the PC and even tried Hyper Terminal.
    I have tried to set com1 to various settings 8 none 1 none, 7 none 1
    hardware, etc.... and even connected a breakout box and crossed pins
    2 and 3. Sometimes I get garbage and sometime I get Login: prompt
    that I can type into but Return does nothing. Does someone have any
    directions on how to set this up? I don't even know if the two RS232
    cables I have are compatable or not.
    Jerry

    Hello, Michael and John,
    I would like to add some additional information to John's answer.
    You can use Remote VISA on your Solaris workstation to access the VXIpc's VXI interface using the same VISA API you would use to access a local device. First, on your VXIpc, you should install VISA Server if it's not already installed. (It likely is already installed, so you can probably skip that step.) Then configure the VISA Server through your VISA options in MAX to start when the computer starts and allow connections from your Sun workstation. After setting up your VXIpc in this way, from your Sun workstation you can connect to any VISA resource on the VXIpc by specifying the resource string "visa://[address-of-VXIpc]/[local-resource-name]". "[address-of-VXIpc]" should be replaced by the IP address in the form "a.b.c.d", or by the VXIpc's network name, and the "[local-resource-name]" should refer to any VISA resource that is on the VXIpc, such as "VXI0::0::INSTR". You can even use viFindRsrc() to find remote resources with this mechanism.
    Using this information, you should be able to write your VISA application on your Sun workstation. To test your remote VISA setup, you can run NIvisaic on your Sun workstation to access the VXIpc interactively.
    Note that if you are doing a lot of single-point access, with functions such as viIn and viOut, or using other small transfers, these accesses will be considerably slower than they would be if written directly on the VXIpc, as each one must travel across the network to get a response, and networks have a high latency.
    Also, you will need NI-VISA 3.1 on your Solaris workstation to access your VXIpc this way.
    Richard Thrapp
    Staff Software Engineer
    VXI Software

  • Trouble connecting Ichat with friend using AIM account on a pc

    Hi, I am new to Apple's and Ichat. I am attempting to video chat with a friend, who is using an AIM account on a pc. We have tried turning her firewall off. I am unable to connect with her. I keep getting a communication error. Any advice would be greatly appreciated.

    First try to connect to the Apple "bot" test servers listed here. Then, at the bottom of that same webpage, there is a list of "real-people" Mac testers. See whether you can work them. That will let us know whether the problem resides on your end (a Mac/router/ports problem) or her end (PC/AIM/ports/exceptions problem). Post back and let us know how things work out for you Mac-to-Mac.
    If you can't get ahold of a real people contact tester, I could contact test with you if you want. My setup has worked "out of the box" since day 1. However, I configure my iChat security to only allow people on my buddy list to see that I'm online. So I'd need to know your AIM screen name so I could temporarily add it to my buddy list or you'd never see me online. You would have to email your screen name to me, and a suggested time to try a test. Between 7PM and 9PM MDT works best for me. To get my email address, copy the following line into Terminal.app and hit enter:
    echo 9274185136367780862791258724411398020885770P|dc 
    To get my AIM screen name, copy the following line into Terminal.app and hit enter:
    echo 502754583644136110388490P|dc 
    But I'd try the contact testers listed on Ralph's website first -- they probably aren't as limited in their available hours of operation

  • Connecting hp365 with iPad using email address

    I have the email address for my HP 365, but where do I use it with my iPad?

    msconni wrote:
    I have the email address for my HP 365, but where do I use it with my iPad?
    Hi,
    What is your HP 365 actually ? As you  say, it has an email address, you can send an email from your iPad to it to print. It must be connected to the Internet. There are few other ways but I need to know what is your HP 365.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Connection issue with PS3 using BT home hub 5

    Hi guys i have recently switched to BT infifnity and the BT home hub 5, now i cannot acces the playstation store, i can sign in, i can get on the web, I can got to amazon and download a film,etc,  but everytime ive gone to the store is says the its down for scheduled maintenance, and i know thats not the case as ive phoned Sony support who have told me thats not the case. ive tried port forwarding , and putting the PS3 into DMZ?...but nothing seems to work , I cant find anything online about it either, so any help would be most welcome. Thanks.

    Sorry I missed the bit about the PS3 store is the problem and everything else is fine,I replied to a topic earlier linked below.
    http://community.eu.playstation.com/t5/PS3/PlayStation-Store/m-p/23497490#M2056477
    In a nutshell delete and re-install the Playstation store app and check your PS3's systems date and time is correct.

  • Inconsistencies with Read Out Loud on different Windows systems

    Hello, I create 508-compliant accessible documents for my employer. These documents are read by several different reviewers internally, and we have noticed that there are differences with how the documents read for some reviewers. Some reviewers have Windows 7 and some have Windows XP. All reviewers are using Reader 9. The diferences are small (certain words will not read for certain reviewers, acronyms read differently) but it is important to us that all end users hear the information correctly. Was wondering if anyone else has experienced similar issues and if there was a setting/preference or any kind of fix for these issues. Thank you.

    Remove the voice.
    Mike

  • Connection problems with Dedicated Application Sever for R/3 System

    Hi all,
    I'm trying to define a Dedicated Application Sever for R/3 System.
    I filled in the parameters for:
    (according to the basis team)
    Admin Password
    Admin User ID
    Application Host
    Logical System Name
    SAP Client (300)
    SAP System ID
    SAP System Number
    System Type (SAP_R3)
    User Mapping Type (user,admin)
    I also defined a user mapping for the user I'm loggen on with.
    When trying to test the connection a strange thing happened:
    On the first test the test completed successfully, and on the following tests it failed.
    Each time I re-entered the Admin Password property the test succeeded again, and failed in the following times.
    If anybody experienced a similar problem, knows its source, or can suggest additional properties I should fill in order to solve the problem, I would be gratefull.
    (I already checked out http://help.sap.com/saphelp_nw04/helpdata/en/ea/d4df3df2ad685ae10000000a11405a/content.htm)
    10x ahead,
    Yoav.

    Thanks to all the repliers.
    Unfortunatly none of the suggestions worked.
    The Transaction iView (with html GUI) shows a "the page cannot be found" page, if that helps.

  • Using SAP User name without system/client name

    Hello,
    How to display and use i9d3719 instead of db1~100/i9d3719?
    So if I want to lon on to designer, I want to enter i9d3719 in username instead of db1~100/i9d3719. Same goes for wneh an user logs to Webi, their username should be displayed without the SAP system and client id.
    Thanks,
    Nikhil

    Akhil,
    I hope this will never work. Think about your requirement for a second....
    This would mean an application is able to see my user credentials without my knowledge. It's bad enough the know my IP if I'm not using TOR.
    To get your requirement to work you have to redefine it a bit. The user have to log in to your application. The application holds the name together with an ID of the session to know the user in further requests.
    Thats a basic security theme, described in the dos [Adding Security to a Fusion Web Application|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/adding_security.htm] .
    Timo

  • Is it possible to connect Sqlfire server with oracle using DBSynchronizer using default license

    is it possible to connect Sqlfire server with oracle using DBSynchronizer using default license
    Sql fire is my machine
    Oracle is another machine
    When i connect sqlfire with oracle using DBsynchronizer It shows the error message as Wan is not supported for default license
    When i connect Sqlfie(my system) with oracle( another system) using JDBC Rowloader .nothing is happening after some time it shows the error like"time out for pool connection to archive database.When i increase the time out also nothing is happening.
    what is the reason for above two errors(I stated in the pragraph.)
    is it beacuse of wan netwrok not supported by default evaluation license?
    could you please explain?

    I don't think this has anything to do with a VMware product.

Maybe you are looking for

  • URGENT HELP REQUIRED - E-filing for GB - IMG CONFIG

    Hi We are on ECC 6.0 and have just installed XI. I am trying to complete the SAP IMG Config, however there is limited documentation about this, particularly the constants and e-mail content. Does anyone have any useful (ideally step by step) document

  • SharePoint 2013 - Office Web Apps - Internal and External Use

    I have successfully installed SharePoint 2013 and Office Web Apps on Azure VMs inside an Azure Virtual Network (IaaS model). Everyting is working well. However, my testing has shown that external users and internal users can't use Office Web Apps at

  • Windows 8.1 Explorer 11; Explorer does not open

    I started with windows 8, upgraded to windows 8 pro which installed 8.1.  Explorer 11 started acting up and soon no IE 11.  When I click on Explorer a blank window appears.  All the options are dimmed.  The option I am able to open is favorites which

  • How to get sensitivity and units from TEDS

    Hi. First, I hope I have posted this in the most suitable board. Recently I got involved in a project at my university as a programmer for a research group which study modal analysis. They are utilizing National Instrument measuring equipment and TED

  • FAGLL03H report on HANA

    Hi all, I have question regarding populating fields of the Offset account in FAGLL03H report. (FAGLL03 report on HANA). So far we have added GKONT field into V_GLPOS_N_CT view, generated view through HDBCVIEWS and tried to update "Specific Applicatio