I'm using xmii 12.0
I'm calling a transaction as a web service from a windows application. I have a transaction that at times returns a large amount of data. When the data set get large I get the following message instead of the dataset:
500 Connection Timeout
Error: 5
Component: ICM
Module: icxxthr.c
Line: 2698:
Server: XXXXXX
What I'm trying to determine is where is the time out coming from. What parameter controls this timeout value ? Is it a netweaver parameter ?
Any help would be appriecated.
Thank
How to generate a text file using php...?
Hi, Can anyone give me code to generate a text file using phpThanks in advance
Pass sql into pl/sql and create RMAN duplicate script.
Hi,
Strange php code found on my website
I got hacked and the following code was placed within my files:Code: [Select]<?/*Kodlama By Liz0ziMSafe Mode Command Execution Shell*/function
Problems with adding a link to one position in a 'foreach' loop, please help
Hello!Iam pretty new to programming and I wanna create a table with users from an array. It works just fine but in one table row I wanna add a link to it so I can click on the username to edit it
Multiple Do / While Statements?
I'm still very new to PHP, and running in to a problem when trying to execute a do/while loop inside another one.What I'm trying to achieve is that I want to display all of the records in one table
why isn't this PHP code working ???
it's suppose to find a name on the database. <?php $s = $_POST["lname"]; $x = trim($s); $exists = false; $selectedRow = 0; mysql_connect (localhost,testuser,testuser);
How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignored, rejected, or misunderstood in this forum. I'm surprised there isn't already any
Word Trimming
Hi Guys & Gals!!Hope you are all ok....I need some help with the followingI need to trim the following word as follows:$word = 'James Bond';output would be 'James B'There is a space between
How to know if online site made with PHP
Hello,I see some sites that does not display extensions at all , for example:www.site.com/login (for login page)but how I can know the language used in this site ?Thanks
problems with contact forms that are only protected against SQL injections
What could be a potential problem with contact forms that are only protected against SQL injections and have an admin side view for the enquiry ?