<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>Dollar Universe for Beginners</title>
	<description>Dollar Universe for Beginners</description>
	<link>http://www.orsypforum.com/index.php</link>
	<pubDate>Mon, 06 Sep 2010 12:01:37 +0200</pubDate>
	<ttl>30</ttl>
	<item>
		<title>Solved : S_DATRAIT is 000000</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2244</link>
		<description><![CDATA[I would like to use the Processing Date (S_DATRAIT) in my Uproc but it is always returning 00000000.  The Uproc Type is a CL_INT and is defined as:<br /><div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><br />echo S_DATRAIT: %S_DATRAIT%<br />echo S_DATRAIT_E: %S_DATRAIT_E%<br />echo S_DATRAIT_X: %S_DATRAIT_X%<br />echo S_DATRAIT_A: %S_DATRAIT_A%<br />echo S_ESPEXE: %S_ESPEXE%<br />echo S_NUMLANC: %S_NUMLANC%<br />echo S_CODSESS: %S_CODSESS%<br /><br />::%UXEXE%&#092;uxdat "yyyymmdd" %S_DATRAIT% "yyyymmdd" "-8d"<br /><br />call %RBA_CMD_PATH%&#092;du_StatusPurge.cmd %S_DATRAIT%<br /></div><br /><br />In the job log I see:<br /><div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><br />C:&#092;WINDOWS&#092;system32&gt;REM	----------------------------------------------------------------------------------------------- <br />C:&#092;WINDOWS&#092;system32&gt;REM 	3 - Launching the uproc script shell <br />C:&#092;WINDOWS&#092;system32&gt;REM	----------------------------------------------------------------------------------------------- <br />C:&#092;WINDOWS&#092;system32&gt;set RESEXE=1 <br />C:&#092;WINDOWS&#092;system32&gt;call   "D:&#092;RBAI52&#092;tmp&#092;AA0000217.bat" <br />C:&#092;WINDOWS&#092;system32&gt;echo S_DATRAIT: 00000000 <br />S_DATRAIT: 00000000<br />C:&#092;WINDOWS&#092;system32&gt;echo S_DATRAIT_E: 00000000 <br />S_DATRAIT_E: 00000000<br />C:&#092;WINDOWS&#092;system32&gt;echo S_DATRAIT_X: 00/00/0000 <br />S_DATRAIT_X: 00/00/0000<br />C:&#092;WINDOWS&#092;system32&gt;echo S_DATRAIT_A: 000000 <br />S_DATRAIT_A: 000000<br />C:&#092;WINDOWS&#092;system32&gt;echo S_ESPEXE: A <br />S_ESPEXE: A<br />C:&#092;WINDOWS&#092;system32&gt;echo S_NUMLANC: 0000315 <br />S_NUMLANC: 0000315<br />C:&#092;WINDOWS&#092;system32&gt;echo S_CODSESS: T_JOBPURGE <br />S_CODSESS: T_JOBPURGE<br />C:&#092;WINDOWS&#092;system32&gt;call D:&#092;RBAI52&#092;_rba&#092;du_StatusPurge.cmd 00000000 <br /></div><br /><br />I see some of the variables being set properly - S_ESPEXE, S_NUMLANC, and S_CODSESS.  Do I have to do anything to set this Processing date?  I am running the task in the Application area using Windows and DU version 5.3.3<br /><br />Thanks for any help you can provide.<br /><br />-Bill]]></description>
		<pubDate>Mon, 09 Aug 2010 17:40:01 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2244</guid>
	</item>
	<item>
		<title>Regarding Mutliple Task.</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2072</link>
		<description><![CDATA[Hello , <br /><br />  I have created a TASK to run at 10:04, 12:04, 14:04, 16:04 i.e., Scheduled-Multiple during 16:50 (duration for which it can run) and have given it as  "Serial Launch" initially which I later changed to "Parallel Launch" . During Serial launch , it ran once at 10:04 and didnt run again as desired .Even after I made it parallel , its not working fine  <img src="http://www.orsypforum.com/style_emoticons/default/mellow.gif" style="vertical-align:middle" emoid=":mellow:" border="0" alt="mellow.gif" /> . <br /><br />  Can any one please suggest me where it might have gone wrong. Attache is the snapshot of the TASK.]]></description>
		<pubDate>Mon, 19 Apr 2010 14:56:41 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2072</guid>
	</item>
	<item>
		<title>Solved : Processing date -1 in task</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2168</link>
		<description><![CDATA[Hello , <br /><br />    My requirement is as follows :-<br />Will have 3 Uprocs  in a session XXXXX<br />XXXXstr -&gt; initialization of variables (say VAR1 everytime initialized to system date until I manipulate)<br />XXXX010 -&gt; call a job by passing variables (VAR1 to a job)<br />XXXXEND -&gt; no role to play but for a structure.<br /><br /><br />Now my requirement is that I have to pass "System date -1" in VAR1 to the job.<br />I know that it can happen by manipulating var1 in XXXXXstr and there by passing it to Job in 010.<br /><br />But please let me know if it also can happen in the following way :-<br />Will create a TASK with "Processing date - 1 offset" in the functional data <br />Will not touch VAr1 in XXXXstr (i.e., will be SYSTEM date as it got initialized)<br />in 010 will pass it to the job.<br /><br /><br />Will the task where the processing date is "offeset to - 1" take care ? If not what is the significance of that Processing date offset ?]]></description>
		<pubDate>Mon, 28 Jun 2010 15:23:26 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2168</guid>
	</item>
	<item>
		<title><![CDATA[Solved : Need to get day before the date given in Processing date "S_DATRAIT"]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=2167</link>
		<description><![CDATA[Hello  , <br /><br /><br /> My requirement is as follows.<br /> I have to create a TASK on a session XXXX whcih contains 3 Uprocs (XXXXSTR,XXXX010,XXXXEND).<br />Structure of session XXXX is as follows :-<br />XXXXstr-&gt;XXXX010-&gt;XXXXend. <br /><br />While launching the session , the Processing date S_DATRAIT will be passed . Now I need to get the day before that processing date . My operating system is UNIX.<br /><br />Ex:-<br />Processing date is "20091231" .<br />Now I shud get the vallue of "20080101" (processing date -1 ) in to a variable .<br />Is there any way how I can get it  or if u have a Unix script please provide the same?]]></description>
		<pubDate>Mon, 28 Jun 2010 08:43:49 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2167</guid>
	</item>
	<item>
		<title>Solved : Unable to set RESEXE</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2146</link>
		<description><![CDATA[Hello All,<br />I'm very new to $U, and even newer to this forum.  I have a question that searching through the manuals and this forum is not being answered and I hope someone here can help.<br /><br />I'm using an external script (Windows Command) that when completes normally, I am trying to set RESEXE to "0" so that the monitor will show a Completed status. No matter what I do, I get an Aborted status.<br /><br />I am currently using: set RESEXE=%exitCode% (where I know %exitCode% is "0")<br /><br />The last part of the log is:<br /><div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>D:&#092;RBAI52&#092;tmp&gt;set exitCode=0 <br />D:&#092;RBAI52&#092;tmp&gt;goto End <br />D:&#092;RBAI52&#092;tmp&gt;set RESEXE=0 <br />C:&#092;WINDOWS&#092;system32&gt;REM	----------------------------------------------------------------------------------------------- <br />C:&#092;WINDOWS&#092;system32&gt;REM 	4 - Run, if exists, customized Post Uproc routine <br />C:&#092;WINDOWS&#092;system32&gt;REM	----------------------------------------------------------------------------------------------- <br />C:&#092;WINDOWS&#092;system32&gt;if EXIST D:&#092;RBAI52&#092;mgr&#092;U_POST_UPROC.bat call  D:&#092;RBAI52&#092;mgr&#092;U_POST_UPROC   <br />C:&#092;WINDOWS&#092;system32&gt;REM  ====================== <br />C:&#092;WINDOWS&#092;system32&gt;REM  ====================== <br />C:&#092;WINDOWS&#092;system32&gt;REM	----------------------------------------------------------------------------------------------- <br />C:&#092;WINDOWS&#092;system32&gt;REM 	5 - UNIVERSE technical job ending <br />C:&#092;WINDOWS&#092;system32&gt;REM	----------------------------------------------------------------------------------------------- <br />C:&#092;WINDOWS&#092;system32&gt;REM<br />C:&#092;WINDOWS&#092;system32&gt;if NOT EXIST D:&#092;RBAI52&#092;exec&#092;uxjobstatus.exe goto U_BATCH_TERM_UXJOBEND <br />C:&#092;WINDOWS&#092;system32&gt;D:&#092;RBAI52&#092;exec&#092;uxjobstatus 1 <br />C:&#092;WINDOWS&#092;system32&gt;if NOT (2) == (2) set RESEXE=2 <br />C:&#092;WINDOWS&#092;system32&gt;erase    "D:&#092;RBAI52&#092;tmp&#092;X0000265.bat" <br />C:&#092;WINDOWS&#092;system32&gt;erase    "D:&#092;RBAI52&#092;tmp&#092;XX0000265.bat" <br />C:&#092;WINDOWS&#092;system32&gt;D:&#092;RBAI52&#092;exec&#092;uxjobend 1 <br />C:&#092;WINDOWS&#092;system32&gt;exit<br /></div><br /><br />I've also attempted to include a U_POST_PROC.bat - which when using echo to display %RESEXE% shows the value at "1", and also using a <br /><!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->uxset var RESEXE=%exitCode%<!--fontc--></span><!--/fontc--> in the external script, but that returns <!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->UXSET UxCmd_LoadUniverse Failed<!--fontc--></span><!--/fontc-->.<br /><br />Any help you can provide would be very much appreciated.<br />Thanks,<br />-Bill]]></description>
		<pubDate>Wed, 09 Jun 2010 17:47:23 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2146</guid>
	</item>
	<item>
		<title><![CDATA[Solved : &lt;COMPANY&gt;.def File]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=2158</link>
		<description><![CDATA[Could anyone tell me if and how the custom environment file "&lt;COMPANY&gt;.def" is loaded. I have added a value and cannot access this new variable in my U_ANTE_UPROC.bat file.<br /><br />The batch file uxsetenv.bat looks very similar to the file UNIVERSE.def and it contains a reference to the batch file %UXMGR%&#092;uxsetenv_&lt;COMPANY&gt;.bat. I do not have a batch file uxsetenv_&lt;COMPANY&gt;.bat. Are these environment setting batch files created on installation using the .def files and therefore something went wrong since I do not have a uxsetenv_&lt;COMPANY&gt;.bat.<br /><br />Should I just create a uxsetenv_&lt;COMPANY&gt;.bat file and add the new environment variables that I need, or should I use the U_ANTE_UPROC.bat to set the environment variables.<br /><br />Thanks,<br />-Bill]]></description>
		<pubDate>Thu, 17 Jun 2010 19:59:44 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2158</guid>
	</item>
	<item>
		<title>Solved : retrieving session name ?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2155</link>
		<description><![CDATA[hi<br /><br />is there a variable that contains the name of the current session ?<br /><br />i didn't find it in the manuals ...<br /><br />for example, i know that $S_ESPEXE displays the space where the uproc is currently executed.<br /><br /><br />sylvain]]></description>
		<pubDate>Thu, 17 Jun 2010 12:59:24 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2155</guid>
	</item>
	<item>
		<title><![CDATA[Solved : How to use "uxMIN_RUN_TIME"]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=2135</link>
		<description><![CDATA[Hi All,<br /><br />I have 1 uproc which uses variable "uxMAX_RUN_TIME". Value given for this variable is 45. so whenever this uproc runs for more than 45 minutes it will send alert to (mobile or pager) respective application team. i have attached a file to represent this.<br /><br />Now i want to know about the variable "uxMIN_RUN_TIME". i have some questions for this varibale.<br /><br />How this variable (uxMIN_RUN_TIME) works or what is the functionality of this variable?<br />How can we use this variable?<br />Where we have to set the alert mechanism for this variable to throw alert to respective team?<br /><br />Also if someone can attach the screenshot, it will be helpfull. Thanks in advance.<br /><br />Thanks.]]></description>
		<pubDate>Sun, 06 Jun 2010 08:39:11 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2135</guid>
	</item>
	<item>
		<title>Solved : Disabling UPROC in a Session</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2142</link>
		<description><![CDATA[Hi,<br /><br />There is a requirement in our project to disable certain UPROCs of a particular session.<br /><br />Is there any best practice method of acheiving this ? It would be desirable not to remove the UPROC from session level or to edit the CL_INT code.<br /><br />Please help.<br /><br />Regards,]]></description>
		<pubDate>Tue, 08 Jun 2010 16:43:11 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2142</guid>
	</item>
	<item>
		<title>Solved : How can we delete monitoring configuration</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2129</link>
		<description><![CDATA[Hi,<br />I have created one monitor and added some 10 nodes in that for testing of uprocs (either they are running or aborting).<br />Now when i am finished with my testing i want to delete that monitor but not able to do so.<br />when i right click and select delete, it gives me below error.<br /><br />""Delete Monitoring Configuration in error.<br />Reason: Deletion impossible : rule unknown""<br /><br />can any one help me to delete them.<br /><br />Thanks,<br />Gaurav]]></description>
		<pubDate>Tue, 01 Jun 2010 11:01:04 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2129</guid>
	</item>
	<item>
		<title>Solved : Problem while passing variables</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2039</link>
		<description><![CDATA[Hello , <br /><br />  I will have to pass few variables from Dollar-Universe to a job which is being called in my UPROC.<br />My requirement for the variables is like this .<br />Variable 1) G_GVA_MIN_DT of type date and the default value shoud be NULL. How to achieve passing NULL in $U as everytime it will prompt me to select date. Is there any way how can I do it ?<br />else I will have to declare the variable G_GVA_MIN_DT as text and convert it to DATE using TO_DATE function. Again when I define it as character , do I need to leave it  as it is or should I initialize to '' for it to pass NULL after conversion to date.<br />Variable 2) G_LOAD_MODE     which should be defaulted to <b>'Delta Load' </b>and my script is reading only till <b>'Delta </b> as there is a space there.Please let me know how to deal with it.<br /><br /><br />Please help me in this.]]></description>
		<pubDate>Thu, 08 Apr 2010 15:55:33 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2039</guid>
	</item>
	<item>
		<title>Solved : Several tasks with the same uproc ?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2087</link>
		<description><![CDATA[hi<br /><br />I've created a uproc with 2 variables (VAR1 and VAR2) and I'd like to launch it at 8:00 with VAR1=A and VAR2=B, and at 13:00 with VAR1=C and VAR2=D.<br /><br />I thought that I just have to create 2 tasks but while i am saving the second task, i have an error message saying that the task already exists.<br /><br />what did I wrong ?<br />is there another way to do that ?<br />using session maybe ?<br /><br />thanks for your help,<br /><br />sylvain]]></description>
		<pubDate>Wed, 28 Apr 2010 15:00:49 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2087</guid>
	</item>
	<item>
		<title>Solved : Problem with exporting an object</title>
		<link>http://www.orsypforum.com/index.php?showtopic=849</link>
		<description><![CDATA[Hello , <br /><br /><br />   I encountered the following  error while exporting an UPROC.<br /> <i><br /><b>C:&#092;Universe&#092;CDBTST&#092;exec&gt;uxext UPR=B01 MU=T02_MU1 NODE=dwhdev<br />The Subject (UPR=B01) is not enabled with this Verb</b></i><br /><br />Again I want to know the result of this command  "uxext" like, will it export a file (to some specific path) which can again be imported in to $U ?<br /><br />Thanks in advance]]></description>
		<pubDate>Tue, 13 Oct 2009 14:28:22 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=849</guid>
	</item>
	<item>
		<title>Solved : Processing date in dependancies.</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2081</link>
		<description><![CDATA[Hello , <br /><br />   I have a Session which contains some 10 Uprocs..<br />like U1 , U2 , U3 , U4, U5 ..UEnd.<br /><br />The UEnd shud run only if 7 of the 9 other Uprocs run . Dependancies are created accordingly in the UEnd. When the task (the task <i><b>Processing date is Offset-2</b></i>) imposed on that session gets launched everything runs fine other than the UEND and its processing date is shown as 00/00/0000 and it depends on U1 for the sysdate i.e., getting in to Event-wait status.<br />Even when I individually launch that Uproc , same is the case.<br /><br />can u pls let me know what can be checked.]]></description>
		<pubDate>Thu, 22 Apr 2010 16:51:20 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2081</guid>
	</item>
	<item>
		<title>Solved : Though my script runs fine, my UPROC fails</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2078</link>
		<description><![CDATA[Hello , <br /><br /> I have a UPROC which runs one more script and the status of the UPROc depends on the execution of the script. So if the job runs succesfully , my UPROC should be with COMPLETED status else with ABORTED status. <br /><br /><br />  But in this case my UPROC is getting aborted though my Script is executed succesfully. Below is the content of the script of the UPROC for your reference.<br /><br /><br /><i><b>#!/bin/ksh<br />###=============================================================================<br />#@(#) OBJECT:             BODI XI Trigger <br />#@(#)<br />#@(#) VERSION:            0.0.2<br />#@(#)<br />#@(#) AUTHOR:             Sanjeev<br />#@(#)<br />#@(#) CREATION DATE:      2010/03/31<br />#@(#)<br />###=============================================================================<br />return_code=1<br /><br />### Variable  U_SET_DATE 		is set in U_ANTE_UPROC<br />### Variable  ENVIRONNEMENT 	is set in U_ANTE_UPROC depending on company & space<br />### Variable  LOG_DIRECTORY 	is set in U_ANTE_UPROC depending on company & space<br />### Variable  BO_JOB 			is set in UPROC with the name of the job to be executed<br /><br /><br />###======================<br />### Start the job in BODI  (parameters can be removed  and added as required)<br />###======================<br />/bo/bodi/scripts/launchJobDefault_${ENVIRONNEMENT}.sh ${BO_JOB} <br />"G_RECOVERY_FLAG='$G_RECOVERY_FLAG';G_GVA_MAX_DT=to_date('${G_GVA_MAX_DT}','YYYY.MM.DD');G_GVA_MIN_DT=to_date('${G_GVA_MIN_DT}','YYYY.MM.DD');" <br />return_code=$?<br /><br />echo "/bo/bodi/scripts/launchJobDefault_${ENVIRONNEMENT}.sh ${BO_JOB} <br />G_RECOVERY_FLAG='$G_RECOVERY_FLAG';G_GVA_MAX_DT=to_date('${G_GVA_MAX_DT}','YYYY.MM.DD');G_GVA_MIN_DT=to_date('${G_GVA_MIN_DT}','YYYY.MM.DD');"<br /><br />###====================<br />### Display logs<br />###====================<br />	TRACELOG=&#96;find $LOG_DIRECTORY -name "$BO_JOB*trace.txt" | tail -1&#96;<br />	ERRORLOG=&#96;find $LOG_DIRECTORY -name "$BO_JOB*error.txt" | tail -1&#96;<br />	echo "============================================================== TRACE LOG======================================================="<br />	head -2000 $TRACELOG<br />	echo "===========================================================END OF TRACE LOG==================================================="<br />	echo "============================================================== ERROR LOG ======================================================"<br />	if [$ERRORLOG = ""]<br />		then echo "No Error File"<br />		else head -1000 $ERRORLOG<br />	fi<br />	echo "===========================================================END OF ERRORLOG==================================================="<br /><br />###====================<br />## End<br />###====================<br />echo "Exit Code : $return_code"<br />exit $return_code</b></i><br /><br /><br />The job log is attached for your reference.<br /><br /><br />The Job on my server has got executed succesfully i.e., the below piece of code resulted 0 where as the UPROC got aborted.<br /><i><b>/bo/bodi/scripts/launchJobDefault_${ENVIRONNEMENT}.sh ${BO_JOB} <br />"G_RECOVERY_FLAG='$G_RECOVERY_FLAG';G_GVA_MAX_DT=to_date('${G_GVA_MAX_DT}','YYYY.MM.DD');G_GVA_MIN_DT=to_date('${G_GVA_MIN_DT}','YYYY.MM.DD');" </b></i>]]></description>
		<pubDate>Tue, 20 Apr 2010 17:25:24 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2078</guid>
	</item>
	<item>
		<title>Solved : Problem Listing ALL Future Launches</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2051</link>
		<description><![CDATA[Hello,<br /><br />for an automatically process to add exclusion windows for our system maintenance I'm trying to<br />create a small script like this. The script should read alle launches which will start in the given <br />timeframe. <br /><br /><div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>$UXEXE/uxlst FLA FULL STATUS=L MU=MU1 EXP since=13/04/2010,1600 before=13/04/2010,2000 | tail +5 &gt; /tmp/output.tmp<br /><br />while read LINE<br />do<br />    #extract all the info you need<br />    _ses=&#96;echo "$LINE" | awk '{ print $1 }'&#96;<br />    _upr=&#96;echo "$LINE" | awk '{ print $2 }'&#96;<br />    _mu=&#96;echo "$LINE" | awk '{ print $3 }'&#96;<br />    #_datestart=&#96;echo "$LINE" | awk '{ print $6 }'&#96;<br />    #_timestart=&#96;echo "$LINE" | awk '{ print $7 }'&#96;<br />    #_dateend=&#96;echo "$LINE" | awk '{ print $8 }'&#96;<br />    #_timeend=&#96;echo "$LINE" | awk '{ print $9 }'&#96;<br />    <br />    _timenow=&#96;$UXEXE/uxtim NOW "dd/mm/yyyy,hhMM"&#96;<br />	_timeend=&#96;$UXEXE/uxtim NOW "dd/mm/yyyy,hhMM" "+4h"&#96;<br />    <br />	echo $_mu $_ses $_upr $_timeend    <br />	<br />	$UXEXE/uxupd TSK EXP SES=$_ses UPR=$_upr MU=$_mu INTERVAL add EXCLUSION="($_timenow,$_timeend)"<br />    <br />done &lt; /tmp/output.tmp</div><br /><br />The code is running without any errors, but we still have a problem.<br />Not all launches in the timeframe will be shown by the uxlst command.<br />When a launch is planned with an short intervall of execution, the launch <br />will be in Launch wait state only a few minutes before, so in the moment we execute the uxlst command<br />this "high intervall" launches often aren't listed.<br /><br />Ist there any solution for this problem?<br /><br />Regards,<br />Simon]]></description>
		<pubDate>Tue, 13 Apr 2010 17:18:33 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2051</guid>
	</item>
	<item>
		<title><![CDATA[Solved : Variable name containing "FLAG" is not allowed]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=2035</link>
		<description><![CDATA[Hello , <br /><br />  Please note that I am encountering an error "Invalid Variable Name" when I try to create a variable with name "G_RECOVERY_FLAG" may be because of the fact that the variable name contains "FLAG" in it ,because I am able to create something like "G_RECOVERY_ZZFLAGZZ" i.e., prefixing & postfixing the FLAG keyword by ZZ.<br /><br />   Actually I will have to use the same variable ""G_RECOVERY_FLAG" as that is defined in my job which is very difficult to get changed. Please suggest me how to surmount this probem.<br /><br />   Thanks in advance.<br /><br /><br /><br />Regards,<br />Sanjeev G.]]></description>
		<pubDate>Wed, 07 Apr 2010 11:54:32 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2035</guid>
	</item>
	<item>
		<title>Solved : Processing date != scheduled date</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1069</link>
		<description><![CDATA[can anyone shed any light on this problem?<br /> <br />Unix, $U 5.1<br />Create a Rule for the 1st Sunday each month:<br />  Period: 1 month<br />  Position: 1 from beginning<br />  Offset: next<br />  Days of week: Sunday only<br />  (no days or months tab on this version)<br /> <br />Create a task using this rule, no offset for the processing date.<br />Simulate this task.<br />Results show:<br />  the Start date to be the 1st Sunday, i.e. 03/01/10, 07/02/10  (correct)<br />  the Processing date is the 1st of the month, i.e. 01/01/10, 01/02/10.<br /> <br />This seems to me to be wrong.  Events from this task are logged using the processing date, but Uproc dependencies are looking for events with the scheduled date, so the job never completes.<br /> <br /> <br />Repeating this exercise on our windows server, running $U 5.3  shows the simulated processing date matches the scheduled date, as I would expect.<br /><br />Can anyone explain the difference, and tell me how to get the dates to match on v5.1?<br /><br />The 5.1 version is the latest we can manage on our old version of unix, so no, we can't upgrade.<br /> <br />thanks]]></description>
		<pubDate>Thu, 18 Feb 2010 15:05:50 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1069</guid>
	</item>
	<item>
		<title>Solved : How to track the mofications made to Objects like UPROC</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1105</link>
		<description><![CDATA[Hello , <br /><br />  Please let me know if there is any way to track the changes/modifications made to Dollar-Universe objects like UPROC , Session.<br /><br />For example , if I have created a Session , some one else has modified it , now how to make out who had modified it.]]></description>
		<pubDate>Fri, 05 Mar 2010 10:18:05 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1105</guid>
	</item>
	<item>
		<title>Solved : Problem with versioning while deleting a UPROC</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1065</link>
		<description><![CDATA[Hello , <br /><br />    I am facing a problem with a UPROC "OBIP06STR" . Actaully I am not able to create the same UPROC "OBIP06STR" Version "002" as the I am encountering the error "Uproc already exists" but there is no such UPROC for version 002 where as it exists for version "001" . Now when I embed the UPROC "OBIP06STR"  "001" in a session , I am not able to open the same as I encounter an error "Couldnot read this UPROC . Reason : UPROC unknown".  I am not even able to create a task for this session as encounterign some error about "OBIP06STR" "002" . <br /><br />   I doubt the "OBIP06STR" "002" version debris exists somewhere which cant be seen . Could you please let me know what can be the next course of action .<br /><br />Below are the details for your reference <br /><i><br /><b>C:&#092;Universe&#092;CDBTST&#092;exec&gt;UXSHW UPR NODE=dwhdev APP UPR=OBIP06STR VUPR=002<br /> Command : uxshw upr node=dwhdev app upr=OBIP06STR vupr=002 partage<br /><br />No articles were extracted<br />command in error!!</b></i><br /><i><br /><b><br /> Command : uxshw upr node=dwhdev app upr=OBIP06STR vupr=001 partage<br /><br /> TYPE  | upr <br /><br /> ITEMS | upr          : OBIP06STR  <br />       | vupr         : 001 <br />       | class        :        <br />       | clfil        :                                                              <br />       | label        : Start the Session & Start of the Uproc (OBCP01STR)           <br />       | dom          : D <br />       | appl         : U_ <br />       | upt          : CL_INT     <br />       | definfo      :                                                    <br />       | defsev       :      <br />       | fperiod      : d <br />       | memo         : o <br />       | nbper        : 0 <br />       | command      :  <br />       | execdir      :  <br />       | incclass          : (  )<br />       | launchvar         : ( <br />                          [ <br />                          varname      : in_file_location <br />                          vvalue       :  <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : in_file_name <br />                          vvalue       :  <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : new_file_location <br />                          vvalue       :  <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : new_file_name <br />                          vvalue       :  <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : channel_id <br />                          vvalue       : OFL <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : config_id <br />                          vvalue       :  <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : slot_end_date <br />                          vvalue       :  <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : period <br />                          vvalue       :  <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : dir_working <br />                          vvalue       : /bo/bodi/inputfiles/Billing/working <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : dir_error <br />                          vvalue       : /bo/bodi/inputfiles/Billing/error <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : dir_done <br />                          vvalue       : /bo/bodi/inputfiles/Billing/done <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                       <br />                          [ <br />                          varname      : compress <br />                          vvalue       : N <br />                          vtype        : T <br />                          vformat      : 1 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /><br />                        )<br />       | depcon            : (<br />                          condno       : 01 <br />                          dep          : OBCP01STR  <br />                          dtype        : a<br />                          pdate        : ( , , )<br />                          mu           : same <br />                          sess         : any <br />                          user         : any <br />                          status       : absent <br />                          all            <br />                          expected       <br />                          nofatal        <br />                        )<br />       | inccon            : (  )<br />       | rescon            : (  )<br />       | termins           : (  )<br />       | formula           : ( =C01 )<br />       | sap_xbp2          : (  )<br />       | sap_xbp2_step     : (  )<br />       | sap_xbp2_step_pr  : (  )<br />       | sap_xbp2_step_ar  : (  )<br />       | sap_pchain        : (  )<br />       | sap_ipack         : (  )<br />       | ftp_get           : (  )<br />       | ftp_put           : (  )<br />       | ejb               : (  )<br />       | ejb_param         : (  )<br />       | create_param      : (  )<br />       | notify            : (  )<br />       | upr_status        : (  )<br />       | script       : <br /><br />==================================================<br />echo "START THE PARENT UPROC"<br />$UXEXE/uxset var level ALL<br /><br /><br />new_file_location=$dir_working<br />$UXEXE/uxset var new_file_location=$dir_working<br /><br /><br />logfile=&#96;echo $in_file_name | cut -c 1-8&#96;<br />new_file_name=$logfile'_'${channel_id}'_'&#96;date +%Y%m%d%H%M%S&#96;'.txt'<br />$UXEXE/uxset var new_file_name=$new_file_name<br /><br />slot_end_date=&#96;date +%Y%m%d%H%M%S&#96;<br />$UXEXE/uxset var slot_end_date=$slot_end_date<br /><br />period=&#96;echo $in_file_name | cut -c 9-12&#96;<br />$UXEXE/uxset var period=$period<br /><br />echo "******************************"<br />echo "new_file_location ==&gt; $new_file_location" <br />echo "new file name     ==&gt; $new_file_name"<br />echo "slot_end_date ==&gt; $slot_end_date"<br />echo "period  ==&gt; $period"<br />echo "******************************"<br /><br />return_code=$?<br />echo "return_code :$return_code"<br /><br />echo "END OF PARENT UPROC"<br /><br />==================================================</b></i>]]></description>
		<pubDate>Tue, 16 Feb 2010 07:54:44 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1065</guid>
	</item>
	<item>
		<title>Tutorial : How to sequence Sessions</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1064</link>
		<description><![CDATA[Hello,<br /><br />This tutorial explains how you can sequence Sessions.<br /><br />Michel]]></description>
		<pubDate>Mon, 15 Feb 2010 18:26:49 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1064</guid>
	</item>
	<item>
		<title><![CDATA[Solved : Issue with "MUltiple Launches"]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=1055</link>
		<description><![CDATA[Hello , <br /><br />   I have imposed a task on a session in the followsing manner:-<br /><br />Launch From: 00:02 during 000 h 50 min<br />Until            : 23:59 every 60 min. <br /><br />and I had clicked "Insert multiple windows" to get the below list.<br />00.02<br />01.02<br />02.02<br />03.02<br />04.02<br />05.02<br />06.02<br />07.02<br />08.02<br />09.02<br />10.02<br />11.02<br />12.02<br />13.02<br />14.02<br />15.02<br />16.02<br />17.02<br />18.02<br />19.02<br />20.02<br />21.02<br />22.02<br />23.02<br /><br />I saved  & closed the task.<br /><br />The issue comes here when I reopen the task . The columns will be shown as below : <br />Launch from: 15:48 (current time in my local system though $Universe is located on server whose time is different) during: 00h 50 m<br />Until : 15.48  every 000 min<br /><br />Can you please let me know where it could have gone wrong.]]></description>
		<pubDate>Wed, 10 Feb 2010 11:25:38 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1055</guid>
	</item>
	<item>
		<title>Solved : Processing date needs to be set before launching the Session</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1048</link>
		<description><![CDATA[Hello , <br /><br />  I have a requirement where my Uproc U1 whose processing date should be 1st of previous month <br />EX: If I am launching that Uproc today , the Processing date of that UPROC should be 1st January 2010.<br /> Again the UPROC U1 depends on two other UPROCS U2 (Processing date -1)& U3 (same Processing date ). <br />So as per our example , the U1 running for Processing date 01/01/2010 should depend on U2 for 12/31/2009 & U3 for 01/01/2010.<br /><br /> I thoguht of incorporating the logic for changing the processing date in the internal script of U1 , but the problem is that the U1 is depending on the U2 (for current date -1 i.e., 02/03/2010) and U1 (for the current date 02/04/2010) which is not as per my requirement.<br /><br /> Is there any way how I can incorporate this logic in U_ANTE_UPROC only for this specific Uproc , i.e., in case of only this Uproc , the above logic for processing date should happen , else no.<br />  Please suggest me if there is any other solution .]]></description>
		<pubDate>Thu, 04 Feb 2010 16:38:31 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1048</guid>
	</item>
	<item>
		<title>Solved : Dependant UPROC not getting launched</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1041</link>
		<description><![CDATA[Hello , <br /><br />  An UPROC DGBM01STR (runs on 1st of every month) which is set to be dependant on DGBJ01END  for any( any year & any month ) of  the last day of the previous month is not getting launched even after a job-event is created for  DGBJ01END with processing date as 31/01/2010 & 31/12/2009 and is still in event-wait status.<br /><br />Below is the message in History-trace.<br /><i><br /><br /><b> 02/01/2010 03:00:00 Start Condition Check                                       <br />                    Processing Date 02/01/2010                                   <br />                                                                                 <br /> Dependency    Cond. 01 Prop. 01 :                                               <br /> Depe. :           -        DGBJ01END -        DWHDEV     00000031  Missing      <br />  *** Task launch refused  ***                                                   <br />                                                                                                                                                                                                                                                        </b>                                                                                                                                                                                                                               </i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Please let me know where it might have gone wrong.]]></description>
		<pubDate>Mon, 01 Feb 2010 09:42:13 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1041</guid>
	</item>
	<item>
		<title>Solved : Aborting a Session</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1032</link>
		<description><![CDATA[If I have a Session containing 10 Uprocs running in series - one after the other, and [for example]  number 2 aborts, and I wish to abort the rest of the Session - that is, prevent  Uprocs 3 to 7 from running, what is the best procedure?<br /><br />I have been purging the aborted Uproc execution. However what SEEMS to be happening is that next time the Session is run, when it gets to Uproc number 3, it launches the Uproc twice. It seems to 'remember' that it had a launch pending for that Uproc from the aborted Session. But this ehaviour seems to be intermittent. That is, I am unable to reliably reproduce it....]]></description>
		<pubDate>Wed, 27 Jan 2010 10:25:07 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1032</guid>
	</item>
	<item>
		<title>Solved :NO RUNBOOKS DEFINED</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1031</link>
		<description><![CDATA[Hello....<br /><br />We occasionally encountered issues with job aborted due to message below....  <br /><br />Has anyone encountered this issue?  Thanks.....<br /><br /><br /><br /><br /> 01/26/2010 12:04:31 Start Condition Check                                       <br />                    The rerun was requested by operator :   ???????????????????? <br />                    Processing Date 01/26/2010                                   <br /> 01/26/2010 12:04:31 Submitted in BATCH Q: SYS_BATCH                             <br />                    under ENTRY N°  : 0913                                       <br />                                                                                 <br /> BATCH starting                                                                  <br /> ++++++++++++++++++++++++++++++++++                                              <br /> CURRENT ENVIRONMENT: PRODUCTION                                                 <br /> ++++++++++++++++++++++++++++++++++                                              <br />                                                                                 <br /> ==== Operations Runbook ====                                                    <br />                                                                                 <br /> WARNING: NO RUNBOOK DEFINED FOR JOB CNXXXXXX on node CNXXNN                    <br />                                                                                 <br /> =============================                                                   <br /> Job aborted or killed during execution                                          <br />                                                                                 <br />                                                                                 <br /> 01/26/2010 12:04:37 *** TASK ENDED ABNORMALLY  ***                              <br /> *** TOTAL *** - Duration : 00.00:00:06.00  - CPU : 00.00:00:00.00               <br />               - PGF   : ????  - DIO : ????  - BIO : ????                        <br />                                   <br /> *** Abnormal execution of Uproc ***]]></description>
		<pubDate>Tue, 26 Jan 2010 19:13:23 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1031</guid>
	</item>
	<item>
		<title>Solved : $Universe installation footprint</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1023</link>
		<description><![CDATA[Good Morning,<br /><br />We encountered disk space issue in the server where $Universe was installed.  In investigating, it was discovered that $Universe has a 6 GB footprint.  When the files and folders were checked, it totaled only about 600mb.  Not sure if anybody encountered the same issue and what caused this.  Also, what possible solution can resolve this issue.  Thanks for your help.]]></description>
		<pubDate>Wed, 20 Jan 2010 16:01:02 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1023</guid>
	</item>
	<item>
		<title>Solved : Processing date in dependancies.</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1018</link>
		<description><![CDATA[Hello , <br /><br />  Could you please let me know the concept behind the processing date in the dependancy condition.<br />In the below case :-<br />DAY: specific value 1 day<br />MONTH: Offset - 1 <br />YEAR:  Offset - 1 . <br />then it is getting as 12/01/2008 (i.e., 2 years behind the current date) .<br /><br /><br />Is it that it calculates one-by-one firstly month i.e., Dec 2009 and then goes to the previous year (2008) . <br />                              (or) <br />where as I expected it to be  Month(currnet date) -1 and (year)-1 i..e, 2009 dec.<br /><br /><br />Thanks in advance.]]></description>
		<pubDate>Tue, 19 Jan 2010 14:56:46 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1018</guid>
	</item>
	<item>
		<title><![CDATA[Solved : Modular Development - Another 'newbie' question.]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=933</link>
		<description><![CDATA[What support does $U have for developing modular schedules?<br /><br />Let me explain my requirement: I have a batch of jobs that will run overnight to populate a Data Warehouse and some Data Marts. (The tool in use is DataStage, called via a standard shell script, but from a $Universe perspective we just have a bunch of 'jobs' to run in a particular order with some parameters)<br /><br />Now these jobs can be divided into modules:<br /><br />1. Initialisation<br />2. Data Warehouse Load [Country Specific]<br />3. Data Mart Load.<br /><br />Module 2 consists of the same group of jobs, run several times with a variable specifying the country. See my separate thread on Session Variables.<br /><br />Now I could obviously build a big Session to run all the modules in order, however a key requirement is that it should be possible to run (or re-run) each 'module' on its own 'on demand' as well as in the standard schedule, so I would like to break the batch into modules. Ideally I would like to have 'nested' Sessions, that is Sessions that call Sessions but it may be that I have misunderstood the $U architecture, as this seems not to be supported.<br /><br />I raised this requirement on the training course, and the proposed solution was to create a Session for each module with a Header and Trailer UProc and then a Master Session to call each module in turn.<br /><br />For each child module/Session the 'Master' session has<br /><br />  A Uproc that calls the 'Child' Session and its Header Uproc via a provoked Task<br />  A second Uproc, child of the first, that is conditioned on the Trailer UProc of the called Session.<br />  <br />I hope that's clear. Any comments on this approach? Is this what other people are doing? Is there a more elegant solution?<br /><br />Specific question - Suppose the child Session had run already that day? Would this successful 'memorised' run of the Trailer Uproc not cause my Conditioned Uproc to execute immediately? How to prevent this?<br /><br />thanks,<br /><br />Phil Clarke.<br />Three Telecoms.]]></description>
		<pubDate>Tue, 17 Nov 2009 11:04:48 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=933</guid>
	</item>
	<item>
		<title>Feedback from a new user</title>
		<link>http://www.orsypforum.com/index.php?showtopic=997</link>
		<description><![CDATA[We have been using the tool for a few months now and while I am impressed by its sophisticated scheduling abilities,  I have encountered a couple areas where functionality that one would expect to find in such a tool is weak or missing. I've posted on these before but thought it would be useful to have them in a single place. We have developed workarounds and here I describe the weaknesses and what we have done to work around them. I would welcome feedback from more experienced people. Is there a better way of achieving the same result? Are my facts correct? Am I missing something?<br /><br />1.	‘Global’ variables.<br /><br />It is not possible to define variables with a scope of 'Session'. All variables are defined at Uproc level and must be passed from Uproc to Uproc. This can only be done by writing code. Thus, to make a variable available across a session, it must be declared in all Uprocs, whether or not it is used.<br /><br />Background: We have a batch of ETL jobs that must be run several times for different countries. The jobs are identical but accept a country code as a parameter. Thus we run the same set of Uprocs with the country code as a variable. It is not possible to set this variable once at session level and have each Uproc inherit it automatically. <br /><br />Workaround. We have one session per country, these are identical apart from a header Uproc that  sets the country code. We have added code to the U_POST_UPROC script to test if this variable exists and if so call <b>uxset</b> to pass it to the next Uproc in the flow.<br /><br />2.	‘Nested’ Sessions<br /><br />Our overnight batch consists of several modules, run in a particular order. It is sometimes necessary to run or re-run a module on its own. Thus we have one Session for each module. Ideally we would like to have a master or controller session that calls the sessions in the correct order. It is not possible to call a Session from a Session without writing code. Ideally we would want  several layers of ‘nesting’.<br /><br />Workaround: We have developed the following functionality <br /><br />-	The ‘child sessions each have a Header and Trailer Uproc. These are just placeholders that do an ‘exit 0’ and have no other functionality.<br /><br />-There is a controller session with these characteristics ….<br /><br />	A Header Uproc that removes event records for the trailer Uprocs of the ‘child’ sessions.<br /><br />	One Uproc per Session. This runs a provoked task to run the child Session. The next Uproc in the master session is conditioned on successful completion of the trailer Uproc of the called session.<br /><br />So the first functional Uproc calls the first Session, the second Uproc goes into ‘Event Wait’ until the first child session completes – as indicated by the completion of the trailer Uproc, and so on. This seems to me a little clumsy, but I cannot see a more elegant way of achieving this.]]></description>
		<pubDate>Tue, 22 Dec 2009 13:22:28 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=997</guid>
	</item>
	<item>
		<title><![CDATA[Solved : Provoked tasks can't be manually launched ?]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=980</link>
		<description><![CDATA[Hello,<br /><br />  Could you please let me know if a Provoked task can be launched manually form Launch option.<br />  When I tried launching a Uproc from Launch option its getting in to <i><b>Launch wait</b></i> status where as I can launch the same session (whcih I gave in the task) without task.<br /><br />  Attached are the screenshots for your reference.<br />      <br /><br />Thanks a lot in advance.]]></description>
		<pubDate>Wed, 09 Dec 2009 14:29:54 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=980</guid>
	</item>
	<item>
		<title>Solved : Job events</title>
		<link>http://www.orsypforum.com/index.php?showtopic=970</link>
		<description><![CDATA[Hello , <br /><br /><br />      Please let me know how the concept of Job-Event works.<br />      For ex , I have a an Uproc U1 which is dependant on U2 .<br /><br />Case1)    Is there any constraint like the Uproc should have run on the same processing date as that of U1 , only then U1 runs ....<br />                                                    (or )<br />Case2)     If a job event exisits for the Uproc U2 for any processing date (Prior/post the processing date of that of U1) , will U1 run<br /><br />If Case 1 is true and if U1 & U2 are in a session and the session runs multiple time a day, then there is a chance that U1 runs everytime in that day  if U2 has run succesfully atleast once in a day irrespective of the fact that the U2 in the same run has failed. So to evade that case , may be job event of U2 should be deleted at the end of the session every time. Is there any other way how we can achieve this like time stamp restricted to each run or so ?<br /><br />Thanks in advance]]></description>
		<pubDate>Thu, 03 Dec 2009 10:12:50 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=970</guid>
	</item>
	<item>
		<title>uxset : No record corresponds to those criteria</title>
		<link>http://www.orsypforum.com/index.php?showtopic=978</link>
		<description><![CDATA[Hi All,<br /><br />When using the command <br /><br />$UXEXE/uxset parm "MyValue"<br /><br />I get the following error:<br /><br />uxset : No record corresponds to those criteria<br /><br />Do you know where I can find some information about this error ?<br /><br />Thanks<br />Alex]]></description>
		<pubDate>Mon, 07 Dec 2009 16:11:10 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=978</guid>
	</item>
	<item>
		<title>Solved : Info on the product architecture</title>
		<link>http://www.orsypforum.com/index.php?showtopic=956</link>
		<description><![CDATA[Hello friends,<br /><br />i am new to this product , in our organization we are using Orsyp Doller Universe for scheduling the jobs, the $U client is running on AIX and Solaris, in case of any job failure i am not able to understand the architecture of this to troubleshoot , it would be great of you all , if you can help with the basic understanding of this product.<br /><br />i am looking for :<br /><br /> 1.$U architecture.<br /> 2.How to troubleshoot the job failures from unix point of view.<br /><br />please help me with the documentation.<br /><br />Thank you.<br />Gangadhar.G]]></description>
		<pubDate>Mon, 30 Nov 2009 20:43:14 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=956</guid>
	</item>
	<item>
		<title>Solved : Automated Script</title>
		<link>http://www.orsypforum.com/index.php?showtopic=953</link>
		<description><![CDATA[Hi All, <br /><br />   I am absolutely new to unix and DU. I have a task to automate all the Time overruns ie; if a job goes to time over run the script should automatically increase the time. I have downloaded the ppt which shows all the variables for the universe, but i don't know how to use them. Eg<br />$UXEXE/uxlst ctl upr=SRS* since=10/27/2009,0000 status=O full<br /> <br />I use this script to get all the Time overruns but don't know how to use S_NUMLANC in it to get the launch number for the jobs. <br />I hope i am making myself clear to all.<br /><br />I am planning to pull all the unique ids( time over run) and put them into the script to increase the time<br /><br />Do let me know how to use it and make the automation job easier.<br /><br />Thank in advance.<br />- Newbee]]></description>
		<pubDate>Fri, 27 Nov 2009 12:54:39 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=953</guid>
	</item>
	<item>
		<title>Solved : Get the UProc Name in SH Script</title>
		<link>http://www.orsypforum.com/index.php?showtopic=941</link>
		<description><![CDATA[Hi,<br /><br />I am trying to get the UProc Name in my called script ?<br />I already know it's possible to get the Uproc n° thru $S_NUMPROC, but how to get the name of the Uproc ?<br /><br />Thanks<br />Alex]]></description>
		<pubDate>Fri, 20 Nov 2009 15:52:51 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=941</guid>
	</item>
	<item>
		<title>Solved : Variable common in a session</title>
		<link>http://www.orsypforum.com/index.php?showtopic=932</link>
		<description><![CDATA[Hello , <br /><br />           My curernt requirement is something similar to that of last one. I have 3 Uprocs(say U1 , U2 , U3)  in a session with few variables declared in the U1. Inside the U1 I Will have to <i><b>manipulate</b></i> few of the defined variables and then pass all the variables down the session. <br />           I have used "$UXEXE/uxset var level ALL" in U1 and tried displaying them  in U2 (which is a duplication of U1 with some modifications and so all the variables defined in U1 got replicated here) but in vain as nothing is getting displayed  <img src="http://www.orsypforum.com/style_emoticons/default/mellow.gif" style="vertical-align:middle" emoid=":mellow:" border="0" alt="mellow.gif" /> <br /><br />         Please let me know how to handle this scenario preferably a way where I need not repeat the declaration of variable in every UPROC.<br /><br /><br />  Thanks in advance]]></description>
		<pubDate>Thu, 12 Nov 2009 14:31:02 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=932</guid>
	</item>
	<item>
		<title>Solved : Session Variables</title>
		<link>http://www.orsypforum.com/index.php?showtopic=931</link>
		<description><![CDATA[Hello,<br /><br />I am developing a Session that will run a batch of data loads. The session will run for a particular country and for a particular Unique Batch Id.What I would like to do is set the value of the Country and the Batch Id as variables at the start of the Session and have each of the Uprocs (about 20 in total) access these 'global' variables. I thought this was possible using the <b>uxset var</b> command, but it does not seem to be working. Here is what I have tried ...<br /><br />My Country is in a variable named INVOCATION, the batch id is in DELTA_ID. I created these variables in a header UPROC, assigned them values and added this command to the CL :<br /><br />${UXEXE}/uxset var INVOCATION DELTA_ID<br /><br />But this aborts the UProc (Return Code 1 from uxset).<br /><br />So I tried <br /><br />${UXEXE}/uxset var level INTER<br /><br />and in a child UPROC created an identical variable INVOCATION, this ran OK but the value for INVOCATION set in the header is not being passed to the child ...Is it possible to do what I am attempting - I would expect that this is a common requirement - ? And if so, what am I doing wrong?<br /><br />If I use <b>uxset var</b>, does this make the variable available to ALL the UProcs in a session, or just the immediate children of the UProc where it is issued? The manual is not clear (at least <i>en anglais</i>!).<br /><br />thanks<br /><br />Phil Clarke<br />Three Telecoms.]]></description>
		<pubDate>Wed, 11 Nov 2009 18:49:26 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=931</guid>
	</item>
	<item>
		<title><![CDATA[Solved : Commands like "Uxlst " are not yielding]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=899</link>
		<description><![CDATA[Hello , <br /><br />   Commands like Uxlst are not yielding the desired result and are throwing some errors as shown below:-<br /><i><br /><b><br />1) C:&#092;Universe&#092;CDBTST&#092;exec&gt;uxlst upr APP<br /> Command : uxlst upr app vupr=* full<br /><br />api_cmd_SetEnv Initialization error<br />Server process not found<br />command in error!!<br /><br />2) C:&#092;Universe&#092;CDBTST&#092;exec&gt;uxlst SOC<br /> Command : uxlst soc full<br /><br />UxCmd_LoadUniverse Initialization error<br />Mandatory data<br />command in error!!</b></i><br /><br />The content of the "Uxsetenv" located in "mgr" is given below.<br /><br /><i><br /><b><br />ECHO OFF<br />REM  ==========================================================================<br />REM  ORSYP.Sa           <br />REM              ------------------------------------------------------<br />REM    Procedure for declaring a Dollar Universe Global Control  environment<br />REM        Defining variables<br />REM        Defining REM aliases<br />REM <br />REM <br />REM    The following declarations are part of the common login<br />REM    UNIVERSE for the company TESTET<br />REM    (file created at installation)<br />REM  ==========================================================================<br />REM <br />REM if (-e &#092;etc&#092;UNIVERSE_DQM_CDBTST ) then <br />REM       set     UXDQM  &#092;etc&#092;UNIVERSE_DQM_CDBTST<br />REM    REM alias   uxdqm  "cd $UXDQM;set prompt='$UXDQMREM  '"<br />REM  endif <br />REM <br />   set    U_MASK_UPR="u=rwx,g=rw,o=x" <br />   set    UXDIR_ROOT=C:&#092;Universe&#092;CDBTST<br />REM   <br />   set    UXEXE=C:&#092;Universe&#092;CDBTST&#092;exec<br />   set    UXMGR=C:&#092;Universe&#092;CDBTST&#092;mgr<br />   set    UXDAP=C:&#092;Universe&#092;CDBTST&#092;app&#092;data<br />   set    UXDIN=C:&#092;Universe&#092;CDBTST&#092;int&#092;data<br />   set    UXDSI=C:&#092;Universe&#092;CDBTST&#092;sim&#092;data<br />   set    UXDEX=C:&#092;Universe&#092;CDBTST&#092;exp&#092;data<br />   set    UXPAP=C:&#092;Universe&#092;CDBTST&#092;app&#092;upr<br />   set    UXPIN=C:&#092;Universe&#092;CDBTST&#092;int&#092;upr<br />   set    UXPSI=C:&#092;Universe&#092;CDBTST&#092;sim&#092;upr<br />   set    UXPEX=C:&#092;Universe&#092;CDBTST&#092;exp&#092;upr<br />   set    UXLAP=C:&#092;Universe&#092;CDBTST&#092;app&#092;log<br />   set    UXLIN=C:&#092;Universe&#092;CDBTST&#092;int&#092;log<br />   set    UXLSI=C:&#092;Universe&#092;CDBTST&#092;sim&#092;log<br />   set    UXLEX=C:&#092;Universe&#092;CDBTST&#092;exp&#092;log<br />   set    UXLOG=C:&#092;Universe&#092;CDBTST&#092;exp&#092;log<br />REM<br />   set    U_LOG_FILE=C:&#092;Universe&#092;CDBTST&#092;exp&#092;log&#092;universe.log<br />   set    U_MSG_FILE=C:&#092;Universe&#092;CDBTST&#092;exec&#092;uni_msg.txt<br />   set    U_LIC_FILE=&#092;&#092;Cursa&#092;div&#092;IT&#092;PRO&#092;BASC&#092;Universe&#092;$U_test&#092;u_fali01.txt<br />REM<br />REM   set    U_EDITEUR_R "vi -R "<br />REM   set    U_EDITEUR_W "vi "<br />REM<br />   set    SRVNET_DIR=C:&#092;Universe&#092;CDBTST&#092;mgr<br />   set    S_CODPROF=PROFADM<br />   set    S_SOCIETE=CDBTST<br />   set    S_U_LANGUE=EN<br />   set    S_TIMEOUT=60<br />   set    S_ESPEXE=X<br />   set    S_UNIVERS=E<br />   set    S_APPLI=U_<br />REM <br />   set    U_FMT_DATE=MM/DD/YYYY<br />REM<br />   set    U_TMP_PATH=C:&#092;Universe&#092;CDBTST&#092;tmp<br />   set    S_NOEUD=dev4801<br />   set    S_CODCENTRAL=N<br />   set    S_PLAGEHORAIRE="0:0/23:59"<br />   set    UNIVERSE_DQM_CDBTST=YES<br />   set    UNIVERSE_USERALIAS_CDBTST=&#092;&#092;Cursa&#092;div&#092;IT&#092;PRO&#092;BASC&#092;Universe&#092;$U_test&#092;useralias.txt<br />   set    UNIVERSE_SECURITY_CDBTST=&#092;&#092;Cursa&#092;div&#092;IT&#092;PRO&#092;BASC&#092;Universe&#092;$U_test&#092;security.txt<br />   set    U_CDJ_DISABLE=no<br />   if     NOT "%UNIVERSE_DQM_CDBTST%"=="no"    set START_DQM=Y<br />REM   <br />   set    UXRES=C:&#092;Universe&#092;CDBTST&#092;res<br />REM<br />   set    UXMGR4JAVA_HOSTS_FILE=%SRVNET_DIR%&#092;uxmgr4java.host<br />   set    UX_IO_VAR_OS=W32<br /><br />   if     exist %UXMGR%&#092;uxsetenv_CDBTST.bat      CALL %UXMGR%&#092;uxsetenv_CDBTST.bat</b></i><br /><br /><br />Please let me know where the issue lies .]]></description>
		<pubDate>Thu, 22 Oct 2009 11:28:56 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=899</guid>
	</item>
	<item>
		<title>Solved : crystal reports</title>
		<link>http://www.orsypforum.com/index.php?showtopic=924</link>
		<description>Can we run crystal reports by scheduling in Dollar Universe?</description>
		<pubDate>Wed, 04 Nov 2009 21:55:58 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=924</guid>
	</item>
	<item>
		<title>Call batch files</title>
		<link>http://www.orsypforum.com/index.php?showtopic=444</link>
		<description><![CDATA[I' am trying to run an batch file, which resides on a different server, but it just won't run. Does anyone know what the syntax is fo calling batchfiles in DU?<br /><br />I've tried to use the "Call" command but this doesn't work either.<br /><br />Can anybody help me?]]></description>
		<pubDate>Wed, 04 Feb 2009 15:54:20 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=444</guid>
	</item>
	<item>
		<title><![CDATA[Solved : Issue with "Step"]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=855</link>
		<description><![CDATA[Hello , <br /><br />   I am trying to execute the example given in $Universe command manual and the content of the script is as follows:<br /><br /><br /><i><b>#! /bin/ksh<br /><br />STEP0 ()<br /><br /># Variable S_NUMJALON  =0 at normal start of uproc<br /><br />{<br /><br />$UXEXE/uxset msg "   *** Passage STEP 0 *** "<br /><br />}<br /><br />STEP1 ()<br /><br />{<br /><br />$UXEXE/uxset step "1"<br /><br />$UXEXE/uxset msg "   *** Passage STEP 1 *** "<br /><br /># Use uxset msg to display normal <br /><br /># comments and instructions in History Trace.<br /><br />}<br /><br />STEP2  ()<br /><br />{<br /><br />$UXEXE/uxset step "2"<br /><br />$UXEXE/uxset msg "   *** Passage STEP 2 *** " <br /><br />} <br /><br />STEP3 ()<br /><br />{ <br /><br />$UXEXE/uxset step "3"<br /><br />$UXEXE/uxset msg "   *** Passage STEP 3 *** "<br /><br />}<br /><br />STEP4 ()<br /><br />{ <br /><br />$UXEXE/uxset step "4"<br /><br />$UXEXE/uxset msg "   *** Passage STEP 4 *** "<br /><br />}<br /><br />STEP5 ()<br /><br />{ <br /><br />$UXEXE/uxset step "5"<br /><br />$UXEXE/uxset msg "   *** Passage STEP 5 *** "<br /><br />}<br /><br /># During recovery the S_NUMJALON variable is loaded manually from the Job Monitor screen, else =0<br /><br />#<br /><br />Iscn=$S_NUMJALON<br /><br />let Iscn=Iscn<br /><br />echo "Iscn =$Iscn" <br /><br />while [ $Iscn -le 5 ] <br /><br />do<br /><br />   echo "Iscn =$Iscn" <br /><br />   Fnct=STEP$Iscn<br /><br />   echo "Fnct =$Fnct" <br /><br />   e $Fnct<br /><br />   let Iscn=Iscn+1<br /><br />done<br /><br />exit 0</b></i><br /> <br /><br />The resulted job log is as follows.<br /><br /><i><b>_!================================================<br />_!**<br />$!** PROCEDURE .. : T13_SCRCH2                                                  <br />$!** VERSION .....: 001                                                         <br />$!** EXECUTION .. : 0032739                                                     <br />_!**<br />_!** PROCESS DATE : 10/15/2009<br />_!**<br />_!------------------------------------------------<br />$!** PARAMETERS. : None                                                         <br />_!------------------------------------------------<br />_!**  VARIABLES <br />_!================================================<br />'2009.10.14'<br />ENVIRONNEMENT = DEV<br />Repertoire des logs = log_directory_a_definir<br /> the value at the starting  S_NUMJALON is 00 <br />/opt/universe/CDBTST/app/upr/T13_SCRCH2.001[2]: Recovery:  not found<br />Iscn =0<br />Iscn =0<br />Fnct =STEP0<br /><br />[3g[24;9HH[24;17HH[24;25HH[24;33HH[24;41HH[24;49HH[24;57HH[24;65<br />HH[24;73HH<br />[24;1H"STEP0" [New file]<br />Iscn =1<br />Fnct =STEP1<br /><br />[3g[24;9HH[24;17HH[24;25HH[24;33HH[24;41HH[24;49HH[24;57HH[24;65<br />HH[24;73HH<br />[24;1H"STEP1" [New file]<br />Iscn =2<br />Fnct =STEP2<br /><br />[3g[24;9HH[24;17HH[24;25HH[24;33HH[24;41HH[24;49HH[24;57HH[24;65<br />HH[24;73HH<br />[24;1H"STEP2" [New file]<br />Iscn =3<br />Fnct =STEP3<br /><br />[3g[24;9HH[24;17HH[24;25HH[24;33HH[24;41HH[24;49HH[24;57HH[24;65<br />HH[24;73HH<br />[24;1H"STEP3" [New file]<br />Iscn =4<br />Fnct =STEP4<br /><br />[3g[24;9HH[24;17HH[24;25HH[24;33HH[24;41HH[24;49HH[24;57HH[24;65<br />HH[24;73HH<br />[24;1H"STEP4" [New file]<br />Iscn =5<br />Fnct =STEP5<br /><br />[3g[24;9HH[24;17HH[24;25HH[24;33HH[24;41HH[24;49HH[24;57HH[24;65<br />HH[24;73HH<br />[24;1H"STEP5" [New file]</b></i><br /><br /><br />   The history log didnt contain <b>any</b> desired messages like "  *** Passage STEP 4 *** " . <br />   I want to know the significance of <i><b>"e $Fnct"</b></i> . Is "e" there to execute ??<br /><br /><br />Thanks in advance.]]></description>
		<pubDate>Thu, 15 Oct 2009 10:14:31 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=855</guid>
	</item>
	<item>
		<title>Solved : Uproc of type CL_EXT is not locating file</title>
		<link>http://www.orsypforum.com/index.php?showtopic=773</link>
		<description><![CDATA[Hello all , <br /><br />    My Uproc of type CL_EXT is not able to locate file . I have defined an uproc of type CL_EXT and have given the file name & path in the CL:  When I click the EDIT button it is able to open the correct file but when I launch the job , it is   throwing an  error  "CL non executable by this user or not found " though the file is located in the specified directory.<br />    Attached is the file with detailed snapshots for your reference. Could you please let me know where the problem is located.<br /><br /><br /><br />Please find the attached file with detailed snapshots.]]></description>
		<pubDate>Thu, 08 Oct 2009 16:11:51 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=773</guid>
	</item>
	<item>
		<title>Solved : Update sessions with command to synchronize sessions</title>
		<link>http://www.orsypforum.com/index.php?showtopic=759</link>
		<description><![CDATA[Hello $U-specialists<br /><br />I have to update ALL sessions at the end by one uproc.<br />Now we have about 2000 sessions to change.<br />Is it possible (and how   <img src="http://www.orsypforum.com/style_emoticons/default/unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" />   ) to manage this at the command line?<br /><br />Thank you<br />lmotu]]></description>
		<pubDate>Mon, 05 Oct 2009 10:42:54 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=759</guid>
	</item>
	<item>
		<title>Solved : No motif/picture/image when starting $U</title>
		<link>http://www.orsypforum.com/index.php?showtopic=683</link>
		<description><![CDATA[Hi all,<br /><br />Can you please tell me why after starting $U.<br />I only have text and no picture in the GUI ?<br /><br />Thanks.]]></description>
		<pubDate>Fri, 31 Jul 2009 23:50:21 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=683</guid>
	</item>
	<item>
		<title>Solved : $U file monitoring</title>
		<link>http://www.orsypforum.com/index.php?showtopic=648</link>
		<description><![CDATA[Hello,<br /><br />this thread was initially posted by Horace:<br /><br /><br />Hello,<br /><br />I am very new to Dollar Universe. I need to implement an application that does the following. <br /><br />On a frequent periodic basis, perhaps every minute or so, my application must check a file system directory for the arrival of a file. Depending on the file name, the application will<br /><br />a) immediately invoke a web service, passing a reference to the file that has just arrived OR<br />B&#092;) postpone processing of the file to a later date - another job will be scheduled to process the file at the later date<br /><br />Is it possible to implement the above using $U? I''m particularly interested in any file monitoring/file name matching capabilities that $U provides, if any. I''m also interested in the integration that $U provides with web services.<br /><br />Thanks in advance for any help.<br /><br />Regards,<br />John.]]></description>
		<pubDate>Mon, 29 Jun 2009 16:26:05 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=648</guid>
	</item>
	<item>
		<title>Solved : $U from Java</title>
		<link>http://www.orsypforum.com/index.php?showtopic=638</link>
		<description><![CDATA[Hi,<br /><br />This is a fairly broad question. What I would like to do is to trigger a uproc from a Java application. My current solution is to call the uxordre command from my Java app which works. What I'm wondering is if there is a more Java centric approach? Does $U offer any kind of Java API that I can call to do the same. For my $U version/patches see below. Thanks in advance for any help which would be greatly appreciated as always.<br /><br />Horace.<br /><br /><br />echo "Start of installation of a <b>Dollar Universe Application Server 5.3</b> (install<br />ation kit 533 2008/10/16 14:48)"<br />echo "End of installation of a Dollar Universe Application Server 5.3 (installat<br />ion kit 533 2008/10/16 14:48)"<br />echo "Start of update 24493 installation  (20081017184322)"<br />echo "Start of update 24567 installation  (20081022160023)"<br />echo "End of update 24567 installation  (20081022160023)"]]></description>
		<pubDate>Thu, 25 Jun 2009 18:02:50 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=638</guid>
	</item>
	<item>
		<title>Solved : Access uproc variables from uproc/ksh script</title>
		<link>http://www.orsypforum.com/index.php?showtopic=617</link>
		<description><![CDATA[Hi,<br /><br />I have a uproc that calls a ksh script. I would like to access the values of uproc variables in the script. Is it possible to do this? I've had a good look through the documentation and can't seem to find a solution. If this is possible, I would like to know how. Thanks in advance!<br /><br />John.]]></description>
		<pubDate>Wed, 10 Jun 2009 19:18:26 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=617</guid>
	</item>
	<item>
		<title>Solved : uxordre prints () and exits with status=1</title>
		<link>http://www.orsypforum.com/index.php?showtopic=627</link>
		<description><![CDATA[Hi,<br /><br />I have written a script (see below) to call uxordre. This script executes fine when I run it locally on the $U server. However, when I run the script using remote ssh uxordre prints '()'  to the console and exits with a status of 1. Does anybody know what this means? My script is below. I don't understand why there is a difference between local and remote execution. Any help would be greatly appreciated. This is a tough one!<br /><br />Cheers,<br />Horace.<br /><br />#!/bin/ksh<br /><br />if [ $# -ne 2 ] ; then<br />   echo "Invalid number of arguments"<br />   exit 1<br />fi<br /><br /><br />#first of all setup the $U environment<br /><br />. /data/UNIVERSE/HRDV01/mgr/uxsetenv_ksh<br /><br />UPROC_TO_PROVOKE=$1<br />FILE_TO_PROCESS=$2<br /><br />/data/UNIVERSE/HRDV01/exec/uxordre MU=IFDEV UPR=$UPROC_TO_PROVOKE PARAM=$FILE_TO_PROCESS<br /><br />echo $?]]></description>
		<pubDate>Thu, 18 Jun 2009 19:12:53 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=627</guid>
	</item>
	<item>
		<title>Solved : $U On multi hosts</title>
		<link>http://www.orsypforum.com/index.php?showtopic=615</link>
		<description><![CDATA[I would like to run three jobs on three host differents using each a different user, ex:<br /><br />user1 on host1 running script1<br />user2 on host2 running script2<br />user3 on host3 running script3<br /><br />of course in the same company and if possible in the same session.<br /><br />What is the best strategy to implement this scheduling?]]></description>
		<pubDate>Wed, 10 Jun 2009 12:12:19 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=615</guid>
	</item>
	<item>
		<title>Solved : Deferring processing</title>
		<link>http://www.orsypforum.com/index.php?showtopic=601</link>
		<description><![CDATA[Hi,<br /><br />I am developing a system to satisfy the following requirements. A cyclic task will run frequently - perhaps as often as every minute. A unix shell script associated with the task/uproc will check a directory for file arrivals. If a file has arrived with a certain extension processing of that file must be deferred for 3 days for example. The shell script will need to ensure that another uproc runs in 3 days time to process the file. Does anybody know how I can do this in $U? Can I use the uxordre command here? Thanks in advance for any help with this.<br /><br />John.]]></description>
		<pubDate>Thu, 21 May 2009 12:55:26 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=601</guid>
	</item>
	<item>
		<title>Solved : What/where is U_FMT_DATE?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=603</link>
		<description><![CDATA[Hi,<br /><br />I see a lot of references to U_FMT_DATE in the $U help files. This is an environment variable apparently. How and where is this environment variable set? It is not set in my own Linux environment. Do I need to run a $U script to initialise my environment variables perhaps? Any assistance is greatly appreciated.<br /><br />John.]]></description>
		<pubDate>Thu, 21 May 2009 16:58:06 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=603</guid>
	</item>
	<item>
		<title>Tutorial : Environment variables in Dollar Universe jobs</title>
		<link>http://www.orsypforum.com/index.php?showtopic=529</link>
		<description><![CDATA[Hi,<br /><br />this lists and explains the different environment variables a job can handle. <br /><br />Michel]]></description>
		<pubDate>Mon, 30 Mar 2009 13:11:55 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=529</guid>
	</item>
	<item>
		<title>Tutorial : Dollar Universe in a network configuration</title>
		<link>http://www.orsypforum.com/index.php?showtopic=539</link>
		<description><![CDATA[Hello,<br /><br />this document explains how to use Dollar Universe in a network configuration: Objectives, implementation steps, how to check...<br /><br />Michel]]></description>
		<pubDate>Mon, 06 Apr 2009 17:42:25 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=539</guid>
	</item>
	<item>
		<title>Sending a mail through the GUI.</title>
		<link>http://www.orsypforum.com/index.php?showtopic=441</link>
		<description><![CDATA[Hi all<br /><br /><br />I am getting mail from the Dollar U Gui for the conditions I have set.<br />But i get a very specific subject, I wanted to know if the subject of the mail can be modified as per requirements.<br /><br />Being more specific i want to append more information to the current mail subject.<br /><br /><br />Thanks<br />sam]]></description>
		<pubDate>Tue, 03 Feb 2009 12:29:25 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=441</guid>
	</item>
	<item>
		<title><![CDATA[Solved : Message "L'horaire n'est pas valide!" when trying to create a cyclical Task in command mode]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=606</link>
		<description><![CDATA[Hi,<br /><br />I am trying to add a task using the uxadd command as follows - <br /><br />$uxadd TSK UPR=TEST3_JS MU=DUBLIN TECHINF TYPE=C USER=hr01b<br /><br />Uxadd responds with<br /><br /><i>Commande : uxadd tsk upr=TEST3_JS mu=DUBLIN ses=" " vupr=000 nomodel nopartage techinf type=C user=hr01b pdate=(0,0,c) prty=100 queue=SYS_BATCH nohold nomult noforce nocentral norestart serial<br /><br /><b>L'horaire n'est pas valide</b><br />commande en erreur!!<br /></i><br /><br />This would appear to mean that the schedule is not valid. Does anyone know what schedule this refers to? Thanks in advance for any assistance.<br /><br />Cheers,<br />John.]]></description>
		<pubDate>Mon, 25 May 2009 17:41:15 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=606</guid>
	</item>
	<item>
		<title><![CDATA[Solved : U_POST_UPROC & environment variables]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=597</link>
		<description><![CDATA[Hi , I am beginner to $universe, <br /><br />I make test with the post execution  U_POST_UPROC <br /><br />I get the correct variables in the initial uproc RESEXE, S_CODEXE and S_CODUG but for S_APPLI  I do not recover anything. <br /><br />Am I obligated to load the variable from the uproc in a temp file to be "read" by u_post_uproc?]]></description>
		<pubDate>Tue, 19 May 2009 22:09:19 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=597</guid>
	</item>
	<item>
		<title>Solved : uxordre - help!</title>
		<link>http://www.orsypforum.com/index.php?showtopic=604</link>
		<description><![CDATA[Hi,<br /><br />I am trying to defer the processing of a uproc with the uxordre command as follows.<br /><br />/data/UNIVERSE/HRDV01/exec/uxordre UPR=TEST2_JS MU=DUBLIN NODE=HRABS-LI50 AFTER=21/05/2009-1645<br /><br />When I run the command it responds with the following and my uproc doesn't run at the appointed time.<br /><br /><b>U_LOG_FILE: Success</b><br /><br />Can someone please tell me what this means? According to the documentation <i>The command displays the launch number in the standard output.</i> but this is clearly not happening. What am I doing wrong? Any help greatly appreciated!<br /><br />John.]]></description>
		<pubDate>Thu, 21 May 2009 17:55:21 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=604</guid>
	</item>
	<item>
		<title>Solved : How to know the version of $U?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=600</link>
		<description><![CDATA[Hi,<br /><br />How can I find out what version of $U is installed on a particular node? The host operating system is Linux.<br /><br />Thanks in advance,<br />John.]]></description>
		<pubDate>Wed, 20 May 2009 16:35:19 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=600</guid>
	</item>
	<item>
		<title>Solved : Starting Dollar Universe automatically on Windows</title>
		<link>http://www.orsypforum.com/index.php?showtopic=575</link>
		<description><![CDATA[Hello Everybody,<br /><br />The best way to get Dollar Universe running automatically when you startup your server is to put the uxstartup.bat in the group strategies : <br /><br />0 - log as admin on the server<br />1 - Start Menu<br />2 - execute then gpedit.msc<br />3 - Local computer strategies / windows parameters / scripts / startup<br />4 - add uxstartup script<br /><br />One more thing : it would be good to edit the uxstartup and remove or reduce the uxsleep.<br /><br />Rgds,<br />FLS]]></description>
		<pubDate>Tue, 21 Apr 2009 15:40:34 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=575</guid>
	</item>
	<item>
		<title>Solved : Transfer variables with FTP Uproc in between</title>
		<link>http://www.orsypforum.com/index.php?showtopic=571</link>
		<description><![CDATA[Hello,<br /><br />this is a translation from another intersting post from the french section:<br /><br />The need is to transmit variables from UPROC1 to UPROC2 but there is a FTP_PUT type UPROC in between.<br /><br />The variables are defined in the 3 Uprocs and the script of UPROC1 includes command "uxset var level ALL". UPROC2 retrieves empty variables.<br /><br />To answer this need, the best solution is to:<br /><br />Modify the Session and built it like:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->Header<br />&nbsp;&nbsp;&nbsp;&nbsp;&#96;-UPROC1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#96;-UPROCFTP<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#96;-UPROC2<!--c2--></div><!--ec2--><br /><br />and to create a dependency condition on UPROCFTP Completed in UPROC2, with "same session same execution"<br /> <br />Some may use the post & ante uproc files, but this requires some scripting.<br /><br />Michel]]></description>
		<pubDate>Mon, 20 Apr 2009 14:20:36 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=571</guid>
	</item>
	<item>
		<title>Solved : Setting a Remote Resource</title>
		<link>http://www.orsypforum.com/index.php?showtopic=469</link>
		<description><![CDATA[Hello to All,   <br /><br />I am trying to set a resource on a server that has $U installed, the uproc is to wait until a file becomes available on a remote server that does not have $U installed on it.  Is this possable?  <br /><br />Thanks in advance for your help.<br /><br />L&I]]></description>
		<pubDate>Wed, 18 Feb 2009 18:24:33 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=469</guid>
	</item>
	<item>
		<title>Print to PDF with win2pdf</title>
		<link>http://www.orsypforum.com/index.php?showtopic=246</link>
		<description><![CDATA[Hello,<br />In our companty we use Win2PDF te create PDF documents. In our Navision-environment we have developed functionality to automate the process of printing of something to Win2PDF and then attach it to an email. This can now be done by clicking a button once. <br />We would like to do a similar thing with a report that Dollar Universe generates every week. It is now being printed on paper on the systemprinter (networkprinter). I am quite new to Dollar Universe, so I hope anyone can give me some help with this problem. I am not even quit sure where to start. <br />Thanks in advance.]]></description>
		<pubDate>Mon, 22 Sep 2008 14:54:58 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=246</guid>
	</item>
	<item>
		<title>Solved : Error handling in the Uprocs</title>
		<link>http://www.orsypforum.com/index.php?showtopic=431</link>
		<description><![CDATA[Hi all,<br /><br />I m running a Uproc which call the DB end in the following manner.<br />Now in case the DB is down the connection is not available and the status comes as ABORTED.<br /><br />sqlplus -s $DB_USERID/$DB_PASSWD@$DB_NAME&lt;&lt;eof<br />var var1 VARCHAR2(200);<br />exec ODAS_BATCH_JOBS_RETRIEVE.retrieve_company_info(:var1);<br />eof  <br /><br /><br />I wanted to do a similar thing in case an exception is raised in ODAS_BATCH_JOBS_RETRIEVE.retrieve_company_info procedure.<br /><br />I want to make the job as aborted which will fire a mail.<br /><br />Any clues of how this can be done will be very helpful....<br /><br />Thanks <br />Sam]]></description>
		<pubDate>Wed, 28 Jan 2009 12:41:53 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=431</guid>
	</item>
	<item>
		<title>Solved : Application Area of $U</title>
		<link>http://www.orsypforum.com/index.php?showtopic=419</link>
		<description>Do the $U scripts of the Uprocs get executed when run from the application area ?</description>
		<pubDate>Tue, 20 Jan 2009 09:17:18 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=419</guid>
	</item>
	<item>
		<title>Solved : Scheduling Sessions in different time zones</title>
		<link>http://www.orsypforum.com/index.php?showtopic=416</link>
		<description><![CDATA[Hi all,<br /><br />I wanted to schedule two sessions which run on different nodes and different MU's. Now the two nodes are on different time zones.<br /><br />Il explain the same in detail.<br /><br />Node 1 :- Wonder  -&gt;   Session :- ODS_135_B    -&gt;   Jobs :- ODS_135_H and ODS_135__T  ;  MU  :- ODS_ECP<br /><br />Node 2 :- Stilt       -&gt;    Session :- ODAS_3S       -&gt;   Jobs :- ODAS_3HD , ODAS_3, ODAS_3T  ; MU :- ODAS_SCH<br /><br /><br />ODAS_3HD is dependent on ODS_135__T. So ODAS_3HD waits for the ODS_135__T to release the dependency.<br /><br />Now the wonder node is 8hrs behind the stilt node because of the different time zones.<br /><br />I wanted to know how long does ODAS_3HD wait for ODS_135__T ?<br /><br />Does it check the time or does it check the date first, because if it checks the date then at many instances the day will be one day behind.<br /><br /><br />Thanks <br />Ramit.]]></description>
		<pubDate>Mon, 19 Jan 2009 09:41:50 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=416</guid>
	</item>
	<item>
		<title>Solved : Session with jobs running under various users</title>
		<link>http://www.orsypforum.com/index.php?showtopic=396</link>
		<description><![CDATA[Hi everyone,<br /><br />is it possible to schedule a Session with its jobs running under various users?<br /><br />Thanx!]]></description>
		<pubDate>Wed, 07 Jan 2009 13:22:47 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=396</guid>
	</item>
	<item>
		<title>What is your IT Operations size for Dollar Universe?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=392</link>
		<description><![CDATA[Hi Guy's <br /><br />Just looking for some information if any of you would care to share .<br /><br />How many processes do you have definded at your sites ?<br /><br />And how many servers do you run your jobs across ?<br /><br />Thanks in advance !]]></description>
		<pubDate>Tue, 06 Jan 2009 15:46:27 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=392</guid>
	</item>
	<item>
		<title>Solved : Dollar Universe Model</title>
		<link>http://www.orsypforum.com/index.php?showtopic=389</link>
		<description><![CDATA[Hi,<br /><br />I would like to make sure the setup of my Dollar Universe is as model, can someone help me in defining the most important point to achieve it.<br /><br /><br />Mohammed]]></description>
		<pubDate>Wed, 31 Dec 2008 07:19:30 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=389</guid>
	</item>
	<item>
		<title>Tutorial: Job status and cycle life</title>
		<link>http://www.orsypforum.com/index.php?showtopic=387</link>
		<description><![CDATA[Hi,<br /><br />this lists and explains the different statuses a job can get through. <br /><br />Michel]]></description>
		<pubDate>Tue, 30 Dec 2008 18:55:07 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=387</guid>
	</item>
	<item>
		<title>Solved : Triggering Uprocs across company</title>
		<link>http://www.orsypforum.com/index.php?showtopic=375</link>
		<description><![CDATA[Hi,<br /><br />Im new to the world of $U. I wanted to know if its possible to do the following.<br /><br />There is 2 Uprocs namely <br /><br /><br />Uproc                                     MU<br />GES_180__T                          GES_KS1<br />GES_181_T                            GES_KS2<br /><br /><br /><br />Now once both the Uprocs have executed successfully they should execute a session namely ODAS_1S which further contains 4 Uprocs.<br /><br /><br /><br /><br /><br />OR another way if it is possible could be.<br /><br /><br />The Session is scheduled and this will actually trigger the uporcs GES_180__T and GES_181_T.<br /><br />Please give me some idea or pointers to solve this problem.<br /><br /><br />Thanks.]]></description>
		<pubDate>Mon, 22 Dec 2008 12:08:04 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=375</guid>
	</item>
	<item>
		<title>Solved : What is a Management Unit (MU)?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=38</link>
		<description><![CDATA[Hi all, <img src="http://www.orsypforum.com/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br />Can somebody explain MU concept and its use to me?<br />I am new to Dollar Universe and I heard that with MU you can do a lot of things regarding scheduling.<br />Please help!<br />Thanks!<br />Mulder]]></description>
		<pubDate>Thu, 10 Apr 2008 16:37:58 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=38</guid>
	</item>
	<item>
		<title>Solved : Implementing Maintenance Jobs</title>
		<link>http://www.orsypforum.com/index.php?showtopic=206</link>
		<description><![CDATA[<!--coloro:#000080--><span style="color:#000080"><!--/coloro-->Hi<br /><br />Can someone help to explain how the maintenance jobs needs to be implemented for a clean installation. For the sake of everybody it would be best to explain what is required, how it works and how it is implemented so that anybody can use this forum to implement their housekeeping on Dollar Universe. I could not find a complete a-z document on this anywhere. I want to implement on Windows and DU5.23.<!--colorc--></span><!--/colorc-->]]></description>
		<pubDate>Fri, 08 Aug 2008 10:11:09 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=206</guid>
	</item>
	<item>
		<title>Solved : DU Admin duty</title>
		<link>http://www.orsypforum.com/index.php?showtopic=351</link>
		<description><![CDATA[Hi All,<br /><br />I need to know what are the Dollar Universe administrator tasks, what is his responsibility?<br /><br /><br />Mohammed]]></description>
		<pubDate>Wed, 03 Dec 2008 16:34:44 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=351</guid>
	</item>
	<item>
		<title><![CDATA[Tutorial : Scheduling & Sequencing]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=338</link>
		<description><![CDATA[Hi,<br /><br />this is to explain how to condition a job (to sequence it) and how to schedule it.<br /><br />Michel]]></description>
		<pubDate>Thu, 20 Nov 2008 20:57:45 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=338</guid>
	</item>
	<item>
		<title>Solved : which document should I read to implement DU on Windows 2003</title>
		<link>http://www.orsypforum.com/index.php?showtopic=335</link>
		<description><![CDATA[Hello DU Guru's,<br /><br />I am a new user for DU and I wanted to Implement Job Scheduler on Windows 2003 server for Scheduling Tasks. <br /><br />Can anybody tell me which document should I read to implement DU on Windows 2003 server.<br /><br />Thanks in Advance<br /><br />Regards,<br />rankam77]]></description>
		<pubDate>Tue, 18 Nov 2008 19:54:27 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=335</guid>
	</item>
	<item>
		<title>Solved : UPROC is not running at all ?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=223</link>
		<description><![CDATA[Hi all ,<br /><br />Is there any service / process need to be started to make sure that a scheduled UPROC will run on time.<br /><br />As i have an issue that whenever i submit a uproc or session it never run .<br /><br />How could i know that every thing is fine.<br /><br />Note that All engines are up & running & no error displayed in universe.log<br /><br /><br />Any idea , please .]]></description>
		<pubDate>Fri, 22 Aug 2008 14:18:21 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=223</guid>
	</item>
	<item>
		<title>Solved : Extract/Import Calendar Template</title>
		<link>http://www.orsypforum.com/index.php?showtopic=318</link>
		<description><![CDATA[Hi.  I am new to Dollar Universe and new to this forum. I hope I am posting this question in the right place.<br /><br />I am trying to import a calendar template from a node in one company to the corresponding node in another company. <br /><br />When I originally set up the TEMPLATE, I gave it a meaningful name, then it created the calendar "specific" on the node. It created the calendar with the node name (different from the template name). <br /><br />Whenever I run the extract/insert commands via command line, the only thing that gets exported is the calendar that the template created. <br /><br />Does anyone know how to export the actual template?]]></description>
		<pubDate>Mon, 03 Nov 2008 22:21:14 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=318</guid>
	</item>
	<item>
		<title>Solved : How to call an U_PROC from another U_PROC</title>
		<link>http://www.orsypforum.com/index.php?showtopic=303</link>
		<description><![CDATA[Hi all<br />I'm running DU 5.1.3 on linux/AIX.<br />I would like to call an U_PROC  from another U_PROC (CL_INT) with then same environment (UG, etc), just like running a "sub-script". And how to get the exit code of the called U_PROD?<br />Thanks for help.]]></description>
		<pubDate>Tue, 28 Oct 2008 10:47:58 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=303</guid>
	</item>
	<item>
		<title>Solved : Possibility to choose the editor for the Uproc script</title>
		<link>http://www.orsypforum.com/index.php?showtopic=245</link>
		<description><![CDATA[Hello,<br /><br />some of our $U developpers would like to use editors different from notepad on Windows and vi on Unix. Is there a way to do it?]]></description>
		<pubDate>Mon, 22 Sep 2008 13:35:53 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=245</guid>
	</item>
	<item>
		<title>Solved : Help on using insert Child Error - depending on file size</title>
		<link>http://www.orsypforum.com/index.php?showtopic=239</link>
		<description><![CDATA[Hi, <br /><br />I'm new to using Dollar universe and i have a simple logic that I need to improve.<br />One of my uprocs checks a file and depending on the size of that file, the uproc would return success or abort.<br /><br />Is there any other way to do this without the uproc returning status of aborted? because dollar universe logs a ticket stating that the process has aborted even if it is part of normal processing.<br /><br />see session screenshot below:<br /><a href="http://www.imagebam.com/image/d10b4513164648" target="_blank"><img src="http://thumbnails10.imagebam.com/1317/d10b4513164648.gif" border="0" class="linked-image" /></a><br /><br />thanks]]></description>
		<pubDate>Fri, 12 Sep 2008 22:59:27 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=239</guid>
	</item>
	<item>
		<title>All UPROCs are aborted</title>
		<link>http://www.orsypforum.com/index.php?showtopic=224</link>
		<description><![CDATA[Hi All,<br /><br />All UPROCs are aborted , see the error in universe.log<br /><br />/uxord /UXOS_CrtlJobBatch   /000000000 - Terminaison : JobId (13) , Statut : _Uproc &lt;2304&gt; _Val &lt;9&gt;_Exit &lt;9&gt; _Signal &lt;0&gt;<br /><br />Any idea .]]></description>
		<pubDate>Mon, 25 Aug 2008 16:10:06 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=224</guid>
	</item>
	<item>
		<title>Solved : uxord as root How to?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=227</link>
		<description><![CDATA[Hi All,<br /><br />I would like to know how to enable uxord " The luncher to run as root "<br /><br /><br />Thank you]]></description>
		<pubDate>Tue, 26 Aug 2008 15:28:16 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=227</guid>
	</item>
	<item>
		<title>Solved : Retrieve basic info for specific job status</title>
		<link>http://www.orsypforum.com/index.php?showtopic=210</link>
		<description><![CDATA[Hi,<br /><br />I'd like to improve the reporting of my $U production.<br /><br />I heard of Dollar Universe Reporter and will have a meeting with Orsyp to evaluate this product.<br /><br />In the meantime, I'd like to know what can be done with $U. I'm interested in information about aboted jobs, as well as times in time overrun.<br /><br />Homer]]></description>
		<pubDate>Fri, 08 Aug 2008 18:09:44 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=210</guid>
	</item>
	<item>
		<title><![CDATA[Solved : Identifying a relaunched job from a "normal" one]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=211</link>
		<description><![CDATA[Hello all,<br /><br />is there a way of identifying a relaunched job from a "normal" one in the job itself?<br /><br /> Homer]]></description>
		<pubDate>Fri, 08 Aug 2008 19:13:31 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=211</guid>
	</item>
	<item>
		<title>Solved : No Dollar Universe User Defined</title>
		<link>http://www.orsypforum.com/index.php?showtopic=186</link>
		<description><![CDATA[I'm failing to run Dollar Universe Control Desktop from my local account. When I log on to the server hosting Dollar Universe and click on the Control Desktop or the Job Monitor I get the error:<br /><br />No Dollar Universe User defined for xxxxxx in Domain yyyyyy.<br /><br />When I log on using an administrator account, I can go in to the Control Desktop and under the Admin Node check to see that my user exists. <br /><br />Are there other places I need to add my user to, do I need to reset some process to start my user? There are plenty of other local accounts defined in the user node.]]></description>
		<pubDate>Thu, 31 Jul 2008 15:07:01 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=186</guid>
	</item>
	<item>
		<title>Solved : Find the version of Dollar Universe on Windows</title>
		<link>http://www.orsypforum.com/index.php?showtopic=185</link>
		<description>How can you tell what version you have on a windows node?</description>
		<pubDate>Wed, 30 Jul 2008 17:11:11 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=185</guid>
	</item>
	<item>
		<title>Solved : several uxord processes</title>
		<link>http://www.orsypforum.com/index.php?showtopic=162</link>
		<description><![CDATA[Hello,<br /><br />I seems to me that there should be only 1 uxord process on a universe AS?<br />Can somebody confirm this ?]]></description>
		<pubDate>Tue, 01 Jul 2008 13:58:29 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=162</guid>
	</item>
	<item>
		<title>Solved : problem of creating a new rule help</title>
		<link>http://www.orsypforum.com/index.php?showtopic=160</link>
		<description><![CDATA[Unless I am presenting is a user Dollar Universe society lottomatica (Italy). <br />I need to schedule a uproc first Wednesday of every month. <br />you know how I can create the rule? <br />Thank you very much]]></description>
		<pubDate>Wed, 25 Jun 2008 12:01:49 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=160</guid>
	</item>
	<item>
		<title>Tutorial: Avoid confusion between Functional Period and Scheduling Rule</title>
		<link>http://www.orsypforum.com/index.php?showtopic=130</link>
		<description><![CDATA[Hello,<br /><br />I piggyback on another thread to set this reminder on Functional Period and Scheduling Rule.<br /><br />Functional Period and Scheduling Rule are two different things and have different goals:<br /><br /><b>When</b> the job is set to run: This is set via the Scheduling Rules of the Task.<br /><br /><b>What</b> data is handled by the job: This is set via the Functional Period of the Uproc.<br /><br />The Functional Period has a direct link with the Processing date of the job.<br /><br /><b>Be aware that there are no link whatsoever between Functional Period of the Uproc and Scheduling Rules of the related Task.</b><br /><br />Here is an exemple:<br /><br />You want to automate the job that calculates the pay of employees in your company.<br /><br />If employees are paid for the work they have done during a week and are paid at the end of the week or at the beginning of the following week, the Functional Period of the job will be "Week" and the Scheduling Rule "1st working day of the week" or "Last working day of the week" for example.<br /><br />If employees are paid for the work they have done during a month and are paid at the end of the month, the Functional Period of the job will be "Month" and the Scheduling Rule will be monthly based.<br /><br />In this first example, it happens that Functional Period and Scheduling Rule are based on similar periods.<br /><br />BUT :<br /><br />You want to automate the job that sends a report of the stock flow for the current month in your company factories.<br /><br />As you want to process the data for the current month, the Functional Period of the Uproc will be month.<br /><br />But you may want to get the information daily, or at the beginning of the week, or on demand. So the scheduling Rule could be "Working days", or "1st Workday of the week" or the Task may simply not include a Scheduling Rule but be triggered by the uxordre command.<br /><br />In this second example, you clearly understand that Functional Period and Scheduling Rule have no link whatsoever.<br /><br />Michel]]></description>
		<pubDate>Tue, 03 Jun 2008 11:06:48 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=130</guid>
	</item>
	<item>
		<title>Solved : How do you use $U steps?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=117</link>
		<description><![CDATA[Hello,<br /><br />I have heard of steps in $U. How exactly do they work? <br /><br />Any examples of scripts (ksh and 'dos') using them are welcome.<br /><br />Cheers,<br /><br />Gary]]></description>
		<pubDate>Mon, 26 May 2008 14:23:47 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=117</guid>
	</item>
	<item>
		<title>Solved : Scheduling rule and functional period for a job running on week-ends</title>
		<link>http://www.orsypforum.com/index.php?showtopic=123</link>
		<description><![CDATA[Hi,<br /><br />a job must run once a week during the week-end, on saturday. I don't know what functional period I should set in the uproc . <br /><br />The job is part of a session which runs daily.<br /><br />Help!!! <img src="http://www.orsypforum.com/style_emoticons/default/unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" />]]></description>
		<pubDate>Tue, 27 May 2008 17:08:57 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=123</guid>
	</item>
	<item>
		<title>Solved : Understanding $U MODEL and distributing a job</title>
		<link>http://www.orsypforum.com/index.php?showtopic=105</link>
		<description><![CDATA[Dear all,<br /><br />I am trying to understand the concept of creating a UPROC or SESSION as a "Model".<br /><br />I was told that it is required to create the job as a model to enable "distribution" it between two environments. <br /><br />A brief description of the setup is given below:<br /><br />Node A (Environment : E01, Production)<br /><br />Node B (Environment : E02, Development)<br /><br />$U : V4.3<br /><br />OS: OpenVMS <br /><br />What I understood is that, there are few uprocs and session created as "Model" and they distribute it from E02 to E01. This is followed for any new job related to application.<br /><br />Please help me in understanding the concept behind "distributing a job" among environments.<br /><br />Can this happen between two different nodes running with $U?<br /><br />What are the conditions that needs to be met for distributing a job.<br /><br />Cheers<br />Venkata]]></description>
		<pubDate>Fri, 02 May 2008 11:50:29 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=105</guid>
	</item>
	<item>
		<title>Solved : $U Configuring command mode on VMS</title>
		<link>http://www.orsypforum.com/index.php?showtopic=100</link>
		<description><![CDATA[Hi Forum members,<br /><br />I have a server running with $Universe V4.3 on it. ( OS : OpenVMS V6.2)<br /><br />All management activities are done using the Character interface menu by logging in as user XXXX_ADM.<br /><br />If I try to use dollar universe commands ( uxlst, uxshw etc. ) at the command prompt, getting error that it is an invalid command:<br /><br />%DCL-W-IVVERB, unrecognized command verb - check validity and spelling<br /> &#092;UXSHW&#092;<br /><br /><br />Is it sufficent to run the CRE_ALIAS.COM procedure in my LOGIN.COM so that I can use all the commands?<br /><br />What are the steps to be followed for configuring the Command mode in $U on OpenVMS<br /><br />Please suggest.<br /><br />Cheers<br />Venkata]]></description>
		<pubDate>Fri, 25 Apr 2008 12:30:48 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=100</guid>
	</item>
	<item>
		<title>Dollar Universe vocabulary</title>
		<link>http://www.orsypforum.com/index.php?showtopic=43</link>
		<description><![CDATA[Hi all  <img src="http://www.orsypforum.com/style_emoticons/default/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> ,<br />Although I have sufficient (basic) knowledge of Dollar Universe vocabulary but as I am new I want someone to give list of commonly used terms in Dollar Universe context.<br />Everyone is wellcome to add new definitions and explainations about terms specific to Dollar Universe.<br />Thanks!]]></description>
		<pubDate>Fri, 11 Apr 2008 11:12:21 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=43</guid>
	</item>
	<item>
		<title>Solved : Scheduling question...</title>
		<link>http://www.orsypforum.com/index.php?showtopic=13</link>
		<description><![CDATA[I'm trying to set a task which will run according to successful finish of 2 other uprocs(TASKS) in every day expect Monday and Saturday . On Monday and Saturday it supposes to run only after first uproc successful finish. I created a new MU with a calendar that supports execution on everyday except Monday and Saturday, but I still can't configure the same resource condition to use for all this condition.<br /><br />Could anyone help me?<br />Thanks!<br />Sam]]></description>
		<pubDate>Fri, 21 Mar 2008 15:32:35 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=13</guid>
	</item>
</channel>
</rss>