Detecting changes in a Directory

Hi,
I have accounts (user objects) provisioned from IDM to a Novell eDirectory.
I also have activesync running so I can detect any changes on the Novell system.
If a user object is moved around in the Novell directory (using the normal Novell
admin interface), the activeSync poll detects this.
How can I then update the account index in IDM to reflect the
new location of the user object in the directory?
thanks,
John I

A previous poster mentioned a rename workflow, have you considered the rename user view?
It's in the Workflows, Forms and Views documentation on page 395. There's an option in there to update the account ID without trying to retrieve the old resource information.
The example in the doc looks close to what you need (though you'll still have to figure out a way to get the view and check it back in):
renameView.newAccountId="saurelius"
renameView.resourceAccounts.selectAll="false"
renameView.resourceAccounts.currentResourceAccounts[Lighthouse].selected="true"
renameView.accounts[AD].identity="cn=saurelius,OU=Austin,DC=Waveset,DC=com"
renameView.resourceAccounts.currentResourceAccounts[AD].selected="true"
renameView.accounts[LDAP].identity="CN=saurelius,CN=Users,DC=us,DC=com"
renameView.resourceAccounts.currentResourceAccounts[LDAP].selected="true"
renameView.accounts[NT].identity="Marcus Aurelius"
renameView.resourceAccounts.currentResourceAccounts[NT].selected="true
{code}
You might not need to change the IDM account ID, just update the resource identity info.  Perhaps also specify the fetchAccounts option as false.
You can see the rename actions in the admin interface too.  Select the user, then under user actions select "rename" and it should show you the resources that you can rename.  (See page 72 of IDM Administration.)
One reason that your rename is failing is possibly because the resource adapter simply does not support renaming.  If that's the case you may be forced to unlink the account in your active sync form and re-link it later on.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Detect Change In A Directory

    say I have the following
    var directory:File =
    File.applicationStorageDirectory.resolvePath("media");
    Is there a way to detect a change in this directory?
    I want to be able to delete files through whatever means
    locally and have my application fire off an event that the
    directories content has changed.
    Thanks,
    Brian

    I think there is no way other than keeping track of the
    modification date attribute of the File object.
    Like this:
    var f:File = new File();
    trace(f.modificationDate);
    if the f.modificationDate is different with respect to the
    last time your adobe air app visited the file then the content has
    changed.
    Same for directories.
    My 2 $.
    Bye.

  • Error while creating request list Unable to detect the SAP system directory

    We are upgrading SAP BW (NW 7.0 EHP1) to SAP BW (NW 7.3)
    source OS: Windows 2008 R2,  source DB: MSSQL server 2008 R2 SP1 CU3
    I had started the upgrade by running: STARTUP.BAT
    I had started the DSUGui on the server (CI / DB on the same server) from: D:\usr\sap\BP1\upg\sdt\exe\DSUGui.bat
    I ran both programs (run as administrators).
    Once SAP Gui connects and was able to create userid/ password and when ready to start the initialization phase (click next)
    gives me the error
    Error while creating request list - see preceeding messages. Unable to detect the SAP system directory on the local host
    I had tried STARTUP.BAT "jce_policy_zip=Z:\export-import\downloads\jce_policy-6'  and still the same error.
    I had started DSUGui.bat with trace and the trace file contents are
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[2.0.7.1006]/>
    <!NAME[D:
    usr
    sap
    bp1
    upg
    sdt
    trc
    server.trc]/>
    <!PATTERN[server.trc]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %-100l [%t]: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Jan 11, 2012 10:14:58 AM [Error]:                          com.sap.sdt.engine.core.communication.AbstractCmd.log(AbstractCmd.java:102) [Thread[ExecuteWorker,5,main]]: Execution of command com.sap.sdt.engine.core.communication.CmdActionEvent@376433e4 failed: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
    Jan 11, 2012 10:14:58 AM [Error]:                          com.sap.sdt.engine.core.communication.AbstractCmd.log(AbstractCmd.java:103) [Thread[ExecuteWorker,5,main]]: java.lang.NullPointerException: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
    Jan 11, 2012 10:14:58 AM [Error]:                          com.sap.sdt.engine.core.communication.AbstractCmd.log(AbstractCmd.java:103) [Thread[ExecuteWorker,5,main]]: java.lang.NullPointerException: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
    Jan 11, 2012 10:14:58 AM [Error]:                                                 com.sap.sdt.engine.core.communication.CmdActionEvent [Thread[ExecuteWorker,5,main]]: java.lang.NullPointerException: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
         at com.sap.sdt.dsu.service.req.DSURequestListBuilder.persistSystemInfo(DSURequestListBuilder.java:277)
         at com.sap.sdt.dsu.service.DSUService.createRequestList(DSUService.java:338)
         at com.sap.sdt.dsu.service.controls.DSUListener.actionNext(DSUListener.java:144)
         at com.sap.sdt.dsu.service.controls.DSUListener.actionPerformed(DSUListener.java:67)
         at com.sap.sdt.server.core.controls.SDTActionListener$Listener.actionPerformed(SDTActionListener.java:46)
         at com.sap.sdt.engine.core.communication.CmdActionEvent.actOnEvent(CmdActionEvent.java:43)
         at com.sap.sdt.engine.core.communication.CmdEvent.execute(CmdEvent.java:69)
         at com.sap.sdt.engine.core.communication.ExecWorker.handleCmd(ExecWorker.java:36)
         at com.sap.sdt.engine.core.communication.AbstractWorker.run(AbstractWorker.java:93)
    I could not get Upgrade started.  Any help is appreciated
    Thanks
    Prathap

    Did you get this solved?
    I have the same problem

  • How to change the default directory from within SQL*Plus ?

    Hello,
    I want to change the default directory directly from within SQL*Plus to be able to launch my command files with simple instructions like :
    @my_command.sql
    If I haven't launched SQL*Plus from the directory containing the file my_command.sql, how do I change the default directory to the directory of my command files ?
    I've searched through the Oracle documentation, there's no SET DEFAULTDIR or something like that. When I do a SHOW ALL, there's no variable containing the default directory.
    If you have an idea...
    regards,
    Jérôme.

    Hi Jérôme (J鲴me ?),
    You cannot directly do that, but you can use @@ instead of @ to run subscripts in the same directory as the superscript
    # head /tmp/tl30/xxx/[xyz].sql                    
    ==> /tmp/tl30/xxx/x.sql <==
    prompt call y
    @y
    prompt call z
    @@z
    quit
    ==> /tmp/tl30/xxx/y.sql <==
    prompt i am in y
    ==> /tmp/tl30/xxx/z.sql <==
    prompt i am in z
    # pwd                                             
    /root
    # sqlplus -s scott/tiger@lsc62 @/tmp/tl30/xxx/x.sql
    call y
    SP2-0310: Datei "y.sql" konnte nicht geöffnet werden
    call z
    i am in zKind regards
    Laurent Schneider
    OCM DBA

  • How to Change Default User Directory without changing System Directory

    Hi Everyone,
    I need to change default User Directory for my JDeveloper 11.1.1.0.2.
    Default User Directory = C:/JDeveloper/mywork
    Default System Directory = *<JDEV_HOME>/System*
    Now I Need to Change it to
    My Default User Directory = C:/Monty/JDev11g2/
    But System's Default Dir = *<JDEV_HOME>/System*(Same)
    For this i explicitly Set variable ide.user.dir to C:/Monty/JDev11g2/ in JDev.boot file as explained in Installation document.
    Working fine but it contains System Folder too. I don't want this.
    Any Help to find me separate these both as it works for Single User.
    Thanks,
    Fizzz...

    Hi John, You must be right if i'd believe in ghost, A Ghost of System's Folder :-). Well that's true, We should ignore it. But still If someone finds any Clue then let me know.
    Thanks
    Fizzz...

  • How to change default compile directory tmp_ejb?

    Dear all,
    Someone knows how to change the default directory "tmp_ejb...." in WebLogic Server
    7.0?
    This is the default directory where WebLogic Server 7.0 generates and compiles
    the EJB's declared in config.xml.
    I try to specify the attribute TmpPath="ANOTHER_TMP_LOCATION_DIRECTORY_FOR_EJB"
    in the EJBContainer node but still doesn't work.
    The same thing happens when I test this attribute on EJBComponent declaration.
    Someone knows if there is an enviroment variable that specify this tmp_ejb location
    path?
    It's false that the tmp_ejb is located where the config.xml file is placed.
    I have 3 weblogic servers and they haven't the same behaviour.
    Someone can help me??????
    Thanks.

    I ran into the same problem and was wondering if you got an aswer the question you posted in BEA's news group: "How to change default compile directory tmp_ejb?
    Thanks

  • How to change the output directory of .xml files

    Hi,
    There are lots of .xml files generated under
    $ORACLE_AS_HOME/j2ee/home/applications/xmlpserver/xmlpserver/xml.
    (ex:/usb/bipub3/oracle/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xml).
    I found these files are generated in the following operation;
    1.Log in BI Publisher.
    2.Select the Schedules tab.
    I think they are kind of temp files so we will be able to delete them.
    But I'd like to know how to change the output directory.
    Can we change the above directory to other path?
    Regards.

    Why? As that may invalidate support since you configure/alter the deployment.
    The location is specified in oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver.war, so you could go into the war file and alter it.

  • Problem Changing the Root Directory of the Default Virtual Host in J2EE 7.0

    Hi,
    I'm trying to change the root directory for the default virtual host in J2EE 7.0.
    i did the following steps in visual admin: services -> HTTP Provider -> Runtime -> Virtual Hosts -> default:
    Root Directory: "D:/usr/sap/<server>/<instance>/j2ee/cluster/server0/apps/sap.com/crm~b2b/servlet_jsp/b2b/root/b2b" (this the correct path to the application)
    Start Page:"z_index.jsp"
    I restarted HTTP Provider Service and the J2EE.
    When I start http://<server>:<port> i get the following error:
    The requested resource /z_index.jsp is not available
    Details:   File [z_index.jsp] not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].
    sap.com/com.sap.engine.docs.examples is the initial default root directory, but i changed it to the correcht path...
    Can anybody help me?
    Yours
    Michael
    Message was edited by:
            Michael Cendon

    Hi,
    hqt200475 wrote:
    Hi,
    I have the Environemt:
    + Linux SUSE 11 + Oracle Enterprise 11.2.0.2
    oracle@stb:~> uname -a
    Linux stb 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/LinuxMy Problem is changing the home directory of an existing Standalone-ASM:
    /u00/app/oracle/product/11.2.0/grid_1/I want to move it to
    /u00/app/grid/product/11.2.0/grid_1/My Question: what is the optimal path?
    Optimal Flexible Architecture standard
    All Oracle components on the installation media are compliant with Optimal Flexible Architecture. This means, Oracle Universal Installer places Oracle Database components in directory locations, assigning the default permissions that follow Optimal Flexible Architecture guidelines.
    Oracle recommends that you use Optimal Flexible Architecture, specially if the database will grow in size, or if you plan to have multiple databases.
    /u00/app/oracle/product/11.2.0/grid_1 - Oracle home directory for Oracle Grid Infrastructure 11g for a standalone server, if user owner of installation is "oracle"
    /u00/app/grid/product/11.2.0/grid_1 - Oracle home directory for Oracle Grid Infrastructure 11g for a standalone server, if user owner of installation is "grid"
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16763/appendix_ofa.htm
    Hope this helps,
    Levi Pereira

  • XY-Graph / Plot legend: How to detect changes in 2nd/3rd/4th ... legend position

    Hello,
    I have an XY-Graph with 4 plots. How can I detect, for example, the color change of the second plot in the legend. The active plot, using a property node, is always plot 0. So I am not able to detect changes in the 2nd/3rd ... plot.
    Any ideas?
    Thanks a lot.
    Best regards,
    Michael
    Solved!
    Go to Solution.

    You can do it with an event sturcture.
    Attachments:
    Plot detect.vi ‏25 KB

  • Event Structure's value change, not detecting changes when tabbing thru array of clusters

    Hi!  I have an array of clusters (int, int, string, int) control, and want to detecting changes made to the it.  I used the Event Structure's value change case on the array, it works excellent except that it'll only detect the changes when you click out of the element or press the enter key (the one by the numbers, not carriage return).  I want it to detect the changes when I tab thru the cluster or array too, but I can't figure it out... Does anyone have any ideas?
    Thanks!

    mfitzsimons wrote:
    altenbach
    Tried Value Change with my example done in 7.1 and it doesn't trgger an event.  That is why I suggested Mouse Down.
    Curious. I did a few minor edits in 8.0 before saving as 7.1, but the simple value change event got triggered just fine when the value vas terminated with a tab in 7.1. Every time.  Strange....
    Are you on 7.1 or 7.1.1? Maybe there's a difference (I am using 7.1.1).
    LabVIEW Champion . Do more with less code and in less time .

  • How can I change the source directory in Netbeans

    Hi there,
    Thanks for reading.
    How can I change the source directory in Netbeans so I can have a src directory?
    Thanks,
    Lorenzo

    Forgot to say Netbeans 3.6.
    thanks

  • Detect changes in an instance

    Hello,
    how can I detect changes in an instantiated object? I could serialize the object and write it into a file. After some minutes I could write it a second time into a file. Now I could compare the two files. But I thing this is not the best way for doing this, isnt't it.
    Any suggestions?
    Thanks

    it can be of any help, here's how I implement object changes:
    /** Interface for object instances comparison */
    interface ContentComparable {
       /** Returns a string describing the object instance for comparison */
       public String getCompareString();
    /** Custom class sample */
    public class CustomClass implements ContentComparable {
       private String    customField1;
       private int       customField2;
       /** Constructor */
       private CustomClass(String field1, int field2) {
          this.customField1 = field1;
          this.customField2 = field2;
       //------------------------------------------------------------ ContentComparable ---
       /** Returns a string describing the object instance for comparison */
       public String getCompareString() {
          String content = this.getClass().getName() + "["
                           + "customField1='" + this.customField1 + "', "
                           + "customField2=" + this.customField2 + "]";
           return content;          
       /** Returns TRUE if the object is equal to an other object
        * @param   otherobj  the other object
        * @return  TRUE or FALSE
        * @see #getCompareString()
       public boolean equals(Object otherobj) {
          if (otherobj instanceof CustomClass) {
             CustomClass classobj = (CustomClass)otherobj;
             return this.getCompareString().equals(classobj.getCompareString());
          return false;
    }With that, you just have to keep a copy of the getCompareString() of the object before any changes are made.
    When you want to test changes, call this method:
       // private member to hold copy of unchanged object string
       private String oldObjectValue;
       // Returns TRUE if object has changed
       private boolean testDataChanged() {
          if (oldObjectValue == null) oldObjectValue = object.getCompareString();
          String newObjectValue = object.getCompareString();
          return !oldObjectValue.equals(newObjectValue);  
       //...Hope this helped,
    Regards.

  • Mass change in object directory entry

    hi Experts ,
    we have a problem in object directory entry of some near 1600 objects which want to change in a single go , can any one help us on this??
    We have searched SDN already and do find similar questions but no relevant answer , please help.
    If we try to change it through Se03 it asks to do it objectby object whch is a very time consuming activity .
    Br,
    Sunny.

    In SE03,
    You can give wild character if the object names starts with for example A* and then you can block select.
    or if you go by further restriction(for example by package name), you can able to list all of the objects under the package.
    This way you can block select it and change the object directory.

  • Changing web root directory

    I've just managed to set up coldfusion (8, not that I think
    it should be very different to 7) on my mac.
    It's running perfectly, except that the wwwroot folder is in
    Applications/coldfusion8, and my CF pages are in a different
    directory.
    Is there some way to either change the wwwroot directory to
    something different, or otherwise add additional directories?
    Thanks.

    Hi,
    I have read through your posting and it has provided some insight into the problem I am having. I have few questions for you :
    1. You said you were told is to revert to version 10.1.2.0.2, is this the Oracle Access Manger version number? I am currently using OAM 10.1.4.0.1 and have logged a severity 1 with Oracle Support.
    My problem is that I am trying to integrate Oracle Access Manager(10.1.4.0.1) to OracleAS 10g (10.1.2.0.2). The problems comes after installing the WebGate on OHS. When trying to access OHS root page (http://servername:7777) I get 500 internal server error.
    So I was wondering if there is Oracle Access Manager version 10.1.2.0.2, if there is, I think I should try it.
    Thanks,
    Boland

  • J2EE status info unavailable - Cannot change to working directory

    Hello everyone,
    I've got this error when I start SAP Solution Manager system.
    disp+work.exe  Running,Message Server connection ok,J2EE status info unavailable.
    I've checked trace files and logs,
    Finally dev_bootstrap says:  "Cannot change to working directory"
    I couldn't find what changes import_properties file which under the E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster folder.
    Does anyone have any ideas about this issue?
    trc file: dev_bootstrap
    Used property files
    -> files [00] : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hostname
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\<SID>\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID8075800  : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID8075850  : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID8075800            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID8075850            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    [Thr 4632] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4632] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4984] JLaunchRequestFunc: Thread 4984 started as listener thread for np messages.
    [Thr 1048] WaitSyncSemThread: Thread 1048 started as semaphore monitor thread.
    [Thr 4632] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 4632] CPIC (version=700.2005.12.02)
    [Thr 4632] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_16
    [Thr 4632] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\<SID>\DVEBMGS00\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_16
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_16-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\<SID>\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\<SID>\DVEBMGS00\exe\jstartup.jar;E:\usr\sap\<SID>\DVEBMGS00\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0080758
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 5240] JLaunchIStartFunc: Thread 5240 started as Java VM thread.
    [Thr 5240] *** ERROR => Can't change working directory [D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster] (rc = 2) [jlnchxxi.c   378]
    [Thr 5240] *** ERROR => Cannot change to working directory [D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster] (rc=-1) [jlnchxxi.c   724]
    [Thr 4632] Wed Jan 21 05:22:15 2009
    [Thr 4632] JLaunchCloseProgram: good bye (exitcode = -1)
    Regards,
    Baris

    Hello everyone,
    I've got this error when I start SAP Solution Manager system.
    disp+work.exe  Running,Message Server connection ok,J2EE status info unavailable.
    I've checked trace files and logs,
    Finally dev_bootstrap says:  "Cannot change to working directory"
    I couldn't find what changes import_properties file which under the E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster folder.
    Does anyone have any ideas about this issue?
    trc file: dev_bootstrap
    Used property files
    -> files [00] : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hostname
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\<SID>\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID8075800  : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID8075850  : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID8075800            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID8075850            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    [Thr 4632] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4632] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4984] JLaunchRequestFunc: Thread 4984 started as listener thread for np messages.
    [Thr 1048] WaitSyncSemThread: Thread 1048 started as semaphore monitor thread.
    [Thr 4632] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 4632] CPIC (version=700.2005.12.02)
    [Thr 4632] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_16
    [Thr 4632] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\<SID>\DVEBMGS00\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_16
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_16-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\<SID>\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\<SID>\DVEBMGS00\exe\jstartup.jar;E:\usr\sap\<SID>\DVEBMGS00\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0080758
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 5240] JLaunchIStartFunc: Thread 5240 started as Java VM thread.
    [Thr 5240] *** ERROR => Can't change working directory [D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster] (rc = 2) [jlnchxxi.c   378]
    [Thr 5240] *** ERROR => Cannot change to working directory [D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster] (rc=-1) [jlnchxxi.c   724]
    [Thr 4632] Wed Jan 21 05:22:15 2009
    [Thr 4632] JLaunchCloseProgram: good bye (exitcode = -1)
    Regards,
    Baris

Maybe you are looking for

  • I am using the wrong language to access a secure website. How can I change it to English?

    I am trying to access my university account from a computer in Germany and while I can access some features, such as e-mail, it is not allowing me access to my secure faculty account. The message I am getting is that I am using the wrong language, i.

  • Cleaning up JNLP files

    Is there a way to reliably clean up downloaded JNLP files from the desktop or wherever the user has specified downloads are to be placed when the application is done? Leaving a bunch of JNLP files littering the desktop or home directory seems somewha

  • Cannot unlock univers!

    I have strange situation:  I'm using administrator account. Somebody with user account lock univers. Nobody can use univers now (change & reconstruct). Why Administrator cannot unlock univers? How i can correct situation and unlock univers

  • Help with Live Paint - filling in part of an image

    I have imported a dfw image into illustrator. It's a black and white image of an object similar to the one below: I want to paint the areas around the perimeter of the image black so that it looks like it has a large black outline (the areas that con

  • Uninstall acrobat x after installing xl

    Apparently the "Compete / Full" install of Acrobat Xl did not remove Acrobat X. Now that I have my Acrobat Xl installed, the complete version, can I uninstall Acrobat X to save some space on the hard drive?  I running 64 bit OS Windows 7 Professional