JAEHYLEE , ADI의 유용한 주요 log들

PURPOSE
ADI의 유용한 주요 log들
Workaround
N/A
Solution Description
9iAS and Web ADI use a number of log files.
These files provide useful information to assist in monitoring and resolving problem with the 9iAS server
and the Web ADI application. You may need access to one or more of these log files.
Description File Name Comment
HTTP Server error_log Error log for the HTTP Server
HTTP Server access_log Shows details of which files are being accessed via the HTTP Server. Includes an error code which can help determine specific access issues.
JServ jserv.log First place to look for servlet errors.
JServ mod_jserv.log Provides more detailed servlet error messages.
Reference Documents
177072.1

Similar Messages

  • Source data is blank

    Hi,
    We are using Web ADI to generate letters in Fastpath -> Assignment form in HR.
    We follow the following steps
    1. Create a view in apps schema.
    2. Create HR Integrator
    3. Create the Form function association
    4. Shutdown and restart the instance.
    5. Define a layout for the Integrator.
    6. Navigate to Fastpath Assignment -> Click on Export Data icon -> Select the Integrator name from the dropdown -> Download the souce data in the excel file.
    6. This excel is used as a source data for mail merge with the word document which is used to generate the letters.
    We have used these steps successfully for at least 10 different integrators.
    Recently, I am trying to create a new integrator but the source file that I am downloading is blank. It is not getting any data.
    But the view is running fine in sqlplus and returning data.
    I have used the same view earlier for other Integrators and it was working fine. This time I just added a few more columns.
    Any idea why the source is coming blank ?
    Any help would be highly appreciated.
    Regards,
    -Deb

    I'd be ensuring the the Web ADI Logging Level was set to Trace. Then run through a download and check the log file to see what errors/warnings are occuring.
    This probably isn't the type of error that and end-user would appreciate. It also sounds like its a development type error. So the assumption is that the log file would be where a developer would like. Rather than redirecting it out to a limited amount of space within the end-user UI.

  • JAEHYLEE, WEB ADI주요 에러 5가지

    PURPOSE
    WEB ADI주요 에러 5가지
    Workaround
    N/A
    Solution Description
    Problem
    1. No Servlets run, not even IsItWorking
    2. Some servlets don't run
    3. When running BneCaboTestServlet, an "Internal Server Error" is displayed when trying to generate either the "Simple Cabo Page" or the "Complex Cabo Page".
    4. I've made changes to the configuration files but the changes seem to have no effect.
    5. Netscape displays the following error
    Not Found The requested URL /...../styles.blaff.css was not found
    Solution
    1.This can happen if you have problems with the repository property settings in the zone.properties file. Check jserv.log, if you see a message that states: "Error creating classloader for servlet zone root : java.lang.IllegalArgumentException: Repository d:/webadi/lib/badfilename.zip doesn't exist", then confirm that each file listed in the zone.properties repository properties is correctly specified and that the file can be read.
    2. If other servlets such as the IsItWorking servlet runs but a specific servlet, (say BneSnoopServlet) doesn't run, check that the servlet is properly aliased in the zone.properties file.
    A servlet consists of a single java .class file. The .class file is often created within a java package. In the example of the BneSnoopServlet, the servlet .class file name is BneSnoopServlet.class which exists in the "oracle.apps.webadi.framework" java package. The servlet.BneSnoopServlet.code property in the zone.properties file setting defines the servlet and the package name the servlet exists in for your zone. If the servlet name or package name is not spelled correctly, or even if it isn't in the correct case, the servlet will not be able to run.
    If a specific servlet won't run, it could also be due to problems with the servlet finding java classes that are required by the servlet. You will need to check the error_log, jserv.log or mod_jserv.log files. Search for errors that include "ClassNotFoundException" in the message. These log files will help you determine the missing class, you will then need to determine which .jar or .zip file contains the required .class file and ensure that the installation is configured to appropriately reference the .jar or .zip file.
    3. The error message will also include the text "The server encountered an internal error or misconfiguration and was unable to complete your request." To resolve this, check the message in the mod_jserv.log file. If an error is listed that describes a "NoSuchMethodError" and includes references to "oracle.bali.share.util.IntegerUtils", then you will need to edit the jserv.properties file and place a comment character of # at the start of the line that defines the "wrapper.classpath" property that references the share-opt-1_1_4.zip file in the portal30 and bibeans directory.
    4.When changes are made to the jserv.properties, zone.properties, webadi.properties or the httpd.conf configuration file(s), the Oracle 9iAS HTTP Server (Apache) must be restarted. When restarting the server, remember to allow a delay of a minute or two between the time you stop the server and the time you restart the server. This is to give the JServ module time to shut down and restart the java virtual machine
    5. The configuration of the Web ADI application has not been set up to reference the cabo requirements as documented in this installation guide. Please reread this installation guide and resolve any differences. One point about Netscape is that Netscape will display an error and not attempt to render your page if certain errors like this one occurs. It can be helpful to use Internet Explorer for testing your application because Internet Explorer will typically still attempt to render your page. You can then use the view source option to see the actual HTML generated which can be helpful in resolving issues
    Reference Documents
    177072.1

  • JAEHYLEE  (R12 ADI)  How to add DFF in Web ADI

    Goal
    How to add DFF in Web ADI
    Solution
    ADI Mass Addition Template Layout Define에서 DFF를 사용하기 위해서 아래 ER이 현재 진행중이고 그 전에 사용하기 위해서는 아래와 같은 Datafix를 Workaround로 사용하여야 합니다.
    Please do the following in the test instance first and if satisfied migrate to production
    1.Setup-->Financials>Flexfields>Descriptive>Segments
    Query the Mass addition DFF and Category flexfield
    2.Both the above is to be defined exactly the same
    3.Reference field for both should be ATTRIBUTE_CATEGORY_CODE
    4)login to sqlplus apps account and run the following script
    sql
    - make sure it runs without errors, then commit. Otherwise rollback. This
    script should not be run over again, therefore verify the outcome.
    - restart the apache listener
    - login to apps and navigate to the Webadi Define Layouts page, under FA
    responsibility.
    - choose a layout for the Additions integrator, include the "Descriptive
    Flexfield" and "Context".
    - Test it.
    SCRIPT
    ===========
    set serveroutput on size 1000000
    Declare
    content_code varchar2(1000);
    interface_code varchar2(50) := 'FA_MASS_ADD_INTERFACE';
    begin
    dbms_output.put_line('Start add descriptive flexfiedl to Additions
    integrator: ' || interface_code);
    dbms_output.put_line('Updating attribute columns in bne_interface_cols_b')
    Update bne_interface_cols_b
    set display_flag = 'N' ,
    val_type = 'DESCFLEXSEG',
    group_name = 'MASSADD_DF'
    where application_id = 140
    and interface_code = 'FA_MASS_ADD_INTERFACE'
    and interface_col_name in ('ATTRIBUTE1','ATTRIBUTE2',
    'ATTRIBUTE3','ATTRIBUTE4','ATTRIBUTE5','ATTRIBUTE6',
    'ATTRIBUTE7','ATTRIBUTE8','ATTRIBUTE9','ATTRIBUTE10',
    'ATTRIBUTE11','ATTRIBUTE12','ATTRIBUTE13','ATTRIBUTE14',
    'ATTRIBUTE15','ATTRIBUTE16','ATTRIBUTE17','ATTRIBUTE18',
    'ATTRIBUTE19','ATTRIBUTE20','ATTRIBUTE21','ATTRIBUTE22',
    'ATTRIBUTE23','ATTRIBUTE24','ATTRIBUTE25','ATTRIBUTE26',
    'ATTRIBUTE27','ATTRIBUTE28','ATTRIBUTE29','ATTRIBUTE30');
    dbms_output.put_line('Creating CONTEXT');
    -- see webadi dev.guide for complete parameter documentation.
    BNE_INTEGRATOR_UTILS.UPSERT_INTERFACE_COLUMN
    (P_APPLICATION_ID => 140,
    P_INTERFACE_CODE => interface_code,
    P_SEQUENCE_NUM => 1011,
    P_INTERFACE_COL_TYPE => 1, -- indicates that column exists
    in interface table.
    P_INTERFACE_COL_NAME => 'CONTEXT',
    P_ENABLED_FLAG => 'Y',
    P_REQUIRED_FLAG => 'N',
    P_DISPLAY_FLAG => 'Y',
    P_FIELD_SIZE => 30,
    P_DEFAULT_TYPE => '', -- JAVA_EACH_ROW, SQL, TABLELOOKUP
    etc.
    P_DEFAULT_VALUE => '',
    P_SEGMENT_NUMBER => '',
    P_GROUP_NAME => 'MASSADD_DF',
    P_OA_FLEX_CODE => 'FA_MASS_ADDITIONS',
    P_OA_CONCAT_FLEX => 'N',
    P_READ_ONLY_FLAG => 'N',
    P_VAL_TYPE => 'DESCFLEXCONTEXT', -- TABLE,JAVA etc.
    P_VAL_ID_COL => '', -- Column for table LOV.
    P_VAL_MEAN_COL => '', -- Column for table LOV.
    P_VAL_DESC_COL => '', -- Column for table LOV.
    P_VAL_OBJ_NAME => '', -- Table for table LOV, class for java
    P_VAL_ADDL_W_C => '', -- where clause for table LOV.
    P_DATA_TYPE => 2, -- 1=NUMBER,2=varchar,3=date
    P_NOT_NULL_FLAG => 'N', -- Y=not null, N=null
    P_VAL_COMPONENT_APP_ID => '140', -- NUMBER
    P_VAL_COMPONENT_CODE => 'OA_FLEX', -- VARCHAR2
    P_SUMMARY_FLAG => 'N', -- VARCHAR2
    P_MAPPING_ENABLED_FLAG => 'Y', -- VARCHAR2
    P_PROMPT_LEFT => 'Context - Descriptive Flexfield', --
    VARCHAR2
    P_PROMPT_ABOVE => '', -- VARCHAR2
    P_USER_HINT => '', -- VARCHAR2' List - Text','* List -
    Text', '* Value','Text','* Date'
    P_USER_HELP_TEXT => 'US', -- VARCHAR2
    P_LANGUAGE => 'US', -- VARCHAR2
    P_SOURCE_LANG => 'US', -- VARCHAR2
    P_OA_FLEX_NUM => '', -- VARCHAR2
    P_OA_FLEX_APPLICATION_ID => '140', -- NUMBER
    P_DISPLAY_ORDER => 802, -- check
    P_UPLOAD_PARAM_LIST_ITEM_NUM => '', -- NUMBER
    P_EXPANDED_SQL_QUERY => '', -- VARCHAR2
    P_LOV_TYPE => 'NONE', -- VARCHAR2
    P_OFFLINE_LOV_ENABLED_FLAG => 'N', -- VARCHAR2
    P_VARIABLE_DATA_TYPE_CLASS => '', -- VARCHAR2
    P_USER_ID => 2 -- NUMBER VERIFY THAT 2 IS CORRCT
    dbms_output.put_line('Creating MASSADD_DF_PARENT');
    -- see webadi dev.guide for complete parameter documentation.
    BNE_INTEGRATOR_UTILS.UPSERT_INTERFACE_COLUMN
    (P_APPLICATION_ID => 140,
    P_INTERFACE_CODE => interface_code,
    P_SEQUENCE_NUM => 1012,
    P_INTERFACE_COL_TYPE => 2, -- indicates that column exists
    in interface table.
    P_INTERFACE_COL_NAME => 'MASSADD_DF_PARENT',
    P_ENABLED_FLAG => 'Y',
    P_REQUIRED_FLAG => 'N',
    P_DISPLAY_FLAG => 'Y',
    P_FIELD_SIZE => '', --?
    P_DEFAULT_TYPE => '', -- JAVA_EACH_ROW, SQL, TABLELOOKUP
    etc.
    P_DEFAULT_VALUE => '',
    P_SEGMENT_NUMBER => '',
    P_GROUP_NAME => 'MASSADD_DF',
    P_OA_FLEX_CODE => 'FA_MASS_ADDITIONS',
    P_OA_CONCAT_FLEX => 'Y',
    P_READ_ONLY_FLAG => 'N',
    P_VAL_TYPE => 'DESCFLEX', -- TABLE,JAVA etc.
    P_VAL_ID_COL => '', -- Column for table LOV.
    P_VAL_MEAN_COL => '', -- Column for table LOV.
    P_VAL_DESC_COL => '', -- Column for table LOV.
    P_VAL_OBJ_NAME => 'oracle.apps.bne.integrator.validators.
    BneDFFValidator', -- Table for table LOV, class for java
    P_VAL_ADDL_W_C => '', -- where clause for table LOV.
    P_DATA_TYPE => '', -- 1=NUMBER,2=varchar,3=date ?
    P_NOT_NULL_FLAG => 'N', -- Y=not null, N=null
    P_VAL_COMPONENT_APP_ID => '140', -- NUMBER
    P_VAL_COMPONENT_CODE => 'OA_FLEX', -- VARCHAR2
    P_SUMMARY_FLAG => 'N', -- VARCHAR2
    P_MAPPING_ENABLED_FLAG => 'Y', -- VARCHAR2
    P_PROMPT_LEFT => 'Descriptive Flexfield', -- VARCHAR2
    P_PROMPT_ABOVE => '', -- VARCHAR2
    P_USER_HINT => '', -- VARCHAR2' List - Text','* List -
    Text', '* Value','Text','* Date'
    P_USER_HELP_TEXT => 'US', -- VARCHAR2
    P_LANGUAGE => 'US', -- VARCHAR2
    P_SOURCE_LANG => 'US', -- VARCHAR2
    P_OA_FLEX_NUM => '', -- VARCHAR2
    P_OA_FLEX_APPLICATION_ID => '140', -- NUMBER
    P_DISPLAY_ORDER => 803, -- check
    P_UPLOAD_PARAM_LIST_ITEM_NUM => '', -- NUMBER
    P_EXPANDED_SQL_QUERY => '', -- VARCHAR2
    P_LOV_TYPE => 'NONE', -- VARCHAR2
    P_OFFLINE_LOV_ENABLED_FLAG => 'N', -- VARCHAR2
    P_VARIABLE_DATA_TYPE_CLASS => '', -- VARCHAR2
    P_USER_ID => 2 -- NUMBER VERIFY THAT 2 IS CORRCT
    dbms_output.put_line('Creating OA_FLEX component');
    end;
    insert into bne_components_b
    (application_id, component_code, object_version_number, component_java_class,
    created_by, creation_date, last_updated_by, last_update_login, last
    updatedate )
    values
    (140, 'OA_FLEX',1.0,'oracle.apps.bne.integrator.component.BneOAFlexComponent',
    2,to_date('20051201','YYYYMMDD') ,2, 2, to_date('20051201','YYYYMMDD') );
    Update bne_interface_cols_b
    set last_update_date = to_date('20051201','yyyymmdd')
    where application_id = 140
    and interface_code = 'FA_MASS_ADD_INTERFACE'
    and sequence_num in (1011, 1012);
    Update bne_interface_cols_tl
    set last_update_date = to_date('20051201','yyyymmdd')
    where application_id = 140
    and interface_code = 'FA_MASS_ADD_INTERFACE'
    and sequence_num in (1011, 1012);
    Reference
    559392.1

    Hello.
    The process is described in the Oracle Web Applications Desktop Integrator Implementation and Administration Guide manual.
    Octavio

  • JAEHYLEE , Web ADI test servlets 이 작동하는지 확인하는 법

    PURPOSE
    Web ADI test servlets 이 작동하는지 확인하는 법
    Workaround
    N/A
    Solution Description
    아래와 같이
    http://webadi.oracle.com:8080/servlets/BneCaboTestServlet를 입력하면 WEB ADI가 working하는지 확인할수 있다
    Confirm the Web ADI test servlets are working.
    Access the BneCaboTestServlet in the servlet directory of the Oracle 9iAS web server. The servlet directory is defined in jserv.properties.
    For example, http://webadi.oracle.com:8080/servlets/BneCaboTestServlet
    아래와 같이 BNETEST를 통해서 diagnostic을 할수도있다
    http://xxx.oracle.com:8000/servlets/BNETEST
    Reference Documents
    177072.1

  • JAEHYLEE , WEB ADI 시스템 요구 사항

    PURPOSE
    WEB ADI 시스템 요구 사항
    Workaround
    N/A
    Solution Description
    2.1 System Admin
    Tasks included in these instructions require use of the AutoPatch, AD Administration, and License Manager utilities. For information about how to use these utilities, refer to Maintaining Oracle Applications, Release 11i[1].
    2.2 Client side system requirements:
    Operating System:
    Windows 98 or
    Windows ME or
    Windows NT 4.0 with Service Pack 3 or later or
    Windows 2000 or
    Windows XP.
    Software:
    Microsoft Excel 97 (32 bit) or
    Microsoft Excel 2000 or
    Microsoft Excel XP;
    Microsoft Internet Explorer 5.0 or later.
    Please be aware, Microsoft has ceased support for some of the operating systems and software listed above. This change in support does not affect the client side requirements. It should be noted though, that if the source of a problem is identified to be from the desupported Microsoft software. The only course of action will be to upgrade to a supported version.
    2.3 Server side installation requirements:
    Oracle Applications 11i
    Oracle Self Service for Web Applications with the latest patches
    Oracle 8.0.4 database or later with the latest patches
    Oracle General Ledger (for Web ADI journal functionality)
    Reference Documents
    177072.1

  • Early 2011 MBP 13 random reboots (no Kernel Panic logged)

    Hi,
    Problem Description:
    My MacBook Pro randomly reboots at least 1-2 times a day. I cannot find a kernel log because each restart is a double one.
    Let me explain the problem further : 1. Im doing something (nothing specific..no specific app) on the mac 2. The screen freezes and becomes unresponsive ( I know a reboot is coming)
    3. I get the gray screen which says "Your computer restarted because of a problem..." ...this is followed by the white screen with the apple sign..it loads for a few seconds and it reboots AGAIN..this time i hear the chime...loads into the OS normally ...works until i either shut it down / put it to sleep / another random restart (varies from 1 hour to 6 hours )
    Things I've tried :
    SMC / PRAM reset
    Erase Drive and TimeMachine Restore
    Apple Hardware Tests / Diagnostics all pass
    Verify / Repair permissions / disk (did this a million times)
    Reindexed Spotlight
    Erased Drive and did a clean install and MIGRATED files from TimeMachine
    Safe Mode ( THIS did not have random reboots...also fyi ..i didn't try this for long)
    Logs Data:
    Since I don't have the .panic files. I am pasting a chunk of the log before and after the PROBLEM.
    01/05/15 5:59:17.438 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c49fba0> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c49f3f0> (PID 601)
    01/05/15 5:59:22.006 pm CalendarAgent[197]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].]
    01/05/15 5:59:22.213 pm CalendarAgent[197]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].]
    01/05/15 5:59:34.254 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c20ecb0> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59b9395a0> (PID 601)
    01/05/15 6:00:06.297 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c20f710> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c20e910> (PID 601)
    01/05/15 6:00:06.937 pm storeaccountd[223]: ADI: {
        "Access-Control-Allow-Origin" = "*";
        "Cache-Control" = "no-transform, max-age=56";
        Connection = "keep-alive";
        "Content-Encoding" = gzip;
        "Content-Length" = 11075;
        "Content-Type" = "text/html; charset=UTF-8";
        Date = "Fri, 01 May 2015 12:30:06 GMT";
        "Last-Modified" = "Fri, 01 May 2015 12:30:06 GMT";
        Server = "ATS/4.1.0";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "X-Apple-Store-Front, Accept-Encoding";
        "X-Apple-ATS-Cache-Key" = "/17.173.38.161/80/in/app/extreme-road-trip-2/id592213926/iDevice/143467/13/htt ps?mt=12";
        "X-Apple-Partner" = "origin.0";
        "apple-timing-app" = "30 ms";
        "x-apple-aka-ttl" = "Generated Fri May 01 05:30:06 PDT 2015, Expires Fri May 01 05:31:06 PDT 2015, TTL 60s";
        "x-apple-application-instance" = 2126059;
        "x-apple-application-site" = ST11;
        "x-apple-jingle-correlation-key" = 3OMTSBGCRPXM67HMQNZSFXZJNQ;
        "x-apple-orig-url" = "https://itunes.apple.com/in/app/extreme-road-trip-2/id592213926?mt=12";
        "x-apple-translated-wo-url" = "/WebObjects/MZStore.woa/wa/viewSoftware?mt=12&id=592213926&cc=in&urlDesc=/extr eme-road-trip-2";
        "x-frame-options" = SAMEORIGIN;
        "x-webobjects-loadaverage" = 0;
    01/05/15 6:00:06.948 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c210a90> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c20d9a0> (PID 601)
    01/05/15 6:00:06.960 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c196c30> connection from pid 601 with interface <AccountServiceInterface: 0x7ff599437500> (PID 601)
    01/05/15 6:00:06.967 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c18b410> connection from pid 601 with interface <AccountServiceInterface: 0x7ff599438560> (PID 601)
    01/05/15 6:00:06.974 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c539b00> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c539cd0> (PID 601)
    01/05/15 6:00:06.983 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c1b3da0> connection from pid 601 with interface <AccountServiceInterface: 0x7ff5994a2530> (PID 601)
    01/05/15 6:00:06.998 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c53ccd0> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c53cf90> (PID 601)
    01/05/15 6:00:07.006 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff599462520> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c17c0b0> (PID 601)
    01/05/15 6:00:07.014 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c540020> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59967d410> (PID 601)
    01/05/15 6:00:07.051 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c350fb0> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59bbd8420> (PID 601)
    01/05/15 6:00:07.065 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c1840a0> connection from pid 601 with interface <AccountServiceInterface: 0x7ff599460b70> (PID 601)
    01/05/15 6:00:07.071 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c173240> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c173570> (PID 601)
    01/05/15 6:00:07.087 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c353980> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c354360> (PID 601)
    01/05/15 6:00:07.107 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c175490> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c175740> (PID 601)
    01/05/15 6:00:07.112 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c5428c0> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c542b80> (PID 601)
    01/05/15 6:00:07.118 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c176990> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c176c50> (PID 601)
    01/05/15 6:00:07.123 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59971b650> connection from pid 601 with interface <AccountServiceInterface: 0x7ff599727cc0> (PID 601)
    01/05/15 6:00:07.129 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c546100> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c5459e0> (PID 601)
    01/05/15 6:00:07.135 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff599722f20> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c0251e0> (PID 601)
    01/05/15 6:00:07.140 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c026c30> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59972a5b0> (PID 601)
    01/05/15 6:00:07.149 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c4a52e0> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c4a5df0> (PID 601)
    01/05/15 6:00:07.160 pm storeassetd[338]: AssetServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fdce06843d0> connection from pid 601 with interface <AssetServiceInterface: 0x7fdce066b6a0> (PID 601)
    01/05/15 6:00:14.710 pm storeaccountd[223]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff59c357510> connection from pid 601 with interface <AccountServiceInterface: 0x7ff59c357e40> (PID 601)
    01/05/15 6:00:59.000 pm bootlog[0]: BOOT_TIME 1430483459 0
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.AccountPolicyHelper" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/asl" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.awdd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.callhistory.asl.conf" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.cloudd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.clouddocs" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.commerce.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.CoreDuetAdmissionControl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.family.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.ical" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.icloud.FindMyDevice" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.secinitd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    01/05/15 6:01:23.000 pm kernel[0]: Longterm timer threshold: 1000 ms
    01/05/15 6:01:23.000 pm kernel[0]: PMAP: PCID enabled
    01/05/15 6:01:23.000 pm kernel[0]: Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64
    01/05/15 6:01:23.000 pm kernel[0]: vm_page_bootstrap: 1308015 free pages and 256657 wired pages
    01/05/15 6:01:23.000 pm kernel[0]: kext submap [0xffffff7f80a00000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000a00000]
    01/05/15 6:01:23.000 pm kernel[0]: zone leak detection enabled
    01/05/15 6:01:23.000 pm kernel[0]: "vm_compressor_mode" is 4
    01/05/15 6:01:23.000 pm kernel[0]: multiq scheduler config: deep-drain 0, urgent first 1, depth limit 4, band limit 127, sanity check 0
    01/05/15 6:01:23.000 pm kernel[0]: standard timeslicing quantum is 10000 us
    01/05/15 6:01:23.000 pm kernel[0]: standard background quantum is 2500 us
    01/05/15 6:01:23.000 pm kernel[0]: mig_table_max_displ = 13
    01/05/15 6:01:23.000 pm kernel[0]: TSC Deadline Timer supported and enabled
    01/05/15 6:01:23.000 pm kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    01/05/15 6:01:23.000 pm kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    01/05/15 6:01:23.000 pm kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    01/05/15 6:01:23.000 pm kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    01/05/15 6:01:23.000 pm kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    01/05/15 6:01:23.000 pm kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    01/05/15 6:01:23.000 pm kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    01/05/15 6:01:23.000 pm kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    01/05/15 6:01:23.000 pm kernel[0]: calling mpo_policy_init for TMSafetyNet
    01/05/15 6:01:23.000 pm kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    01/05/15 6:01:23.000 pm kernel[0]: calling mpo_policy_init for AMFI
    01/05/15 6:01:23.000 pm kernel[0]: Security policy loaded: Apple Mobile File Integrity (AMFI)
    01/05/15 6:01:23.000 pm kernel[0]: calling mpo_policy_init for Sandbox
    01/05/15 6:01:23.000 pm kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    01/05/15 6:01:23.000 pm kernel[0]: calling mpo_policy_init for Quarantine
    01/05/15 6:01:23.000 pm kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    01/05/15 6:01:23.000 pm kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    01/05/15 6:01:23.000 pm kernel[0]: The Regents of the University of California. All rights reserved.
    01/05/15 6:01:23.000 pm kernel[0]: MAC Framework successfully initialized
    01/05/15 6:01:23.000 pm kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    01/05/15 6:01:23.000 pm kernel[0]: AppleKeyStore starting (BUILT: Dec 22 2014 23:20:35)
    01/05/15 6:01:23.000 pm kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    01/05/15 6:01:23.000 pm kernel[0]: ACPI: sleep states S3 S4 S5
    01/05/15 6:01:23.000 pm kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    01/05/15 6:01:23.000 pm kernel[0]: AppleIntelCPUPowerManagement: (built 23:20:47 Dec 22 2014) initialization complete
    01/05/15 6:01:23.000 pm kernel[0]: pci (build 23:16:47 Dec 22 2014), flags 0xe3000, pfm64 (36 cpu) 0xf80000000, 0x80000000
    01/05/15 6:01:23.000 pm kernel[0]: [ PCI configuration begin ]
    01/05/15 6:01:23.000 pm kernel[0]: console relocated to 0xf80000000
    01/05/15 6:01:23.000 pm kernel[0]: [ PCI configuration end, bridges 12, devices 16 ]
    01/05/15 6:01:23.000 pm kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    01/05/15 6:01:23.000 pm kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    01/05/15 6:01:23.000 pm kernel[0]: rooting via boot-uuid from /chosen: A1126FF0-6322-3537-BAF8-8E5FD53F1C61
    01/05/15 6:01:23.000 pm kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    01/05/15 6:01:23.000 pm kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    01/05/15 6:01:23.000 pm kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    01/05/15 6:01:23.000 pm kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    01/05/15 6:01:23.000 pm kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    01/05/15 6:01:23.000 pm kernel[0]: AppleIntelCPUPowerManagementClient: ready
    01/05/15 6:01:23.000 pm kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID c82a14fffef9ef16; max speed s800.
    01/05/15 6:01:23.000 pm kernel[0]: BTCOEXIST off
    01/05/15 6:01:23.000 pm kernel[0]: BRCM tunables:
    01/05/15 6:01:23.000 pm kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    01/05/15 6:01:23.000 pm kernel[0]: CoreStorage: fsck_cs has finished for group "71FD7735-E3F8-4D96-8C91-C56BE7F42E02" with status 0x00
    01/05/15 6:01:23.000 pm kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/Hitachi HTS545032B9A302 Media/IOGUIDPartitionScheme/MacHD@2/CoreStoragePhysical/MacHD/MacHD
    01/05/15 6:01:23.000 pm kernel[0]: BSD root: disk1, major 1, minor 5
    01/05/15 6:01:23.000 pm kernel[0]: hfs: mounted MacHD on device root_device
    01/05/15 6:01:23.000 pm kernel[0]: VM Swap Subsystem is ON
    01/05/15 6:01:23.000 pm kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    01/05/15 6:01:23.000 pm kernel[0]: hfs: Removed 69 orphaned / unlinked files and 80 directories
    01/05/15 6:01:11.914 pm com.apple.xpc.launchd[1]: (com.apple.audio.coreaudiod) Unknown key for array: seatbelt-profiles
    01/05/15 6:01:11.914 pm com.apple.xpc.launchd[1]: (com.apple.alf) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    01/05/15 6:01:18.453 pm fseventsd[20]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (2030 19 2082)
    01/05/15 6:01:11.914 pm com.apple.xpc.launchd[1]: (com.apple.auditd) The TimeOut key is no longer respected. It never did anything anyway.
    01/05/15 6:01:18.453 pm hidd[68]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    01/05/15 6:01:18.454 pm iconservicesagent[37]: iconservicesagent launched.
    01/05/15 6:01:11.914 pm com.apple.xpc.launchd[1]: (com.apple.autofsd) This service is defined to be constantly running and is inherently inefficient.
    01/05/15 6:01:18.455 pm hidd[68]: IOHIDService compatibility thread running at priority 63 and schedule 2.
    01/05/15 6:01:23.740 pm watchdogd[30]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
    01/05/15 6:01:23.740 pm watchdogd[30]:  [watchdog_daemon] @(      wd_daemon_init) - could not initialize the hardware watchdog
    01/05/15 6:01:11.915 pm com.apple.xpc.launchd[1]: (com.apple.backupd-status) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    01/05/15 6:01:11.915 pm com.apple.xpc.launchd[1]: (com.apple.backupd.status.xpc) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    01/05/15 6:01:11.915 pm com.apple.xpc.launchd[1]: (com.apple.bsd.dirhelper) The TimeOut key is no longer respected. It never did anything anyway.
    01/05/15 6:01:11.916 pm com.apple.xpc.launchd[1]: (com.apple.cmio.AVCAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    01/05/15 6:01:11.916 pm com.apple.xpc.launchd[1]: (com.apple.cmio.IIDCVideoAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    01/05/15 6:01:11.916 pm com.apple.xpc.launchd[1]: (com.apple.cmio.VDCAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    01/05/15 6:01:11.916 pm com.apple.xpc.launchd[1]: (com.apple.configd) This service is defined to be constantly running and is inherently inefficient.
    01/05/15 6:01:11.917 pm com.apple.xpc.launchd[1]: (com.apple.coreduetd) This service is defined to be constantly running and is inherently inefficient.
    01/05/15 6:01:11.917 pm com.apple.xpc.launchd[1]: (com.apple.CoreRAID) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    01/05/15 6:01:11.917 pm com.apple.xpc.launchd[1]: (com.apple.CoreRAID) The ServiceIPC key is no longer respected. Please remove it.
    01/05/15 6:01:23.740 pm watchdogd[30]:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
    01/05/15 6:01:11.917 pm com.apple.xpc.launchd[1]: (com.apple.coreservicesd) The HopefullyExitsLast key is no longer respected. Please remove it.
    01/05/15 6:01:23.954 pm com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    01/05/15 6:01:23.974 pm watchdogd[80]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
    01/05/15 6:01:23.974 pm watchdogd[80]:  [watchdog_daemon] @(      wd_daemon_init) - could not initialize the hardware watchdog
    01/05/15 6:01:23.974 pm watchdogd[80]:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
    01/05/15 6:01:23.975 pm com.apple.xpc.launchd[1]: (com.apple.watchdogd) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    01/05/15 6:01:24.037 pm iconservicesagent[37]: Starting service with cache path: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.iconservices
    01/05/15 6:01:24.064 pm hidd[68]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x102987000
    01/05/15 6:01:24.064 pm hidd[68]: HID Session async scheduling initiated.
    01/05/15 6:01:24.064 pm hidd[68]: HID Session async root queue running at priority 63 and schedule 2.
    01/05/15 6:01:24.071 pm iconservicesd[36]: iconservicesd launched.
    01/05/15 6:01:24.072 pm iconservicesd[36]: Cache path: /Library/Caches/com.apple.iconservices.store
    01/05/15 6:01:24.094 pm hidd[68]: HID Session async scheduling complete.
    01/05/15 6:01:24.094 pm hidd[68]: Successfully opened the IOHIDSession
    01/05/15 6:01:25.000 pm kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    01/05/15 6:01:25.000 pm kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    01/05/15 6:01:25.000 pm kernel[0]: bpfAttach len 64 dlt 12
    01/05/15 6:01:25.920 pm opendirectoryd[45]: BUG in libdispatch: 14C109 - 2004 - 0x5
    01/05/15 6:01:25.949 pm com.apple.usbmuxd[51]: usbmuxd-344.5 on Dec  5 2014 at 17:02:22, running 64 bit
    01/05/15 6:01:26.120 pm com.apple.SecurityServer[52]: Session 100000 created
    01/05/15 6:01:26.000 pm kernel[0]: IOGraphics flags 0x43
    01/05/15 6:01:26.000 pm kernel[0]: IOBluetoothUSBDFU::probe
    01/05/15 6:01:26.000 pm kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0042
    01/05/15 6:01:26.000 pm kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x1000 ****
    01/05/15 6:01:26.000 pm kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed (matched on Device) -- 0x1000 ****
    01/05/15 6:01:26.000 pm kernel[0]: [IOBluetoothHCIController][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x1000
    01/05/15 6:01:26.000 pm kernel[0]: [IOBluetoothHCIController][start] -- completed
    01/05/15 6:01:26.000 pm kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    01/05/15 6:01:26.000 pm kernel[0]: **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0xc600 -- 0x0000 -- 0x1000 ****
    01/05/15 6:01:27.000 pm kernel[0]: Previous shutdown cause: -62

    You really don't need to post multiple times, you will get attention eventually.
    Find the reply here:
    MacBook Pro 13 (MBP 8,1 random restarts)

  • Error when using LOV wildcard(%) in custom web ADI

    Hello,
    I'm getting the following error on a custom Web ADI integrator.
    There are a number of LOVs on the form, and they're all working fine except one.
    The LOV is populated correctly, however, once the wildcard (%) search is used, the following error is shown:
    The following error has occurred
    Exception Name: oracle.apps.bne.exception.BneSQLException -
    Error occurred when setting bind value G% on SQL Statement at index 3.
    Cause: A low level API call failed.
    Action: Please note this error to your support
    representative.
    Statement: SELECT DISTINCT alias_value_name P_ALLOWANCE_NAME,
    alias_value_id, pel.element_type_id P_ELEMENT_TYPE_ID FROM apps.HXC_ALIAS_VALUES
    hav , apps.PAY_ELEMENT_LINKS_f pel , apps.per_all_assignments_f paaf ,
    apps.per_all_people_f ppf WHERE pel.ELEMENT_TYPE_ID = hav.attribute1 AND SYSDATE
    BETWEEN paaf.EFFECTIVE_START_DATE AND paaf.EFFECTIVE_END_DATE AND paaf.person_id
    = ppf.person_id AND ppf.employee_number = :1 AND ( (paaf.business_group_id =
    pel.business_group_id AND paaf.business_group_id =
    fnd_profile.value('PER_BUSINESS_GROUP_ID') AND LINK_TO_ALL_PAYROLLS_FLAG = 'Y')
    OR (pel.payroll_id = paaf.payroll_id ) ) AND hav.ENABLED_FLAG = 'Y' AND
    hav.ATTRIBUTE3 = 'PJ' AND HAV.ATTRIBUTE4 =
    DECODE(:2,'Quantity','Q','Amount','A','@') AND TRUNC(SYSDATE) BETWEEN
    HAV.DATE_FROM AND NVL(HAV.DATE_TO,HR_GENERAL.END_OF_TIME) AND TRUNC(SYSDATE)
    BETWEEN pel.effective_start_date AND
    NVL(pel.effective_end_date,HR_GENERAL.END_OF_TIME)
    Bind values used in SQL statement: G%
    Log File Bookmark: 964273
    Please help.
    Thanks,
    Mina

    Hi,
    maybe this is the problem. The type is byte and not binary.
    But I have the same problem as mentioned in the other thread: I can't change the type.
    The type in the WSDL of my web service is "base64binary". Is there maybe a possibility to import a jar-file for this type?
    Christian

  • How do I determine the version of ADI

    Hi,
    We have ADI installed on some machines - can anyone advise how I can determine the version of ADI once it is installed?
    Thanks

    This is a little late, but may be it will help someone else in the future.
    There may be an easier way, but this is what works for me.
    Log into ADI. Go to the Request Center. Click the ‘tool’ icon.
    It looks like a hammer and screwdriver.
    On the next screen, look in the bottom left corner.
    It will show the version of ADI.
    HTH,
    Mark

  • SQL exception occurred during PL/SQL upload  (Web ADI)

    Hi,
    I am having issue loading data using Web ADI, I am getting "SQL exception occurred during PL/SQL upload" error, I tried to restart Apache, also looked into the BNE.log file for the exact error but I am still not sure about this exception, can anyone please help?
    bne:text="SQL exception occurred during PL/SQL upload."
    bne:cause="Database insert error"
    RDBMS: 11.2.0.3.0
    Oracle Applications: 12.0.6
    Thanks,
    Bharat

    I am having issue loading data using Web ADI, I am getting "SQL exception occurred during PL/SQL upload" error, I tried to restart Apache, also looked into the BNE.log file for the exact error but I am still not sure about this exception, can anyone please help?Please rename the log file, reproduce the issue and check the log file then.
    bne:text="SQL exception occurred during PL/SQL upload."
    bne:cause="Database insert error"Please see these docs.
    R12 Uploading Intercompany Transactions Shows SQL Exception Occurred During PL/SQL Upload [ID 1234063.1]
    Batch Element Entry (BEE) Spreadsheet Interface > 10 Rows Fails with Error: 'SQL exception occured during PL/SQL Upload.' [ID 388012.1]
    How Do You Setup An AGIS Transaction That Has Several Transaction Lines For The Same Transaction [ID 946499.1]
    FCH: Error: "The upload process has completed with errors. Please Close to return to the document and fix the errors. - No rows uploaded - <999> rows were invalid" During WebADI Data Upload [ID 553025.1]
    R12: Legal Entity Name must be < 31 characters. [ID 472505.1]
    Oracle Payroll 'Batch Element Entry ( BEE )' Frequently Asked Questions ( FAQ ) [ID 1353021.1]
    Thanks,
    Hussein

  • SQLException in the audit log for the Message Display Tool

    Hi
    I´m newbie in PI Technology, and i have some issues when i try to do the next.
    This is the scenario:
    I need to communicate two systems, for one side i have SAP, and for the other side i have ADI (legal system) so, i use PI to do this (the communication), PI receive the data from SAP by means abap proxy, until this everything is correct, then i do the mapping of the data and i send a message to ADI (with the SAP XI Runtime Workbench) by means JDBC adapter, if i check the sended message with "Message Display Tool" show that the message was sent (status "Delivered") but if i check the received messages option, in the audit log displays the five next errors:
    Error: Could not execute statement for table/stored proc. "FADIA4" (structure "StatementFADIA4") due to java.sql.SQLException: FADIA4 in FILEMET not valid for operation.
    Error: JDBC Message processing failed, due to Error processing request in sax parser: Error when executing statement for table/stored proc. 'FADIA4' (structure 'StatementFADIA4'): java.sql.SQLException: FADIA4 in FILEMET not valid for operation.
    Error: MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'FADIA4' (structure 'StatementFADIA4'): java.sql.SQLException: FADIA4 in FILEMET not valid for operation.
    Error: Adapter Framework caught exception: null
    Error: Delivering the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'FADIA4' (structure 'StatementFADIA4'): java.sql.SQLException: FADIA4 in FILEMET not valid for operation..
    if there are somebody that maybe could know what is the problem?, could the problem be the side of the legal system?, because inside of PI when i do the Test Configuration in the Integration Directory, the end of the test is successful.
    Any comment is well received!!
    Thanks,
    Vicman
    P.D. sometimes the error is: java.sql.SQLException: Token ) was not valid. Valid tokens: DAY PATH YEAR LABEL MONTH OPTION RESULT CONNECTION TRANSACTION.
    what does it means?

    Hi Pooja,
    thanks for you quickly response!
    XML sended:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_PgDocVentaECC_req xmlns:ns0="http://gmodelo.com/ECC/enviarCobranza">
       <DT_DatosDeControl>
          <MIDDLEWARE_ID/>
          <QUICK_ID/>
          <INTERFACE_NAME/>
          <MESSAGE_ID/>
          <LOG_ID/>
          <USER_ID/>
          <SOURCE_SYSTEM/>
          <TARGET_SYSTEM/>
       </DT_DatosDeControl>
       <DT_PagoDocVentaECC>
          <VKORG>TVKO</VKORG>
          <VKBUR>TVBUR</VKBUR>
          <VKBUR1>TVBUR</VKBUR1>
          <ROUTE>TVRO</ROUTE>
          <ROUTE1>TVRO</ROUTE1>
          <BLART>Q</BLART>
          <BELNR>100</BELNR>
          <WRBTR>200</WRBTR>
          <LFART>100</LFART>
          <VBELN>100</VBELN>
       </DT_PagoDocVentaECC>
    </ns0:MT_PgDocVentaECC_req>
    this is the XML received:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:MT_PgDocVentaADI_req xmlns:ns1="http://gmodelo.com/ADI/recibirCobranza">
    <StatementFADIA7>
    <FADIA7action="INSERT">
    <Table>FADIA7</Table>
    <Access>
    <NUMCIA>123</NUMCIA>
    <NUMALM>234</NUMALM>
    <SUBALM>300</SUBALM>
    <CVETOP>16</CVETOP>
    <FOLOPV>22</FOLOPV>
    <SECOVA></SECOVA>
    <IMPOVA>200</IMPOVA>
    <ALMOVA>5678</ALMOVA>
    <SUBOVA>21</SUBOVA>
    <TOPOVA>21</TOPOVA>
    <FOPOVA>41</FOPOVA>
    <FECOVA>100</FECOVA>
    <STSOVA> </STSOVA>
    </Access>
    </FADIA7></StatementFADIA7>
    </ns1:MT_PgDocVentaADI_req>
    what do you think about it?, anything wrong?

  • Web ADI error

    Hi,
    We have changed the BNE: Upload Staging Directory profile path as we were getting empty excel sheets when we were exceuting FGS reports and after chaging this profile path the users were facing the below error when they are using Web ADI
    Fatal Error: Please have your system administrator view the bne.log.file. java.io.FileNotFoundException(The Network path was not found)
    When I asked my DBA if the provided path in Production is a valid path then he changed the path again and asked to clear the browser cache and test the issue again. After clearing the browser cache when users tried using ADI they are getting Empty Excel sheets.
    User has the Internet explorer setting and Excel setting properly.
    Kindly let us know if we need to verify any other settings or profile options.
    Any help is much appreciated.
    Regards,
    Shabana.

    Pl see if ML Doc 272789.1 (Post Clone Problem: Login/Portal Server Installation May Not Be Complete) can help
    HTH
    Srini

  • ADI and 9i conflict

    This is my first post. I'm working in a Windows XP Service Pack 2 environment w/ Office 2003 SP2. I'm trying to solve a problem inherited from the previous software packager for our company. Here's what's happening:
    A small number of our company users require both Oracle ADI (also called Net8, although I don't know if that's an Oracle designation or just how our company describes it) and Oracle 9i (Oracle 9.2.0.1).
    If ADI has been installed first and 9i is installed next, it breaks some of the ADI functionality (I've been testing by attempting to log into a development database, and I can log in as long as I don't install 9i).
    I'm fairly confident I have all the source Oracle installation files; what I don't have are the source files used to create a silent-install package, so I'm not sure how the previous packager put it all together.
    But what I discovered is this: if ADI is already installed and then I manually install 9i from the Oracle source files rather than our packaged version, the install gets to the "File Locations" screen and ignores the DEFAULT_HOME_LOCATION and DEFAULT_HOME_NAME info in oraparam.ini. Instead, the "Name" and "Path" fields display the values from the 8i install. If I continue with the install, I get a message telling me I can't install to an existing 8.0x ORACLE_HOME. Our packaged version supresses this error, but I suspect that's the root cause of why ADI stops working.
    I also reversed the scenario and tried installing 9i first, then ADI second, but I get a similar message from the ADI install, where it picks up the existing values from the 9i install rather than using the ones it's supposed to.
    Does anyone know of a way I can get around this?

    Hi Guys,
    I am told by a DBA that if active directory and SSO server is being used the FND user password in the apps can be syncronized using SSL.
    There for the FND user password will be the same as the domain login.. which means ADI and other applications using the oracle fnd user password will be sync with domain password..
    Dont get too technical on me.
    Elham Abawi
    Functional Consultant

  • Oracle 11i - ADI journal upload : Program was terminated by signal 11

    Hi,
    A user was trying to upload journals using ADI. The concurrent program failed and the log has this string :
    gllcje() 22-MAY-2012 14:04:02/11A_u01/app/applmgr/pd4aappl/gl/11.5.0/bin/GLLEZL
    Program was terminated by signal 11
    Any help to resolve the issue is appreciated.
    Regards,
    Arun

    A user was trying to upload journals using ADI. The concurrent program failed and the log has this string :Is the issue with all users or specific one(s)?
    gllcje() 22-MAY-2012 14:04:02/11A_u01/app/applmgr/pd4aappl/gl/11.5.0/bin/GLLEZL
    Program was terminated by signal 11Can you find more details in the BNE.log file?-- How to Create a BNE Log For Web Adi Issues and Errors? [ID 817023.1]
    Any help to resolve the issue is appreciated.Please see these docs.
    Program Was Terminated By Signal 11 On GLLEZL During The Print Phase [ID 580120.1]
    GLLEZL Journal Import Terminates With Signal 11 On IBM AIX [ID 976080.1]
    WEB ADI Journal Import Gllezl Ends With Signal 11 After Adding Attributes To Dff On Gl_je_lines [ID 1295596.1]
    R12: Journal Import Signal 11 After Application of Flexfields Patch 9873633 [ID 1233395.1]
    Thanks,
    Hussein

  • GL Journal Import Web ADI Issue - Line DFF

    We have a requirement to add DFF values to Journal Web ADI import. We have added Line DFF Context and Line DFF fields to the layout. Document is getting created and but the upload fails with the below message,
    Upload processing did not complete
    Exception during parsing of upload document. java.lang.NullPointerException
    Any pointers/ help is highly appreciable.
    Thanks In Advance

    Hi Hussein,
    Thank you for your response. Below are the error messages that I got from the BNE log file. Can you please help me to figure out what is the wrong here.
    11/6/14 7:32 AM AJPRequestHandler-HTTPThreadGroup-34 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 101:L3_JOURNALS_120
    11/6/14 7:32 AM AJPRequestHandler-HTTPThreadGroup-34 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 101:L3_JOURNALS_120
    11/6/14 7:32 AM AJPRequestHandler-HTTPThreadGroup-34 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 101:L3_JOURNALS_120
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          BneUploader.processUpload(), fatal exception: java.lang.NullPointerException
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          java.lang.NullPointerException
      at oracle.apps.bne.integrator.upload.BneFineValidator.runTableValidation(BneFineValidator.java:946)
      at oracle.apps.bne.integrator.upload.BneFineValidator.validateColumns(BneFineValidator.java:702)
      at oracle.apps.bne.integrator.upload.BneSAXUploader.processDeepestLevel(BneSAXUploader.java:2248)
      at oracle.apps.bne.integrator.upload.BneSAXUploader.startElement(BneSAXUploader.java:1202)
      at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:181)
      at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:234)
      at oracle.apps.bne.integrator.upload.BneUploader.processUpload(BneUploader.java:301)
      at oracle.apps.bne.integrator.upload.BneAbstractUploader.processUpload(BneAbstractUploader.java:114)
      at oracle.apps.bne.integrator.upload.async.BneAsyncUploadThread.run(BneAsyncUploadThread.java:149)
    11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          BneOracleWebAppsContext.getExtraJDBCConnection recieved the same connection as the base connection.  There may be transaction problems.

Maybe you are looking for

  • SSL VPN Webauth/anyconnect failue

    So with our setup we're using the SSL webauth page as it uses RSA Adaptive Authentication as the second factor for auth. In the DAP we then push the connection over to anyconnect. The result is this. 1. Webauth to AD 2. RSA auth with questions 3. DAP

  • Can 5 axis image stabilization be engaged with non system lenses for A7II and A7rII?

    Many people use/will use their excellent non system manual focus non system macro lenses on the A7II and undoubtedly on the soon to be released A7RII. Stabilization in the X/Y planes is very very important for macro. Sony on the A7II only stablizes t

  • Nokia E51 Update Help!

    Hi my dad gave me his E51 after he had bought an E71. Whan i received it, the keys especially the home button were working well. After sometime, the left (blue) menu key was not working. And then it came to the Volume buttons, then to the number 4 bu

  • Inserting Multiple Rows

    Hi, I'm just evaluating Numbers and I can't figure out how to insert multiple rows within a set of existing rows. I can see how to add a single row above or below a row, but not how to open up a block to insert multiple rows. Many thanks, Jonathan

  • A problem when importing an Adobe Premiere project into AE

    Hi I've recently had to reinstall my entire hard drive (all my Adobe software is CS5) After the reinstallation I created a new Premiere project, but when I tried to open it in AE as I always did (file-import-adobe premiere pro) it open an empty compo