Custom script execution error

Hello,
Iam trying to execute a custom logc script through DM and get the below error
"RUN_LOGIC:Cannot find document/directory"
I checked UJFS and the script file is in \ROOT\WEBFOLDERS\<Appset>\ADMINAPP\<Application name>\
Let me know if i need to do anything else.

Hello,
Can you please check transaction SLG1 to see if there is a more detailed description?
Check also lower/upper caps in your logic file name - it looks like BPC doesn't convert those.
Finally you can check DB table UJF_DOC for a record with APPSET = <APPSET ID>, DOCNAME = \ROOT\WEBFOLDERS\<Appset>\ADMINAPP\<Application name>\*.
Regards,
Gersh

Similar Messages

  • Custom Script Execution with 11.1.1.5.0 Exchange Connector

    Folks ,
    We would be cloning the 11.1.1.5.0 Exchange connector to support 2 different kind of mailboxes in Exchange server 2010 SP2.
    The 2 kinds of mailboxes are Personal mailbox and a reference mailbox (similar like a personal mailbox , the only difference is that Auto-reply will be set on this mailbox).
    OOTB Exchange connector will be used to create both of these mailboxes . However we want to set auto-reply only on reference mailbox using a powershell cmdlet
    http://technet.microsoft.com/en-us/library/dd638217.aspx
    So i would like to understand , does the connector provide such a capability to execute a cmdlet from a provisioning process via a process task or some other mechanism .
    Thanks
    Sid

    Thanks Rahul , I have gone through the documentation .
    But i dont understand , when doc mentiona you can execute a script before/after a user is created , so is this based on the event on the target after/before a mailbox is created or its triggerd from the create user task in OIM .
    As i have 2 clones of exchange connector and both create mailboxes, i want invoke the script in 1 scenario and dont want to execute the script in other scenario .
    thanks
    Sid

  • CS2: Internal script execution error

    Hi,
    My Illustrator v12.0.0.5 send this error message every time when I'd like to run any VBScript. Any means not just my code but the original samples also. The JavaScript engine is working fine.
    Has anybody a good idea what can I do?
    The reinstall at this time is not the preferred way... Only there's no other way.
    Thanks in advance,
    Tom

    Ah, I'v caught that...
    The problem was the localization (because unfortunately I have a localized Illustrator CS2). The lovely translator translated the folder names in the filesystem but leaved them untouched in the registry entry of TypeLib...
    I fixed that and now it's working fine.
    Regards,
    Tom

  • Tsql script execution error

    Hello All,
                 I struct with the following script from many days can you please anybody check/rectify this script please.In the below script @columnNavigator1 pulls columns from the table .I am confused where my declaration
    of comma is gone wrong.
    set @columns1 = @columns1 + '''''' + @columnNavigator1 + ''''':'''''' + convert(varchar, right('+ @columnNavigator1 + ',charindex('.',reverse('+ @columnNavigator1 +'))-1)) '''''''

    Tip: How to write complex concatenation of texts which use lots of apostrophe
    1. Write the final text which you want to get in Notepad. For example:
    this 'is' 'what' 'i' 'want' 'to' get using this @var 'as' variable
    Do not enclose the text in quotation marks yet!
    2. using the notepad replace each apostrophe ' with double apostrophe ''
    this ''is'' ''what'' ''i'' ''want'' ''to'' get using this @var ''as'' variable
    3. close with one apostrophe ' and + sign before each variable
    this ''is'' ''what'' ''i'' ''want'' ''to'' get using this '+ @var ''as'' variable
    4. close after each variable with a plus sign and apostrophe '+
    this ''is'' ''what'' ''i'' ''want'' ''to'' get using this '+ @var +' ''as'' variable
    5. Enclose the text in apostrophe marks (before and after), and you are ready to go
    'this ''is'' ''what'' ''i'' ''want'' ''to'' get using this '+ @var +' ''as'' variable'
    [Personal Site] [Blog] [Facebook]

  • Test Script execution failed.

    I'm getting the Test Script Execution Error - "Test Script execution failed. Reason: The system cannot find the file specifiied"
    This is happening to all my test script files. I can load the test script files, edit the test cases, etc, but cannot execute the test scripts
    If I click on View Test Script Specification, they all come up, and the report shows all the cases in the test script.
    If I look into the directory, they are all there, with the .tsc extension and a file type of TSC
    I created a new TSC this morning, but with the same results
    They were working yesterday. Since then, I did rename one of the test scripts, and changed my build platform from .NET to Java.
    Any thoughts?
    Thanks,
    Allan Gibson
    P.S. I also now note the my what-if analysis files do not run, and are getting a message: run time error '-2146233088 (80131500)': Batch process has failed. Reason: the system cannot find the file specified (OPA-E00241). When I press the debug button, I'm taken to a screen where the line "Call GetExcelCompilerProxy() .Analyze(ActiveWorkbood)" is highlighted in yellow.
    Edited by: A Gibson on 11-Sep-2012 9:02 AM
    Edited by: A Gibson on 11-Sep-2012 9:09 AM

    Hey Allan,
    It looks like it either can't find the Java component it needs to run or the test script for some reason. If you look in the bin directory of the OPM install (which is normally something like c:\program files\Oracle\Policy Modeling\bin) do you see a file called determinations-remote-clr.jar? If not it sounds like something's gone wrong with your install.
    If so, can you run the test script in the standalone debugger? Also, if you look at the absolute path of your test script file, does it contain any non-ascii characters? If so, try removing those characters and see if it works.
    Thanks,
    Kristy

  • Error with dbms_scheduler and shell script execution

    Hi,guys.
    I have an issue with a dbms_scheduler and a shell script execution. So, the shell script as it self works fine, when i'm executing ./test.sh all process is running, but when i'm executing the script from dbms_scheduler it just simply doesn't work. Actually it works, but some of executable information in sh doesn't work, seems it just jump over of the part of the script. Sendmail part is running, maybe there is problem with rman script as it self?
    DB version: 10g
    And my scripts:
    Shell scripts (permisons 755):
    #!/bin/ksh
    export PATH=/home/oracle/product/asm_home/bin:/home/oracle/product/db_home/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.
    export ORACLE_BASE=/home/oracle/product
    export ORACLE_SID=zabbix
    export ORACLE_HOME=/home/oracle/product/db_home
    ${ORACLE_HOME}/bin/rman<<EOF
    connect target /
    run {backup recovery area delete all input;}
    EOF
    {       echo "From:[email protected]"
            echo "To: [email protected]"
            echo "Subject: Recovery area"
            echo 'Content-Type: text/html'
            echo
            echo '<html><body><table border="1" cellspacing="1">'
            echo '<tr><td><b>Process</b></td><td><b>Statuss</b></td></tr>'
            echo "<tr><td>RMAN</td><td><b>Works</b></td></tr>"
            echo "</table></body></html>"
    } | sendmail -tIn the first part i'm exporting all of the important stuff for oracle, then I call RMAN with specific atributes. And then there is just simply sendmail functionality inside script to represent if script works (for now).
    And below pl/sql script:
    begin
      DBMS_SCHEDULER.CREATE_JOB
      job_name => 'FLASH_RECOVERY',
      job_type => 'EXECUTABLE',
      job_action => '/home/oracle/backup/test.sh',
      start_date => sysdate,
      job_class => 'DEFAULT_JOB_CLASS',
      enabled => TRUE,
      auto_drop => FALSE,
      comments => 'FLASH RECOVERY USAGE AREA backup and delete'
      END;
      /And this job execution:
           begin
               DBMS_SCHEDULER.run_job (job_name =>'FLASH_RECOVERY',use_current_session => TRUE);
           end;What can be wrong? For me, I think it's something with permisions.
    I hope you got my idea and could help me.
    Tom
    Edited by: safazaurs on 2013.18.2 22:16

    There is no error, i just receive all the time e-mail, seems it jumps over rman. I tried almost everything and still couldn't get result as i want. And, if i'm running script from command line - it works. Rman calls, and starts to recover archivelogs.

  • Error when using FTP in iWeb 09! "Error 500: Script Execution Failure"

    I have my domain through 123-reg and I have free hosting with host-ed.net when I add a simple index.html file my website works fine displaying the 1 line of text that I asked for, so it is all configured correctly.
    How ever when I use the FTP upload thought iWeb '09 I always get "Error 500: Script Execution Failure"
    www.breslan.co.uk
    Anyone know why?

    I have logged into my hosting and changed the permissions to '755' and move the files from the folder iweb used to the root of the site i know get "Parse error: syntax error, unexpected T_STRING in /~/www/breslan.co.uk/index.html on line 1" there is only 1 line of code in index.html and that is
    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refresh" content="0;url= Welcome.html" /></head><body></body></html>
    please help!

  • Error on script execution

    I have just tried to execute the script from this site: http://hax.by/3ds/index.html
    With this script I want to make my own Nintendo Zone with Mac address scwitchig to get the most possible contacts. But everytime I try to execute this script I got an error message.
    This is the error message I get:
    ifconfig: ioctl (SIOCAIFADDR): Invalid argument
    /tmp/internetsharing.scpt:129:183: execution error: System Events got an error: Can’t get menu "View" of menu bar 1 of process "System Preferences". (-1728)
    Now spoofing: <!DOCTYPE
    Sorry for my bad english skills.. I hope someone can help me..

    instead of solution but try to understand why u get that error So start with basics formula
    Simple calc
    Data Cache in K
    ______________ = Number of blocks that can be allocated
    Block Size in K
    The answer will probably be around the number of blocks found in the error message (cannot allocate more than [n] blocks). This number should be compared with the CALCLOCKBLOCKDEFAULT setting. If this setting is 200 and the allocated block number is less than 200, data cache needs to be increased. The recommended size to increase it would be 200 x 2 x blocksize (in K). That way, the cache is sized big enough to hold 200 blocks.
    Which i see CALCLOCKBLOCKDEFAULT setting is 200 in your config file and allocated block number is larger than 200, then change the CALCLOCKBLOCKDEFAULT setting to a higher number like 400 for example. Set this in the essbase.cfg file. Essbase needs to be restarted for those settings to take effect.
    Data Cache needs to be set high enough to hold 400 blocks (to calculate: 400 x 2 x blocksize (in K)).
    If this same error occurs after the above changes once calculation is run , then checks needs to be done to see how many blocks can be allocated from the heap. If it is 400, need to change the CALCLOCKBLOCKDEFAULT setting again to a higher number than 400. This process needs to be repeated till the error message goes away.
    Review your database Block Size. The recommended size is between 8Kb and 100Kb.
    The Block Size is determined by the number of stored members in each dense dimension.
    So bottom line is increase to 400 and see if u get nay error :)
    Make sure Database needs to be restarted in order for the new settings to take effect.

  • Report script execution is getting failed

    Hi ,
    We are facing one strange issue while executing the Essbase report script. I am new to the report script and I am not getting how to resolve the issue.
    When we are changing the year in code from FY13 to FY14 the script is getting failed however the same script is successfully generating the report if we keep year as FY13 in code.
    Could you please let me know where would be the problem , below is the part of the code form Report script.
    {MISSINGTEXT "0"}  // replace #Missing with 0
    <Link ((<LEV("Customer", "Lev0,Customer")) AND ( <IDESC("All Customers")))
    <Link ((<LEV("Product", "Lev0,Product")) AND ( <IDESC("All Products")))
    <Link ((<LEV("Period", "Lev0,Period")) AND ( <IDESC("YearTotal")))
    FY14

    Hi ,
    I am getting below error message.
    "Report Script execution Failed. Please see message panel for details " and in message panel It is not showing any details , just displaying Execute Report script Failed with date and time details.
    I also checked that FY14 do exist in the application and no duplicate FY14 member exist in the outline.
    Could you please suggest where would be the problem.

  • Issue with FDMEE custom script

    Hi All,
    I have written a custom script in FDMEE which pulls data from Oracle DB and writes it to a file in FDMEE App Inbox folder. This script is working perfectly in FDM where in I see file getting generated in Inbox folder. But, when I try to execute the same script in FDMEE, it is not working even though it is not giving any error.
    All I changed in the script is API syntax which is specific to FDMEE. Can any one please let me know what is that I am missing here..I am using this script to test FDMEE connectivity to DB.
    Below is the script:
    Sub TEST_MAPS()
    'Oracle Hyperion FDM Custom Script:
    'Purpose:      
    'Variable Declaration
    Dim SQLRes
    Dim objfso
    Dim strFile
    Dim strLoadFile
    Const ForReading = 1
    Const ForWriting = 2
    Const adVarChar = 200
    Const MaxCharacters = 255
    Const adFldIsNullable = 32
    'Initialize objects
    Set cnSS = CreateObject("ADODB.Connection")
    Set rs = CreateObject("ADODB.Recordset")
    'Connect to Oracle database
    cnss.open "Provider=ORAOLEDB.ORACLE;Data Source=ds1;User ID=app;Password=xxxx"
    SQLRes = "Select * from ENTITY_MAP"
    'command for executing the query
    cnss. Execute SQLRes
    'Creates a .tra file in the below mentioned path
    strFile= fdmAPI.API.DataWindow.Connection.PstrDirInbox & "\Entity.tra"
    rs.open SQLRes,cnSS
    'Copy data from table to text file
    'Initialize the object for opening a text file for writing
    Set objfso = CreateObject("Scripting.FileSystemObject")
    Set objWFile = objfso.OpenTextFile(strFile, ForWriting,True)
    'Loop
    With rs
    'Open the file for writing, overwriting if it exists
      Do While Not .EOF
          objWFile.Write .GetString(2,,",",vbCrLf)' Write the records to file
      Loop
      'End If
    .Close
    End With
    End Sub
    Below is the log:
    2015-02-24 15:41:38,991 INFO  [AIF]: FDMEE Process Start, Process ID: 13,949
    2015-02-24 15:41:38,991 INFO  [AIF]: FDMEE Logging Level: 5
    2015-02-24 15:41:38,991 INFO  [AIF]: FDMEE Log File: \\app\FDMEEData\HFMCA\\outbox\logs\HFMCA_13949.log
    2015-02-24 15:41:38,991 INFO  [AIF]: User:502376825
    2015-02-24 15:41:38,991 INFO  [AIF]: Location:null (Partitionkey:null)
    2015-02-24 15:41:38,991 INFO  [AIF]: Period Name:null (Period Key:null)
    2015-02-24 15:41:38,991 INFO  [AIF]: Category Name:null (Category key:null)
    2015-02-24 15:41:38,991 INFO  [AIF]: Rule Name:TEST_MAPS (Rule ID:10,162)
    2015-02-24 15:41:41,003 INFO  [AIF]: Jython Version: 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54)
    [Oracle JRockit(R) (Oracle Corporation)]
    2015-02-24 15:41:41,003 INFO  [AIF]: Java Platform: java1.6.0_37
    2015-02-24 15:41:41,003 INFO  [AIF]: Log File Encoding: US-ASCII
    2015-02-24 15:41:41,440 DEBUG [AIF]: CommProcess.executeCustomScript - START
    2015-02-24 15:41:41,440 DEBUG [AIF]: customScriptName: TEST_MAPS.vbs
    2015-02-24 15:41:41,456 DEBUG [AIF]:
        INSERT INTO AIF_PROCESS_DETAILS (
          PROCESS_ID
          ,ENTITY_TYPE
          ,ENTITY_ID
          ,ENTITY_NAME
          ,ENTITY_NAME_ORDER
          ,TARGET_TABLE_NAME
          ,EXECUTION_START_TIME
          ,EXECUTION_END_TIME
          ,RECORDS_PROCESSED
          ,STATUS
          ,LAST_UPDATED_BY
          ,LAST_UPDATE_DATE
        ) VALUES (
          13949
          ,'PROCESS_CUSTOM_SCRIPT'
          ,NULL
          ,'TEST_MAPS.vbs'
          ,NULL
          ,NULL
          ,CURRENT_TIMESTAMP
          ,NULL
          ,NULL
          ,'RUNNING'
          ,'458790678'      ,CURRENT_TIMESTAMP
    2015-02-24 15:41:41,487 DEBUG [AIF]: Comm.doScriptInit - START
    2015-02-24 15:41:41,768 DEBUG [AIF]: fdmContext: {BATCHSCRIPTDIR=E:\Oracle\Middleware\user_projects\app\FinancialDataQuality, SCRIPTFILE=TEST_MAPS.vbs, INBOXDIR=\\app\FDMEEData\HFMCA\\inbox, TARGETAPPDB=NA, TARGETAPPNAME=HFMCA, APPID=57, RULENAME=TEST_MAPS, OUTBOXDIR=\\app\FDMEEData\HFMCA\\outbox, SCRIPTSDIR=\\app\FDMEEData\HFMCA\\data\scripts, EPMORACLEHOME=E:\Oracle\Middleware\EPMSystem11R1, RULEID=10162, EPMORACLEINSTANCEHOME=E:\Oracle\Middleware\user_projects\app, LOADID=13949}
    2015-02-24 15:41:41,768 DEBUG [AIF]: The EpmOracleHome is set to: E:\Oracle\Middleware\EPMSystem11R1
    2015-02-24 15:41:41,768 DEBUG [AIF]: The EpmOracleInstance is set to: E:\Oracle\Middleware\user_projects\app
    2015-02-24 15:41:41,768 DEBUG [AIF]: The JavaHome is set to: %EPM_ORACLE_HOME%/../jdk160_35
    2015-02-24 15:41:41,768 DEBUG [AIF]: The executeEventScript is set to: YES
    2015-02-24 15:41:41,768 DEBUG [AIF]: The OleDatabaseProvider is set to: ORAOLEDB.ORACLE
    2015-02-24 15:41:41,768 DEBUG [AIF]: The AppRootFolder is set to: \\app\FDMEEData\HFMCA\
    2015-02-24 15:41:41,768 DEBUG [AIF]: Comm.doScriptInit - END
    2015-02-24 15:41:41,768 DEBUG [AIF]: Comm.executeCustomScript - START
    2015-02-24 15:41:41,799 DEBUG [AIF]: Comm.executeVBScript - START
    2015-02-24 15:41:41,799 DEBUG [AIF]: The WindowsTempFolder is set to: c:\users\r00257~1\appdata\local\temp
    2015-02-24 15:41:41,799 INFO  [AIF]: Executing the following script: \\app\FDMEEData\HFMCA\\data\scripts\custom\TEST_MAPS.vbs
    2015-02-24 15:41:41,799 DEBUG [AIF]: The command to be executed is:
    cscript \\app\FDMEEData\HFMCA\\data\scripts\custom\TEST_MAPS.vbs "13949" "****" "E%3A%5COracle%5CMiddleware%5Cuser_projects%5Capp" "%25EPM_ORACLE_HOME%25%2F..%2Fjdk160_35" "ORAOLEDB.ORACLE"
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    2015-02-24 15:41:41,939 DEBUG [AIF]: Comm.executeVBScript - END
    2015-02-24 15:41:41,939 DEBUG [AIF]: Comm.executeCustomScript - END
    2015-02-24 15:41:41,939 DEBUG [AIF]:
        UPDATE AIF_PROCESS_DETAILS
        SET STATUS = 'SUCCESS'
        ,RECORDS_PROCESSED = CASE
          WHEN RECORDS_PROCESSED IS NULL THEN 0
          ELSE RECORDS_PROCESSED
        END + NULL
        ,EXECUTION_END_TIME = CURRENT_TIMESTAMP
        ,LAST_UPDATED_BY = CASE
          WHEN ('502376825' IS NULL) THEN LAST_UPDATED_BY
          ELSE '502376825'
        END
        ,LAST_UPDATE_DATE = CURRENT_TIMESTAMP
        WHERE PROCESS_ID = 13949
        AND ENTITY_TYPE = 'PROCESS_CUSTOM_SCRIPT'
        AND ENTITY_NAME = 'TEST_MAPS.vbs'
    2015-02-24 15:41:41,939 DEBUG [AIF]: CommProcess.executeCustomScript - END

    Hi,
    If you're using CUE, there is a step called "Dial By Extension Menu", this should solve your problem.
    If you're using UCCX (or CUE and don't have this step) you can do the following:
    In the Get Digit String branch Timeout, use an If statement that check if the Number entered was "1" then Call Redirect to Technical Departement Number, else Call Redirect to Operator Extension.
    It should appear like this:
    Extension = Get Digit String
    Timeout
        if (Extension == "1")
            True
                Call Redirect to Technical
            False
                Call Redirect to Operator
    Hope This Helps,

  • Script execution problem

    dear sir
    i got a problem with script execution. i have successfully  activate the form painter in ABAP editor. but i am getting the error like "Form  ZLASRISUD language EN is not active and has no errors". please give me the solution for above as soon as possible.

    dear sir
    i got a problem with script execution. i have successfully  activate the form painter in ABAP editor. but i am getting the error like "Form  ZLASRISUD language EN is not active and has no errors". please give me the solution for above as soon as possible.

  • [Services and Systems]Custom script .bat for testing Avaibility for Service

    Hi,
    I am trying to create a Service in grid control.
    For the step - Create Generic Service: Service Test, I use custom script test type.
    I've already done this kind of service with a custom script stored on Unix system (script sh -> OK). However, this time, I can only use a script stored on Windows server.
    I tested with a *.bat* file but I got this error :
    Error encountered while executing test.:Beacon-Test
    Here my configuration :
    Grid Control 10.2.0.5
    Windows Server 2005
    My script .bat :
    echo 1
    What type of file do I have to use under Windows so that the test of service works?
    Thanks
    Related links :
    http://www.oracle.com/technology/obe/obe10gEMR2/Quick_Start/system_services/system_services.htm
    http://download.oracle.com/docs/cd/B16240_01/doc/user.102/b28678/services.htm#CHDCAIJC
    Oliver

    Hi,
    here the results of my searchs :
    1 - All .BAT files must begin with : @ECHO OFF
    2 - All scripts have to send only numbers
    Oliver

  • Database command execution error. (While mounting a repository)

    Hello,
    I am trying to mount 'Customer Master' repository in Console
    But it is giving me the following error.
    'Database command execution error. A SQL statement failed to execute. The actual error may have been written to a log file.'
    Can any1 throw some light as to how do i solve this problem.
    And where to check this log file?
    Also i am able to mount any other repository without this error.
    Regards,
    Roshani

    Hi Roshni,
    It could be that the repository tables were not correctly created in the Oracle Database.
    Try restarting the oracle services ,also check the Oracle listener configurations are correct.
    If you have an archieve of this repository then try mounting the archieve with a different name.
    Also try restarting the MDM server.
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Help 'Exiting' after Automator Shell Script Execution

    Hello,
    I've recently installed and got running GCalDaemon (http://gcaldaemon.sourceforge.net/) which allows me to Synch Rainlendar <-> Google Calendar through iCal (You can also synch iCal <-> Google Calendar). I needed to start up a shell script/applescript after each startup/login in order for GCalDaemon to start the synching process each time and continue to do so at the timed intervals. I would do so by the following terminal code:
    cd /usr/local/sbin/GCALDaemon/bin
    ./standalone-start.sh
    I then tried automating this process and came across shell script execution through Automator. I did so and created a .app with the above mentioned code. This works and it starts up the necessary .sh file I need and the snyching works under StartUp. My concern is however, how do I exit terminal once the code has executed the necessary file? All I have in my .app is the above mentioned code for now. I just need it to exit terminal because on startup or after starting the program, I get this issue (See Attachment)
    This continues to run, so my guess is that I need to add code to exit terminal and allow the .app to close itself properly after doing so.
    Please guide me in the right direction.
    Picture Belows shows what happens when I run the Automator App. It continues to run until I quit out of the app manually (TheGCal programs works fine though). I feel I need to have app quit Terminal or fully end the process and quit out on it's own.
    Thanks
    <table style="width:auto;"><tr><td></td></tr><tr><td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From GCalDaemon</td></tr></table>

    i redirected the command output to /dev/null which is unix equivalent of a black hole and I also redirected error output to standard output in case the script produces any errors.
    also & at the end tells it to continue without waiting for the script to finish.
    Message was edited by: V.K.

  • Catia V5R21 package deployment on windows 7 x64 doesn't complete - Non fatal execution error 0x87d01100

    I am trying to deploy Catia V5R21 on windows 7 x64 machines, deployment starts but doesn't not complete using sccm2012 R2
    I can deploy software to windows 7 32bit machine fine using sccm2012 R2. Also manual install on windows 7 x64 works fine.
    here is the script I am using-
    cmd /c install.cmd
    xcopy "IBM LUM Directory" "C:\ProgramData\" /E /C /R /H /K /Y
    1\win64\startb.exe -u "c:\program files\Dassault Systemes\R18" -newdir -ident R18 -D "C:\ProgramData\DassaultSystemes\CATEnv" -l "DIC.slt" -v -noreboot
    I can see files copied over client machine and "c:\program files\Dassault Systemes\R18" get created, also an entry appear in control panel>programs and feature.
    Problem I am having is deployment doesn't complete. 
    I checked logs under Execmgr.log on client machine and found errors 
    Raise Program Error Event for program Catia. The exit code is 55, the execution is FailureRetry
    Non fatal execution error 0x87d01100 encountered for program Catia V5R21
    I can't see program installed under All Programs and SCCM monitoring status stuck in progress 
    Any help will be greatly appreciated..
    Thanks in advance
    RJ
    RJ09

    I have tried following suing start /wait 
    start /wait xcopy "IBM LUM Directory" "C:\ProgramData\" /E /C /R /H /K /Y
    1\win64\startb.exe -u "c:\program files\Dassault Systemes\R18" -newdir -ident R18 -D "C:\ProgramData\DassaultSystemes\CATEnv"
    -l "DIC.slt" -v -noreboot
    same results, deployment failed with exit code 55 and slight different error
    IMaintenanceCodeinator::GetState failed with error code 0x87d00317
    Monitoring status is In Progress..
    RJ09

Maybe you are looking for

  • How I can set ORG_ID context (for Oracle Apps Views) in ODI designer tool?

    Hi All, I want to get data from apps views (like OE_ORDER_HEADER_V) into our data warehouse detination table using 'Oracle Data Integrator' tool. The issue is that when I reverse Oracle Table or Synonym directly, everything works fine i.e. after 'Int

  • REF CUR within FUNC

    I'm trying to check if rows exist on table_a - I'm using ref curs b/c need for dynamic FROM clause - getting message : PLS-00455: cursor 'L_REF_CUR' cannot be used in dynamic SQL OPEN statement vers 8.1.7.2.0 Thanks for help. CREATE OR REPLACE FUNCTI

  • Reg. files  missing in NWDS

    Hi all, I am having an issue regarding NWDS i.e. when I took backup  of the applications for reinstallation of  NWDS, .classpath,.metamodel,.project,.tssapinfo etc files are missing from my applications. Now I am unable to open these applications in

  • FCP: "There was a problem connecting to the server"

    I receive this dialog (every 10 seconds or so when dismissed) whenever I open FCP 10.1.3 on my MacBook Pro (Retina, Mid 2012).  The server is a Drobo5N, and when I mount it, the dialog goes away.  Also, when I shut down the server when FCP is open, t

  • Regarding Intracompany STO

    Hi Gurus, Here my question is if we can transfer goods from one plant to another plant with in the same company (intracompany) by using movement types. Then why sometimes we are using STO process for intra company.And could you please explain me the