on 2011 May 09 5:39 PM
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."
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
2 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.