iSeries Integrated File System (IFS)
Like in this Forum thread, i can't use as a windows dir.
As i can use API for download, i would like to use the same API to get the filename list, i just can't find a way to do it :(
User Profile
Collapse
-
I can get the filenames from a fat or ntfs directory, but to get those from the IFS system that iSeries use is not possible using the method's you've told me.
that's my problem at the momentLeave a comment:
-
Hi cwbx.dll, is an API to access iSeries, like reading DataQueue, transfering files etc.
Since the iSeries file system is in IFS, i can't get the dir information.
And i really need to know the files names of that dir.
Thank you...Leave a comment:
-
List files in IFS iSeries directory
Hi,
I need to do a daily process that has to copy (download), all the files from a iSeries folder.
At the moment, if i know the filename i'm using the following code with the cwbx.dll
Code:Dim dt As New cwbx.DatabaseTransfer dt.UserID = "user" dt.Password = "password" dt.Download("iSeriesName", "dir/filename",
-
iSereies Dataqueue read error: CWB4016 cwbDQ_Read code error 6017
Hi,
I have a windows service that i connecto to a iSeries Dataqueue, i can write and read from it.
The purpose of this service it's to keep reading the dataqueue and when it has some data i run a WS and read/write data in a iSeries DB2 with the DB2 provider. I can do all these things in a Win App, and now i'm trying to put all of this in a service.
I 've created a timer for the service where i access the... -
Change SOAP Header to add credentials
Hi,
In a windows app, i have the function and parameter to send to a webservice.
I have a SOAP sample, where i see in the soap header three tags, one with the credentials link, another two with user and password.
I have to put a similar header to my soap, the question is, how can i do it ?
Code:Dim objWebs As New ServiceReference1.CWSDraftClaimDataEntryPortTypeClient Dim answer As ServiceReference1.draftClaimDataEntryReply
-
Done.
the second field "claimmarke t" its a class so i have to instance it
Code:dados_Defenicao = New ServiceReference1.draftClaimEntryDefinition dados_Defenicao.arCode = "123" Dim clClaimMarket As New claimMarket clClaimMarket.warrantyType = "Warranty data" dados_Defenicao.claimMarket = clClaimMarket
Leave a comment:
-
Class with class properties: aObject reference not set to an instance...
Hi,
I have a class in which some of the fields are also classes.
I can put values in the "normal" properties, but in the others when o try to assign values it gives the: "Object reference not set to an instance of an object"
But the code compiles fine.
Code:dados_Defenicao = New ServiceReference1.draftClaimEntryDefinition dados_Defenicao.arCode = "123"
-
transform XML data into custom variable type to send to webservice (https)
Hi,
I have to connect to a webservice, and the data i have is:
WSDL
XML sample file (which is what i have to send to the webservice and with credentials, user and password tags).
XSD file
My status is: I've created a Service reference with the wsdl, it has one method.
The problem is that this method wants as parameter one type of variable ( draftClaimEntry , which is the name of the XSD file...
No activity results to display
Show More
Leave a comment: