My first question is related to the step number 3.
1- I have configured a file system adapter.
2- I have configured a channel for this file system adapter and specified a folder on file system.
3- Enable the service.
4- Configured batch jobs for ‘AIFGatewayReceiveService’ and ‘AIFInboundProcessingService’.
When I enable the ‘SalesSalesOrderService’, i receive the following warning.
No web sites configured to deploy services.
Is it ok if i receive this warning. My batch job is always in ‘waiting’ state.
The 2nd question is where is error log located for Dynamics AX so that if there is some error in batch jobs while executing,i may be able to view the log.
P.S.
i have not configured any endpoint in the system yet. does it have anything to do with my issue
If you have enabled and configured file system adapter, then you should not receive this message.
In the ‘Batch job’ screen, you have to click ‘Log’ field to view the messages related to that batch. OR better, click on ‘Batch Job history’ button and click on the ‘Log’ message there.
service status for ‘SalesOrderServiceService’ is Enabled. But most of the settings are ‘Not specified’ in the window which appears after clicking CONFIGURE button. Should I also specify such values there like Document Value, Vendor Code, Customer Code etc. MSDN does not mention this step in the above posted article. I am confused.
First you have to make sure that your AIF configuration is correct before you can try to run it as Batch. In addition to enabling services, you also have to enable Action policies. I suggest you do this first. You can also debug your AX service. Code sample for debugging your AX service is here - http://archive.msdn.microsoft.com/axcodesamples
according to that article, i do not need to change anything on the action policies tab because all the actions are already associated with the Default Endpoint. I am again confused