Start a Conversation

Unsolved

This post is more than 5 years old

3450

August 31st, 2010 10:00

Centera SDK issue

The SDK version we are using is 3.0.0 and the OS is HP-UX. Following are the contents of the .profile where we have turned on Centera SDK logging

But the file centeradebug.log is not appending, most of the times the size of the file decreases.

# uncomment the next 2 lines to switch on sdk logging
FPLIBRARY_LOG_FILE_DEBUG=/var/opt/stage/disco/logs/centeradebug.log
export FPLIBRARY_LOG_FILE_DEBUG
set FP_LOGPATH=/var/opt/stage/disco/logs/centeradebug.log
export FP_LOGPATH
set FP_LOGLEVEL=4
export FP_LOGLEVEL
set FP_LOGKEEP=APPEND
export FP_LOGKEEP

8 Posts

September 3rd, 2010 06:00

What shell are you using?  When I execute these statements using either /usr/bin/ksh or /usr/bin/sh:

set foo=abc

export foo

echo $foo

the echo statement prints a blank line.  In those 2 shells, at least, you don't use the "set" command to set a variable.  You simply say "foo=abc", as you did in your first line, not "set foo=abc", as you did in all your later lines.

Mark

No Events found!

Top