Classpath in - system variable or user variable?

Where should the classpath be specified? I am using the same machine so is it better to use system variables for specifying classpath in control panel or should I use user variable?

User once you know what you're up to.
System will cause you no end of grief if you work on more than one project at a time.
Your choice, though, as it'll depend on your circumstances.

Similar Messages

  • Siginificance of the user and system variables

    What is the significance of user variable and system variable in
    windows 2000 environment?
    Because I usually set user variable(classpath and path) and system
    variable(classpath,path and javahome) after installing j2sdk and
    weblogic. But I find out one of my friend just set the user variable and
    running the same. I like to know that what the system doing with user variable and
    system variable? In system view, what is the difference between the user var
    and system var?

    Not sure what this has to do with Java, but: The system variables apply to all users. The user variables apply to only the user that set them. Sign on as a different user and see what happens.

  • How to point the classpath to "CLASSPATH" system variable?

    Hi Experts!
    I'm trying to create a web dynpro application for sending a simple email using the tutorial that can be found here.
    I was actually able to make the program work using Java Swing, but not in my web dynpro implementation.
    According to the tutorial, the jar files should be located at "CLASSPATH" system variables to make things work.
    When I tried printing the URL of the classpath of the web dynpro app, it is pointing to a different location from what I have defined in the system.
    I have created the "CLASSPATH" system variable at "C:\CLASSPATH\lib" with the jar files on it. Here's the correct classpath using my swing application:
    /C:/CLASSPATH/lib/commons-beanutils-1.8.3.jar
    /C:/CLASSPATH/lib/commons-codec-1.4.jar
    /C:/CLASSPATH/lib/commons-collections-3.2.1.jar
    /C:/CLASSPATH/lib/commons-configuration-1.7.jar
    /C:/CLASSPATH/lib/commons-digester-1.8.1.jar
    /C:/CLASSPATH/lib/commons-httpclient-3.1.jar
    /C:/CLASSPATH/lib/commons-lang-2.6.jar
    /C:/CLASSPATH/lib/commons-logging-1.1.1.jar
    /C:/CLASSPATH/lib/ewsjavaapi-1.1.5.jar
    /C:/CLASSPATH/lib/javamail-ews-bridge-0.0.8.jar
    /C:/CLASSPATH/lib/jcifs-1.3.15.jar
    /C:/CLASSPATH/lib/mail-1.4.jar
    /C:/CLASSPATH/lib/slf4j-api-1.6.4.jar
    But the web dynpro app is pointing at different directories.
    @Printing project classpath...
    /E:/usr/sap/GOS/J03/exe/jstart71.jar
    /E:/usr/sap/GOS/J03/exe/sapjvm_5/lib/jvmx.jar
    /E:/usr/sap/GOS/J03/exe/sapjvm_5/lib/jvmx_tools.jar
    /E:/usr/sap/GOS/J03/exe/jre/lib/iqlib.jar
    /E:/usr/sap/GOS/J03/exe/sapjvm_5/lib/tools.jar
    /E:/usr/sap/GOS/J03/j2ee/cluster/bin/boot/sap.com~tc~bl~jkernel_boot~impl.jar
    /E:/usr/sap/GOS/J03/j2ee/cluster/bin/boot/jaas.jar
    /E:/usr/sap/GOS/J03/j2ee/cluster/bin/system/sap.com~tc~bl~bytecode~library.jar
    /E:/usr/sap/GOS/J03/j2ee/cluster/bin/boot/memoryanalyzer.jar
    This is the code I used for printing the classpath:
    ClassLoader cl = ClassLoader.getSystemClassLoader();
    URL[] urls = ((URLClassLoader) cl).getURLs();
    for (URL url : urls) {
        System.out.println(url.getFile());
    How can I set the correct classpath to the "CLASSPATH" system variable?

    Erwin,
    You wil need to add the jar files to a Library DC and then reference them in your Web Dynpro app.
    Take a look at this tutorial
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/006a6229-b1ed-2e10-0c8c-cc5673cf268f?QuickLink=index&overridelayout=true
    Stefan

  • Whick system variable means the current user id?

    I want to transfer the current user id from portal to BW system ,Whick system variable means the current user id?
    Thanks !

    Hi,
    You can get the name of the person who created it using the text element AUTHOR. The person who executes will be the SYUSER
    Hope this helps...
    Regards
    Kunal

  • System variables in R/3 when badi is triggered from portal

    Hi,
       How can we know the action from the portal,i mean from the create expense report i want to throw an error message if the user press "Review" button based on my validation. i have written in the badi,but when the user press "Previous step" button also this badi is getting triggered and as per the validation it is throwing an error message, i cannot go back. Are there any system variables that we can capture which button he pressed from the portal so that i can control to throw an error message only when the user press "Review" button.
    Thanks & Regards,
    Anil kumar

    Resolved

  • System variables in R/3 for the action from the portal

    Hi,
    How can we know the action from the portal,i mean from the create expense report i want to throw an error message if the user press "Review" button based on my validation. i have written in the badi,but when the user press "Previous step" button also this badi is getting triggered and as per the validation it is throwing an error message, i cannot go back. Are there any system variables that we can capture which button he pressed from the portal so that i can control to throw an error message only when the user press "Review" button.
    Thanks & Regards,
    Anil kumar

    Resolved

  • Using System Variables in a SQL Query

    Hi!
    I´m new to Oracle and SQL so i don´t know very much about it.
    There is miy Problem:
    Is there a way to Use the System Variable %USERNAME% in an SQL Query?
    I tried .... where table.shorttag = '%USERNAME%' ;
    but this doesnt work.
    Is Oracle able to handle Systemvariables? Or is there another way to use the current Windows User in an SQL Query.
    It is very Important to use the current Windows user and not the Oracle user.
    Thank you,
    Mfg

    Are you looking for something like this ?
    SQL> SELECT sys_context('USERENV', 'OS_USER') FROM dual;
    SYS_CONTEXT('USERENV','OS_USER
    SAUBBANE\IBM
    SQL> SELECT sys_context('USERENV', 'TERMINAL') FROM dual;
    SYS_CONTEXT('USERENV','TERMINA
    SAUBBANEAlso you can look at the dbms_application_info package.

  • System variable in a query

    Hi,
    I would like to use a system variable in a query in the where clause. How can i use it?
    Thanks in advance:
    Bianca

    Hi,
    840275 wrote:
    Several scripts need to use the same value so i have created a system variable for it.
    (some of these scripts are in oracle, some in Talend)
    select...
    from myTable
    where myColumn = mySystemVariable:
    Tha question is how can i reference a system variable from a query?
    Depending on exactly what you mean, the code you posted will work; just fill in the columns you want in place of "...".
    If I don't know where you're starting from, and I don't know where you want to go, then I can't give you very precise directions.
    Explain what you're trying to do.  Remember, the people who want to help you don't know what environment you're working in (e.g., SQL*Plus, PL/SQL, Apex, ...), they don't know anything about your application, and they don't exactly what you want.  The more you help them, the more they can help you.
    Why not post a question that really explains what you need to do?  For example: "I have a table like scott.emp, that has multiple departments.  Users will always be interested in only 1 departement at a time.  I would like them to run standard, fixed queries, such as ... but have the results only apply to the department they are interested in, as if they had executed ...  Several users may be on the system at the same time, and they won't necessarily be interested in the same department.  I'm doing this in SQL*Plus now, but I may want to do something similar in Apex.  My Orace version is ...".

  • Using the system variable cpInfoQuizAttempts

    My content is run through an LMS. I am trying to used advanced code using the system variable cpInfoQuizAttempts so that a caption appears when the variable value = 3. Apparently, I can't utilize the value of this variable; in fact, I can't even display it's value in a caption. I am trying to create advanced code on a course page that displays a caption like "You canot take this quiz again because you have already taken it the maximum number of time possible." once someone has taken the course the maximum number of times.  I assume this is the variable Captivate is using to show # attempts on the results page. I tried this with just a user variable but the value of the user variable is not stored or saved on the LMS. Therefore, if you have a maximum number of 3 attempts and someone takes the quiz twice, if he logs off and logs back on, the previous value (2) is not saved and the value reverts to the default (0).
    Any ideas how this could be done?
    KO

    I'm pretty sure that all user defined variables are saved in suspend_data in the LMS. Therefore your user defined variable should be there, but I don't see any way how Captivate would be able to retrieve it again out of the box.
    I think that the cpInfoQuizAttempts variable refers to attempts done in the same "session". So if fail the test and then retry and fail it would have a count of 2. However, once the user exists the course the variable is no longer available to Captivate.
    As Rick said most LMS' have a function to define max / min attempts of a quiz. However, this most likely requires that you publish the quiz as an independant SCO since the "lockout" would apply for that SCO. Basically if you only have one SCO then your users wouldn't be able to access the content or the quiz if they exceded the max attempts. Your content should therefore be one (or more) SCO(s) and your quiz one separate SCO.
    If I'm not mistaken it's also possible to define the max / min attempts in the SCORM manifest, but this is very geeky.
    If you own and can use Flash you could solve your problem two ways:
    1. Create a Flash file that retrieves the user defined variable from the LMS suspend_data and then sends that back into Captivate. Import the Flash file into your Captivate project.
    2. Create a Flash file that stores and retrieves the attempts in a Shared Object on the users PC and then brings the stored value back into Captivate. Import the Flash file into your Captivate project.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • System variable Quiz Score deducts points when lesson is re-opened (Capt 5.5 with Kallidus LMS)

    I'm trying to get to grips with quizing and reporting, particularly complete/incomplete to check content has been covered. I've set up a small test file that awards 1 point to each 'Next' button. The project works well in the LMS when completed in one go and if the user exits halfway through (LMS does report correctly as Incomplete 50%). The problem occurs when reopening the lesson it shows the score correctly for a moment then deducts points.
    I've also included a user variable in the project to keep score too. I've tried various options e.g. default data tracking, user can skip quiz, etc but the issue remains.
    Pictures below illustrate the problem
    First opened - Top score is user set variable, bottom is system variable cpQuizInfoPointsscored
    Halfaw and re-open - Completed course to halfway and both scores on lesson both at 5. Shut down lesson and re-opened. The system variable showed 5 for about one second then went to 4 whereas the user variable shows the 'correct' score of 5.
    I've looked at the debug file for the LMS and can see that it seems to be behaving as it should i.e calling for postion scores etc and they are correct. Any help appreciated!

    HI Loveesh,
    There’s no recorded content, I just started a new blank project (so no leftovers from other projects either). The problem occurs in the Kallidus LMS imported as scorm 1.2 package.
    Also, finally got it to work in 'Reload Scorm Player' and the lesson acts the same way.
    Happy to share file with you, if you want to have a look it’s only 10 Slides @ 500KB.
    Cheers

  • System variable in query

    Hi, all-
    I'm trying to set up a query for my users that don't have access to customer aging reports.  I need them to run this query to see how many days past due the customer is before we ship an order.
    I think I need to add the system variable 65 (Days Overdue), but not sure how to add it to an SAP query.
    Using 2007A patch 42.
    thanks in advance,
    Shelby

    The system variables are accessible only in system defined forms. They are received from the program running in the background.
    In the queries you write you can only access data base fields. And sometimes from these you can derive the same value that the system variable contains.

  • Document Date - System Variable - AP Checks?

    Hi Experts,
    I have searched for previous queries in the SDN B1 forum regarding my query.
    I need  to use a system variable in the cheque print area instead of posting date of documents the DOCUMENT DATE is required. I cannot find a  DOC. Date system variables
    Please can onyone highlight me if SAP has released a new System Variable list that include DOCUMENT DATE. The below links are what i had searched on.
    [PLD Check Print - System variable for document date and amount;
    [System variables in Check format;
    Is this an limitation on variables?
    Thanks,
    Raju

    Hi Raju,
    as a workaround you can do the following
    1. create a UDF in the Paid Document section, of a Date type
    2. create a user defined value :
    SELECT  case $[$20.45.1]
              when 18 then   (SELECT T0.[TaxDate] FROM   OPCH T0 WHERE
    T0.Docnum = $[$20.1.0])
              when 19 then   (SELECT T0.[TaxDate] FROM   ORPC T0 WHERE
    T0.Docnum = $[$20.1.0])
    end
    set the trigger to be when when field change: on customer / vendor code
    In the check PLD show this UDF. Use the table VPM2 : Outgoing payments - invoices, column : your UDF
    Hope this helps
    Chris

  • Any way to capture DOMAIN in system variable?

    Any way to capture the DOMAIN in a system variable that can be used in WebI or Universe?

    Hi. This really is an irritation. The @VARIABLE('USERDOMAIN') works fine in DeskI, but in WebI, one is prompted for the user's domain.
    Why is this? Is there a fix for this?
    The use of the USERDOMAIN is quite important to us in solving some security issues. The BOUSER and BOPASS seems to work OK
    Please can someone advise?
    Thank you in advance
    Edited by: Rob Stephenson on Nov 17, 2009 1:04 PM

  • Setting system variables for Oracle Forms at runtime

    Hi,
    I've read somewhere that a user can set some Oracle Forms system variables
    like SYSTEM.MESSAGE_LEVEL, SYSTEM.DATE_THRESHOLD, SYSTEM.EFFECTIVE_DATE, SYSTEM.SUPPRESS_WORKING
    at runtime.
    Does anyone know how?
    I want to use the same fmx file with various settings, so do not want to
    hard code any values for these variables.
    TIA,
    Sam

    Frequently I modidied
    :system.message_level := 0 let's say.
    For other system variables I cannot help you.
    Ovidiu

  • ITunes sync executables crashes with long System Variable Value

    There is a System Variable: ESET_OPTIONS on my PC. The value of it is 2079 white spaces,
    It looks like iTunes sync executables crashes when it trying to sync my iphone5s with outlook due to this System Variable.
    I'm using Windows 8.1 x64 and outlook 2013 pro+ x64, both with latest updates installed. iTunes 11.1.4 for Windows (64-bit)
    The iTunes sync log is below:
    ********************START OF LOG********************
    =====================================
    com.apple.Outlook.client.exe begins
    =====================================
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] parent process: 5256 "SyncServer.exe"
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] main thread 2708
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] command line: "C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\com.apple.Outlook.client.exe" --sync com.apple.Outlook --entitynames "com.apple.contacts.Contact,com.apple.contacts.Date,com.apple.contacts.Email Address,com.apple.contacts.Group,com.apple.contacts.IM,com.apple.contacts.Phone Number,com.apple.contacts.Related Name,com.apple.contacts.Street Address,com.apple.contacts.URL"
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] ALLUSERSPROFILE=C:\ProgramData
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] APPDATA=C:\Users\***MASKED***\AppData\Roaming
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] asl.log=Destination=file
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] CommonProgramFiles=C:\Program Files (x86)\Common Files
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] CommonProgramW6432=C:\Program Files\Common Files
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] COMPUTERNAME=***MASKED***
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] ComSpec=C:\Windows\system32\cmd.exe
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] ESET_OPTIONS=                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] FP_NO_HOST_CHECK=NO
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] HOMEDRIVE=C:
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] HOMEPATH=\Users\***MASKED***
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] LOCALAPPDATA=C:\Users\***MASKED***\AppData\Local
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] LOGONSERVER=\\MicrosoftAccount
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] NUMBER_OF_PROCESSORS=8
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] OS=Windows_NT
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] Path=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\Syst em32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel® Management Engine Components\DAL;C:\Program Files\Intel\Intel® Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel® Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel® Management Engine Components\IPT;C:\Program Files (x86)\Common Files\Apple\Apple Application Support\;C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\;C:\Program Files (x86)\Common Files\Apple\Apple Application Support\;C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\;C:\Program Files (x86)\Common Files\Apple\Apple Application Support\;C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] PROCESSOR_ARCHITECTURE=x86
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] PROCESSOR_ARCHITEW6432=AMD64
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] PROCESSOR_LEVEL=6
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] PROCESSOR_REVISION=3c03
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] ProgramData=C:\ProgramData
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] ProgramFiles=C:\Program Files (x86)
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] ProgramFiles(x86)=C:\Program Files (x86)
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] ProgramW6432=C:\Program Files
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] PUBLIC=C:\Users\Public
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] SESSIONNAME=Console
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] SYNCSERVICES_CLIENT_IDENTIFIER=com.apple.Outlook
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] SYNCSERVICES_ENTITY_NAMES=com.apple.contacts.Contact,com.apple.contacts.Date,co m.apple.contacts.Email Address,com.apple.contacts.Group,com.apple.contacts.IM,com.apple.contacts.Phone Number,com.apple.contacts.Related Name,com.apple.contacts.Street Address,com.apple.contacts.URL
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] SYNCSERVICES_PLAN_IDENTIFIER=D8FE346E-4023-9D49-B157-183089DE3138
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] SystemDrive=C:
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] SystemRoot=C:\Windows
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] TEMP=C:\Users\***MASKED***\AppData\Local\Temp
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] TMP=C:\Users\***MASKED***\AppData\Local\Temp
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] USERDOMAIN=***MASKED***
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] USERDOMAIN_ROAMINGPROFILE=***MASKED***
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] USERNAME=***MASKED***
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] USERPROFILE=C:\Users\***MASKED***
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe] windir=C:\Windows
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLog com.apple.Outlook.client.exe] defaults key ShouldLog in domain com.apple.Outlook.client.exe is (null)
    [4000 @ Tue Feb 25 02:04:50 2014] [com.apple.Outlook.client:AppleSyncMapiInterface ASLog] |Info| Trying to load the Mapi library directly.
    [4000 @ Tue Feb 25 02:04:50 2014] [com.apple.Outlook.client:AppleSyncMapiInterface ASLog] |Info| Failed loading the Mapi library directly.
    [4000 @ Tue Feb 25 02:04:50 2014] [com.apple.Outlook.client:AppleSyncMapiInterface ASLog] |Info| Trying with RPC...
    [4000 @ Tue Feb 25 02:04:50 2014] [com.apple.Outlook.client:AppleSyncMapiInterface ASLog] |Info| Trying to load the Mapi library using RPC.
    [4000 @ Tue Feb 25 02:04:50 2014] [com.apple.Outlook.client:AppleSyncMapiInterface ASLog] |Info| Generated string for RPC portName: com.apple.Outlook.client_4000:315@537
    [4000 @ Tue Feb 25 02:04:50 2014] [com.apple.Outlook.client:AppleSyncMapiInterface ASLog] |Info| Launching separate process: AppleSyncMapiInterfaceHelper_x64.exe...
    [1724 @ Tue Feb 25 02:04:50 2014] [AppleSyncMapiInterfaceHelper_x64 ASLog] |Info| Starting AppleSyncMapiInterfaceHelper_x64.exe...
    [1724 @ Tue Feb 25 02:04:50 2014] [AppleSyncMapiInterfaceHelper_x64 ASLog] |Info| Function MAPIInitialize       loaded successfully.
    [1724 @ Tue Feb 25 02:04:50 2014] [AppleSyncMapiInterfaceHelper_x64 ASLog] |Info| Function MAPIUninitialize     loaded successfully.
    [1724 @ Tue Feb 25 02:04:50 2014] [AppleSyncMapiInterfaceHelper_x64 ASLog] |Info| Function MAPILogonEx          loaded successfully.
    [1724 @ Tue Feb 25 02:04:50 2014] [AppleSyncMapiInterfaceHelper_x64 ASLog] |Info| Function MAPIFreeBuffer       loaded successfully.
    [1724 @ Tue Feb 25 02:04:50 2014] [AppleSyncMapiInterfaceHelper_x64 ASLog] |Warning| Failed to load function FreeProws@4.
    [1724 @ Tue Feb 25 02:04:50 2014] [AppleSyncMapiInterfaceHelper_x64 ASLog] |Info| Function FreeProws            loaded successfully.
    [1724 @ Tue Feb 25 02:04:50 2014] [AppleSyncMapiInterfaceHelper_x64 ASLog] |Info| Function MAPIAdminProfiles    loaded successfully.
    [1724 @ Tue Feb 25 02:04:50 2014] [AppleSyncMapiInterfaceHelper_x64 ASLog] |Info| Function MAPICrashRecovery    loaded successfully.
    [4000 @ Tue Feb 25 02:04:50 2014] [_ISDVLog com.apple.Outlook.client.exe] com.apple.Outlook: fast sync com.apple.contacts.Contact, com.apple.contacts.Date, com.apple.contacts.Email Address, com.apple.contacts.Group, com.apple.contacts.IM, com.apple.contacts.Phone Number, com.apple.contacts.Related Name, com.apple.contacts.Street Address, com.apple.contacts.URL
    [5824 @ Tue Feb 25 02:04:50 2014] [_ISDVLog AppleMobileSync.exe] com.apple.MobileSync.213179319b9161f4527a9911d560f93c800bd5d3: fast sync com.apple.contacts.Contact, com.apple.contacts.Date, com.apple.contacts.Email Address, com.apple.contacts.Group, com.apple.contacts.IM, com.apple.contacts.Phone Number, com.apple.contacts.Related Name, com.apple.contacts.Street Address, com.apple.contacts.URL
    [1724 @ Tue Feb 25 02:04:50 2014] [AppleSyncMapiInterfaceHelper_x64 ASLog] |Info| Exiting AppleSyncMapiInterfaceHelper_x64.exe.
    [4000 @ Tue Feb 25 02:04:50 2014] [YSLoader com.apple.Outlook.client.exe]
    ===================================
    com.apple.Outlook.client.exe ends
    ===================================
    [5256 @ Tue Feb 25 02:04:50 2014] [com.apple.console SyncServer.exe] *** Assertion failure in -[ISDSyncManager environment], ISDSyncManager.m:452
    [5256 @ Tue Feb 25 02:04:50 2014] [_ISDVLog SyncServer.exe] main, exception during initializeServer.  Name: 'NSInternalInconsistencyException', reason: 'malformed value: ESET_OPTIONS='
    Stack:(
    [5256 @ Tue Feb 25 02:04:50 2014] [YSLoader SyncServer.exe]
    =====================
    SyncServer.exe ends
    =====================
    [5824 @ Tue Feb 25 02:06:03 2014] [YSLoader AppleMobileSync.exe]
    ==========================
    AppleMobileSync.exe ends
    ==========================
    [5272 @ Tue Feb 25 02:06:05 2014] [YSLoader AppleMobileDeviceHelper.exe]
    ==================================
    AppleMobileDeviceHelper.exe ends
    ==================================
    [5584 @ Tue Feb 25 02:06:05 2014] [com.apple.SyncServices.AppleMobileDeviceHelper AppleMobileDeviceHelper.exe] Exception NSPortSendException while handling message: [NSMessagePort sendBeforeDate:] Cannot send (-3).
    Message: {
        AMSMessageSignatureKey =     (
            AMSTargetIdentifierKey
        AMSRequestKey = AMSGetDataClassInfoForTargetRequest;
        AMSTargetIdentifierKey = 213179319b9161f4527a9911d560f93c800bd5d3;
    ********************END OF LOG********************For now, I have to remove the System Variable so that iTunes can sync with outlook.

    We're a user to user forum, Yuki.
    If you'd like to submit a trackable bug report, you could try registering (for free) as an Apple Developer:
    https://developer.apple.com/register/index.action
    I think you're then able to use the Apple Bug Reporter (and get feedback on any submissions).

Maybe you are looking for