Hi,
Have you linked your OLAP Server&Database under System administration/Setup/Business intelligence/Analysis Services?
Best regards,
Ludwig
Hi,
Have you linked your OLAP Server&Database under System administration/Setup/Business intelligence/Analysis Services?
Best regards,
Ludwig
You clearly have the parameter specified, but is the part correct?
Which version are you using?
I have this error
parameter metadatastorepath was not specified
Command
SCDPBundleInstall.exe -prepare -packagepath=c:\hf\HotfixPackageBundle.axscdppkg -metadatastorepath= f:\AOSService\PackagesLocalDirectory -tfsworkspacepath= f:\AosService\PackagesLocalDirectory -tfsprojecturi=desertlineprojects.visualstudio.com/_projects
The error says that you're getting duplicate records. You changed the grouping so you basically split records by CurrencyCode. And there is a unique index that you violate by this splitting.
For example, it returned a single record for AccountNum = A1 and PostingProfile = P1. When you split it by CurrencyCode, you get two records, (A1, P1, USD) and (A1, P1, EUR). Because the unique index requires the combination of Account Num and PostingProfile to be unique, such data can't be inserted.
Right now, the link is not available to download the hotfix. Do you know any direct link to download hotfix? Please help.
Best Regards,
Ravi Theja Madisetty
I'm trying to install Retail Channel Configuration Utility (CU11) in order to open the POS but it requires:
"sync framework critical hotfix kb 2703853"
the download link is asking for email and it's written that they 'll send download link to my email , but i received nothing : support.microsoft.com/.../2703853
Anyone can Help ??
Hi,
We can't add security keys to a user group or admin. Security keys should defined in AOT objects (tables , menu items).
Then those object will be available in permission tree. If you refer the security white paper PDF (link provided above), you will get a clear understanding about the security framework of AX 2009
thanks
Prabath
Dear All,
I am creating a new Table "Material Inward" and one master form "Material Inward".
User told me that only admin will see "Material Inward" no other users.
It's depends upon admin user whom to give further access to this master form.
Please let me know how to do this.
Please give me more shed on this.
Thanks!
Arpan Sen
To find all display methods in SalesTable, simply search for the display keyword. Another strategy would be checking custom method first, because it's not caused by a standard method.
Can you please confirm that you change it in the configuration file and not just in SQL Server? You also forgot to answer the question about the length of the password. If it already was very short, changing it wouldn't make a difference.
If you want us to help you, it would be great if you gave us more information by yourself without interrogation.
Hello Everyone,
I am new to AX7 development. How do I filter products by channel from the tables (InventTable, EcoResProduct etc.)? E.g.: find products for e-commerce channel.
Hi Ajay kumar Pollamsetty,
Did you try to use joinChild to get joined record ?
Hi,
In AX 7, I have a form where there is a single main datasource on it.
I have added one more datasource and have given joined datasource = main datasource and join type = delayed. Then in the active method of main data source, I am trying to get table buffer of second data source and using dataSource2_ds.setCurrent();
Now, in the form I am able to get the joined data source buffer for every selected record of main data source, But when I am checking, if (FormDatautil::isFormDataSource(JoinedDataSourceBuffer)), it is returning false. I am expecting it to return true as the data source is present on the form. I did not understand what I am missing here. I have also tried using dataSource2_ds.setRecord(JoinedDataSourceBuffer). But did not work. Can someone help me here.
Sometimes there a simpler explanation for when reversing entry "stops" working.
I've seen many users forget to check Reversing entry and supply a date when creating the journal, and go back AFTER the journal lines have been created and then check Reversing entry on the header just before posting the journal. Unfortunately, the Reversing entry and date fields that matter are on each of the lines, and when set on the header they will default as each line is created, but checking it on the header afterward does nothing.
Are you sure Reversing entry is checked on all of the needed lines and not just on the header?
Dear Zain Khan
Did you restart every AOS server?
If this is not the problem, provide more details.
Regards
Hans-Peter
Dear Experts,
I have configured AX 2012 CU7 with clustered environment.
Batch jobs are getting execute.
Your immediate help with highly appreciated.
Thanks
Zain Khalid Khan
Hi Ahmed
Are you able to deploy the report?
Regards, Hans-Peter
"For more information about this error navigate to the report server on the local server machine, or enable remote errors"
Hi Champs,
Please help me with this error. I have compiled the classes of this report as well as the SSRS report, but i'm still getting this error when I'm generating the "Project Quotation Journal" report.
Thanks and regards,
Ahmed.
I see a space after the equal sign (=) for the tfs workspacepath. Can say about metadatastorepath since it wraps a line. Also, Typically the metadatastorepath is on J: and not F:
The F: drive is used on sandbox topologies on newer releases. However, those topologies don't have metadata, only binaries (compiled code). Can you elaborate on what you're trying to do? The metadata hotfixes are code only, so you would have to put them on a development box, then compile it (preferrably using the build VM process) and then deploy the deployable package.