error while connecting to ProLE

madhu1

Active Newcomer
Joined
Jan 6, 2011
Messages
22
Reaction score
0
Points
0
Hello,

Here we are getting issue with ERP for SAP-DB2. while connecting to db2SID. here are the below details.

su - db2XXX
bash-3.2$ cd /usr/tivoli/tsm/tdp_r3/db264/
bash-3.2$ backom -c password

===============================================================================
Data Protection for SAP(R) - Backup Object Manager

- Version 6, Release 3, Modification 0 Level 0 for AIX LF 64-bit -
Build: 475X compiled on Sep 22 2011
(c) Copyright IBM Corporation, 1996, 2011, All Rights Reserved.
===============================================================================

BKI2001E: Socket error while connecting to ProLE at xxxx:57324: A remote host refused an attempted connect operation..
BKI2001E: Socket error while connecting to ProLE at xxxx:57324: A remote host refused an attempted connect operation..
BKI8512I: Return code is: 2

please help me out..

Thanks in Advance.
 
And Do i need to install Administration Assistant for ERP- SAP
 
Administration assistent is not related.
Is prole running on the system?
 
Thank you Jeroen. Please help me to solve this ProLE issue.
 
Jeroen is asking to do this: ps -ef | grep -i prole

Do you see any process?
 
Hi,

here are details,

$ su - root
root's Password:
[YOU HAVE NEW MAIL]
# ps -ef | grep -i prole
root 14024884 18284678 0 10:51:33 pts/0 0:00 grep -i prole


Last login: Sun Aug 5 10:52:53 GMT+05:30 2012 on /dev/pts/1 from 166.118.198.75
*******************************************************************************
* *
* *
* Welcome to AIX Version 6.1! *
* *
* *
* Please see the README file in /usr/lpp/bos for information pertinent to *
* this release of the AIX Operating System. *
* *
* *
*******************************************************************************
$ su - root
root's Password:
[YOU HAVE NEW MAIL]
# bash
bash-3.2# su - db2sbq
sblqas:db2sbq 1> ps -ef |grep -i prole
db2sbq 3997714 10944698 0 10:54:44 pts/1 0:00 grep -i prole
sblqas:db2sbq 2>
 
Ok, prole is not running. You need something like this in inittab


pd64:2345:respawn:/usr/tivoli/tsm/tdp_r3/db264/prole -p tdpr3db264

Cheers
 
DazRaz,

Yes i did exactly that, with no luck
 
I added entry in /etc/services but having same issue..
 
Thanks for reply.. Now port is working.

I am facing new problem with backup issue, the issue is:


sblqas:db2sbq 11> db2 backup db XXX online use TSM
SQL2033N An error occurred while accessing TSM during the processing of a
database utility. Reason code: "400".

And ERRORLOG entry:

ANS1036S The option 'DB2/XXX/TDP_R3/VENDOR.ENV' or the valu supplied for it is not valid. It was found in options file 'OPTIONS STRING'
at line number: 1
The complete entry: '/db2/XXX/tdp_r3/vendor.env'
ANS1038S Invalid option specified

Please help me to solve the possible errors in my configuration (option files)

Thanks in Advance.
 
The output of db2adutl
>>>db2adutl query
Error: Initialize session failed with ADSM return code 137


If any one have any idea on this please suggest..
 
Back
Top