error code = 601; The following project was not created

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
vkumar
Participant
Posts: 31
Joined: Fri Oct 08, 2004 2:38 pm
Location: Boston MA

error code = 601; The following project was not created

Post by vkumar »

Hello.....
We are trying install DS8.1 on AIX and use Oracle-10g_RAC and DB Repository...

ProductException: (error code = 601; message="EDataStageServer35522: The following project was not created testFor details, see the log file./tmp/ibm_is_logs/ISInstall2009.06.18.17[/color].45.38.log"

It is funny that we have to search the same log file for the same error....mentioned in the error...

Pls help
SVK
Thanx........
CTCT
vkumar
Participant
Posts: 31
Joined: Fri Oct 08, 2004 2:38 pm
Location: Boston MA

Post by vkumar »

Per IBM Support....


Edit the file "/opt/IBM/InformationServer/Server/DSEngine/sample/ds.rc"

There is a section in the script with the following line:
------------------------------------------------------
# get the env of the admin, and filter out weird stuff (su $admnID -c "sh -c \".
${DSHOME}/dsenv; env \
| grep -v '^PS[0-9]' \
| grep -v
'^_[^R][^L][^D][^_][^A][^R][^G][^S]' \
| grep -v '^A__z' \
| grep -v '^MAILMSG' \
| grep -v '^LOGNAME' \
| grep -v '^TMOUT' \
| grep -v '^mc=' \
| grep -v '^\}$' \
>> ${DSHOME}/${SUBFILE1}\""; exit)
------------------------------------------------------
That line is causing the "illegal variable name." Specifically, the problem is the last grep line: "| grep -v '^\}$' \"
Removing that piece fixes the proble
m.

This fixed the issue and we were able to restart Datastage successfully....
Thanx........
CTCT
datskosaraju
Premium Member
Premium Member
Posts: 48
Joined: Tue Nov 25, 2008 11:10 pm
Location: Des Moines,IA

Post by datskosaraju »

Thanks for sharing!!
"It's easier to go down a hill than up it but the view is much better at the top"
-Bennet,Arnold
Post Reply