otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Email List Archive Archive of the OTM SIG email list.

Tags:

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old December 12th, 2006, 02:46
Alan Cuartero
 
Posts: n/a
[SOLVED] Re: newbie question

Zara,

Yes, the default password for the glogdba user is glogdba. Either this was
changed by whoever setup your 5.5 database instance or the user doesn't
exist. Normally the database users would be created by the
create_glog_users.sql script located in the /opt/otm/glog/oracle/script8
directory. If you can login to your database as the system user you can
check to make sure the users exist with.

SELECT USERNAME
FROM ALL_USERS
WHERE USERNAME IN
('GLOGOWNER','GLOGDBA','GLOGDEV','GLOGLOAD','ARCHI VE','REPORTOWNER');

Of course if these users don't exist then you need to run through the
database setup in the admin guide to create the users, tablespaces and
import the database structure and default data.

Hope this helps.

Regards,
Alan Cuartero
Cuartero Consulting, LLC

On 12/11/06 6:51 PM, "idqpbi" <idqpbi (AT) gmail (DOT) com> wrote:

> Hi OTM/Glog experts,
>
> As a green horn, I would really appreciate if anybody could help me
> point to some further info. or answer my questions below:
>
> 1) Other than the OTM official documents, are there any other useful
> information on OTM, any archive of past G-Log forum?
>
> 2) I just installed OTM 5.5.1 on RHEL AS 4 using WebSphere as the
> application server, everything seems to be installed and configured.
> However when I tried to start OTM application server, I got the
> following in the terminal window:
> ================================================== ============
> [root@otm init.d] # ./otmapp55 start
> Waiting for DB Server to finish startup
> nohup: appending output to 'nohup.out'
> WebSphere startup initiated
> [root@otm init.d] #
> ================================================== ============
>
> And I monitored the "*/opt/otm/logs/websphere/console_out.log*" file, at
> the end, I got this:
>
> ------------------------------------------------------------------------------
> -------------------------------
>
> NMSV0018I: Name server available on bootstrap port 2809.
> SystemOut O *Fatal Error: Realm Initialization failed !!*
> ------------------------------------------------------------------------------
> --------------------------------
>
>
> And in the "*console_err.log*" file in the same directory, here I got
> more details:
>
> ------------------------------------------------------------------------------
> ---------------------------------
>
> SystemErr R java.sql.SQLException: ORA-01017: invalid
> username/password; logon denied
>
> java.sql.SQLException: *ORA-01017: invalid username/password; logon
> denied*
>
> at
> oracle.jdbc.dbaccess.DBError.throwSqlException (DBError.java:134)
> at oracle.jdbc.ttc7.TTIoer.processError
> (TTIoer.java:289)
> at oracle.jdbc.ttc7.o3log.receive2nd
> (O3log.java:510)
> at oracle.jdbc.ttc7.TTC7Protocol.logon
> (TTC7Protocol.java:279)
> at
> oracle.jdbc.driver.OracleConnection.<init> (OracleConnection.java:36
> ...........
> ...........
> ------------------------------------------------------------------------------
> -----------------------------------
>
>
> So it seems that it could not connect to the Oracle database on the
> remote server because of a bad username/password pair, however my
> question is, is the default username/pwd for this JDBC datasource
> "glogdba/glogdba" as specified in the "resource.properties" file and the
> "glog.properties" file?
>
> I tried to connect to the db server using glogdba/glogdba and it failed
> with same "invalid username/pwd" error.
>
> Please help me by give me some hints how to further troubleshoot this. I
> am new to the Oracle stack as I mentioned. Hope I could learn as quickly
> as possible.
>
> Thank you very much for reading this far. Wish you all a happy and warm
> holiday!
>
> Zara
>
> You are receiving this mail as a subscriber of the Oracle Transportation
> Management SIG List Server. This list is provided by Solution Beacon,
> LLC for the Oracle Transportation Management SIG to facilitate distribution
> of issues and topics related to Oracle Transportation Management. If you
> do not want to receive future mail from the list, send email to
> majordomo (AT) solutionbeacon (DOT) net with the words "unsubscribe otmsig" (without
> quotes) in the body of the email.
> If you need help, please contact mweiss (AT) solutionbeacon (DOT) com.
> Thank you!




You are receiving this mail as a subscriber of the Oracle Transportation
Management SIG List Server. This list is provided by Solution Beacon,
LLC for the Oracle Transportation Management SIG to facilitate distribution
of issues and topics related to Oracle Transportation Management. If you
do not want to receive future mail from the list, send email to
majordomo (AT) solutionbeacon (DOT) net with the words "unsubscribe otmsig" (without
quotes) in the body of the email.
If you need help, please contact mweiss (AT) solutionbeacon (DOT) com.
Thank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old December 12th, 2006, 02:46
idqpbi
 
Posts: n/a
Re: newbie question

Alan,

Wow, I did not expect to receive a response so quickly. And you are
absolutely correct. The database scripts were not run at all.
Thanks a bunch!!!

Alan Cuartero wrote:
> Zara,
>
> Yes, the default password for the glogdba user is glogdba. Either this was
> changed by whoever setup your 5.5 database instance or the user doesn't
> exist. Normally the database users would be created by the
> create_glog_users.sql script located in the /opt/otm/glog/oracle/script8
> directory. If you can login to your database as the system user you can
> check to make sure the users exist with.
>
> SELECT USERNAME
> FROM ALL_USERS
> WHERE USERNAME IN
> ('GLOGOWNER','GLOGDBA','GLOGDEV','GLOGLOAD','ARCHI VE','REPORTOWNER');
>
> Of course if these users don't exist then you need to run through the
> database setup in the admin guide to create the users, tablespaces and
> import the database structure and default data.
>
> Hope this helps.
>
> Regards,
> Alan Cuartero
> Cuartero Consulting, LLC
>
> On 12/11/06 6:51 PM, "idqpbi" <idqpbi (AT) gmail (DOT) com> wrote:
>
>
>> Hi OTM/Glog experts,
>>
>> As a green horn, I would really appreciate if anybody could help me
>> point to some further info. or answer my questions below:
>>
>> 1) Other than the OTM official documents, are there any other useful
>> information on OTM, any archive of past G-Log forum?
>>
>> 2) I just installed OTM 5.5.1 on RHEL AS 4 using WebSphere as the
>> application server, everything seems to be installed and configured.
>> However when I tried to start OTM application server, I got the
>> following in the terminal window:
>> ================================================== ============
>> [root@otm init.d] # ./otmapp55 start
>> Waiting for DB Server to finish startup
>> nohup: appending output to 'nohup.out'
>> WebSphere startup initiated
>> [root@otm init.d] #
>> ================================================== ============
>>
>> And I monitored the "*/opt/otm/logs/websphere/console_out.log*" file, at
>> the end, I got this:
>>
>> ------------------------------------------------------------------------------
>> -------------------------------
>>
>> NMSV0018I: Name server available on bootstrap port 2809.
>> SystemOut O *Fatal Error: Realm Initialization failed !!*
>> ------------------------------------------------------------------------------
>> --------------------------------
>>
>>
>> And in the "*console_err.log*" file in the same directory, here I got
>> more details:
>>
>> ------------------------------------------------------------------------------
>> ---------------------------------
>>
>> SystemErr R java.sql.SQLException: ORA-01017: invalid
>> username/password; logon denied
>>
>> java.sql.SQLException: *ORA-01017: invalid username/password; logon
>> denied*
>>
>> at
>> oracle.jdbc.dbaccess.DBError.throwSqlException (DBError.java:134)
>> at oracle.jdbc.ttc7.TTIoer.processError
>> (TTIoer.java:289)
>> at oracle.jdbc.ttc7.o3log.receive2nd
>> (O3log.java:510)
>> at oracle.jdbc.ttc7.TTC7Protocol.logon
>> (TTC7Protocol.java:279)
>> at
>> oracle.jdbc.driver.OracleConnection.<init> (OracleConnection.java:36
>> ...........
>> ...........
>> ------------------------------------------------------------------------------
>> -----------------------------------
>>
>>
>> So it seems that it could not connect to the Oracle database on the
>> remote server because of a bad username/password pair, however my
>> question is, is the default username/pwd for this JDBC datasource
>> "glogdba/glogdba" as specified in the "resource.properties" file and the
>> "glog.properties" file?
>>
>> I tried to connect to the db server using glogdba/glogdba and it failed
>> with same "invalid username/pwd" error.
>>
>> Please help me by give me some hints how to further troubleshoot this. I
>> am new to the Oracle stack as I mentioned. Hope I could learn as quickly
>> as possible.
>>
>> Thank you very much for reading this far. Wish you all a happy and warm
>> holiday!
>>
>> Zara
>>
>> You are receiving this mail as a subscriber of the Oracle Transportation
>> Management SIG List Server. This list is provided by Solution Beacon,
>> LLC for the Oracle Transportation Management SIG to facilitate distribution
>> of issues and topics related to Oracle Transportation Management. If you
>> do not want to receive future mail from the list, send email to
>> majordomo (AT) solutionbeacon (DOT) net with the words "unsubscribe otmsig" (without
>> quotes) in the body of the email.
>> If you need help, please contact mweiss (AT) solutionbeacon (DOT) com.
>> Thank you!
>>

>
>
>
> You are receiving this mail as a subscriber of the Oracle Transportation
> Management SIG List Server. This list is provided by Solution Beacon,
> LLC for the Oracle Transportation Management SIG to facilitate distribution
> of issues and topics related to Oracle Transportation Management. If you
> do not want to receive future mail from the list, send email to
> majordomo (AT) solutionbeacon (DOT) net with the words "unsubscribe otmsig" (without
> quotes) in the body of the email.
> If you need help, please contact mweiss (AT) solutionbeacon (DOT) com.
> Thank you!
>
>



You are receiving this mail as a subscriber of the Oracle Transportation
Management SIG List Server. This list is provided by Solution Beacon,
LLC for the Oracle Transportation Management SIG to facilitate distribution
of issues and topics related to Oracle Transportation Management. If you
do not want to receive future mail from the list, send email to
majordomo (AT) solutionbeacon (DOT) net with the words "unsubscribe otmsig" (without
quotes) in the body of the email.
If you need help, please contact mweiss (AT) solutionbeacon (DOT) com.
Thank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about Outbound XML size baji Integration and Data Mapping 6 February 5th, 2008 17:25
Question about voucher baji Integration and Data Mapping 2 January 22nd, 2008 15:37
V4.5 Update and Migration Question Part 1 CDrozdowski Installation and Upgrades 2 June 7th, 2007 20:33
I have a fundamental question about Domain structure in OTM. runinord Execution 3 January 23rd, 2007 14:42
newbie question idqpbi Email List Archive 0 December 12th, 2006 02:46



All times are GMT. The time now is 02:08.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37