API to set Redaction Code

Is there an Acrobat SDK API that lets you set the current Redaction Code?
If not, is there a way to programatically activate menu items? For example, open the "Redaction Properties" dialog, and then select a redaction code, and then press the "OK" button?
Thanks in advance for any help.
Andrew

This looks like the way to update the redaction properties within the PDF itself.
Is there a way to update the redaction properties with the Acrobat application itself? ie. Write some plugin code that mimics the user clicking "Advanced", "Redaction", "Redaction Properties", setting the code, pressing "OK"
Andrew

Similar Messages

  • Adobe Acrobat Pro X - Canadian ATI and Privacy Act Redaction Code Sets

    Hi,
    Could anyone tell me if there are any redaction code sets for the Canadian ATI and Privacy Acts, like the U.S. FOIA and U.S. Pricacy Act code sets?
    Thank you.
    D. 

    Hi Dominic ,
    Please be informed that by default Acrobat supports the following two redaction code sets .
    1.U.S.FOIA
    2.U.S.Privacy Act .
    Regards
    Sukrit Dhingra

  • Call to WPG_SESSION API Failed. Error-Code:6550

    Can someone please help me figure out what I may be doing wrong? Using recent downloaded versions of 8i and 9iAS I cannot access Portal30 using IE5 browser. Please see error below. During portal configuration I specified connect string of oracle:1521:dba1. The connectstring entry of the DAD is dba1. I ran ssodatan. The database is open, listener is listening and SQL*Plus, DBA Studio, Net8 Assistant all connect to dba1 fine. Discussions mention cookies, upgrades, etc., but nothing definitive. Troubleshooting Guide does not reference error 6550. I am at a loss. Any suggestions would be appreciated.
    I downloaded and installed 8.1.7 on NT host oracle then downloaded and installed 9iAS on another NT host. Portal Diagnostics are successful, however I get database login failed when attempting to use IE5 browser to access portal at http://oracle/pls/portal30/PORTAL30.home
    Here's the diags:
    D:\ora9ias\portal30\admin\plsql>set ORACLE_HOME=d:\ora9ias
    D:\ora9ias\portal30\admin\plsql>diag -s portal30 -c dba1
    Begining Portal Diagnostics
    ...portal_schema: portal30
    ...portal_password: *************
    ...portal_connect_string: dba1
    Loading java class for Portal Diagnostics ...
    SQL*Plus: Release 8.1.7.0.0 - Production on Wed Jul 25 08:41:58 2001
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Creating Table 'wwsec_diagnostic$'
    Creating Sequence 'wwsec_diagnostic_seq'
    Diagnostics Report v 1.01: Oracle Portal v 3.0.9.8.0
    As of 25-Jul-2001 08:42:17 Schema Name: PORTAL30 SSO Schema Name: portal30
    _sso
    Proxy Server Settings:
    HTTP Server:
    HTTP Server Port:
    No Proxy Servers for Domains beginning with:
    URL Connection Time-Out (seconds):
    PORTAL30.wwsec_enabler_config_info$
    Login Server URL : http://oracle/pls/portal30_sso/portal30_sso.wwsso_app_admi
    n.ls_login
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : dba1
    Authentication mode : Single Sign-On
    Partner Application Information
    **** The Login Server (portal30_sso) ****
    Home URL : http://oracle/pls/portal30_sso/portal30_sso.home
    Success URL : http://oracle/pls/portal30_sso/portal30_sso.wwsso_home.pro
    cess_signon
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : dba1
    Authentication mode : Single Sign-On
    **** Oracle Portal (portal30) ****
    Home URL : http://oracle/pls/portal30/portal30.home
    Success URL : http://oracle/pls/portal30/portal30.wwsec_app_priv.process
    _signon
    DAD : portal30
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30
    Connect string : dba1
    Authentication mode : Single Sign-On
    **** The Login Server (portal30_sso) ****
    Home URL : http://oracle/pls/portal30_sso/portal30_sso.home
    Success URL : http://oracle/pls/portal30_sso/portal30_sso.wwsso_home.pro
    cess_signon
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : dba1
    Authentication mode : Single Sign-On
    Diagnostics completed successfully!
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    D:\ora9ias\portal30\ admin\plsql>
    Call to WPG_SESSION API Failed.
    Error-Code:6550
    Error TimeStamp:Wed, 25 Jul 2001 12:33:52 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    Verify that the TNS name in the connectstring entry of the DAD for this URL is valid and the database listener is running.
    null

    I met that error several times. Check TNS connection from web server box to database server, if applicable. - use tnsping.
    That's the only cause that produces the error. If the web server box has more than one Oracle Home, find the correct one. Check $iAS_home/Apache/bin/apachectl script which will tell you its oracle home directory. It may not use $TNS_ADMIN/tnsnames.ora, but $ORACLE_HOME/network/admin/tnsnames.ora.

  • How to use weblogic api to set jms server and presistance store target?

    Hi all,
    I can do the following from the weblogic admin console..
    1) Can set jmsServer target as ejbserver to ejbserver (migratable)(Example: from ejbnode1 to ejbnode (migratable)
    2) can set persistance store target as ejbserver to ejbserver (migratble)(Example: from ejbnode1 to ejbnode (migratable)
    Now my question is, how can i use the weblogic api to set those things through the coding?
    Pl anyone answer my qn.
    Thanks in advance.
    -Amal

    The following is code which im using now,
    Here I added jmsserver's targer as "ejbnode1" ok, How can change it to "ejbnode1 (migratable)". I can do this with admin console, but im not sure to do with api.
    Help me to do this.
    private void createJMSServer(Node node, String suffix) {
              try {
                   ObjectName cfgManager = getConfigurationManager();
                   ObjectName srvr = (ObjectName) mbeanServer.invoke(
                             domainConfig, "lookupJMSServer", new Object[] { node
                                       .getName()
                                       + suffix }, new String[] { "java.lang.String" });
                   if (null == srvr) {
                        srvr = (ObjectName) mbeanServer.invoke(domainConfig,
                                  "createJMSServer",new Object[] { node.getName() + suffix },
                                  new String[] { "java.lang.String" });
                   ObjectName targetSrvr = (ObjectName) mbeanServer.invoke(domainConfig,
                             "lookupServer", new Object[] { node.getTargetNode()},
                             new String[] { "java.lang.String" });
                   mbeanServer.invoke(srvr, "addTarget",
                             new Object[] { targetSrvr },
                             new String[] { "javax.management.ObjectName" });
                   saveAndActivateChanges(cfgManager);
                   ClusterUtil.print("CL_106", "JMSClusterSetup.createJMSServer()",
                             new Object[] { node.getName() + suffix });
              } catch (Exception e) {
                   ClusterUtil.throwEx("CL_3006", "JMSClusterSetup.createJMSServer()",
                             e, new Object[] { node.getName() });
         }

  • KIMYONG :  API ( FND_SUBMIT,  FND_REQUEST) Sample Code 소개

    Purpose
    Extension 개발자들이 간혹 요청하는 Standard API (FND_SUBMIT, FND_REQUEST)의 sample code입니다.
    Configuring the Script
    FND_SUBMIT test procedure and sample code
    Creates a procedure called fnd_submit_test that can be registered and run as a concurrent program.
    This procedure will use the FND_SUBMIT API to submit a request set. (Function Security Reports - This request set should be seeded, if it is not available the values in the script may need to be changed.) The procedure will then place itself in a Paused status until the request set completes.
    Running the Script
    1. Install this procedure in the APPS schema.
    2. Register the procedure as a concurrent program
    Caution
    This script is provided for educational purposes only and not supported by Oracle Support Services. It has been tested internally, however, and works as documented. We do not guarantee that it will work for you, so be sure to test it in your environment before relying on it.
    Proofread this script before using it! Due to the differences in the way text editors, e-mail packages and operating systems handle text formatting (spaces, tabs and carriage returns), this script may not be in an executable state when you first receive it. Check over the script to ensure that errors of this type are corrected.
    Script
    REM +==========================================================================
    REM | Concurrent Processing Sample Code
    REM |
    REM | FILE:
    REM | fnd_submit_test.pls
    REM |
    REM | REVISION:
    REM | $Id$
    REM |
    REM | DESCRIPTION:
    REM | FND_SUBMIT test procedure and sample code
    REM | Creates a procedure called fnd_submit_test that can be registered
    REM | and run as a concurrent program.
    REM | This procedure will use the FND_SUBMIT API to submit a request set.
    REM | (Function Security Reports - This request set should be seeded, if
    REM | it is not available the values in the script may need to be changed.)
    REM | The procedure will then place itself in a Paused status until the
    REM | request set completes.
    REM |
    REM | INSTRUCTIONS:
    REM |
    REM | 1. Install this procedure in the APPS schema.
    REM |
    REM | 2. Register the procedure as a concurrent program
    REM |
    REM |
    REM +==========================================================================
    whenever sqlerror exit failure rollback;
    create or replace procedure fnd_submit_test (errbuf out varchar2,
    retcode out varchar2) as
    success boolean;
    req_id number;
    req_data varchar2(10);
    srs_failed exception;
    submitprog_failed exception;
    submitset_failed exception;
    begin
    -- Use FND_FILE to output messages at each stage
    fnd_file.put_line(fnd_file.log, 'Starting test...');
    -- Read fnd_conc_global.request_data, if available then we have been
    -- reawakened after the request set has completed.
    -- If so, exit.
    req_data := fnd_conc_global.request_data;
    if (req_data is not null) then
    errbuf := 'Done!';
    retcode := 0 ;
    return;
    end if;
    -- Step 1 - call set_request_set
    fnd_file.put_line(fnd_file.log, 'Calling set_request_set...');
    success := fnd_submit.set_request_set('FND', 'FNDRSSUB43');
    if ( not success ) then
    raise srs_failed;
    end if;
    fnd_file.put_line(fnd_file.log, 'Calling submit program first time...');
    -- Step 2 - call submit program for each program in the set
    success := fnd_submit.submit_program('FND','FNDMNFUN', 'STAGE10', 'System Administrator', chr(0));
    if ( not success ) then
    raise submitprog_failed;
    end if;
    fnd_file.put_line(fnd_file.log, 'Calling submit program second time...');
    success := fnd_submit.submit_program('FND','FNDMNMNU', 'STAGE10', 'System Administrator', chr(0));
    if ( not success ) then
    raise submitprog_failed;
    end if;
    fnd_file.put_line(fnd_file.log, 'Calling submit program third time...');
    success := fnd_submit.submit_program('FND','FNDMNNAV', 'STAGE10', 'System Administrator', chr(0));
    if ( not success ) then
    raise submitprog_failed;
    end if;
    -- Step 3 - call submit_set
    fnd_file.put_line(fnd_file.log, 'Calling submit_set...');
    req_id := fnd_submit.submit_set(null,true);
    if (req_id = 0 ) then
    raise submitset_failed;
    end if;
    fnd_file.put_line(fnd_file.log, 'Finished.');
    -- Set conc_status to PAUSED, set request_data to 1 and exit
    fnd_conc_global.set_req_globals(conc_status => 'PAUSED', request_data => '1') ;
    errbuf := 'Request set submitted. id = ' || req_id;
    retcode := 0;
    exception
    when srs_failed then
    errbuf := 'Call to set_request_set failed: ' || fnd_message.get;
    retcode := 2;
    fnd_file.put_line(fnd_file.log, errbuf);
    when submitprog_failed then
    errbuf := 'Call to submit_program failed: ' || fnd_message.get;
    retcode := 2;
    fnd_file.put_line(fnd_file.log, errbuf);
    when submitset_failed then
    errbuf := 'Call to submit_set failed: ' || fnd_message.get;
    retcode := 2;
    fnd_file.put_line(fnd_file.log, errbuf);
    when others then
    errbuf := 'Request set submission failed - unknown error: ' || sqlerrm;
    retcode := 2;
    fnd_file.put_line(fnd_file.log, errbuf);
    end;
    rem ===================================================================
    commit;
    exit;
    Reference
    자세한 사항은 Note 221542.1 를 참고하세요.

    Not sure about that particular option, but in general you pass in pairs - an example from code I didn't write but maintain (so if this is the worst possible way, I apologize)
    proj_req_id6 := FND_REQUEST.SUBMIT_REQUEST('SQLGL', 'XXXX_GLGENLED_PDF',
                              'XXXX General Ledger',
                              '',dummy_default,
                              'P_SET_OF_BOOKS_ID='||v_rep_cmp.set_of_books_id,'P_CHART_OF_ACCOUNTS_ID=101',
                              'P_KIND=L','P_CURRENCY_CODE='||v_rep_cmp.currency_code,
                              'P_ACTUAL_FLAG=A','P_BUD_ENC_TYPE_ID=100',
                              'P_START_PERIOD='||'&1','P_END_PERIOD='||'&1',
                              'P_MIN_FLEX='||v_min_flex||'.'||v_emp_cost_center.COST_CENTER||'.00000.000.000.000.00',
                              'P_MAX_FLEX='||v_max_flex||'.'||v_emp_cost_center.COST_CENTER||'.99999.999.999.ZZZ.99',
                              'P_PAGE_SIZE=180',chr(0),'',
                              '','','','','','','','','','');You see where I have option pairs - for example
    'P_ACTUAL_FLAG=A'Tells my program that the value for parameter P_ACTUAL_FLAG is A
    This example is from a SQL*Plus script, hence the &1 for the value substitutions.
    Hope that helps

  • API To set PayLocation in HRMS

    Hi All,
    I am new to HRMS..
    can anybody tell me the api to set PAYLOCATION value for an assignment??
    Thanks,
    Raghava.

    Hi VB,
    I tried with following code... API executes successfully...
    per_all_assignments_f table populated with last_updated_date.
    But PAY_PEOPLE_GROUPS not got updated where i want to update the People group KFF segment.
    DECLARE
    l_datetrack_update_mod VARCHAR2 (30) := 'CORRECTION';
    l_effective_date DATE := SYSDATE;
    l_assignment_id NUMBER := 8277;
    l_grade_id NUMBER := 877;
    l_position_id NUMBER := 66887;
    l_job_id NUMBER := 174;
    l_payroll_id NUMBER := 64;
    l_location_id NUMBER := 889;
    l_organization_id NUMBER := 8795;
    l_pay_basis_id NUMBER := 64;
    l_segment2 VARCHAR2 (10) := 'H';
    l_old_obj_ver_number NUMBER := 33;
    l_special_ceiling_step_id NUMBER;
    l_people_group_id NUMBER := 128;
    l_soft_coding_keyflex_id NUMBER;
    l_group_name VARCHAR2 (100);
    l_effective_start_date DATE;
    l_effective_end_date DATE;
    l_org_now_no_manager_warning BOOLEAN;
    l_other_manager_warning BOOLEAN;
    l_spp_delete_warning BOOLEAN;
    l_entries_changed VARCHAR2 (100);
    l_tax_district_changed_warning BOOLEAN;
    l_concatenated_segments VARCHAR2 (100);
    l_gsp_post_process_warning VARCHAR2 (100);
    l_validate BOOLEAN := FALSE;
    BEGIN
    hr_assignment_api.update_emp_asg_criteria
    (p_effective_date => l_effective_date,
    p_validate => l_validate,
    p_datetrack_update_mode => l_datetrack_update_mod,
    p_assignment_id => l_assignment_id,
    p_called_from_mass_update => NULL,
    p_grade_id => l_grade_id,
    p_position_id => l_position_id,
    p_job_id => l_job_id,
    p_payroll_id => l_payroll_id,
    p_location_id => l_location_id,
    p_organization_id => l_organization_id,
    p_pay_basis_id => l_pay_basis_id
    --,p_segment1 => l_segment1
    p_segment2 => l_segment2
    --,p_segment3 => l_segment3
    p_employment_category => NULL,
    p_concat_segments => NULL,
    p_contract_id => NULL,
    p_establishment_id => NULL,
    p_scl_segment1 => NULL,
    p_grade_ladder_pgm_id => NULL,
    p_supervisor_assignment_id => NULL,
    p_object_version_number => l_old_obj_ver_number,
    p_special_ceiling_step_id => l_special_ceiling_step_id,
    p_people_group_id => l_people_group_id,
    p_soft_coding_keyflex_id => l_soft_coding_keyflex_id,
    p_group_name => l_group_name,
    p_effective_start_date => l_effective_start_date,
    p_effective_end_date => l_effective_end_date,
    p_org_now_no_manager_warning => l_org_now_no_manager_warning,
    p_other_manager_warning => l_other_manager_warning,
    p_spp_delete_warning => l_spp_delete_warning,
    p_entries_changed_warning => l_entries_changed,
    p_tax_district_changed_warning => l_tax_district_changed_warning,
    p_concatenated_segments => l_concatenated_segments,
    p_gsp_post_process_warning => l_gsp_post_process_warning
    END;
    Please Help
    Thanks
    Raghav

  • Setting color codes for more than one photo at a time

    Is there any way to set color codes for more than one photo at a time?

    Hi John,
    I will look at keywords. My issue is speed. Right now I am culling and editing an event shoot that spanned a week with 35 separate events and more than 5000 images. So I use the fastest most convenient method I can and it still takes a long time to have a completed and final shoot. On this shoot I will end up with a final set of around 1500 images. Right now I am finishing processing a show that will hang in the Deutsches Amerikanish Zentrum in Stuttgart.
    As I am sure you are aware by now, having seen enough of my inane questions that over the last two years or since Lightroom version 1.xx if I could not figure out how to do something I skipped it. So many things in Lightroom are buried and unless you have a mind like a steel trap (and think that some of you guys in the forum do) locating how to do something is not obvious.
    For example, I only learned (in the last hour) that I could assign colors as a group of selections by using Shift + number. I found this in a side head in Martin Evenings Lightroom book. I still do not know how to find a way to display the color filter "selection" set in Library mode. Is there a way?
    To top it off, Stuttgart Media University asked me if I would add a Lightroom module to my schedule this year. Now I have a compelling reason to learn all those missing pieces that I have created workarounds for. Hence the number of posts you have been seeing from me over the past few of weeks.
    I tell my class that there are no such things as stupid questions, only questions. Now I am practicing what I have been preaching for the last gazillion years. Guys like you have been great.
    My workflow is
    1. I first separate all images by event. I do that at the time of import.
    2. I do a fast pass rejecting all the obviously bad images
    3. I do a second pass grouping the images by sub-group (speeches, people talking, performances, etc.) This is where I run out of selection methods and your key-wording could work but it would probably take too much time to establish a keyword set for a single event. Where I have more than five subgroups I set up different collection sets with one collection for each sub group. However I would like to keep a single event in one collection.
    4. I then select the images to be used by color code.
    5. Next I process the final images (crop develop etc) by collection.
    6. Last I output the set according to client requirement.
    If you have a better workflow, I am all ears.
    By the way, what is your photo specialty and where are you located?
    Jim

  • Call to WPG_SESSION API Failed. Error-Code:20000

    Hi,
    to be short:
    Oracle: 8.1.7.0.0
    When trying to login to the portal application I got this error [bottom of message]
    I downloaded the diag tool and run it against my configuration, everything was reported OK.
    I've also searched all through this forum and have read similar problem, but nobody had error code 20000.
    Would you please guide me?
    Call to WPG_SESSION API Failed.
    Error-Code:20000
    Error TimeStamp:Thu, 29 Mar 2001 16:41:15 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    null

    Reza,
    Is this a new install?
    If so, on a new install, you often need to create an entry in the tnsnames.ora file within the Oracle9iAS $ORACLE_HOME. You can do this simply by copying the information from your tnsnames.ora in your Oracle 8.1.7 $ORACLE_HOME/network/admin.
    A lot of times, it could also be a difference of Portal trying to connect to the database with:
    ORA817.company.com
    instead of
    ORA817
    or vice versa.
    Check http://myhost.mydomain.com/pls/admin_/gateway.htm
    In each DAD, it will specify the connect string that Portal is trying to use to connect with. Make sure your tnsnames.ora is using the same.
    If this is not a new install, you may have just had a problem with the database. If this is not production, rather than debugging the problem connecting to the database. I have found that restarting the database and webserver usually works, that will at least get you back up and running. Then you can check the alert.log in the database for any problems or issues such as too many sessions, etc.
    Thanks,
    Sue

  • Risks when locking Prod in SCC4, but not setting Company Code to productive

    Hi,
    I am trying to figure out the risks related to not setting Company Codes to productive... even though the Production system is locked in SCC4. Will the lock in SCC4 mitigate the risk of not setting Company Codes to productive?
    To my understanding, setting Company Codes to non-productive in the Production system would result in a risk for deleting financial data. I therefore wonder if defining the lock in SCC4 would compensate for this risk.
    Regards
    IT-auditor

    I asked myself the same question.
    The F1-help in SCC4 says the following:
    "This field should be maintained by the customer for documentary purposes."
    But also:
    "- Production clients and SAP reference clients are protected from the client copy tools, including "Copy by Transport Request" (transaction SCC1).
    - There is corresponding protection from the automatic Customizing Distribution and other tools.
    - In a production client, customizing settings that can be maintained as "current settings" are excluded from a client lock or transport connection; this means current settings (e.g. exchange rates, posting periods) can always be maintained in a productive client without recording changes. Other clients usually require a transport request."
    So, i think that the client role option is more a documentation thing. But also disables some client copy and automatic transport functionality. In my opinion it should be "production" on a production system because if not there are several functions activated that shouldn´t be for security reasons. 
    That´s what i think. Maybe someone can correct me or give more information to this thread.
    regards
    Tobias

  • Call to WPG_SESSION API Failed. Error-Code:20001

    Here is the error I am getting while accessing portal. This error comes 2 out of 5 times.:
    Call to WPG_SESSION API Failed.
    Error-Code:20001
    Error TimeStamp:Fri, 23 Mar 2001 17:28:33 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    Verify that the TNS name in the connectstring entry of the DAD for this URL is valid and the database listener is running.

    The error code implies an invalid cookie. This could be because the encryption key is invalid or the format of the cookie is corrupted. If the encryption key was invalid, the error would happen all of the time rather than 2 times out of 5. The only way I can see that the cookie format would be bad is if it got truncated. There is a 4K limit on the size of the buffer that passes cookies around, so it could be that the browser is sending more than 4k worth of cookies. However, if this were the case, then the error would be consistent from that browser after you exceeded the limit. Can you give a little more detail on exactly what you are doing when the error occurs?

  • Side effects set company code to productive on Live Production System

    Dear All,
    I have a question, are there any consequencies or side effects, if we set company code to prodcutive while the system already run for last 1 year.
    Is there any SAP note reference for this matter?
    Really appriciate for your help.
    Thanks.
    Regards,
    Endi Pratama W.

    If you do not put to productive then there is a problem.
    You must put it to productive immediately. There will not be any side effects.
    OBY6
    A company code which is working productively should be indicated here by an "X". This prevents deletion programs from resetting data in this company code by mistake

  • How to Quickly Switch between redaction Codes in Adobe Pro?

    Is there a way that I can put my most heavily used redaction codes in the toolbar so that I can just click once to switch between redaction codes? It takes too much time to open redaction properties or to right click the redaction box and remove codes. Every time you right click and try to remove a code, the pop up box disappears and you have to right click again to add the code you want.
    Is there some way to quickly switch without all the extra clicks?  When you have thousands of pages to go through, all these extra clicks really slow you down.
    Please help.

    Hi foliobriefllc,
    You are posting on Create PDF online service forums.
    Kindly post this query in Acrobat forums:Acrobat
    Regards,
    Florence

  • Unknown error in reservation system (API error type A code 3)

    Good Day
    I hope someone can give me some info for the following error.
    I create a travel plan and when I click on Book I do some times get the following error
    "Unknown error in reservation system (API error type A code 3)"
    Can anyone please assist, as this does not always happens.
    Regards
    Jaco Nel

    MONO PKGBUILDs have a number of unique requirements. Have a look at some of the official ones, like Banshee itself, or F-spot, for example.

  • Do you have any API to set document DPI.

    Do you have any API to set document DPI.(I want to set 96DPI)

    There is no API call to get or set a resolution of an object. The resulting
    resolution of a raster object depends on two things:
    - the number of pixels available in your raster object
    - the scaling factor applied to the object - which means the size the
    object is placed on on the PDF page)
    If you have a 300x300 pixel raster image, and you scale it so that it
    occupies 1x1" on a PDF page, you end up with a resolution of 300dpi. If you
    place it as a 10x10" object, you end up with a resolution of 30dpi. There
    are no API calls to get that effective resolution - you need to calculate
    it. Also, there is no functionality to change the resolution of a raster
    object: It's your responsibility to change the raster data, and then place
    the modified object on the page with a different scaling factor.
    Karl Heinz Kremer
    PDF Acrobatics Without a Net
    PDF Software Development, Training and More...
    [email protected]
    http://www.khkonsulting.com

  • Public API to create lookup codes through backend

    Hi All
    I have to add lookup codes to an already existing lookup type. Data would come in a csv file. I am using sqlldr to load data into a staging table. Now I have to call some public API to insert lookup codes into fnd_lookup_values. I could find FND_LOOKUP_VALUES_PKG.INSERT_ROW, is there any other public API available?
    I am working on 11.5.10.2
    Thanks in Advance!!
    Regards,
    Shashank

    There is no api but you can use FNDLOAD.
    First use FNDLOAD to download the existing value(s)
    Modify the text file generated ; add new records.
    Then upload it using FNDLOAD. Here is a sample syntax.
    FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct file_name.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME="FND"
    LOOKUP_TYPE="mylookup"
    Hope this helps,
    Sandeep Gandhi

Maybe you are looking for

  • HT2513 My iCalendar wont open after a OS 10.8.2 update failed to install.

    I noticed there was an update for OS10.8.2 so I ran it. The computer needed a restart so I did it but aftwerwards it gave me an error message saying update failed. I restarted and it loaded the OX but the update didnt load and the iMac no longer show

  • Downloading a file to excel sheet

    To all forum people  While I download an internal table into an excel-sheet I would like to place a field name in the excel-sheet corresponding to each field in my internal table so how could this be done are there any function modules pertaining to

  • Error trying to connect via jdbc

    I'm trying to connect via jdbc driver from a java application to a remote db. The code is quite simple DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver()); Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@dbhost:orcl"

  • Dropdown in Abap Webdynpro

    Hi friends, How to have custom dropdown list for field in abap webdynpro. It is possible in general abap with FM 'VRM_SET_VALUES' how it's possible in abap webdynpro. Please reply..... Thanks in advance.

  • Text messages auto delete

    Text messages on my phone randomly get deleted. I have the option to keep them set to 'forever'. At one point I had 2.5 weeks worth of messages on my phone with no problems. Now it can be 1-2 days and they auto delete. Any ideas?