DB Connect WITH BI System

Dear Experts,
I have to connect my BI System with Microsoft Sql Server.
I have read so many standard documents but still not sure how to proceed with it.
My First conern is related to DBSL Library .  From where we can downlaod and which file need to be download and where to kept it. ?
Second Concern is user id and password of database. is it necessary same user should exist in both system.(BI System and SQL Server)  ?
Third concern :  Is there any Specific settings need to activated in SQL Server ?
Please help me as I am not getting exact answer from standard documentation available.
Regards,
Mohit.

Hi there,
Dont' know in BI 7.0 and oracle but I did it once with SQL Server and BI 3.5.
There, tables shown are database views that have been created whit certain conditions like:
User on the connection parameters is bd_owner of the database views.
User have select permisions for the database views
User have db_dladmin
Check requirements for oracle but it seems and autorization problem on the database side.
Hope this helps,
Regards,
Carlos.

Similar Messages

  • How to verify the  Source systems connectivity with BWQ System.

    Hi All,
    I have diff source systems. And my requirement is to check the source systems connectivity with BWQ (BW Quality sys). please any body tell me the steps how to check the source system connectivity ?
    Thanks & Regards,
    Manju

    Hi Manjula,
    If you encounter problems when establishing a connection to your target server, check the following:
    A message box appears while performing one of the following actions:
          Setting connection by choosing Apply to local session.
          Testing connection settings by choosing Test settings.
          Creating SAP TSQL objects
    If errors occurred, they are displayed in the respective message box.
       Check developer trace files in ST11.
      Test connection:
         For RFC related errors, check the RFC connection via SM59
         For database multi-connect errors, check if you can connect to the target SQL Server with the SQL Server Query Analyzer. Also check if the DBCON entries are correct.
    Regards,
    RK

  • How to get audio device information connected with MAC system?

    I want to know the samplerate (the number of samples per second) supported by the device connected with the MAC system.
    I am also pasting the code as below where I need that info.
    // Using PCM 44.1 kHz, 16 bit signed,stereo.
              AudioFormat audioFormat = new AudioFormat(AudioFormat.Encoding.PCM_SIGNED,  //     the audio encoding technique
              44100.0F,// sampleRate           the number of samples per second
              16,      // sampleSizeInBits the number of bits in each sample
              2,       // channels           the number of channels (1 for mono, 2 for stereo, and so on)
              4,       // frameSize           the number of bytes in each frame
              44100.0F,// frameRate          the number of frames per second
              false);  // bigEndian          indicates whether the data for a single sample is stored in big-endian byte order (<code>false</code> means little-endian)

    Kanni wrote:
    Can you sugget something in that area.That's not an issue that's specific to MAC, it'd be specific to any system with a limited number of supported capture formats.
    I've handled this problem in the past by generating an array full of all of the AudioFormat objects I'd consider acceptable, and I just iterate through them until I can find a TargetDataline that supports it.
    TargetDataLine tdl = null;
    /* Write your own code to get an array of acceptable formats here */
    AudioFormat formats[] = JavaSoundFormats.getFormatList();
    for (AudioFormat format : formats) {
        DataLine.Info dlinfo = new DataLine.Info(TargetDataLine.class,
                                                 format);
            if (AudioSystem.isLineSupported(dlinfo)) {
                try {
                    audio_in_format = format;
                    tdl = (TargetDataLine)AudioSystem.getLine(dlinfo);
                    break;
                catch(LineUnavailableException e) {
                    // No need to do anything
    /* If we don't have a targetdataoutput object, give up */
    if (tdl == null) {
        System.err.println("No TargetDataLines found!");
        System.exit(1);
    }

  • Bussiness Objects connection with R3 systems

    Hi,
    I would like to connect Bussiness Objects with R3 systems, does anyone have a tutorial or refer any note?
    Best Regards,
    Nuno Silva

    Dennis is right, the connectivity option youo have today is limited to Crystal (unless you wanted to do something purely at the DB layer), but Webi/Universes for ERP are coming in a future release.  A prototype is availble at the Innovation Center
    SAP BusinessObjects Web Intelligence Reporting for SAP ERP [original link is broken]
    Very weird.  I only posted this once, but two posts appear??????
    Edited by: Pizzaman on Oct 1, 2009 10:57 AM

  • IPhone with iOS 7.1.2 cannot connect with car system

    Hi,
    I am using iPhone 4s with iOS 7.1.2 . I used to connect it with my car (fiat bravo, with blue&me system) and it has worked well, but it was still on iOS 7.1.1. Now it doesn't want to connect with the car, phone sees the car, but cannot connect with it. How can I solve this?

    Hello, Brunon_Wayward. 
    Thank you for visiting Apple Support Communities.
    Sometimes when an iOS update is released there is a compatibility lag with certain features that requires an update to the vehicle.  I would first check with your vehicle manufacture for any firmware updates.  However, here is an article that has some helpful troubleshooting steps regarding car stereo connections and an iOS device.
    iOS: Troubleshooting car stereo connections
    http://support.apple.com/kb/ts3581
    Cheers,
    Jason H.

  • IPhone connectivity with a system

    Please, how do I share my Apple iPhone4 internet connection with a computer........Thank you

    http://support.apple.com/kb/HT4517

  • Connection with external System using AS2/SFTP adapter.

    Hi All,
    I need to use SFTP/AS2 to connect to an external Server which is not in our landscape.
    Can anybody could help whether i need to create a party on the Sender side as sender system is an external Server.
    I have gone through many docs but i am not clear when to use party and when not..?
    Regards,
    Rahul

    Hi Rahul
    Whether to use a party or not is both an architectural question as well as a development question.
    Architecturally, if an external server is not in your landscape and belongs to a different company/entity, your scenario would be a B2B process. You can refer to the below link for more details about B2B, but I've included a short snippet below too.
    http://help.sap.com/saphelp_nwpi711/helpdata/en/48/c7a475da5e31ebe10000000a42189b/content.htm
    Using a communication party, you address a company that is involved in a B2B process.
    The (technical) name of the communication party (for example Bosch) is the identifier for the company within an Integration Directory. To be able to identify the company during any external communication using a globally unique ID, you specify alternative identifiers for a communication party. For external communication, the name of the communication party that is known internally is mapped to the ID. A particular identifier is specified in the communication channel (see below).
    In terms of development, not all adapters (FTP, SFTP, SOAP, etc) require the use of a party object when you develop a B2B integration scenario. There are companies which have implemented all B2B scenarios using those adapters in an A2A style (using just Business Systems.)
    As Harish has mentioned, if you use the Seeburger AS2 adapter, you will need the party object (AS2ID is configured there), but if you use the SFTP adapter, it is optional.
    For your case, I'd recommend going with Party to clear distinguish that it is a B2B process.
    Rgds
    Eng Swee

  • Oracle connecting with one system

    Hi all,
    We have Oracle (10.2.0.1) on windows 2003.
    Oracle Server IP->192.168.4.19
    My system IP->192.168.4.108
    Now i want that only my system(192.168.4.108) is enable to connect to Oracle Server.Connection from another IP is denied.
    How can i implement this configuration?
    Please Guide
    thanks,
    Neerav

    Neerav999 wrote:
    Gk Joe could please me understand "valid node checking"Learning where to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com. Drill down to your product and version.
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library. <b>Look under the 'search' tab for 'VALID_NODE'. </b>
    Spend a few minutes just getting familiar with what kind of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what kind of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are reference manuals. Just get familiar with what is there to be referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.

  • MSS Component not connected with Backend system

    Hello All,
    In our NW Portal 7.01 system, we have got old Business package of MSS 60.1 & when we are trying to connect to our backend system R/3 4.7, we are able to connect it.
    Now we have upgraded portal to EHP1 and then we are trying to do the same, then we are not able to connect to MSS business package, as we are getting TP Host missing error and connection not able to do with R/3 system
    Has anyone come across such scenario? please update us asap.

    Just 1 correction, we are able to work successfully with NW 7.0, but not after upgrade to EHP1.
    So need to know, whether anyone is able to work with NW 7.01?

  • Problems connecting with Nintendo systems

    Hello everyone!
    Recently, I decided to get a new Linksys router (Model Number WRT120N) for my devices to connect to the internet. Previously, I just had a Nintendo USB connector for my 2 DS and my Wii, but since I intended to get a laptop for school, I got the router.
    After setting everything up, the devices all connected just fine. I loved the router, and after trying different things, it worked with everything. However, on Thursday night, they stopped working randomly. All of my devices that were connected could not connect to the router. (That would be my 2 DS lites, my Wii, and my Droid phone)
    I checked with each device, and nothing would work. (I don't know if it helps, but my phone would say "Connecting", then "disconnected".)
    I tried setting back everything to the default settings and tried again. My phone was the first to work, but now none of my Nintendo devices are connecting.
    I've already changed the settings on the Web Admin page for the router (changed it to 1-2 mbps), added the 10 to the IP address. (All of this is from the reccomended page from Nintendo)
    I don't know what you guys may need to help me, besides the model number above. If this helps, I'm using the WPA2 Personal security. However, I manually set the 2 DS last time, and they both worked fine. Also, I'm running on a Windows XP system
    Long story short: Set up everything on my own, all the devices connected fine. Later in the week, they all stopped working randomly, and I reset the settings. Now after going through everything the same way, only my Droid will connect, and the Nintendo DS and Wii will not.
    Any help would be greatly appriciated. Thanks!
    PS: I asked the same question on the Nintendo support forum, but there hasn't been a helpful answer that solved my problem yet, so I'm hoping maybe I just set it up wrong. Currently, I'm running the router with no security, as per the request of testing it from a helper on the forum, but they haven't responded back yet.

    What I meant by 10 IP addresses was that I added 10 to the last digit of my IP address for the DS systems. (As in, it was 102, so when I manually imput the IP into the DS, it's 112)
    I have tried setting the devices to detect the router automatically, but they just connect for about 5 minutes, and then completely loose the signal, and I get a error code on them.
    I don't think there are any other wireless channels that are nearby right now.
    Should I just reset the router or something? I'm not really sure what to do at this point.

  • Connection with Nonsap System

    Dear All ,
    Can We connect the Solman to nonsap systems.

    Yes
    how to create system for non sap and non abap
    http://help.sap.com/saphelp_sm32/helpdata/en/a9/33482d238eac4ab9ab9596c9c0afd6/frameset.htm
    trans smsy
    Specify main instance of non-ABAP SAP and non-SAP products
           1.      Select the system for which you want to specify main instances, and set the Relevant flag for the relevant main instances, in the Main Instance Selection tab.
    The system copies the selected main instances into the left-hand screen area, under the system.
           2.      Select the main instance and enter the required data at the right-hand side of the screen.
           3.      Save your entries.
    Pls check service.sap.com too.
    Regards
    Prakhar
    Edited by: Prakhar Saxena on Feb 20, 2009 10:33 AM

  • How can I create a mobile application to connect with my php system

    II have few question to ask all expert here :
    1. Im using Netbeans IDE, how can I compile the .java file to .jar ?
    2. Currently, I have created a point of sales application using php and I hope to create a Mobile application to connect with tis system. So, anyone can let me know what I need to start ?
    3. Im using postgresql database, anyone here know how to connect with mobile application?

    !. When you build java application in NetBeans (standard one) you just click 'Build' or 'Clean and Build' and your jar file is waiting for you inside 'dist' directory of your project
    2. Connecting MIDP application to the server running PHP scripts is not a problem, just connect using simple HTTP with GET or POST and you are done, google on it!
    3. You can connect to the database using some kind of PHP/JSP/ASP or whatever application you want and then using method from point 2 to send and retrive values, you can do it with web services as well, possibilities are endless
    Hope this helps!
    Kris

  • How can I connect with SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition

    Hello together,
    I downloaded and installed the SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition on a virtual client.
    I toke a long period to finish the installation.
    Now some questions to use this system in the right way:
    1.) How can I get a "developer license" which do not expire? Because the link http://www.sap.com/minisap seems to be not ok.
    2.) How can I connect via network with the sap system? the application server is running on a vm client with a static ip i.e. 192.168.1.5. And my laptop gets a ip in the same range. I have installed the gui on my laptop and tried to connect with the system. But it does not work! I used as application server the ip of the virtual machine. I use the gui witch is installed on the same host like the application it works (with localhost as application server adress)
    3.) Where can I download the newest version of the SAP Gui? I do not have a service marktplace account? Is it possible?
    4.) I read in the documentation that it should be possible to reach the sap system also with web dynpro: http://localhost:8000/sap/bc/gui/sap/its/webgui?sap-client=000
    But it does not work. I got an error message: Service cannot be reached
    Note
    The termination occurred in system NSP with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    Regards
    Christian

    I fixed in the meantime the second problem. It was a problem with my local firewall. But the other three points are still open.
    Thank in advance for your help

  • Error connecting ECC source system to BI

    Hi Guru,
    I'm trying to connect with ecc system to my bi.
    My 100 client is ECC & 110 client is BI(already connected). I want to replicate ecc meta data(data sources) to bi..
    But I'm connecting getting this error..
    Kindly give your valuable feedbacks.
    Thanks & Regards,
    JTS

    Issue Solved.
    Problem with RFC connection.
    Regards,
    JTS

  • What is wrong with this system anywaay???

    I went through heck registering and trying to figure out where in the blazes to post something.  Like everything else connected with this system, Adobe, pdf, reader, media player, &tc... it's hopelessly overloaded barely to outright non functional and complicated.  I hate it, hate it and all else to do with it but it can't really be avoided.  I cannot for the life of me understand why it's so prevalent.
    But what I went to all this bother to try and find out, is, why is it, how can it be, so popular when it's so royally screwed up?!  At least, I must assume it's screwed up because they are constantly, constantly! updating it, updating, updating!!, UPdating!!! sometimes as many as 2 or 3- maybe more, updates in a week. And then it seems to get so bolixxed up that it has to be uninstalled, reloaded, and updated two or three times immediately upon downloading before you can get anything connected weith it to work again!  I swear it's about to drive me up a wall with all this updating!
    If it's that so impoosibly fouled up that they can't ever get it right, why don't they just flush it down the darn drain and try to come up with something that will work!?!  Would somebody please answer me that?

    First of all, there's no problem with the updates. I load one, and another comes along, I load it and another comes along. I have had them come twice in one day and on two occasions twice in a row, that is I had to add an update to the update I had just updated before the thing was finished.
    As for complain to adobe, I would love to. Which Adobe.  look at the list and there is an Adobe this, Adobe that, adobe othe and adobe another followed by dobe yet another not to be done before there is an adobe this, that and another.  Which is the real adobe??? 
    I tried Googling it hoping to find some one site but they have so surrounded themslves with gobbledegook that it's near impossible for any outsider to get in.  It's tougher to get into than a union!
    Since I am familiar with forum usage, I had hoped to find some knowledge from these. But, here to they have themselves insulated by overlapping barriers.

Maybe you are looking for

  • Flash Player dosen't work anymore.

    I have a mac, running OS 10.7.4 (64 bit), plus Adobe Creative Suite CS5, but can't play the TV tutorials anymore. I thought that updating my Flash Player to Version: 11.3.300.268 would resolve my problem, but it didn't. What more do I need to do, in

  • Cover Flow Won't Display Ampersands

    Ampersands (&) are displayed fine everywhere else on the iPod and even on the iTunes Cover Flow, but not on my iPod's Cover Flow. Other symbols, such as colons, plus signs, parentheses, periods, commas, etc. display fine, however. Also, the ampersand

  • Draw signature box for a tablet computer

    I work for a public library and Acrobat is not my area of expertise so I need some help please! We have a PDF form for a lease agreement for a meeting room space. Using a tablet computer, we go over the lease with the renters and then sign it in pers

  • I can't get sonos to play my music library

    i cannot play my itunes music library from my sonos system

  • Syslog errors while rebooting FI

    Hi Team , We rebooted Fabric interconnect yesterday & found below errors on FI console. Pls suggest what is cause of it & how it can be rectified. syslog[5182]: ERROR, mts_send failed, ERROR = -1, ERRNO = 22 syslog[5182]: ERROR, mts_send failed, ERRO