Create a DocumentReference in GW8

Hello
I try to switch our dev (VBscrit, VB6 and .Net) from GW 6.5/7.03 to GW 8.0.0
I have got a bug
Here is my code whitch work fine before GW 8.0
path = "C:\somefile.txt"
set DocNew = MyLibrary.documents.Add(Path,"Document")
Set MailObjRef = MyAccount.DocumentsFolder.Messages.Add("GW.MESSAGE .DOCUMENTREFERENCE", DocNew, 1)
Error unknown for the .add
Any one have an idea or clue ?
Regards
L.P. Irovetz
Arcane GroupWare

I created a bug to investigate the problem.
>>> On Thursday, July 15, 2010 at 6:16 AM,
LPIROVETZ<[email protected]> wrote:
> Yes Path is my variable
> The probleme is not in .add in library. It works well even with 'path'
> The problem occurs in .Messages.Add("GW.MESSAGE.DOCUMENTREFERENCE",
> ..) witch seem to be broken or needed another syntax
>
>
>
> Preston Stephenson;1999104 Wrote:
>> Do you really have "path" and "Path" as variables?
>>
>> >>> On Wednesday, July 14, 2010 at 4:16 PM,
>> LPIROVETZ<LPIROVETZ@no‑mx.forums.novell.com> wrote:
>>
>> > Hello
>> >
>> >
>> > I try to switch our dev (VBscrit, VB6 and .Net) from GW 6.5/7.03 to
>> GW
>> > 8.0.0
>> > I have got a bug
>> >
>> > Here is my code whitch work fine before GW 8.0
>> >
>> > path = "C:\somefile.txt"
>> > set DocNew = MyLibrary.documents.Add(Path,"Document")
>> > Set MailObjRef =
>> >
>> MyAccount.DocumentsFolder.Messages.Add("GW.MESSAGE .DOCUMENTREFERENCE",
>> > DocNew, 1)
>> >
>> > Error unknown for the .add
>> >
>> > Any one have an idea or clue ?
>> >
>> > Regards
>> > L.P. Irovetz
>> > Arcane GroupWare

Similar Messages

  • [TUTORIAL+KB] How to create an EML export mechanism in GW8

    Hello there folks!
    I'm pretty new to the topic of C3PO, GW and all the Novell stuff and one of my tasks was to "code an export mechanism for GW8 thats lats us save e-mails to our storage system". Ok, that was a hammer. But wrapping my head around it and starting to error out the things got me pretty far and I guessed it was tutorial material. So here we go:
    @Moderators: Please don't delete this. I need some time to wrap it all up.
    This tutorial is intendend for C# only. I don't like VB and I'm too dumb for C++ so if you need it for another dialect you need to work it out your self.
    Agenda:
    Needed packages
    C3PO wizard
    Loading to Visual Studio 2010
    Needed Imports/References
    Simple MessageBoxing
    Get Messages and stuff them into Lists
    Export single Messages
    Export multiple messages
    Registering and caching the .DLL
    Testing (please help me with a better way here)
    1. Needed packages
    the novell-gwc3po-devel-2012.11.15.zip file (unzip this after downloading)
    an installed version of Visual Studio 2012 C# (or if you want to work with a different dialect choose another)
    cmd access to some of the registering tools:
    It may be the best thing to set tose paths up in you env variables. Allthough when running the cmd with administrator privileges you can't use regasm from env variables and need to cd to the directory.
    RegAsm (regasm.exe): C:\Windows\Microsoft.NET\Framework\v4.0.30319 (the version depends on the target)
    GACUtil (gacutil.exe): C:\Program Files(x86)\Micrsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\ (this path is also dependent on your target framework version, I chose .NET4)
    StrongName (sn.exe): C:\Program Files(x86)\Micrsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\ (this path is also dependent on your target framework version, I chose .NET4)
    a good beverage :D (you should obtain multiple of these :D)
    2. The C3PO wizard
    Loading to Visual Studio 2010
    Needed Imports/References
    Simple MessageBoxing
    Get Messages and stuff them into Lists
    Export single Messages
    Export multiple messages
    Registering and caching the .DLL
    Testing (please help me with a better way here)

     can see it in the screenshot8 there is a function called "_Z8AddierenddPd" instead of "Addieren". I copied this name to Labview (see screenshot9) and it worked.
    I'm sure that there is a way to compile the shared folder with gcc without decorations (mangling). But I don't know how. If someone has a recommendation I would be very glad!
    Prepend each function declaration that you want to be available without name decoration with
    extern "C" <your function declaration>
    Or if you have multiple functions you want to export you can in the header file where you declare your functions simply use:
    #ifdef __cplusplus
    extern "C" {
    #endif
    <all your function declarations>
    #ifdef __cplusplus
    #endif
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Migrating GW8 system to new servers

    Going to be moving a GW system, GW8.0.3, to from SuSE10 to SuSE11. System consists of 2 servers, I running primary and secondary domain with 2 post offices, 2 server runs secondary domain and gwia and webaccess. Their is a server in the dmz running webaccess agent with a purchase certificate. What I plan to do is just scp the data over to the new servers and reinstall and configure the agents on the new boxes. My question has to do with the server in the dmz. We plan to leave it as is, and I was told that all that was needed to do is reinstall the webaccess on the new box and copy the commgr.cfg from the new server to the location on the dmz server so it knows what to point too. No ip addresses are changing as well. Wanted to see if that sounds about right or if I am missing a step to get the webaccess server in the dmz to correctly still work after the migraiton.

    Little more info on issue. GroupWise 8 Webaccess application is running on web server in dmz. The agent runs on the SuSE10 server along with the secondary domain it is associated too. Moving the domain and to new SuSE11 server, so plan was to reinstall the webaccess agent on the new suse11 server and the new commgr.cfg file it creates, copy that to the existing web server and make sure rights are alike. Is there anything else that needs to be done? Just want to make sure I am not missing anything here.

  • Create a rule on mail delivery failure

    Hello,
    Is it possible to create a rule in the Groupwise client, that when a message bounce back (mail delivery failure) from our relay provider, that the email will be forwarded to an internal recipient.
    At the moment I cant get it to work. Moving that bounced email to a folder in Groupwise does work.

    Originally Posted by laurabuckley
    Hi,
    I've just created a rule to test the above scenario and have built the rule as follows:
    When new mail is received and subject contains "mail delivery failure"
    then
    Move mail to folder called Undeliverable
    then
    Forward message as attachment (my preferred forward method to preserve mime header information) to [designated address]
    End Rule Processing
    I've tested the above rule and it works perfectly on my GW8.0.2HP2 system with GW8.0.2HP3 client.
    Perhaps post more details of your rule here and we can assist you with troubleshooting it.
    Cheers,
    I have a very similar issue to this. If I have a bounce back, I want to have that email address extracted to another doc... can be anything... TXT file, Word, Excel.... just something where I can maintain bad emails. Any Ideas anyone?

  • (probably) The last GW8 Netware Server in NYC Query

    i think GW8 on Netware is similar to an iPhone -- it just works! But now i'm being forced to migrate to gw2014 on Linux its about time. Environment: 40 users, 1 domain, 1 post office 1 gwia 1 webaccess. I had gwava 4 on this box but gwava has since been moved to their linux appliance.
    Using Danita's Move guide (for GW2012) and some other internet sources like (http://www.slideshare.net/NOVL/migra...pwise-to-linux) I did the following in a isolated Test vm environment:
    1) installed new suse sp3 server (+1 IP address)
    2) ncp mounted to netware
    3) dbcopy Domain and PO (tested 4 times with agents shutdown. average time 6h 2 min)
    4) installed gw2014 on linux box
    5) choose upgrade an existing domain
    6) then, choose upgrade an existing PO
    7) did not migrate any other agents
    8) create new gwia
    9) Issues with spinning wheel so upgraded to gw2014sp1
    10) all good. one account with 20k emails works ok. As admin: I can add a new user, delete a user. Users can transfer mail between users MTA works -- no problem.
    Q1: What problems should I be looking out for?
    My production system will have gwava (192.168.1.4) on the frontend (appliance) pointing to the old gw8 server (192.168.1.5). When I unload the agents to perform the migration Gwava will hold incoming emails in a queue. The new linux will hold a temporary IP address (192.168.1.6) during the migration. Post migration I wish to change the linux box to the assume the gw8 IP so Gwava and the user clients can find it.
    Q2: Is changing the linux server IP post setup okay? Will any certs be affected?
    So, I'm thinking i should build this system with an incoming and outgoing GWIA. I'm also thinking about re-adding webaccess.
    Q3: How exactly is this incoming and outgoing gwia gateways done? A secondary domain with another vIP on .5?
    Q4: How about the new webaccess? A second secondary domain with another vIP on .5?
    The final reason i'd like to change the linux IP post migration is that I also have datasychronizer and a blackberry BES thrown into the mix.
    Q5: Any concerns now?
    Thanks
    BTW I Love my blackberry

    EBSR PARAMEDIC wrote:
    > Using Danita's Move guide (for GW2012)
    I hate to suggest such a thing, but we do have a specific guide for moving from
    NetWare to GW2014, and it goes over a lot of gotchas! Sounds like you have
    managed to get it working though, but I wanted to mention it in case someone who
    doesn't have the 2012 guide thinks they need THAT one to upgrade to 2014 :-)
    Q2: It's possible to change the IP address, but for me I would actually just
    add the old address as a secondary. As you point out, the server certs would be
    invalid. This isn't a HUGE issue on SLES, but honestly, if you add the
    secondary IP address now, in the future if you ever need to bring up a
    "temporary" server in a pinch, you can easily just "move" the GW IP address
    there. The only possible downside to this is the GWIA. It will listen on the
    secondary, so GWAVA will find it easily, but no matter what it listens on, it
    "sends" on the primary. Thus, you might have to adjust outbound firewall rules
    to allow sending by the new server.
    Q3 - I think that's just a continuation of the discussion for Q2 above.
    Q4 - webaccess no longer requires a domain. There is no WebAccess gateway any
    longer. For that though, if the webaccess server moves to a different server,
    you might need to open firewall ports between the GW server and webaccess (if
    there is a firewall). WebAccess needs to have access to ports 7191, 8301 and
    8400 on the GW server.
    Hope that helps.
    Danita
    Novell Knowledge Partner
    Are you a GroupWise Power Administrator? Join our site.
    http://www.caledonia.net/register
    If you find this post helpful and are logged into the web interface,
    show your appreciation and click on the star below...

  • GW8: All newlines disappear when trying to forward a modified email

    Hello,
    we have encountered a weird behavior working with the Groupwise 8 Object
    API. We have created an email and added it to a mailbox, also adding an
    attachment (the behavior doesn't appear when the attachment is not
    added). When we access that email in the Client, everything is as it
    should be. But when we try to forward the email in text (as opposed to
    forwarding it as an attachment), all newlines from the text of the email
    are removed, both when seen in the HTML- or the PlainText-View. If the
    email is forwarded as an attachment, everything is fine, though.
    This behavior does not occur in Groupwise 7, though.
    Any ideas why this might happen?
    Thanks in advance!
    Best regards, Martin Schmidt.

    Unfortunately, that did not alleviate the problem. In response to the
    answer from the developer, we implemented the following code:
    Attachment a = null;
    if (GWAcc.Application.MajorVersion >= 8) {
    Attachments2 l_O_GW8Attachments = (Attachments2)draftmsgAttachments;
    if (attach.DisplayName.ToLower().Equals("text.htm")) {
    a = l_O_GW8Attachments.AddEx(attach.LocalFilePath,
    attach.DisplayName, "text/htm", null);
    } else {
    a = l_O_GW8Attachments.AddEx(attach.LocalFilePath,
    attach.DisplayName, AttachmentTypeConstants.egwFile,
    null);
    Still the newlines disappeared after forwarding the mail.
    I have submitted a message showing this behavior which was created using
    the code above to the developer.
    Preston Stephenson wrote:
    > The developer replied with:
    >
    > "When adding the HTML attachment use AddEx passing in "text/htm" for the
    > content type. The problem should go away then"
    >
    > Preston
    >
    >>>> On Tuesday, October 20, 2009 at 8:15 AM, Preston
    > Stephenson<[email protected]> wrote:
    >> I gave the email to a client developer.
    >> He could not recreate the problem. I'm
    >> not sure where to do next.
    >>
    >>>>> On Friday, October 16, 2009 at 4:02 AM, Martin
    >> Schmidt<[email protected]> wrote:
    >>> I just did. :‑) The subject is "Wtrlt: Test Vermischter Text
    >>> 20091015_7", and it comes from the email address "[email protected]"
    >>>
    >>> Best regards, Martin Schmidt.
    >>>
    >>> Preston Stephenson wrote:
    >>>> Can you forward / send an email to me that
    >>>> demonstrates the problem?
    >>>>
    >>>>>>> On Thursday, October 15, 2009 at 8:13 AM, Martin
    >>>> Schmidt<[email protected]> wrote:
    >>>>> Hello,
    >>>>>
    >>>>> we have encountered a weird behavior working with the Groupwise 8
    > Object
    >>>>> API. We have created an email and added it to a mailbox, also adding
    > an
    >>>>> attachment (the behavior doesn't appear when the attachment is not
    >>>>> added). When we access that email in the Client, everything is as it
    >>>>> should be. But when we try to forward the email in text (as opposed to
    >
    >>>>> forwarding it as an attachment), all newlines from the text of the
    > email
    >>>>> are removed, both when seen in the HTML‑ or the PlainText‑View. If
    >> the
    >>>>> email is forwarded as an attachment, everything is fine, though.
    >>>>>
    >>>>> This behavior does not occur in Groupwise 7, though.
    >>>>>
    >>>>> Any ideas why this might happen?
    >>>>>
    >>>>> Thanks in advance!
    >>>>>
    >>>>> Best regards, Martin Schmidt.

  • Exchange 2007 to GW8 migration ?

    Anybody knows how to do that ?
    Is it possible as of today ?
    Jerzy

    Originally Posted by clausbc
    Hi,
    did this come out with success?
    Yes, it did. We used the migration utility with Exchange 2007 and Groupwise 7.0.3 and set up forwarding on Groupwise and Exchange servers fine. There was no public folders for migration but everything else (what was suppose to migrate like this, see docs) went fine.
    Originally Posted by clausbc
    - Where is this migration utility?
    Novell Doc: GroupWise Migration Utilities - Table of Contents
    GroupWise 7 Migration Utility Support Pack 1 for Microsoft Exchange
    - Can Exchange contacts be migrated?[/QUOTE]
    All Exchange contacts were migrated as well. Even better, if you're not migrating all users at once the utility will create an external domain with not yet migrated users as external users (not entities!) so they will be visible in Groupwise system address book and will then deliver emails for those user to Exchange.
    So, it's a bit off topic as it's not GW8 but GW7.
    Igor

  • How to set Default Mailing Address in GW8 using C3PO objects

    I am just migrating to GW8 and trying to set the default mailing address for a contact programatically using AddressBookEntry object from VB code using
    C3Po ClientState and related properties. I am using IGWAccount9 object and creating a new addressbookentry object using the AddressBookEntries.Add object. To this new object, i set a value to the DefaultMailingAddress Property. I am not thrown an exception but the value does not get set also.
    Thanks in advace for your help.
    -JP

    I am just migrating to GW8 and trying to set the default mailing address for a contact programatically using AddressBookEntry object from VB code using
    C3Po ClientState and related properties. I am using IGWAccount9 object and creating a new addressbookentry object using the AddressBookEntries.Add object. To this new object, i set a value to the DefaultMailingAddress Property. I am not thrown an exception but the value does not get set also.
    Thanks in advace for your help.
    -JP

  • EnvNetworkLoginID() crashes GW8 client?!

    Hi,
    just tested an application of mine, which runs well under 7.x, but crashes the client
    under 8.0.0 HP2.
    After debugging I realized that the token "EnvNetworkLoginID()" is the "bad boy".
    Can anybody confirm that behaviour under GW8?
    cheers,
    Markus

    Okay, no reply yet.
    Here's what I've found after continuing to beat my head against this wall.
    The mailbox I'm using is 23% used. I have approximately 1200 items in the mailbox. There are approximately 100-150 items marked as Read Later.
    I created another folder to hold items and moved all of the items from mailbox into there. (folder called: oldMailbox) I then moved back 10 items at a time testing the QuickFilter. I was able to finally successfully use the QuickFilter with 10 items in Mailbox. I continued to get successful QuickFilters with 20, 30 and 40 items in Mailbox. When I tried 50 items in Mailbox it errored and closed Groupwise altogether. I don't see anything wrong with the items as they are normal e-mails with some containing attachments (spreadsheets and such).
    It seems like I'm missing something. Am I missing reading the requirement for using QuickFilter as a folder with only 40 items in it? Is this a documented restriction? Am I missing a run time library for Groupwise? Do I need to tell all of my users that when using a HP ProBook 6565b that they cannot have more than 40 items in Mailbox?
    Any Novell Devs out there?
    Processor: AMD A4-3320MX APU with Radeon(tm) HD Graphics 2.10 GHz
    Installed memory (RAM): 4.00GB (2.48 GB usable)
    System type: 32-bit Operating System
    Is this process too fast for the app? or am I missing a co-processor?
    Any ideas, anybody? Just need a bone tossed my way....

  • Error while Creating Presentation variable

    Hi,I am new to OBIEE
    I am facing this error:
    "A numeric value was expected (received "max("Sales Measures".Dollars)").
    Error Details
    Error Codes: EHWH2A7E"
    1.I am using paint rpd.I want to use presentation variable.
    2.So i took two column in criteria 1.Region 2. Dollars
    3.In Dollars edit formula ,I created presentation variable i.e. @{Doller_presentation}{max("Sales Measures".Dollars)} in the column formula.
    4.And In the same column i use filter
    Add ->presentation variable->variable exp =Doller_presentation and default =max("Sales Measures".Dollars)
    5.I have added this request on dashboard page,but error is coming.
    6.Also i have created dashboard prompt,
    Set presentation variable to "Doller_presentation"
    and in column formula :@{Doller_presentation}{max("Sales Measures".Dollars)}
    and took that prompt on the same dashboard page.
    so promt with 2 values are coming.1.All choces 2.13087528..may be ths is max value of dollar but on click its showing error as
    "Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 42021] The query does not reference any tables. (HY000)
    SQL Issued: SELECT 13087529 FROM Paint ORDER BY 1"
    I am confuse abt use of presentation variable
    Please Help,
    Thanks
    Kapil
    [email protected]
    Edited by: user13098263 on May 9, 2010 10:58 PM
    Edited by: user13098263 on May 9, 2010 11:01 PM
    Edited by: user13098263 on May 9, 2010 11:02 PM
    Edited by: user13098263 on May 9, 2010 11:04 PM

    Hi Rachit
    You answered my doubt.This one really works . Thanks a lot !
    But i have one more doubt i.e if have created the Presentation variable in the dashboard prompt and I want to use it in a report
    i.e the scenario is If I have created a new column i.e " Revised Salary " in the Presentation Services and want the values to be entered there dynamically upon end users choice. For ex the end user selecrts value of 1 then the report would display an increament of 500 to all the employees in the " Revised Salary " column and if the end user select value of 2 .. the report would display a decrement of 500 in the " Revised salary column".
    I am getting the following error :
    ========================================================================
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59001] Binary Logical operation is not permitted on VARBINARY, INTEGER operand(s). (HY000)
    SQL Issued: SELECT "D0 Time"."T05 Per Name Year" saw_0, "D2 Market"."M04 Region" saw_1, "D4 Product"."P01 Product" saw_2, "D1 Customer"."C1 Cust Name" saw_3, "F1 Revenue"."1-01 Revenue (Sum All)" saw_4, CASE WHEN 0='1' then "F1 Revenue"."1-01 Revenue (Sum All)" +500 else "F1 Revenue"."1-01 Revenue (Sum All)" - 500 end saw_5 FROM "Sample Sales" ORDER BY saw_0, saw_1, saw_2, saw_3
    ========================================================================
    Please NOTE : The column on which I want to do an increament is : "F1 Revenue"."1-01 Revenue (Sum All)"
    Thanks

  • Error while creating a Characteristic Variable with Replacement Path

    Hi all,
        I am trying to create the Characteristic Variable ZVLOWDT (Low Date') with Replacement Path on characteristic ZSTARTDT (Start Date) and it gives the error 'Source to replace 'Low Date' is not defined.
       I have created a User Entry Variable VAR_DATE (Start Date) with interval like '01/01/2009 - 01/15/2009'  and  Customer Exit variable ZVCPDAY (does some calculation based on the input of VAR_DATE) on the same ZSTARTDT characteristic. I want to get the 01/01/2009 (lower range date of the selection) into this Characteristic Variable ZVLOWDT. We are in BI 7.0 and the following are it's properties:
    General Tab:
    Description: Low Date
    Technical Name: ZVLOWDT
    Type of Variable: Characteristic Value
    Processing by: Replacement Path
    Reference Characteristic: ZSTARTDT Start Date
    Details Tab:
    Variable Represents : Single value
    Variable is: Mandatory
    Variable is Ready for Input : unchecked
    Replacement Path Tab: Replacement Rule
    Replace Variable with : Variable
    Variable : VAR_DATE
    Replace with : KEY
    Why I am getting this error, PLEASE ?
    Thanks,
    Venkat.

    Hi Khaja,
       We could derive a Variable value from another Variable with out Customer Exit. There is a white paper.
    First have the User Entry Variable (ZV_X) and it accepts the date range like '01/01/2009 - 01/31/2009'. Next create the Characteristic variable (ZV_Y) of Replacement Path for which source variable will be ZV_X and we could get the 'FROM Date' (01/01/2009) from the selection (ZV_X) into it (ZV_Y).
    While creating the Characteristic variable (ZV_Y) of Replacement Path, I didn't find my newly created ZV_X variable in the list of available variables under 'Variable' header in 'Replacement Path' tab and it is causing the error  'Source to replace variable ZV_Y is not defined'. How could I create the Characteristic variable of Replacement Path, PLEASE ?
    Thanks,
    Venkat.

  • I create a birthday calendar in iCal and then click on it in iphoto at the begining of the calendar project each year.  Some how the birthday did not populate the photo calendar.  Is there a way to add the birthday iCal calendar into the calendar project?

    I created a birthday calendar to use in iphoto for calendar.  When a new calendar project is started each year, I click on it in.  Some how the birthday did not populate the photo calendar this year.  The photo calendar is almost complete.  Is there a way to add the birthday iCal calendar into the calendar project? I would prefer not to start over.

    Hi,
    If you first select the calendar on the left, so that its background is highlighted blue/grey, when you make a new events they should be added to that calendar.
    Best wishes
    John M

  • Is there a way to create a year at a glance with detail and print?

    Is there a way to create a year at a glance with detail and print?

    To do what Dave indicated you need to do, it depends on what version of Acrobat you have:
    Acrobat 8: Advanced > Enable Usage Rights in Adobe Reader
    Acrobat 9: Advanced > Extend Features in Adobe Reader
    Acrobat 10: File > Save As > Reader Extended PDF > Enable Additional Features
    Acrobat 11: File > Save as Other > Reader Extended PDF > Enable More Tools (includes form fill-in & save)
    I wonder what it will be next time?

  • How can I create a new iCloud account for a familiy member having a new iDevice and reuse one of my aliases for it

    Hi there,
    I moved into iCloud from the very beginning and started with one iCloud account for me and my family, making use of email aliases for family members. Now the number of personal iDevices grows and I want to create a new and separate iCloud Account for my son. The pity is, that I reserved his full name already as alias address on my initial iCloud account. If I now delete this alias, can I create a new account with the former alias as new primary email address?
    Or is there at least any transfer procedure supported for aliases between different accounts?
    Thanks for your help, lauterbachj

    Couldn't agree more... the folks who are getting penalized for this are the early adopters of .Mac/iCloud dating from the days when the only way to implement a "family" account was to use aliases. Now all my kids' / my wife's name aliases sit in my account, unable to move. I guess the good news is that if I delete them nobody else will get them, but this seems a pretty poor consolation.
    Would it really be so difficult to implement a "move this alias to another iCloud account" option that requires the "sender" and "receiver" to exchange some sort of code to implement the transation in order to prevent fraud?

  • Error while creating a new connection in ODSM for OVD

    Hi all,
    I am getting the following error while creating a new connection in ODSM for OVD.
    Error log:
    [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
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by:
    =======
    java.lang.NoClassDefFoundError: Could not initialize class
    com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub
    at com.octetstring.vde.admin.services.client.ServerMgrServiceLocator.getVDEAdminService(ServerMgrServiceLocator.java:58)
    at oracle.ldap.odsm.model.ovd.APServerProxy.connect(APServerProxy.java:248)
    at oracle.ldap.odsm.model.ovd.APServerProxy.authenticateAs(APServerProxy.java:684)
    at oracle.ldap.odsm.model.ovd.APServerProxy.authenticate(APServerProxy.java:286)
    at oracle.ldap.odsm.model.ovd.APServerProxy.init(APServerProxy.java:216)
    at oracle.ldap.odsm.model.ovd.APServerProxy.<init>(APServerProxy.java:198)
    at oracle.ldap.odsm.model.ovd.OVDRoot.connectOVD(OVDRoot.java:185)
    at oracle.ldap.odsm.ui.common.Connection.connect(Connection.java:120)
    at oracle.ldap.odsm.ui.common.Visit.createConnection(Visit.java:663)
    at oracle.ldap.odsm.ui.common.Login.saveChanges(Login.java:215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1245)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    ... 28 more
    How to resolve this issue.Pls suggest me.
    Regards,
    -Deena.

    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