setting up PRINTER.ID

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
7 years 9 months ago #19611 by 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.

Cheers
VK

Please Log in or Create an account to join the conversation.

  • nbetty
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 9 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

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
7 years 9 months ago #19617 by 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.

Cheers
VK

Please Log in or Create an account to join the conversation.

  • nbetty
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 9 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
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
7 years 9 months ago - 7 years 9 months ago #19624 by 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?

Cheers
VK
Last edit: 7 years 9 months ago by VK.

Please Log in or Create an account to join the conversation.

  • nbetty
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 9 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&

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
1 year 7 months ago - 1 year 7 months ago #23804 by 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 :)))

Cheers
VK
Last edit: 1 year 7 months ago by VK.

Please Log in or Create an account to join the conversation.

More
1 year 7 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.

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
1 year 7 months ago #23806 by 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.

Cheers
VK

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
1 year 7 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/“

Please Log in or Create an account to join the conversation.

Time to create page: 0.169 seconds