- Forum
- T24 Technical Discussions
- T24 Development & Customization
- How to access network path using open statement in tafj
×
Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...
How to access network path using open statement in tafj
- contact2prasanth
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 29
- Thank you received: 4
7 years 5 months ago #21603
by contact2prasanth
How to access network path using open statement in tafj was created by contact2prasanth
Hi,
i have written a sample program in tafj to open folder in server A from server B. Not able to access network path from tafj program.
Program available in server A
path(\\xx.x.x.xx\f$\R17\t24env\bnk\bnk.interface\TEST.DATA) is shared with full access , available in server B
both server A & server B is windows server
PROGRAM TST.RTN
$INSERT I_COMMON
$INSERT I_EQUATE
DEBUG
FN.BP = "\\xx.x.x.xx\f$\R17\t24env\bnk\bnk.interface\TEST.DATA"
OPEN FN.BP TO F.BP ELSE
END
SEL.CMD = "SELECT " : FN.BP
CALL EB.READLIST(SEL.CMD,SEL.CNT,SEL.LIST,SEL.LST,SEL.ERR)
FOR SEL.IDX = 1 TO SEL.LST
NAME = SEL.CNT
NEXT
CRT NAME
RETURN
END
i have written a sample program in tafj to open folder in server A from server B. Not able to access network path from tafj program.
Program available in server A
path(\\xx.x.x.xx\f$\R17\t24env\bnk\bnk.interface\TEST.DATA) is shared with full access , available in server B
both server A & server B is windows server
PROGRAM TST.RTN
$INSERT I_COMMON
$INSERT I_EQUATE
DEBUG
FN.BP = "\\xx.x.x.xx\f$\R17\t24env\bnk\bnk.interface\TEST.DATA"
OPEN FN.BP TO F.BP ELSE
END
SEL.CMD = "SELECT " : FN.BP
CALL EB.READLIST(SEL.CMD,SEL.CNT,SEL.LIST,SEL.LST,SEL.ERR)
FOR SEL.IDX = 1 TO SEL.LST
NAME = SEL.CNT
NEXT
CRT NAME
RETURN
END
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1209
- Thank you received: 158
7 years 5 months ago #21604
by VK
Cheers
VK
Replied by VK on topic How to access network path using open statement in tafj
Hi
Looks like Temenos software doesn't understand the UNC path... I tried to SELECT or LIST such folder under TAFC and it failed. Probably you'll have to map a drive for it.
Looks like Temenos software doesn't understand the UNC path... I tried to SELECT or LIST such folder under TAFC and it failed. Probably you'll have to map a drive for it.
Cheers
VK
Please Log in or Create an account to join the conversation.
- contact2prasanth
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 29
- Thank you received: 4
7 years 5 months ago #21607
by contact2prasanth
Replied by contact2prasanth on topic How to access network path using open statement in tafj
Thanks for the reply VK.
i was not able access the network path from program. even when i mapped the network path to drive.
i was not able access the network path from program. even when i mapped the network path to drive.
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1209
- Thank you received: 158
7 years 5 months ago #21608
by VK
Cheers
VK
Replied by VK on topic How to access network path using open statement in tafj
Hi
What about access rights?
Try to LIST or SELECT that folder under jsh (or whatever it's there in TAFJ)...
What about access rights?
Try to LIST or SELECT that folder under jsh (or whatever it's there in TAFJ)...
Cheers
VK
Please Log in or Create an account to join the conversation.
- contact2prasanth
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 29
- Thank you received: 4
7 years 5 months ago #21609
by contact2prasanth
Replied by contact2prasanth on topic How to access network path using open statement in tafj
Hi VK,
I have full right for shared path and able to access the share path from network. But when i use DBTOOLS in TAFJ.
It shows below error.
LIST-ITEM \\xx.x.x.xx\f$\R17\t24env\bnk\bnk.interface\TEST.DATA
DBTools JQL P1:1 C1:1
Couldn't open file: \\xx.x.x.xx\f$\R17\t24env\bnk\bnk.interface\TEST.DATA
I have full right for shared path and able to access the share path from network. But when i use DBTOOLS in TAFJ.
It shows below error.
LIST-ITEM \\xx.x.x.xx\f$\R17\t24env\bnk\bnk.interface\TEST.DATA
DBTools JQL P1:1 C1:1
Couldn't open file: \\xx.x.x.xx\f$\R17\t24env\bnk\bnk.interface\TEST.DATA
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1209
- Thank you received: 158
7 years 5 months ago #21610
by VK
Cheers
VK
Replied by VK on topic How to access network path using open statement in tafj
Hi
if that's the same with mapped drive, it might be TAFJ limitation, whether deliberate or accidental... I believe you have to address Temenos with this issue.
if that's the same with mapped drive, it might be TAFJ limitation, whether deliberate or accidental... I believe you have to address Temenos with this issue.
Cheers
VK
Please Log in or Create an account to join the conversation.
- contact2prasanth
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 29
- Thank you received: 4
7 years 5 months ago #21611
by contact2prasanth
Replied by contact2prasanth on topic How to access network path using open statement in tafj
Thanks vk
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Development & Customization
- How to access network path using open statement in tafj
Time to create page: 0.032 seconds