setting up PRINTER.ID
- VK
- Offline
- Platinum Member
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1181
- Thank you received: 157
8 years 4 months ago #19611
by VK
Cheers
VK
Replied by VK on topic setting up PRINTER.ID
Hi,
that's clearly T24 core error (unless you call AVAIL.FUNDS.UPDATE in your local development which seems not to be the case...)
Raise a ticket with Temenos ASAP.
that's clearly T24 core error (unless you call AVAIL.FUNDS.UPDATE in your local development which seems not to be the case...)
Raise a ticket with Temenos ASAP.
Cheers
VK
Please Log in or Create an account to join the conversation.
- nbetty
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
8 years 4 months ago #19616
by nbetty
Replied by nbetty on topic setting up PRINTER.ID
Hi Guys,
thank you so much for the help i managed to solve The COB issue but when i run COB with this Command setup as
SH -c "copy ..\bnk.data\eb\^&HOLD^&\^&HOLD.CONTROL>@ID^& .\LIMIT.BP" it copies all the reports generated for the day yet i only need one file. is there a way?
thank you
Betty
thank you so much for the help i managed to solve The COB issue but when i run COB with this Command setup as
SH -c "copy ..\bnk.data\eb\^&HOLD^&\^&HOLD.CONTROL>@ID^& .\LIMIT.BP" it copies all the reports generated for the day yet i only need one file. is there a way?
thank you
Betty
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: 1181
- Thank you received: 157
8 years 4 months ago #19617
by VK
Cheers
VK
Replied by VK on topic setting up PRINTER.ID
Hi
point all your other reports to different PRINTER.ID record. If you don't want them printed, set up that record to HOLD.
point all your other reports to different PRINTER.ID record. If you don't want them printed, set up that record to HOLD.
Cheers
VK
Please Log in or Create an account to join the conversation.
- nbetty
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
8 years 4 months ago #19620
by nbetty
Replied by nbetty on topic setting up PRINTER.ID
Thank you i have all my other reports pointing to DEFAULT PRINTER.ID RECORD CALLED "HOLD" and its COMMAND field is set to NULL and i have created my record in PRIDER.ID which has my Command and i attached that record to my report record UNDER REPORT.CONTROL but still it copeies all the Reports created on the system.
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: 1181
- Thank you received: 157
8 years 4 months ago - 8 years 4 months ago #19624
by VK
Cheers
VK
Replied by VK on topic setting up PRINTER.ID
By any chance is your REPORT.CONTROL that copies too many files - ENQUIRY.PRINT ?
Even if it's not - to which FORM.NAME does it point?
Even if it's not - to which FORM.NAME does it point?
Cheers
VK
Last edit: 8 years 4 months ago by VK.
Please Log in or Create an account to join the conversation.
- nbetty
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
8 years 4 months ago #19629
by nbetty
Replied by nbetty on topic setting up PRINTER.ID
thank so much guys finally this command worked for me.
COPY FROM &HOLD& TO LIMIT.BP &HOLD.CONTROL>@ID&
COPY FROM &HOLD& TO LIMIT.BP &HOLD.CONTROL>@ID&
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: 1181
- Thank you received: 157
2 years 2 months ago - 2 years 2 months ago #23804
by VK
Cheers
VK
Replied by VK on topic setting up PRINTER.ID
Hi
what's your exact setup? PRINTER.ID record, OS used, TAFC/TAFJ?
(note: I was answering a recent message that was deleted later, I'm not a necroposter :)))
what's your exact setup? PRINTER.ID record, OS used, TAFC/TAFJ?
(note: I was answering a recent message that was deleted later, I'm not a necroposter :)))
Cheers
VK
Last edit: 2 years 2 months ago by VK.
Please Log in or Create an account to join the conversation.
- Ponsingh
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
2 years 2 months ago #23805
by Ponsingh
Replied by Ponsingh on topic setting up PRINTER.ID
PRINTER.ID ... HDB
PRIME PRINTER ID ... LNPT002
COMMAND.1.1 ... SH -c "copy ..\^&HOLD^&\^&HOLD.CONTROL>@ID^& .\CH.REPORT"
I'm using Unix setup t24
TAFJ
Still its not copies the data.
PRIME PRINTER ID ... LNPT002
COMMAND.1.1 ... SH -c "copy ..\^&HOLD^&\^&HOLD.CONTROL>@ID^& .\CH.REPORT"
I'm using Unix setup t24
TAFJ
Still its not copies the 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: 1181
- Thank you received: 157
2 years 2 months ago #23806
by VK
Cheers
VK
Replied by VK on topic setting up PRINTER.ID
Hi
Firstly you shall use / instead of \ in the path as you're under Unix.
Then you can try to use lowercase sh instead of SH and cp instead of copy.
Finally - when this won't work (that's TAFJ) - use COPY command as in some example above. That probably will do.
Firstly you shall use / instead of \ in the path as you're under Unix.
Then you can try to use lowercase sh instead of SH and cp instead of copy.
Finally - when this won't work (that's TAFJ) - use COPY command as in some example above. That probably will do.
Cheers
VK
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
2 years 2 months ago #23812
by jpb
Replied by jpb on topic setting up PRINTER.ID
and quote around path containing & is a good idea under Unix
try:
sh -c "cp ./'&HOLD&'/&HOLD.CONTROL>@ID& ./CH.REPORT/“
try:
sh -c "cp ./'&HOLD&'/&HOLD.CONTROL>@ID& ./CH.REPORT/“
Please Log in or Create an account to join the conversation.
Time to create page: 0.089 seconds