Hi, I am getting the following error while trying to check in my graph. WARNING [CTL10079] (Dataset location) ========================================== ========= Error from OFIL_cycl_cr_bur_pch_logtab.000 ========= Problem determining dataset location: The path “”/dsap/log/ddsa/dev/tasklogs/Ed_pch_crbur.19700101.log.gz"" is an absolute path not in any project. I am getting the same error for many graphs of mine. Can you please help me resolving this issue? Anil Kumar.
That was a lot of help. Thanks to each and everyone for taking time and helping me 
Hi Anil -
The location ‘/dsap/log/ddsa/dev/tasklogs’ is probably part of your environment and needs to be set as a relative or logical location rather than an absolute physical address.
Think how this would change when you migrate from dev to test to production? You would ultimately make the path logical i.e. $TASKLOG_DIR
So, have a conversation with your Ab Initio architect and find a place within your environment to make this a relative location.
Cheers
Chris Day
Tungsten Consulting
Enabling Intelligent Business
c: +44 7930 909 297
p: +44 207 870 3390
h: www.tungsten-consulting.com
P Before printing this e-mail, or any other document, ask yourself whether you need a hard copy
Hi,
Use eme_dataset_loaction option of the file.
This is a dependency analysis warning, not an error.
It will not stop you from checking in the graph.
Please read the warning carefully. It says everything pretty clearly.
Component port : OFIL_cycl_cr_bur_pch_logtab
Path : “/dsap/log/ddsa/dev/tasklogs/Ed_pch_crbur.1970 0101.log.gz” is an
absolute path not in any project.
You can resolve this by using any project path like
$AI_SERIAL_LOG/Ed_pch_crbur.1970
0101.log.gz, etc…
Cheers,
Nihar.