Hello,
Would anyone know if the Tools>Run Option has been removed from the Design Studio. In earlier versions, it was used to specify the configuration file from the map designer.
I have tried looking all around for it but without success.
I wanted to use it to read the resource registry...
Hi,
This kind of problem is observed sometimes when a type tree/map developed originally in a higher version of the product (e.g. 8.1) is used in a lower version of the product (e.g. 7.5).
Regards,
Mondweep.
Hi,
I would like to provide some more information about occurence of the error - 2: Not enough memory to run map and 6: Invalid Handle contact customer care.
I have had been using the FS Manager adapter. My input was a file and the output was the FS Manager system. When using the map designer...
Hello Mala1,
XMLLIB--->VALIDATE(xml, schema_url) is a functionality introduced in WTX. In earlier versions of DSTX, we used to parse at the input type because such a functionality did not exist. I feel both approaches are meant depending on your requirements and built-in system functionality...
Hi,
I have seen similar problems earlier. This happens ,when as OllyC, has rightly pointed out, the map getting triggered before the entire file is copied to the disk.
To avoid this use it as follows:-
Assume the event server system triggers when the file comes to location A
1) Let the file...
You may use the CONTAINSERROR() function.
Examples
*********************************************************
Msg(s)=IF(CONTAINSERRORS(Msg:MailBag)&Type:Msg:MailBag="PRIORITY", Msg:MailBag,NONE)
In this example, if Msg:MailBag contains any object in error and Type:Msg:MailBag has a value of...
Hi,
The problem has been resolved as follows:-
The problem was that permissions to the folder where the application map is deployed was
drwxrwxr-x 2 dstx dstxdep 1536 May 9 13:46 map .
It was changed to to group dstxdep last week for better change management of the dstx...
Hi,
Following is a snapshot of the event server(when the error occurs):-
<?xml version="1.0"?>
<!DOCTYPE EventServer SYSTEM "C:\Ascential\DataStageTX_8.0\snapshot.dtd">
<EventServer EventServerName="batch.msl" HostName="abc" Port="41033" DateTimeStamp="25/05/07, 01:11:48">
<Summary...
Hi,
The problem occurs in only one of our 4 testing environments. The TX infrastructure maps are exactly the same in all 4 environments.All 4 environments run under 4 different event servers.
This makes me think that some parameter in this particular event server settings is defined diffently...
Hi,
We dropped a file of 163 MB into the folder were the DSTX system (running under an event server with 'Concurrent Map Run =32') polls. The system was triggered but resulted in an error:-
Return Code 13: Could not open work files
The error description says:
There may not be sufficient disk...
Hi,
Yes I believe it can be done like:-
= GET("HTTP",
"-URL http://128.30.112.95:9080/echoRequest.jsp?field1='hi1' -METHOD POST -TV -TYPE application/x-www-form-urlencoded", "Hello,hi")
What we would now be doing is send an XML as the payload to the HTTP Post. The backend...
OllyC,
Yes, the action parameter in the html was '/servlet/z.servlets.EchoServlet'. So, the values I passed were not being posted to the servlet.
However, even with posts like:-
GET("HTTP",
"-URL http://128.30.112.95:9080/echoRequest.jsp?field1='hi1' -METHOD POST -TV -TYPE...
Hi,
I have had tried the above approach earlier using POST. It just retrieves the initial form from the server.Visually, there seems to be no difference between passing the name=value pairs and not passing them.
Is it possible, via TX,to emulate the normal process (in Internet Explorer) of...
OllyC,
Thanks for your response. Actually, we are required to test the TX HTTP adapter using the POST verb. Therefore, I want to pass values for the six text-boxes to the server. I have gone through the documentation but am unsure about the exact way to POST information to the server.
[I have...
Hi,
I want to post form data to a website, from within a DSTX map, and expect to receive the server's response.
For example: GET("HTTP",
"-URL http://128.30.112.95:9080/echo.jsp -METHOD POST -TV -TYPE application/x-www-form-urlencoded")
The form has six text boxes. I want to pass the values...
Yahoo!
It finally worked :-)
The problem was that I was using -TYPE POST. It worked with -GET as shown below:-
= GET("HTTP",
"-URL http://www.google.co.uk/search?hl=en&q=Assam&meta
-METHOD POST -PROXY http://user:pass@proxy:80
-TV")
Olly,
Thank you very much for pointing me in...
Hello,
I used the command as
= GET("HTTP",
"-URL http://www.google.co.uk/search?hl=en&q=Assam&meta
-METHOD POST -PROXY http://user:pass@proxy:80
-TV")
It did connect to the internet and the trace showed me that the POST was...
Hi,
I tried to connect using the ipaddress of google.co.uk. However,this time, I encountered the error:-
WSAConnect: Connection refused.
I understand that the proxy server blocked the attempt to connect to the address. What way can I get around this?
Cheers,
Mondweep.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.