Search found 51 matches

by vipson
Thu Mar 20, 2008 9:17 am
Forum: General
Topic: Pass a job level parameter at command line for running a job
Replies: 7
Views: 1789

Pass a job level parameter at command line for running a job

Hello again. Again, I am trying to set some standards at my job. Here is the case: I have bunch of parameters for a job. Parameters would be for odbc connections (db connection, user id, password). This job is generic, means that I will be calling this job at command line for different databases. Is...
by vipson
Thu Mar 20, 2008 9:13 am
Forum: General
Topic: Naming Convention
Replies: 2
Views: 1204

Naming Convention

Hello Gurus, I am trying to come up with Naming Conventions. Any recommendations naming conventions for 1. dsn entries in uvodbc.config and .odbc.ini files 2. Data connections I was thinking about <3 letter ACRONYM of PROJECT>_<Database Server Name>_<DatabaseName> as dsn entries and <3 letter ACRONY...
by vipson
Fri Feb 01, 2008 2:11 pm
Forum: General
Topic: missing DSN entry
Replies: 4
Views: 1446

Thanks a bunch

Yes...It is working...
Thank you so much..
by vipson
Fri Feb 01, 2008 2:02 pm
Forum: General
Topic: missing DSN entry
Replies: 4
Views: 1446

Good suggestion

You are right about that file. There is one at project level.
Though, in my case it is a file. I like your suggestion. Easy to maintain and consistent results...

Now, let me try to change the file and see...
by vipson
Fri Feb 01, 2008 1:14 pm
Forum: General
Topic: missing DSN entry
Replies: 4
Views: 1446

missing DSN entry

Hello again..

I am trying to create ODBC connection and I have the needed entry under .odbc.ini and uvodbc.config files. For some reason I can not see the DSN in my drop down list.
What could be wrong? What did I miss?
by vipson
Fri Feb 01, 2008 12:35 pm
Forum: General
Topic: Permission denied wirting reject files
Replies: 1
Views: 781

Permission denied wirting reject files

I have a job that is suppose to write rejected records into reject files on our UNIX server. During the run, I am getting error: S_Reject_Pto_aten_Clnica,0: Unable to open /xyz/etl/reject/MyProject/Rejec_DIM/PTO_ATEN_CLINICA: Permission denied. Looks like I don't have write permissions in that direc...