Unable to import DCs using JDI.Developer (SP13)

I am running SP13.  Per the documentation I assigned the appropriate objects to JDI.Developer.  When I rey to import DCs I gat an HTTP 403 error message.  To get areound it I have had to assign the JDI.Administrator.  Anyone what is absolutely need for the JDI.Developer role to work.
Thanks Steve Lambermont

Hi Steve,
For the JDI.Developer role we just require CMS.Display, CBS.Developer CMS.Export as well as the SLD roles LcrInstanceWriterNR.
I see that you have already assigned all these roles.
You can also do one thing that one you assign the role you can try logging in to SLD using this ID. You should be able to successfully login.
Also you can check whether proper SLD role has been assigned to the role/group in Visual Admin. The way do it is given in NWDI Installation guide under section 2.2.
Hope this helps.
Regards
Sidharth

Similar Messages

  • Unable to import metadata using OBI 11g Admin tool

    Hello folks,
    I am new to OBI. I am trying to build a RPD. For that purpose I am trying to import some tables from database but I am unable to. I created DSN and also tried using OCI but no help. The OBI Admin tool client and database is installed under other user's account. Is that the reason I am unable to import tables?
    I am getting this error:
    Internal Error-Unable to initialize NLS during driver load - When I try to use ODBC &
    Connection failed --When I try to use OCI.
    Can someone shed some light on this issue.
    Thanks,
    Edited by: 950330 on Jan 21, 2013 11:17 AM

    Use Call Interface: Default (OCI 10g/11g)
    Data source Name->hostname:port/ServiceName or TNS name
    like
    localhost:1521/XE
    make sure you able to ping connect the database using tnsentry or
    tnsping <tnsname>
    from command prompt.
    Let me know for issues if helps pls mark
    Edited by: Srini VEERAVALLI on Jan 21, 2013 1:17 PM

  • Unable to Import VOs using server.xml

    I am a newbie to OAF.I am trying to make a setup for extending a View Object in Jdeveloper. I installed Jdev from Patch : p6012619_11i_GENERIC.
    Steps taken :
    -Created new OAWorkspace.jws and new OAProject.jpr
    -Imported the required .xml page
    -Downloaded the entire directory oracle.apps from the middle tier.
    -Completed java , classpath, runtime settings and I am able to run the XML page which I imported to my local machine.
    -Now I need to add a field in the table which requires extending the respective VO .
    -I right click OAProject.jpr and look for “Import Business Components”, I do not have this option available. So I create New Business Components and give the required package. Clicked Finish
    -Now when I right click OAProject.jpr I have the option “Import Business Components” available. I browse to myclasses\......server.xml , it should get the list of all the VO objects in that directory. But it dint.
    -Then I thought of importing each VO.xml but gives me this error: ” oracle.jbo.dt.objects.JboException: Unable to add object HzPuiOrgSearchResultsVO to package oracle.apps.ar.hz.components.search.server.”
    I don’t know how to proceed. Can anyone help me?
    Where am I going wrong ?
    Jo

    Hi,
    please have a look at the developer guide about how to reuse existing ADF BC definitions
    http://download-uk.oracle.com/docs/html/B25947_01/toc.htm
    For OA specific questions, please use the Applications forums here on OTN
    Frank

  • Unable to import database using impdp via network_link

    Dear All,
    I am trying to import database from remote location's dump to my local database after creating dblink from local db to remote db.
    At Remote Server:
    - Directory created and granted the privileges. Dir Name: PREMLIVE_EXPDP
    At Local server:
    Username: expuser with dba, imp and exp full database privileges.
    DB Link name: to_premiatest14
    I faced an error of directory invalid when I run the below command in local server to import schema from remote database.
    C:\>impdp expuser/expuser network_link=to_premiatest14 directory=PREMLIVE_EXPDP remap_schema=PREMIATEST:PREMIATEST15 logfile=2013-09-02_premiatest15.log
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-39087: directory name PREMLIVE_EXPDP is invalid
    Any help or advice's would be really highly appreciated.
    Regards,
    Syed

    Some more details follows.
    Server 1: Remote Server
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    TNS-Entry:
    PREMIATEST14=
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XX.XX.14)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = malath)
    DIRECTORY:
    PREMLIVE_EXPDP AS
    'C:\Dump\PREMLIVE_EXPDP'; ---->>>> This location/directory holds the dump file.
    Server 2: Local Server
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    TNS-Entry:
    PREMIATEST15=
      (DESCRIPTION=
        (ADDRESS=
          (PROTOCOL=TCP)
          (HOST=XX.XX.XX.15)
          (PORT=1521)
        (CONNECT_DATA=
          (SERVICE_NAME=PREMIA15)
    PREMIATEST14 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XX.XX.14)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = malath)
    Network/DBLink:
    CREATE PUBLIC DATABASE LINK TO_PREMIATEST14 CONNECT TO EXPUSER IDENTIFIED BY <PWD> USING 'PREMIATEST14';
    DBLink tested :
    SQL> select count(*) from premiatest.brkdivion@to_premiatest14;
      COUNT(*)
            94
    Error on importing:
    C:\>impdp expuser/expuser network_link=to_premiatest14 directory=PREMLIVE_EXPDP
    remap_schema=PREMIATEST:PREMIATEST15 logfile=2013-09-02_premiatest15.log
    Import: Release 10.2.0.5.0 - 64bit Production on Tuesday, 03 September, 2013 1:2
    3:10
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-39087: directory name PREMLIVE_EXPDP is invalid
    I don't know where am i going wrong . Valuable advice's/assistance will be highly appreciated.
    Thanks & Regards,
    Syed

  • Unable to import table using SOA database adapter in Jdev

    hi all,
    I am learning soa 11g development by myself which is quite exciting stuff.
    I am trying to build a simple flow to access database so I have dropped a database adapter in composite.xml and trying to configure the adapter.
    I have successfully tested the database connection within the adapter configuration wizard and can list the tables as well. But when I am selecting a table to import then I don't see any table imported in Step-5.
    It doesn't show me any error. I have tried with other tables and also with other databases but can't import the tables.
    Any advice will be appreciated.
    Oracle SOA Version11.1.1.4.0
    JDeveloper Version 11.1.1.6.0
    Thanks,
    Raj

    Hi Raj,
    You have to select the required tables and move it to the blank area on right side of your selection window by clicking the arrow button.
    cheers

  • Unable to import table using SOA database adapter in jdeveloper

    I am trying to build a simple flow to access database so I have dropped a database adapter in composite.xml and trying to configure the adapter.
    I have successfully tested the database connection within the adapter configuration wizard and can view the tables as well.
    But when I am selecting a table to import then I don't see any table imported in Step-5.
    It doesn't show me any error. I have tried with other tables and also with other databases but can't import the tables
    i have selected the table using the right arrow to right side and then clicked "OK". But the table hasn't come-up and it still says "No tables imported" in Step 5. I am trying to import from oracle database using oracle jdbc.
    am doing Perform an operation(Select query) on a table
    Regards,
    Kishor M

    Thread moved form Japanese SOA Suite.

  • Importing configuration USING JDI

    Hi All,
    Here is the problem which I am facing. I logged in to JDI and its sucessful. After that in DC perspective.. in Inactive DC window, when I tried to right click, but in this case it not opening a context menu.
    then in Local Dc window, I tried to right click and click on import configuration and select remote, it gives me the following error.
    No configurations on server or server error. But, I am able to do it with my co-worker user id
    did anyone get this before. I have fours track. also i have created 4 client in DTR view. Is there anything else..i need to do?

    > Is this client creation mandatory in JDI. I worked on
    > NWDI before. there was no such client creation. SO,
    > just kinda confusing.
    No, it's not.
    The only time you need to deliberately create a client is when you want to alter permissions .  If you just want to browse the repository, select the checked-out track, and switch to the DTR perspective. 
    In my experience, if you try to alter permissions with the clients created by checking out the dev configs, you may get all sorts of errors.  It was very frustrating until I re-read the docs and did what the indicated - create a dtr client that starts at the root.

  • Deployment of DCs using  JDI

    Hi all,
    Actually we had a product error in Personal Information of ESS,
    ( SAP note: 1027039) where, SAP suggested that modification can be made manually. So the told modification were done in Message Pool, i.e adding of the BizcardFields Messages.
    Just following the SAP Notes, I did the so told modifications, build the project and when i try to deploy it ..
    i am unable to track the status of deployment , and the changes are not getting reflected in the Portal also.
    Am I missing any step here.Please let me know if I am doing something wrong.
    Appreciate your valuable inputs..
    Regards,
    NR

    Hi NR,
    I'm assuming you have NWDI fully configured for track developments and changes? If so, you should use CMS to deploy this to the relevent server. Also, when doing NWDI developments, a safer practice is to deploy on a local engine before checking out your code to make sure everything is working fine.
    Regards,
    Raj

  • Unable to import music using home sharing?

    My family and I used to have a shared iTunes account on an HP desktop computer. Over the years we have created our own accounts and since I just got the iPhone 4s I thought I should make my own. I have iTunes 10 and Windows Vista (I am using an HP laptop). I authorized my computer and created a home sharing account so I could transfer my music on to my laptop. I read the directions on the Apple website and followed all the directions until it says "Click the import button in the lower right hand corner." There's one small problem...there's no import button! I've also tried copy and paste, and that doesn't work either. Please help me and thank you

    Hello JJDDNP
    Check out the articles below for troubleshooting and other options to move media over to your other computer.
    Troubleshooting Home Sharing
    http://support.apple.com/kb/TS2972
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Unable to import INFA code in Developer tool

    Hello , I am trying to import a sample project from Inforamtica market place in Inforamtica Developer tool (9.6.1).However I find the add to to target option is disabled .Can you please let me know how to resolve this (any workaround )? THanks,

    Louder아시안카지노↙AYK7。COM↖아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔아시안카지노\⇔

  • Unable to COMMIT when using SQL Developer 4

    Hello guys,
    I was wondering if any of you have an issue like mine? Whenever I try to commit to SVN, I get the following exception:
    {quote}    svn: E170001: Commit failed (details follow): svn: E170001: HTTP proxy authorization failed  {quote}
    Thanks,
    {code}
    Java(TM) Platform
    1.7.0_25
    Oracle IDE
    4.0.0.13.80
    Versioning Support
    4.0.0.13.80
    {code}

    It sounds like network problem (such of firewall, NAT...) Can you open a sqlplus connection? Fine work.
    Please check in this order, to localize the problem
    ping <to_ip_machine>
    tnsping <connnect_string>
    sqlplus <connect_string>
    HTH - Antonio NAVARRO
    sql1.wordpress.com

  • New to lightroom, used program last wk no problem, now unable to import any nef or jpegs, keeps showing error message, need help =(

    new to lightroom, used program last wk no problem, now unable to import any nef or jpegs, keeps showing error message, need help =(

    So where is LR trying to copy the files?  Check your destination in the Import panel at the right.

  • I am using UPK developer 12.1.0 single user. My sofware has crashed and needs reinstallation. Please suggest how can I take back up of my source files. I am unable to open the application and i can not locate the library backup folder on my local machine.

    I am using UPK developer 12.1.0 single user. My sofware has crashed and needs reinstallation. Please suggest how can I take back up of my source files. I am unable to open the application and i can not locate the library backup folder on my local machine.
    Also, does reinstallation takes the back up automatically or the files will be lost. Please help.

    Here are a bunch of scripts to get folder size under all circumstances.  Take your pick.
    https://gallery.technet.microsoft.com/scriptcenter/site/search?query=get%20folder%20size&f%5B0%5D.Value=get%20folder%20size&f%5B0%5D.Type=SearchText&ac=2
    ¯\_(ツ)_/¯

  • Running Captivate 8 on a Macbook and I am unable to import Powerpoint 2011 (which is up to date) files or slides.  I get an error saying that either the file is damaged or I am using an older version of PP....which is not the case.

    Running Captivate 8 on a Macbook and I am unable to import Powerpoint 2011 (which is up to date) files or slides.  I get an error saying that either the file is damaged or I am using an older version of PP....which is not the case.  I tried creating a very simple PP file with just a few words on one slide...ran a compatibility check and all was good.  Still could not import that simple slide into Captivate.

    OK...found out it did not like me saving as a *.pptx.  When I save it as a *.ppt file it imported in correctly.  Is this what I will need to do moving forward?  I am not sure if I am losing any functionality in the process...

  • Using Smartview for OBIEE -  Unable to import chart view

    Hi Experts,
    I am using Smartview as office tool for OBIEE. But i am unable to import anything except table view in excel.  When i try to import a basic chart view i am getting a error saying
    Exception of type 'JBIPS.Common.JBIPSException' was thrown
    but i am able to import them as images. Please advice.
    Thanks,
    Ram

    Hi Ram,
    The issue has been identified as a Bug
    Bug 18117097 - SMARTVIEW : EXCEPTION OF TYPE 'JBIPS.COMMON.JBIPSEXCEPTION' WAS THROWN
    It has been addressed in Patch 18057570: BI BUNDLE PATCH 11.1.1.7.140225.
    thanks,
    LB

Maybe you are looking for

  • Partial/residual

    what is the difference between in partial payment/ and residual payment?

  • How to add auto-action video under text

    hi all, does anyone have any experice how to implement any auto-action to a video which is lying under the entire text (as a background)? I would be happy if someone could explain how to do this. we´ve released a hardpaper book for children, and we w

  • Application Module

    What is the use of application module in ADF? Please don't give book definitions. Possible please explain with some example. Thanks.

  • What is the shortcut to insert rows in Numbers?

    I know I can use the arrow on the row number to insert rows, but I need to insert a bunch of rows.  What is the keyboard shortcut to insert rows?  I don't understand what the screen tip says is the shortcut. Thanks for your help

  • Question regarding homepage framework...

    Hi guys... My brain just died on me and I failed trying to achieve the following: Given: 1. Workset with lots of fancy Portal objects 2. Page_A 3. Page_B 4. Workset_A consisting of deltalinked (2), deltalinked to (1) 5. Portal Role A, consisting of d