VC Models Path

Hello,
could you tell me where the vc models are stored at the machine?(path?)
We crashed our CE System and don't have a backup.
I hope you can help me,
regards Tobias Arnold
Edited by: Tobias Arnold on Feb 11, 2010 8:57 AM

Hi Tobias,
Now it's good news
There is a way of recovering the models, but it should be done by us (Visual Composer support). I suggest you open an OSS message and we'll be glad to help you with this.
The component is EP-VC
Regards,
Natty

Similar Messages

  • FailureHan​dlerExampl​e does not seem to work when used in the ProcessMod​elPostStep​Failure Sequence of the Sequential​Model

    I've incorporated the FailureHandlerExample into my Test Sequences (with some minor modifications) and it works ok when it is in the SequenceFilePostStepFailure in my Sequence File. However, it says in the Sequence comments that this can be made into a ProcessModel Sequence by putting into the ProcessModelPostStepFailure Sub Sequence of the SequentalModel. I tried this, and it doesn't work. It has the same internal steps as the SequenceFilePostStepFailure Sequence, but it never gets called. What do I need to do to get this to work properly in the event of a failure?

    I have just tried the callback and it works for me. Here is what I did.
    1) open new sequence file.
    2) double click on model path shown at the bottom of the sequence editor. This opens model file associated with the new sequence file.
    3) with the process model file active, select Edit>>Sequence File Callbacks
    4) select ProcessModelPostStepFailure in the dialog box provided, click the Add button and then the Edit button.
    5) Add a message popup to the newly created ProcessModelPostStepFailure.
    6) Return to the new sequence file created in step 1 above.
    7) select the None adapter and insert a Numeric Limit Test step type.
    8) change the step limits to be 5 and 10. The step will then fail since the default measurement is 0, outside of the limits.
    9) run the sequenc
    e by selecting Execute>>Single Pass.
    The step fails and the ProcessModelPostStepFailure is called, displaying the message popup.
    See if this works for you.

  • The UML Package model could not be resolved - SOLVED

    I am using Perforce with JDeveloper 10.1.3.2.0. I have imported a project into Perforce on one machine, then 'p4 sync -f' on another machine. I then created a new application on this machine and added the projects to it. Now, when I try to open a diagram in package 'model', it gives this message:
    The UML Package model could not be resolved
    The element may have been moved or deleted from the file system, or the Model path, source path or classpath may be incomplete. This error can also occur when the element was found, but errors in its definition prevented it from being loaded. Examine the error stack for further information on the exact cause.
    It also looks as if certain other files in the other projects are missing - it looks like a problem with the Perforce extension to me, or is it because I do it wrong?
    Message was edited by:
    jandersen

    It gets stranger and stranger, I think.
    As I told, I imported the project into Perforce, to a directory called /dtl/admintools, and found that I could still open all files - I did find that one file was missing (/dtl/adminstools/sysadm/SysAdm.jws), so I added it to Perforce. I then removed everything under /dtl/admintools and sync-ed it out from Perforce on the same machine - it still worked fine.
    I then went to my home computer and did the same thing (over a VPN) and checked that I had received all the files, which I had. I then tried to open /dtl/admintools/sysadm/Model/model/model/SysAdmDiagram.oxd_bc4j, which contains entity- and view objects - this give the error message. I can see all the objects listed in the structure list, but if I try to open any of them, I get the same message. There are no error messages other than the one that pops up.
    Both my workplace computer and my home one are AMD 64 machines running Gentoo Linux and it's the same version of JDeveloper too.

  • Obtain process model name in CVI

    How can I get the name of the process model in CVI?
    The process model is switched between sequential and batch model and need to obtain the name of the currently used process model.
    In the fiunction
    CVIVALLBACK ApplicationMgr_OnStartExecution(
    CAObjHandle caServerObjHandle, void* caCallBackData, TSUIObj_Execution execution, TSUIObj_Thread thread, VBOOL initiallyHidden)
    CAObjHandle processModelSeqFileName;
    char *processModelName = {0};
    tsErrChk( TS_ExecutionGetModelSequenceFile (gMainWindow.engine, &errorInfo, &processModelSeqFileName));
    tsErrChk( TS_SequenceGetName (processModelSeqFileName, &errorInfo, &processModelName));
    if(processModelSeqFileName)
    CA_DiscardObjHandle(processModelSeqFileName);
    CA_FreeMemory(processModelName);
    The function TS_ExecutionGetModelSequenceFile () returns "No such interface supported"?
    TIA.
    CLD,CTD

    Here are the changes made that got rid of the error but still does not get the process model path. processModelName in TS_SeqFileGetModelSeqFile returns "none" always and SeqFileObject is zero, any ideas?
    if(execution)
    tsErrChk( TS_ExecutionGetModelSequenceFile (execution, &errorInfo, &processModelSeqFileHdl));
    if( processModelSeqFileHdl )
    tsErrChk( TS_SeqFileGetModelSeqFile (processModelSeqFileHdl, &errorInfo, &processModelName, &SeqFileObject ));
    if( SeqFileObject )
    tsErrChk( TS_SeqFileGetModelPath (SeqFileObject, &errorInfo, &processModelPath));
    CLD,CTD

  • Maintain account assignment model

    what's the t-code to maintain account assignment model

    Hi,
    T Code for account assignment model: FKMT - Account Assignment Model
    Path: SAP EA - Accounting - Financial Accounting - General Ledger - Posting - Reference Documents - FKMT - Account Assignment Model
    Thanks
    Chandra

  • Need info on wait step in workflow

    Hi All,
    I am working on workflow scenario, where I have a wait step for an event (to be triggered by an incoming Idoc). Now when a time frame is reached, a workitem should be raised for an agent to take the action ( to continue wait or cancel the process).
    I understand that the wait for an event step also raises a work item. So I am planning to design as follows.
    1. Activate the requested start date tab which will put the WI in the inbox. But not very sure how to capture the agent decision and go back to wait step or cancel accordingly.
    Can someone provide me some inputs?
    ~ Roopesh

    Hi Roopesh,
    I think the easy way is to wrap your wait process into a subworkflow. Then make a modeled deadline on your waitstep. In the modeled path, you then place your userdecission, that updates an exporting container with the result. (Cancel, retry or event received)
    This subworkflow is wraped in a loop that determines to continue or not using this container.
    Hope it helps
    Kind regards
    Mikkel

  • Running script with linux32 breaks package installs

    Hi,
    I'm running on an x86_64 system and I was trying to install the PPD and other files needed for my Panasonic KX-MB2030 printer.  I tried running the install script Panasonic provided, but it complained that it's not meant for an x64 system.  Then, I ran the script again with:
    linux32 ./install-linux
    The script ran, but now I cannot install any programs.  For instance, CUPS complained that libcups wasn't working properly (probably because the script overrode some of its files), but when I go to reinstall libcups, I get a message like this:
    :: package libcups-1.5.3.-5-i686 does not have a valid architecture
    I've tried installing other packages, but they all complain about how the i686 version of the package is not valid.  I tried to switch back using 'linux64', but Arch still won't let me install any packages.
    Please let me know if you have any suggestions.
    Thanks!
    Matt
    Last edited by stantheman286 (2012-07-08 15:56:20)

    Sure, here it is:
    #!/bin/bash
    # batch file to install Panasonic Printer Driver
    # Make sure only root can run our script
    if [ "$(id -u)" != "0" ]; then
    echo " Install MUST be run as root" 1>&2
    exit 1
    fi
    BUILD_CPU=i686
    TARGET_CPU=`uname -m`
    INSTALL_PATH="/usr/local/share/panasonic/printer"
    # check can install to thie system
    CAN_INSTALL=no
    FILTER_PATH_SEARCH=""
    MODEL_PATH_SEARCH=""
    case $TARGET_CPU in
    i[345]86)
    case $BUILD_CPU in
    i386)
    CAN_INSTALL=yes
    esac
    i686)
    case $BUILD_CPU in
    i[36]86)
    CAN_INSTALL=yes
    esac
    x86_64)
    case $BUILD_CPU in
    x86_64)
    CAN_INSTALL=yes
    esac
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/lib64/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/libexec64/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/local/lib64/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/local/libexec64/cups/filter"
    esac
    MODEL_PATH_SEARCH="$MODEL_PATH_SEARCH /usr/share/cups/model"
    MODEL_PATH_SEARCH="$MODEL_PATH_SEARCH /usr/local/share/cups/model"
    MODEL_PATH_SEARCH="$MODEL_PATH_SEARCH /usr/share/ppd"
    MODEL_PATH_SEARCH="$MODEL_PATH_SEARCH /usr/local/share/ppd"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/lib/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/libexec/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/local/lib/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/local/libexec/cups/filter"
    if test "x$CAN_INSTALL" != "xyes"; then
    echo "the package is build for $BUILD_CPU cpu, can not install to $TARGET_CPU system"
    exit 1
    fi
    # find install dir
    FILTER_PATH=""
    for DIR in $FILTER_PATH_SEARCH; do
    if test -d $DIR
    then
    FILTER_PATH=$DIR
    break
    fi
    done
    MODEL_PATH=""
    for DIR in $MODEL_PATH_SEARCH; do
    if test -d $DIR
    then
    MODEL_PATH=$DIR
    break
    fi
    done
    if test "x$FILTER_PATH" == "x"
    then
    echo " Cannot found CUPS filter path"
    exit
    fi
    if test "x$MODEL_PATH" == "x"
    then
    echo " Cannot found CUPS model path"
    exit
    fi
    FILTER_PROGRAMS="L_H0JDGCZAZ"
    # echo informations
    echo
    echo " start <Panasonic Printer Driver ($BUILD_CPU)> install......"
    # check and execute uninstall shell script
    if test -f $INSTALL_PATH/uninstall-driver
    then
    echo "find exist printer driver"
    echo " execute uninstall shell script now......"
    if !($INSTALL_PATH/uninstall-driver)
    then
    echo " uninstall old <Panasonic GDI Printer Driver> failed"
    echo " install driver failed"
    echo
    exit 1
    fi
    fi
    SCRIPT=`readlink -f $0`
    SCRIPTPATH=`dirname $SCRIPT`
    PWD=`pwd`
    cd $SCRIPTPATH
    # echo informations
    echo " start install files......"
    # make install dir
    mkdir -p $MODEL_PATH/panasonic/
    chown root:root $MODEL_PATH/panasonic/
    chmod 755 $MODEL_PATH/panasonic/
    mkdir -p $INSTALL_PATH/
    mkdir -p $INSTALL_PATH/bin
    mkdir -p $INSTALL_PATH/conf
    mkdir -p $INSTALL_PATH/data
    chmod 777 $INSTALL_PATH/conf
    # copy files
    # create uninstall script
    cat > $INSTALL_PATH/uninstall-driver <<\_______EOF
    #!/bin/bash
    # batch file to uninstall Panasonic Printer Driver
    # Make sure only root can run our script
    if [ "$(id -u)" != "0" ]; then
    echo " Uninstall MUST be run as root" 1>&2
    exit 1
    fi
    # echo informations
    echo
    echo " Confirmation"
    echo " <Panasonic Printer Driver> uninstall"
    echo
    echo -n " input 'y' to continue:"
    read inputval
    if test "$inputval" != "y"
    then
    echo " uninstall be canceled"
    echo
    exit 1
    fi
    # remove files
    echo " uninstall files......"
    # follow is created by install script
    _______EOF
    chmod 755 $INSTALL_PATH/uninstall-driver
    # copy lib files
    INSTALL_LIB_PATH="/usr/lib"
    RESTORECON=/sbin/restorecon
    LIB_FILES="L_H0JDJCZAZ"
    for file in $LIB_FILES; do
    cp ./lib/$file.so.1.0.0 $INSTALL_LIB_PATH/
    echo "rm -f $INSTALL_LIB_PATH/$file.so.1.0.0" >> $INSTALL_PATH/uninstall-driver
    ln -sf $file.so.1.0.0 $INSTALL_LIB_PATH/$file.so.1
    echo "rm -f $INSTALL_LIB_PATH/$file.so.1" >> $INSTALL_PATH/uninstall-driver
    ln -sf $file.so.1 $INSTALL_LIB_PATH/$file.so
    echo "rm -f $INSTALL_LIB_PATH/$file.so" >> $INSTALL_PATH/uninstall-driver
    done
    for file in $FILTER_PROGRAMS; do
    cp ./filter/$file $FILTER_PATH/
    echo "rm -f $FILTER_PATH/$file" >> $INSTALL_PATH/uninstall-driver
    if test -f $RESTORECON
    then
    $RESTORECON $FILTER_PATH/$file
    fi
    done
    # copy ppd files
    PPD_FILES=`find ppd -name *.ppd`
    for file in $PPD_FILES; do
    cp $file $MODEL_PATH/panasonic/
    file=`basename $file`
    echo "rm -f $MODEL_PATH/panasonic/$file" >> $INSTALL_PATH/uninstall-driver
    done
    echo "rmdir --ignore-fail-on-non-empty $MODEL_PATH/panasonic" >> $INSTALL_PATH/uninstall-driver
    # copy SPC & RCT files
    DATA_FILES=`find data`
    for file in $DATA_FILES; do
    if test -d $file
    then
    mkdir -p $INSTALL_PATH/$file
    else
    if test -f $file
    then
    cp $file $INSTALL_PATH/$file
    echo "rm -f $INSTALL_PATH/$file" >> $INSTALL_PATH/uninstall-driver
    fi
    fi
    done
    for file in $DATA_FILES; do
    if test -d $file
    then
    echo "rmdir --ignore-fail-on-non-empty -p $INSTALL_PATH/$file" >> $INSTALL_PATH/uninstall-driver
    fi
    done
    # copy tools
    cp ./panautil/L_H0JDUIZAZ $INSTALL_PATH/bin/
    echo "rm -f $INSTALL_PATH/bin/L_H0JDUIZAZ" >> $INSTALL_PATH/uninstall-driver
    cp ./panautil/L_H0JDUCZAZ $INSTALL_PATH/bin/
    echo "rm -f $INSTALL_PATH/bin/L_H0JDUCZAZ" >> $INSTALL_PATH/uninstall-driver
    chmod 4755 $INSTALL_PATH/bin/L_H0JDUCZAZ
    cp ./panautil/L_H0JDUIZAZ.png $INSTALL_PATH/bin/
    echo "rm -f $INSTALL_PATH/bin/L_H0JDUIZAZ.png" >> $INSTALL_PATH/uninstall-driver
    if test -d /usr/share/applications/
    then
    cp ./panautil/L_H0JDUIZAZ.desktop /usr/share/applications/
    echo "rm -f /usr/share/applications/L_H0JDUIZAZ.desktop" >> $INSTALL_PATH/uninstall-driver
    fi
    echo "rm -Rf $INSTALL_PATH/conf" >> $INSTALL_PATH/uninstall-driver
    echo "rmdir --ignore-fail-on-non-empty -p $INSTALL_PATH/bin" >> $INSTALL_PATH/uninstall-driver
    echo "rm -f $INSTALL_PATH/uninstall-driver" >> $INSTALL_PATH/uninstall-driver
    cat >> $INSTALL_PATH/uninstall-driver <<\_______EOF
    # restart
    echo " restart spooler - CUPS"
    if test -f /etc/init.d/cups
    then
    /etc/init.d/cups restart
    else
    if test -f /etc/init.d/cupsys
    then
    /etc/init.d/cupsys restart
    fi
    fi
    # echo informations
    echo
    echo " uninstall driver completed"
    echo
    echo " please use \"system-config-printer\" or \"lpadmin\" "
    echo " to remove all printers based on the driver."
    echo
    exit 0
    _______EOF
    # restart CUPS
    echo " restart spooler - CUPS"
    if test -f /etc/init.d/cups
    then
    /etc/init.d/cups restart
    else
    if test -f /etc/init.d/cupsys
    then
    /etc/init.d/cupsys restart
    fi
    fi
    cd $PWD
    # echo informations
    echo
    echo " install driver completed"
    echo
    echo " please use \"system-config-printer\" or \"lpadmin\" to add printer."
    echo
    exit 0

  • UML in JDeveloper

    I have been using JDeveloper for only a couple of weeks, mainly for UML design, and my first impression is that this is not a very mature functionality in JDeveloper...
    I have some questions I hope someone can help me with:
    1. The navigation tree in Application Navigator does not reflect the physical location of the folders/uml files on the harddisk... This makes navigation very chaotic in large projects..
    Is there a way to configure the Navigator to show the files this way:
    |--Application sources
    |''''|-----myDomain
    |''''|''''''''''''''|----myUmlFile1
    |''''|''''''''''''''|----mySubDomain
    |''''|''''''''''''''|'''''' |---myUmlFile2
    instead of:
    |--Application sources
    |'''''|-----myDomain
    |'''''|'''''''''''''|----myUmlFile1
    |'''''|----myDomain.mySubDomain
    |'''''|'''''''''''''|----myUmlFile2
    2. I haven't found a way to create a Use Case description report in JDeveloper (A document where you can insert text (preferrably divided into chapters) along with ANY kind of diagram and also the html part of the Use Cases...
    We need a way to create such documents without having to use copy and paste, and I was hoping JDeveloper had a way of creating such a document... Has anyone found a good solution for this?
    I was actually thinking of "integrating" OpenOffice Writer with JDeveloper, but since I also have used OpenOffice for only a couple of weeks, I have not yet learned all the tricks and features...
    For example, I had problems inserting (linking) a JDeveloper Use Case file (.xhtml_usc) into a OpenOffice Writer section... I could only insert it as xml, not as html...
    Hints would be very much appreciated...
    Another challenge is of course the JDeveloper UML diagrams...
    Is there a way to configure a diagram to automatically be published as a PNG file at a specified path every time you edit and save the diagram file? (then I could insert the PNG file as a link in OpenOffice, and be sure that OpenOffice always displays the latest version of the PNG file...)
    3. Refactoring UML files.... I surely hope that moving UML files is on the roadmap for JDeveloper? It is crucial that we are able to move a file from one domain to another...
    4. Why can't I add a component from another project to a diagram, when they belong to the same application?? I would like to divide my application into multiple projects representing the different domains of the application... And of course, add components from different projects to the same diagram to describe their relationships....
    thanks in advance for any help
    Message was edited by:
    user506305
    Message was edited by:
    user506305

    Hi,
    Answer 1:
    To get the Navigator to look like this you need to alter the 'Flat Level' to 1 by decreasing the 'Spinner Box' on the Application Navigator Toolbar.
    Answer 2:
    If you select the Project node and then select 'Run | JavaDoc <ProjectName>' this will generate a JavaDoc style HTML report with links on the diagram image which will take you throught to the create Use Case and Actor etc. It is probably not quite what you want but is at least in HTML to allow you to do what you want.
    No you can't configure JDev to publish the diagram everytime the diagram is saved.
    Answer 3:
    What issues are you having refactoring UML elements. You should be able to refactor all elements apart from the diagrams and packages.
    Answer 4:
    You can share models between different Projects but you need to go into the Project Properties and then select 'Project Content | Modelers' and then 'Add' the second Project's Model Path to this Project.
    Regards,
    Lisa
    JDev UML QA

  • How to extent attribute types in UML Class Diagram

    Hi all,
    Can anybody tell me, how to set the type of a attribute like date. On the picklist are only a few types available.
    I've tried to extend the model path and also the classpath with no effect.
    Thanks in advance
    Gunther

    There is nothing preventing you from writing whatever you feel like in the type drop down box. So just write date.

  • BME-00600: The UML Package ... could not be resolved - When opening diagram

    Hi everybody,
    when opening an existing activity diagram we are receiving the error below. The files are present on the filesystem. Other diagrams like database diagram could be opened with no problems.
    We are using JDeveloper version 10.1.3.0.3 (Early Access / Win XP).
    Any ideas?
    Thanks,
    Marcus Kresin
    Message
    BME-00600: The UML Package cargo could not be resolved
    Cause
    The element may have been moved or deleted from the file system, or the Model path, source path or classpath may be incomplete. This error can also occur when the element was found, but errors in its definition prevented it from being loaded. Examine the error stack for further information on the exact cause.

    Hi,
    I am not sure how you got into that state; but you should be able to work around it my creating the missing packages in the navigator. Simply go to New -> Gallery -> General -> UML -> Package. Once in place the diagram should now open.
    Thanks,
    Gerard

  • Spoonplay - SVM Files

    I am following the 'zav90_integration.pdf' file and trying to get Streaming to work from a network share.
    I can get an application to run using Spoonplay fine, but I can't seem to find any of the generated '.svm' files it talks about.
    I have tried redirecting the 'cache' but it remains empty, I tried doing a search when the app is running and I can't find any '.svm' files
    ZAV Version 9.6.2005.0
    *Page 45
    SpoonPlay.exe /model=\\path\to\model\model.xm /cache=<path to
    SVM>\application.svm
    if “%errorlevel%” == “0” SpoonReg.exe <path to SVM>\application.svm

    Originally Posted by zeevromm
    We've been noticing some issues with the /cache flag and are in the process of working through this with Spoon, to ensure syntax is correct and everything working as expected.
    If you file a Service Request, it will be easier for us to update you once we have more information. I will also be writing a post as soon as I have complete information.
    Thanks for the reply. Unfortuantely we don't have a support contract with Novell though.

  • エラー:-307703が発生してしまう理由

    ご協力お願いします。
    エラー:-307703が発生してしまい解決策を見つけることができず困っております。
    発生状況は、VeriStandのSystem Definition FileにてSimulation Modelsツリーから
    Add a Simulation Model用のダイアログを立ち上げています。
    ここで、Pathからdllを指定するとエラー:-307703が発生してしまいます。
    エラーの内容として、「指定したモデルはVeriStandとの互換性がありません。」と表示されています。
    指定しているdllは、今回のテスト用にLabVIEWで作成しております。
    ※内容は2つのdouble型データを足し算して、double型の結果を返すだけです。
    dllの作成方法として、プロトタイプを定義するダイアログにて、C呼び出し規則と標準呼び出し規約の
    両方で試してみましたが、いずれも同じエラーが発生します。
    下記URLを拝見すると、VeriStandにて読み込むdllを作成する開発環境にはLabVIEWが
    含まれているため、開発環境は間違っていないと思います。
    http://www.ni.com/example/31488/en/
    また、作成したdllをLabVIeWではエラー無く読み込むことができ、加算値も返ってきます。
    作成しているdllの内容や形式が悪いのでしょうか。
    ※読み込んだdllの情報が表示されるランには「Unknown model rate」と
    表示されているのが気になります。
    どなたか、このエラーが発生してしまう原因がわかる方がいらっしゃいましたら
    ご回答よろしくお願いします。
    解決済!
    解決策の投稿を見る。

    自分の質問に原因と解説を追記します。
    VeriStandにて読み込むことのできるLabVIEWのdllは
    拡張子がlvmodelというものらしいです。
    lvmodelファイルの作成方法も、通常のプロジェクト内のビルドしようから作成するのではなく
    viのウィンドウのメニューバーにあるツールからNI VeriStand⇒Generate From Model VI...
    と選択すると作成できるようです。

  • Prime Provisioning UCXN Infrastructure sync error

    Hi all,
    When trying to do an Infrastructure sync for unity connection 10.5, I'm getting the following error.
    Failed to sync infrastructure data.IPT-0600: Software - Failed to create PortGroup object instance: Inventory Exception:DFC Exception IM-0022 [ERROR]: More than one object with model path -- Global Resources --:PortGroup.ID='981-70c9f38b-13c2-4e4d-bb07-59513d66962c' was found | Cause - Inventory Exception:DFC Exception IM-0022 [ERROR]: More than one object with model path -- Global Resources --:PortGroup.ID='981-70c9f38b-13c2-4e4d-bb07-59513d66962c' was found
    syncInfrastructure:errorCode=600
    UCXN is in a HA setup and working as expected. any thoughts?

    I had the same error. The problem appears when you try to configure the port group with two different servers (PUB and SUB) CUCM or TFTP. The workaround I found is to create two different port groups. One group for PUB and one SUB. 

  • Leave Auto Approval

    Hi All,
    We have the following requirement :
    1) Leave should be auto approved after 7 days.
    2) Leave should be posted to R/3 as per standard process after document is approved.
    3) Workflow should be completed after posting to R/3.
    Please guide us how we can achieve this. or is there any other way to do this ?
    Regards,
    Kamal

    Hi Kamal Rawal
    1) Leave should be auto approved after 7 days.
    Ans : Use deadlne monitoring. After the reach of modeling path change the status of the leave sent to approved. If you dont no about deadline monitoring search the forum lots of thread has discussed about it.
    2) Leave should be posted to R/3 as per standard process after document is approved.
    Ans: Use the std program RPTARQPOST. Schdule this program every half an hour for posting.
    3) Workflow should be completed after posting to R/3.
    Ans: This is done automatically once posting is happened.
    Regards
    vijay

  • Help! running out of space on a  80G drive

    keep getting a java message about not being able to write to my C: drive because of lack of space!!
    investigation shows that i have somehow mis-configured my jdeveloper 10G because i have a recursive output structure of
    C:\JDeveloper\jdev\mywork\jlwi\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes\Project\classes
    The structure goes on and on it repeats itself about as many times as i have complied / deployed my app
    Please help me as i haven't the foggiest idea of where to look
    Thanks in advance for your help!
    Jim Stoll

    hey rob,
    Hi!
    C:\JDeveloper\jdev\mywork\jlwi-web\Project1\Project1.jpr contains the following
    Common-->
     Input Paths
    Default Package: mypackage1
    Java Source Path: C:\jlwiWeb\JLWI\src
    HTML Root Directory: C:\jlwiWeb\JLWI\src\web
    Scan Source Paths to Determine Project Contents is checked
    Modelers
    Model Path: C:\JDeveloper\jdev\mywork\jlwi-web\Project1\model
    Offline Database
    Database Path: C:\JDeveloper\jdev\mywork\jlwi-web\Project1\database
    Profiles
    Developement
    Paths Output Directory: C:\JDeveloper\jdev\mywork\jlwi-web\Project1\classes
    Javadoc Destination: C:\JDeveloper\jdev\mywork\jlwi-web\Project1\javadoc
    JLWI stands for Joint Logistics Warfare Initiative
    HTH
    If you need ANY other info just post and i'll respond IMMEDIATELY.

Maybe you are looking for

  • Voice Memo will not export into iTunes

    I am currently using an iPhone 3GS and I have a 2008 MacBook running Lion with the latest version of iTunes 10.4.1. For some reason, I cannot get voice memos to import into iTunes. I don't know if length of memos has anything to do with this or not,

  • Problem with Matrix/Checkbox/Datasource

    Hi, i have a problem with a Matrix. There are 3 Columns on this Matrix, one of those is a Checkbox. I fill the Columns with data, the Checkboxes where just added (no Checkbox is selected), the user has to select the value (Checkbox)he want's to by ha

  • Error message with payment but Skype ran it thru t...

    Hello, while making a payment there was an error message in the transaction. The message said to try again and when I did, the same message came up. When I checked my email and Skype balance, Skype charged me twice. I only wanted the minimum and woul

  • Printing a Purchase Order list in Java.

    Hi. I?m making a simple sales system at school, and I would like it to print out a Purchase Order list like this one http://www.scorp-d.dk/PurchaseOrder.jpg , but what is the easiest way to do this? Making a Jframe that looks like one or what? Scorp-

  • How to remove planned values in last year

    Hi, In one of my asset ord. depr is showing planned value as 1.00.(positive value) Due to this system is not allowing to close the 2008 fiscal year. How can we remoove or adjust this 1 rupee. Sateesh