Is it able to create a local dict. structure from abap-ddic information?

hi,
i try to import an abap-ddic structure to my local java dictionary. How is this possible? Or is it only possible to create an structure via an rfc-import?
how can i create a structure automatically as it is in abap without using a corresponding rfc?
kr, achim

I did a couple of previous iterations where I Reader-enabled the form, but I did not do that on this form, nor did I set any sort of security on the document.  I imported the document from Word, added text fields, changed formatting on the fields, and some other basic things, then saved and exited.  I went back into the form to test, filled out the necessary fields, signed using my signature (which prompted me to 'Save As' a different file name), I printed the document, then attempted the Distribute.  The dialog opened and allowed me to enter email addresses of those to whom I wish to send the document.  At this point, I attempted to use both Acrobat.com and my own personal email box on separate occasions to compile the test responses.  After everything was set, I tried to send it to my recipients, and that is when I get the error messages.

Similar Messages

  • Create a Tree Node Structure from XML

    Hi
    We have a requirement where we have an XML file we want to create the Tree Node structure from the XML can anyone help out on this
    We are referring to the following blog but in that it is coming from KM content and we require the tree structure to form from a XML file
    http://wiki.sdn.sap.com/wiki/display/Snippets/SmartNavigationTreeforKM+Folders
    Can anyone help me
    Regards
    JM

    Hi,
    Could you elaborate a litle more exacly what you need to do?
    I found the link http://help.sap.com/saphelp_470/helpdata/en/86/8280db12d511d5991b00508b6b8b11/content.htm that maybe assist you.
    Please remember to evaluate the replays, this incentive the SDN to keep growing,
    regards,
    Fabio

  • Creating Macros in MS word from ABAP

    How to create a macro in MS word from ABAP code.I want to generate tables dynamically in Word using Macro from the data generated by the code.
    Regards,
    Sinu.

    Hi Mathew
    Better is create a macro in MS Word and calling the macreo frol ABAP.
    Check my macros below.
    1. A macro to create a table
    Public Function CreateTables(Rows As Integer, Cols As Integer, Width1 As Double, _
                                 Width2 As Double, Width3 As Double, Width4 As Double, _
                                 Width5 As Double, Width6 As Double, Width7 As Double)
    ' CreateTables Macro
    ' Macro created 2007-06-11 by WINUEL SA
        Dim oRange As Word.Range
        Dim oTable As Word.Table
        Set oRange = ActiveDocument.Bookmarks("bmT01").Range
    '   Add table to range of bookmark (oRange)
        Set oTable = ActiveDocument.Tables.Add(Range:=oRange, _
        NumRows:=Rows, _
        NumColumns:=Cols, _
        AutoFitBehavior:=wdAutoFitFixed)
        ActiveDocument.Tables(1).Columns(1).Width = CentimetersToPoints(Width1)
        ActiveDocument.Tables(1).Columns(2).Width = CentimetersToPoints(Width2)
        ActiveDocument.Tables(1).Columns(3).Width = CentimetersToPoints(Width3)
        ActiveDocument.Tables(1).Columns(4).Width = CentimetersToPoints(Width4)
        ActiveDocument.Tables(1).Columns(5).Width = CentimetersToPoints(Width5)
        ActiveDocument.Tables(1).Columns(6).Width = CentimetersToPoints(Width6)
        ActiveDocument.Tables(1).Columns(7).Width = CentimetersToPoints(Width7)
    End Function
    2. A macro to fill table
    Public Function FillTabRowNo2(RowNo As Integer, S1 As String, S2 As String, S3 As String, _
                                 S4 As String, S5 As String, S6 As String)
        ActiveDocument.Tables.Item(1).Cell(RowNo, 1).Range.Text = RowNo
        ActiveDocument.Tables.Item(1).Cell(RowNo, 1).Range.Paragraphs.Alignment = Alig2
        ActiveDocument.Tables.Item(1).Cell(RowNo, 2).Range.Text = S1
        ActiveDocument.Tables.Item(1).Cell(RowNo, 3).Range.Text = S2
        ActiveDocument.Tables.Item(1).Cell(RowNo, 4).Range.Text = S3
        ActiveDocument.Tables.Item(1).Cell(RowNo, 5).Range.Text = S4
        ActiveDocument.Tables.Item(1).Cell(RowNo, 5).Range.Paragraphs.Alignment = 2
        ActiveDocument.Tables.Item(1).Cell(RowNo, 6).Range.Text = S5
        ActiveDocument.Tables.Item(1).Cell(RowNo, 6).Range.Paragraphs.Alignment = 2
        ActiveDocument.Tables.Item(1).Cell(RowNo, 7).Range.Text = S6
        ActiveDocument.Tables.Item(1).Cell(RowNo, 7).Range.Paragraphs.Alignment = 2
    End Function
    best regards
    John

  • I want to be able to create an editable Evernote note from a PPT presentation, preserving the Speaker Notes at the bottom of each slide, while making that text still editable.  Can I use automator to copy/paste each slide/notes into Evernote?

    I can print the PPT as a PDF with speaker notes but this makes it into an attachment when adding to Evernote which for some reason makes the text on each slide/image unsearchable and it just makes the whole file too big (which in many cases violates Evernote's 100 MB file size limit).
    I have been researching how to convert the PPT to a Word document, but apparently Microsoft got rid of that feature in the version that I have (14.3.9) because it was too unweildy and just didn't always work like it was supposed to.
    I don't have any experience with coding (very limited html coding), but it seems to me like this would be a very simple thing to do with Automator where I could just specify the new PPT that I received, click run, and voila! have an Evernote note with each slide followed by its speaker notes in text format so that I could add/delete/edit them as I please as I'm working through them for school.
    Any help would be greatly appreciated!  Thanks!

    I can print the PPT as a PDF with speaker notes but this makes it into an attachment when adding to Evernote which for some reason makes the text on each slide/image unsearchable and it just makes the whole file too big (which in many cases violates Evernote's 100 MB file size limit).
    I have been researching how to convert the PPT to a Word document, but apparently Microsoft got rid of that feature in the version that I have (14.3.9) because it was too unweildy and just didn't always work like it was supposed to.
    I don't have any experience with coding (very limited html coding), but it seems to me like this would be a very simple thing to do with Automator where I could just specify the new PPT that I received, click run, and voila! have an Evernote note with each slide followed by its speaker notes in text format so that I could add/delete/edit them as I please as I'm working through them for school.
    Any help would be greatly appreciated!  Thanks!

  • Creating datetime in XML format from ABAP

    Hello All:
         I have a ABAP program that creates an XML file and everything is fine. I just need one date field in XML to conform to W3CC standard (EX: 2006-12-01T10:53:05.2170000). I need datetime in the format "2006-12-01T10:53:05.2170000". How do I acheive this in ABAP?
    Thanks.
    Mithun

    That seems to be easy:
    DATA:
      lv_timestamp  TYPE timestampl,
      lv_xml_date   TYPE string.
    GET TIME STAMP FIELD lv_timestamp.
    CONCATENATE lv_timestamp+0(4)
                lv_timestamp+4(2)
                lv_timestamp+6(2)
      INTO lv_xml_date
      SEPARATED BY '-'.
    CONCATENATE lv_xml_date
                'T'
      INTO lv_xml_date.
    CONCATENATE lv_timestamp+8(2)
                lv_timestamp+10(2)
                lv_timestamp+12(2)
      INTO lv_xml_date+12(8)
      SEPARATED by ':'.
    CONCATENATE lv_xml_date
                lv_timestamp+5(7)
      INTO lv_timestamp
      SEPARATED BY '.'.
    Reward points, if reply is applicable
    Edited by: Mike Schernbeck on Jan 30, 2008 9:24 PM

  • Creating a text file output from ABAP

    Hi
    I'm trying to create a comma delimited text file by using ABAP code
    Could someone please help me with my coding in the following areas or is there better coding to do it:
    1)Is there a way  to move the entire Customer file KNA1 into my text file instead of doing it field by field.
    2)How can I do the comma seperation correctly?
    REPORT  ZTEXTFILE.
    data: lt_kna1 type table of kna1.
    data: ls_kna1 type kna1.
    data: lv_filename type string value 'ztest.txt'.
    select * from kna1 into table lt_kna1.
    open dataset lv_filename for output in text mode encoding default.
    IF sy-subrc <> 0.
      WRITE :/ 'ERROR'.
      EXIT.
    ENDIF.
    loop at lt_kna1 into ls_kna1.
    transfer ls_kna1-kunnr  to lv_filename.
    transfer ';' to lv_filename.
    transfer ls_kna1-name1 to lv_filename.
    transfer ';' to lv_filename.
    endloop.
    close dataset lv_filename.
    WRITE :/ 'DONE'.
    Many thanks
    Gerhard

    REPORT ZTEXTFILE.
    data: lt_kna1 type table of kna1,
            ls_kna1 type kna1,
            lv_filename type string value 'ztest.txt',
            lv_file type string.
    select * from kna1 into table lt_kna1.
    open dataset lv_filename for output in text mode encoding default.
    IF sy-subrc ne 0.
    WRITE :/ 'ERROR'.
    EXIT.
    else
    loop at lt_kna1 into ls_kna1.
    CONCATENATE ls_kna1-kunnr ls_kna1-name1 into lv_file separated by ','.
    transfer lv_file to lv_lilename.
    clear lv_file.
    endloop.
    close dataset lv_filename.
    endif.
    WRITE :/ 'DONE'.
    Try this out, should do the trick. Also, may i suggest not using '*' in your select statement and fetch data only for the fields you wish to have in your text file after filtering using a where Claus. It would greatly improve performance.
    Edited by: AJ Nayak on Feb 9, 2012 11:05 AM

  • Create and open Crystal Reports from ABAP program

    Hello,
    Let me explain the scenario with a simple example.
    In my ABAP program, I have the entries of table MARA in an internal table. I want to now create a crystal report through ABAP, and display the result in a .rpt file programatically.
    Could you please provide some pointers?
    Regards,
    Suraj

    Hi,
    I think this can done through the BW development or we can use the XI.
    Pls refer to this link
    Crystal reports
    Thanks & Regards,
    Chandralekha.

  • Create EJB and call it from ABAP

    Hi all,
    I have written a stand-alone-Java application, which should be converted into a web application, which has no gui.
    This application should be triggered by a abap-program.
    Following questions, do I have to write a servlet and a ejb or is it possible to call the ejb directly from the abap-program?
    What do I have to do make an outbound call from abap?
    Thank you for your support.
    Kind regards, Patrick.

    Hi.
    You can call the EJB directly from Abap. XI uses this functionality extensively.
    Follow these steps:
    1)  Deply the bean on the java stack.
    2)  You now need to setup a RFC destination in the JCO RFC Provider service in the j2ee visual adminstrator. Point the Repository section to the application server you want to run the Abap reort on. When you do this the j2ee engine will register itself as a possible RFC destination on this application server.You can choose your own program id...
    3) You then need to goto tran sm59 on the app server where the Abap report is going to run and setup a connection of tcp type to the j2ee machine. Specify the same program id you used in step in the technical settings.
    4) Then just use the bean name when you do the rfc call in the abap report.
    Hope this helps if U have not done it yet.

  • Not able to create interactive pdf

    Hello everyone,
    I'm not able to create an offline pdf using exclusively ABAP. I tried using the tutorial "Offline Interactive Forms Using ABAP" but i'm missing something. I allready created the form using transaction SFP, and my ABAP program is like this:
    REPORT ztest_interactive_forms.
    DATA: wa_lfa1 LIKE lfa1.
    DATA: fm_name TYPE funcname.
    DATA: fp_outputparams TYPE sfpoutputparams.
    DATA: fp_docparams TYPE sfpdocparams.
    DATA: fp_formoutput TYPE fpformoutput.
    PARAMETERS: p_lifnr LIKE lfa1-lifnr.
    START-OF-SELECTION.
    SELECT SINGLE lifnr name1 name2 ort01 FROM lfa1 INTO CORRESPONDING FIELDS OF wa_lfa1 WHERE lifnr = p_lifnr.
    first get name of the generated function module
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
    EXPORTING
    i_name = 'ZTEST_NCS'
    IMPORTING
    e_funcname = fm_name.
    Set output parameters and open spool job
    fp_outputparams-nodialog = 'X'. " suppress printer dialog popup
    fp_outputparams-getpdf = 'X'. " launch print preview
    CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
    ie_outputparams = fp_outputparams
    EXCEPTIONS
    cancel = 1
    usage_error = 2
    system_error = 3
    internal_error = 4
    OTHERS = 5.
    Set form language and country (->form locale)
    fp_docparams-langu = 'E'.
    fp_docparams-country = 'US'.
    fp_docparams-fillable = 'X'.
    Now call the generated function module
    CALL FUNCTION fm_name
    EXPORTING
    /1bcdwb/docparams = fp_docparams
    vendor_data = wa_lfa1
    IMPORTING
    /1bcdwb/formoutput = fp_formoutput
    EXCEPTIONS
    usage_error = 1
    system_error = 2
    internal_error = 3
    OTHERS = 4.
    Close spool job
    CALL FUNCTION 'FP_JOB_CLOSE'
    EXCEPTIONS
    usage_error = 1
    system_error = 2
    internal_error = 3
    OTHERS = 4.
    When function module "fm_name" is called, variable fp_formoutput is returned blank (0 pages).
    Can anyone help or suggest something ?
    Thank you in advance,
    Nuno Santos

    Hi,
    The default export parameter is /1bcdwb/formoutput of type
    fpformoutput. This parameter has to be evaluated in the calling program if the
    resulting document needs to be handled by the program itself. Export parameters
    can be added only for those interfaces that are compatible with Smart Forms.
    There is also only one standard exporting parameter of the form's generated
    function module: /1bcdwb/formoutput of type fpformoutput. It contains three
    fields:
    . pdf: Contains the PDF data in hexadecimal form if parameter getpdf of
    function module FP_JOB_OPEN is set to 'X'. This is required if your
    program has a download functionality or if you want to pass on your PDF to
    Business Communication Service to fax or e-mail it.
    Detail information on Business Communication Service can be found in the
    SAP Library, Topic .Generic Business Tools for Application Developers
    (BC-SRV-GBT).. See also standard demo reports BCS_EXAMPLE_...
    . pdl: contains the PDL data in hexadecimal form if parameter getpdl of
    function module FP_JOB_OPEN is set to 'X'.
    . pages: returns the number of pages that have been printed.
    There is also only one standard exporting parameter of the form's generated
    function module: /1bcdwb/formoutput of type fpformoutput. It contains three
    fields:
    . pdf: Contains the PDF data in hexadecimal form if parameter getpdf of
    function module FP_JOB_OPEN is set to 'X'. This is required if your
    program has a download functionality or if you want to pass on your PDF to
    Business Communication Service to fax or e-mail it.
    Detail information on Business Communication Service can be found in the
    SAP Library, Topic .Generic Business Tools for Application Developers
    (BC-SRV-GBT).. See also standard demo reports BCS_EXAMPLE_...
    . pdl: contains the PDL data in hexadecimal form if parameter getpdl of
    function module FP_JOB_OPEN is set to 'X'.
    . pages: returns the number of pages that have been printed.
    Note:
    . getpdf: If set to 'X', the /1bcdwb/formoutput-pdf field of the form's generated
    function module will contain the PDF data in hexadecimal form. This is
    helpful for further processing the PDF file. A preview will not be possible if
    getpdf = 'X'
    Hope this will be helpfull.
    Regards
    Adil
    Edited by: Syed  Abdul Adil on Jun 17, 2008 4:23 PM
    Edited by: Syed  Abdul Adil on Jun 17, 2008 4:24 PM

  • Not able to create pdf

    Hello everyone,
    I'm not able to create an offline pdf using exclusively ABAP. I tried using the tutorial "Offline Interactive Forms Using ABAP" but i'm missing something. I allready created the form using transaction SFP, and my ABAP program is like this:
    REPORT  ztest_interactive_forms.
    DATA: wa_lfa1 LIKE lfa1.
    DATA: fm_name TYPE funcname.
    DATA: fp_outputparams TYPE sfpoutputparams.
    DATA: fp_docparams TYPE sfpdocparams.
    DATA: fp_formoutput TYPE fpformoutput.
    PARAMETERS: p_lifnr LIKE lfa1-lifnr.
    START-OF-SELECTION.
      SELECT SINGLE lifnr name1 name2 ort01 FROM lfa1 INTO CORRESPONDING FIELDS OF wa_lfa1 WHERE lifnr = p_lifnr.
    first get name of the generated function module
      CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
          i_name     = 'ZTEST_NCS'
        IMPORTING
          e_funcname = fm_name.
    Set output parameters and open spool job
      fp_outputparams-nodialog = 'X'. " suppress printer dialog popup
      fp_outputparams-getpdf = 'X'. " launch print preview
      CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
          ie_outputparams = fp_outputparams
        EXCEPTIONS
          cancel          = 1
          usage_error     = 2
          system_error    = 3
          internal_error  = 4
          OTHERS          = 5.
    Set form language and country (->form locale)
      fp_docparams-langu = 'E'.
      fp_docparams-country = 'US'.
      fp_docparams-fillable = 'X'.
    Now call the generated function module
      CALL FUNCTION fm_name
        EXPORTING
          /1bcdwb/docparams  = fp_docparams
          vendor_data        = wa_lfa1
        IMPORTING
          /1bcdwb/formoutput = fp_formoutput
        EXCEPTIONS
          usage_error        = 1
          system_error       = 2
          internal_error     = 3
          OTHERS             = 4.
    Close spool job
      CALL FUNCTION 'FP_JOB_CLOSE'
        EXCEPTIONS
          usage_error    = 1
          system_error   = 2
          internal_error = 3
          OTHERS         = 4.
    When function module "fm_name" is called, variable fp_formoutput is returned blank (0 pages).
    Can anyone help or suggest something ?
                                  Thank you in advance,
                                         Nuno Santos

    Does this happen with all ID files or just some files? What OS? Try to create a one work ID file with Times New Roman and let the file contain a single word? Can you create a pdf?

  • SharePoint 2013 On-Prem- Can I limit users of only 1 group should be only able to create OneDrive?

    I have a requirements of limiting users to use onedrive for business site. What I want to do is below
    1) I want to configure in such a way that not all users should be able to create their personal site
    2) only members of a particular AD group should be able to create oneDrive?
    Is this possible? and how?

    You can do this by editing the permissions in the User Profile service application.  Access the User Profile service in Central Admin.  Click on the Manage User Permissions link in the first set of links on the manage user profile page.  By
    default the groups listed have all three permissions.  Remove the Create Personal Site permission from all the existing groups.  Now add the AD group that you want to be able to create personal MySites (OneDrive) and give them all three permissions.
     Click OK.
    This won't affect any existing users that already created mySites (OneDerive).  But only members of the AD group you gave permission to will be able to create OneDrive for business sites from then on.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Deny local admin users from logging on (or at least restrict them)

    I have a fully managed environment (AD authentication, using managed preferences from OD) that I am testing before rollout.
    My concern is that once preferences are managed, admin users will be able to create local admin accounts (I can't block the accounts pane otherwise users will not be able to change their passwords), then login and bypass preference management.
    Is there a way for local admin accounts logging on to inherit a default set of preferences that are only applied when a local account (or someone not in one of my directory groups) logs in, or better still - DENY local admins from logging in, or deny anyone from being able to create new local accounts?
    (Please don't suggest denying the users admin rights - it's not possible for political reasons).
    Many thanks in advance!
    FZ.

    There is no root or admin privilege that controls root or admin privilege. You have it, or you don't.
    I've been in exactly this case many years ago, and with replete with the politics of privileges and perceived prestige.
    I ended up documenting the foibles of the privileged folks and the time spent on recovery and restoration and related for each event, and waiting for a sufficient accumulation of same (and that didn't take very long), and I then preemptively yanked the access.
    Yes, the good folks squawked. Loudly. Yes, I got called onto the carpet.
    The Designated Responsible Individual (DRI) was then left to ruminate and make a decision, and (with the assistance of the foibles-related documentation around the efforts and time and costs) made the call. The proffered alternative (with the costs and the design and time estimates ready) with a private subnet or private LAN and private services and and a dedicated firewall configured between the privileged folks and the production LANs to keep the good folks safe and secure. Here's what that'll cost...
    Either way, you've punted the responsibility and the decision up the management chain to the DRI.
    (Oh, wait, did I mention which way that firewall was going to be facing? No? Oops. Bummer.)

  • TF400463 :Can not able to create team project in tfs 2013

    HI
    When am trying to create new project in TFS Collection I cant able to create a project. Since am getting the below error "TF400463 Project Creation failed with error: Object reference not set to an instance of an object"

    Hi
    since the problem not yet solved ... can you share some more details so that I can try it .. find the below error message which am getting ...
    Error Code : TF400463
    <v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe"
    stroked="f"><v:stroke joinstyle="miter"><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0"><v:f eqn="sum @0 1 0"><v:f eqn="sum 0 0 @1"><v:f eqn="prod @2 1 2"><v:f
    eqn="prod @3 21600 pixelWidth"><v:f eqn="prod @3 21600 pixelHeight">
      <v:f eqn="sum @0 0 1">
      <v:f eqn="prod @6 1 2">
      <v:f eqn="prod @7 21600 pixelWidth">
      <v:f eqn="sum @8 21600 0">
      <v:f eqn="prod @7 21600 pixelHeight">
      <v:f eqn="sum @10 21600 0">
     </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas>
     <v:path gradientshapeok="t" o:connecttype="rect" o:extrusionok="f">
     <o:lock aspectratio="t" v:ext="edit">
    </o:lock></v:path></v:stroke></v:shapetype><v:shape alt="cid:[email protected]" id="_x0000_i1025" style="width:723pt;height:275.25pt;" type="#_x0000_t75">
    <v:imagedata o:href="cid:[email protected]" src="file:///C:\Users\arockia_kumar.ITLINFOSYS\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg">
    </v:imagedata></v:shape>

  • Trying to create a local instance of the remote object

    Hi,
    I have a ClassA on which I need to be able to invoke RMI calls. Problem is the interface which ClassA implements does not throw exceptions. To get around this problem I have created a wrapper class ClassWrap which has a ClassA attribute and calls made to ClassWrap are directed to this ClassA object. A facade type design I think it's called.
    ClassWrap implements Remote so it can be used as a Remote object.
    When I create an instance of ClassWrap and deploy it on a server, my client has no problem communicating with the remote ClassWrap object via a remote stub ClassWrap_Stub.
    Problem is I also want my client to be able to use a local instance of ClassWrap. Whan I try to create an instance of ClassWrap in my client I get a remote Exception ... but !! when I have a ClassWrap_Stub object in my classpath then there is no problem creating a ClassWrap object.
    Any ideas why this happens?

    What you are trying to do should work just fine. Do you have the wrapper class file in your client jar?

  • EPM Error while creating a local connection

    Hello everyone,
    I am a Dashboards designer and am new to BPC 10 MS. I am working on a dashboard that connects to BPC 10 MS to retrieve data via the EPM Connector. For this a 'Local' connection type must be used when creating the report in the Excel sheet using the EPM Add-In. I tried to create one but am facing a curious error which does not seem to be a known issue. I have installed the ODBO Client and therefore can create a local connection of type 'SAP BusinessObjects Planning and Consolidation'. Once I select this provider I entered my application server name and chose Windows Authentication for BPC MS as I have the service account credentials. I encountered an EPM - General error with the following text: Error while communicating with the server. Details: Framework message: Authorization failed. This error shows even if I'm using Excel and not Dashboards. If I use a different connector, I am able to access all the BPC data just fine. However, with local type (which is needed for the dashboard connector) it just doesn't work. I tried reinstalling the EPM Add-In as well as the EPM Connector without any change to the error.
    I am using Win7 32-bit, Excel 2010 32-bit, ODBO Client SP12, EPM Excel Client SP16 Patch 1, BPC 10 MS server SP08, Dashboards 4.1 SP1.
    Has anyone come across this before? Any help would be great as I'm very much stuck at this point.

    Hi Deena,
    This error:
    "[2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub"
    is known issue
    Go to metalink, article: Unable To Connect To OVD 11g Webinterface Using ODSM. [ID 1282757.1]
    You need to apply that patch.
    I hope this helps,
    Thiago Leoncio.

Maybe you are looking for