Jump to content


Click the link below to see the new game I'm developing!


lanta

Member Since 21 Jan 2004
Offline Last Active Mar 31 2016 11:23 PM
-----

Posts I've Made

In Topic: Open Client - One time screen cycle not rendering

28 March 2016 - 08:02 PM

Sorry, here is the attachment


In Topic: Setting up postgresql

11 December 2015 - 09:59 PM

Hi Joseph,

When i click on the setting up postgresql link above I get NOT FOUND page, Is it possible I can get access to the document or link.

Regards


In Topic: PROIV

21 January 2015 - 11:26 PM

I found the issue, its where I wasn't even looking,  it was the setting (GUI=Y) in pro4v7.ini file in /etc directory, see below, when I commented the line, it worked... makes sense.

Now I am wondering if I should leave the setting in pro4v7.ini and set it in the probatchDAILY script to turn it off.

Thanks everyone

 

 

/etc/pro4v7.ini

===========

# Created by PROIV Version 7 Installer Oct 4, 2011 5:40:56 PM
#
[ENVIRONMENT]
PROPATH=/opt/northgatearinso/proiv_version_7/virtual_machine/boots
PRODATA=/opt/northgatearinso/proiv_version_7/virtual_machine/boots
PRORUNTYPE=DEV
GUI=Y                    <-- culprit 
PROTERM=GUIDEV
PROIV_HOME=/opt/northgatearinso/proiv_version_7/virtual_machine
SQL_CURSORS=32
POSTGRES_SELECT_FOR_UPDATE=TRUE
SQL_DBNAME=
LICENCE_SERVER_HOST=sea_proiv_v7
LICENCE_SERVER_PORT=5437
LICENCE_SERVER_SERIAL=
PROIV_XSL=/opt/northgatearinso/proiv_version_7/virtual_machine/xsl
JAVA_STRING_CHARSET=UTF-8
JVM_ERR=/opt/northgatearinso/proiv_version_7/virtual_machine/logs/jvmerr.log
JVM_OUT=/opt/northgatearinso/proiv_version_7/virtual_machine/logs/jvmout.log
ADDITIONAL_CLASSPATH=/opt/northgatearinso/proiv_version_7/virtual_machine/javalib/mail.jar:/opt/northgatearinso/proiv_version_7/virtual_machine/javalib/postgresql-8.0.309.jdbc2.jar
SSO_JARPATH=/opt/northgatearinso/proiv_version_7/virtual_machine/javalib/sso:/opt/northgatearinso/proiv_version_7/virtual_machine/javalib
[DATABASE - SQLDEFAULT]
FILETYPE=POSTGRES
PRODB_CHARSET=7

 


In Topic: PROIV

21 January 2015 - 10:42 PM

Hi Darren,

Yes, under the operator setup the user BTC in company CEX has Transparent checked, and also the Default function is set to an update function. 

In the operator setup there is a tab Terminals and under the valid terminal list it has "ALL" 

 

When I execute the script (probatchDAILY) from the Linux command line, I get the following error, note the error has “GUI START” message, it seems like it’s trying to invoke PROIV in GUI mode, whereas we need to invoke in transparent mode.

Thanks

 

 

[root@SEA_Proiv_V7 scripts]# ./probatchDAILY
root#
DECVT100
 
starting PROIV
GUI START
!       PL
                                                                          LOGONSegmentation fault
[root@SEA_Proiv_V7 scripts]#

In Topic: PROIV

20 January 2015 - 09:36 AM

Hi Neil,

I think you are right its trying to login as GUI Session, my script is probatchDAILY and when I run it gives me the following message.  Since I am testing the script I am running from the linux command prompt.

 

 

Error Message when I run the script from Linux 

------------------------------------------------------------

[root@SEA_Proiv_V7 scripts]# ./probatchDAILY

root#

GUI START

         !      PL

 

 

 

Here is the script probatchDAILY

-----------------------------------------

REALDBASE=testdb ; export REALDBASE
REALACC=CAREDEVL ; export REALACC
REALUSER=$LOGNAME ; export REALUSER
REALNODATE=0 ; export REALNODATE
REALTY=Y
export REALDBASE REALUSER REALACC REALNODATE REALTY
PRORUNTYPE=RUN
PROPATH=/gfdev/pro_res-devlp/boots
PRODATA=/gfdev/pro_res-devlp/data
echo $LOGNAME#
export PRORUNTYPE PROPATH PRODATA
CDATE_50=Y
DATE_SC_50=Y
export CDATE_50 DATE_SC_50
#
PROTERM=DECVT100
export PROTERM
 
PROIV_HOME=/opt/northgatearinso/proiv_version_7/virtual_machine
PATH=/opt/northgatearinso/proiv_version_7/virtual_machine:/usr/java/jre1.6.0_27/bin::/usr/realman/14.0/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/java/jre1.6.0_27
export PROIV_HOME PATH
 
cd $PROPATH
 
echo
echo starting PROIV
exec /opt/northgatearinso/proiv_version_7/virtual_machine/pro BTC CEX <<-END
echo
echo back from PROIV

Click the link below to see the new game I'm developing!