OWB and Citrix

Hello gurus,
We are developing a OWB project through internet by means VPN with a poor performance deploying and testing.
Is there any experience using Citrix with OWB?
If so, we would appreciate citrix setup for such a case.
Thanks in advance,
- Jose Luis

I am not an expert in Citrix but my personal experience is that Citrix is only as good as the config of the server itself and add to it the network speed and number of users accessing. All these factors determine the performance of citrix as citrix is nothing but an enhanced windows server. also how many other applications are hosted on the citirx will bear an impact on performance.

Similar Messages

  • OWB and DB2

    I have connected Oracle 9i and DB2 v7 and query DB2 in SQL Plus is fine. However, it doesn't for the connection between OWB and DB2.
    Anyone can help?
    Thanks!

    Try the following and use the database link as the source.
    1. Copy inithsodbc.ora to initQA_DB2.ora in $ORACLE_HOME\hs\admin
    HS_FDS_CONNECT_INFO=DNS_NAME_OF_YOUR_CONNECTION
    HS_FDS_TRACE_LEVEL=0
    2. Add the following lines to listener.ora in Oracle server ($ORACLE_HOME\NETWORK\ADMIN)
    (SID_DESC =
    (SID_NAME = QA_DB2)
    (ORACLE_HOME = $ORACLE_HOME)
    (PROGRAM = hsodbc)
    3. Add the following lines to tnsnames.ora in Oracle server ($ORACLE_HOME\NETWORK\ADMIN)
    DB= (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)
    (HOST=localhost)
    (PORT=1521)
    (CONNECT_DATA = (SERVICE_NAME=QA_DB2)
    (HS = OK)
    4. Execute CATalog script for Heterogeneous Services in Oracle server ($ORACLE_HOME\RDBMS\ADMIN\caths.sql)
    5. Create database link
    drop public DATABASE LINK dwh_qa_db2;
    CREATE public DATABASE LINK dwh_qa_db2 CONNECT TO "carlosmo" IDENTIFIED BY "E1Qual" USING 'DB2';
    6. Test the connection
    SELECT *
    FROM SomeTable@dwh_qa_db2

  • OWB and DB2 connection

    I have connected Oracle 9i and DB2 v7 and query DB2 in SQL Plus is fine. However, it doesn't for the connection between OWB and DB2.
    Anyone can help?
    Thanks!

    Try the following and use the database link as the source.
    1. Copy inithsodbc.ora to initQA_DB2.ora in $ORACLE_HOME\hs\admin
    HS_FDS_CONNECT_INFO=DNS_NAME_OF_YOUR_CONNECTION
    HS_FDS_TRACE_LEVEL=0
    2. Add the following lines to listener.ora in Oracle server ($ORACLE_HOME\NETWORK\ADMIN)
    (SID_DESC =
    (SID_NAME = QA_DB2)
    (ORACLE_HOME = $ORACLE_HOME)
    (PROGRAM = hsodbc)
    3. Add the following lines to tnsnames.ora in Oracle server ($ORACLE_HOME\NETWORK\ADMIN)
    DB= (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)
    (HOST=localhost)
    (PORT=1521)
    (CONNECT_DATA = (SERVICE_NAME=QA_DB2)
    (HS = OK)
    4. Execute CATalog script for Heterogeneous Services in Oracle server ($ORACLE_HOME\RDBMS\ADMIN\caths.sql)
    5. Create database link
    drop public DATABASE LINK dwh_qa_db2;
    CREATE public DATABASE LINK dwh_qa_db2 CONNECT TO "carlosmo" IDENTIFIED BY "E1Qual" USING 'DB2';
    6. Test the connection
    SELECT *
    FROM SomeTable@dwh_qa_db2

  • How to decide between OWB and ODI?

    Having to decide whether to choose Oracle Data Integrator or Oracle Warehouse Builder like tool for creating a dataware house and loading data into it, what should I choose and why?
    I'm an old pl/sql developer but new on datawarehousing (I've been dealing with it for few months) and I'd like to undestand what fits better for me. It seems to me that OWB and ODI look not very different to each other, don't they?
    My Oracle vers. is 10gR2
    Thanks!

    Mark1970 wrote:
    Having to decide whether to choose Oracle Data Integrator or Oracle Warehouse Builder like tool for creating a dataware house and loading data into it, what should I choose and why?
    I'm an old pl/sql developer but new on datawarehousing (I've been dealing with it for few months) and I'd like to undestand what fits better for me. It seems to me that OWB and ODI look not very different to each other, don't they?
    My Oracle vers. is 10gR2
    Thanks!Oracle corporation's statement of direction says ODI is their strategic ETL tool and if you and investing into Oracle ETl for the 1st time then it is better to invest in ODI .
    OWB will be supported and finally OWB and ODI will get merged into a single tool.
    For a pl/sql guy like you , the code generated by OWB is easy to understand as OWB mainly generates pl/sql code ( apart from sql loader and sap abap code ) . But that should not deter you to use ODI as ODI generates mainly SQL code (plus sove native code depending upon the technology used and KM) .

  • OWB and Oracle Express or other methods...

    Hi
    Is it possible to connect Express DB directly from OWB and share some Objects
    or import some structures via EIF-Files?
    What's the best way to migrate from Express to "up-to-date" olap? We have little bit complicated structures with lot of permits (because of extern partners) and more hierarchies on dimesions (incl. time dimension) etc.
    thanks
    Jarek

    Mike,
    Simply speaking, Express can be considered complementary to OWB. OWB helps you create/maintain a relational star-schema warehouse. Express can then be used to analyze the information in that warehouse using it's inherent on-line analytical processing (OLAP) capabilities.

  • Build in OWB and make map in AWM?

    Hi all,
    Would it be possible to design and deploy the dimensional objects (dims/cubes) using OWB and make a mapping to populate them using AWM? These are all MOLAP objects. The advantage of designing in OWB is the editor and e.g. the ability to add calculated measures in cubes using the wizard.
    Just did a quick test. When deploying a MOLAP dimension from OWB, in AWM it shows the map with several OWB-generated views to populate the object. I don't want to use those since I don't want to build a map in OWB. I have a simple 1-to-1 view to populate the object in AWM. However, when removing the OWB views from the map in AWM and replacing it by my view, when applying the changes it comes back with an error:
    An error occurred creating DimensionMapGroup D_DIM_EMPLOYEE_M.TOTAL.MAPGROUP1.DIMENSIONMAPGROUP : ***Error Occured in DELETE_MAPPING_GROUP: You provided extra input starting at '$'.
    The error detail window shows:
    oracle.AWXML.AWException: An error occurred creating DimensionMapGroup D_DIM_EMPLOYEE_M.TOTAL.MAPGROUP1.DIMENSIONMAPGROUP : ***Error Occured in DELETE_MAPPING_GROUP: You provided extra input starting at '$'.
    at oracle.AWXML.MappingGroup.Delete(MappingGroup.java:125)
    at oracle.olap.awm.dataobject.modeler.ModelDO.deleteObjectInAW(ModelDO.java:533)
    at oracle.olap.awm.dataobject.modeler.ModelDO.deleteAllMaps(ModelDO.java:1937)
    at oracle.olap.awm.dataobject.modeler.DimensionDO.createMaps(DimensionDO.java:589)
    at oracle.olap.awm.dataobject.modeler.DimensionDO.update(DimensionDO.java:746)
    at oracle.olap.awm.dataobject.dialog.PropertyViewer.doApplyAction(PropertyViewer.java:770)
    at oracle.olap.awm.dataobject.dialog.PropertyViewer.access$200(PropertyViewer.java:54)
    at oracle.olap.awm.dataobject.dialog.PropertyViewer$1ApplyThread.run(PropertyViewer.java:550)
    If this doesn't work it's just another blow to our olap-in-oracle implementation plan.
    Does anybody have experience with this issue?
    Thanks,
    Ed

    You'd better make the reservation of Genius Bar and show them about your problem.

  • OWB and OEM Version ERROR (Urgent)

    Hi All,
    I am using OracleWarehouse builder version 9.2.0.2.0.8 and OEM version 9.2.0.2.0.10 and i am getting error while creating cubes in OEM. Is it due to different versions of OWB and OEM.
    Please Let me know, if anyone knows about it.
    with regards
    Mukesh Harjai

    Hi Mukesh,
    You do not need to create the dimensions in OEM, you can use Warehouse Builder to do this.
    On how to do this, check out this viewlet: http://otn.oracle.com/products/warehouse/htdocs/OLAP_viewlet_swf.html, and perhaps take a look at the following whitepaper: http://otn.oracle.com/products/warehouse/pdf/Enabling_OLAP_with_OWB.pdf.
    Thanks,
    Mark.

  • Adobe 9, TS and Citrix Launching PDF Documents 1 min+

    Running Windows Server 2008R2 and Citrix Xenapp6. When connecting via Citrix ICA protocol and
    launching any app that references a PDF file it takes a long time for the document to launch.
    If I login via RDP it is quick to launch the document. I have changed rights, permissions, loaded and reloaded, patches, versions 9 and 10....about anything I can think of. PDF files still open so slow it is not acceptable.
    Anyone have any ideas or had this issue before??

    Does it help if you give a user a new Adobe profile?

  • OWB and AWM for loading DWH

    Hello,
    I am on the following version:
    DB: Oracle 10.2.0.1 (both source DB and target DWH)
    OWB : 10.2.0.1
    AWM : 10.2.0.1
    I have the following process:
    From the source DB I use OWB to load relational dimensions (SCD 2). I use AWM to load data from these dimensional tables to a Analytic workspace. I use OWB because I need to track changes (SCD) and use AWM because OWB currently does not support Parent-Child dimensions where as AWM supports. I would love to load AW from OWB directly if it had parent-child support.
    My question is:
    All the load should be trigger-based, When my process (SQL) completes on the source table the OWB process of loading the relational dimension should start which is not a problem, I using the run_owb_code.sql for this. once the run_owb_code is complete, I want the AWM's maintain data process to start. I don't know how to do it. I tried saving the maintenance task to script and tried executing it, it doesn't seem to work. I don't want to AWM and run cube maintenance every time the cube needs to be refreshed.
    Please note I don't have a cube in the relation world. My fact(cube) in the AW is a direct load from a table (as I don't need SCD here) so basically use OWB just to load the dimensions alone. AWM creates the actual cube with the dimension tables loaded using OWB and the fact table from source, So I don't think I can use the "dbms_awm.refresh_awcube(...".
    Can somebody please help me in automating this load process
    Thanks a lot in advance!
    Maruthi

    Hello,
    I am sorry, after some research, I came across this post
    Re: Cube and dimension refresh proactively
    As per the above post, the script that is generated using AWM will work if the AW is not attached by any user.
    I detached the AW and executed the script and the cube was populated with data.
    Thanks,
    Maruthi

  • OWB and BO

    Hi,
    We have Business Objects (BO) which uses legacy data warehouse in SQL Server.
    Our new application is Oracle 10g(SE) based and has it's own BI Application. Vendor has supplied all the OWB Modules, repository, etc.
    Eventually I would like to use BO as the BI application.
    If the OWB is set for the complete ETL, can BO be linked directly to the Target database/data warehouse?
    In this case do I require Dimensions and Cubes?
    Since SE has limitations, I won't be able to create Dimensions/Cubes, so is there any possibility that I use only the Mapping and ETL functionality of OWB and ignore Dimensions and Cubes?

    Yes, you can build your own layer as a BO galaxy and connect to the database directly. In some of our projects we only use OWB for ETL and database modelling and BO as frontend, because it is much better than the Oracle Discoverer.
    Regards,
    Detlef

  • OWB and excel 2007

    hi ,
    i am working with OWB and have made an warehouse with OWB .
    can I use excel 2007 as BI tools and connect OWB to it and make report ?
    cheers
    Padideh

    Hi,
    Please refer to the Note 1240811 - Known issues with BPC and Office 2007.
    Hope it helps.
    Regards,
    Raghu

  • OWB and Stage/Target Schema Options?

    OWB and Stage/Target Schema Options?
    =========================
    Thanks for your replies.
    As we know that we need to have Landing, Staging and Target (Data Warehouse) areas in ETL process. We are able to configure in multiple ways in OWB.
    Option 1
    Keep everything in single schema/oracle instance with different object naming convention.
    Option 2
    Keep each one in separate schema such as Landing schema, Staging schema and Target schema in single oracle instance.
    Option 3
    Keep each one in separate server such as Landing server, Staging server and Target server in multiple server/oracle instance.
    What are the advantages/disadvantages on above options?
    Which of the above options worked better in OWB environment for you?
    There are some folks suggests to work with out staging schema. Is it a good idea?
    Do you have any pointer?
    Thanks in helping out.

    Option 1
    Best for small Project .Some 15-10 Target tables.
    Difficult to manage and Recovery will be difficult
    Small team Managing Everything
    Option 2
    Best for Big project having lots for tables .
    Easy to manage.
    Option 3
    NA
    Cheers
    Nawneet

  • Comparison between OWB and PL/SQL development

    Hello,
    I am preparaing a presentation comapring development in OWB and development in PL/SQL.
    Can anybody know the time saved by using OWB (ratio, percentage...) ?
    Thanks in advance,

    Hi,
    1) OWB is simple to use.
    2) we need not know the internal logic of PL/SQL to work on OWB.
    3) All the cursors will be created automatically and nothing needs to be mentioned.
    4) The GUI is very easy to operate and adding conditions are very simple.
    5) The loading properties can be set easily and we know how the mapping will behave.
    All said above are the advantages of OWB, but OWB is only a tool and a TOOL will always have its limitations.PL/SQL is a kind of programming language with which we can do anything and everything but in OWB we cannot make everything possible.
    Regards
    Bharath

  • Acrobat Licensing and Citrix

    Does anyone know if you are required to purchase a license for both the desktop and Citrix if you are accessing Adobe Acrobat by both methods?

    Per the Adobe EULA, you are allowed to install and activate the software on up to two computers, virtual or physical...
    There's also a special item on that page about Deploying Adobe Acrobat X products on Citrix.

  • Thin clients for both Tarantella and Citrix

    What thin clients out there (hardware) supports Tarantella over the
    internet?
    Currently many of the users in my organization have a laptop at home and a
    thin client at work. The laptop could be removed now, after having
    installed Tarantella.
    Wyse doesn't seem to support both Tarantella and Citrix - who does?
    Any pointers welcome. Thanks in advance.
    Jakob Breivik Grimstveit, http://www.grimstveit.no/jakob, +47 48298152

    Jakob Breivik Grimstveit wrote:
    What thin clients out there (hardware) supports Tarantella over the
    internet?
    Currently many of the users in my organization have a laptop at home and a
    thin client at work. The laptop could be removed now, after having
    installed Tarantella.
    Wyse doesn't seem to support both Tarantella and Citrix - who does?
    Any pointers welcome. Thanks in advance.
    We do have a Tarantella client for Tarantella
    http://www.tarantella.com/download/clients/#EEwince

Maybe you are looking for

  • LaserJet 1200 Econo Mode 300 dpi 600 dpi

    I just got a new HP tower, and when I hooked up the Laserjet 1200 series printer, It's printing very dark. I went into the control panel, as I had done in the past, and it doesn't show the economode tab for the toner, it says 300 dpi, 600 dpi, I've t

  • ASCP Server time change

    Hello, The current server time for global ASCP implementation is US-eastern time. We would like to change it to India time (IST), so the plans can be launched earlier and as the next day starts earlier. Any ideas are appreciated. Regards, Sash

  • Place and Link

    Hi, Yesterday I have used the Place and Link command to place a large text frame from one ID file in another one. Today I open the 2 files and the one with the target text is no more linked to the first file. I try to relink pointing to the source li

  • Comcast dynamic DNS configuration

    I'm really inexperienced with this stuff, and I just got a letter from Comcast saying that I need to configure "my PC for dynamic DNS communication". I have Airport extreme directly connected to my Comcast modem, and one iMac is served wirelessly and

  • WebService From a BAPI & Commit

    Heyho! I created a Webservice from a BAPI (From BusinessPartner, to create a BP). There is the option to add  "TransactionCommit" and "TransactionRollBack" to the Service Definition (that is what i did). I consume the Webservice with an external Java