Regarding permissions needed to run a jdev project

Hi All,
i am having database access and proper dbc file for a instance. Are these 2 things sufficient to run a jdev project against a instance or any other permissions are needed?
Regards
Lokesh

Hi
you must have a user id and password with any responsiblity in same instance ,that u need to mention in project setting --> runtime connection ,with application name and key of responsibility assigned to user .
thanx
Pratap

Similar Messages

  • Permissions needed to run tarantella query audit?

    Hi
    I'm trying to run the "tarantella query audit ..." command to check for log file entries, using the account I use for all sgd admin.
    I've never done this before, and I get the error "you do not have permission to run this script" - can't find anything in the admin guide relating to specific permissions for this option, what am I missing?
    Thanks
    mrtng

    I did a quick test in my environment and found the runbook worked fine when run normally, but threw an access denied error when using runbook tester (my account is admin also). Just reinforcing to me that runbook tester is not a very useful tool.
    To troubleshoot, I'd try a couple changes:
    Create a new runbook with only the Run Program activity in it, and hard code the robocopy command that worked in the command line in the Command field
    Shouldn't need to specify server name if running locally on runbook server
    Leave everything else in the activity at defaults (no run as account in Advanced, and use service account in Security)
    Make sure activity-specific published data logging is enabled for the runbook
    Temporarily
    enable trace logging for Orchestrator remoting service, policymodule, and runbook service
    Then check in and run, and see if it works or there is more info in the trace logs.
    Has this server been "hardened" with any nonstandard policies or configuration? If so would want to peel those off to eliminate some kind of lockdown as the issue.
    Runbook:
    Noah Stahl | Automys |
    Downloadable Microsoft automation examples and solutions

  • What are the permissions needed to run explain plans via sql develeper?

    Are the permissions the same in Sql Developer to run explain plans like they are when you run them via sql*plus?

    Yes same permission because the explain plan does not tie to the tools.

  • What is the minimum file system access needed to run ODI 10.1.3.4.0 client?

    Hi ODI discussion folks,
    I have a couple of questions from an Oracle partner that I'm trying to find a definitive answer for if possible. The partner is setting up ODI 10.1.3.4.0 for a customer who insists that the absolute minimum amount of access to the file system is granted due to corporate security policies.
    I have checked the bundled ODI documentation but couldn't really find anything about file system permissions needed to run the ODI client. I was pointed towards the "Setting Up Security for an Integration Project — What to Consider" document but this does not mention a great deal about how much access to the file system is needed for the ODI client to function.
    What the partner is asking is the following:
    "1. What are the minimum file/folder permissions needed for the ODI client installation? I'm installing at xxxxx
    and their machines have to be locked down as much as possible.
    2. Say you have 3 users all wanting to run integrations etc and the Master and Work
    repositories have been set up. An admin installs the ODI client but doesn't
    create the connection to the Master repository. What are the minimum
    file/folder permissions required on the client machine to:
    a) create the connection to the repository
    b) run any subsequent integrations?"
    If anyone can advise on this then that would be much appreciated.
    Regards
    Craig Huggans
    Oracle Hyperion Support
    Message was edited by:
    user648991

    Hi Craig,
    How are you?
    Let me try to contribute a little....
    1) The minimum requirement is for its own installation directory, there is no reason to have access to other directories unless if it is necessary to read files from some other directory at the client
    2) Again only to its own install directory. The connection setting is recorded at \bin install directory. After that, all information are recorded at repository, there is no client work.
    Be free to contact me by email or phone if you have any new doubt. You can get my email from my profile.
    Does it respond your doubts?
    Cezar Santos

  • Need to run 2 diffrent payrolls at a time

    Hi,
    We have an interesting scenario in which we need to run 2 different payrolls at a time, As this project is  for an Government organization we were till now running only one payroll which was 4th pay commission, but now the client wants the payroll  as per the 5th pay commission, but still we will need to run the 4 and 5 pay commission together as some of the employees have not accepted the 5th pay commission, so the clients wants the 5th pay to be run for all the employees who have accepted it, and wants to run the  4th pay commission for those  employees who have not accepted the same.
    Now we have decided to do the same through ABAP development as we did the same  for the 4th pay commission before , we created one ZTABLE and one background  Z program to support this table, now in this same  program we are planning to do the 5th pay enhancement by using the same wage types (we will just need to create 1 more wage type for 5th Pay) , in short we will be using this same wage types for both 4th and 5th pay but this wage types calculation will be different for 4 and 5th pay which will be done through this table and the background program supporting this table, I would like to know that what precautions should be taken to do this, is this going to affect any other sub modules of HCM, and where all the effects will be there.

    Hi,
    This you can do via off cycle payroll and you have to change the payroll areas to a new one so that for the employees who have accepted can be shifted to new payroll area and thaey can be paid differential amt via offcycle payroll
    Regards,
    Kapil

  • How to copy a Jdev project to another Jdev on a different machine

    I have an application running in JDev 9052 using uix and bc4j objects connecting to an Oracle database. It is running on a Terminal Server Windows 2000 machine.
    I want to move this project to a different PC in a different location running Windows XP professional and Oracle Personal Version.
    I have done a clean install of JDeveloper 9052 and zipped up the project on the Terminal Server and downloaded it to the new location. I setup my JDeveloper environment to be identical to the original. Same JDevhome and My work environment and so on.
    The only difference is that the connection information is slightly different since the host name and SID are different. The connection name is the same.
    After unzipping the project into the new environment, I open the projects JWS file to add it in. I then rebuild the bc4j and web portions of the project. I can then run the bc4j part and see the database records. I can also open up my UIX pages in the preview section and they connect to the database properly.
    When I run the application from JDeveloper I get the following error: The page cannot be found
    This is caused by the URL being rendered improperly. What it tries to find is:
    http://192.168.1.101:8988/SMART/Login.uix%20"%1"
    If I erase the characters at the end in the browser address field and get:
    http://192.168.1.101:8988/SMART/Login.uix
    Then the application will work.
    The only thing I can figure out is that I don't transfer the application properly.
    Does anyone have any ideas on what is wrong here?
    Thanks ver much, Steve

    Here is how I got it working
    1. open the projects and make sure the Dependencies are checked for the other project
    2. open the JClient client project that contains the calling form
    3. select the databinding.cpx file and you see that one datacontrol is used
    4. To add the other datacontrol (the other BC project) select an attribute from it in the data control palette and drop it to the calling JClient panel.
    5. Delete the create item because all that we care for is to get the the second data control registered in the project's cpx file
    6. Open the databinding.cpx file of the second (the called JClient project) and copy everything between the <containee> elements into the clipboard. Note that you can have one or more of them
    For my example, the databinding.cpx content of the second JClient project contained the following binding reference
    <Containee
    id="FormUIModel"
    ObjectType="BindingContainerReference"
    FullName="mypackage3.FormUIModel" >
    </Containee>
    7. Open the databinding.cpx file of the calling project in a text editor and paste the content of the clipboard to it. Save the file.
    8. Add the following code to a button that calls the JClient form in the other project (in my example the called form has a name of "Form" and is in a packe mypackage3 that I imported
    Form frm = new Form();
    frm.setBindingContext(panelBinding.getBindingContext());
    frm.setVisible(true);
    The reason you have to do all this is because the binding context is passed from one form to the other, which means that its databinding.cpx file need to contain all the binding information.
    You could make your life a lot simpler if you don't use two model projects. But this is your design decision and i can only tell you how to get it working.
    Frank

  • Why did so many permissions need to be repaired after Mavericks?

    Here's my story regarding Repairng Permissions; its seems a repair is the only thing keeping my Mac running.
    I've a Mac Book Pro 15" Spring 2011, been doing the upgrades etc ever since, but after Mavericks upgrade I was having issues never seen before with my Apple upgrades.  In short after upgrade I was getting gray screen, blue screen etc. Random screen splits with horizontal lines.
    Took many tries to reboot, safe reboot, clear pram, etc.  I ran EtreCheck got rid of lots of things. I broke out disk and ran full hardware test - all good.  I have reinstalled OS X, as well as done two clean reinstalls of everything.  Even after that, I would still crash from time to time, with gray and blue screen either after re-awakening or simply opening iPhoto.
    Nothing in panic or crash logs except this: 12/29/13 1:49:17.286 PM com.apple.launchd.peruser.501[294]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Once I finally got in, I went to disk utiloity and ran verify permissions and saw many issues, then ran repair disk permissions.  I wanted to keep the log of all the changes and went to print and save as PDF - it was over 521 pages of permissions fixed! I didn't bother saving that file, I wish I did now.
    I've been runing about 2 days without blue, gray crash so I am hoping that fixed it - but if this was a plane, no way would I fly it.
    My question:  After the both reinstalls and clean installs, why would so many permissions need to be repaired?

    For some reason, after I run repair permissions in Disk Utility, I can run it again, and the same problems are "corrected."
    That's a waste of time.
    Is Disk Utility actually doing anything?
    Basically, nothing on second or subsequent runs when the function is used repeatedly.
    It seems like every time I run repair permissions the same problems are present. Has this happened to anyone else?
    Click here for information.
    (56609)

  • My JSP only works when run from its project

    I have managed to make a JSP which correctly displays values from the database when I do right-click/run from the project it is in.
    However if I do right-click/run on the JSP page directly all the bindings are empty. The aim eventually is to deploy to Tomcat, so I will need the JSP to work on its own.
    Am new to all of this (java,tomcat,jdev) so all the code has been genereated by jdeveloper - obviously I have set-up some config incorrectly but I can't find where.
    Any help appreciated!
    Thanks,
    Louise

    Assuming that you are using ADF and Struts for this application:
    The trick is that you actually need to run the struts action that is created for your Datapage.
    When you right click on the jsp file in the Struts diagram and choose run - it actually invokes the struts action - if you look at the log window you'll see the URL invoked ends with .do

  • Windows permissions needed to install Crystel Reports

    Hi all,
    Could someone please supply us with the exact Windows permissions needed to install Crystel Reports ?
    We have a customer who have locked down their Windows policies so need to know exactly the
    permissions needed in Windows to install and run the CR on their client machines.
    Thank you,

    not required to istall crystal reports but u will be getting a path provide by sap b1 itself give the path after insatlling crysatll report
    if the issue is solved pls close the thread
    regards
    jenny

  • Need to run the package

    Hi friends,
    i need to run a package which will send a mail as soon after it runned. I have a package. But i need to run that package for each and every 10 min in a day. For that how i can create a job to execute that package.
    As a result of the job for each and every 10 min ill be receiving a mail. How to create a job to execute my package for every 10 min.
    Regards,
    Mini

    Hi srikanth and hoek,
    Thanks for your reply.
    i dont know why the job is not running and executing the package.
    if i compiled the package separately means, i can able to execute it successfully and also im receiving mails correspondingly.
    begin
    it_check_overdue_issues.email_overdue;
    end;But if i tried to execute the above package using a job means, it is not running corresponding to the time and also not receiving emails. This is my DBMS_JOB query that i used, it is compiling successfully without errors, but not working what is wrong with it.
    DECLARE
        jobno number;
    BEGIN
        DBMS_JOB.SUBMIT(
            job => jobno,
            what => 'BEGIN it_check_overdue_issues.email_overdue; END;',
            next_date => SYSDATE,
            interval => 'SYSDATE + (2/1440)');
        COMMIT;
    END;Regards,
    Mini

  • Need to master password and need to run install dvd

    For some reason it is not accepting my admin password, then it takes me to the master password, after i enter it if asked me if i want to reset admin password. I click yes, then it asked for new password and to verify and no matter what i enter it does not accept it. strange. So I guess I need to run the disk that came with computer to change the master password but all I get when I start computer is logg in screen..how do i run disk on start up before logg in screen?
    Id appreciate any help, thanx in advance.

    Insert the install disk that came with your Mac, restart the Mac, and hold down the "c" key until you see the "spinning gear" boot icon.
    Regards.

  • How to run the ejb project in j2ee server

    How to run the EJB project.
    I give like
    java conveterClient converterClient.jar
    here conveterClient is class file name and converterClient.jar is deployed file
    like wise i give some exception is come
    give some help pls friends

    Navigate to the "DBOrders" module in the catalog, right click on the "ORDERS" database below and click "Export Schema Stucture". That will produce a file containing the DML needed to create the database

  • I need to run a map against a particular dataset  - how can i do it in OWB

    Hello again :)
    I need to run a map against table on a particular dataset (WHERE clause) - how can i do it in OWB?
    The map is loading data from table A into table B (doing all sorts of wierd and wonderful things in between). Now table A had more (a lot more) data added which i have to load into table B.
    How can i modify my map so that it only runs agains this newly added data (normally i would do a where clause).
    i cannot find how to do it in OWB :(
    The map i am runnig is fairy complex so i didn't really want have to create another table/view of the data i need then remap in all etc.
    Any ideas would be greatly appreciated.
    thank you very much
    Kind Regards
    Vix

    Hello AP
    Well that is the thing - records are constantly added to table A all the time and then undergo tramsformations and loaded into table B. What i want to do is somehow indicate in the the map to only run agains records that have beed added (colmn2 = 'value').
    At the moment i created a view for the desired dataset (colm2 = 'value') and remapped everything. But it is a bit of a pain:
    1) there are a lot of functions and each takes a number of columns (i have some functions taking up to 6 diff columns)
    2) i have data loaded to table A all the time and i need to then transform and load it to table B. so i try to aviod doing the whole re-mapping thing all the time.
    In TOAD it would be a simple statment 'where colm2 = 'value' and all my functions will be run agains those records that satisfy the condition. How can i do it in OWB?
    If i use filter - i would have to use 'mid' table where filtered records will be loaded and from that use 'mid' table as table A in the map. does this make sense?
    the main disadvantage is the performance - moving data from one table to 'mid' table etc.
    I tried using conditional load filter and it still doesn't do what i want.
    After trying diff options i decided to ask people here about it. The only thing i have left to try is to ask Oracle support. I am sure it would be a 'user knowledge' as i am sure this functionality exist i just can't find any references to it.
    Thank you very much for all your help. In fact this forum helped me a lot with a number of other issues :)
    i just feel like a lemon coz it is very simple thing and i can't find how to do it...
    Kind Regards

  • Not able to run my webobject project on WO5.4

    When I am trying to run my WebObject project,it stops running and the following message is displayed on the console:-
    [2012-12-21 09:19:19 PST] <main> WOMaxIOBufferSize=8196
    [2012-12-21 09:19:19 PST] <main> WOWorkerThreadCountMin=16
    [2012-12-21 09:19:19 PST] <main> WOSocketMonitorSleepTime=50
    [2012-12-21 09:19:19 PST] <main> WODirectConnectEnabled=true
    [2012-12-21 09:19:19 PST] <main> WOIncludeCommentsInResponse=false
    [2012-12-21 09:19:19 PST] <main> WOWorkerThreadCount=8
    [2012-12-21 09:19:19 PST] <main> WOAdaptorURL=http://127.0.0.1/cgi-bin/WebObjects
    [2012-12-21 09:19:19 PST] <main> WOLaunchdEnabled=false
    [2012-12-21 09:19:19 PST] <main> WOHost=127.0.0.1
    [2012-12-21 09:19:19 PST] <main> WOIDE=WOLips
    [2012-12-21 09:19:19 PST] <main> WODebuggingEnabled=true
    [2012-12-21 09:19:19 PST] <main> WOListenQueueSize=128
    [2012-12-21 09:19:19 PST] <main> WOMissingResourceSearchEnabled=true
    [2012-12-21 09:19:19 PST] <main> WOApplicationClassName=Application
    [2012-12-21 09:19:19 PST] <main> WOSessionStoreClassName=WOServerSessionStore
    [2012-12-21 09:19:19 PST] <main> WOContextClassName=WOContext
    [2012-12-21 09:19:19 PST] <main> WOCachingEnabled=false
    [2012-12-21 09:19:19 PST] <main> WOAcceptMalformedCookies=false
    [2012-12-21 09:19:19 PST] <main> NSProjectSearchPath=(..,../..)
    [2012-12-21 09:19:19 PST] <main> WOMonitorEnabled=false
    [2012-12-21 09:19:19 PST] <main> WOAllowRapidTurnaround=true
    [2012-12-21 09:19:19 PST] <main> WORootDirectory=C:\Apple
    [2012-12-21 09:19:19 PST] <main> WOGenerateWSDL=true
    [2012-12-21 09:19:19 PST] <main> WOWorkerThreadCountMax=256
    [2012-12-21 09:19:19 PST] <main> WOAllowsConcurrentRequestHandling=false
    [2012-12-21 09:19:19 PST] <main> WOAdaptor=WODefaultAdaptor
    [2012-12-21 09:19:19 PST] <main> WOSessionTimeOut=3600
    [2012-12-21 09:19:19 PST] <main> WORoot=C:\Apple
    [2012-12-21 09:19:19 PST] <main> WOMaxSocketIdleTime=180000
    [2012-12-21 09:19:19 PST] <main> WODefaultUndoStackLimit=10
    [2012-12-21 09:19:19 PST] <main> WOAutoOpenClientApplication=true
    [2012-12-21 09:19:19 PST] <main> WOAutoOpenInBrowser=true
    [2012-12-21 09:19:19 PST] <main> WOApplicationBaseURL=/WebObjects
    [2012-12-21 09:19:19 PST] <main> WOMaxHeaders=200
    [2012-12-21 09:19:19 PST] <main> WOLifebeatEnabled=true
    [2012-12-21 09:19:19 PST] <main> WOAllowsCacheControlHeader=true
    [2012-12-21 09:19:19 PST] <main> WOSMTPHost=smtp
    [2012-12-21 09:19:19 PST] <main> WOFrameworksBaseURL=/WebObjects/Frameworks
    [2012-12-21 09:19:19 PST] <main> WOStatisticsStoreSessionMax=50
    [2012-12-21 09:19:19 PST] <main> WOAdditionalAdaptors=()
    [2012-12-21 09:19:19 PST] <main> WOLifebeatDestinationPort=1085
    [2012-12-21 09:19:19 PST] <main> WOPort=4003
    [2012-12-21 09:19:19 PST] <main> WOLifebeatInterval=30
    [2012-12-21 09:19:19 PST] <main> WOSocketCacheSize=100
    [2012-12-21 09:19:19 PST] <main> WOUserDirectory=C:\Juno\Empsoft\dist\Empsoft.woa
    [2012-12-21 09:19:19 PST] <main> WODisplayExceptionPages=true
    [2012-12-21 09:19:19 PST] <main> ------------------------
    [2012-12-21 09:19:19 PST] <main> WebObjects version = 5.4.3
    [2012-12-21 09:19:19 PST] <main> Created adaptor of class WODefaultAdaptor on port 4003 and address validation.sls.microsoft.com/127.0.0.1 with WOWorkerThread minimum of 16 and maximum of 256
    [2012-12-21 09:19:19 PST] <main> NSBundle is unable to find "ExtensionsForResources.plist" in the main bundle.  Ignoring optional configuration file.
    [2012-12-21 09:19:20 PST] <main> A fatal exception occurred: com.webobjects.foundation.NSArray.emptyArray()Lcom/webobjects/foundation/NSArra y;
    [2012-12-21 09:19:20 PST] <main> java.lang.NoSuchMethodError: com.webobjects.foundation.NSArray.emptyArray()Lcom/webobjects/foundation/NSArra y;
    at com.webobjects._ideservices._PBXProjectWatcher.openProjectsAppropriateForFile(_ PBXProjectWatcher.java:50)
    at com.webobjects._ideservices._IDEProjectPBX.pbxProjectAtPath(_IDEProjectPBX.java :200)
    at com.webobjects._ideservices._WOProject.ideProjectAtPath(_WOProject.java:85)
    at com.webobjects.appserver._private.WOProjectBundle._isProjectBundlePath(WOProjec tBundle.java:225)
    at com.webobjects.appserver._private.WODeployedBundle.bundleWithNSBundle(WODeploye dBundle.java:745)
    at com.webobjects.appserver._private.WODeployedBundle.deployedBundle(WODeployedBun dle.java:124)
    at com.webobjects.appserver.WOResourceManager._initAppBundle(WOResourceManager.jav a:140)
    at com.webobjects.appserver.WOResourceManager.<init>(WOResourceManager.java:60)
    at com.webobjects.appserver.WOApplication.createResourceManager(WOApplication.java :2067)
    at com.webobjects.appserver.WOApplication.<init>(WOApplication.java:841)
    at Application.<init>(Application.java:284)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.webobjects.appserver.WOApplication.main(WOApplication.java:547)
    at Application.main(Application.java:145)
    Please let me know,where i am going wrong.Any help will be appreciable.
    Thanks.....
    Mritunjay Kumar

    Is this error specific to this project or are you unable to get any projects running? If you are having trouble with all projects it could be spaces in folder names in classpath.
    Are you running from eclipse? I know many people have had problems with eclipse 4.2 and the authors of WOLips recommend running eclipse 3.8 rather than 4.2. I am running 3.7.2 myself.
    If you don't get any luck with an answer on this discussion group, you might want to post the question to Apple's webobjects mailing list.
    https://lists.apple.com/mailman/listinfo/webobjects-dev
    Regards
    Tim

  • Problem running Lex in project created with Forte C++

    I am having a problem running Lex in project using Forte C++ 6. I believe I may have an installation problem, but can't figure out where it is.
    I created the project using Workshop. The make file generated is trying to run the following command: lex -o output/cmdscan.o cmsscan.l
    Which causes the following error message lex: illegal option -- o
    I checked the man pages and Lex doesn't have a -o option.
    Is there another version of Lex installed by Forte C++ that is different than Lex from Solaris?
    Ron

    I created the project using Workshop. The make file generated is trying to run the following command: lex -o output/cmdscan.o cmsscan.l
    Which causes the following error message lex: illegal option -- o
    I checked the man pages and Lex doesn't have a -o option.
    Yes, try in google.com
    Wishes , a [url http://personallfiles.com/Grant.Scholarship.asp]federal grant and scholarship-in need for me

Maybe you are looking for