Sponsored Content
Top Forums UNIX for Beginners Questions & Answers awk unable to print array next to each other Post 303045765 by shanul karim on Sunday 12th of April 2020 12:52:27 PM
Old 04-12-2020
Dear RudC,


Can we have changes in your script according to below data..



Quote:
5339587 2020-04-12T01:52:58.604+0300 PL-11 ER: "vc_MessageInformation=Failure in database operation towards the back-end; vc_ApplicationStackId=SDA; vc_AdditionalInformation=Operation: Modify Error code: 20 Error Text: Type or value exists - modify/add: CDC: value #0 already exists Database server: ldap://1X.2XX.1XX.2XX:3XX
5339587 2020-04-12T01:52:58.604+0300 PL-11 ER: "vc_MessageInformation=Failure in database operation towards the back-end; vc_ApplicationStackId=SDA; vc_AdditionalInformation=Operation: Modify Error code: 20 Error Text: Type or value exists - modify/add: CDC: value #0 already exists Database server: ldap://1X.2XX.1XX.2XX:3XX
5339587 2020-04-12T01:52:58.604+0300 PL-11 ER: "vc_MessageInformation=Failure in database operation towards the back-end; vc_ApplicationStackId=SDA; vc_AdditionalInformation=Operation: Modify Error code: 20 Error Text: Type or value exists - modify/add: CDC: value #0 already exists Database server: ldap://1X.2XX.1XX.2XX:3XX
5339587 2020-04-12T01:52:58.604+0300 PL-11 ER: "vc_MessageInformation=Failure in database operation towards the back-end; vc_ApplicationStackId=SDA; vc_AdditionalInformation=Operation: Modify Error code: 20 Error Text: Type or value exists - modify/add: CDC: value #0 already exists Database server: ldap://1X.2XX.1XX.2XX:3XX
5339587 2020-04-12T01:52:58.604+0300 PL-11 ER: "vc_MessageInformation=Failure in database operation towards the back-end; vc_ApplicationStackId=SDA; vc_AdditionalInformation=Operation: Modify Error code: 20 Error Text: Type or value exists - modify/add: CDC: value #0 already exists Database server: ldap://1X.2XX.1XX.2XX:3XX
5339587 2020-04-12T01:52:58.604+0300 PL-11 ER: "vc_MessageInformation=Failure in database operation towards the back-end; vc_ApplicationStackId=SDA; vc_AdditionalInformation=Operation: Modify Error code: 20 Error Text: Type or value exists - modify/add: CDC: value #0 already exists Database server: ldap://1X.2XX.1XX.2XX:3XX





Quote:
vc_MessageInformation vc_AdditionalInformation Error code Error Text Database server
Failure in database operation towards the back-end Modify 20 Type or value exists - modify/add: CDC: value #0 already exists ldap://1X.2XX.1XX.2XX:3XX
Failure in database operation towards the back-end Modify 20 Type or value exists - modify/add: CDC: value #0 already exists ldap://1X.2XX.1XX.2XX:3XX
Failure in database operation towards the back-end Modify 20 Type or value exists - modify/add: CDC: value #0 already exists ldap://1X.2XX.1XX.2XX:3XX
Failure in database operation towards the back-end Modify 20 Type or value exists - modify/add: CDC: value #0 already exists ldap://1X.2XX.1XX.2XX:3XX
Failure in database operation towards the back-end Modify 20 Type or value exists - modify/add: CDC: value #0 already exists ldap://1X.2XX.1XX.2XX:3XX
Failure in database operation towards the back-end Modify 20 Type or value exists - modify/add: CDC: value #0 already exists ldap://1X.2XX.1XX.2XX:3XX
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unable to set a data to array

Hi All, Iam trying to set the value to the array... Still its not happening Following is the code: #!/usr/bin/ksh filenames="x"; filenames="y"; echo $filenames; echo $filenames; O/P: x x Iam expecting (2 Replies)
Discussion started by: kiranlalka
2 Replies

2. Solaris

Unable to access 3500 FC array. Where is the problem?..

Hi, I have two Sun Fire V490 with Solaris 10 5/08, FC switch and two Sun StorageTek 3500 FC arrays. Each array is connected to switch and to one server at a time. In the last week I installed Solaris 10 5/08 on both servers and set up Sun Cluster, version 3.2. At wednesday all was fine - all... (7 Replies)
Discussion started by: Sapfeer
7 Replies

3. Shell Programming and Scripting

awk: reading into an array and then print the value corresponding to index

I am beginner in awk awk 'BEGIN{for(i=1;(getline<"opnoise")>0;i++) arr=$1}{print arr}' In the above script, opnoise is a file, I am reading it into an array and then printing the value corresponding to index 20. Well this is not my real objective, but I have posted this example to describe... (19 Replies)
Discussion started by: akshaykr2
19 Replies

4. Shell Programming and Scripting

Print array into a single file - AWK

Hi all, I been looking for a solution to the fact that when I use: for (i=1; i<=NF; i++) print $ifields that are originally in a single line are printed in a single line I have severals files for which the first 7 are the same, but the number of variables after that can vary, for example NF... (5 Replies)
Discussion started by: PaulaL
5 Replies

5. Programming

Unable to assign zero to unsigned character array

Hi, I am unable to assign value zero to my variable which is defined as unsigned char. typedef struct ABCD { unsigned char abc; unsigned char def; unsigned char ghi; } ABCD; typedef ABCD *PABCD; In my Por*C code, i assign the values using memcpy like below ... (3 Replies)
Discussion started by: gthangav
3 Replies

6. Shell Programming and Scripting

Unable To access array in awk

Hi, i have the following code in which i am passing array tldn in awk using -v option & despite of that condition is not getting matched,can somebody suggest how to handle shell arrays in awk tcount=(9875 9667) awk -F"\t" -v ltldn="${tldn}" 'NR==FNR {POSTPAIDMDNS=$2"|"$3;next} ... (6 Replies)
Discussion started by: siramitsharma
6 Replies

7. UNIX for Dummies Questions & Answers

How To Print Array in awk?

Hello, May i please know how do i print the array using awk script. I am using below shell script to start with but not working. #!/bin/bash LOADSTATUS="Line 0" LOADSTATUS="Line 1" LOADSTATUS="Line 2" LOADSTATUS="Line 3" LOADSTATUS="Line 4" awk ' BEGIN { Your File Load Status }... (1 Reply)
Discussion started by: Ariean
1 Replies

8. Shell Programming and Scripting

Not getting array in .awk file and print it

I have test.sh file as below : set -A IDARR $ID echo | awk -f test.awk -v TempArr="${IDARR }" I have test.awk file as below : BEGIN { Flag = 1; } { print "Hello"; for(i in TempArr) { print i; } } (9 Replies)
Discussion started by: nes
9 Replies

9. Shell Programming and Scripting

awk to print array that occurs the most with matching value in another field

In the below awk I am splitting $7 on the : and then counting each line or NM_xxxx. If the $1 value is the same for each line then print the $7 that occurs the most with the matching $1 value. The awk seems close but I am not sure what is going on. I included a description as well as to what I... (1 Reply)
Discussion started by: cmccabe
1 Replies

10. Shell Programming and Scripting

Unable to print python array in shell script loop.

I am unable to loop print a python string array in my unix shell script: ~/readarr.sh '{{ myarr }}' more readarr.sh echo "Parameter 1:"$1 MYARRAY= $1 IFS= MYARRAY=`python <<< "print ' '.join($MYARRAY)"` for a in "$MYARRAY"; do echo "Printing Array: $a" done Can you... (10 Replies)
Discussion started by: mohtashims
10 Replies
DateTime::Locale::ur(3pm)				User Contributed Perl Documentation				 DateTime::Locale::ur(3pm)

NAME
DateTime::Locale::ur - DateTime locale package for "ur" SYNOPSIS
use DateTime; my $dt = DateTime->now( locale => 'ur' ); print $dt->month_name(); DESCRIPTION
This is the DateTime locale package for Urdu. DATA
This locale inherits from the DateTime::Locale::root locale. It contains the following data. Days Wide (format) XXX XXXX XXX XXXXXX XXXX XXXX XXXXX Abbreviated (format) XXX XXXX XXX XXXXXX XXXX XXXX XXXXX Narrow (format) X X X X X X X Wide (stand-alone) XXX XXXX XXX XXXXXX XXXX XXXX XXXXX Abbreviated (stand-alone) 2 3 4 5 6 7 1 Narrow (stand-alone) X X X X X X X Months Wide (format) XXXXX XXXXX XXX X XXXXX XX XXX XXXXX XXXX XXXXX XXXXXX XXXXX XXXXX Abbreviated (format) XXXXX XXXXX XXX X XXXXX XX XXX XXXXX XXXX XXXXX XXXXXX XXXXX XXXXX Narrow (format) X X X X X X X X X X X X Wide (stand-alone) XXXXX XXXXX XXX X XXXXX XX XXX XXXXX XXXX XXXXX XXXXXX XXXXX XXXXX Abbreviated (stand-alone) 1 2 3 4 5 6 7 8 9 10 11 12 Narrow (stand-alone) X X X X X X X X X X X X Quarters Wide (format) XXXX XX XXXX XXXXX XX XXXX XXXXX XX XXXX XXXXX XX XXXX Abbreviated (format) 1XX XXXX 2XX XXXX 3XX XXXX 4XX XXXX Narrow (format) 1 2 3 4 Wide (stand-alone) XXXX XX XXXX XXXXX XX XXXX XXXXX XX XXXX XXXXX XX XXXX Abbreviated (stand-alone) 1XX XXXX 2XX XXXX 3XX XXXX 4XX XXXX Narrow (stand-alone) 1 2 3 4 Eras Wide XXX XXXX XXXXX XX Abbreviated X X XXXXX XX Narrow X X XXXXX XX Date Formats Full 2008-02-05T18:30:30 = XXXX, 5, XXXXX 2008 1995-12-22T09:05:02 = XXXX, 22, XXXXX 1995 -0010-09-15T04:44:23 = XXXX, 15, XXXXX -10 Long 2008-02-05T18:30:30 = 5, XXXXX 2008 1995-12-22T09:05:02 = 22, XXXXX 1995 -0010-09-15T04:44:23 = 15, XXXXX -10 Medium 2008-02-05T18:30:30 = 5, XXXXX 2008 1995-12-22T09:05:02 = 22, XXXXX 1995 -0010-09-15T04:44:23 = 15, XXXXX -10 Short 2008-02-05T18:30:30 = 5/2/08 1995-12-22T09:05:02 = 22/12/95 -0010-09-15T04:44:23 = 15/9/-10 Default 2008-02-05T18:30:30 = 5, XXXXX 2008 1995-12-22T09:05:02 = 22, XXXXX 1995 -0010-09-15T04:44:23 = 15, XXXXX -10 Time Formats Full 2008-02-05T18:30:30 = 6:30:30 XXX XXXXX UTC 1995-12-22T09:05:02 = 9:05:02 XXX XXXXX UTC -0010-09-15T04:44:23 = 4:44:23 XXX XXXXX UTC Long 2008-02-05T18:30:30 = 6:30:30 XXX XXXXX UTC 1995-12-22T09:05:02 = 9:05:02 XXX XXXXX UTC -0010-09-15T04:44:23 = 4:44:23 XXX XXXXX UTC Medium 2008-02-05T18:30:30 = 6:30:30 XXX XXXXX 1995-12-22T09:05:02 = 9:05:02 XXX XXXXX -0010-09-15T04:44:23 = 4:44:23 XXX XXXXX Short 2008-02-05T18:30:30 = 6:30 XXX XXXXX 1995-12-22T09:05:02 = 9:05 XXX XXXXX -0010-09-15T04:44:23 = 4:44 XXX XXXXX Default 2008-02-05T18:30:30 = 6:30:30 XXX XXXXX 1995-12-22T09:05:02 = 9:05:02 XXX XXXXX -0010-09-15T04:44:23 = 4:44:23 XXX XXXXX Datetime Formats Full 2008-02-05T18:30:30 = XXXX, 5, XXXXX 2008 6:30:30 XXX XXXXX UTC 1995-12-22T09:05:02 = XXXX, 22, XXXXX 1995 9:05:02 XXX XXXXX UTC -0010-09-15T04:44:23 = XXXX, 15, XXXXX -10 4:44:23 XXX XXXXX UTC Long 2008-02-05T18:30:30 = 5, XXXXX 2008 6:30:30 XXX XXXXX UTC 1995-12-22T09:05:02 = 22, XXXXX 1995 9:05:02 XXX XXXXX UTC -0010-09-15T04:44:23 = 15, XXXXX -10 4:44:23 XXX XXXXX UTC Medium 2008-02-05T18:30:30 = 5, XXXXX 2008 6:30:30 XXX XXXXX 1995-12-22T09:05:02 = 22, XXXXX 1995 9:05:02 XXX XXXXX -0010-09-15T04:44:23 = 15, XXXXX -10 4:44:23 XXX XXXXX Short 2008-02-05T18:30:30 = 5/2/08 6:30 XXX XXXXX 1995-12-22T09:05:02 = 22/12/95 9:05 XXX XXXXX -0010-09-15T04:44:23 = 15/9/-10 4:44 XXX XXXXX Default 2008-02-05T18:30:30 = 5, XXXXX 2008 6:30:30 XXX XXXXX 1995-12-22T09:05:02 = 22, XXXXX 1995 9:05:02 XXX XXXXX -0010-09-15T04:44:23 = 15, XXXXX -10 4:44:23 XXX XXXXX Available Formats d (X) 2008-02-05T18:30:30 = X 1995-12-22T09:05:02 = X -0010-09-15T04:44:23 = X EEEd (d EEE) 2008-02-05T18:30:30 = 5 XXXX 1995-12-22T09:05:02 = 22 XXXX -0010-09-15T04:44:23 = 15 XXXX Hm (HH:mm) 2008-02-05T18:30:30 = 18:30 1995-12-22T09:05:02 = 09:05 -0010-09-15T04:44:23 = 04:44 hm (h:mm a) 2008-02-05T18:30:30 = 6:30 XXX XXXXX 1995-12-22T09:05:02 = 9:05 XXX XXXXX -0010-09-15T04:44:23 = 4:44 XXX XXXXX Hms (H:mm:ss) 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 9:05:02 -0010-09-15T04:44:23 = 4:44:23 hms (h:mm:ss a) 2008-02-05T18:30:30 = 6:30:30 XXX XXXXX 1995-12-22T09:05:02 = 9:05:02 XXX XXXXX -0010-09-15T04:44:23 = 4:44:23 XXX XXXXX M (LL) 2008-02-05T18:30:30 = 02 1995-12-22T09:05:02 = 12 -0010-09-15T04:44:23 = 09 Md (M-d) 2008-02-05T18:30:30 = 2-5 1995-12-22T09:05:02 = 12-22 -0010-09-15T04:44:23 = 9-15 MEd (E, M-d) 2008-02-05T18:30:30 = XXXX, 2-5 1995-12-22T09:05:02 = XXXX, 12-22 -0010-09-15T04:44:23 = XXXX, 9-15 MMM (LLL) 2008-02-05T18:30:30 = 2 1995-12-22T09:05:02 = 12 -0010-09-15T04:44:23 = 9 MMMd (MMM d) 2008-02-05T18:30:30 = XXXXX 5 1995-12-22T09:05:02 = XXXXX 22 -0010-09-15T04:44:23 = XXXXX 15 MMMEd (E MMM d) 2008-02-05T18:30:30 = XXXX XXXXX 5 1995-12-22T09:05:02 = XXXX XXXXX 22 -0010-09-15T04:44:23 = XXXX XXXXX 15 MMMMd (MMMM d) 2008-02-05T18:30:30 = XXXXX 5 1995-12-22T09:05:02 = XXXXX 22 -0010-09-15T04:44:23 = XXXXX 15 MMMMEd (E MMMM d) 2008-02-05T18:30:30 = XXXX XXXXX 5 1995-12-22T09:05:02 = XXXX XXXXX 22 -0010-09-15T04:44:23 = XXXX XXXXX 15 ms (mm:ss) 2008-02-05T18:30:30 = 30:30 1995-12-22T09:05:02 = 05:02 -0010-09-15T04:44:23 = 44:23 y (y) 2008-02-05T18:30:30 = 2008 1995-12-22T09:05:02 = 1995 -0010-09-15T04:44:23 = -10 yM (yyyy-M) 2008-02-05T18:30:30 = 2008-2 1995-12-22T09:05:02 = 1995-12 -0010-09-15T04:44:23 = -010-9 yMEd (EEE, yyyy-d-M) 2008-02-05T18:30:30 = XXXX, 2008-5-2 1995-12-22T09:05:02 = XXXX, 1995-22-12 -0010-09-15T04:44:23 = XXXX, -010-15-9 yMMM (y MMM) 2008-02-05T18:30:30 = 2008 XXXXX 1995-12-22T09:05:02 = 1995 XXXXX -0010-09-15T04:44:23 = -10 XXXXX yMMMEd (EEE, y MMM d) 2008-02-05T18:30:30 = XXXX, 2008 XXXXX 5 1995-12-22T09:05:02 = XXXX, 1995 XXXXX 22 -0010-09-15T04:44:23 = XXXX, -10 XXXXX 15 yMMMM (y MMMM) 2008-02-05T18:30:30 = 2008 XXXXX 1995-12-22T09:05:02 = 1995 XXXXX -0010-09-15T04:44:23 = -10 XXXXX yQ (Q yyyy) 2008-02-05T18:30:30 = 1 2008 1995-12-22T09:05:02 = 4 1995 -0010-09-15T04:44:23 = 3 -010 yQQQ (y QQQ) 2008-02-05T18:30:30 = 2008 1XX XXXX 1995-12-22T09:05:02 = 1995 4XX XXXX -0010-09-15T04:44:23 = -10 3XX XXXX yyQ (yy Q) 2008-02-05T18:30:30 = 08 1 1995-12-22T09:05:02 = 95 4 -0010-09-15T04:44:23 = -10 3 Miscellaneous Prefers 24 hour time? No Local first day of the week XXX SUPPORT
See DateTime::Locale. AUTHOR
Dave Rolsky <autarch@urth.org> COPYRIGHT
Copyright (c) 2008 David Rolsky. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This module was generated from data provided by the CLDR project, see the LICENSE.cldr in this distribution for details on the CLDR data's license. perl v5.10.1 2010-03-19 DateTime::Locale::ur(3pm)
All times are GMT -4. The time now is 03:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy