Serivces
(1)
Daoud
(1)
Window
(1)
Daoudm
(1)
MCBMSP
(1)
MCBMSS
(1)
Paths
(1)
Accessing SQL Reporting Serivces Reports
Asked By Hutch
20-Nov-09 11:06 PM
The Business Intelligence wizard was run to deploy the reports and w/i
Dynamics the reporting server paths were setup. We can access the reports
directly through the browser, but the Dynamics documentation says that should
also be available in Dynamics through Custom Reports. However, we cannot
find them under Reports>>Customized.
Are we looking in the right location or any thoughts on what we are missing?
Did you go to the Reporting Tools Setup window and enter the paths
Charles Allen replied to Hutch
22-Nov-09 01:10 AM
Did you go to the Reporting Tools Setup window and enter the paths for
Reporting Server and Manager?
--
Charles Allen, MVP
This is wired, I am in the same situation and all the paths are correct,
Mohammad R. Daoud replied to Charles Allen
22-Nov-09 02:51 AM
This is wired, I am in the same situation and all the paths are correct, but
still cannot get the reports to load in the customized list.
Regards,
--
Mohammad R. Daoud
MVP, MCP, MCBMSP, MCTS, MCBMSS
Mob: +962 - 79 -999 65 85
Great Package For Business Solutions
daoudm@greatpbs.com
http://www.greatpbs.com
http://mohdaoud.blogspot.com/
They appear on the "Adminstration" Area page under Customised Report List.
Mick replied to Hutch
22-Nov-09 08:50 PM
They appear on the "Adminstration" Area page under Customised Report List.
Cheers,
Mick
Perfect! Thanks for the response."Mick" wrote:
Hutch replied to Mick
22-Nov-09 10:02 PM
Perfect! Thanks for the response.
Mick,Thanks for the directions, actually "Customized" reports list indicates
Mohammad R. Daoud replied to Hutch
23-Nov-09 11:11 AM
Mick,
Thanks for the directions, actually "Customized" reports list indicates the
???Reports>>Customized???.
Regards,
--
Mohammad R. Daoud
MVP, MCP, MCBMSP, MCTS, MCBMSS
Mob: +962 - 79 -999 65 85
Great Package For Business Solutions
daoudm@greatpbs.com
http://www.greatpbs.com
http://mohdaoud.blogspot.com/
DataBase Accessing SQL Reporting Serivces Reports The Business Intelligence wizard was run to deploy the are missing? Did you go to the Reporting Tools Setup window and enter the paths for Reporting Server and Manager? - - Charles reports to load in the customized list. Regards, - - Mohammad R. Daoud MVP, MCP, MCBMSP, MCTS, MCBMSS Mob: +962 - 79 -999 65 Customized" reports list indicates the ???Reports> > Customized???. Regards, - - Mohammad R. Daoud MVP, MCP, MCBMSP, MCTS, MCBMSS Mob: +962 - 79 -999 65 greatpbs.com http: / / mohdaoud.blogspot.com / keywords: Accessing, SQL, Reporting, Serivces, Reports description: The Business Intelligence wizard was run to deploy
DataBase Hide Access Window, Database Window, etc Showing only User Forms????? Hello, I have just written When the application starts it show the access windos, database window, then the UserForm window appears. How do I hide all windows except the userform I have tried minimiz but when I minimize the access window, the userform goes away also. Thanks for your help, Bob menu. Here you can specify if you want the database window to show or not. Create an .mde (Tools, Database Utilities remove any design functionality from the application. Hiding the access window itself is a bit trickier. I will post a link Stein Microsoft Access MVP www.JStreetTech.com keywords: Hide, Access, Window, , Database, Window, , etc, Showing, only, User, Forms????? description: Hello, I have just When the application starts it show the access windos, database window, then the UserForm
DataBase Dexterity Scrolling window Lookup button problem! Hi, I am creating a new window with a scrolling window. There are four fields in the scrolling window. 'From Item No:' , 'U Of M', Qty and 'To Item I am using 2 different local fields in the scrolling window to store the value returned by lookup buttons. When the lookup button. It fills the From Item No: in scrolling window with the one selected.Also he is able to enter No:', it fills the 'To item no: field' in scrolling window but it changes the selected 'From item Number' U of this problem when i use two lookup buttons in scrolling window. I set created a scrolling window as Adds allowed. Is it something to do with the principle, what's happening to you is that the lookup window is not returning the focus to the field on the
DataBase Customize Window I wish to make a small change to a window. I open the window, click on Tools -> Customize. . .but 'Modify Current Window' is grayed out. Are we missing something? I found my answer. . .Modifier is required to modify windows. keywords: Customize, Window description: I wish to make a small change to a window. I open the window, click on Tools - Customize. . .but 'Modify Current Window' is grayed out. Are we missing som
DataBase Dexterity - Problem opening Serial number entry window Hi, I am creating a window that is similar to the 'Item Transaction Entry window' . In the 'Item Transaction Entry' window of GP, if the Document Type is set to 'Adjustment Widnow' when a serialized item is entered in the scrolling window. Similarly i want to open the Item Serial Number Entry window, if the user enters a serialized item in the scrolling window i create. So, i added change script in the scrolling window I created to open 'Item serial number entry window' if the item entered in the line is serialized item following script if the item entered is serialized item: open window IV_Transaction_Serial_Numbers of form IV_Transaction_Entry. But, this script fails to open
DataBase Find in Scrolling window Hi created a new dexterity window with search box and the scrolling window The search field in the scrolling window was index Non-Unique Index. Can somebody tell me where is not select the record if empty('(L) EmpSearch' of window EmployeeSearch) then warning "Please select a record first."; else set EmpRate by number 1; {run script field 'Redisplay Button' of window 'EMP_LOOKUP';} fill window SCR_Employee from current by number 1; focus 'Frstname' of window SCR_Employee ; run script field 'Redisplay Button' of window 'EMP_LOOKUP'; end if; keywords: Find, in, , Scrolling, window description: Hi created a new dexterity window with search box
DataBase Extender Window from Purchasing Item Detail Entry 1. I have added an extender window to the Purchasing Item Detail Entry window 2. Is there any way to have the fields here default information from the item maintenance window? Specifically the user defined fields in the option window? 3. I would then like to see the same extender window information in the Receiving transaction entry window. . Will any of the above be possible? - - Doug You would Enterprise version of the Extender for this and write Pre-Window logic to recover the data from the Item Master and prefill the Extender window. - - Richard L. Whaley Author / Consultant / MVP 2006-2008 Documentation for have the fields here default information from the item maintenance window? Specifically the user defined fields in the option window? - - What
DataBase Breakpoints Window In Access 2003, where do I find the Breakpoints Window where I can set a condition upon which the breakpoint becomes active? Thanks, Bill it is also called the code window or the immediate window. Ctl + G will open it for you. Jeanette Cunningham MS Access MVP - - Melbourne Victoria Australia The immediate window is where I would go to view the output of is reached in a cloned recordset. Bill In the immediate window, choose the line where you want the code to stop access gets to the line with the breakpoint, the immediate window will open. Press F8 to move to the next line little, select the line of code in the main VBA window, not hte immediate window. - - Message posted via AccessMonster.com http: / / www.accessmonster.com / Uwe debug was searched, oh well. Thanks again, Bill keywords: Breakpoints, Window description: In Access 2003, where do I find the Breakpoints