Show Posts
|
|
Pages: [1] 2 3
|
|
1
|
DataPower / XSLT / Re: Attempting XSLT on Large Files in Data Power
|
on: September 08, 2008, 01:35:09 PM
|
|
You should work closely with your IBM rep's. There should be no issues with xml up to about 1gb but past that your going to start to have issues. the device only has 4gb or internal ram so if the parsed structure doesn't fit in ram you will need to look into the streaming stuff and depending on your xslt that may or may not work....
|
|
|
|
|
2
|
DataPower / DataPower General / Re: GUI not available
|
on: August 25, 2008, 01:32:05 PM
|
|
What version of firmware are you on? It sounds like you have run into one of the memory bugs and will need to reboot the box. Once rebooted I would recommend to upgrade to a newer firmware to prevent this from happening again.
Byron
|
|
|
|
|
4
|
DataPower / DataPower General / Re: Maximum input file size
|
on: June 11, 2008, 10:22:30 AM
|
|
I have processed files as large as 1gb but after that you are kinda on your own. The devices only have 4gb of memory so they cant buffer anything that large. I would recommend contacting support to see what your best options are.
|
|
|
|
|
5
|
DataPower / XI50 / Re: Message Exchange patterns in X150
|
on: May 20, 2008, 11:44:13 AM
|
|
This doesnt fit the normal request responce process in datapower. You may be able to do it but it would not be simple and would not work throught the normal backend process.
|
|
|
|
|
7
|
DataPower / DataPower General / Re: Sharing the Crypto Profile object
|
on: May 14, 2008, 05:31:52 PM
|
|
Objects can not be shared between domains. You will have to copy this object into each domain. If it utilizes certificates they will need to be stored in the sharedcert directory as the cert: directory for each domain is also not accessible.
|
|
|
|
|
9
|
DataPower / DataPower Certification / Re: reinit command
|
on: May 01, 2008, 03:17:54 PM
|
|
If you are talking about the reinitialize command from the flash mode. This will completely clear all configurations, users and passwords and allow you to setup the box from scratch. This includes accepting the EULA when logging in the first time via the serial consul.
|
|
|
|
|
10
|
DataPower / XS40 / Re: DataPower XS40 + REST
|
on: April 22, 2008, 04:49:22 PM
|
|
sinusekhar,
I have increased the max attachment size. See if you can attach it now. If not privet message me and i can upload it.
B
|
|
|
|
|
12
|
DataPower / RBM / Re: Setting up multiple domains for an user by using LDAP based RBM
|
on: April 07, 2008, 01:44:10 PM
|
|
To have multiple access rules you separate them by newlines... its non standard xml... so it would look like this...
<aaa:InputCredential>dpdevelopers</aaa:InputCredential> <aaa:OutputCredential>*/Dev1/*?Access=r+w+a+d+x */Dev2/*?Access=r+w+a+d+x </aaa:OutputCredential>
If you use the RBM editor on datapower it will do this for you...
|
|
|
|
|
15
|
DataPower / DataPower General / Re: No response from url-open
|
on: January 29, 2008, 03:53:19 PM
|
|
your response is set to ignore. does it work like that? I think what you are looking for is setting your response to responsecode... from the manual
When the response attribute is set to responsecode, all successful FTP transactions return the following element: <url-open/> When the response attribute is set to responsecode, all failed FTP transactions return the following element: <url-open> <statuscode>n</statuscode> </url-open>
|
|
|
|
|
|
|