define the users for the studio and server Integrator

Can you get it someone please let me know how to set the users for the studio and Integrator server so that the user can be used to display the page in the user interface but not change. I want to set the studio user that will access the Page but not modify it. And the user at the server of the Integrator must be able to view scheduled tasks.

Thank you very much.

Kind regards
Amrit

Amrit,

Points are awarded automatically when you mark an answer (5 pts) useful or correct (10 pts).

Is there a help icon in the label of the legend for the different rankings. The answer to your question is on this page.

RLJII

Tags: Business Intelligence

Similar Questions

  • Can I work in Adobe Cloud while traveling without my computer in the studio and using another computer?

    Can I work in Adobe Cloud while traveling without my computer in the studio and using another computer?  Can I work on just in the cloud to Adobe?

    Hi Legauche,

    You can install and activate creative cloud on two computers desktop applications, regardless of the operating system, for the individual associated with the composition of the creative cloud. See the page of the product license agreements for more information. Install the CC apps on the second machine and applications.

    Kind regards

    Romit SInha

  • Transformation to define the schema and user on Tables in relational and physical

    I imported my Designer SDDM 4.0.1.836 deposit.  Now, I want to APP_SYS of subviews allows to define the schema on the tables in the relational model and the user on the physical model.  Our application in designer systems are 90% based scheme.  Here's what I have so far based on the example of OE and HR plans that I imported, built logical, then back to relational.  At this point, I have the tables by subview...  Line 24 is obviously incorrect.  Can someone give me a step by step approach to understand what I need to set the schema of the table and the user?  I looked through the read me file, xml files, the index and searched the known universe and am still confused.

    importPackage(javax.swing);
    // variable to keep a status message for later
    
    var message="";
    var schema="";
    
    // Get all subviews for Relational
        subviews = model.getListOfSubviews().toArray();
    for (var isub = 0; isub<subviews.length;isub++){
        subview = subviews[isub];
        message = message + '\n'+isub+" "+ subviews[isub];
        if(subviews[isub]!=null){
              if(subview == "HR_ERD"){
                 shema = "HR";
                }else if(subview == "OE_ERD"){
                 schema = "OE";
                }
             tables = model.getTableSet().toArray();
             for (var t = 0; t<tables.length;t++){
                 table = tables[t];
                 //check for presentation in subview
                 tv = table.getFirstViewForDPV(subviews[isub]);
                 if(tv!=null){
                     table.setSchemaObject(schema);  
                      message = message + '\n    '+ t +" " +shema+"."+ tables[t] ;
                }
            }
        }
    }  
    
    JOptionPane.showMessageDialog(null, message);
    //Packages.oracle.dbtools.crest.swingui.ApplicationView.log(message);
    

    Hi Marcus,

    First of all, you must make sure that the schema already exists in your relational model.

    You can use the method

    public void setSchema (String schemaName)

    to associate your Table with this scheme.

    (This method is defined on ObjetConteneur, so it can also be used to make and index).

    If you already have a user of your physical model that implements your schema, it is not normally necessary to create a user on the TableProxyOracle in the physical model.

    However if you do not want to set, then the method to use is

    public void setUser (user UserOracle)

    David

  • Configuration of Vlan SG300-20 for the desktop and server ESXi

    Hello

    I'm fairly new to network so please, be gentle.  I'm setting up a number of VLANs for my lab at home.

    I recently moved jobs and took an Oracle Apps of the Middleware & role has therefore need to start picking up the Apache, e-Business Suite, etc. of the load balancers so need to segragate my network to allow different configurations, I want to install in my lab ESXi.

    My setup is detailed below:-

    I have a router of dryatek 2860n which is my entry for the installation of the internet on IP 192.168.1.1

    My Cisco switch has been set to 192.168.1.2 and the installer to use the 3 layer.

    I have a number of PCs connected to my switch I want to use to administer my ESXi server and have access to the different VLANS.

    VIRTUAL LANs, I need are the following

    VLAN 1 192.168.1.x/24 By default / Internet Uplink
    VLAN 12 10.0.12.x/24 Workstations
    VLAN 13 10.0.13.x/24 Server management interface
    VLAN 14 10.0.14.x/24 Public Interface Server
    VLAN 15 10.0.15.x/24 Private server interface
    VLAN 20 10.0.20.x/24 Storage

    My esxi server has two network interfaces that will have traffic MGMT, Public and private configured as virtual interfaces in ESXi and one that runs my traffic of storage/nfs mounts on a QNAP NAS, I want to make it work on my network

    Here is how I have the ports

    A Port VLAN membership
    G1 VLAN1
    G13 - 20 VLAN 12

    Need to access the VLAN 1, 13, 14, 15, 20

    G9

    VLAN 13, 14, 15

    G10 VLAN 20
    G7 - 8 VLAN 20 LAG configured to QNAP NAS

    G13-20 are my workstations that need to be on VLAN 12, but must also be able to connect to 13, 14, 15, 20, SSH, RDP, NFS

    G9 is the Interface of MGMT of ESXi who need to have traffic on VLAN 13, 14, 15

    G10 is ESXi storage Interface that needs to access the VLAN 20 only

    G7/g8 are connect to QNAP that ideally I want to configure as a LAG.   When I get more interfaces in my ESXi Server I'll finally the team to match.

    I set up an ip interface in my CISCO switch to 10.0.12.1 as gateway to my workstations and created a static route in my router to allow traffic to the switch.  This does not quite yet.

    I also installed a default route to 0.0.0.0

    I followed a number of guides, but struggling to get my head around concepts and how to achieve the above configuration.

    Ideally, I want to configure this through the CLI as Ive had no end of problems with the web interface of the Cisco switch.

    I believe need g9 of trunk, and other ACCESS is it exact.

    How the workstatations to access the other VLAN?

    Any help would be appreciated

    Thank you

    Paul

    Hi Paul, to break it down a little.

    Host A connects to port 13.

    config t

    int gi0/13

    switchport mode access

    switchport access vlan 12

    ESXI connects to port 9

    config t

    int gi0/9

    switchport mode trunk

    switchport trunk allowed vlan add 13-15 (keep in mind this vlan 1 is unmarked here and is the IP of your server interface)

    This translates

    ESXI = 192.168.1.x 24 gateway 192.168.1.2

    interface vlan 1

    IP 192.168.1.2 255.255.255.0

    no ip address dhcp

    Host A = 10.0.12.x 24 10.0.12.1

    interface vlan 12

    name of the workstations

    10.0.12.1 IP address 255.255.255.0

    With this basic host configuration at shall communicate to ESXI (no other config on the switch)

    If please try to get the connectivity of base first, then can work on the roads and DHCP.

    -Tom
    Please mark replied messages useful

  • What is the best way to move the data from the app and Server data structures?

    Hi guys,.

    I developed my application locally with Apex 4.2 and Oracle 11 g XE on Windows 7. Not far away, it is time to move the application to a server Oracle Apex. I guess that Exim is the way to go app. But what about the APA tables and data (tables/as 'customer' and 'account' created specially for the application)? I've been using a modeling tool, so I can run a DDL script to create the database server data structures. What is the best way to move the application data on the server? Is it possible to move the structures and data in a single process?

    Thank you
    Kim

    There is probably another way to get here, but in Developer SQL, on the navigation tree, expand objects until your table, right-click, and then click EXPORT... you will see all the options. It is a tedious process and it sucks IMO, but yes, it works. This is zero especially because 1) it's a table at a time, 2) If your data model is robust and has constraints and sequences and triggers, then you will need to disable all for the insert and we hope you can re-enable constraints, etc. without hitch (good luck, unless you have only a handful of tables)

    I prefer to use the oracle EXP command-line to export an entire schema, then the server target, I use IMP to import the schema. In this way, it is almost true. This makes the dirty life if you develop multiple applications in a single schema, and I felt pain - however - it is much easier to drop the tables and other objects is to create them! (thus, even if the process of EXP/IMP moved more than you wanted to "move".. blow everything you don't want on the target after the fact...)

    You can use method datapump oracle too.

    If not, what can be done, IF you have access to both servers of your instance of SQL developer (or if you can tnsping both already from the command line, you can use SQL * MORE), is to run a script that will identify the objects of your applications apex (usually by the prefix for the names of objects, such as % EBA_PROJ_ etc.) and do all the manual work for you. I've created a script that does just that so that I can pass data from dev to prod servers on a dblink. It is difficult because of the order that must be executed to disable constraints and then turn it back on and of course, more complicated if don't always precede you ALL your "objects demand '... (tables, views, triggers, sequences, functions, procs, indexes, etc.)

  • Confirm the name of the zip and the links to download the app and Server Developer-suite

    Hello
    I want to learn plsql, oracle forms and reports.
    I installed Oracle database 10g (OracleXEUniv)

    First of all I want to ask is oracle application server requires to run oracle reports?
    and I need oracle developer suite and oracle application server.

    I'll download it from the links below. Please confirm the name of zip and links below that is fine or I need another zip.

    I have microsoft windows.

    Please click the link to download Oracle Developer Suite 10 g:
    link
    Postal code: (10.1.2.0.2) for Microsoft Windows:
    ds_windows_x86_101202_disk1.zip
    ds_windows_x86_101202_disk2.zip
    -What are the two necessary zip for Developer Suite?

    and please also tell what is use of Oracle Business Intelligence tools.
    It shows the zip: as_windows_x86_bi_tools_101202.zip

    Please click the link to download Oracle application server:
    link

    Postal code: Oracle SOA Suite 10 g (10.1.3.x) > Microsoft windows: x 86: Disk1 (soa_windows_x86_101310_disk1.zip) and 10.1.3.5.0 (ias_windows_x86_101350.zip)
    The two zip is required for the application server?

    Thank you.

    Hello

    There is a newer version of forms and reports.
    http://www.Oracle.com/technetwork/developer-tools/forms/downloads/index.html

    If you want 10g for some reason, you can go ahead with the link you provided, you need the 1 and 2. Once you have installed the following developer, its enough for you start with oracle forms and reports.

    Concerning
    SANAE

  • How to identify the client and server versions

    Hi all

    OK, this may sound silly, but I have to write an application to access an Oracle database. Prior development in other languages used ODBC and works very well. VS.NET using OLE DB works as well.

    However, I installed ODT with ODAC 11.10.6.21 and tried. I get an error while trying to access the data.

    When I run the conn.open (), I get:
    ORA-12154: TNS: could not resolve the connect identifier specified

    I opened the TNSNames.ora file and allows to create the just in case connection string. But I still get the error.

    My guess is that the client on my system is too old, or maybe the Oracle server still running an older version.

    Is there an easy way for me to identify the latest version of the client and the version of Oracle running on the server, I installed?

    No, I can't just ask the people who manage the server or I would have done it already. I am a contractor here and it is very difficult for me to get through to those who know it.

    Thank you

    JustMe

    http://www.Oracle.com/technology/tech/dotnet/Col/odt_faq.html#ora-12154:_TNS:could_not_resolve_the

  • Defining the Organization and trusted Reconsilation - 11g Release2

    Hello

    Suppose you have a definition of the Organization in the form of Org1-> Org1 Sub1-> Org Sub1_1. My regular custom tusk trust reconsilation how I can configure the organization which is in the shape that I described? When there is organization with no sub organization I simply put the name of the Organization and all goes well, in this case, data that I put to the Organization should be something like Org1:Org1 Sub1:Org Sub1_1? Any help is greatly appreciated...

    BR
    Aliye

    You will always be in the same way. The organizational structure will exist in the IOM in such a manner. You should not worry about balancing the user. The user will have the name org organization either parent or child.

    Ex: org1-> and org2-> org3

    Recon data

    User1, org1
    User2, and org2
    user3, org3

    If this is especially the case you shouldn't worry about hirarchy org in IOM balancing user data.

    Let me know if your scenario is different

    -nayan

  • improve the WCS and WCC integration / sync activity

    Hi all

    We have WCS integrated with WCC as backend storage of content. We use the STANDARD connector for integration between these 2 products suites. On check in content to the WCC, she undergoes life-cycle activities normal document and then contentid is placed in the queue of the integration table. Queue information will be collected and WCS will be synchronized with the information in document OWCC.

    This whole process takes longer (approximately more than 1 min) and users are not able to find the documents that they created immediately.

    Let know what steps can help solve or improve this performance. We did the analysis and concluded that unless the State of the document is PUBLISHED in the OWCC, information will not be placed in the queue table and synchronization of content is getting delayed.

    Indications will be very useful.

    The OOTB 'connection' is a polling station synchronization process (heart draws OWCC). It is not realistic to expect, it is a process in real time.   It can be as fast as the slowest part of the process - if you want Sites to poll more frequently change the "timing" in the system events. The desire to increase the frequency of audit of heart - but this will solve is not the question of the time it takes to the WCC from "creation of loan".

    If you want it to be more 'real-time', you need to create your own 'connection '.

    The folks over at Function1 and BezzoTech (https://www.youtube.com/watch?v=qVTS--OS78o) has created an interesting link where 'Document' is actually created in the OWCS UI and then automatically pushed in WCC and Sites 'at the same time;

  • For Windows 7 and Server 2008 Windows Firewall

    Hello

    I have a Server 2008 R2 as a DC and four workstations to Windows 7 (32).  I have a requirement to have the windows firewall on the computers of Windows7 desktop and Server 2008 R2 domain controller.

    At the level of the Windows 7 Desktop, I can GPEDIT. MSC and manually add a firewall

    On the DC 2008 Server, I can add to

    1. Group Policy Management, default domain policy, firewall
    2. Group Policy Management, default domain controller policy, firewall

    But I can't get Windows 7 and Server 2008 Firewall work, 'Domain' under the network profile retains by default "Public" or "not identified."

    Any Suggestions?

    Thank you

    B


    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.msdn.Microsoft.com/forums/en-us/home

  • There's this red box around the URL and images integrated into Facebook... so I can't read it. I'm really untech saavy so please forgive me.

    I can somehow gives you a screen shot to show you the detail? How do give you it?

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

  • How to resize an image using PIXELS to define the width and height?

    I need make my image a certain number of pixels wide and high.  When I resize image I can't change the area that shows the pixels of width and height, and when I drop down lists it does not give option pixels.  When I choose "points" and "Pica" they are obviously not other names for the pixels because the given number is not the number of pixels above.  I used to be able to do it EASILY in elements 2.0, my previous version of elements.  I am now using 8.0.

    In fact, I just realized that nothing that I in image resize will change the number of pixels at ALL in question.  Size and pixel per inch are locked permanently in relationship to each other.  I had to download a new version not long because my computer hard drive has failed, and I think they changed the things that work so not now, because I would have noticed it before now if it's that way when I downloaded originally from that.  I begin to fear that I'll have to kludge with the crop tool, even if the resizing of the image SHOULD be able to.

    Make sure resample is checked:

  • loop through the layers defining the lock and visibility

    I need to loop through the layers in the active document and the value of the properties of the layer is false or true.  I tried to create a loop using a method 'for', but it doesn't seem to work. I have renounced the method 'for' because I kept running into a problem.  I have set all layers with these settings just the odd ones (2,4,6, etc.). Here is sample if it was written.

    myLayer = myDoc.layers var [2];

    myLayer.visible = false;

    myLayer.locked = true;

    myLayer = myDoc.layers var [4];

    myLayer.visible = false;

    myLayer.locked = true;

    myLayer = myDoc.layers var [6];

    myLayer.visible = false;

    myLayer.locked = true;

    myLayer = myDoc.layers var [8];

    myLayer.visible = false;

    myLayer.locked = true;

    I have 208 layers, so doing it this way would be way to long. Any help would be appreciated.

    Illustrator CC 2014 running.

    After I wrote this and tested, I saw that Carlos had already answered, but I thought that I would post it anyway. Carlos KNOWS how much I love JS... ;-)

    One difference is that, since it was not clear to me which layer you talk like layer #1, I started at the bottom of the scale.  I hope this helps.  -TT

    var aDoc = app.activeDocument;
    var lc = aDoc.layers.length;
    for (var i = 2; i <= lc; i+=2) {
        var curLayer = lc - i
        aDoc.layers[curLayer].visible = false;
        aDoc.layers[curLayer].locked = true;
    }
    
  • AF:dialog define the type and Ok button at the bean actionListener

    Hello Experts,

    I use Jdev 11.1.1.7 could you help me understand how to set the type of an af:dialog to okCancel, and tap the Ok button on an actionListener method which I prefer?

    Thank you, Atanas.

    AF:dialog has dialogListener (if you do not need any actionListener)

    See this example: http://www.techartifact.com/blogs/2013/03/handling-ok-and-cancel-button-in-afdialog-using-popup-in-oracle-adf-by-dialoglistener.html#sthash.Q6xfNErm.dpbs

    Or you can use 'buttonBar' side to place your own buttons: http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_dialog.html and their son to actionListener.

    Dario

  • Action carried out scale % rather than define the width and height

    Hello

    I am creating an action to scale an object to a width of 1024 pixels and then save it to the web.

    But stocks record percentages, rendering it useless when it is applied to another object.

    Can someone tell me what I am doing wrong?

    Noties in images, I put the width of 1024 pixels, but in Action, it performs a scaling of 1233,73%

    illustrator size.png

    illustrator Action.png

    Save the setting the width or height in the palette Transform (or Panel) instead of in the scale dialog box.

    JET

Maybe you are looking for