Hi,
We have installed linux6(RHEL) OS and installed datastage application on that.
First time installation worked fine and our all services related to datastage was up and running.
When we stopped the datastage and restarted its giving below error while restart:-
Code:
./uv -admin -start
DataStage Engine 8.7.0.0 instance "ade" has been brought up.
Hi All,
I am new to datastage just managing to modify packages with my prior knowledge in ETL tools like DTS and SSIS.
Now have ran in to a connectivity issue between datastage and unidata DB.
Software environment-
Datastage 7.5.2 running on windows server accessing unidata 7 on HP UX machine.
I am able to connect to my unidata DB on the PROD HP UX server.
#!/usr/bin/perl
use strict;
use warnings;
my $file;
my @files;
my $parse;
my @files = <*>;
foreach $file(@files)
chomp ($file);
{
$parse = system qq(paste <(cut -f1,2,13 $file) <(cut -f12 $file));
}
"my" variable @files masks earlier declaration in same scope at Rast_seq.pl line 11.
sh: 1: Syntax error: "(" unexpected
sh: 1: Syntax error: "(" unexpected
sh: 1: Syntax error: "("
I have compiled both gocr and subtitleripper from slackbuilds.org and I am running into a problem with one of the scripts run from subtitleripper: pgm2txt.
Hi i have just modified my stock rom and i have just tried to install it using CWM recovery and i keep getting the same error all the time.
I have the following cronjob:
2 15 * * * mysqldump -u user -ppass dbname | gzip -9 -c > /var/www/backup/dump-$(date +%Y-%m-%d).sql.gz
but it produces following error:
/bin/sh: -c: line 0: unexpected EOF while looking for matching ')'
/bin/sh: -c: line 1: syntax error: unexpected end of file
I tried ommiting -c but no luck.
I have a .bashrc file that has a very simple function like this
function module() {
....
}
I type "bash" on the command prompt and as expected the .bashrc gets executed however I get the error:
'ash: /user/.bashrc: line 1: syntax error near unexpected token `{
'ash: /user/.bashrc: line 1: `function module() {
I have tried removing the word "function" and I have also tried removing the ()
I have a .bashrc file that has a very simple function like this
function module() {
....
}
I type "bash" on the command prompt and as expected the .bashrc gets executed however I get the error
'ash: /user/.bashrc: line 1: syntax error near unexpected token `{
'ash: /user/.bashrc: line 1: `function module() {
I have tried removing the word "function" and I have also tried removing the ()
I am scheduling job using Datastage tool, which tool is installed on solaris server.
I can able to schedule jobs/sequences, its not trigering at specified scheduling trigerring time.
but at specified job not starting automatically.