web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Stack trace: Invalid attempt to call WinAPI.pathExists running in CIL on the client.

(0) ShareShare
ReportReport
Posted on by 2,710

Hi All,

I wrote a Sysoperation service to create folders in filesystem and output SSRS reports into them.

The code for creating folders & saving reports into them is running correctly on own. But, when I try to run it in using a Sysoperation Service, I get the below error:

"Stack trace: Invalid attempt to call WinAPI.pathExists running in CIL on the client."

I am not sure whether CIL is allowed to access WinAP methods. Has anyone encountered this earlier?

Best Regards,

Michael Brown

*This post is locked for comments

I have the same question (0)
  • MukeshHirwani Profile Picture
    1,180 on at

    Hi Michael,

    u can use

    WinAPI::folderExists(path);

    to validate folder path.

  • MBrown1185 Profile Picture
    2,710 on at

    Hi Mukesh,

    Thanks for replying. "WinAPI::folderExists" is the very statement that is throwing error!

    This is somewhat annoying as I have written a lot of code around this and now it is stuck at the last step.

    Best Regards,

    Michael Brown

  • Verified answer
    MukeshHirwani Profile Picture
    1,180 on at

    Hi Michael,

    Try n check

    System.IO.File::Exists(path);

    Hope it works for u...

  • MBrown1185 Profile Picture
    2,710 on at

    Hi Mukesh,

    I could resolve it by using

    System.IO.File::Directory(path);

    instead of

    System.IO.File::Exists(path);

    Thanks for pointing me in right direction.

    Best Regards,

    Michael Brown

  • MukeshHirwani Profile Picture
    1,180 on at

    That's gr8.. :)

  • Kauto Profile Picture
    2,699 on at

    Hi Folks,

    I have written code which was originally working fine in AX4 but after recoding it in AX2012 R2 - the final part of the code calls the call smmOutlookEmail - to generate an email including details of a purchase order which has been coded off the back of a sales despatch note.

    My issue is that all working fine until smmOutlookEmail.new is called and I get the error;

    Stack trace: Invalid attempt to call smmOutlookEMail.new running in CIL on the client.

    Anyone any ideas on a way round this??

  • MBrown1185 Profile Picture
    2,710 on at

    Hi Kauto,

    Is outlook available on the machine which is running CIL code(Server)? If not, you can send mail using .Net objects. Below link shows an example of same.

    axcalated.blogspot.in/.../send-email-within-axx-via-net-objects.html

    Regards,

    Michael

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans