cancel
Showing results for 
Search instead for 
Did you mean: 

problem with recordset structure sequence

Former Member
0 Kudos

Hi,

I have a problem with my file cotent conversion.

When i specify my recordstructure sequence as R1,1,R2,*

the file is picked up but cannot be seen in MONI.

but when i specify as R1,1,R2,2(OR 3 OR 4)

The file is processed and seen in MONI.

But when i give * to any of the records processing in XI fails..

Please let me know wht must be going wrong

Regards

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Venkat,

how big is your file ?

maybe it didn't get processed because it takes time

as it's very big?

if it's gone from your folder then you have

to see it in message monitor:

http://server:port/MessagingSystem/monitor/monitor.jsp

you can have a look how the message with * looks

over there

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Former Member
0 Kudos

Hey Mich,

It doesn't process for even 6 records in my file when i specify R1,1,R2* but when i give R1,1,R26 File is been processed.

Regards

Venkat

MichalKrawczyk
Active Contributor
0 Kudos

what can you see in messaging system AF monitor (from my link) ?

BTW

it's mike

Regards,

michal

Former Member
0 Kudos

Hi Mike!

In message monitoring i can see messges processed without the * .

Regards

Venkat

MichalKrawczyk
Active Contributor
0 Kudos

but are you using my link ?

if so then you must see all the messages that are in the AF - so if your file are gone from the folder they must be there

Regards,

michal

Former Member
0 Kudos

Mike,

I agree to what u say Mike, when the msgs are huge..but lets talk about msgs with 5 records,my question is why does the message get processed when i give R2,5 instaed R2,* ..

Thanks,

Venk!

MichalKrawczyk
Active Contributor
0 Kudos

if the dissappear from the folder than they got processed

and you have to look at the AF

if you don't want to check it (and tell me what you see)

there's no way I can help you, sorry

Regards,

michal

Former Member
0 Kudos

Mike,

I am using your tool the connection name as AFW i can see all the messages exept mine in the list.

R/

Venk

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Venkat,

Can you tell me how this problem was resolved? I am having the same problem.

Jahnavi

Former Member
0 Kudos

Jill

Can you explain your problem in detail. Provide as much info. as you can so that it helps us to resolve your issue.

---Mohan

Shabarish_Nair
Active Contributor
0 Kudos

Venkat,

I tried with your file and i am receiving the xml after conversion in sxmb_moni without any problem (no matter the file size )

Can you try the following for your file,

Recordset name : Details

Recordset str. : Header,1,Body,*

Key field name : field2

Content conversion

Header.fieldFixedLengths 3,2,10,27,8,8,8

Header.fieldNames field1,field2,field3,field4,field5,field6,field7

Header.keyFieldValue 01

Body.fieldFixedLengths 3,2,40,110,15,2

Body.fieldNames field1,field2,field3,field4,field5,field6

Body.keyFieldValue 02

ignoreRecordsetName true

~ShaBZ~

Shabarish_Nair
Active Contributor
0 Kudos

Hi Venkat,

Are you on sp 15 ? Anyway could you sent me your test file.

Email @ shabarish@gmail.com

Regards,

~ShaBZ~

Former Member
0 Kudos

Hi,Shabarish

Can you pls paste the test file with csv format?

I met the same scenario

Regards

Ming

moorthy
Active Contributor
0 Kudos

Hi Venkat,

Hope you have put Key Fields/Key Values for R2 right ?

Also check with R1,,R2,

~Moorthy