Unable to catalog the object - error is 35637
- sureshanch
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
16 years 11 months ago #2151
by sureshanch
Unable to catalog the object - error is 35637 was created by sureshanch
Hi All,
Can anyone tell me what this error message means. I was trying to catalog the object
jsh anch ~ -->CATALOG TESTING.BP TEST.OBJCAT.TESTCAT
TEST.OBJCAT.TESTCAT The subroutine TEST_2OOBJCAT_2OTESTCAT is already defined in 35637
** Unable to catalog object TEST.OBJCAT.TESTCAT **
Please help me..........
Thanks and Regards,
Sureshanch
Can anyone tell me what this error message means. I was trying to catalog the object
jsh anch ~ -->CATALOG TESTING.BP TEST.OBJCAT.TESTCAT
TEST.OBJCAT.TESTCAT The subroutine TEST_2OOBJCAT_2OTESTCAT is already defined in 35637
** Unable to catalog object TEST.OBJCAT.TESTCAT **
Please help me..........
Thanks and Regards,
Sureshanch
Please Log in or Create an account to join the conversation.
- malai
-
- Offline
- Platinum Member
-
Less
More
- Posts: 509
- Thank you received: 11
16 years 11 months ago #2152
by malai
Replied by malai on topic Need the following
Type 'jshow -c TEST.OBJCAT.TESTCAT' in the jBASE prompt.
Also 'jdiag -c' output from the jBASE prompt.
______
Thanks
Also 'jdiag -c' output from the jBASE prompt.
______
Thanks
Please Log in or Create an account to join the conversation.
- sureshanch
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
16 years 11 months ago #2153
by sureshanch
Replied by sureshanch on topic Requested info
Hi Malaiselvan,
Thank you so much for immediate response
1.jshow:-
jsh anch ~ -->jshow -c TEST.OBJCAT.TESTCAT
Subroutine: /data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/lib/lib22.so.42
jBC TEST.OBJCAT.TESTCAT version 4.0 Mon Jul 7 10:57:29 2008
jBC TEST.OBJCAT.TESTCAT source file TESTING.BP
2.i am using g14, so 'jdiag -c' command is not working.
can you please tell me what i have to give from this command.
Thanks and Regards,
Suresh.k
Thank you so much for immediate response
1.jshow:-
jsh anch ~ -->jshow -c TEST.OBJCAT.TESTCAT
Subroutine: /data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/lib/lib22.so.42
jBC TEST.OBJCAT.TESTCAT version 4.0 Mon Jul 7 10:57:29 2008
jBC TEST.OBJCAT.TESTCAT source file TESTING.BP
2.i am using g14, so 'jdiag -c' command is not working.
can you please tell me what i have to give from this command.
Thanks and Regards,
Suresh.k
Please Log in or Create an account to join the conversation.
- malai
-
- Offline
- Platinum Member
-
Less
More
- Posts: 509
- Thank you received: 11
16 years 11 months ago #2154
by malai
Replied by malai on topic jdiag
jdiag should work irrespective to any GLOBUS/T24 releases.
Its just a jBASE command.
jsh myname ~ -->jdiag -c
Ok, if the above command doesnt work, execute the below commands
jsh myname ~ -->echo $JBCDEV_LIB
jsh myname ~ -->echo $JBCDEV_BIN
jsh myname ~ -->echo $JBCOBJECTLIST
Is this problem happening only for this particular routine, or for all the routines that you compile?
______
Thanks
Its just a jBASE command.
jsh myname ~ -->jdiag -c
Ok, if the above command doesnt work, execute the below commands
jsh myname ~ -->echo $JBCDEV_LIB
jsh myname ~ -->echo $JBCDEV_BIN
jsh myname ~ -->echo $JBCOBJECTLIST
Is this problem happening only for this particular routine, or for all the routines that you compile?
______
Thanks
Please Log in or Create an account to join the conversation.
- sureshanch
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
16 years 11 months ago #2155
by sureshanch
Replied by sureshanch on topic Requested info
Dear Mr.Malai,
Many thanks for the swift reply
1)jsh anch ~ -->echo $JBCDEV_LIB
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/lib
jsh anch ~ -->echo $JBCDEV_BIN
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/bin
jsh anch ~ -->echo $JBCOBJECTLIST
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/globuspatchlib:
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/globuslib:
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/lib:/lib:
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/SLIB
2)Yes,the problem is only for this particular routine
Thanks & Regards
Sureshanch
Many thanks for the swift reply
1)jsh anch ~ -->echo $JBCDEV_LIB
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/lib
jsh anch ~ -->echo $JBCDEV_BIN
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/bin
jsh anch ~ -->echo $JBCOBJECTLIST
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/globuspatchlib:
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/globuslib:
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/lib:/lib:
/data1/scm/oldsrv/shbg14107/dev/mbdemo/mbdemo.run/SLIB
2)Yes,the problem is only for this particular routine
Thanks & Regards
Sureshanch
Please Log in or Create an account to join the conversation.
- malai
-
- Offline
- Platinum Member
-
Less
More
- Posts: 509
- Thank you received: 11
16 years 11 months ago #2156
by malai
Replied by malai on topic Steps
Everything seems to be ok. Try decataloging and compile/catalog again.
Try these
Step1: DELETE-CATALOG TEST.OBJCAT.TESTCAT (this will delete your existing library)
Step2: jshow -c TEST.OBJCAT.TESTCAT (Make sure for no output)
Step3: BASIC TESTING.BP TEST.OBJCAT.TESTCAT
Step4: CATALOG TESTING.BP TEST.OBJCAT.TESTCAT
Post your errors (if any)
______
Thanks
Try these
Step1: DELETE-CATALOG TEST.OBJCAT.TESTCAT (this will delete your existing library)
Step2: jshow -c TEST.OBJCAT.TESTCAT (Make sure for no output)
Step3: BASIC TESTING.BP TEST.OBJCAT.TESTCAT
Step4: CATALOG TESTING.BP TEST.OBJCAT.TESTCAT
Post your errors (if any)
______
Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.036 seconds