<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>Dollar Universe Settings - Other</title>
	<description>Dollar Universe Settings - Other</description>
	<link>http://www.orsypforum.com/index.php</link>
	<pubDate>Sat, 11 Sep 2010 01:12:15 +0200</pubDate>
	<ttl>30</ttl>
	<item>
		<title>U_RES_AVAIL_AREAS issue</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2229</link>
		<description><![CDATA[Hello ORSYP guys,<br /><br />I've tried to setup the optimization of resources manipulation according to the manual on windows NODE:<br /><br />###########################<br /><i>Optimization of Resources operating commands<br />The uxrls res command works on all Areas, the connection attempts to access all possible IO servers. This may waste time where Areas are not active.<br /><br />To avoid this, the U_RES_AVAIL_AREAS variable may be defined with the codes of the active Areas to optimize performance<br /><br />For example, if the A and X Areas are the only Areas used, the variable must contains "AX".<br /><br />On Unix, in ksh: <br /><br />U_RES_AVAIL_AREAS="AX"<br /><br />export U_RES_AVAIL_AREAS<br /><br />On Windows<br /><br />set U_RES_AVAIL_AREAS="AX"<br /></i><br /> <br /><br />This environment variable must be set in the logical environment of the batch that executes the uxrls command. It should also be defined in the uxsetenv environment file. <br /><br />#######################<br /><br /><br />Used areas are SIM/EXP so I was expected, that the applying ($U v54)<br /><br />set U_RES_AVAIL_AREAS="SX" in uxsetenv.bat<br /><br />will remove obsolete u_io_callsrv entries in universe.log for not active areas (A,I) when working with resources eg.: I area:<br /><br />u_io_callsrv(on XXX,YYYY,I) returns error -1<br /><br /><br />I noticed that this configuration works only in case, the variable is set also for the universe.def/{company}.def files (at leats in {company}.def)<br />U_RES_AVAIL_AREAS "SX".<br /><br />Then the resource manipulation is faster <br />and works "without" spamming the universe log for  inactive areas,<br />for both allocation/deallocation of log_res  from GUI  as well for the automatic hold of resource  when applying resource condition in uproc.<br /><br />############<br /><br />In case this approach is correct, I assume the related $U manual should contain addtional information  to add the variable also into def file/s.<br /><br /><br />What do you think?<br /><br /><br />Thank you for help in advance<br /><br /><br />Kind regards,<br /><br />Peter<br /><br />PF]]></description>
		<pubDate>Wed, 28 Jul 2010 11:13:56 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2229</guid>
	</item>
	<item>
		<title>Solved : Email notification configuration</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2156</link>
		<description><![CDATA[Hi,<br /><br />We use the Dollar Universe 5.3 version with a console version 2.4 at customer location.<br />Server nodes on Unix and accessing console from Windows.<br /><br />Have tried to configure the email notification setting on a UPROC.<br /><br />Following the 'Email Notification configuration.pdf' attachment, following things have been done:<br />1. From the console, choose email configuration option<br />2. Select the required node<br />3. Provide the host name detail in 'Default' option<br />4. Access the UPROC in edit mode:<br /> 4a) select option of 'Email Notification'<br /> 4b) select all options on the window, including attach job log (100kb)<br /> 4c) provide the required email id in the email id column [2 email ids given]<br /> 4d) its a CL_INT uproc, so, code within the file is just 'exit 0'<br /> 4e) No dependency condition provided on the UPROC, its created only to test email notification.<br />5. Launch and execute the UPROC<br />6. UPROC executes successfully. Mail not sent, no attachment.<br />7. Checked the smtp_email.txt , noticed that it was updated with the configuration provided through GUI<br />8. Checked the unix server mailhost to see if it is active. It is active.<br />9. Re-configured the 'App' area setting overriding 'Use Default' option.<br />10. Tried re-running the UPROC to check if we receive emails.<br />No luck!<br /><br />Am I missing any step in the configuration? <br /><br />11. Next tried mailx -s option within the CL_INT file of the UPROC to check if that works. [gave one email id here]<br />Re-run of the UPROC sent the email only to the recipient mentioned in the mailx -s option.<br /><br />The requirement is that the status of the UPROC needs to be sent to users of downstream systems. With mailx -s option also, I will need help in understanding how to send the status of the UPROC and attach the job log.<br />Where could we get these details from?<br /><br />Please help, running out of time and ideas now <img src="http://www.orsypforum.com/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><br /><br />Thank you very much in advance.]]></description>
		<pubDate>Thu, 17 Jun 2010 17:09:00 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2156</guid>
	</item>
	<item>
		<title>Solved : Removing/updating launchvar</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2254</link>
		<description><![CDATA[<br />Hi, <br /><br />I would like to change/delete/replace the launchvar within a uproc. I have to do 50 of these so I do not want to use mouse. <br /><br />I tried command like these: <br />   <br />    $UXEXE/uxupd UPR APP upr=GBIHU0300 LAUNCHVAR add varname=BESTAND vvalue=&#092;"FC_kk_[0-9]*.dat&#092;"<br /> <br />    $UXEXE/uxupd UPR APP upr=GBIHU0300 LAUNCHVAR dlt  varname=BESTAND<br /><br /><br />but this is what I get: <br /><br /> Command : uxupd upr app upr=GBIHU0300 vupr=000 nopartage launchvar dlt varname=BESTAND vtype="T" vformat="255"<br /> <br />No articles were extracted<br />command in error!!<br /><br /><br />Any suggestions ?<br /><br /><br />Eric <br /><br />$UXEXE/uxshw UPR APP upr=GBIHU0300 <br /><br /><br /> Command : uxshw upr app upr=GBIHU0300 vupr=* partage<br /> <br /> TYPE  | upr <br /> <br /> ITEMS | upr          : GBIHU0300  <br />       | vupr         : 001 <br />       | class        :        <br />       | clfil        :                                                              <br />       | label        : Header upload datastroom 00300 DUMMY                         <br />       | dom          : I <br />       | appl         : U_ <br />       | upt          : CL_INT     <br />       | fperiod      : n <br />       | memo         : n <br />       | nbper        : 0 <br />       | incclass          : (  )<br />       | launchvar         : ( <br />                          [ <br />                          varname      : BF_NUM <br />                          vvalue       : 00284 <br />                          vtype        : T <br />                          vformat      : 10 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /> <br />                       <br />                          [ <br />                          varname      : VERWERKING <br />                          vvalue       : M <br />                          vtype        : T <br />                          vformat      : 1 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /> <br />                       <br />                          [ <br />                          varname      : BESTAND <br />                          vvalue       : BSR_MUTATIEOPDRACHTEN_[0-9]*.dat <br />                          vtype        : T <br />                          vformat      : 255 <br />                          valmin       :   <br />                          valmax       :   <br />                          ] <br /> <br />                        )<br />       | depcon            : (  )<br />       | inccon            : (  )<br />       | rescon            : (  )<br />       | termins           : (  )<br />       | formula           : (  )<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 /><br /><br />]]></description>
		<pubDate>Mon, 16 Aug 2010 15:18:00 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2254</guid>
	</item>
	<item>
		<title>Solved : uxshw UPR without displaying UPR script</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2188</link>
		<description><![CDATA[Hi guys,<br /><br />Any possibility to run uxshw UPR command without displaying the UPR scripts?<br /><br />Homer]]></description>
		<pubDate>Wed, 07 Jul 2010 18:47:50 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2188</guid>
	</item>
	<item>
		<title>Solved : Delayed start of uprocs in-stream</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2028</link>
		<description><![CDATA[Hello all,<br /><br />In our shop, we are experiencing a problem on one of our systems wherein multiple programs queued in a session we observe a delay of up to 30 seconds before the launch of the next uproc. This only occurs on one of our systems, and we were hoping that it was controlled by an environmental variable. Does anyone else encounter this issue, and if so, what can we do to overcome it?<br /><br />Thanks so much for your help]]></description>
		<pubDate>Tue, 30 Mar 2010 22:15:16 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2028</guid>
	</item>
	<item>
		<title>Solved : Issue with Manager for File Transfer 2.0 with parameter PARTNER</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2172</link>
		<description><![CDATA[Hello,<br /><br />An issue has been met on Unix where command uxstr FTP PUT is used with parameter "partner" in uppercase - as indicated in the user manual.<br /><br />For example:<br /><br />$UXEXE/uxstr FTP PUT PARTNER="sup001.orsyp.com" ORIGIN_FILENAME="test.txt" TARGET_PATHNAME="/users/da" ACTION=ABORT<br />Syntax Error - Incorrect qualifier<br /><br />As a workaround, use ‘partner’ instead of ‘PARTNER’.<br /><br />Michel]]></description>
		<pubDate>Wed, 30 Jun 2010 17:03:42 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2172</guid>
	</item>
	<item>
		<title>Solved : Distribution of UPROCs</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2159</link>
		<description><![CDATA[Hi,<br /><br />Distribution of the UPROC to a remote node, can this functionality be prevented from any node, either working as host node or as the remote node? <br /><br />Please let us know so that distribution can be done in controlled manner only.<br />In a controlled manner, we currnetly use /uxext and /uxins to export import. Is there a best practice way of exporting and importing sessions along with UPROCs to a different area/node?<br /><br />We are using v5.3 of Dollar Universe with server on unix and accessing console through Windows (v2.4)<br /><br /><br />Regards,<br />Spoorthi]]></description>
		<pubDate>Fri, 18 Jun 2010 12:17:01 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2159</guid>
	</item>
	<item>
		<title>How to get rid of the splash screen</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2150</link>
		<description><![CDATA[Hi,<br /><br />honestly, I like Orsyp Logo, but I am kind of fed up to see it every morning on my screen while I am starting the GCO. PLus, it stays quit long and hide all my windows behind...<br /><br />Is their a way no to display it?<br /><br />thx]]></description>
		<pubDate>Fri, 11 Jun 2010 16:52:58 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2150</guid>
	</item>
	<item>
		<title>Solved : EXPORT and IMPORT ERROR</title>
		<link>http://www.orsypforum.com/index.php?showtopic=2067</link>
		<description><![CDATA[Hi There,<br /><br />We have dollar universe on Unix box and doing all cert of  object from Windows PC.<br /><br />I was trying to create experot and information from production area to dev area. I am getting below error at the time of movement. <br /><br />All below statement was executing on Window system<br /><b><br />Export error for Uproc</b><br />uxext UPR EXP UPR=CI* node=XXXXXX output="c:&#092;All_Upro.ext"<br /><b><br />After few objects error is</b><br />Object (CIETL01_SQ, 000) extracted<br /><br />Object (CIETL02_DP, 000) extracted<br /><br />Fatal error reading the Uproc's procedure file<br /><br /><b>Import error for Sessions</b><br />uxins SES APP SES=* node=XXXXXX input="c:&#092;All_Session.ext"<br /><br />(S_CISVU   ,000) Version of Session invalid<br /><br />(S_CIVMS   ,000) Version of Session invalid<br /><br /><br />Appreciate for quick response. We are unable to proceed further..<br /><br />thanks]]></description>
		<pubDate>Fri, 16 Apr 2010 12:31:23 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=2067</guid>
	</item>
	<item>
		<title>Solved : Issue: Execution Unknown in History File</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1062</link>
		<description><![CDATA[We Execute the generation of Cognos Cubes in Dollar Universe.<br /><br />When I start the Session the 001 header uproc executes fine.<br />When the 005 Uproc starts, which has to generate the cube.<br />If i turn on the logging i see this. Right after the Uproc starts to run, i get execution unknown in the history files.<br />Also the Procedure name / and variables are empty, and when i open the uproc i see variables declared.<br /><br />Is there anyone who can help me solve this problem? We do not have these problems on other machines.<br /><br />C:&#092;WINDOWS&#092;system32&gt;call D:&#092;Applications&#092;Universe&#092;PAAOTA&#092;mgr&#092;uxsetenv.bat <br />_!================================================<br />_!**<br />$!** PROCEDURE .. :                                                             <br />$!** VERSION .....:                                                             <br />$!** EXECUTION .. :                                                             <br />_!**<br />_!** PROCESS DATE : <br />_!**<br />_!------------------------------------------------<br />$!** PARAMETERS. : None                                                         <br />_!------------------------------------------------<br />_!**  VARIABLES <br />_!================================================<br />Exec Unknown            3                    00000000004       00               <br />Execution  unknown in the history file                                          <br />Management Unit unknown  :                                                      <br />        1 file(s) copied.<br />02-2010- - 13:59:34,28 - INFO    - PRE_UPROC - START]]></description>
		<pubDate>Mon, 15 Feb 2010 14:04:31 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1062</guid>
	</item>
	<item>
		<title>Solved : uxins failing</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1040</link>
		<description><![CDATA[After extracting the upro and gobaling change following command<br /><br /> c:&#092;datajunction7.5&#092;DJEngine &#092;&#092;hqssisftp&#092;ODSFTP&#092;DJS&#092;%dbname%_%segname%.djs -Source_C File=&#092;&#092;hqssisftp&#092;ODSFTP&#092;FTP&#092;%dbname%&#092;%segname%.bin -Target_C File=&#092;&#092;hqssisftp&#092;ODSFTP&#092;FTP&#092;%dbname%&#092;%segname%out.txt <br /><br />to <br /><br /><br />c:&#092;datajunction7.5&#092;DJEngine X:&#092;DJS&#092;%dbname%_%segname%.djs -Source_C File=X:&#092;FTP&#092;%dbname%&#092;%segname%.bin -Target_C File=X:&#092;FTP&#092;%dbname%&#092;%segname%out.txt. <br /><br />After the change try to insert with following command C:&#092;DollarUniverse&#092;NBKPRL&#092;exec&gt;uxins upr exp upr=* input=c:&#092;DollarUniverse&#092;temp&#092;u pr310110NEW2.txt <br /><br />Following error message is displayed. Invalid function code (must be DEB, LEC, EFF or CTL)]]></description>
		<pubDate>Mon, 01 Feb 2010 08:27:38 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1040</guid>
	</item>
	<item>
		<title>Tutorial : Email notification</title>
		<link>http://www.orsypforum.com/index.php?showtopic=412</link>
		<description><![CDATA[Hi,<br /><br />this ppt explains how to configure the automatic email notification without any scripting - one of the new features of Dollar Universe 5.3. <br /><br />Michel]]></description>
		<pubDate>Thu, 15 Jan 2009 18:55:15 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=412</guid>
	</item>
	<item>
		<title>Solved : Session with too many possibilities</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1061</link>
		<description><![CDATA[Hi,<br /><br />I would like to chain sequentially multiple Uproc within a session :<br />  - Uproc 30 must run whatever the result of Uproc 20 (Completed or Aborted)<br />  - Uproc 20 must run whatever the result of Uproc 10 (Completed or Aborted)<br /><br />The only way I found is to create two branches for each Uproc (normal and error),<br />please refer to attached sample file.<br /><br /><a href='http://www.orsypforum.com/index.php?act=attach&type=post&id=158'>http://www.orsypforum.com/index.php?act=attach&type=post&id=158</a><br /><br />It could be acceptable for 3 Uproc but it is quite impossible to manage for sessions <br />with about ten Uproc (too much combinations for the binary tree !!!)<br /><br />Any help appreciated.<br /><br />Thanks]]></description>
		<pubDate>Thu, 11 Feb 2010 13:39:43 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1061</guid>
	</item>
	<item>
		<title>Solved : Start time of a uproc</title>
		<link>http://www.orsypforum.com/index.php?showtopic=1014</link>
		<description><![CDATA[Is there an internal parameter to catch the start time of a uproc during runtime? Something like S_DATRAIT for processing date?<br /><br />The job generates many child jobs. We would need this variable to restrict the output of a following uxshw command.<br /><br />Thanks a lot.<br />Monika]]></description>
		<pubDate>Tue, 12 Jan 2010 16:37:06 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=1014</guid>
	</item>
	<item>
		<title>Solved : UPROC Extract - Import</title>
		<link>http://www.orsypforum.com/index.php?showtopic=987</link>
		<description><![CDATA[Hi,<br /><br />How to export - import all the UPORCS and SESSIONS from one mahcine to another.<br /><br /><br />Regards]]></description>
		<pubDate>Tue, 15 Dec 2009 07:18:34 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=987</guid>
	</item>
	<item>
		<title>Solved : Transfer objects from Production to Application</title>
		<link>http://www.orsypforum.com/index.php?showtopic=116</link>
		<description><![CDATA[Hello,<br /><br />do you know how to do this?<br /><br />We would need to do that for Uprocs and Sessions.<br /><br />François]]></description>
		<pubDate>Mon, 26 May 2008 13:05:41 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=116</guid>
	</item>
	<item>
		<title>Solved : How to use the versioning</title>
		<link>http://www.orsypforum.com/index.php?showtopic=925</link>
		<description><![CDATA[Hi all,<br /><br />I want to implement the versioning of the Uprocs and Sessions to allow the Development team to manage what they release and where but as I'm trying to understand creating a few objects I'm getting more and more confuse...<br /><br /><u>My questions:</u><br />- Does a lot of you use the versioning and if you have some feedback on it? Works good, problems, tricks,...<br />- Do I have to duplicate my uproc/session everytime I want to upgrade the version? And then delete the previous one?<br />- Does the "Current version" action on a uproc work for a task? I can see it upgrades my session with the new version of the uproc but the uproc version remains the same in the task (if it's the first uproc of the task).<br />- How do you manage the uxordre command when you have to specify the version of the uproc/session?<br /><br />I know it's a lot of questions but I think it can be interesting as I found nothing on the Forum speaking about the versioning.<br /><br />Many thanks for any comment  <img src="http://www.orsypforum.com/style_emoticons/default/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> <br />Cyrille]]></description>
		<pubDate>Fri, 06 Nov 2009 12:41:56 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=925</guid>
	</item>
	<item>
		<title>Solved : Command line to retrieve infos concerning Email notifications</title>
		<link>http://www.orsypforum.com/index.php?showtopic=728</link>
		<description><![CDATA[Hello,<br /><br />Do you know if there is a command to retrieve infos concerning "Email notifications" ?<br /><br />Thx]]></description>
		<pubDate>Mon, 14 Sep 2009 11:10:15 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=728</guid>
	</item>
	<item>
		<title>Solved : Export / Import of $U objects on different OS</title>
		<link>http://www.orsypforum.com/index.php?showtopic=669</link>
		<description><![CDATA[Hello,<br /><br />is it possible to Export / Import $U objects on different OSs? Like, Uprocs, Sessions ...). I imagine this could work on various Unix systems, but what about Unix / Windows configurations? <br /><br />My tests don't work so far <img src="http://www.orsypforum.com/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><br /><br />PS: of course, for Uprocs the scripts won't work in such a configuration...<br /><br />Thanx for your insight!]]></description>
		<pubDate>Wed, 15 Jul 2009 16:34:49 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=669</guid>
	</item>
	<item>
		<title>Solved : Possible to prevent distribution to a node?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=663</link>
		<description><![CDATA[Hello,<br /><br />is it possible to prevent the distribution of objects to a node?<br /><br />Eric]]></description>
		<pubDate>Wed, 08 Jul 2009 11:33:01 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=663</guid>
	</item>
	<item>
		<title><![CDATA[Solved : Email notification: address with "-" possible?]]></title>
		<link>http://www.orsypforum.com/index.php?showtopic=549</link>
		<description><![CDATA[Hello,<br /><br />As we are upgrading to V5.3 we are checking its new features.<br /><br />I have a question about email notification: Is the character "-" allowed?]]></description>
		<pubDate>Thu, 09 Apr 2009 13:54:52 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=549</guid>
	</item>
	<item>
		<title>Solved : Error when trying to access data from Unix on Windows boxes</title>
		<link>http://www.orsypforum.com/index.php?showtopic=527</link>
		<description><![CDATA[Hello<br />First of all, i'm sorry for my little level of english...<br /><br />Now about my problem<br />for description, we have $universe installed on servers windows and unix.<br />What I'm trying to do, is to create some scripts that check jobs status on other servers from one Unix.<br />When I'm trying to do check remote Unix servers, there is no problem at all.<br /><br />But when I try to query windows servers, command uxlst does not return anything and I have the following error message in universe.log<br />     &lt;&lt; 2009-03-26 08:22:54 0729100/uxlst           /u_io_callsrv_gen    /000000000 - Error connecting IO server on host [servername.domain]: Errno syserror 79: Connection refused<br /><br />For information, when I run my script for commande line, it works well. But as soon as it is launched by $U, it fails.<br /><br /><br />I'm sure i miss some configuration points, but for the moment, I'm not able to find it.<br /><br /><br />Thanks in advance if you can help]]></description>
		<pubDate>Thu, 26 Mar 2009 08:44:12 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=527</guid>
	</item>
	<item>
		<title>Solved : Extension of email attachment in DollarU V533</title>
		<link>http://www.orsypforum.com/index.php?showtopic=525</link>
		<description><![CDATA[Hi guys,<br /><br />is there a way to change the extension of the email attachments in DollarU V533?<br /><br />Thanx]]></description>
		<pubDate>Tue, 24 Mar 2009 15:27:09 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=525</guid>
	</item>
	<item>
		<title>Solved : Max number of variables for a Uproc?</title>
		<link>http://www.orsypforum.com/index.php?showtopic=518</link>
		<description><![CDATA[Hi,<br /><br />do you know the maximum number of variables for a Uproc?<br /><br />Thanx]]></description>
		<pubDate>Thu, 19 Mar 2009 10:47:06 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=518</guid>
	</item>
	<item>
		<title>Solved : Visualise filters in the GUI</title>
		<link>http://www.orsypforum.com/index.php?showtopic=362</link>
		<description><![CDATA[Is there a way or possibility to see that a filter is set without checking it in the filter screen in 'customise' in the Dollar Universe Desktop?<br />It can be dangerous that you miss things because a filter is activated, and you are not aware of it. All options are welcome, thanks in advance.]]></description>
		<pubDate>Tue, 16 Dec 2008 15:50:40 +0100</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=362</guid>
	</item>
	<item>
		<title>Solved : Using CMD.EXE rather than COMMAND.COM</title>
		<link>http://www.orsypforum.com/index.php?showtopic=262</link>
		<description><![CDATA[Hello<br /><br />Not sure if this is in the right place.<br /><br />I am talking about $U running in a purely Wintel environment.  When a job executes it runs the following sequence:<br /><br />--&gt; U_Batch.bat<br />--&gt; uxsetenv.bat<br />--&gt; uxjobinit.exe<br />--&gt; U_ANTE_PROC<br />--&gt; UPROC Script<br />--&gt; U_POST_PROC<br />--&gt; uxjobend.exe<br /><br />When those batch files run, they run within an instance of 16 bit command.com.  Is there any way to modify the environment so that they are actually running CMD files and launching an instance of CMD.EXE?<br /><br />Paul]]></description>
		<pubDate>Mon, 06 Oct 2008 16:35:05 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=262</guid>
	</item>
	<item>
		<title>Control generic session which runs between 2 nodes</title>
		<link>http://www.orsypforum.com/index.php?showtopic=218</link>
		<description><![CDATA[There is a generic session which must run between 2 nodes, 1 & 2 (on separate servers). In the session there are 5 UPROCs, a Begin an End and 3 UPROCs in between which I'll call A B & C for the sake of arguement. The Begin and End run on node 1 and A,B & C run on node 2.<br /><br />To add to this there are 2 (or more but for now just 2 will be considered) environments, alpha and beta, that require to run this session. Each environment runs the same code but a different version. Both environments need to run the begin and end UPROCs on node 1 but on node 2 environment alpa needs to run A & B but only C at the end of the month. Beta needs to run A & C but B at the end of the month.<br /><br />To allow for the different environments the session can be run using different users with a variable set to move to the correct location environment depentant on the user.<br /><br />To allow for the the session to run on different node MUs can be hardcoded in the SESSION, using, specific node, so that each UPROC runs on the required node.<br /><br />To allow for the different types of run optional tasks could be used so that only on certain days do environment alpha and beta run uprocs C & B respectively. <br /><br />The problem is that tasks are setup using MUs and not users and so as the MUs are alredy being used to specify server rather than environemnt this menas that optional tasks cannot be used so a single generic SESSION cannot be employed.<br /><br />Is there another way to do this with one session. Something like a generic session that can have UPROCS in run on a particular node but then within the node run on a particular MU, MU within a MU if you like? Would it possible to change MU within a session using a parameter rather than hardcoding, something like if user = userA then MU = userA MU.  <br /><br />If the number of environments increases you can see that duplicating the session for each environment is not ideal as administatrion and control gets difficult.]]></description>
		<pubDate>Wed, 20 Aug 2008 12:19:21 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=218</guid>
	</item>
	<item>
		<title>Starting Motif GUI on Linux System</title>
		<link>http://www.orsypforum.com/index.php?showtopic=190</link>
		<description><![CDATA[Hello,<br /><br />i have a little problem starting the Motif GUI under Linux.<br /><br />We use the X-Server Reflection X Version 14 from Attachmate.<br /><br />I establish a "XDMCP direct"-Session to a HP-UX server. On this server i open a dtterm and make an ssh to a linux server.<br /><br />Now i start the Universe Motif GUI with the following commands:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->/usr/X11R6/bin/xrdb -merge $UXMGR/xdefaults_universe<br />/usr/bin/nohup $UXEXE/UNIVERSE EN &#62; /dev/null 2&#62; /tmp/uni_start.log<!--c2--></div><!--ec2--><br /><br />But no GUI will start. The strange thing is that when i use these commands on an solaris or hp-ux system the GUI starts as expected.<br /><br />When i use the following comands the GUI starts as expected:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->/usr/X11R6/bin/xrdb -load $UXMGR/xdefaults_universe<br />/usr/bin/nohup $UXEXE/UNIVERSE EN &#62; /dev/null 2&#62; /tmp/uni_start.log<!--c2--></div><!--ec2--><br /><br />But now all other new windows in my XDMCP Session use not the right fonts. The font sizes are too big or too small.<br /><br />The reason is the xrdb -load command. With this command i overwrite the local resources of the XDMCP Session.<br /><br />When i use an other X-Server-Session type where no local resources are set the xrdb -merge method will start the GUI.<br /><br /><br />Have anybody a clue for me?]]></description>
		<pubDate>Fri, 01 Aug 2008 10:47:19 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=190</guid>
	</item>
	<item>
		<title>Meanings of Dollar U variables</title>
		<link>http://www.orsypforum.com/index.php?showtopic=112</link>
		<description><![CDATA[Hi All,<br /><br />Does anybody know where I can get all Dollar Universe variables and their meanings (such as S_STARTDAT, S_SIGCELL, ...) ?<br />Thanks in advance.<br /><br />Hoang]]></description>
		<pubDate>Mon, 19 May 2008 14:51:33 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=112</guid>
	</item>
	<item>
		<title>Solved : Configure 2 jobs with time limit for the 1st one</title>
		<link>http://www.orsypforum.com/index.php?showtopic=121</link>
		<description><![CDATA[Is is possible and how to set 2 Uprocs in a Session (father/son)<br /><br />- 1st one running at 01 am<br /><br />- 2nd one must start at 04 am max. In case the 1st one is still running, it must be killed so the son can start?<br /><br />Thanx]]></description>
		<pubDate>Tue, 27 May 2008 16:44:39 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=121</guid>
	</item>
	<item>
		<title>Length of Uproc Names</title>
		<link>http://www.orsypforum.com/index.php?showtopic=45</link>
		<description><![CDATA[Hello,<br /><br />We are using $U 5.0 mostly for SAP.<br />We have the problem, that our Uprocnames only can have 10 characters. Our SAP Jobnames have 32 characters.<br />In that case we always have two Jobnames.<br /><br />Our SAP Experts use the SAP Jobname<br />Our $U Experts use the Upocjobname<br /><br />Not really good<br /> <img src="http://www.orsypforum.com/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> <br /><br />It would be very helpful to have only one Jobname which is the key for everyone.<br /><br /><br />The lenght of 10 characters for Uprocnames should be extend to min. 32 characters in new $U Versions.<br /><br />Are there any customers maybe SAP customers with the same problem?]]></description>
		<pubDate>Fri, 11 Apr 2008 13:21:51 +0200</pubDate>
		<guid>http://www.orsypforum.com/index.php?showtopic=45</guid>
	</item>
</channel>
</rss>