Problem in picking the system variable value in Calculation Script

Hi All,
We are using a Calculation Script to perform data export. And the target location where to crete the exported output file is given to the environment system variable.
Now I am using this system variable in the calculation script as below:
//ESS_LOCALE English_UnitedStates.Latin1@Binary
SET DATAEXPORTOPTIONS
DataExportLevel "ALL";
DataExportOverwriteFile ON;
Fix ( &CurrMiles, &CurrProj, &CurrVer,"No Project","No Version")
DATAEXPORT "File" " " $DEXPORTPATH;
ENDFIX
Here "DEXPORTPATH" is the system variable
I am creating this system variable from the batch script and the system variable value varies at the runtime.
This calculation script works fine for first time and it picks the correct value from the system variable.
But the problem occurs from next execution of calc script. Even if i update the system variable with other value, it picks only the last execution system variable value and it performs execution.
Eg: Suppose for first execution system variable value is "D:\Bkup\PMV.txt"
The calc script works fine with this.
For next execution, system variable value is changed to "D:\Time\temp.txt"
Now the calc script picks the system variable value as "D:\Bkup\PMV.txt"
and performs execution which is wrong.
Please help me on this issue how to handle system variables in calc scripts.
Thanks in advance
Regards
Swathi

811829 wrote:
Hi All,
We are using a Calculation Script to perform data export. And the target location where to crete the exported output file is given to the environment system variable.
Now I am using this system variable in the calculation script as below:
//ESS_LOCALE English_UnitedStates.Latin1@Binary
SET DATAEXPORTOPTIONS
DataExportLevel "ALL";
DataExportOverwriteFile ON;
Fix ( &CurrMiles, &CurrProj, &CurrVer,"No Project","No Version")
DATAEXPORT "File" " " $DEXPORTPATH;
ENDFIX
Here "DEXPORTPATH" is the system variable
I am creating this system variable from the batch script and the system variable value varies at the runtime.
This calculation script works fine for first time and it picks the correct value from the system variable.
But the problem occurs from next execution of calc script. Even if i update the system variable with other value, it picks only the last execution system variable value and it performs execution.
Eg: Suppose for first execution system variable value is "D:\Bkup\PMV.txt"
The calc script works fine with this.
For next execution, system variable value is changed to "D:\Time\temp.txt"
Now the calc script picks the system variable value as "D:\Bkup\PMV.txt"
and performs execution which is wrong.
Please help me on this issue how to handle system variables in calc scripts.
Thanks in advance
Regards
SwathiAs of my knowledge system variables will not update immediately...you need to log off the session after changing the value.
Update the system variable..
Log off from the session..
And Re-login with the same username ....and check...
Regards,
Prabhas

Similar Messages

  • How can i transfer the system variable value through DTW in SBO

    Hi,
    I want to transfer the system variable("Excisable" in the Item master data in the SBO 'India' database) value through the template by the DTW.
    But i don't have any template consisting of this system variable.
    So please suggest me that how can i transfer the value of this system variable(Excisable) and by which template.Please tell me any constraint if it is on the value of this variable.
    I will be very thankful to you.
    Thanks & Regard,
    Sandeep
    Message was edited by:
            Marc Riar

    Sandeep,
    This question has come up several times on this Forum.
    Please read this read.
    Importing excisable item
    Suda

  • 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.

  • How Can i retain the Shared Variable Values after PC rebooting

    Hi all,
    I am facing a paculiar problem with Shared Variables. I have an application in which shared variables are used for data communication.
    One of the application requirement is to retain the variable values eventhough PC is rebooted or started after crashing. 
    As per the my understanding, the variable values will retain eventhough the PC is rebooted. But here i can observe a paculiar problem like some library variables are retaing the values while some others not. I enabled logging for all the variables.
    I tried many ways. like logging enabled, logging disabled, changing variable names, changing process names etc... But i am not getting a consistent behaviour.
    I hope some you can help me in solving this issue.. "How Can i retain the Shared Variable Values after PC rebooting"
    Thanks and Regards,
    Mir

    Hi Blackperl,
    Thanks for the post and I hope your well. 
    What do you mean by not getting consistent behaviour.. this will all depend on excatly when the crash happens i.e. before the write or after. 
    Surely a better method would be to log the data to a file during the reboot...
    I beleived the value read back
    will be the default value for the shared variable's data type.
    The LabVIEW DSC 8.0 module adds more functionality to the shared variable, including initial values and alarms.
    If you enable an initial value on a shared variable, when the variable
    engine comes back on-line it will default to this value. Setting a bad
    status alarm for the shared variable is also a good way of handling
    this type of event. Additionally, if you are using a LabVIEW Real-Time
    target such as Compact RIO or Compact FieldPoint, it is appropriate to
    consider hosting the shared variable engine on the real-time target.
    These devices have watch-dog capabilities and are typically the
    hardware controlling the critical pieces of an application. Most
    Windows or PC-based targets do not have these fail-safes.
    I guess, if you could explain to me again that would be great. From my point of view, if I have a cRIO and a Windows PC. If the windows PC crashes, the cRIO will still update its shared variables. Then once the PC has started up its own shared variable engine, and the bindings are loaded, it will once again continue to update its copies of the variables.
    Please let me know what you think,
    Kind Regards,
    James.
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • 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).

  • Standard Program Name for updating the System-Variables everyday in BACKGRO

    Hi All,
    Can anybody tell me the Standard Program Name for updating the System-Variables everyday in BACKGROUND job?

    Hello matt,
    I have a program with variant.
    This VARIANT input values will store in TVARVC table every day night background job.
    i want the program name

  • How to have the BIND variables value using the TKPROF utility.

    WE have a JAVA application and Oracle 9i database.We need to figure out what all select/update/insert sql staements are firing if i am doing one complete processing in my JAVA front application.
    Initally I have planned for using TKPROF utility after makeing AUTO_TRCE=TRUE in the database.But the problem is that all select/insert/update sql statements are using the BIND variables in the JAVA code and same is coming/printing on the trace file also.
    can we print out the BIND variables values also,while making the TRACE ON?
    eg: trace is generaitng the all insert statements like below.
    insert into TEST(Column1,Column2) values(:1,:2);
    I want to know the value of :1 and :2 bind variables.
    If you have any cluse about it please let me know.
    Mitesh Shah

    Thanks Guys,
    I got the BIND variable values in the TRACE file.Previously i was searching on the OUtputfile.
    I am pasting the same trce file format.Can you please verify it.Is i am looking the correct file and corect location.
    PARSING IN CURSOR #2 len=1571 dep=0 uid=66 oct=3 lid=66 tim=18446744071740803342 hv=1462188955 ad='123434f0'
    SELECT PARENTIDKEY,CONTRACTKEY,COMPANYKEY,BACKENDKEY,DATAREP,BANKHOLDINGID,BANKID,CARRIERPARTYID,PRODUCTID,ID,PREMIUMINDEXRATE,ILLUSTRATEDMATURITYLOW,ILLUSTRATEDMATURITYHIGH,SPECIALHANDLING,CARRIERCOMMCODE,MONEYTRANSFERTYPE,FIRSTBILLSKIPMONTH,CONTESTABILITYENDDATE,DEDUCTIONDATE,MARKETVALADJUSTIND,FREEAVAILABLEAMT,ADVANCINGREJECTEDIND,RATEDIND,OTHERINSUREDIND,ENDORSEMENTIND,BENEFICIARYIND,CASECONTROLNUMBERASSUMING,OWNERLEGALNAME,STAMPDUTY,COMMISSIONANNUALIZEDIND,NONSTDCOMMTAKEN,LAPSETAXABLEGAIN,GOVTALLOTMENTSUSPENSEACCTAMT,LASTNOGOODCHECKREASON,LASTNOGOODCHECKDATE,LASTCOIDATE,LASTDEDUCTEDEXPENSECHARGES,LASTDEDUCTEDCOICHARGES,STATEMENTBASIS,LASTNOTICETYPE,LASTNOTICEDATE,PAYMENTDUEDATE,LASTBANKCHANGEDATE,EFTENDDATE,BANKBRANCHNAME,BANKNAME,PAYMENTDRAFTDAY,BANKACCTTYPE,CREDITCARDTYPE,CREDITCARDEXPDATE,ACCTHOLDERNAME,ROUTINGNUMBER,ACCOUNTNUMBER,PAYMENTMETHOD,ANNUALPAYMENTAMT,PAYMENTAMT,PAYMENTMODE,LASTCOIANNIVDATE,BILLINGSTOPDATE,BILLEDTODATE,FINALPAYMENTDATE,GRACEPERIODENDDATE,PAIDTODATE,STATUSCHANGEDATE,REINSTATEMENTDATE,TERMDATE,ISSUEDATE,EFFDATE,DOWNLOADDATE,DURATION,POLFEE,POLICYVALUE,COMMISSIONROLLOVERPCT,COMMISSIONOPTIONSELECTED,REPLACEMENTTYPE,CUSIPNUM,CONVERTTOPRIVATEIND,PORTABILITYIND,REINSURANCEIND,BILLNUMBER,JURISDICTION,ISSUETYPE,ISSUENATION,STATUSREASON,PRIORPOLICYSTATUS,POLICYSTATUS,SHORTNAME,ADMINISTERINGCARRIERCODE,PLANNAME,FILEDFORMNUMBER,FORMNO,CARRIERCODE,PRODUCTCODE,PRODUCTTYPE,LINEOFBUSINESS,CERTIFICATENO,POLNUMBER,CARRIERADMINSYSTEM FROM "POLICY" WHERE PARENTIDKEY = :1 AND CONTRACTKEY = :2 AND COMPANYKEY = :3 AND BACKENDKEY = :4
    END OF STMT
    PARSE #2:c=0,e=1298,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=0,tim=18446744071740803336
    BINDS #2:
    bind 0: dty=1 mxl=4000(4000) mal=00 scl=00 pre=00 oacflg=01 oacfl2=0 size=4000 offset=0
    bfp=082a5a9c bln=4000 avl=09 flg=05
    value="Holding_1"
    bind 1: dty=1 mxl=4000(4000) mal=00 scl=00 pre=00 oacflg=01 oacfl2=0 size=4000 offset=0
    bfp=082a4af0 bln=4000 avl=10 flg=05
    value="DUL001138U"
    bind 2: dty=1 mxl=4000(4000) mal=00 scl=00 pre=00 oacflg=01 oacfl2=0 size=4000 offset=0
    bfp=069bb890 bln=4000 avl=02 flg=05
    value="00"
    bind 3: dty=1 mxl=4000(4000) mal=00 scl=00 pre=00 oacflg=01 oacfl2=0 size=4000 offset=0
    bfp=069ba8e4 bln=4000 avl=04 flg=05
    value="CLIF"
    **********************************************************************************

  • What is the system variable to find the name of the current window in S.F

    hi
    what is the system variable to find the name of the current window in S.F

    Hi ,
    SFSY_PAGEWINDOW
    regards,
    Prashant

  • What is the system variables of document number in General Ledger PLD?

    Dear all,
    Would anybody kindly tell me what is the system variables of document number in General Ledger Print Layout Designer?
    The default print layout use transaction number (system variables 272), however, my client wants document number to be displayed in the transaction number column.
    Regards,
    Simon Chiu

    Hi
    The only list available for Supported variables is for the version 2007A and for some specific localizations like Brazil and India.
    For the 2007A version the list is available in the following link:
    http://service.sap.com/smb/sbo/pld
    'How To Use the PLD Variables File in Release 2007 A '
    But in general the variables are for documents not for reports.
    In this case I believe there's no variable and you may need to fill a requirement in the Forum for that.
    Paulo Calado
    SAP Business One Forums Team

  • The system variables in java, NEEDED ONLY at CLI execution of java programs

    The system variables in java, NEEDED ONLY at CLI execution of java programs, and NOT needed at all[essentially] if I install bundle(14+6.7)?
    if I install bundle(14+6.7) to run-test a web app with netbeans 6.7 what I must press, then opens the default browser? I have to be online,...? How I test browse my project?

    Probably a complete tutorial on all possible environment variables in addition to a tutorial on netbeans configuration.

  • Is it possible to increase the substitution variable value length?

    Hi,
    Is it possible to increase the substitution variable value length to higher value? I checked the SQL User Guide (http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/apa.htm) and it says that the limit is 240 characters.
    i just want to know any workaround for this issue?
    Thanks.

    Hi,
    Basically I have a script contains SQL statement (eg: select c,b,a.........from table a.... group by a,b and order by b c) and I have another shell script that will read the whole entire SQL statement
    In my shell script, i do it in this way.
    sqlplus -S test/test@testdb $SQL statement and i hit the following issue
    string beginning ""select c...." is too long. maximum size is 239 characters. {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How can i get the system language of machine in script

    Hi,
    During postinstall, i want to install file based on the system language.
    How can i get the system language of machine in script ?
    Thanks,

    Michael Conniff wrote:
    I don't get it: what you posted gives a list of all the languages (and I don't see what awk brings to the party).
    Hmm. On my laptop the first bit gets me the list of languages as they appear in the listing in the International preferences pane:
    (en, de, es, ja, fr, it, nl, sv, nb, da, fi, pt, "zh-Hans", "zh-Hant", ko)
    So I piped that to awk to pull out just the first one (they're ordered just like they are in the prefs pane, with the current language first). But that gives me some extra text:
    (en,
    So I piped that to sed to remove the comma and parenthesis. That gives me the current code, which in my case was "en" (or "de" if I switched the language).
    defaults read -g AppleLocale
    gives me en_GB. So maybe this last is better for you?
    Well, sure, if you want to do it the easy way. But where's the fun in that? Seriously though, I get en_US, which is a more accurate and complete view of my settings...
    charlie

  • How to get the session variable value in JSF

    Hi
    This is Subbus, I'm new for JSF framewrok, i was set the session scope for my LoginBean in faces-config.xml file..
    <managed-bean-name>login</managed-bean-name>
    <managed-bean-class>LoginBean</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope> like that...
    So all parameter in LoginBean are set in session right ?... for example i used userId is the Parameter...
    Now i need to get the the userId parameter from that session in my another JSP page.. how i get that ?..
    Already i tried
    session.getAtrribute("userId");
    session.getValue("userId");
    but it retrieve only "null" value.. could u please help me.. it's very urgent one..
    By
    Subbus

    Where i use that..is it in jsp or backend bean...
    simply i use the following code in one backend bean and try to get the value from there bean in the front of jsp page...
    in LogoutBean inside
    public String getUserID()
         Object sessionAttribute = null;
         FacesContext facescontext=FacesContext.getCurrentInstance();
         ExternalContext externalcontext=facescontext.getExternalContext();
         Map sessionMap=externalcontext.getSessionMap();
         if(sessionMap != null)
         sessionAttribute = sessionMap.get("userId");
         System.out.println("Session value is...."+(String)sessionAttribute);
         return (String)sessionAttribute;
         return "fail";
    JSP Page
    <jsp:useBean id="logs" scope="session" class="logs.LogoutBean" />
    System.out.println("SS value is ...."+logs.getUserID());
    but again it retrieve only null value.. could u please tell me first how to set the session variable in JSF.. i did faces-config only.. is it correct or not..
    By
    Subbus

  • The Problem about clearing the system cache

    Hi, there!
    I'm trying to draw a lot of image in iPhone programming.
    I used [UIImage imageNamed].
    but it doesn't clear immediately the system cache.
    At last it occurs the out of memory.
    So I thought using imageWithContentsOfFile, but it works very slowly.
    Does anybody know how to clear the system cache?

    Read Position.flx can execute much faster than 5 ms but as it reads a register that is updated every 5 ms on the board, it reads the same value multiple times.
    To get around this problem there are two methods:
    Buffered High-Speed-Capturing (HSC)
    With buffered HSC the board stores a position value in it's onboard buffer each time a trigger occurrs on the axis' trigger input. HSC allows a trigger rate of about 2 kHz. That means, you can store a position value every 500 µs. Please refer to the HSC examples. You may have to look into the buffered breakpoint examples to learn how to use a buffer, as there doesn't seem to be a buffered HSC example available. Please note that you need an external trigger-signal (e. g. from a counter of a DAQ board). Please note that the amount of position data that you can acquire in a single shot is limited to about 16.000 values.
    Buffered position measurement with additional plugin-board
    If you don't have a device that allows you to generate a repetitive trigger signal as required in method 1.), you will have to use an additional board, e. g. a PCI-6601. This board provides four counter/timers. You could either use this board to generate the trigger signal or you could use it to do the position capturing itself. A PCI-6601 (or an M-Series board) provides can run a buffered position acquisition with a rate of several hundred kHz and with virtually no limitation to the amount of data to be stored. You could even route the encoder signals from your 7350 to the PCI-6601 by using an internal RTSI cable (no external wiring required).
    I hope this helps,
    Jochen Klier
    National Instruments

  • What are the systems variables in oracle

    Hai All
    In oracle what is called system variable and types of system variables
    Good answer hepls me
    Thanks & Regards
    Srikkanth.M

    SET System Variable Summary
    Source:http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch12040.htm
    Oracle environment variables
    The following environment variables are valid for Oracle::
    ORACLE_HOME
    ORACLE_BASE (optional)
    ORA_NLS (optional)
    NLS_LANG (optional)
    TNS_ADMIN (optional)
    Source:http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.websphere.ii.foundation.conn.fw.orc.doc/configuring/iiylsorcenvvars.html
    ORACLE_SID is the name of the database instance that you are using.
    T2KDEV is set to the type of terminal you are using; sun if you are using openwindows; xsun if you are using X windows.
    TERM is set to the type of terminal you are using. Note: If you are using openwindows, you may have to redefine the variable TERM to sun (instead of cmd-sun) and you should execute ORACLE from a shelltool.
    TWO_TASK is set to the location where ORACLE server can be found and will normally be the name of the database instance. This variable helps simplify the command line for starting ORACLE tools.
    Source:http://ugweb.cs.ualberta.ca/~c391/manual/chapt3.html
    HTH
    Girish Sharma
    Edited by: Girish Sharma on Mar 3, 2010 9:16 AM
    Link and Text added.

Maybe you are looking for