cancel
Showing results for 
Search instead for 
Did you mean: 

error when user run package at similar time

Former Member
0 Kudos
104

Hi,

I have a problem when two users run the same package at similar time. The package load the journals file and the package log show a warning: : u201CPath cannot be the empty string or all whitespace.u201D I don't know why we have this error that sometimes appears. Can you help me?

This is the part of log:

"Convert Task

Success

Recuento de registros:162

Aceptar el recuento:162

Rechazar el recuento:0

Omitir el recuento

Path cannot be the empty string or all whitespace."

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You can keep the VALIDATERECORDS = YES. But make sure that the input file does not have any empty rows.

Bad file:

A001,2010.JAN,ACTUAL,E001,2.0

A002,2010.JAN,ACTUAL,E001,2.0

A003,2010.JAN,ACTUAL,E001,2.0

Good file:

A001,2010.JAN,ACTUAL,E001,2.0

A002,2010.JAN,ACTUAL,E001,2.0

A003,2010.JAN,ACTUAL,E001,2.0

/Marco

Former Member
0 Kudos

Please check your transformation file and change ValidateRecords from No to Yes. I ran into that message a few times while testing an upgrade to V7.5 SP05. Changing the transformation file fixes it in most cases. We did have one case that I could not explain and had to reinstall BPC to get the message to go away.

Thanks,