Generate graphic output of the formula variable entry in the time

Hello

I'm new to labview but I have some knowledge of basic and I have a month to carry out a project with labview. So, please guide me how to do the following.

Currently, what I want to do is to generate the graph of output of a formula that has variable contribution on time.

Please find the attached photo for my excel sheet.

the value of X and Y which are entered and Z are out. for example. Z = X + Y (X and there vary in time)

I want to show the value of Z output graphics over time in column A. RELLY APPRECIATE YOUR HELP... tthanks

Try this...

Tags: NI Software

Similar Questions

  • Performance graphics problem because the time change?

    Hello

    It seems that there is a problem with the graphic display of Performance on my system (vsphere 4.1 esx 4.0 servers) from 31. October 2010. I suspect it has something to do with the time change that occurred last Sunday night in my area of time (time Switzerland).

    (1) in time real Perfomance data are displayed on the VM and ESX Server objects.

    (2) any other array performance (daily, weekly, annually) fails to display

    If 3) use graph custom, I can go back until 1 November (until today), but not yet back. This is why I think it has to do with the time change of last Sunday.

    When I look at stats.log, there are error messages as in the txt File attached.

    Any ideas? It is not tragic if the old performance data are lost... were put in place with a new DB in September... but I would like to see in the future the performance stats...

    Here a KB for this issue: http://kb.vmware.com/kb/1030305

    To work around the problem of time atothr, you can try to use "Advanced" on the performance tab reports.

  • Generate analog output with the software "Timing" on 6009

    I see that the 6009 does not support the synchronization of the internal clock.  We need to generate an analogue waveform which changes very slowly, it performs a cycle every 10-20 minutes.

    I saw an old post on the use of calendar software, but can not find a way to do this using SignalExpress.

    Any ideas or references to examples of messages, etc. are greatly appreciated.

    Analog output clocked by the software (DAQmx) in SignalExpress

    I hope this helps.

  • How to generate a report of the duration of the sessions remotely on windows server 2008 r2?

    Hello

    I have about 10 (local users, not domain) users who are loging in Microsoft Server 2008 R2 to use accounting and planning software (using RDS) remotely. I would like to generate a report for the time spent to see how many hours each of them had been registered. Ideally, I would like to see all of last year (2011). Is it possible to do? Thank you in advance!

    Stan

    Post in the Windows Server Forums:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

  • How to count the time exactly?

    I tried to count the time using a VI like the one attached.

    It's that's not couting correctly. There is a possible reason, I have observed.

    The computer isn't able to handle the VI as soon as necessary.

    I thought about this because, when in edit mode the time count was very bad, and, when I created an application and installed, it ran okay, how 'light '. But today, when I tried to use this application with an old computer it did not work. The clock is slow.

    Is it possible to count the time correctly?

    I use a DAQ6009 to make my works, my VI is big enough and I need one iteration to each 1 ms (milliseconds) as I am with digital inputs from 5 events of coders (I know that's not the right way to count the encoders, but it's the only way I can do it, and it works).

    Thank you in advace! I hope you can help me!

    Hugs!

    Ok.  I will try to help you understand certain things.

    The number of cycles and wait (and wait until the next ms Multiple) functions all use a 1 kHz derived from the clock of the processor clock. The accuracy of these clocks is not large, although they are probably similar to the precision of the stopwatch.  Any time generated by these functions will show some differences in the time of the clock as it is derived from a different oscillator.

    Updates from the front panel are time by LabVIEW and the operating system. Most of the screens are updated with 60 to 80 times per second, maximum. What made the operating system, an update of the screen might be delayed by 10s of milliseconds or more.  It is certain that not all of the values at the end of the Add function will be displayed.

    Wait for him until the next ms many will wait more than 1 ms if the other code in the loop takes longer than 1 ms.  I don't know, but I think that the indicator is buffered so that any delay by the operating system to update the display should not slow down the loop. I tried to remove the flag, and it doesn't seem to make a big difference.

    I modified your VI to provide several indications of the performance. First of all, I added to the sequence of three-frame structure to allow synchronization of the loop. Second, I changed to a loop which runs a specified number of iterations. Thirdly, I hooked up the output of the timer until the next ms Multiple to a tunnel of autoindexing allowing a record of the time of each iteration appears in the table of ticks. I calculated the differences between successive instants and poster on a chart, so that you can see the performance.

    I didn't want to sound criticism of your use of English.  You write in English, much better than I could in your language!  What I was trying to make is that such general descriptions that ' Besides correctly ' without quantitative results or evidence in support of the application do not have enough information to help us help you.

    Lynn

  • How to insert as an entry within the formula variable, the total time on the scope window?

    How to insert, as an entry within the formula variable, the window of total time on the scope (i.e. of 20ms/div x 10 div = 200ms)?

    HERE'S A SAMPLE QUESTION:

    FORMULA FOR INTEGRAL ACTION:

    STATISTICS:

    Input variable: DPO4034 (CH1);

    Box: number of samples.

    FORMULA

    Input variable 0: DPO4034 (CH1); alias: x 0

    Input variable 1: 'time window Total out of scope?. " alias: x 1

    Input variable 2: number of samples (CH1); alias: x 2

    Under the operation Configuration: formula

    Y = (x 0 ^ 2) *(x1/x2)

    Output: Data 1 (CH1)

    THEN, WITH THE HELP OF STATISTICS:

    Input signal: data processing 1 (CH1)

    Checkbox: SUM

    Output: CH1 integral Action [has ^ 2s].


  • OTL entry sets the time - fast formula not triggered

    Requirement: Throw an error during the registration of the time, if time is < 40 and overtime are > 0

    Approach:

    (1) created PLSQL function and defined in HRMS

    (2) created a quick formula, using the above function

    (3) created a new TER

    (4) fixed to the TERG existing (operation TERG prod)

    Details:

    My function (only for a CEP). Returns 1 always (error throw)

    SET DEFINE OFF

    CREATE OR REPLACE

    APPS PACKAGE. XXXXX_HXC_CUST_RULES as

    -Description:

    -History

    FUNCTION XXXXX_CHK_OT_ELIGIBLE return number (p_resource_id in NUMBER);

    END XXXXX_HXC_CUST_RULES;

    /

    CREATE OR REPLACE

    PACKAGE BODY XXxxx_HXC_CUST_RULES AS

    FUNCTION XXxxx_CHK_OT_ELIGIBLE (p_resource_id NUMBER)

    RETURN number

    IS

    l_return_rule_status number: = 0;

    l_timecard_info hxc_self_service_time_deposit.timecard_info;

    l_tbb_array HXC_BLOCK_TABLE_TYPE;

    BEGIN

    l_timecard_info: = hxc_self_service_time_deposit.get_building_blocks;

    l_tbb_array: = hxc_deposit_wrapper_utilities.blocks_to_array (p_blocks = > l_timecard_info);

    RETURN 1;

    -0 is not an error

    -1 is error

    EXCEPTION

    WHILE OTHERS THEN

    null;

    END;

    END XXxx_HXC_CUST_RULES;

    /

    DEFINITION FORMULA FAST

    /* *****************************************************************

    Name of the form: XXXX_CHK_OT_ELIGIBLE

    Description: Prevent OT when not eligible (40 hrs of ST)

    Contexts: no

    *****************************************************************

    */

    /*

    Initialize Variables that may be null

    *****************************************************************

    */

    the default for db_pre_period_start is ' '

    the default for db_pre_period_end is ' '

    the default for db_post_period_start is ' '

    the default for db_post_period_end is ' '

    the default for db_ref_period_start is ' '

    the default for db_ref_period_end is ' '

    default value of timecard_hrs is 0

    /* ******************************************************************

    READ IN THE INPUT VARIABLES

    ****************************************************************** */

    The ENTRIES ARE id_ressource (number)

    submission_date (text)

    db_pre_period_start (text)

    db_pre_period_end (text)

    db_post_period_start (text)

    db_post_period_end (text)

    db_ref_period_start (text)

    db_ref_period_end (text)

    timecard_hrs (number)

    IF (XXxx_HXC_CHK_OT_ELIG_FN (resource_id) = 1)

    THEN

    (rule_status = 'E'

    Message1 = "XXxxx_CHK_OT_ELIGIBLE."

    return rule_status, message1)

    ON THE OTHER

    (s = rule_status"

    return rule_status)

    The above formula is verified successfully. I can see the FFP plsql pkg also created in the DB.

    The RULES of SEIZURE of TIME are created to record and SEND/QUOTE

    Then, they are attached to an existing rule GROUP on the TIME ENTRY. Yes, at least it is not the question, because it's a group of working time entry rules.

    MY QUESTIONS ARE BELOW

    (1) the function accepts id_ressource as an entry, should I set this as a FDF segment or is not not necessary?

    (2) even if I attach a formula seeded to my TER, it is not triggered. I suppose, then, that there is nothing wrong with the quick formula atleast.

    Pointers would be a great help.

    Thank you

    Germain

    I found the reason why it was not a device.

    The quick formula was an effective start date of November 7, 2013, the TER also had effective start date of November 7, 2013.

    The score card I used was in October.

    Silly, but he did.

    Thanks for your help.

  • How to determine the number of highlight ' to write ' for DAQmx generate analog output?

    On the configuration of the stage for DAQmx generate analog output, there is a field "value to write.  I can't find any explanation for what it is, how it determines the value to enter, nor what he writes.  I am trying to go through the tutorials and it cling.

    Someone would give an explanation?

    Hello

    To write value specifies the value to write in the channels, lines or ports selected in string parameters. In other words, this value will be the value of your DC output (for example if you enter 5, your output will be 5V). To get information on different fields in SignalExpress, access help"context-sensitive help. A pane will appear in your work environment that displays the coordinates of the field when you place your pointer over them.

    For new users of SignalExpress:

    Generation of DC signals with NI DAQmx devices: step in the DAQmx build, select 1 sample (on request) in the generation Mode dropdown. You can select a programmatic input to generate, or you can remove the check mark from the check box use programmatic input and specify a value for generating in the field of value to write . NOR-DAQmx help also provides additional information about the data generation.

    Best regards

    M Ali

    Technical sales engineer

    National Instruments

  • How to generate an output PDF report when the layout template is an Excel file in the editor of BI 11.1.1.7

    That's what I did...

    1. create the new report

    2 create a report using an existing data model (browse and choose a data model)

    3. How do you create your report? (click used report editor)

    4. click on finished (and then saved the report)

    5. then he asked me to create the page layout (I chose to download or generate a layout and then traveled to a downloaded my model with XDO_ * the columns of the excel data model mappings)

    Template file = model Excel, locale = English (United States)

    5. click on Upload

    6. then click view the report top-right, which has opened my file name of "my_report_layoutname.xls" with sheet report 1 (OPE all mapped very well) and a sheet of xdo_metadata.

    I just wanted to step 6 is a sheet 1 pdf report.    How do I do that?  Could not find the place where I can clarify that.

    Mr. Jamal

    Layouts Excel generate only one exit Excel. (CSV takes no account of the provision is therefore an option for any layout.)

    You use RTF or PDF or page Template Builder (XPT) layouts to generate PDFS.

    The LOV to find output formats by modifying the report and selecting a list.

    The table has a column to the output formats, it is controlled by the format of the presentation that you have built.

    Kevin

  • Able to display the output but cannot send and entry on powerconnect 5424

    Hello

    I am configuring a PowerConnect 5424 switch to connect to my network as one of the distribution switch. When I explain on my network. its very basic as we do not have to any VLAN managed or any other complex implementation.

    When I boot the switch connection with putty via a cable series, I can see the output of the switch where I can't enter anything. I tried three different emulators of terminal that did not work at all.

    What can be the reason, how can I do this because I just want to set up an IP address so that I can connect to switch and monitor ports... etc?

    Hello!

    Thanks for the reply. Well, he had no problem with the cable or unit, it is the laptop that I used. It's no wonder that my previous Dell switch has failed. I tried it on another laptop and it worked like charm. I managed to configure the switch too.

    Thank you!

  • How to make the output of the task are an entry in another task

    How to connect the output of a task for I can use it as input for another task?  See this screen below: the task "Invoke the Script" run a PowerShell Script.  The task 'Send E-mail' send an email.  The two tasks work separately.  How can I get the results of my powerShell script that I can use them as content of the task 'Send Email'?

    workflow.jpg

    On the script invoke task you set the attributes of output containing the results of powershell.

    to do this, select the output tab and use an object name that was put in place in powershell results as in the data

    You may need to format, this results in a recognized VMware object I guess in your case it is a string type.

    and then select the e-mail task, select the task from email, click on the small eye looking for icon "view details".

    Select the Visual link

    Select the attributes you setup from the output of the previous task and hang it in the input parameters of the task to email.

    fact

  • the variable entry in the time

    Hey,.

    I'm a student in a lab, and we have a DC power supply "Agilent E3646A". I have the driver for this installation. The front panel, I can change the voltage, but what I need is to simulate the power of a photovoltaic panel of Satellite.

    So, I need to have a table with a different value input voltage changing every minute.

    IM new in labview and know him well.

    I have attached the VI of our supply.

    Thank you in advance. !

    Hello sarri,.

    The code I give you is a little advanced, but hope that you will understand.

    It has two parts.

    First to use another while loop as shown in the figure.

    The loop has two shift registers

    (1) time loop

    (2) the index of the table of values of voltage.

    Verifying part timer elapsed 60 seconds. 60 seconds of expiry, increase the array index to select the new value of the voltage. Also replace the timer to the new value shift register.

  • DAQmx: Analog input directly to the analog output at the hardware level

    Hi all

    I searched for a while, but I couldn't find any suitable implementation for what I'm trying to do.  A person where I work introduced me to an interesting challenge.  Is there a way to set up a DAQmx task (or set up otherwise an MIO Board) to route an entry directly to an output to the analog analog hardware level?  You may be thinking, "why the hell would you do?  To reduce the electrical complexity, a colleague would like to concurrently read an entry while 'reproduction' of its signal on analog analog output.  I know that I can easily accomplish this while the buffering by the PC, but they are interested in ensuring that the output signal is also similar to the input at the level of KHz signal, by introducing a minimal difference in phase (shift buffering of the PC).

    For the record, we have for most old maps of the E series here like the PCI-6070E (PCI-MIO-16-1).  I was first asked if it could be done through SCXI, but I figured I would start by asking about the MIO tips.

    This looks like a long shot, and I've never heard of someone at - he never did this, but I thought I'd ask to be sure!

    Thank you

    Jim

    Hi Jim,.

    With the help of our driver is not a means of generating data directly from the FIFO of AI, it must first pass through the software.  You can try the following code to the output of one of THE duplicate on the AO line to see what kind of delay you can imagine.  It is similar to your original with a few adjustments code:

    Use delayed output Version of avian influenza in DAQmx AO

    It seems you need to do, you might consider instead the search by using a voltage follower to isolate the Vout wine.

    Best regards

    John

  • How to print if there is no output from the command in the HTML file instead of all?

    Hi all

    I got this Hostile coding HTML and I gave my entry for this get my desired result. Below the Script works fine.

    Problem here is when I execute Script I put out in the HTML file with all the details below.

    Example: If no virtual machine is not connected to the CD ROM, and then also in the output html file I see topic as 'CD-ROM connected to VM"- I does not require that there is no such VM.

    Is it possible that I can print only if the command's output to the HTML file.

    Please suggest on this.

    $OutputPath = get-Date - UFormat "C:\users\$env:username\desktop\Reports\ /%B /%Y-%b-%d @ % I-%M%p.html.

    $Css = '< style >.

    {body

    do-family: Verdana, without serif.

    do-size: 14px;

    Color: #666666;

    background: #FEFEFE;

    }

    #title {}

    color: #90B 800;

    font size: 30px;

    make-weight: bold;

    padding-top: 25px;

    margin-left: 35px;.

    height: 50px;

    }

    {#subtitle}

    do-size: 11px;

    margin-left: 35px;.

    }

    #main {}

    position: relative;

    padding-top: 10px;

    padding-left: 10px;

    padding-bottom: 10px;

    padding-right: 10px;

    }

    {#box1}

    position: absolute;

    background: #F8F8F8;

    border: 1px solid #DCDCDC;

    margin-left: 10px;

    padding-top: 10px;

    padding-left: 10px;

    padding-bottom: 10px;

    padding-right: 10px;

    }

    {#boxheader}

    do-family: Arial, without serif.

    padding: 5px 20px;

    position: relative;

    z-index: 20;

    display: block;

    height: 30px;

    color: #777;

    text-shadow: 1px 1px 1px rgba (255,255,255,0.8);

    line-height: 33px;

    font size: 19px;

    Background: #fff;

    background:-moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%).

    background:-webkit-gradient (linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));

    background:-webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%).

    background:-o-linear-gradient(top, #ffffff 1%,#eaeaea 100%).

    background:-ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%).

    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%).

    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr = "#ffffff", endColorstr = "#eaeaea", GradientType = 0);

    box-shadow:

    0px 0px 0px 1px rgba (155,155,155,0.3),

    1px 0px 0px 0px rgba (255,255,255,0.9) Locket,

    0px 2px 2px rgba (0,0,0,0.1);

    }

    table {}

    Width: 100%;

    border-collapse: collapse;

    }

    table td, table th {}

    border: 1px solid #98bf21;

    padding: 3px 7px 2px 7px;

    }

    Table th {}

    text-align: left;

    padding-top: 5px;

    padding-bottom: 4px;

    background-color: #90B 800;

    color: #fff;

    }

    table tr.alt td {}

    Color: #000;

    background-color: #EAF2D3;

    }

    "< / style" >

    #These's statements of divs used to properly style HTML using CSS defined previously

    $PageBoxOpener = "< div id ="box1"" > ""

    $one = "< div id ="boxheader"" > Services vCenter < / div > ""

    $BoxContentOpener = "< div id ="boxcontent"" > ""

    $PageBoxCloser = "" < / div > ""

    $br = "< br >".

    $two = "< div id ="boxheader"" > DataStore < / div > ""

    $three = "< div id ="boxheader"" > data mapped with hosts store < / div > ""

    $four = "< div id ="boxheader"" > VM on Local Storage < / div > ""

    $five = "< div id ="boxheader"" > VM in incompatible files < / div > ""

    $six = "< div id ="boxheader"> Sharing (Virtual) ' in VM SCSI Bus < / div >" "

    $seven = "< div id ="boxheader"" > CD-ROM connected to the virtual computer < / div > ""

    $eight = "< div id ="boxheader"" > ISO mounted VM < / div > ""

    $nine = "< div id ="boxheader"" > map of physical Nic below 1 GB < / div > ""

    $ten = "< div id ="boxheader"" > Host Configuration issues < / div > ""

    VCenter Service Info #Get

    $vcservice = Get-Service -ComputerName srti003a vpxd,vctomcat,VMWareCertificateService,VMwareDirectoryService,VMwareIdentityMgmtService,VMwareKdcService,vmwarelogbrowser,VMwareSTS,vimQueryService,vmware-network-coredump,vmware-network-coredump-webserver,vimPBSM,vmware-ufad-vci,RpcEptMapper,DcomLaunch,RpcSs,VMTools | where {$_.} Status - doesn't "work"} | Select-Object Name, DisplayName, status | ConvertTo-HTML-Fragment

    Info question for the #Get data store

    $dc = get-datastore. where {$_.} State - eq "unavailable"} | Select-object Name, State. ConvertTo-HTML-Fragment

    #Get issue of data store mapped with hosts Info

    $dci = get-datastore. where {$_.} State - eq "unavailable"} | Select-object Name, State

    $maph = get-VMHost - store of data $dci.name | Select name. ConvertTo-HTML-Fragment

    #Get VM located on the storage space that are registered in the inventory

    $vmls = get-Datastore. where {$_.} Name - match "local | Stor"} | Get - VM | Get-hard drive | Select @{N = 'Name'; E={$_. Parent}},@{N='Filename'; E={$_. {{Filename.Split('/') [0]}} | ConvertTo-HTML-Fragment

    #Get VM inconsistent name in the inventory and the path to the folder

    $vmi = get-View - ViewType VirtualMachine.

    where {$_.} Name - not $_. {Summary.Config.VMPathName.Split (['/] ") [2]} |

    Select Name,@{N='Path'; E={$_. {(Summary.Config.VMPathName.Split('/') [0]}} | ConvertTo-HTML-Fragment

    Bus #SCSI, share on a virtual computer

    #$phy = get-Cluster | Get-VMHost | Get - VM | Get-SCSI controller. Where-Object {$_.} BusSharingMode - eq 'Physical'} | Select {$_.} Parent.Name}, {$_.} Parent.Host}, BusSharingMode | Sort {$_.} Parent.Host} | ConvertTo-HTML-Fragment

    $vir = get-Cluster | Get-VMHost | Get - VM | Get-SCSI controller. Where-Object {$_.} BusSharingMode - eq 'virtual'} | Select {$_.} Parent.Name}, {$_.} Parent.Host}, BusSharingMode | Sort {$_.} Parent.Host} | ConvertTo-HTML-Fragment

    #CD-ROM connected to the virtual computer

    $cd = get - vm | where {$_ | get-cddrive | where {$_.}} ConnectionState.Connected - eq "true"}} | Select name. ConvertTo-HTML-Fragment

    #ISO mounted on the virtual machine

    $iso = get - vm | where {$_ | get-cddrive | where {$_.}} ConnectionState.Connected - eq "true" - and $_. ISOPath-like. " {{' ISO * "}} | Select Name, @{Name =". Path ISO. " Expression = {(Get-CDDrive_$_).isopath}} | ConvertTo-HTML-Fragment

    #Physical speed of NIC 1 GB cards list below

    $nic = get-VMHostNetworkAdapter | Where {$_.} BitRatePerSec - no "0" - and $_. BitRatePerSec - not "1000" - and $_. {BitRatePerSec - not "10000"} | Where {$_.} Name - match "vmnic"} | Select Name, VMHost |  ConvertTo-HTML-Fragment

    #Host configuration problems

    $hi = get-VMHost | Select @{N = "HostName"; E={$_. Name}},@{N='Message'; E={$_. ExtensionData.ConfigIssue.FullFormattedMessage}} | where {$_.} Message - '[string]'} | ConvertTo-HTML-Fragment

    Report #Create HTML

    #-Tête parameter may be omitted if the header is declared in the body

    ConvertTo-Html-title "vCheck" - head "< div id ="title"> PowerCLI Reporting < / div > $br < div id =" subtitle"> report generated: $(Get-Date) < / div >"

    "- Body"$Css $PageBoxOpener $one $BoxContentOpener $vcservice $PageBoxCloser $br $two $BoxContentOpener $dc $PageBoxCloser $br $three $BoxContentOpener $maph $PageBoxCloser $four $BoxContentOpener $vmls $PageBoxCloser $five $BoxContentOpener $vmi $PageBoxCloser $six $BoxContentOpener $vir $PageBoxCloser $seven $BoxContentOpener $cd $PageBoxCloser $Eight $BoxContentOpener $iso $PageBoxCloser $Nine $BoxContentOpener $nic $PageBoxCloser $Ten $PageBoxOpener $hi $PageBoxCloser.

    " | Out-file - filepath $OutputPath

    You seem to have blank lines, that should not be there.

    The last 3 lines of the script must be

    "ConvertTo-Html-title"vCheck"- head"

    PowerCLI Reporting
    $br
    Report generated: $(Get-Date)
    " `

    -Body $Body |

    Out-file - filepath $OutputPath

  • Error when connecting on the generator of workflow after the installation... for the first time!

    Hello

    I installed Oracle Workflow Builder 2.6.3 recently on my system and after installation, when I'm trying to connect the generator of workflow (using the name of this particular instance database username/password), it throws me the following error message:

    220: cannot set NLS_LANGUAGE.
    210: oracle error: ORA-01403: no data found
    . SQL text: SELECT FROM WF_LANGUAGES WHERE NLS_LANGUAGE: l IN (NLS_LANGUAGE, CODE)

    In previous discussions when I searched for the same problem, I found that if
    Select the value from v$ nls_parameters
    where parameter = "NLS_CHARACTERSET";
    Returns the value of other WE8ISO8859P1 then, then that is what I should change my Builder NLS_LANG entry - i.e. AMERICAN_AMERICA. < character set >.

    But I don't get where should I change the NLS_LANG, located where... a file any? I'm new to workflow.
    Please help me. I tried a lot of things. Any help will be much appreciated.

    Thank you
    Khadi

    Khadi,

    It is windows server? You can try this

    Set NLS_LANG as an operating system environment variable:
    
    1. Select Start - Control Panel - System
    
    2. Select Environment 
    
    3. Set NLS_LANG parameter to AMERICAN_AMERICA.UTF8.
    

    Or try this

    1. define NLS_LANG Environment Variable on your PC, following below navigation :
    
    For Windows
    Start / Settings / Control Panel / System / Advanced / Environment Variables
    Define new "System Variable" NLS_LANG and assign it the value AMERICAN_AMERICA.WE8MSWIN1252
    
    Save
    
    2. Bounce the PC
    
    3. Try again database connection from Workflow Builder
    

    Concerning

    Published by: OrionNet on January 2, 2009 03:28

Maybe you are looking for