DAC - Custom Workflow Task - Parameter file does not exist

Hi expert,
I have some issues running custom task in DAC with Siebel OLTP to DW. Please see log below. Anyone can help me in this regard?
Note: Siebel Custom Table to Data Warehouse Custom table - Created new workflow in Informatica for custom table
ANOMALY INFO::: Error while executing : INFORMATICA TASK:DU_SDE_SBL_78_Adaptor:SDE_TCDimension:(Source : FULL Target : FULL)
MESSAGE:::
Irrecoverable Error
Request to start workflow : 'SDE_TCDimension' has completed with error code 17
Error Message : Parameter file does not exist.
Connected to Integration Service: [Arcis_Dev_Integration_Service].
ERROR: unable to open local paramfile [XX/obi/Informatica/PowerCenter8.6.1/server/infa_sh ared\SEBL_78.DataWarehouse.DU_SDE_SBL_78_Adaptor.SDE_TCDimension.txt].
Disconnecting from Integration Service
=====================================
          STD OUTPUT
          =====================================
          Informatica(r) PMCMD, version [8.6.1], build [183.1217], Windows 32-bit
          Copyright (c) Informatica Corporation 1994 - 2008
          All Rights Reserved.
          Invoked at Thu Sep 22 13:34:26 2011
          Connected to Integration Service: [AD_Service].
          ERROR: unable to open local paramfile [XX/obi/Informatica/PowerCenter8.6.1/server/infa_shared\SEBL_78.DataWarehouse.DU_SDE_SBL_78_Adaptor.SDE_TCDimension.txt].
          Disconnecting from Integration Service
Edited by: Jing Jang on Sep 22, 2011 11:58 PM

Hi thanks for replying.
I Assembled the subject area, generated parameters and I built the execution plan, everything is success. For other task parameter file is generating.
DAC log shows as you mentioned.
pmcmd startworkflow -sv Arcis_Dev_Integration_Service -d ARCISDEV_crmobidev -u Administrator -p **** -f DU_SDE_SBL_78_Adaptor -lpf /XXX/obi/Informatica/PowerCenter8.6.1/server/infa_shared\SEBL_78.DataWarehouse.DU_SDE_SBL_78_Adaptor.SDE_TCDimension.txt SDE_TCDimension
Error Message:
ANOMALY INFO::: Error while executing : INFORMATICA TASK:DU_SDE_SBL_78_Adaptor:SDE_TCDimension:(Source : FULL Target : FULL)
          MESSAGE:::
          Irrecoverable Error
          Request to start workflow : 'SDE_TCDimension' has completed with error code 17
          Error Message : Parameter file does not exist.
          Command Used: pmcmd startworkflow -sv Arcis_Dev_Integration_Service -d ARCISDEV_crmobidev -u Administrator -p **** -f DU_SDE_SBL_78_Adaptor -lpf /XXX/obi/Informatica/PowerCenter8.6.1/server/infa_shared\SEBL_78.DataWarehouse.DU_SDE_SBL_78_Adaptor.SDE_TCDimension.txt SDE_TCDimension**
          Workflow Message:
Since we gave the InformaticaParameterFileLocation as /XXX/obi/Informatica/PowerCenter8.6.1/server/infa_shared , it is showing exactly. But I don't know why the "\" slash is coming.
DAC server is on AIX and I'm running DAC client from another windows machine, I have Informatica Client installed on my machine.
Right now I'm checking with Unit Testing, do I need to run full execution to get that parameter file generated?
Appreciate your help.

Similar Messages

  • Error in script task "The name 'file' does not exist in the current context"

    I am new to the c# scripting and SSIS come from PHP and Foxpro.
    I am using SSIS with a script task and I am getting am errror "The name 'file' does not exist in the current context" in the following code in the picture below: (See
    Why does the object named "file" go away after the first refrence to it?? How do I make it avaliable for the whole script??
         public void Main()
            String cFileInfo = null;
            DateTime dFTPFileDateTime;
       bool fireAgain = true;
                List<IRemoteFileInfo> fileList = (List<IRemoteFileInfo>)Dts.Variables["SFTPResult"].Value;
                foreach (IRemoteFileInfo file in fileList)
                    cFileInfo = file.Name + "|" +file.ModifiedTime +"|"+ file.Size;
                Dts.Events.FireInformation(1, "Name ", cFileInfo, "", 0, ref fireAgain);
                dFTPFileDateTime =
    file.ModifiedTime;
    << This is where the error is occuring. 
                Dts.TaskResult = (int)ScriptResults.Success;

    I think you forgot { and } after the loop... Or is that deliberately?
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

  • Load file does not exist

    We have several users using OLS V4.2 on one of our citrix servers. However, one of our users can upload an excel sheet into OLS. She always gets the error :
    Package Result = Error]
    Package:                     Import excel V2
    Appset:                      Blagden
    Application:                 SALES
    Request Time:                2009-04-14 16:56:18
    Start   Time:                2009-04-14 16:56:18
    End     Time:                2009-04-14 16:56:18
    Total   Time:                00:00:00
    TOTAL STEPS  8
    1. Assign initial parameters:        completed  in 0 sec.
    2. Create Temp Table:                completed  in 0 sec.
    3. Transform Data Task1:             completed  in 0 sec.
    4. update:                           completed  in 0 sec.
    5. update rejected:                  completed  in 0 sec.
    6. Transform Data Task2:             completed  in 0 sec.
    7. Convert data:                     completed  in 0 sec.
    8. Load and process:                 Failed  in 0 sec.
    [Selection]
    XLFILE= DATAMANAGER\DATAFILES\FL_sales reporting outlooksoft_FL1_FL3_A2009_03.xls
    SHEET=TOTAL
    TRANSFORMATION= DATAMANGER\TRANSFORMATIONFILES\my Files\import historical data.xls
    CLEARDATA= No
    RUNLOGIC= Yes
    [Messages]
    [ The load file does not exist ]
    I deleted the user from the userlist and reprocessed security. I added the user again in the admin group and reporcessed user security. Same error.
    When the user logs on on citrix using her profile  and starts Webexcel using my profile - no problem.
    My profile has administrator rights and she may not have them. So I really want her into the usergroup.
    We renamed the file to upload to a file with 8 characters - same problem.
    Anyone any experience with this error and how to solve it ?
    Thanks for your reply.
    Johan

    Hello,
        From what I understand from your log file, this is a custom import package. It is failing into the last step, loading data into the cube and it seems there is no file to be loaded. If the same package is working well for the other users, this means that the user has not enough security rights to load data from that file (maybe the file contains data for which the user is not authorized to see).
       To understand better what is happening, just try to activate the debug using the DEBUG(ON) instruction into EvModifyPackage. This will create more information regarding the parameters passed to your tasks and you will be able to identify the file name passed to Dump&Load task.
    You can verify then into Private publication\user name\Temp files the content of file (and the content of all temporary files generated by your package) and this will help you to understand where is the problem.
    Hope this can help you,
    Mihaela

  • File does not exist: /oa_servlets/AppsLogin-Urgent plz

    Hi;
    I have r11.5.9 on AIX 5.2 i create one new AIX 5.3 server give same IP and copy all folder from 5.2 to 5.3 wiht exact path.
    With same user i can open db+lsnr+apache on new 5.3 server But when i try to login EBS i can see login page also Ebuniess enter link but when i click it it thoruh 404 page can not found
    In apache log file i have File does not exist: /oa_servlets/AppsLogin, i can not find pages under $COMMONTOP on 5.2 and my new 5.3 server. But on 5.2 i canlogin system wihtout any issue
    All services start wihtout problem also db, i run autoconfig on appstier but when i try to run on dbtier it thotugh error:( I am not sure i need to run autoconfig on dbtier for upper erro)
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /xxx/xxdb/9.2.0
    /xxx/xxdb/9.2.0/jdk/bin/jre and /xxx/xxdb/9.2.0/jdk/9.2.0/jdk/bin/java not found Pass option 'java' on command line
    and yes there is no such a file like that. How i can solve those problem
    thanks

    Hussein i cant run autoconfig also preclone on dbtier but apps tier i could run autoconfig and its end wihtout error
    http://xx:8001/OA_HTML/jsp/fnd/aoljtest.jsp http://xxx:8001/pls/TEST2/FND_WEB.PING - too
    http://xx:8001/aplogon.html
    I cant open those too
    Fri Sep 17 19:49:00 2010] [error] [ File does not exist: /oa_servlets/AppsLogin
    [Fri Sep 17 20:00:01 2010] [error] OPM: EW: Fail to start process with mod=JServ and grp=DiscoGroup, it's possible that your configuration file is not correct.
    [Fri Sep 17 20:00:01 2010] [error] OPM: EW: Fail to start process with mod=JServ and grp=OACoreGroup, it's possible that your configuration file is not correct.
    [Fri Sep 17 20:00:01 2010] [error] OPM: EW: Fail to start process with mod=JServ and grp=XmlSvcsGrp, it's possible that your configuration file is not correct.
    [Fri Sep 17 20:14:39 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:14:39 2010] [error] [] File does not exist:
    [Fri Sep 17 20:14:51 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:14:51 2010] [error] [] File does not exist:
    [Fri Sep 17 20:14:55 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:14:55 2010] [error] [] File does not exist:
    [Fri Sep 17 20:15:06 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:15:06 2010] [error] [ File does not exist: /servlets/Hello -
    [Fri Sep 17 20:15:11 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:15:11 2010] [error] [ File does not exist: /servlets/Hello
    [Fri Sep 17 20:15:14 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:15:14 2010] [error] [] File does not exist: /servlets/
    [Fri Sep 17 20:15:50 2010] [error] [] File does not exist: /xxxx/portal/oracle/_servlets/Hello
    [Fri Sep 17 20:15:59 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:15:59 2010] [error File does not exist: /oa_servlets/Hello
    [Fri Sep 17 20:16:15 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:16:15 2010] [error] [] File does not exist:
    [Fri Sep 17 20:18:04 2010] [error] script not found or unable to stat: /xx\xxora/8.0.6/tools/web60/cgi/ifcgi60

  • File does not exist, SMTP permanent error

    Hi All,
    I got stuck with this error, please help me on this.
    Mine is windows OS, apps 11.5.10.2
    I have a cocncurrent program out file (.out) in out directory and also the same file with naming convention 'name_concurrenrequestid_1.EXCEL' extension in the same directoy. I need to send this EXCEL file as attachment to email id in windows environment. Whenver submit the request is giving the error.
    File Does Not Exist
    Error in Send Mail: ORA-29279: SMTP permanent error: 501 5.5.4 Invalid Address.
    I verified the file , it is already existed in the directory. Why did it not recognized the file. I tried the below query in toad,, but got the 'FALSE' for %APPLCSF, and got the TRUE for custom directory which has the same file
    declare
    v_boolean BOOLEAN;
    v_Len NUMBER;
    v_Block NUMBER;
    BEGIN
    utl_file.fgetattr('%APPLCSF%\%APPLOUT', 'name_concurrentreuestid_1.EXCEL', v_boolean, v_Len, v_Block);
    if v_boolean then
    dbms_output.put_line('v_boolean: TRUE');
    dbms_output.put_line('L:' || to_char(v_Len));
    dbms_output.put_line('B:' || to_char(v_Block));
    else
    dbms_output.put_line('EX: FALSE');
    end if;
    END;
    I do have full access on this folder. Once it recognizes the file I can send the mail.
    Appreciate any help on this. Plz...........
    Thanks,
    JP

    Thank you for the quick reply Srini.
    But my email program is working fine if I change the path from %APPLCSF%APPLOUT to Customtop\out directory to identify the file. It was sent the attachment also to my email id.
    But my requirement is I need to send the file from Out directory not from customtop out . Even it is not recognized the .out file using this UTL_File.fgetattr() in out directory.
    Appreciate any furthur assistance.
    Thanks,
    JP

  • 10g - File does not exist: .../Apache/Apache/htdocs/dsl/apex/apex_admin

    We are on 10.2.0.3, and created a separate (dedicated) ORACLE_HOME for the App Exp 3.0.1 installation.
    We used the OUI to install the Companion version of Apache (HTTP server 1.3) on our IBM AIX5L machine 9119-595 (64 bit) and we set all appropriate conf files (dads.conf, httpd.conf, don't have a 'marvel' file) to port 3232. Successfully ran the command "EXEC DBMS_XDB.SETHTTPPORT(3232);" in the App Exp repository DB. We restarted Apache (HTTP server).
    The Oracle Apache HTTP web page successfully displays at http://bbbbb.oooo.com:3232/ .
    When trying to start the App Exp Aministrator at "http://bbbbb.oooo.com:3232/dsl/apex/apex_admin" we get "The page cannot be found" (HTTP 404 - File not found, Internet Explorer).
    The Apache error log "/Apache/Apache/logs>view error_log.1205496000" contains the following lines:
    [Fri Mar 14 15:21:31 2008] [error] [client 10.30.24.9] [ecid:  1205526091:10.9.8.244:5546130:0:485,0] File does not exist: /seamnt/prd203
    /u01/oracle/product/10_2_http_server/Apache/Apache/htdocs/dsl/apex/apex_admin
    Here is our dads.conf file contents (password hidden, but does work to login to APEX_PUBLIC_USER via SQL*plus):
    # ============================================================================
    # mod_plsql DAD Configuration File
    Alias /i/ "/u01/oracle/product/10_2_http_server/Apache/Apache/images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString bbbbb.oooo.seagate.com:3232:okdedw1 ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword XXXXXXX
    Allow from all
    </Location>
    All the following conf files seem to contain the suggested references to other conf files:
    httpd.conf
    # Include the Oracle configuration file for custom settings
    include "/seamnt/prd203/u01/oracle/product/10_2_http_server/Apache/Apache/conf/oracle_apache.conf"
    "plsql.conf" 37 lines, 1722 characters
    include /seamnt/prd203/u01/oracle/product/10_2_http_server/Apache/modplsql/conf/dads.conf
    include /seamnt/prd203/u01/oracle/product/10_2_http_server/Apache/modplsql/conf/cache.conf
    "cache.conf" [Read only] 21 lines, 728 characters
    PlsqlCacheDirectory /seamnt/prd203/u01/oracle/product/10_2_http_server/Apache/modplsql/cache
    That directory "dsl" does NOT exist under the "htdocs" directory.
    Any ideas what's wrong ("File does not exist: .../Apache/Apache/htdocs/dsl/apex/apex_admin) ?
    That directory "dsl" does NOT exist under the "htdocs" directory.
    okdev9a#:/u01/oracle/product/10_2_http_server/Apache/Apache/htdocs>ls -la
    total 754
    drwxr-x--- 9 oracle dba 2048 Mar 13 15:04 .
    drwxr-x--- 16 oracle dba 1024 Mar 13 15:16 ..
    -rw-r----- 1 oracle dba 5927 Jan 22 2005 NFIntro.htm.de
    -rw-r----- 1 oracle dba 5864 Apr 26 2005 NFIntro.htm.en
    -rw-r----- 1 oracle dba 6049 Jan 22 2005 NFIntro.htm.es
    -rw-r----- 1 oracle dba 6049 Jan 22 2005 NFIntro.htm.es_ES
    -rw-r----- 1 oracle dba 5962 Jan 22 2005 NFIntro.htm.fr
    -rw-r----- 1 oracle dba 5962 Jan 22 2005 NFIntro.htm.fr_CA
    -rw-r----- 1 oracle dba 5864 Apr 26 2005 NFIntro.htm.htm
    -rw-r----- 1 oracle dba 5989 Jan 22 2005 NFIntro.htm.it
    -rw-r----- 1 oracle dba 5782 Jan 22 2005 NFIntro.htm.ja
    -rw-r----- 1 oracle dba 5902 Jan 22 2005 NFIntro.htm.ko
    -rw-r----- 1 oracle dba 5973 Jan 22 2005 NFIntro.htm.pt_BR
    -rw-r----- 1 oracle dba 5788 Jan 22 2005 NFIntro.htm.zh_CN
    -rw-r----- 1 oracle dba 5806 Jan 22 2005 NFIntro.htm.zh_TW
    -rw-r----- 1 oracle dba 5927 Jan 22 2005 OHSDemos.htm.de
    -rw-r----- 1 oracle dba 6708 Apr 26 2005 OHSDemos.htm.en
    -rw-r----- 1 oracle dba 6049 Jan 22 2005 OHSDemos.htm.es
    -rw-r----- 1 oracle dba 6049 Jan 22 2005 OHSDemos.htm.es_ES
    -rw-r----- 1 oracle dba 5962 Jan 22 2005 OHSDemos.htm.fr
    -rw-r----- 1 oracle dba 5962 Jan 22 2005 OHSDemos.htm.fr_CA
    -rw-r----- 1 oracle dba 6708 Apr 26 2005 OHSDemos.htm.htm
    -rw-r----- 1 oracle dba 5989 Jan 22 2005 OHSDemos.htm.it
    -rw-r----- 1 oracle dba 5822 Jan 22 2005 OHSDemos.htm.ja
    -rw-r----- 1 oracle dba 5902 Jan 22 2005 OHSDemos.htm.ko
    -rw-r----- 1 oracle dba 5973 Jan 22 2005 OHSDemos.htm.pt_BR
    -rw-r----- 1 oracle dba 5788 Jan 22 2005 OHSDemos.htm.zh_CN
    -rw-r----- 1 oracle dba 5806 Jan 22 2005 OHSDemos.htm.zh_TW
    drwxr-x--- 2 oracle dba 1024 Mar 13 14:57 Tab_files
    drwxr-xr-x 2 oracle dba 96 Mar 13 14:59 _pages
    drwxr-x--- 2 oracle dba 96 Mar 13 15:04 dav_public
    drwxr-x--- 2 oracle dba 1024 Mar 13 14:59 error_docs
    -rw-r--r-- 1 oracle dba 15326 Mar 13 15:04 index.html.de
    -rw-r--r-- 1 oracle dba 14643 Mar 13 15:04 index.html.en
    -rw-r--r-- 1 oracle dba 15724 Mar 13 15:04 index.html.es
    -rw-r--r-- 1 oracle dba 15724 Mar 13 15:04 index.html.es_ES
    -rw-r--r-- 1 oracle dba 15481 Mar 13 15:04 index.html.fr
    -rw-r--r-- 1 oracle dba 15481 Mar 13 15:04 index.html.fr_CA
    -rw-r--r-- 1 oracle dba 14643 Mar 13 15:04 index.html.html
    -rw-r--r-- 1 oracle dba 15199 Mar 13 15:04 index.html.it
    -rw-r--r-- 1 oracle dba 18542 Mar 13 15:04 index.html.ja
    -rw-r--r-- 1 oracle dba 17428 Mar 13 15:04 index.html.ko
    -rw-r--r-- 1 oracle dba 15472 Mar 13 15:04 index.html.pt_BR
    -rw-r--r-- 1 oracle dba 16961 Mar 13 15:04 index.html.zh_CN
    -rw-r--r-- 1 oracle dba 17134 Mar 13 15:04 index.html.zh_TW
    drwxr-x--- 2 oracle dba 1024 Mar 13 14:57 ohs_images
    drwxr-x--- 2 oracle dba 1024 Mar 13 14:57 sol
    drwxr-x--- 2 oracle dba 1024 Mar 13 14:57 win
    Any ideas what's wrong ("File does not exist: .../Apache/Apache/htdocs/dsl/apex/apex_admin) ?
    Thanks!!!
    Scott.
    Message was edited by: Scott McMillan
    user625897

    Your dads.conf says
    <Location /pls/apex>
    but you say
    "When trying to start the App Exp Aministrator at "http://okdev9a.okla.com:3232/dsl/apex/apex_admin" "
    Try http://okdev9a.okla.com:3232/pls/apex
    instead of dsl/apex..
    Cheers,
    Vidar

  • File does not exist: /oa_servlets/AppsLogin

    Hi.
    The Apache error log reads thus: File does not exist: /oa_servlets/AppsLogin.
    The login page appears. BUt when selecting the EBS suite link, or OAM link, the HTTP 404 Not Found appears.
    I have checked that all services are up on the server. I have cleared the web cache and rebooted Apache.
    The only change to this environment is that I took it out of archivelog mode today.
    I am not sure where the /oa_servlets/AppsLogin is supposed to be - if I did then I could verify where it is.
    Apart from raising an SR, are there any other ideas for this?
    Thank you!
    DA

    Just checked the dbc file - does not contain any information (how could this happen??)
    [ cat da_test.dbc
    # $Header: template.dbc 115.4 2000/04/20 11:50:57 pkm ship $
    # TEMPLATE.dbc
    # Template database configuration file.
    # Create one copy of this file for each database instance this
    # Applications Server will connect to. Each file should have the name
    # <database_instance_name>.dbc
    # and be located in this directory ($FND_TOP/secure).
    # Change each of the parameters below to values appropriate for
    # the database instance. Do not change the syntax.
    # This file can be gererated using the AdminAppServer tool.
    # This is a java utility that can be run from the command line.
    # Instructions to use this tool are documented in the Applications
    # Sysadmin Manual.
    # TWO_TASK
    # SQL*Net name of database.
    TWO_TASK=database
    # FNDNAM
    # Oracle User to be used for Oracle Applications connection.
    # The FNDNAM Oracle User must have Oracle Applications privilege level
    # 'Universal'.
    FNDNAM=APPS
    # GWYUID
    # Oracle User/Password of the public account to be used for initial
    # Oracle Applications connection.
    # The GWYUID Oracle User must have Oracle Applications privilege level
    # 'Public'.
    GWYUID=APPLSYSPUB/PUB
    # GUEST_USER_PWD
    # Applications User/Password of the Guest user.
    # The Guest Applications User is a public Applications user
    # with no responsibilities assigned. If no such user exists,
    # create one in the 'Define User' form. Do not use a user with
    # any active responsibilities. Note: This parameter is for
    # an applications user NOT an Oracle user. The Guest user
    # is seeded with 11i.
    GUEST_USER_PWD=GUEST/GUEST
    # THE FOLLOWING PARAMETERS ARE RELEVANT ONLY
    # IF JDBC IS BEING USED. IF THEY ARE NOT SUPPLIED, DEFAULTS
    # WILL BE USED.
    # APPS_JDBC_DRIVER_TYPE
    # The type of JDBC driver being used. If no value is supplied,
    # the thick (OCI) driver will be used. Give a value of THIN
    # or THICK depending on the type of JDBC driver to be used.
    # For a detailed discussion on the THIN vs the THICK driver,
    # refer to the JDBC documentation. For Release 11i , this
    # should be set to a value of THIN.
    APPS_JDBC_DRIVER_TYPE=THIN
    # DB_HOST
    # The host machine on which the database resides. This parameter
    # is required only if the THIN DRIVER is being used.
    DB_HOST=host_name
    # DB_PORT
    # The port of the host machine on which the database resides.
    # This is required only if the THIN driver is being used.
    DB_PORT=port_number
    # DB_NAME
    # Database instance name.
    # This is required only if the THIN driver is being used.
    # If no value is provided, the TWO_TASK is used.
    # DB_NAME=db_name

  • MS ssis service: registry setting specifying configuration file does not exist. attempting to load default configuration file. SQLIService100 - event id 274

    window 2008 R2 server ---- after installing SQL 2008 R2 then applying sp2 / sp3 I noted a warning -
    Note this server had SQL 2008 R2 uninstalled previously.
    MS ssis service: registry setting specifying configuration file does not exist. attempting to load default configuration file.
    SQLIService100 - source
    event id- 274
    user - N/A
    Task category - service control.
    Do we need to fix something and how do we fix this warning event?
    dsk

    You could search online for this warning. I was able to find http://superuser.com/questions/346264/event-log-warning-registry-setting-specifying-configuration-file-does-not-exist
    where the fix is "in your registry, go to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTS\ServiceConfigFile
    or
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\ServiceConfigFile
    if value is empty then add in:
    C:\Program Files\Microsoft SQL Server\100\DTS\Binn\MsDtsSrvr.ini.xml"
    Arthur
    MyBlog
    Twitter

  • Variable  is used in description text Task description, but does not exist

    Hi,
    I am getting following error in the standard task 207914 ERMS_DECSN.
    Workflow Error
    Variable &REQREQ.REQUISITIONERUSER.ITSDESTINATIONSY& exists in description text Task description, but not in the container
    Message no. 5W146
    Diagnosis
    Variable  is used in description text Task description, but does not exist in the container.
    System Response
    The task could cause workflow errors.
    Procedure
    Correct description text Task description or add the variable to the container.
    Can anybody please guide step by step process to correct this error.
    Regards,
    Deepak

    Hi Deepak,
    I face a similar issue,Task description contains an element which is available in container, but during Check, it throws below error.
    Variable &ZINFO.REASON& exists in description text Task description, but not in the container
    but variable "&ZINFO.REASON&" is not accessed in Task description.
    suggest any ways to check the binding or adjust binding between workflow/task.
    Please provide a solution to fix this error or advice if this error can be ignored?

  • File does not exist: /www/public_html/null, referer:  - error in log file from IE8 and IE9

    I just updated an existing slide show that was created several months back. Since loading my new set of files to our web server, we keep getting the following error in our server log files when someone loads our page in IE8 and IE9:
    File does not exist: /www/public_html/null, referer:
    One of our programmers tracked the error to this line of code, but we're not sure what's causing it:
    Muse.Utils.addSelectorFn('#slideshowu70', function(elem) { new WebPro.Widget.ContentSlideShow(elem, {autoPlay:true,displayInterval:6000,slideLinkStopsSlideShow:false,transitionStyle:'horizo ntal',lightboxEnabled_runtime:false,shuffle:false}); });/* #slideshowu70 */
    Any suggestions?
    Thanks!

    The errors aren't showing up on the client side, only in the server access logs. Every time the page is loaded with IE8 or IE9 and the Muse.Utils.addSelectorFn with the #slideshowu70 line is hit, it generates four errors in the server access logs.
    Our admin guy pulled the errors from where it was clicked on from the Adobe forum. He said it also appeared that you tested it with www added to the url (if this was when you were testing it)...
    [Mon Feb 04 13:58:57 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:00 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:08 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:33 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://www.stingrayboats.com/
    [Mon Feb 04 13:59:43 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://www.stingrayboats.com/
    The reason we find it strange is because it did not result in errors with the previous version of the slideshow. The only thing that changed this time around is that I removed some slides and added additional ones, but I noticed that there is a lot of difference in the code and even the scripts that are used. And I did copy over all of the scripts, css files, etc., so it's using all of the new source files.
    I was hoping it was something that you guys had noticed if you review the access logs when you're testing. While it works perfectly on the client side, the IT guys do go through our access logs, so it would be nice to eliminate the errors.
    Thanks for looking at it!

  • File does not exist :C:/oracle/product/10.2.0/db/apache/apache/htdocs/emd/m

    Dear All,
    unable to Login on Logging into Apex Login Page,
    in Apache Log the Following Error is found
    [ecid:1213173391:172.20.233.149:1788:1840:1.0]
    File does not exist :C:/oracle/product/10.2.0/db/apache/apache/htdocs/emd/main/
    what cud be the Problem restared the Apache Server Still the Same Error Found.,
    please Help me out in this
    thanks alot
    Edited by: khaja on Jan 18, 2009 12:48 PM

    Hi,
    Probably a mistake in your dads.conf file.
    ( Also check the APEX_PUBLIC_USER in the dads.conf file )
    Kind regards,
    Iloon

  • File does not exist: invalid_object_highlight.gif

    Dear all -
    The Apache logs on our development system regularly get clogged up with entries like this:
    [&lt;date&gt;] [error] [client &lt;ip&gt;] [ecid: &lt;--&gt;] File does not exist: &lt;APEX path&gt;/Apache/Apache/images/ob/i/invalid_object_highlight.gif What's happening is that when you browse Views etc. in the Builder (SQL Workshop), APEX looks for this file and can't find it.
    The reason it can't find it is that, not only does the GIF not exist in our setup, the folder being referenced doesn't exist either.
    Can anyone point me towards the error in our setup that is leading to this situation?
    Many thanks,
    John

    Hi ,
    I am new to APEX .
    Working on APEX 3.1.1.00.09 version
    Please reply me...
    null

  • Error: File does not exist (while trying to get Petstore and demos to run)

    Hi all,
    I have been trying in vain to get the Petstore demo and other servlet demo HelloWorld to run. It seems to install okay cause it creates the directories and extracts the .ear or .war files. My problem is connecting to the application. When I run http://my.host:7778/estore or http://my.host/7778/HelloWorld/HelloWorld I get and error in the Apache error_log that says: File does not exist: c:/oracle/components/apache/apache/htdocs/helloworld/helloworld and File does not exist: c:/oracle/components/apache/apache/htdocs/estore
    I have looked and searched everywhere for help but to no avail. Under the WebModule the URL Binding is /HelloWorld and /estore.
    Please help me!!! I am going crazy with this.
    Thanks,
    Grant
    PS. I am running 9iAS 9.0.2.0.1 and everything is on 1 Windows 2000 (sp1) machine. Infrastructure and Components in separate dirs with port 7777 and 7778 for each.

    I'm having the same problem under a solaris system did anyone ever find the solution to this problem. For some reason the server just wants to use the document root instead of the deployed application directory.

  • File does not exist error in Apache error log

    I have been getting the following error in apache error log located at $INST_TOP/apps/PROD_aclapp/logs/ora/10.1.3/Apache
    [Wed Mar 14 15:17:00 2012] [error] [client 173.26.0.33] [ecid: 1331718420:172.25.16.30:2172:0:484,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.properties
    [Wed Mar 14 15:19:13 2012] [error] [client 173.20.0.85] [ecid: 1331718553:172.25.16.30:2497:0:56,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6316,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6317,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6318,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5903,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5904,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5905,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:48 2012] [error] [client 192.168.8.145] [ecid: 1331718768:172.25.16.30:5695:0:6487,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.class
    [Wed Mar 14 15:22:48 2012] [error] [client 192.168.8.145] [ecid: 1331718768:172.25.16.30:5695:0:6488,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.properties
    [Wed Mar 14 15:24:53 2012] [error] [client 173.26.2.15] [ecid: 1331718893:172.25.16.30:3108:0:66,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:24:58 2012] [error] [client 173.26.2.15] [ecid: 1331718898:172.25.16.30:2497:0:84,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:25:01 2012] [error] [client 173.26.2.15] [ecid: 1331718901:172.25.16.30:3308:0:9,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Wed Mar 14 15:25:01 2012] [error] [client 173.26.2.15] [ecid: 1331718901:172.25.16.30:3308:0:10,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.properties
    [Wed Mar 14 15:25:17 2012] [error] [client 173.25.2.8] [ecid: 1331718917:172.25.16.30:7669:0:6972,0] File does not exist: /d05_applhome/inst/apps/PROD_aclapp/portal/favicon.ico
    [Wed Mar 14 15:25:43 2012] [error] [client 173.25.9.5] [ecid: 1331718943:172.25.16.30:7663:0:5878,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:25:47 2012] [error] [client 173.25.2.8] [ecid: 1331718947:172.25.16.30:7663:0:5882,0] File does not exist: /d05_applhome/inst/apps/PROD_aclapp/portal/favicon.ico
    [Wed Mar 14 15:25:49 2012] [error] [client 173.25.9.5] [ecid: 1331718949:172.25.16.30:5691:0:6389,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Wed Mar 14 15:25:49 2012] [error] [client 173.25.9.5] [ecid: 1331718949:172.25.16.30:5691:0:6390,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.properties
    Kindly do help me in understanding why this error is arising. The entire directory path in the errors does not exist.
    Database version : Oracle 10.2.0.3
    Apps version : R 12.0.4

    Hi;
    1. It was working before If yes what have been changed?
    2. Did you try to close apps run autoconfig on db than appstier and retest issue?
    3. Please see:
    R12: "FRM-92050: FAILED TO CONNECT TO SERVER: /FORMS/LSERVLET" Error Message When Launching Forms [ID 1070263.1]
    Regard
    Helios

  • "File does not exist or access denied"

    Hi
    I am new to FDM. I am trying to import a .csv file in FDM using Import Format Builder. When i select the file in the Inbox folder of my application, it gives me the message "Error: File does not exist or access denied".
    Any ideas why this error is coming. I have been struggling with this error for some time now.
    Thanks in advance

    Hello,
    I do not think it has anything to do with the configured ID for the AppPool and would not suggest tinkering around in it, as it can damage the application significantly.
    Some concerns that I have are the following:
    1. When you get the error, do you get a 'white' fish?
    2. What does your UserError Log state? Clear it and reproduce the issue and post the results.
    3. What does the Import Log state? (Import button on the View File tab of the Import Fish)
    Thank you.

Maybe you are looking for

  • PO archiving

    My settings in config are Residence time 1 is 730 and residence time 2 is 365 This means if there is no change in PO for 730 days then deletion indicator will be set. Then after 365 days , the PO will be deleted from the data base. 1. I guess for res

  • Error in executing ODCIIndexStart() routine

    In my application We have sometimes the follow error: Exception [TOPLINK-4002] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.DatabaseException Exception Description: java.sql.SQLException: ORA-29902: error in executing OD

  • Bootcamp slowing down performance

    Hi all, I installed Windows 7 ultimate using bootcamp the other night, and I've been finding that on the mac side of things, things have gotten a bit slow. Loading applications, including native ones such as system preferences take up to 10-20 second

  • IPhoto pictures appear grainy

    I am new to this forum and am in no way an expert on computers or photography- so excuse any stupidity in my questions. All photos that I have uploaded to iPhoto appear grainy, blurry and appear to have problems with highlights and just appear very b

  • SQL query on SOAINFRA dehydration to fetch version info of composite

    Hi all, I am scanning the SOAINFRA schema for the table that stores information about the latest ACTIVE version of a deployed composite. Please guide in case anyone is aware of this table. Thanks, Srini