|
|
|
|
|
1 Replies and 4676 Views
move 03.04.08 files to 05.02.01 4676 1
Started by Bill
Is there a script available to move&160;3.04.08 documents to 05.02.01 on an different DNN instance (different portal id).&160; I'm in the process of retiring a current DNN instance&160;and moving the files to a different instance (same web server).&160;&160;Both instances are using the same SQL Server (different databases).&160; The reason for the move is that I had so much problems with the older version of DNN and it would not upgrade.&160; So the next best thing was to create a new ver...
|
|
|
|
1 |
4676 |
by Peter Donker12/14/2009 12:01 PM |
|
1 Replies and 5036 Views
Error on DNN 5.2 5036 1
Started by DotNetNuke France
I'm editing the permissions right on a folder. We are using the default configuration and the default skin.
Could you please detail how to create a folder This doesn't seems to work on our system. You created one once connected on our portal but we don't know how (by SQL )
DotNetNuke.Services.Exceptions.ModuleLoadException: Méthode introuvable : 'System.Data.IDataReader DotNetNuke.Data.DataProvider.GetPortal(Int32)'. ---> System.MissingMethodException: Méthode introuvable : 'System.Data.IDa...
|
|
|
|
1 |
5036 |
by DotNetNuke France12/08/2009 11:10 AM |
|
1 Replies and 5104 Views
Cannot get the webservice to work 5104 1
Started by Avi Kleyman
I have added the DMXService.asmx file as web reference.&160; The following code errors out with following message:
'&160;&160;ex.Message&160;'System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference not set to an instance of an object.&160;&160;&160; at DotNetNuke.Common.Globals.ConvertDataReaderToDataTable(IDataReader reader)&160;&160;&160; at DotNetNuke.Common.Globals.ConvertDataReaderToDataSet(IDataReade...
|
|
|
|
1 |
5104 |
by Peter Donker11/06/2009 4:56 PM |
|
1 Replies and 4582 Views
Importing docs from another table 4582 1
Started by Matthew Cushing
&160;Peter,
I've read through the forums and saw that my question might not be unique, but when I started looking through the tables, I got a bit overwhelmed.
We have an app that stores docs that I want to pull all of the files from and put into DMX. &160;There are other attributes that I'd love to pull with it like category, but for now I'd settle for a way to import all of the docs into the dmx tables. &160;Is there a doc I missed in the help dropdown
I had thought to write a script in ...
|
|
|
|
1 |
4582 |
by Peter Donker10/15/2009 6:08 PM |
|
2 Replies and 4868 Views
Custom Attributes in 5.01.03 4868 2
Started by GA
Hi,
I have a custom attribute which I have loaded into DMX using the ControlToload. In the code for the control, this is how I try and get the attribute id for this attribute
attList = AttributesController.GetAttributesByPortal(PortalId,
'')For Each attInfo As AttributeInfo In attList.ValuesIf attInfo.Name = 'MyCA' Then
attId = attInfo.AttributeId
&160;
End If
&160;
&160;
objEA = EntryAttributesController.GetEntryAttribute(
Next Dim objEA As EntryAttributeInfoMe.CurrentEntry.Ent...
|
|
|
|
2 |
4868 |
by Peter Donker09/17/2009 1:30 PM |
|
3 Replies and 4345 Views
Problem scaling with DMX_GetCategoryContents 4345 3
Started by EAS
&160;
Hi,
We're finding that this one stored procedure - DMX_GetCategoryContents - is executed multiple times for each page load.&160; As a result, it is the consumer of 90 of the resources on the database server and we're unable to scale as much as we'd like to.&160;
Is there some configuration we can change to reduce the number of calls to this particular sp
thanks.
|
|
|
|
3 |
4345 |
by Peter Donker09/17/2009 1:24 PM |
|
3 Replies and 4410 Views
Integrate DMX5 with Microsoft CRM 4410 3
Started by Bjørn
Hello, my company is using Microsoft Dynamics CRM 3.0 for Customer Relationship Management / Invoices, and DotNetNuke for Intranet.
My wish is to use the MSCRM SDK to integrate DMX and MSCRM 3.
I need the following extensions:
&160;
1. AccountId attribute in CRM
I need to extend the DMX data model with a AccountId Guid so that I can mark a saved document with a CRM account.
For this purpose, I guess I will need to code a custom .ascx that will let me use the CRM SDK Webservice to do a lo...
|
|
|
|
3 |
4410 |
by Peter Donker08/28/2009 3:56 PM |
|
16 Replies and 4743 Views
Selectively display custom attributes 4743 16
Started by GA
&160;
Is there a way in which I can restrict Custom Attributes to be displayed only for documents in certain File Groups.
That is... I want custom attribute XXX to be displayed only when uploading&160;Documents to File Group YYY .
Also where is the code that handles validation and regular expressions for Custom attributes. (Required field and Custom field in Custom&160;Attribuites).&160;Is it available if I have the source or is it in DMX Core.
&160;
|
|
|
|
16 |
4743 |
by Peter Donker08/28/2009 3:53 PM |
|
3 Replies and 5081 Views
row filter 5081 3
Started by JB
Peter:
What row filter column name could I use to filter by the shorttext.text field&160; I want to exclude files from the What's New module if they contain certain characters in the shorttext.text field.
&160;
Thanks,
Jim
|
|
|
|
3 |
5081 |
by Peter Donker08/20/2009 1:42 PM |
|
1 Replies and 4520 Views
Add permissions to folder(s) in CodeBehind? 4520 1
Started by Mike Barbaro
I am creating new folders in my codebehind using the following:
&160;
Dim thisPortal As Integer = Me.PortalIdDim IssueName As String = txtNewTopic.TextDim newFolderID As Integer = EntriesController.MakeCollection(thisPortal, 0, IssueName, UserInfo, False)
Is it possible to also set permissions on the newly created folder to allow add/edit functionality for Registered Users
&160;
&160;
|
|
|
|
1 |
4520 |
by Peter Donker07/28/2009 3:57 PM |
|
2 Replies and 4113 Views
Rad upload: Multi file uploads and DMX 4113 2
Started by webdatalink
Hi Peter
Radupload support Multi file upload option. But it seems DMX only uploads and adds a single entry even if multiple files are uploaded Please can you see if i am missing something
Regards
Fred
|
|
|
|
2 |
4113 |
by Peter Donker07/28/2009 3:46 PM |
|
3 Replies and 4538 Views
Notification Email changed by codebehind 4538 3
Started by 8ware 8ware
&160;Hi,
When a customer requires some files sent by email, i have to send 2 emails (to customer and to my office).
I do that by calling &160;DMX.Common.EntryUtils.MailEntries().
It works fine, but with same email text... is it possible to change the body of mail in codebehind
&160;
|
|
|
|
3 |
4538 |
by Peter Donker07/28/2009 3:45 PM |
|
1 Replies and 4146 Views
Provider implementation 4146 1
Started by kingm
&160;I'm looking to change the backend store for my DMX module from the default server file system to the much larger & cheaper Amazon S3 cloud. &160;I noticed a post a while ago indicating this was a planned development feature, but I'd rather just do it myself if possible.
&160;
I was excited to see that the FileStorageProvider is just an implementation of the StorageProvider abstract class... this leads me to believe I could do what I want by creating an S3Provider that inherits from...
|
|
|
|
1 |
4146 |
by Peter Donker07/28/2009 3:41 PM |
|
3 Replies and 5249 Views
Problem with GetCollectionContents 5249 3
Started by Arick
Hi Peter,
I've been playing with the GetCollectionContents function trying to return a results set into a data table and keep getting the following error every time I try to access the module:
ModuleId: 850
ModuleDefId: 171
FriendlyName: ScalabilityAdoptionAdmin
ModuleControlSource: DesktopModules/DA_ScalabilityAdoptionAdmin/ViewAdoptionModules1.ascx
AssemblyVersion: 04.08.04
PortalID: 0
PortalName: My Website
UserID: 1
UserName: host
ActiveTabID: 266
ActiveTabName: Adoption Ad...
|
|
|
|
3 |
5249 |
by Arick07/09/2009 10:32 PM |
|
1 Replies and 3533 Views
Admin > Main Options Update settings issue 3533 1
Started by webdatalink
Hi
I am facing one issue with DMX Admin > Main options. No changes are being updated in the ModuleSettings table. I tried debugging and does not throw any error but does not update anythign either. Please could you assist
&160;
Regards
Fred
|
|
|
|
1 |
3533 |
by Peter Donker07/08/2009 8:46 PM |
|
3 Replies and 4061 Views
Per user folder root 4061 3
Started by Avi Kleyman
What will be the best approach to implement a concept of per user root&160; After we create programmatically a folder for each registered user, we want the user to see this folder as the root folder and not have the ability to delete it.&160; under this folder they should have full control on sub folders anf files they create.
|
|
|
|
3 |
4061 |
by Peter Donker06/30/2009 11:31 PM |
|
4 Replies and 4784 Views
Automatically Set Template Mode & Root Dir 4784 4
Started by Gregory T
I am currently interfacing to DMX from another, custom module.&160; I've been creating folders via the entities controller with excellent results.
I need to know how to override the DMX settings on a specific module instance to set:
root folder for module -> some place other than root
startup screen -> ViewTemplate.ascx
override controlToLoad -> true
&160;I would imagine these are all in the same location and I did a little digging, but could not find this info.&160; Plea...
|
|
|
|
4 |
4784 |
by Peter Donker06/18/2009 9:07 PM |
|
3 Replies and 4763 Views
Evaluation Custom Attributes 4763 3
Started by James Harris
I have just installed DMX locally and I was wondering if I can create a custon attribute called thumbnail and upload an image to an application file that has been uploaded. I am unsure how or what the resource & control to load options may be.
Forum search has sever OLD posts. And I cannot find anything in the Quickstart or installation docs.
Thanks in advance.
|
|
|
|
3 |
4763 |
by Peter Donker06/03/2009 9:26 PM |
|
6 Replies and 3951 Views
how to set Cust Attibute Resource File 3951 6
Started by Kenneth Hoffman
I want to set some information about my custom attibutes for users.&160; This seems to be the fucntion of the resource files but I can't find documentation on this control.
There is a text box.. I have tried some things with links from Doc X and real paths to files on the drive.
Where do I put the files.. what format&160; what path format
|
|
|
|
6 |
3951 |
by Peter Donker06/01/2009 10:39 PM |
|
2 Replies and 3836 Views
EntriesController.GetEntryByTitle bug 3836 2
Started by Avi Kleyman
Calling shared function EntriesController.GetEntryByTitle generates the following error:
'Object reference not set to an instance of an object.'
SQL Trace captured the following SQL string:
SELECT * FROM (SELECT e.*, CAST (CASE WHEN e.LockedUntil > GETDATE() THEN 1 ELSE 0 END AS BIT) AS IsLocked, ext.ControlToLoad, ext.Custom, ext.DownloadUrl, ext.EntryTypes, ext.Icon16, ext.Icon32, ext.IsPrivate, ext.MimeType, ext.ResourceFile, ext.SettingsControl, ext.ViewByDefault, CAST(CASE WHEN (PATINDEX...
|
|
|
|
2 |
3836 |
by Peter Donker05/27/2009 4:23 PM |