PDK / wwsec_api working in Release 2??

Is the PDK installed with the default installation of the Portal for 9ias release 2 or do we have to install it separately?
I am trying to write a procedure using wwsec_api. It fails to compile, with error "PLS-00201: identifier 'PORTAL.WWSEC_API' must be declared (WWV-17050)".
The code is
l_id := portal.wwsec_api.id(
p_user_name => v_user_name,
p_userguid => null
It also fails with using wwsec_api.id (no portal). The weird thing is that the wwctx_api calls work fine.
Thanks,
Carey

Hi,
The Public APIs with PDK PL/SQL do get installed with Portal9.0.2 installation. But, there have been changes in the package structure & hence changes in API compared to 3.0.9.
So, if you try using some of the 3.0.9 public APIs, they may not work in 9.0.2 portal. The public API doc for 902 in not released yet !
thanks,
Sriram

Similar Messages

  • Does the content area API work with Release 2?

    Does the content area API work with Release 2 yet?

    Release 2 page group APIs will be available in early 2003, in the first PDK version following the 9.0.2.6 (upgrade) release. These APIs will be backward compatible with the 3.0.9 content area APIs.

  • PM Work Order release date.

    Hi guys,
    Where to find the work order release date? In the Header Data, there is no field mentioning about release date. There are only Basic Start/End Date and Malfunction Start/End date.
    Thank You

    Hi Rio,
    Generally that basic start date is date which order is going to be released,
    In Application tool bar There is a "release" button whenever that button is clicked that order is released with the date which is basic start date there is no special space for release order date.

  • Work Order Release Approval workflow

    Hi All,
    I am trying to setup Work Order Release Approval workflow. I have set its AME using supervisory level as the action type. When I tried set work order status, I had to set the department as I set department attribute as its AME condition, and work order status changed into Release - Pending and form become disable.
    Where can the supervisor make his/her approval to relese the pending status?
    I tried the Maintenance Super User page, but it can only review.
    Any help is greatly apprecaited.
    Thank you,
    Iqbal

    HI
    Please post EBS release version da and platform details
    1001759 wrote:
    Hi All,
    I am trying to setup Work Order Release Approval workflow. I have set its AME using supervisory level as the action type. When I tried set work order status, I had to set the department as I set department attribute as its AME condition, and work order status changed into Release - Pending and form become disable.
    Where can the supervisor make his/her approval to relese the pending status?
    I tried the Maintenance Super User page, but it can only review.please see if this helps you
    follow this navigation
    1. eAM
    2. Work Orders > Query for existing unreleased work order.
    3. Release it & submit for approval.
    4. Approve the WO.
    ;) AppsMAsti ;)
    Sharing IS Caring

  • Plug-ins for Release 2 work for Release 3?

    Anybody know if the plug ins available for Release 2 work on Release 3 of Grid Control? I was just wondering if I was limiting my plugin capability if I upgrade to release 3 or not.

    Plugins (usually) are backward / forward compatible (unless otherwise documented).
    Apart from looking at http://www.oracle.com/technology/products/oem/extensions/index.html, you can also look at Note 412431.1 (the certification matrix) to view the plug-ins to EM version match.

  • Redirect_URL...doesn't work in release 2?

    Greetings:
    In a block of PL/SQL code (at the end), I want to send the user to another page (not call a procedure). I've used Redirect_URL successfully in Portal rel 1, but in release 2, it doesn't seem to be working.
    Question: Is there something different about this standard procedure for release 2?
    Here's the actual call:
    -- Redirect user to here
    owa_util.redirect_url('/pls/portal/url/page/Expanets/MART_DEV', TRUE);
    Thanks in advance for any guidance...with best regards,
    Ed in Tampa

    The URL Ed is using is correct in the fact that he is using a Direct Access URL. The problem is not because of pageid. Knowing Ed, he is probably doing it this way because of importing/exporting.
    If anyone else knows something about the redirect, please let Ed and I know.
    Thanks in Advance.
    Bob

  • PR Item Level Release WF not working after Release Strategy change

    Hi Experts,
               I did PR item Level Release Standard Work flow and it was working fine now due to client requirement we changed the release strategy and now when the PR workflow triggers it gives the Below mentioned error.
    I really don't understand y after changing the release strategy workflow is not working and giving the following error.
    Even if i restart the workflow in SWPR the same error is occuring.
    Exception occurred    - Error when starting work item 000000390118
    PROCESS_NODE     - Error when processing node '0000000003' (ParForEach index 000000)
    CREATE                   -  Error when creating a component of type 'Step'
    CREATE_VIA_WFM  -  Agent determination for step '0000000003' failed
    EVALUATE_AGENT_VIA_RULE - Error in resolution of rule 'AC00000148' for step '0000000003'
    AC00000148             -  Object type 'TS' not valid
    Executing flow work item   - Work item 000000390118: Object FLOWITEM method EXECUTE cannot        be executed
    Executing flow work item   - Error when processing node '0000000003' (ParForEach index 000000)
    Regards,
    Hari

    Hello Hari,
    please set a breakpoint at function module
    ME_REL_GET_RESPONSIBLE
    and see what happends in section
        CASE t16fc-frgwf.
    * keine Ermittlung
          WHEN space.
            RAISE nobody_found.
    * Ermittlung über T16fW
          WHEN '1'.
    If using the T16FW-table, it should go to '1', otherwise it may that a user exit under '9' is used. So please check this.
    Best wishes,
    Florin

  • Custom report definition file (.rdf) not working in release 12

    I have created a custom report XXX_VENDORS.rdf and uploaded to the server. While executing the concurrent program, it asks for XXX_VENDORS.rep file. How can I execute an .rdf file in Release 12?

    While executing the concurrent program, it asks for XXX_VENDORS.rep file.rdf files should work with R12. The CM would ask for the .rep if it could not find the .rdf file. Please make sure you have uploaded the file to <PROD>_TOP/reports/<lang> directory.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • File.openWithDefaultApplication()  to open directory not working from release build

    Hi,
    I'm trying to use the File.openWithDefaultApplication() method to open a directory location.  I'm running on Windows 7 Professional 64-bit, but have also tested on Windows XP Professional 32-bit with the same result.
    The method works fine if I run the app from Flash Builder 4 (either run or debug), but when I try it from a release build it doesn't work.  I've exported the release build as a native installer, and I updated the <supportedProfiles> tag in the app's XML to only support "extendedDesktop".  That hasn't changed the behavior, however.
    Here's an example of how I'm calling the method:
            var thedir:File = File.applicationStorageDirectory;
            thedir = thedir.resolvePath("the_directory");
            if (!thedir.exists)
              thedir.createDirectory();
            thedir.openWithDefaultApplication();
    Any idea what's going on?
    As an aside, if I try to open individual files in the release build, it works fine.  So far only opening a directory is a problem.  And, I verified the directory exists before trying to open it.
    Thanks for any insight you can offer...
    Best,
    Chris

    Hi Chris,
    Instead of using openWithDefaultApplication(), try using native process and calling "explorer" on windows, and "open" on mac, then pass the folder path as an argument.  Something like this windows example:
    private function openWindowsFolder():void
         var explorer:File = new File("C:\\Windows\\explorer.exe");
         if (explorer.exists)
              var nativeProcessStartupInfo:NativeProcessStartupInfo = new NativeProcessStartupInfo();
              nativeProcessStartupInfo.executable = explorer;
              var args:Vector.<String> = new Vector.<String>();
              args.push("C:\\Windows");
              nativeProcessStartupInfo.arguments = args;
              process = new NativeProcess();
              process.start(nativeProcessStartupInfo);
    Hope this helps,
    Chris

  • Dll issue, works in release.exe but not in debug mode.

    I have an issue with a dll that was previously working in both released and in debug mode.  Now if I create a released .exe it functions.  If I run it in debug mode the call to the dll function never returns.  eventually whatever is occurring behind the scense prevents the released.exe from working also.    I do not know if I accidenatally changed a setting in the cvi compiler that broke the code.  Is there a way to default cvi2010 settings?

    You can go back to the default ADE settings by renaming the following registry key to something else (anything other than "10.0", it doesn't matter what):
    [HKEY_CURRENT_USER]\Software\National Instruments\CVI\10.0.
    I think it's best to rename it, rather than delete it, so that you can go back to your current settings any time you choose to. Make sure CVI is not running when you rename the key.
    After the rename, the first time you run CVI, it will prompt you if you want to copy the settings. Say no to that. At that point, CVI will create a new "10.0" key with the default settings in place.
    Once you're done with your investigation, if you prefer to go back to the settings you had, you can delete the new 10.0 and rename the previous key back to "10.0".

  • Action Automation Tool(AAT) plugins do not work in Release version InDesign CC 2014.2

    Hi,
    I was glad to notice that there is a black-box testing tool mentioned in the InDesign CC SDK. But i tried many times in my environment, the plugins cannot be loaded successfully.
    I followed the steps in the documentation from SDK, copied shared libraries, plugins and qa folder to required locations. But when i launch release version of InDesign CC, it pops up messages as following for some plugins.
    I tried on Win32 version, Win64 version and Mac version. The InDesign CC version is 2014.2, and i also tried the 10.0 SDK and 10.2 SDK. The message is the same.
    Did i miss anything to make it work?
    Thanks.

    I found that on Windows, the (XXX Resources)/XXX/ are all empty, on Mac, XXX.InDesignPlugin/Resources and XXX.InDesignPlugin/Versions are empty too.
    I'm not sure either the AAT plugins are not supported anymore in InDesign CC 2014 or they are supported but not included correctly in SDK.
    So bad. BTW, i found there are many typo and format issues in the sdk documentation of InDesign CC2014. It looks like not professional enough. On Windows, the search function in html format documentation is not as good as before in CS6 with chm.

  • PDK - URL Services for release 2 - available yet?

    Hi
    Is PDK URL Services for release2 available from OTN Yet?
    Regards
    Harry

    Hi,
    You can fin the beta release of URLServices for 902 here.
    http://portalstudio.oracle.com/servlet/page?_pageid=2750&_dad=ops&_schema=OPSTUDIO&_mode=3
    Thanks,
    Sriram

  • Validation of existing certificate does not work since release 9.3.3

    Hi everyone,
    Since I updated to Adobe Reader 9.3.3 the validation of digital signatures does not work properly anymore. Though I try to validate the certificate that used to be OK before the upgrade to 9.3.3 I now get an error on the same document and signature that used to work before. In the signature details Adobe Reader now states that "The certificate ...is not trusted...". This has to do with the new Adobe Approved Trusted list (AATL) I assume since nothing else changed.
    Does anybody know a workaround or is anybody aware of a bugfix that will be released in the near future?
    Thanks in advance,
    Mike G

    Works for me.
    What OS/JDK etc are you using?

  • Material apporval after work order release

    Dears
    Many times our PM team requires material after relase also
    But as per std sap practise if we save this material even after release then reservation creates
    can you guide me how we can send the extra material for apporval again after release
    Regards
    Ingole chandrashekhar

    Dear Pete
    It is that when order intially planned apporved then afterwords aome material is required for same work carried out
    Again when planner can change the  order he adds new material in it without apporval of his senior since then he saves the order it creates reservation from order even after release
    How to avoid this situtation
    chandrashekhar Ingole

  • Automatic updates stop working after release version 16.0

    I have VM on Microsoft Hyper-V server for testing automatic updates for our organization. Firefox 14.0.1 is installed on this machine. While 15.0.1 was the current version, updates worked fine. Since 16.0 is available its stop working. There are log file from error console here:
    AUS:SVC Checker:getUpdateURL - update URL: https://aus3.mozilla.org/update/3/Firefox/14.0.1/20120713134347/WINNT_x86-msvc/en-US/release/Windows_NT%206.1.1.0%20(x86)/default/default/update.xml
    AUS:SVC Checker:checkForUpdates - sending request to: https://aus3.mozilla.org/update/3/Firefox/14.0.1/20120713134347/WINNT_x86-msvc/en-US/release/Windows_NT%206.1.1.0%20(x86)/default/default/update.xml
    UTM:SVC TimerManager:notify - notified @mozilla.org/updates/update-service;1
    AUS:SVC Checker:onProgress - 42/42
    AUS:SVC Checker:onLoad - request completed downloading document
    AUS:SVC Checker:onLoad - number of updates available: 0
    When I try to update manually via Help--> Updates, all working fine
    Why Firefox cannot update to newest version 16.0 ?
    Why it not able to update to 15.0. 1, if 16.0 not available for any reason ?
    I would like accent, that I am not interested in any manual solutions, like download and install latest version, update manually e.t.c.
    I am going for create fully automatic update schema for our organization.

    Hi vjaunzei
    see : https://support.mozilla.org/en-US/questions/939116
    thank you

Maybe you are looking for

  • Invoking web service from a form running in a PDA

    Hello Experts,<br /><br />I have designed an interactive PDF form using Adobe Livecycle Designer 8.0 that invokes a web service to get / update the data from the database. It works perfectly when run from Adobe Reader 8.0 on my desktop. However, the

  • Dark Knight Sync

    I bought the Dark Knight DVD that came with a digital copy and down loaded it into iTunes. But when I sync my 5th gen iPod the movie almost finishes transfering and errors out. Is it only compatable with the iPhone and touch? I found out the first ti

  • S_PROJECTS auth object

    I am trying to create a role for IMG display access only I made ACTVT in all the Auth objects "03" or "display" but in S_PROJECTS auth object, in "activity" there is no "display" , how do I make ACTVT in S_PROJECTS object "display" Thanks Message was

  • Ichat AV is giving me error-8 every time i try to video chat

    Im using ichat 3.1.8 with a netgear w6r614 router and a motorola sb120 cable modem. I can text chat but the video chat doesn't seem to work. I am set up through the airport on my macbook running os x 10.4.10. my port is 443, what else do i need to do

  • Changes not stored. Sheet to go has detected  a previous archive has not closed correctly.

    Using the Program Sheet To Go, suddenly the ipad2 shut down. When I tried to re open the file A legend said: "Changes not stored. Sheet to go has detected  a previous archive has not closed correctly. Want to open the file again?" and when I selected