Now a days I am reading noble "The Art of Happiness" for living, Some of the chaptors are really good for the self & inner improvement.
Monday, 21 March 2016
Sunday, 20 March 2016
SQL6033W Stop command processing was attempted
Everyday is planned for the work So Same I had created some task and decided,I will do this next day.
Next day, I came in office I started my VM environment for testing reason But db2 started playing with me.
and throws this below error
SQL6033W Stop command processing was attempted on "1" node(s). "0" node(s) were successfully stopped. "0" node(s) were already stopped. "0" node(s) could not be stopped.
I found the resolution for shutting Db2 mouth.
Steps : - 1 ) just check your hostname of the machine
2 ) Update the same hostname in db2nodes.cfg file.
3 ) Again take DB2 instance restart

Next day, I came in office I started my VM environment for testing reason But db2 started playing with me.
and throws this below error
SQL6033W Stop command processing was attempted on "1" node(s). "0" node(s) were successfully stopped. "0" node(s) were already stopped. "0" node(s) could not be stopped.
I found the resolution for shutting Db2 mouth.
Steps : - 1 ) just check your hostname of the machine
2 ) Update the same hostname in db2nodes.cfg file.
3 ) Again take DB2 instance restart
Thursday, 17 March 2016
CTGIMU516E You are not authorized to perform any tasks. Contact your system administrator.
CTGIMU516E
You are not authorized to perform any tasks. Contact your system administrator.
During SSO authentication, this error make me very irritated But always optimistic.
I follwed below stpes.
Steps:-
1) I was accessing the below URL
https://ISAMMACHINE/junction/itim/console
error comes
CTGIMU516E
You are not authorized to perform any tasks. Contact your system administrator.
This error was coming because ISIM user was not having access rights So I added user into ITIMGroup
2 ) I tried again to access itim console url (https://ISAMMACHINE/junction/itim/console)
SSO authentication happen successfully.
hope this help..!!
You are not authorized to perform any tasks. Contact your system administrator.
During SSO authentication, this error make me very irritated But always optimistic.
I follwed below stpes.
Steps:-
1) I was accessing the below URL
https://ISAMMACHINE/junction/itim/console
error comes
CTGIMU516E
You are not authorized to perform any tasks. Contact your system administrator.
This error was coming because ISIM user was not having access rights So I added user into ITIMGroup
2 ) I tried again to access itim console url (https://ISAMMACHINE/junction/itim/console)
SSO authentication happen successfully.
hope this help..!!
Wednesday, 16 March 2016
DPWWM2090E A junction mount point must begin with '/'
DPWWM2090E A junction mount point must begin with '/'
Command junction creation :-
server task default-webseald-CIAMAMS1 create -b supply -t tcp -s -j -e utf8_uri -c iv_creds -p 9080 ciamams /isimserver
Fix : -Always must define -h before host machine
Correct Command will look as below :-
server task default-webseald-CIAMAMS1 create -b supply -t tcp -s -j -e utf8_uri -c iv_creds -p 9080 -h ciamams /isimserver
Command junction creation :-
server task default-webseald-CIAMAMS1 create -b supply -t tcp -s -j -e utf8_uri -c iv_creds -p 9080 ciamams /isimserver
Fix : -Always must define -h before host machine
Correct Command will look as below :-
server task default-webseald-CIAMAMS1 create -b supply -t tcp -s -j -e utf8_uri -c iv_creds -p 9080 -h ciamams /isimserver
Thursday, 10 March 2016
LDAP: error code 4 - This search operation has sent the maximum of 1000 entries to the client]; remaining name
{lookupCostCenter_OnError}: GE01E: Error isException Class :
javax.naming.SizeLimitExceededException Exception: {
"status":
"fail",
"connectorname":
"lookupCostCenter",
"operation":
"get",
"exception":
"javax.naming.SizeLimitExceededException: [LDAP: error code 4 - This
search operation has sent the maximum of 1000 entries to the client]; remaining
name 'ou=CostCenter,o=DTAG'",
"message":
"[LDAP: error code 4 - This search operation has sent the maximum of 1000
entries to the client]",
"class":
"javax.naming.SizeLimitExceededException"
}
[AssemblyLines/InitialLoadOU] ERROR - CTGDKE022E No available property stores to read key
[AssemblyLines/InitialLoadOU] ERROR - CTGDKE022E No available property stores to read key
We received this error from the client ,found the cause for this that TDI solution XML file was not able to find the property file in which all the property store defined. We had placed the property file to correct location as per TDI environment ,issue got resolve...!!
Wednesday, 9 March 2016
CTGIMU401E An error occurred while trying to add a user.
CTGIMU401E
An error occurred while trying to add a user.
I face this error when creating a new account from ISIM. All the user related transactions was going failed.
So Fix I found for this.
Steps:-1 ) first reach to the path
/opt/IBM/tivoli/common/CTGIM/logs
and check trace.log ,you will see ITIM_bus error inside the trace.log as below
CWSIT0088E: There are currently no messaging engines in bus itim_bus running. Additional failure information:
2) Take Db2 and WebSphere restart once ,Surely it will be fixed.
Db2
*su - db2instance //login from db2instance
*db2stop
*db2start
WebSphere
reach to path
*/opt/IBM/WebSphere/AppServer/bin
*./stopServer.sh server1
*./startServer.sh server1
An error occurred while trying to add a user.
I face this error when creating a new account from ISIM. All the user related transactions was going failed.
So Fix I found for this.
Steps:-1 ) first reach to the path
/opt/IBM/tivoli/common/CTGIM/logs
and check trace.log ,you will see ITIM_bus error inside the trace.log as below
CWSIT0088E: There are currently no messaging engines in bus itim_bus running. Additional failure information:
2) Take Db2 and WebSphere restart once ,Surely it will be fixed.
Db2
*su - db2instance //login from db2instance
*db2stop
*db2start
WebSphere
reach to path
*/opt/IBM/WebSphere/AppServer/bin
*./stopServer.sh server1
*./startServer.sh server1
Subscribe to:
Posts (Atom)