Need connectivity performance advice with MS SQL / Oracle Sourced Report

I have a report requirement to pull data from both Oracle and Microsoft SQL databases.  Both are using ODBC data connections.  The report is complicated by the fact that the SQL table "tblmasterboth" is the primary table in the report but both are used in record selection.  The Oracle data source is actually a custom SQL command.
SELECT date2, SiteAN, Description, CheckNumber, Date, Amount, BankorGL, Text1, fldStatus, Text3
FROM   tblmasterboth
WHERE  BankorGL = 'G' AND (Date2 >= {ts '2010-01-01 00:00:00'} AND Date2 < {ts '2010-03-31 00:00:00'})
select DEPOSIT_COMPANY_GROUP, DEPOSIT_REPORTING_PAYROLL, LIABILITY_PAYROLL_CODE
from MV_LIBH
My record selection is as follows:
{tblmasterboth.BankorGL} = "G"
and {tblmasterboth.Date2} in {@Quarter Start} to {@Quarter End}
and {tblmasterboth.SiteAN} = {sql_MTAX.LIABILITY_PAYROLL_CODE}
and {sql_MTAX.DEPOSIT_COMPANY_GROUP} = {?Deposit Company Group}
The report runs EXTREMELY slow, with accessing the database freezing up the Crystal Reports Designer to the point where it is not responding for whole minutes.  The hangup appears to be accessing the database.  I know accessing multiple databases in a single report is not ideal, but I am surprised by these performance results.  Is there something else I can do?
Fuskie
Who notes the tables are not linked in the Database Expert since the SQL Query produced cannot link them...

Hi Fuskie,
A couple of things to note:
{ts '2010-01-01 00:00:00'} AND Date2 < {ts '2010-03-31 00:00:00'})
Should be: {ts '2010-01-01 00:00:00'} AND Date2 < {ts '2010-04-01 00:00:00'})
It's not checking the last day of the month of march
Second is you have the filter in the both SQL and Selection:
WHERE  BankorGL = 'G' AND (Date2 >= {ts '2010-01-01 00:00:00'} AND Date2 < {ts '2010-03-31 00:00:00'})
{tblmasterboth.BankorGL} = "G"
and {tblmasterboth.Date2} in {@Quarter Start} to {@Quarter End}
You don't need both.
Likely what is happening is for ever record in the selection formula returned from MS SQL the query to Oracle runs scanning every record again, yes this is going to be very slow.
We always recommend using a subreport if another data source is required. You should be able to link to the sub report and filter both.
You may want to check MS SQL Server help file. I believe it has the ability to link to other databases within the Server itself. May not work for you in this case but something to look into.
Thank you
Don

Similar Messages

  • Ipod was disabelled and needed connecting to itunes, with countless attempts  nothing happend therefore performed as reset, now instead of turning on and off,  ipod displays connect to itunes but is not recognised by computer nor will it connect to itunes

    ipod was disabelled and needed connecting to itunes, with countless attempts  nothing happend therefore performed as reset, now instead of turning on and off,  ipod displays connect to itunes but is not recognised by computer nor will it connect to itunes, try enabelling for restore but only connec to itunes is shown consistently

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Interactive Report with PL/SQL Function Source

    Is it possible to create interactive report with PL/SQL function source returing a query? If not, has anyone done any work to simulate the interactive reporting feature for a normal report using API?

    I haven't tried that before but you could:
    1. create a collection from your result set returned by a dynamic query,
    2. create a view on that collection,
    3. use the view in your interactive report.
    The usability of this proposal depends from a question how "dynamic" your query is - does it always have the same number of columns or not.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • CONNECT BY, Performance problems with hierarchical SQL

    Hello,
    I have a performance problem with the following SQL:
    table name: testtable
    columns: colA, colB, colC, colD, colE, colF
    Following hierarchical SQL:
    SELECT colA||colB||colC AS A1, colD||colE||colF AS B1, colA, colB, colC, level
    FROM testable
    CONNECT BY PRIOR A1 = B1
    START WITH A1 = 'aaa||bbbb||cccc'
    With big tables the performance of this construct is very bad. I can't use functional based indexes to create an Index on "colA||colB||colC" and "colD||colE||colF"
    Has anyone an idea how I can get a real better performance for this hierarchical construct, if I have to combine multiple colums? Or is there any better way (with an PL/SQL or view trigger) solve something like this ??
    Thanks in advance for your investigation :)
    Carmen

    Why not
    CONNECT BY PRIOR colA = colD
    and PRIOR colB = colE
    and ...
    ? It is not the same thing, but I suspect my version is correct:-)

  • Urgent Help needed : Connecting Access 2000 with forms 6i

    Dear friends,
    I am really struggling to solve this connection issue. I am working with forms 6i, oracle 8i, in Windows XP pro environment. Developing programs using oracle 8i tables is ok, but there are tables in Access 2000, which I have to add the program that I am developing. The things I have done are
    - I have already tables in MS Access databse.
    - I Installed ODBC for microsoft and for Oracle as well(which . I added the MS Access Database there and I can perfom SQL from Oracle ODBC.
    - I also installed OCA for developer from the CD.
    From this point I followed the instructions in Developer Help menu and I was not able to connect and still trying, I will appreciate if anyone provide me sometips. Thanks in advance
    Best Regards

    Hi,
    I know the bad solution. But anyway, I'll tell you in any kind of help. I also had an AccessControlException when I started a RMI client program using JFileChooser. I rewrote policy files again and agin, but in vain. The last and ultimate method I did was remove the RMISecurityManager. This is obviously dangerous in the Internet, but if you use your application in the intranet or in some kind of safe environment. There would be no problem.
    Hope this could be any kind of your help.

  • How to create JDBC connection in J2ME with MS-SQL server?

    I need to have database connection in PDA with SQL server,as i am new to J2ME ,i dont know how to create jdbc connection on J2ME device.Please help me out with this problem........

    I need to have database connection in PDA with SQL server,as i am new to J2ME ,i dont know how to create jdbc connection on J2ME device.Please help me out with this problem........

  • Connect SAP ECC6 with a external Oracle Database

    Hi guys
    I need to connect my ECC 6.0 (SID=UMD) System (MAXDB 7.6.00.035 over Linux RedHat 5.2 32 bits) with external database Oracle 10g (PROD). I follow the steps according the SAP Note 339092:
    1. Install the oracle client in the ECC server in the path /opt/oracle/oracle/product/10.2.0/client_3 (this client is the Oracle official client)
    2. Set the environment values for umadm with the command
    set ORACLE_HOME=/opt/oracle/oracle/product/10.2.0/client_3
    set NLS_LANG="AMERICAN_AMERICA.WE8ISO8859P1"
    set ORA_NLS33=$ORACLE_HOME/nls/data
    2. create in Oracle the user umdadm with the same password that in Linux
    3. in ECC 6.0 tx DBCO create a connection
    DB Connection ..... DBMS
    DBMS ..................ORA
    username...............umdadm
    Conn info ..............PROD
    permanent.............(no)
    Connection Limit ....0
    Optimum conns .....0
    4. Download the dboraslib.so for oracle-linux 32bits (extracted from SAPEXEDB.SAR 175 download from service marketplace) and put in /usr/sap/UMD/SYS/exe/run,  /sapmnt/UMD/exe and /usr/sap/UMD/DVEBMGS00/exe
    Then in the se38 run the report ADBC_TEST_CONNECTION, choose the DBMS connection and execute, this is the output error:
    M Tue Mar 24 14:32:17 2009
    M  TRACE FILE TRUNCATED (pid =     6160 )
    M sysno      00
    M sid        UMD
    M systemid   387 (Intel x86 with Linux)
    M relno      7000
    M patchlevel 0
    M patchno    175
    M intno      20050900
    M make:      single threaded, Unicode, optimized
    M pid        6160
    M
    M  kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)
    M  length of sys_adm_ext is 576 bytes
    B
    B Tue Mar 24 14:32:28 2009
    B  create_con (con_name=DBMS)
    B  Loading DB library '/usr/sap/UMD/SYS/exe/run/dboraslib.so' ...
    M  *** ERROR => DlLoadLib: dlopen()= libclntsh.so.10.1: cannot open shared object file: No such file or directory -> DLENOACCESS (0,
    B  *** ERROR => Couldn't load library '/usr/sap/UMD/SYS/exe/run/dboraslib.so'
    [dbcon.c      4731]
    B  ***LOG BYG=> could not load library for database connection DBMS       [dbds#1 @ 1035] [dbds    1035 ]
    B  ***LOG BZY=> unexpected return code 8192       calling DBACDS     [dbacds#2 @ 1471] [dbacds  1471 ]
    Thanks in advance for your help in solve this error
    Alberto Gil
    Edited by: Alberto Gil on Mar 24, 2009 2:31 PM

    > set ORACLE_HOME=/opt/oracle/oracle/product/10.2.0/client_3
    > set NLS_LANG="AMERICAN_AMERICA.WE8ISO8859P1"
    > set ORA_NLS33=$ORACLE_HOME/nls/data
    > M  *** ERROR => DlLoadLib: dlopen()= libclntsh.so.10.1: cannot open shared object file: No such file or directory -> DLENOACCESS (0,
    > B  *** ERROR => Couldn't load library '/usr/sap/UMD/SYS/exe/run/dboraslib.so'
    You have to add the client library path (may be most likely /opt/oracle/oracle/product/10.2.0/client_3/lib) to the LD_LIBRARY_PATH variable in the .sapenv_<hostname>.csh or .sh script.
    Markus

  • I need some working examples with pl/sql records and pl/sql tables.

    i am new to pl/sql tables and pl/sql records. i need some working examples on pl/sql records and pl/sql tables from basics to hoghlevel.how to use then procedures and functions and packages.

    i am new to pl/sql tables and pl/sql records. i need some working examples on pl/sql records and pl/sql tables from basics to hoghlevelThere is no such thing as PL/SQL "+tables+". This is a misnomer and creates the perception that a PL/SQL "table" is somewhat like a SQL table. Nothing can be further from the truth. The correct term is "+collection+" or "+associative array+". Compared to SQL tables, these are very primitive structures, very rigid structures, cannot scale, and can be quite expensive memory wise.
    That is not to say do not use an associative array or collection. These are very useful tools.. but only when applied correctly. Like using a collection for a bulk fetch to transfer more rows between the PL and SQL engines and thus decrease context switching.
    Unfortunately, quite often we see the row-by-row and slow-by-slow approach - where the developer uses SQL as an I/O only layer, pulls rows into expensive PL engine memory into record structures and arrays, and then process the rows there.
    So before looking at working example (even the wrong approach's code will compile and run and work in practice), make sure that you know the fundamentals of correctly using the PL engine and correctly using the SQL engine. And these fundamentals can be summed up into a very basic rule:
    Maximize SQL. Minimize PL/SQL+
    Get this rule right, and you will have a sound foundation for writing performant and scalable Oracle applications.

  • SAP NetWeaver BI with Microsoft SQL Server 2012 Reporting Services using XMLA

    I am currently implementing SAP BW and am trying to connect the Microsoft SQL Server 2012 Reporting Services product.  I am able to connect to SAP BW but there is one problem when i click on Query Designer after adding a DataSet the screen just displays the dialog prompt saying '' NO CUBES WERE FOUND. VERIFY THAT YOU HAVE SELECTED A VALID CATALOG''.
    The advanced information depicts the following:

    Hi Raunak T,
    Just a very basic question from my end:
    I believe that "Microsoft SQL server Report Builder" is the 3rd party which uses MDX as interface.
    Have you set the property using OLE DB for OLAP in your queries?
    BR
    Prabhith

  • Performance issue with pl/sql code

    Hi Oracle Gurus,
    I am in need of your recommendations for a performance issue that I am facing in production envrionment. There is a pl/sql procedure which executes with different elapsed time at different executions. Elapsed Times are 30minutes , 40 minutes, 65 minutes , 3 minutes ,3 seconds.
    Expected elapsed time is maximum of 3 minutes. ( But some times it took 3 seconds too...! )
    Output on all different executions are same that is deletion and insertion of 12K records into a table.
    Here is the auto trace details of two different scenarios.
    Slow execution - 33.65 minutes
    Stat Name                                Statement   Per Execution % Snap
    Elapsed Time (ms)                         1,712,343    1,712,342.6    41.4
    CPU Time (ms)                             1,679,689    1,679,688.6    44.7
    Executions                                        1            N/A     N/A
    Buffer Gets                              ##########  167,257,973.0    86.9
    Disk Reads                                    1,284        1,284.0     0.4
    Parse Calls                                       1            1.0     0.0
    User I/O Wait Time (ms)                       4,264            N/A     N/A
    Cluster Wait Time (ms)                        3,468            N/A     N/A
    Application Wait Time (ms)                        0            N/A     N/A
    Concurrency Wait Time (ms)                        6            N/A     N/A
    Invalidations                                     0            N/A     N/A
    Version Count                                     4            N/A     N/A
    Sharable Mem(KB)                                 85            N/A     N/A
              -------------------------------------------------------------Fast Exection : 5 seconds
    Stat Name                                Statement   Per Execution % Snap
    Elapsed Time (ms)                            41,550       41,550.3     0.7
    CPU Time (ms)                                40,776       40,776.3     1.0
    Executions                                        1            N/A     N/A
    Buffer Gets                               2,995,677    2,995,677.0     4.2
    Disk Reads                                       22           22.0     0.0
    Parse Calls                                       1            1.0     0.0
    User I/O Wait Time (ms)                         162            N/A     N/A
    Cluster Wait Time (ms)                          621            N/A     N/A
    Application Wait Time (ms)                        0            N/A     N/A
    Concurrency Wait Time (ms)                       55            N/A     N/A
    Invalidations                                     0            N/A     N/A
    Version Count                                     4            N/A     N/A
    Sharable Mem(KB)                                 85            N/A     N/A
              -------------------------------------------------------------For security reasons, I cannot share the actual code. Its a report generating code that deletes and load the data into table using insert into select statement.
    Delete from table ;
    cursor X to get the master data ( 98 records )
    For each X loop
    insert into tableA select * from tables where a= X.a and b= X.b and c=X.c ..... ;
    -- 12 K records inserted on average
    insert into tableB select * from tables where a= X.a and b= X.b and c=X.c ..... ;
    -- 12 K records inserted on average
    end loop ;1. The select query is complex with bind variables ( explain plan varies for each values )
    2. I have checked the tablespace of the tables involved, it is 82% used. DBA confirmed that it is not the reason.
    3. Disk reads are high during long execution.
    4. At long running times, I can see a db sequential read wait event on a index object. This index is on the table where data is inserted.
    All I need to find is why this code is taking 3 seconds and 60 minutes on the same day and on the consecutive executions ?
    Is there any other approach to find the root cause of this behaviour and to fix it ? Kindly adivse.
    Thanks in advance your help.
    Regards,
    Hari
    Edited by: BluShadow on 26-Sep-2012 08:24
    edited to add {noformat}{noformat} tags.  You've been a member long enough to know to do this yourself... so please do so in future.  ({message:id=9360002})                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hariharan ST wrote:
    Hi Oracle Gurus,
    I am in need of your recommendations for a performance issue that I am facing in production envrionment. There is a pl/sql procedure which executes with different elapsed time at different executions. Please reedit your post and add some code tags around the trace information. This would improve readability greatly and will help us to help you
    example
    {<b></b>code}
    select * from dual;{<b></b>code}
    Based upon your description I can imagine two things.
    a) The execution plan for the select query does change frequently.
    A typical reason can be not up to date statistics.
    b) Some locking / wait conflict. For example upon a UK index.
    Are there any other operations going on while it is slow? If anybody inserts a value, then your session will wait, if the same (PK/UK) value also is to be inserted.
    Those wait events can be recognized using standard tools like oracle sql developer or enterprise manager while the query is slow.
    Also go through the links that are in the FAQ. They tell you how to get better information for makeing a tuning request.
    SQL and PL/SQL FAQ
    Edited by: Sven W. on Sep 25, 2012 6:41 PM

  • Need Real Help & Advice With Replacement MBP Options!

    Hi All,
    Please kindly give me some advice as I need to act quickly - I already have a MBP 15" 2.4 Unibody replacement agreed by Apple only last week (replacing a Intel 2.2 GB MBP) but I am pretty sure that the Senior Customer Services Person I spoke to was not aware of any due upgrade as he was very helpful and probably genuinely did not know. In view of the new models announced, should I stick with this or ask for the new 2.53 version which is actually cheaper and therefore I am somewhat hopeful they should do (or would they now generally offer me the new one?) Can any of you kind folks also please tell me:
    1. What are the advantages/disadvantages between the old 2.4 Unibody MBP & the new 2.53 Unibody MBP?
    2. I know the new one comes with an SD card slot and loses the Express Card Slot but is the loss of the latter a big thing? Can the old one with the use of card readers actually shift data from the MBP to a SD card (or any other) via card reader/device? Is Express Card or SD Card Slot more desirable and better utilised?
    3. I think the newer one has less better 9400M integrated graphics - is that true and how big a deal is that? (I plan on downloading and watching lots of HD content) Is it better to go for the dual 9400M/9600GT graphics
    4. I know the new one can be upgraded to 8GB of Ram which sound really good for future-proofing and general super-smooth running purposes so I guess this feature is really important? I guess it can take 4 x 2GB sticks?
    5. Some have stated that they are very happy that the new ones have Firewire back but was that also not on the old 2.4 one?
    6. How big/good/bad a thing is it to have a non replaceable battery even though in theory, it may last longer?
    7. The new version makes a big deal about the screen - is it a good reason to upgrade or as good as they make out?
    8. Are the Hard Drives on these latest versions user-replaceable/upgradable? (250GB is still a little low for my future needs and I was planning to upgrade to a higher capacity).
    9. As I am not a savvy as most when it comes to this sort of stuff, is there anything else that I have not considered/should consider or have taken into account and which may prove to be be of significance in the future?
    10. Is it safe to assume that the newer model may be better as it may have had bugs or issues the old one may have had ironed out?
    11. Because of the better graphics and larger Hard Drive (320GB), I am also inclined to go for the 2.66 model - how should I best proceed if I choose this model - will they likely give me one (or better still, how can I best wangle one!) or is it possible to offer to pay some money to make up for the difference and what would be considered a fair and reasonable amount?
    I am very sorry to ask so many questions but I need to act fairly quickly on this one and would be extremely grateful for the help and input!
    Many Thanks To All!
    SB!

    Suave! wrote:
    Hi,
    Thanks for the help so far - I know the HD is replaceable on the 2.4 MBP but can you confirm that this is also the case with the new 2.53/2.66 MBP's?
    Yes. I can confirm that.
    Do you have any further thoughts regarding the benefits of the new over the old?
    I am a big fan of the unibody MacBook Pros. I had purchased mine in October 2008. I could easily purchase a new one with out a second thought. They are exceptional machines.
    OLD - Better Discrete Graphics, Express Card Slot, Replaceable Batteries, Upgradeable HD, Poorer Screen, RAM limited to max 4GB
    NEW - Poorer Integrated Graphics, SD Card Slot, Better Screen, Upgradeable RAM to 8GB, Fixed Internal Battery but with Longer Life, Unsure if HD is User-Upgradable
    The batteries can be replaced at an Apple Store at any time. The hard drive can be upgraded by the user. The graphics are still very good.
    Anything else I might have missed? I would like to choose the one that offers the most future-proofing and will operate the best when running Snow Leopard and Windows, HD Material and will cause least performance issues!
    Check out the requirements for Snow Leopard. http://www.apple.com/macosx/specs.html
    You cannot go wrong with a unibody MacBook Pro. Leopard runs on Macs that are 10-years old. Whatever your choice, you will be "future proofed".
    Good luck!
    Message was edited by: LukeD

  • Connecting BI Pub with Microsoft SQL server 2008

    I am trying to connect Microsoft SQL server 2008 as a Data source in BIP .
    Using below info :
    Driver Type : Microsoft sql server 2005
    Database Driver class : com.microsoft.jdbc.sqlserver.SQLServerDriver
    Connection String : jdbc:sqlserver://TXHOURDB71D:1443;DatabaseName=StewartAccessIntegration
    I am unable establish the connection and the username and password which I giving is right for the connection.
    Please let me know if I am missing any config steps.
    AJ

    Officially, you got to use Hyperion drivers.
    For BIPublisher 10.1.3.4 and ++ to connect to Ms sql server,
    use the following
    This works well and better.
    Driver class = hyperion.jdbc.sqlserver.SQLServerDriver
    Connection String = jdbc:hyperion:sqlserver://SERVERNAME:PORT;DatabaseName=DBNAME;
    http://winrichman.blogspot.com/2009/04/hyperion-driver-to-connect-to-ms-sql.html
    In older versions.
    you can also copy the drivers to the lib folder or applib folder and try what you were doing.
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b32481/toc.htm#T498352

  • JDev10g: General performance decrease with JClients like Oracle BC Browser

    Hi,
    I'm observing a significant performance decrease of JClient applications (homegrown and Oracle Business Components Browser)in JDev10g compared against JDev9i (9033)?
    Can anyone confirm my observation?
    Just create a default Dept-Emp business components package and start the Business components browser. Scroll to some data (it takes some time...) and resize the window (takes even more time)!
    My guess: JDev9i-style data binding for JClients is simulated in JDev10g with ADF-Data-Binding?? My own application is a simple "recompile"-migration of a JDev9i project with JDev10g. Does this apply to Oracle Business Components Browser too?
    My own application runs still faster with JDev9i!
    What is the problem? Any hints are welcome!
    Thanks,
    Markus

    Excellent Blog. Thank You
    Small clarification on Step **6) Oracle Home Directory, ...a) Resize the Root Partition**
    Ubuntu 11.10 has Gparted available as a Ubuntu software download, DONT use that while trying the above step, instead download the ISO file from http://sourceforge.net/projects/gparted/files/gparted-live-stable/ gparted-live-0.12.0-5.iso (124.6 MB)
    Burn that ISO file on a Blank DVD, reboot the Ubuntu , during startup select Boot from DVD Option if not already selected. this will take to Boot Menu Options of Gparted Live then select the first menu option, and this allows to do further action such as Re-sizing .
    and once you have chosen and executed step a) . do NOT run step b) also that is "Setup External Storage"
    I hope this minor clarification can avoid some confusion
    Regards
    Madhusudhan Rao
    Edited by: MadhusudhanRao on Mar 24, 2012 11:30 PM

  • Connection issue with Pervasive SQL V8 source with BODI

    Dear all,
    We in GE Water have a new source came in called Pervasive SQL. We are facing some issue while loading the data from the same. We have established the connection via an ODBC and we are able to view data for some of table. However, we are not able to transfer the data into file/table using BODI.
    Could any of our experts help me over here if they have worked on Pervasive SQL?
    Thanks & regards,
    Sohil Patel

    Hi,
    Pervasive SQL is not a supported DB with DataServices. Maybe you can connect it via generic ODBC but that doesnt matter that DS will act as expected.
    Regards
    -Seb.

  • How to connect Data Services with microsoft SQL/ Steps

    Dear All,
    i attend to connect the SAP BO Data Services to Microsoft SQL.
    1. Is there any document which explains the steps to follow?
    2. Is there any document how to build a prototyp
    Thank you.
    Pat.

    Hi Aditya,
    You can use a datastore of type ODBC using the IBM Client Access driver or the DataDirect driver that comes packaged with Data Services.  There is a sticky thread on downloading the DataDirect driver.  There is also another option to connect with the Attunity driver for the AS400.  You cannot use the DB2 UDB drivers to connect to the AS400 V6R1.
    Victor

Maybe you are looking for

  • Photoshop CC2014 window scroll problem on MAC OS Yosemite

    Since your today update  of PS CC2014, i cannot move PS window from one display to the second one on MAC OS Yosemite. The PS window seems to be opened as full screen and this is probably the reason. On Yosemite if an application is opened full screen

  • Mavericks: Emacs and Terminal randomly scroll / jump around (unwanted scrolling)

    Both terminal and emacs just randomly jump around from time to time, often by a full viewing page or more. I assume this has something to do with "responsive scrolling" and the other scrolling bugs (mostly involving sudden failure to scroll) reported

  • Proxy triggering in central instance but not in application

    Hi friends, There is one report which triggers the proxy. but this is not triggering in application servers and it is working fine when i trigger it in central instance. In this case i am executing this report in background and at that  time i can't

  • MBAM 2.5

    I am trying to plan the integration of MBAM 2.5 into our deployment. I have tried to read the MBAM documentation and I got a bit confused. I understand that there is a separate GPOs for MBAM but I am not sure what to do with MDT (2013). At the moment

  • KMC_DBRM_CONTENT DB level locks observed in this table

    Hi , Please let me know the purpose of the KMC_DBRM_CONTENT standart table in SAP Netweaver Portal Version 7.0 SP13. We are observing Locks in the table DB level eventually causing portal to go down. We are using very minimal KM functionality Regards